/*
Theme Name: Nåkab Bygg HB
Theme URI: http://greatgraphics.se
Description: Nåkab Bygg HB template 1.0 for Wordpress. If any questions please contact info@greatgraphics.se
Author: Marlon Dixon
Version: 1.0
*/
* {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
  width: 100%;

}


/* SPECIALS */

h1 {
  font-size: 32pt; 
  line-height: 38pt;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  color: #333;
  margin-top:24px;
  margin-bottom:10px;
  border-left: 10px solid #faa21b;
  padding-left: 8px;
}
h2 {
  font-size: 28pt; 
  line-height: 24pt;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  color: #333;
  margin-top:24px;
  margin-bottom:10px;
  border-left: 10px solid #faa21b;
  padding-left: 8px;
}
h3 {
  font-size: 16pt;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  color: #333;
  padding-top: 28px;
  padding-bottom: 20px;
}
.startpage { 
  width:auto;
  height:auto;
}
a {
  text-decoration: none;
  color: #333;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #faa21b;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.alignleft {
  float: left;
  padding-right: 24px;
  padding-bottom: 20px;
}
.alignright {
  float: right;
  padding-left: 24px;
  padding-bottom: 20px;
}

/* FONTS */

@font-face {
  font-family: 'icomoon';
  src:url('fonts/icomoon.eot?-cwoyr3');
  src:url('fonts/icomoon.eot?#iefix-cwoyr3') format('embedded-opentype'),
    url('fonts/icomoon.woff?-cwoyr3') format('woff'),
    url('fonts/icomoon.ttf?-cwoyr3') format('truetype'),
    url('fonts/icomoon.svg?-cwoyr3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  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-mail:before {
  content: "\e600";
}

.icon-old-phone:before {
  content: "\e601";
  font-size: 26pt;
  vertical-align: middle;
}

.icon-facebook-with-circle:before {
  content: "\e602";
}

.icon-google-with-circle:before {
  content: "\e603";
}

.icon-instagram-with-circle:before {
  content: "\e604";
}

.icon-linkedin-with-circle:before {
  content: "\e605";
}

.icon-twitter-with-circle:before {
  content: "\e606";
}

.icon-home:before {
    content: "\e900";
  display: block;
  width: 100%;
  height: 115px;
  background-color: #faa21b;
  text-align: center;
  font-size: 55pt;
  color: #333;
  padding-top: 40px;
}

.icon-office:before {
  content: "\e903";
  display: block;
  width: 100%;
  height: 115px;
  background-color: #faa21b;
  text-align: center;
  font-size: 55pt;
  color: #333;
  padding-top: 40px;
}

.icon-users:before {
  content: "\e972";
  display: block;
  width: 100%;
  height: 115px;
  background-color: #faa21b;
  text-align: center;
  font-size: 55pt;
  color: #333;
  padding-top: 40px;
}

/* CONTACT */

.columnfull {
    float: left;
    width: 100%;
  }
  .column1 {
    float: left;
    width: 50%;
    overflow: hidden;
    clear: left;
  }
  .column2 {
    float: left;
    width: 50%;
    overflow: hidden;
  }

  .contactcard {
    width: 90%;
    height: auto;
    padding-top:5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #333;
    line-height: 15pt; 
  }
.businesscard {
  float: left;
  clear: left;
  width: 90%;
  height: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #333;
  line-height: 15pt; 
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 12px;
  border: 1px solid #dedddd;
  display: block;
}
.businesscard h3 {
  padding-top: 0px;
  padding-bottom: 8px;
  border-bottom: 1px solid #FAA21B;
  margin-bottom: 20px;
}

/* CONTACT FORM */

input:focus, textarea#description:focus, textarea:focus {
  outline: none;
}
input[type=text], input[type=tel], input[type=email], input[type=password], textarea#description, textarea {
  padding: 16px;
  margin-top: 5px!important;
  background-color:#333;
  width: 80%;
  font-size: 13pt;
  border: none;
  max-height: 100px;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  color: #fff;
}
input[type=button], input[type=submit], button /* input#wp-submit, input#wp-submit1, input.button-primary */{
  background-color:#333;
  text-indent:0;
  display:inline-block;
  margin-top: 5px!important;
  font-family: 'Anton', sans-serif;
  font-size: 13pt;
  color: #fff;
  font-weight:normal;
  font-style:normal;
  line-height: 42px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration:none;
  border: none;
  text-align:center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; 
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
input[type=button]:hover, input[type=submit]:hover, button:hover{
  background-color:#faa21b;
  color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #fff;
}

 /* READ MORE */

.readmore {
  text-indent: 0;
  display: inline-block;
  color: #fff;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-size: 14pt;
  text-transform: uppercase;
  text-align: center;
  background-color: #faa21b;
  margin-top: 30px;
  padding: 22px 18px 20px 18px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.readmore:hover {
  background-color: #555;
     color: #faa21b;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

 /* DATE */

.meta {
  margin-bottom: -10px;
  padding-top: 40px;
  text-transform: capitalize;
  position: relative;
  clear: right;
  display: inline-block;
  padding-right: 11px;
  height: 100%;
  overflow: hidden;
  color: #faa21b;
}
 .news_date {
  display: block;
  width: auto;
  height: 100%;
  font-size: 14pt;
  float: left;
  font-family: 'Titillium Web', sans-serif;
  line-height: 10pt;
  font-weight: 400;
  margin-right: 5px;
}
 .news_month {
  display: block;
  width: auto;
  height: 100%;
  font-size: 14pt;
  float: left;
  font-family: 'Titillium Web', sans-serif;
  line-height: 10pt;
  font-weight: 400;
  margin-right: 5px;
}
.news_year {
  display: block;
  width: auto;
  height: 100%;
  font-size: 14pt;
  float: left;
  font-family: 'Titillium Web', sans-serif;
  line-height: 10pt;
  font-weight: 400;
}

 /* POST */

  .post {
    float: left;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
    width: 100%;
  }
  .post:last-child {
    border-bottom: none;
    padding-bottom: 0px;
  }
  .post h2 {
    padding-top: 0px;
    clear: left;
  }
  .separator-doubled {
    display: none!important;
  }

/* MAIN CONTENT */

.bg {
  background: url('images/bgimage1.jpg') repeat;
  position: fixed;
  width: 100%;
  height: 300%;
  top:0;
  left:0;
  z-index: -1;
}
 .container {
  width: 100%;
  height: 100%;
}
.containercontent {
  width: 100%;
}
section {
  width: 100%;
  margin: auto;
}


/* HEADER */

.logotype{
  float: left;
  width: auto;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.logotype img{
  width:100%;
  height:auto;
  max-width:213px;
  padding-top:18px;
}

/* MENU */
i {
  font: inherit;
}
.menucontainer {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100px;
  background: #333333;
  border-bottom: 5px solid #4d4d4d;
} 
.menuinnercontent {
  list-style-type: none;
}   
.menubar {
  float: left;
  height: 100px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menucontent {
  list-style-type: none;
  padding: 0;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  }
  .menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 1200px;
    text-align: center;
  }
  .menu-collapser {
    position: relative;
    border-top: 1px solid #4d4d4d;
   font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 14pt;
    text-decoration: none;
    text-transform: uppercase;
    color: #ccc;
    width: 100%;
    height: 70px;
    line-height: 70px;
    padding-left: 5%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
  }
  .collapse-button {
    position: absolute;
    right: 5%;
    top: 50%;
    width: 40px;
    background-color: #0E0E0E;
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    padding: 7px 10px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    font-size: 14px;
    text-align: center;

    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
  }
  .collapse-button:hover, .collapse-button:focus {
    background-image: none;
    background-color: #040404;
    color: #FFF;
  }
  .collapse-button .icon-bar {
    background-color: #F5F5F5;
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 2px;
    width: 18px;
    margin: 2px 0;
  }

  ul.slimmenu {
    list-style-type: none;
    margin: 0;
    /*width: 100%;*/
    border-left: 1px solid #555;
  }
  ul.slimmenu li {
    position: relative;
    display: inline-block;
    border-right: 1px solid #555;
    margin-left: -5px;
  }
  ul.slimmenu li:first-child {
    margin-left: 0px;
  }
  ul.slimmenu > li { margin-right: -5px; }
  ul.slimmenu > li:first-child { border-left: 0;}
  ul.slimmenu > li:last-child { margin-right: 0 }
  ul.slimmenu li a {
    display: block;
    line-height: 100px;
    color: #ccc;
    padding: 0px 22px 0px 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 14pt;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  ul.slimmenu li a:hover {
    text-decoration: none;
    color: #fff;
    background: #e39319; /* Old browsers */
    background: -moz-linear-gradient(top,  #e39319 0%, #faaa2f 50%, #e39319 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e39319), color-stop(50%,#faaa2f), color-stop(100%,#e39319)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e39319 0%,#faaa2f 50%,#e39319 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e39319 0%,#faaa2f 50%,#e39319 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e39319 0%,#faaa2f 50%,#e39319 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e39319 0%,#faaa2f 50%,#e39319 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e39319', endColorstr='#e39319',GradientType=0 ); /* IE6-9 */
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  ul.slimmenu li .sub-collapser {
    /*background: none repeat scroll 0 0 rgba(0, 0, 0, 0.075);*/ /* REPLACE IN TOGGLE*/
    position: absolute;
    right: 40%;
    top: 0;
    width: 0px;
    height: 100%;
    text-align: center;
    z-index: 999;
    cursor: pointer;
  }
  ul.slimmenu li .sub-collapser:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
    margin-right: -0.25em;
  }
  ul.slimmenu li .sub-collapser > i {
    display:none;
   /* color: #333;
    font-size: 11px;
    margin-top: 2px;
    margin-bottom:7px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 0px;
    margin-left: -22px;*/
  }
  ul.slimmenu li ul {
    margin: 0;
    list-style-type: none;
  }
  /*REMOVE EVERYTHING EXCEPT BACKGROUNDCOLOR WHEN TOGGLED */

  ul.slimmenu li ul li { 
    background-color: #333;
    border-right: none;
    height: 50px;
    line-height: 50px;
    padding: 0px; 
    width:250px;
    border-bottom: 1px dotted #4d4d4d; /*rgba(0, 0, 0, 0.075)*/;
    margin-left: 0px;
  }
  ul.slimmenu li ul li a{ 
    display: block;
    width: 210px;
    line-height: 50px;
    color: #ccc;
    padding: 0px 22px 0px 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    font-size: 11pt;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
  }
  ul.slimmenu li ul li a:hover{ 
    width: 210px;
  }
  ul.slimmenu li ul li:last-child { 
    border-bottom: none;
  }
  ul.slimmenu li > ul {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    width: 250px; /* changed from 100%*/
    margin-top: 5px;
    background-color: #333;
  }
  ul.slimmenu li > ul > li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 100%;
  }
  ul.slimmenu.collapsed li {
    display: block;
    width: 100%;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
  }
  ul.slimmenu.collapsed li a {
    display: block;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.075);*/
    padding-left: 5%;
    line-height: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
  }
  ul.slimmenu.collapsed li .sub-collapser {
    height: 40px;
  }
  ul.slimmenu.collapsed li > ul {
    display: none;
    position: static;
  }

/* CONTACT INFO */

.contactinfo {
  width: 300px;
  float: right;
  text-align:right;
  color: #333;
  padding-top: 48px;
}
.contactinfo a{
  color: #333;
  -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.contactinfo a:hover{
  color: #faa21b;
  -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.mobileinfo {
  font-family: 'Anton', sans-serif;
  font-size: 24pt;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  font-weight: 600;
}
.envelopeinfo {
  font-size: 18pt;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}

/* BANNER */

.bannercontainer {
  float: left;
  width: 100%;
  min-height: 450px;
}
.bannercontent {
  width: 90%;
  height: auto;
  max-width: 1200px;
  margin-left:auto;
  margin-right:auto;
}
/* BOX */

.boxcontainer {
  float: left;
  width: 100%;
  min-height: 90px;
  border-bottom: 1px solid #959595;
  background-color: #333;
}
.boxcontent {
  width: 90%;
  height: auto;
  max-width: 1200px;
  margin-left:auto;
  margin-right:auto;
}
.box1 {
  float: left;
  margin-top: -155px;
  width: 30.3%;
  margin-right:3%;
  padding-bottom: 30px;
  background-color: #fff;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.box2 {
  float: left;
  margin-top: -155px;
  width: 30.4%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  padding-bottom: 30px;
  background-color: #fff;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.box3 {
  float: left;
  margin-top: -155px;
  width: 30.3%;
  margin-left:3%;
  padding-bottom: 30px;
  background-color: #fff;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.box1content, .box2content, .box3content {
  text-align: center;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 300;
  font-size: 11pt;
  line-height: 16pt;
  color: #555;
  padding: 30px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; 
}
.box1content h2, .box2content h2, .box3content h2 {
  text-align: center;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 32pt;
  line-height: 23pt;
  color: #333;
  padding: 30px;
  border-left: none;
  margin-top:0px;
  margin-bottom:0px;
}
 .box1content .readmore, .box2content .readmore, .box3content .readmore{
  text-indent: 0;
  display: inline-block;
  color: #fff;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-size: 14pt;
  text-transform: uppercase;
  text-align: center;
  background-color: #faa21b;
  margin-top: 30px;
  padding: 22px 18px 20px 18px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
  .box1content .readmore a, .box2content .readmore a,   .box3content .readmore a{
    color: #555;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .box1content .readmore:hover, .box2content .readmore:hover, .box3content .readmore:hover {
     background-color: #555;
     color: #faa21b;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }

/* TEXTBANNER */

.textbannercontainer {
  float: left;
  width: 100%;
  background-color: #fff;
}
.textbannercontent {
  width: 90%;
  height: auto;
  max-width: 900px;
  margin-left:auto;
  margin-right:auto;      
}
.textbanner {
  text-align: center;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 300;
  font-size: 11pt;
  line-height: 16pt;
  color: #333;
  padding-bottom: 70px;
}
.textbanner h1{
  font-size: 46pt;
  font-weight: 600; 
  padding-top: 90px; 
  text-transform: uppercase; 
  font-family: 'Titillium Web', sans-serif;
  border-left:0px;
  padding-left:0px;
  margin-top:0px;
  margin-bottom:0px;
}
.textbanner h2{
  padding-top:6px; 
  padding-bottom:30px; 
  border-left: none;
  margin-top:0px;
  margin-bottom:0px;
  padding-left:0px;
}

/* MAINCONTENT */

.maincontainer{
  float: left;
  width: 100%;
  background-color: #ffffff;
}
.maincontent{
  width: 90%;
  max-width: 1200px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left:auto;
  margin-right:auto;
}
.leftcolumn {
  float: left;
  width: 64.3%;
  margin-right: 4%;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.leftcolumncontent {
  padding-top: 30px;
  padding-bottom: 60px;
  overflow: hidden;
  height: auto;
  color: #333;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;  
}
.leftcolumncontent ol {
  padding-left: 30px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 300;
  font-size: 11pt;
  line-height: 16pt;
  color: #333; 
}
.leftcolumncontent ol li {
  list-style: decimal;
  padding-bottom: 12px;
  line-height: 15pt;
}
.leftcolumncontent ul {
  padding-left: 30px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 300;
  font-size: 11pt;
  line-height: 16pt;
  color: #333; 
}
.leftcolumncontent ul li {
  list-style: square;
  padding-bottom: 12px;
  line-height: 15pt;
}
.leftcolumncontent p {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 300;
  font-size: 11pt;
  line-height: 16pt;
  color: #333; 
}
.leftcolumncontent img {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  max-width: 100%;
  height: auto;
}
.rightcolumn {
  float: left;
  width: 31.7%;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.rightcolumncontent {
  padding-top: 30px;
  padding-bottom: 60px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.rightcolumncontent img{
  width: 95%;
  height: auto;
  border: 4px solid #C3C3C3;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.rightcolumncontent h2 {
  font-size: 32pt; 
  line-height: 38pt;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  color: #333;
  margin-top:24px;
  margin-bottom:10px;
  border-left: 10px solid #faa21b;
  padding-left: 8px;
}
.rightcolumncontent p {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 300;
  font-size: 11pt;
  line-height: 16pt;
  color: #333; 
}
.rightcolumncontent aside {
  border-bottom:1px solid #ccc;
  padding-bottom: 35px;
}
.rightcolumncontent aside:last-child {
  border-bottom:none;
  padding-bottom: 0px;
}

/* FOOTER */

.footercontainer{
  float: left;
  width: 100%;
  background-color: #eeeeee;
  border-top: 1px solid #959595;
}
.footercontent{
  width: 90%;
  overflow: hidden;
  max-width: 1200px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left:auto;
  margin-right:auto;
}
.footerleftcolumn {
  float: left;
  width:  31.7%;
  margin-right: 4%;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.footerleftcontent {
  padding-bottom: 60px;
  padding-top: 20px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;  
}
.footerleftcontent p, .footerrightcontent p {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 300;
  font-size: 11pt;
  line-height: 16pt;
  color: #333;
}
.footerrightcolumn {
  float: left;
  width: 64.3%;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.footerrightcontent {
  padding-bottom: 60px;
  padding-top: 20px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.footerrightcontent aside {
  border-bottom:1px solid #ccc;
  padding-bottom: 35px;
}
.footerrightcontent aside:last-child {
  border-bottom:none;
  padding-bottom: 0px;
}
#wpgmza_map {
  border: 1px solid #333!important;
  /* Firefox */
    width: -moz-calc(100% - 2px)!important;
    /* WebKit */
    width: -webkit-calc(100% - 2px)!important;
    /* Opera */
    width: -o-calc(100% - 2px)!important;
    /* Standard */
    width: calc(100% - 2px)!important;
}
/* COPYRIGHT */

.copyrightcontainer{
  float: left;
  overflow: hidden;
  width: 100%;
  height: 100px;
  background-color: #333;
}
.copyrightcontent{
  width: 90%;
  height: auto;
  margin-left:auto;
  margin-right:auto;
}
.copyright {
  width: 100%;
  float: left;
  padding-top: 32px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 300;
  font-size: 9pt;
  line-height: 16pt;
  color: #ccc;
}
.copyright a{
  color: #fff; 
}
.copyright a:hover{
  color: #faa21b; 
}
.footeranton {
  font-size: 13pt;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  color: #ccc;
}

@media screen and (max-width: 860px) {
.headercontainer {
      height: auto; /* CHANGED */
      border-bottom:none;
    }
    .headercontent {
      width: 100%;/* CHANGED */
    }
    .logotype{
      float: none; /* CHANGED */
      width:100%; /* CHANGED */
      /*max-width: 370px; /* CHANGED */
      height: auto;
    }
    .logotype img{
      padding-top: 40px;/* CHANGED */
      padding-bottom: 40px;/* CHANGED */
      width:90%;/* CHANGED */
      max-width:213px!important;/* CHANGED */
      height:auto;
    }
    /* MENU */
    .menucontainerpage {
      overflow: hidden;
    }
    .menucontainer {
      overflow: hidden;
      height: auto;
      border-top:0px;
    }
    .menuinnercontent {
      width: 100%;
    }
    .menubar {
      height: auto; /* CHANGED */
      width: 100%; /* CHANGED */
      max-width: 860px;
    }
    .logotype{
      border-bottom: none;
      float: none;
    }
    .logotype img {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .menucontent {
      width: 100%;
      max-width: 1070px;
      float: none;
      margin-top:0px;
    }
    ul.slimmenu {
      padding-top: 0px;
      border-left:0px;
    } 
    ul.slimmenu li {
      margin-left:0px;
      border-right: none;
    }
    ul.slimmenu li a {
      font-size:12pt;
      border-top: 1px dotted #4d4d4d; /* CHANGED */
    }
    ul.slimmenu li a:hover {
    text-decoration: none;
    color: #faa21b;
    padding-left:35px;
    background: none!important;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  ul.slimmenu li ul li {
    width:100%;
  }
  ul.slimmenu li ul li a {
    width:100%;
  } 
  ul.slimmenu li ul li a:hover {
    padding-left:35px;
  }
    ul.slimmenu li .sub-collapser {
      background: none repeat scroll 0 0 rgba(0, 0, 0, 0.90); /* REPLACE IN TOGGLE*/
      position: absolute;
      right: 0;
      top: 10px;
      width: 40px;
      text-align: center;
      z-index: 999;
      cursor: pointer;
      margin-right: 5%;
      border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
      border-radius: 4px 4px 4px 4px;
      border-style: solid;
      border-width: 1px;
      color: #FFFFFF;
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    }
    i {
      margin-right: 5px;
      padding-bottom: 0px!important;
    }
    ul.slimmenu li .sub-collapser:before {
      content: '';
      display: inline-block;
      height: 30px;
      vertical-align: middle;
      margin-right: -0.25em;
    }
    ul.slimmenu li > ul {
      display: none;
      position: absolute;
      left: 0;
      top: 100%;
      z-index: 999;
      width: 100%; /* changed from 100%*/
      margin-top: 0px;
      -webkit-border-radius: 0px;
      border-radius: 0px;
    }
    ul.slimmenu.collapsed li .sub-collapser {
      height: 30px;
    }
    ul.slimmenu li .sub-collapser > i {
      color: #ffffff;
      margin-left: 8px;
      margin-top: 8px;
      font-size: 11px;
      margin-bottom:7px;
      display: inline-block;
      vertical-align: middle;
      padding-bottom: 0px;
    }
    ul.slimmenu li ul li { 
      border-bottom: none; /* CHANGED */
      margin-left: 0px;
      margin-right: 0px;
    }
    ul.slimmenu li > ul > li ul {
      margin-left: 0px;
      z-index: 999;
      width: 100%;
    }
    ul.slimmenu li ul li { 
      margin-right: 0px;
    }
    .bg { 
      top: 0 !important;
    }
  }

  @media screen and (max-width: 780px) {
    /* HEADER */

    
    .icon-mobile:before {
      margin-left: -7px;
    }
    .contactinfo {
      width: 90%; /* CHANGED */
      float: none; /* CHANGED */
      text-align:left; /* CHANGED */
      color: #9a9a9a;
      padding-top: 38px;/* CHANGED */
      padding-bottom: 38px;/* CHANGED */
      margin-left:auto;/* CHANGED */
      margin-right:auto;/* CHANGED */
    }
    .contactinfo a{
      color: #9a9a9a;
    }
    .contactinfo a:hover{
      color: #AE292A;
    }
    .mobileinfo {
      font-size: 30pt;
      display: inline-block;
      vertical-align: middle;
      margin-left: 6px;
      font-weight: 600;
      margin-top:8px;
    }
    .envelopeinfo {
      font-size: 18pt;
      display: inline-block;
      vertical-align: middle;
      margin-left: 6px;
    }

    /* MAIN CONTENT */
    .leftcolumn {
      width: 100%; /* changed */
      margin-right: 0%; /* changed */
      border-bottom: 1px solid #bab9ba; /* changed */  
    }
    .rightcolumn {
      width: 100%; /* changed */
      border-top: 1px solid #fff; /* changed */
    }

    /* BOXES */
    .bannercontent {
      width:100%;
    }
    .box1 {
      width: 100%;
      padding-bottom: 50px;
      margin:0;

    }
    .box1content {
      padding: 5%;
    }
    .box2 {
      width: 100%; /* changed */
      padding-bottom: 50px;
      padding-top:10px;
      margin:0;
    }
    .box2content {
      padding: 5%;
    }
    .box3 {
      width: 100%; /* changed */
      padding-top:10px;
      padding-bottom:54px;
      margin:0;
    }
    .box3content {
      padding: 5%;
    }
    .footerleftcolumn {
      width: 100%; /* changed */
      margin-right: 0%; /* changed */
      border-bottom: 1px solid #bab9ba; /* changed */  
    }
    .footerrightcolumn {
      width: 100%; /* changed */
      border-top: 1px solid #fff; /* changed */
    }
}
@media screen and (max-width: 530px) {
  .bannercontainer {
  display: none;
}
.boxcontent {
  width: 100%;
}
    .column1 {
    width: 100%;
  }
  .column2 {
    width: 100%;
  }
  .contactcard {
    width: 95%;
 }
 .textbanner h1{
  font-size: 36pt;
}
.textbanner h2{
  font-size:18pt;
}
h1 {
  font-size: 24pt;
  line-height: 28pt;
}
  }
 @media screen and (max-width: 320px) {

  .mobileinfo {
      font-size: 26pt;
    }
}
/* ************************* */
/*         Animations        */
/* ************************* */

/* SET ALL TRANSITIONS AT ONCE */
.box1, .box2, .box3, .startpage .contactinfo, .startpage .logotype, .leftcolumncontent, .rightcolumncontent{
  -webkit-transition: -webkit-transform 1300ms ease, opacity 1300ms ease;
  -moz-transition: -moz-transform 1300ms ease, opacity 1300ms ease;
  -ms-transition: -ms-transform 1300ms ease, opacity 1300ms ease;
  -o-transition: -o-transform 1300ms ease, opacity 1300ms ease;
  transition: transform 1300ms ease, opacity 1300ms ease;
}


/* Box 1 */
 .box1, .leftcolumncontent {
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
} .box2, .rightcolumncontent {
  -moz-transform: translateY(60px);
  -webkit-transform: translateY(60px);
  -o-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  opacity: 0;
}
 .box3 {
  -moz-transform: translateY(90px);
  -webkit-transform: translateY(90px);
  -o-transform: translateY(90px);
  -ms-transform: translateY(90px);
  transform: translateY(90px);
  opacity: 0;
}
.site-loaded .box1, .site-loaded .box2, .site-loaded .box3, .site-loaded .leftcolumncontent, .site-loaded .rightcolumncontent {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* Contactinfo */

 .startpage .contactinfo {
  -moz-transform: translateX(100px);
  -webkit-transform: translateX(100px);
  -o-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
}
.site-loaded .startpage .contactinfo {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/* Logotype */

 .startpage .logotype {
  -moz-transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 0;
}
.site-loaded .startpage .logotype {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/* Load on scroll */
.hidden {
  opacity:0;
}
.visible {
  opacity:1;
}

