/*
Theme Name: Default
Description: Default - side slide menu
Version: 1.0

*/
@import url("//hello.myfonts.net/count/33ae29");
@import url("//hello.myfonts.net/count/33afd2");
@font-face {
  font-family: 'ConduitITCStd-Bold';
  src: url("fonts/33AE29_0_0.eot");
  src: url("fonts/33AE29_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/33AE29_0_0.woff2") format("woff2"), url("fonts/33AE29_0_0.woff") format("woff"), url("fonts/33AE29_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'ConduitITCStd-Regular';
  src: url("fonts/33AE29_1_0.eot");
  src: url("fonts/33AE29_1_0.eot?#iefix") format("embedded-opentype"), url("fonts/33AE29_1_0.woff2") format("woff2"), url("fonts/33AE29_1_0.woff") format("woff"), url("fonts/33AE29_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'ConduitITCStd-Light';
  src: url("fonts/33AFD2_0_0.eot");
  src: url("fonts/33AFD2_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/33AFD2_0_0.woff2") format("woff2"), url("fonts/33AFD2_0_0.woff") format("woff"), url("fonts/33AFD2_0_0.ttf") format("truetype"); }

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
  margin: 0;
  padding: 0; }

img, fieldset {
  border: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

/********************************************************************************************/
.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: ""; }

.clearfix:after {
  clear: both; }

/**************************/
body {
  background: #323239;
  font-family: 'ConduitITCStd-Regular', 'Open Sans';
  font-size: 16px; }

.custom_bg {
  background: #fff url(images/bg_xxs.png) center fixed; }
  @media screen and (min-width: 481px) {
    .custom_bg {
      background-image: url(images/bg_xs.png); } }
  @media screen and (min-width: 769px) {
    .custom_bg {
      background-image: url(images/bg_sm.png); } }
  @media screen and (min-width: 992px) {
    .custom_bg {
      background-image: url(images/bg_md.png); } }
  @media screen and (min-width: 1200px) {
    .custom_bg {
      background-image: url(images/bg_lg.png); } }

a {
  color: #69c7c1; }
  a:hover {
    color: #f1564b; }

.nav > li > a:focus,
.nav > li > a:hover {
  background: none; }

img {
  max-width: 100%;
  height: auto;
  display: inline-block; }

@media screen and (max-width: 768px) {
  .container {
    width: 460px; } }

@media screen and (max-width: 480px) {
  .container {
    width: 300px; } }

/***************************/
.offscreen_wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 1vh;
  position: relative;
  /* konczy offmenu*/ }
  .offscreen_wrap .offscreen_inner {
    width: 100%;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /*height: 100vh;
        overflow: auto;*/ }
  .offscreen_wrap .offscreen_menu {
    background: #323239;
    width: 100%;
    position: absolute;
    height: 0;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 195px;
    z-index: 999;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /*konczy mainmenu*/ }
    .offscreen_wrap .offscreen_menu .container {
      position: relative; }
    .offscreen_wrap .offscreen_menu form.search-form {
      margin: 90px 0 80px; }
    .offscreen_wrap .offscreen_menu .menu_close {
      width: 45px;
      height: 45px;
      position: absolute;
      right: 10px;
      top: 55px;
      background: url(images/ico_white.png) top right no-repeat;
      font-size: 1px;
      text-align: center;
      cursor: pointer;
      z-index: 10; }
      @media screen and (max-width: 768px) {
        .offscreen_wrap .offscreen_menu .menu_close {
          top: 20px;
          width: 30px;
          height: 30px;
          background-position: -52px -8px; } }
    .offscreen_wrap .offscreen_menu .main_menu {
      padding: 0px; }
      .offscreen_wrap .offscreen_menu .main_menu .nav {
        margin: 0px 0 50px;
        float: none; }
        .offscreen_wrap .offscreen_menu .main_menu .nav li {
          list-style: none;
          float: none;
          width: 100%;
          position: relative; }
          .offscreen_wrap .offscreen_menu .main_menu .nav li:first-child {
            border-top: 0 none; }
          .offscreen_wrap .offscreen_menu .main_menu .nav li a {
            font-size: 40px;
            text-transform: uppercase;
            text-decoration: none;
            color: #fff;
            padding: 10px 0;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out; }
            .offscreen_wrap .offscreen_menu .main_menu .nav li a:hover {
              color: #f1564b; }
            @media screen and (max-width: 991px) {
              .offscreen_wrap .offscreen_menu .main_menu .nav li a {
                font-size: 30px; } }
            @media screen and (max-width: 768px) {
              .offscreen_wrap .offscreen_menu .main_menu .nav li a {
                font-size: 20px; } }
          .offscreen_wrap .offscreen_menu .main_menu .nav li.menu-item-has-children .sub_toggle {
            position: absolute;
            top: 0;
            right: 0px;
            height: 46px;
            width: 25px;
            font-size: 18px;
            color: #fff;
            line-height: 46px;
            cursor: pointer;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            text-align: center; }
            @media screen and (max-width: 991px) {
              .offscreen_wrap .offscreen_menu .main_menu .nav li.menu-item-has-children .sub_toggle {
                height: 36px;
                line-height: 36px; } }
            @media screen and (max-width: 768px) {
              .offscreen_wrap .offscreen_menu .main_menu .nav li.menu-item-has-children .sub_toggle {
                height: 23px;
                line-height: 23px; } }
          .offscreen_wrap .offscreen_menu .main_menu .nav li.menu-item-has-children.act .sub_toggle i:before {
            content: '\f077'; }
          .offscreen_wrap .offscreen_menu .main_menu .nav li ul {
            display: none; }
          .offscreen_wrap .offscreen_menu .main_menu .nav li li a {
            background: url(images/menu_deco.png) left 8px no-repeat;
            padding: 5px 0 5px 25px;
            font-size: 30px;
            color: #69c7c1;
            font-family: 'ConduitITCStd-Light'; }
            .offscreen_wrap .offscreen_menu .main_menu .nav li li a:hover {
              color: #DE1E36; }
            @media screen and (max-width: 991px) {
              .offscreen_wrap .offscreen_menu .main_menu .nav li li a {
                font-size: 25px;
                background-position: left 6px; } }
            @media screen and (max-width: 768px) {
              .offscreen_wrap .offscreen_menu .main_menu .nav li li a {
                font-size: 17px;
                background-position: left -3px; } }
  .offscreen_wrap .offscreen_menu.active {
    height: calc(100vh - 195px);
    height: 100%;
    /*height: 100vh;
        overflow: auto;
        .header{
            display: none;
        }
        .inner{
            height: 101vh;
        }*/ }

/******************************************/
.choose_ref {
  padding-top: 60px;
  padding-bottom: 40px; }
  .choose_ref .ref_link {
    margin-bottom: 20px; }

.ref_link {
  display: block;
  border: 1px solid #f1564b;
  height: 90px;
  width: 260px;
  background: url(images/ref_bedrift.png) 25px center no-repeat;
  line-height: 24px;
  padding: 20px 0 20px 85px;
  margin: 0 20px 20px 0;
  font-size: 22px;
  text-decoration: none;
  color: #f1564b;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .ref_link strong {
    text-transform: uppercase;
    display: block; }
  @media screen and (min-width: 769px) {
    .ref_link.ref_big {
      background-image: url(images/ref_bedrift_big.png);
      display: block;
      height: 190px;
      width: 100%;
      background-position: 60px center;
      padding: 50px 20px 50px 190px;
      line-height: 45px;
      font-size: 40px;
      border-width: 2px; } }
  @media screen and (max-width: 991px) and (min-width: 769px) {
    .ref_link.ref_big {
      background-position: 20px center;
      padding-left: 150px;
      font-size: 36px; } }
  .ref_link.ref_foot {
    background-image: url(images/ref_bedrift_footer.png);
    border: 0 none;
    width: 100px;
    background-position: left center;
    font-size: 16px;
    height: 45px;
    line-height: 20px;
    padding: 4px 0 0 35px; }
  .ref_link:hover {
    background-color: #680e08;
    color: #fff;
    text-decoration: none; }
  .ref_link.ref_bedrift {
    color: #f1564b; }
    .ref_link.ref_bedrift:hover {
      background-color: #680e08;
      color: #fff; }
  .ref_link.ref_priv {
    background: url(images/ref_priv.png) 25px center no-repeat;
    color: #69c7c1;
    border-color: #69c7c1; }
    .ref_link.ref_priv:hover {
      background-color: #1b4946;
      color: #fff; }
    @media screen and (min-width: 769px) {
      .ref_link.ref_priv.ref_big {
        background-image: url(images/ref_priv_big.png);
        background-position: 60px center; } }
    @media screen and (max-width: 991px) and (min-width: 769px) {
      .ref_link.ref_priv.ref_big {
        background-position: 20px center;
        padding-left: 150px;
        font-size: 36px; } }
    .ref_link.ref_priv.ref_foot {
      background-image: url(images/ref_priv_footer.png);
      background-position: left center; }

body.page-template-page_start .custom_bg {
  background: #fff !important; }

/*****************************************/
form.search-form {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 55px;
  max-width: 400px;
  border-bottom: 1px solid #65666b; }
  form.search-form input {
    background: transparent;
    border: 0 none;
    color: #fff;
    width: 100%;
    height: 45px;
    padding: 0 50px 0 0;
    font-size: 20px; }
  form.search-form button {
    background: url(images/ico_white.png) top left no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 45px;
    height: 45px;
    border: 0 none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

/**********************************************/
.header {
  background: #fff;
  position: relative;
  overflow: hidden; }
  .header .inner {
    border-bottom: 10px solid #f0554b; }
    .header .inner:after {
      background: #65c7c1;
      position: absolute;
      content: '';
      width: 1000px;
      height: 10px;
      right: 100%;
      bottom: 0px;
      margin-right: -20%; }
    .header .inner:before {
      background: #DE1E36;
      position: absolute;
      content: '';
      width: 1000px;
      height: 10px;
      left: 100%;
      bottom: 0px;
      margin-left: -45%; }
  .header .logo {
    text-align: center;
    padding: 60px 0 30px;
    display: block; }
  .header .menu_toggle {
    color: #DE1E36;
    text-transform: uppercase;
    float: left;
    height: 36px;
    margin-top: 135px;
    cursor: pointer;
    position: relative;
    z-index: 99; }
    .header .menu_toggle span {
      width: 40px;
      height: 4px;
      background: #f0554b;
      position: relative;
      display: inline-block; }
      .header .menu_toggle span:before, .header .menu_toggle span:after {
        width: 40px;
        height: 4px;
        background: #f0554b;
        position: absolute;
        top: -12px;
        content: ''; }
      .header .menu_toggle span:after {
        top: auto;
        bottom: -12px; }
    @media screen and (max-width: 768px) {
      .header .menu_toggle {
        display: block; } }
  .header .main_menu {
    float: left;
    margin-left: 30px;
    margin-top: 135px; }
    @media screen and (max-width: 991px) {
      .header .main_menu {
        display: none; } }
    .header .main_menu ul {
      list-style: none; }
    .header .main_menu li {
      float: left;
      position: relative; }
      .header .main_menu li:hover ul {
        display: block; }
    .header .main_menu a {
      font-size: 23px;
      font-weight: 300;
      color: #676364;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      line-height: 36px;
      display: inline-block;
      padding: 0 15px;
      text-transform: uppercase; }
      .header .main_menu a:hover {
        color: #DE1E36; }
  .header .phone_and_search {
    margin-top: 135px;
    float: right; }
    .header .phone_and_search span {
      display: inline-block;
      line-height: 36px;
      color: #000;
      font-weight: 300px;
      vertical-align: top; }
    .header .phone_and_search .phone {
      background: url(images/phone.png) left center no-repeat;
      padding-left: 45px;
      margin-right: 45px; }
    .header .phone_and_search .search_toggle {
      background: url(images/search.png) left center no-repeat;
      width: 36px;
      height: 36px;
      cursor: pointer; }

/**************************************/
/***************************************/
.slider_wrap {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.slider {
  clear: both;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .slider .owl-wrapper-outer {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .slider .item {
    position: relative; }
    .slider .item a {
      display: block;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      text-decoration: none; }
    .slider .item img {
      width: 100%;
      height: auto;
      margin: 0 auto;
      display: block; }
    .slider .item .slide_info {
      position: absolute;
      bottom: 150px;
      left: 50%;
      margin-left: -570px;
      width: 1140px;
      text-align: center; }
      .slider .item .slide_info h2 {
        margin: 0 0 20px;
        font-size: 50px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase; }
        .slider .item .slide_info h2 a {
          height: auto !important;
          color: #fff; }
      .slider .item .slide_info .text {
        color: #fff;
        font-size: 20px;
        line-height: 30px;
        height: auto !important; }
      @media screen and (max-width: 1199px) {
        .slider .item .slide_info {
          width: 950px;
          margin-left: -475px; } }
      @media screen and (max-width: 991px) {
        .slider .item .slide_info {
          width: 768px;
          margin-left: -384px; }
          .slider .item .slide_info h2 {
            font-size: 30px; }
          .slider .item .slide_info .text {
            font-size: 16px;
            line-height: 1.5em; } }
      @media screen and (max-width: 768px) {
        .slider .item .slide_info {
          background: #323239;
          position: relative;
          left: auto;
          margin: 0 auto;
          width: 100%;
          bottom: 0;
          padding: 30px 15px 60px; } }
      .slider .item .slide_info .button {
        padding: 15px 30px;
        display: inline-block;
        margin: 30px 0 0;
        line-height: 20px;
        color: #fff;
        font-weight: bold;
        line-height: 25px;
        font-size: 16px;
        background: #DE1E36;
        text-decoration: none; }
        .slider .item .slide_info .button:hover {
          background: #323239; }
  .slider .owl-prev,
  .slider .owl-next {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #DE1E36;
    cursor: pointer;
    color: #fff;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: block;
    position: absolute;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    top: 50%;
    margin-top: -20px;
    left: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .slider .owl-prev:hover,
    .slider .owl-next:hover {
      background-color: #323239; }
    @media screen and (max-width: 700px) {
      .slider .owl-prev,
      .slider .owl-next {
        display: none; } }
  .slider .owl-next {
    left: auto;
    right: 20px; }
  .slider .owl-pagination {
    position: absolute;
    text-align: center;
    bottom: 30px;
    left: 0px;
    right: 0px; }
    .slider .owl-pagination .owl-page {
      display: inline-block;
      background: #DE1E36;
      width: 13px;
      height: 13px;
      margin: 0 4px;
      -moz-border-radius: 12px;
      -webkit-border-radius: 12px;
      border-radius: 12px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }
      .slider .owl-pagination .owl-page.active {
        background: #c3c3c3; }
    @media screen and (max-width: 768px) {
      .slider .owl-pagination {
        bottom: 10px; } }

/****************************************/
.main_content_wrap.single_wrap {
  padding-top: 70px;
  padding-bottom: 50px; }

aside ul,
aside ol {
  padding-left: 1em;
  margin: 0 0 1em; }

/******************************************/
.thumb-list {
  padding-top: 30px; }

.thumb-list > article {
  margin-bottom: 30px; }
  @media screen and (min-width: 992px) {
    .thumb-list > article:nth-child(4n+1) {
      clear: both; } }
  @media screen and (min-width: 769px) and (max-width: 991px) {
    .thumb-list > article:nth-child(3n+1) {
      clear: both; } }
  @media screen and (max-width: 768px) {
    .thumb-list > article:nth-child(2n+1) {
      clear: both; } }

/****************************************/
.ansatte-grid .thumb {
  margin-bottom: 25px; }

.ansatte-grid .name {
  color: #000;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px; }

.ansatte-grid .pos {
  font-size: 22px;
  font-style: italic; }

.ansatte-grid .tel {
  padding: 0;
  background: none;
  font-size: 22px; }
  .ansatte-grid .tel span {
    color: #69c7c1; }

/* artilcles styles *********************/
.page_content {
  line-height: 1.3em;
  font-size: 24px;
  font-family: 'ConduitITCStd-Light'; }
  .page_content h1.page_title {
    font-size: 70px;
    color: #69c7c1;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500; }
    @media screen and (max-width: 991px) {
      .page_content h1.page_title {
        font-size: 35px; } }
  .page_content blockquote {
    font-family: 'ConduitITCStd-Regular';
    font-size: 30px;
    color: #000;
    line-height: 1.3em; }
  .page_content p {
    margin-bottom: 1em; }
  .page_content ul,
  .page_content ol {
    padding-left: 1em;
    margin: 0 0 1em; }
  .page_content h1,
  .page_content h2,
  .page_content h3,
  .page_content h4,
  .page_content h5,
  .page_content h5 {
    line-height: 1.2em;
    margin-bottom: 1.2em; }

.tax_head {
  background: #fff; }

@media screen and (min-width: 1200px) {
  .article_space_right {
    padding-right: 80px; } }

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .article_space_right {
    padding-right: 50px; } }

@media screen and (max-width: 991px) and (min-width: 769px) {
  .article_space_right {
    padding-right: 20px; } }

/**** sidebar styles *********************/
.ref_box {
  padding: 20px;
  background: #fff;
  border: 1px solid #69c7c1;
  margin-bottom: 30px; }

.tel, .mail {
  display: inline-block;
  line-height: 35px;
  margin-bottom: 10px;
  padding-left: 50px;
  font-size: 20px;
  color: #000;
  background: url(images/tel.png) left center no-repeat; }
  .tel a, .mail a {
    color: #000; }

.mail {
  background: url(images/mail.png) left center no-repeat; }

.side_text {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 30px; }
  .side_text h4 {
    font-size: 30px;
    margin-bottom: 20px; }

.ref_person {
  border-color: #69c7c1; }
  .ref_person .info {
    overflow: hidden;
    margin-bottom: 40px; }
    .ref_person .info .thumb {
      float: left;
      width: 180px; }
    .ref_person .info .who {
      margin-left: 200px;
      vertical-align: bottom;
      font-size: 20px;
      line-height: 23px; }
      .ref_person .info .who .name {
        text-transform: uppercase;
        color: #69c7c1; }
  .ref_person .reference {
    background: url(images/ref_ico.png) top left no-repeat;
    padding-top: 50px;
    font-size: 24px;
    line-height: 32px; }

.sub_list_box {
  background: #69c7c1;
  padding: 40px 30px;
  color: #fff;
  margin-bottom: 30px; }
  .sub_list_box h4 {
    font-size: 32px;
    letter-spacing: 1.4px;
    margin: 0 0 40px;
    text-transform: uppercase; }
  .sub_list_box ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .sub_list_box ul li {
      margin-bottom: 10px;
      padding: 0; }
  .sub_list_box a {
    color: #fff;
    font-size: 30px; }

.red_button {
  background: #f1564b;
  padding: 15px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: block;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase; }
  .red_button:hover {
    background: #69c7c1;
    color: #fff;
    text-decoration: none; }

.share_fb {
  padding: 10px 15px;
  border-top: 1px solid #f1564b;
  border-bottom: 1px solid #f1564b;
  line-height: 50px;
  font-size: 24px;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px; }
  .share_fb i {
    font-size: 40px;
    color: #f1564b;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    vertical-align: sub;
    margin-right: 10px; }
  .share_fb:hover {
    background: #DE1E36;
    color: #fff;
    text-decoration: none; }
    .share_fb:hover i {
      color: #fff; }

.ref_info {
  padding-bottom: 30px; }
  .ref_info p {
    border-bottom: 1px solid #cccccd;
    font-size: 30px;
    line-height: 40px;
    padding: 15px 20px; }
    .ref_info p strong {
      text-transform: uppercase; }

/******************************************/
.start_wrap .ms-item {
  width: 50%;
  display: block; }
  @media screen and (max-width: 991px) {
    .start_wrap .ms-item {
      width: 100%; } }

.start_wrap img {
  width: 100%;
  height: auto; }

.start_wrap a {
  text-decoration: none;
  color: #000; }

.start_wrap .info {
  padding: 35px;
  color: #000; }
  .start_wrap .info.c1 {
    background: #e0eae8; }
  .start_wrap .info.c2 {
    background: #959296;
    color: #fff; }
  .start_wrap .info.c3 {
    background: #f0554b;
    color: #fff; }
  .start_wrap .info.c4 {
    background: #d0ced1; }
.start_wrap .info.c5 {
    background: #FA4646; }    

.start_wrap .meta {
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1.3px; }

.start_wrap h2 {
  font-size: 38px;
  margin-bottom: 20px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  line-height: 1.3em; }
  @media screen and (max-width: 991px) {
    .start_wrap h2 {
      font-size: 24px; } }

.start_wrap .desc {
  font-size: 23px; }

.start_wrap .black {
  color: #000; }

.start_wrap .white {
  color: #fff; }

/*****************************************/
.category_wrap .listing_article {
  margin-bottom: 45px;
  color: #000;
  font-family: 'ConduitITCStd-Light';
  font-size: 24px;
  line-height: 27px; }
  .category_wrap .listing_article a {
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .category_wrap .listing_article a:hover {
      color: #69c7c1; }
  .category_wrap .listing_article img {
    margin-bottom: 20px; }
  .category_wrap .listing_article h2 {
    margin: 0 0 20px; }

/*****************************************/
.gform_wrapper {
  margin: 0px 0; }

.gform_wrapper ul.gform_fields li.gfield {
  padding: 0 !important; }

.gform_body .top_label label.gfield_label {
  font-size: 24px; }

.gform_body input,
.gform_body textarea {
  height: 40px !important;
  width: 100% !important;
  max-width: 600px;
  margin: 0 auto;
  background: #c5c3c1;
  border: 0 none; }

.gform_body textarea {
  height: 135px !important; }

.gform_wrapper .gform_footer {
  padding: 0 !important; }

.gform_footer {
  text-align: center !important; }

.gform_footer input.gform_button.button {
  height: 30px !important;
  line-height: 35px !important;
  background: #f1564b;
  text-transform: uppercase;
  padding: 0 15px;
  color: #fff;
  border: 0 none;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0 auto 30px !important; }
  .gform_footer input.gform_button.button::-webkit-input-placeholder {
    color: #fff; }
  .gform_footer input.gform_button.button:-moz-placeholder {
    color: #fff; }
  .gform_footer input.gform_button.button::-moz-placeholder {
    color: #fff; }
  .gform_footer input.gform_button.button:-ms-input-placeholder {
    color: #fff; }
  .gform_footer input.gform_button.button:hover {
    background: #69c7c1;
    color: #fff; }

.gfield_description {
  text-align: center; }

.validation_error {
  background: #fff; }

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error,
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  width: 100% !important;
  max-width: 500px !important; }

.gform_confirmation_message {
  border: 2px solid #DE1E36;
  padding: 10px;
  color: #DE1E36;
  background: #fff;
  margin-top: 20px;
  text-align: center; }

.gf_relative {
  position: relative; }
  @media screen and (min-width: 769px) {
    .gf_relative li.gfield {
      width: 50% !important; }
      .gf_relative li.gfield .ginput_container {
        padding-right: 20px; }
      .gf_relative li.gfield#field_2_4 {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 0; }
      .gf_relative li.gfield#field_2_5 {
        position: absolute;
        top: 79px;
        right: 0;
        padding-right: 0; }
      .gf_relative li.gfield#field_2_4 label, .gf_relative li.gfield#field_2_5 label {
        padding-left: 20px; }
      .gf_relative li.gfield#field_2_4 .ginput_container, .gf_relative li.gfield#field_2_5 .ginput_container {
        padding-right: 0px;
        padding-left: 20px; } }

/*****************************************/
footer {
  background: #323239;
  padding: 70px 0 0;
  font-size: 16px;
  color: #fff; }
  footer a {
    color: #fff; }
  footer a img {
    margin: 0 20px 10px 0;
    display: inline-block; }
  footer ul {
    list-style: none; }
  footer .foot_ref_box {
    position: relative;
    height: 0; }
    footer .foot_ref_box a {
      position: absolute; }
      footer .foot_ref_box a:hover {
        background-color: transparent !important;
        text-decoration: underline; }
    footer .foot_ref_box .ref_bedrift {
      left: 50%;
      top: 40px; }
    footer .foot_ref_box .ref_priv {
      left: 50%;
      top: 100px; }
  footer i.fa {
    font-size: 50px;
    margin: 20px 20px 0px 0; }
  footer a.kontakt {
    display: block;
    border: 1px solid #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    line-height: 43px;
    text-decoration: none;
    margin-top: 30px;
    text-transform: uppercase;
    color: #fff; }
    footer a.kontakt:hover {
      background: #fff;
      color: #323239; }
  footer h6 {
    font-weight: 500;
    border-bottom: 1px solid #56565c;
    margin-bottom: 20px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 13px; }
  footer .widget {
    margin-bottom: 30px; }
  footer .map {
    display: block;
    position: relative;
    border-bottom: 1px solid #56565c;
    margin: 30px 0; }
    footer .map span {
      background: url(images/map.png) no-repeat;
      width: 21px;
      height: 29px;
      position: absolute;
      top: -50px;
      right: 0; }
  footer .row2 {
    border-top: 1px solid #3f4045;
    padding-top: 15px; }
    footer .row2 h6 {
      border-bottom: 0 none; }
  footer .copyr {
    font-weight: 500;
    border-top: 1px solid #3f4045;
    padding: 35px 0; }
