@font-face {
  font-family: 'lato-regular';
  src: url("../fonts/lato-regular-webfont.eot");
  src: url("../fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-regular-webfont.woff") format("woff"), url("../fonts/lato-regular-webfont.ttf") format("truetype"), url("../fonts/lato-regular-webfont.svg#lato-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'lato-bold';
  src: url("../fonts/lato-bold-webfont.eot");
  src: url("../fonts/lato-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-bold-webfont.woff") format("woff"), url("../fonts/lato-bold-webfont.ttf") format("truetype"), url("../fonts/lato-bold-webfont.svg#lato-bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'lato-light';
  src: url("../fonts/lato-light-webfont.eot");
  src: url("../fonts/lato-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-light-webfont.woff") format("woff"), url("../fonts/lato-light-webfont.ttf") format("truetype"), url("../fonts/lato-light-webfont.svg#lato-light") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 42, ../sass/_common.scss */
#body {
  font-family: "lato-regular", Arial, Helvetica, sans-serif;
  color: #515254;
  min-height: 300px;
  font-size: 15px;
}
/* line 48, ../sass/_common.scss */
#body .banner img, #body .top img, #body .content img, #body .footer img, #body .deep img {
  max-width: 100%;
}
/* line 57, ../sass/_common.scss */
#body table tr td, #body table tr th {
  padding: 5px 5px 5px 8px;
  padding-bottom: 10px;
  vertical-align: top;
  font-size: 15px;
}
/* line 67, ../sass/_common.scss */
#body .content ol {
  list-style: decimal;
  padding-left: 40px;
}
/* line 71, ../sass/_common.scss */
#body .content ul {
  padding-left: 20px;
}
/* line 76, ../sass/_common.scss */
#body h1, #body h2, #body h3, #body h4, #body h5, #body h6 {
  margin: 0px 0px 10px 0px;
  padding: 0px 0 0px 0px;
  color: #555;
  line-height: normal;
  font-weight: normal;
  font-family: "lato-regular", Arial, Helvetica, sans-serif;
}
/* line 83, ../sass/_common.scss */
#body h1 a, #body h2 a, #body h3 a, #body h4 a, #body h5 a, #body h6 a {
  text-decoration: underline;
}
/* line 85, ../sass/_common.scss */
#body h1 a strong, #body h2 a strong, #body h3 a strong, #body h4 a strong, #body h5 a strong, #body h6 a strong {
  color: #8BC53E;
}
/* line 88, ../sass/_common.scss */
#body h1 a:hover, #body h2 a:hover, #body h3 a:hover, #body h4 a:hover, #body h5 a:hover, #body h6 a:hover {
  color: #8BC53E;
}
/* line 92, ../sass/_common.scss */
#body h1 strong, #body h2 strong, #body h3 strong, #body h4 strong, #body h5 strong, #body h6 strong {
  color: #F36E21;
}
/* line 95, ../sass/_common.scss */
#body h1 em, #body h2 em, #body h3 em, #body h4 em, #body h5 em, #body h6 em {
  color: #8BC53E;
  font-style: normal;
}
/* line 101, ../sass/_common.scss */
#body h1 {
  font-size: 36px;
  padding-top: 5px;
}
/* line 106, ../sass/_common.scss */
#body h2 {
  font-size: 32px;
}
/* line 109, ../sass/_common.scss */
#body h3 {
  font-size: 28px;
}
/* line 112, ../sass/_common.scss */
#body h4 {
  font-size: 24px;
}
/* line 116, ../sass/_common.scss */
#body strong h1, #body strong h2, #body strong h3, #body strong h4, #body strong h5, #body strong h6 {
  color: #8BC53E;
}
/* line 119, ../sass/_common.scss */
#body strong a {
  color: #F36E21;
}
/* line 128, ../sass/_common.scss */
#body a, #body a:visited {
  color: #4C501B;
  text-decoration: underline;
}
/* line 131, ../sass/_common.scss */
#body a:hover, #body a:visited:hover {
  color: #4C501B;
}

/* line 1, ../sass/_header.scss */
#body .header {
  background-color: #4c4d4f;
}
/* line 3, ../sass/_header.scss */
#body .header .top {
  border-top: 4px solid #515254;
}
/* line 6, ../sass/_header.scss */
#body .header .top .slogan {
  padding-top: 10px;
}
/* line 9, ../sass/_header.scss */
#body .header .top #website_static_top_menu {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  /* line 9, ../sass/_header.scss */
  #body .header .top #website_static_top_menu {
    margin-top: 20px;
  }
}
/* line 14, ../sass/_header.scss */
#body .header .top #website_static_top_menu li {
  padding: 0px;
}
/* line 16, ../sass/_header.scss */
#body .header .top #website_static_top_menu li a {
  padding: 0px 10px;
  color: #737373;
  text-decoration: none;
  border-left: 1px solid #737373;
  font-size: 12px;
}
/* line 22, ../sass/_header.scss */
#body .header .top #website_static_top_menu li a:hover {
  text-decoration: underline;
  color: #333;
}
/* line 28, ../sass/_header.scss */
#body .header .top #website_static_top_menu li:first-child a {
  border: none;
}
/* line 32, ../sass/_header.scss */
#body .header .top .website-logo {
  padding-top: 5px;
}
@media only screen and (max-width: 768px) {
  /* line 34, ../sass/_header.scss */
  #body .header .top .website-logo {
    text-align: center;
  }
  /* line 35, ../sass/_header.scss */
  #body .header .top .slogan {
    text-align: center;
  }
}
/* line 38, ../sass/_header.scss */
#body .header .top .website_form_container {
  margin-top: 43px;
}
@media only screen and (max-width: 768px) {
  /* line 38, ../sass/_header.scss */
  #body .header .top .website_form_container {
    margin-top: 20px;
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  /* line 38, ../sass/_header.scss */
  #body .header .top .website_form_container {
    float: right;
  }
}
/* line 48, ../sass/_header.scss */
#body .header .top .website_form_container .search-submit {
  background: #ddd;
  color: #666;
  float: right;
}
/* line 51, ../sass/_header.scss */
#body .header .top .website_form_container .search-submit .glyphicon {
  padding: 5px;
}
/* line 56, ../sass/_header.scss */
#body .header .top .website_form_container .search {
  border: 1px solid #BCBCBC;
  width: 100px;
  margin: 0px;
  height: 25px;
}
/* line 65, ../sass/_header.scss */
#body .header .glyphicon-class {
  display: block;
  padding-top: 10px;
}
/* line 69, ../sass/_header.scss */
#body .header .glyph {
  text-align: center;
}
/* line 71, ../sass/_header.scss */
#body .header .glyph a {
  text-decoration: none;
  font-size: 12px;
}
/* line 74, ../sass/_header.scss */
#body .header .glyph a.bordered-right {
  border-right: 1px solid #dedede;
  padding-right: 10px;
  display: block;
}
/* line 79, ../sass/_header.scss */
#body .header .glyph a.bordered-left {
  border-left: 1px solid #dedede;
  padding-left: 10px;
  display: block;
}
/* line 87, ../sass/_header.scss */
#body .header .glyphicon {
  text-align: center;
  display: block;
  font-size: 30px;
}
/* line 94, ../sass/_header.scss */
#body .header .visible-xs-block .website-logo img {
  max-width: 158px;
}
/* line 100, ../sass/_header.scss */
#body .header .top.fixed {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1010;
  background-color: #4c4d4f;
}

/* line 9, ../sass/_menu.scss */
#body .shadow {
  -webkit-box-shadow: 0 8px 6px -6px #eee;
  -moz-box-shadow: 0 8px 6px -6px #eee;
  box-shadow: 0 8px 6px -6px #eee;
}

/* line 15, ../sass/_menu.scss */
#body .navbar-default {
  background: transparent;
  border: none;
  border-radius: 0px;
  margin-bottom: 0px;
}
/* line 21, ../sass/_menu.scss */
#body .navbar-default .glyphicon {
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  /* line 25, ../sass/_menu.scss */
  #body .navbar-default .container-fluid, #body .navbar-default .navbar-collapse {
    padding: 0px;
  }
}
/* line 31, ../sass/_menu.scss */
#body .navbar-default .navbar-toggle {
  background: #4c4d4f;
  color: #fff;
}
/* line 41, ../sass/_menu.scss */
#body .navbar-default ul.navbar-nav > li, #body .navbar-default ul.navbar-nav .dropdown-menu > li {
  border: none;
}
/* line 43, ../sass/_menu.scss */
#body .navbar-default ul.navbar-nav > li > a, #body .navbar-default ul.navbar-nav .dropdown-menu > li > a {
  background: #4c4d4f;
  font-weight: bold;
  font-size: 14px;
  font-family: "lato-light", Arial, Helvetica, sans-serif;
  padding: 24px 15px;
  color: #fff;
  display: block;
  text-decoration: none;
}
@media only screen and (max-width: 1025px) {
  /* line 43, ../sass/_menu.scss */
  #body .navbar-default ul.navbar-nav > li > a, #body .navbar-default ul.navbar-nav .dropdown-menu > li > a {
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 992px) {
  /* line 43, ../sass/_menu.scss */
  #body .navbar-default ul.navbar-nav > li > a, #body .navbar-default ul.navbar-nav .dropdown-menu > li > a {
    padding: 15px 15px;
  }
}
/* line 59, ../sass/_menu.scss */
#body .navbar-default ul.navbar-nav > li:last-child, #body .navbar-default ul.navbar-nav .dropdown-menu > li:last-child {
  border: none;
}
/* line 66, ../sass/_menu.scss */
#body .navbar-default ul.navbar-nav > li:hover > a, #body .navbar-default ul.navbar-nav .dropdown-menu > li:hover > a {
  background: #515254;
  color: #fff;
}
/* line 74, ../sass/_menu.scss */
#body .navbar-default ul.navbar-nav.hover > li:hover > .dropdown-menu {
  display: block;
}
/* line 80, ../sass/_menu.scss */
#body .navbar-default ul.navbar-nav .dropdown-menu {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
@media only screen and (max-width: 768px) {
  /* line 80, ../sass/_menu.scss */
  #body .navbar-default ul.navbar-nav .dropdown-menu {
    padding-left: 30px;
  }
}
/* line 87, ../sass/_menu.scss */
#body .navbar-default ul.navbar-nav .dropdown-menu > li {
  border-bottom: #333;
}
/* line 90, ../sass/_menu.scss */
#body .navbar-default ul.navbar-nav .dropdown-menu > li > a {
  padding: 18px 15px;
  background: #515254;
}
/* line 93, ../sass/_menu.scss */
#body .navbar-default ul.navbar-nav .dropdown-menu > li > a:hover {
  background: #4c4d4f;
}
/* line 104, ../sass/_menu.scss */
#body .navbar-default .dropdown-submenu {
  position: relative;
}
/* line 111, ../sass/_menu.scss */
#body .navbar-default .navbar-nav.hover .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
/* line 116, ../sass/_menu.scss */
#body .navbar-default .navbar-nav .menu-level-2 {
  margin-left: 0px;
}
/* line 122, ../sass/_menu.scss */
#body .navbar-default .dropdown-submenu > .dropdown-menu {
  top: 5px;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  float: right;
  min-width: 200px;
  border: 0px;
}
/* line 132, ../sass/_menu.scss */
#body .navbar-default .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
}
/* line 137, ../sass/_menu.scss */
#body .navbar-default .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
}
/* line 142, ../sass/_menu.scss */
#body .navbar-default .dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
@media only screen and (max-width: 769px) {
  /* line 147, ../sass/_menu.scss */
  #body .navbar-default .dropdown-submenu > .dropdown-menu {
    float: none;
    margin-top: 0px;
  }
  /* line 152, ../sass/_menu.scss */
  #body .navbar-default .dropdown-submenu > .dropdown-menu li a {
    padding-left: 40px;
  }
}

/* line 3, ../sass/_banner.scss */
#body .banner a.carousel-control {
  color: #fff;
}
/* line 7, ../sass/_banner.scss */
#body .banner h1, #body .banner h2, #body .banner h3, #body .banner h4, #body .banner h5, #body .banner h6 {
  color: #fff;
  border-bottom: none;
  background: #555656;
  padding: 10px;
}
/* line 12, ../sass/_banner.scss */
#body .banner h1 a, #body .banner h1 a:link, #body .banner h1 a:visited, #body .banner h1 a:hover, #body .banner h2 a, #body .banner h2 a:link, #body .banner h2 a:visited, #body .banner h2 a:hover, #body .banner h3 a, #body .banner h3 a:link, #body .banner h3 a:visited, #body .banner h3 a:hover, #body .banner h4 a, #body .banner h4 a:link, #body .banner h4 a:visited, #body .banner h4 a:hover, #body .banner h5 a, #body .banner h5 a:link, #body .banner h5 a:visited, #body .banner h5 a:hover, #body .banner h6 a, #body .banner h6 a:link, #body .banner h6 a:visited, #body .banner h6 a:hover {
  color: #fff;
  text-decoration: none;
}
/* line 17, ../sass/_banner.scss */
#body .banner img.car-rotator {
  margin-left: 250px;
}
/* line 20, ../sass/_banner.scss */
#body .banner.banner-subpage {
  max-height: 400px;
  overflow: hidden;
  text-align: center;
}

/* line 2, ../sass/_breadcrumb.scss */
#body .below-header {
  margin-bottom: 15px;
}
/* line 5, ../sass/_breadcrumb.scss */
#body .below-header .breadcrumb {
  padding: 0px;
  margin-bottom: 0px;
  background-color: #fff;
  border-radius: none;
  margin-top: 15px;
}
/* line 12, ../sass/_breadcrumb.scss */
#body .below-header .breadcrumb li {
  color: #515254;
  font-weight: bold;
}
/* line 15, ../sass/_breadcrumb.scss */
#body .below-header .breadcrumb li a {
  text-decoration: none;
  color: #8BC53E;
  font-weight: bold;
  padding: 0px 5px 0px 0px;
}
/* line 20, ../sass/_breadcrumb.scss */
#body .below-header .breadcrumb li a:hover {
  text-decoration: underline;
}

/* line 4, ../sass/_form.scss */
.website_form form .error_list {
  list-style: none;
  color: #A94442;
}
/* line 7, ../sass/_form.scss */
.website_form form .error_list li {
  text-align: center;
  padding: 5px 0;
}
/* line 13, ../sass/_form.scss */
.website_form form ul {
  list-style: none;
}
/* line 16, ../sass/_form.scss */
.website_form form ul li {
  background-image: none;
}
/* line 19, ../sass/_form.scss */
.website_form form ul.checkbox_list li, .website_form form ul.ratio_list li {
  background-image: none;
  margin: 0;
  padding: 0;
          /*
           * Uncomment for inline presentation of: checkbox_list & ratio_list   *

          float:left;
          width: 32%;
          margin-right:1%;

          &:nth-child(4) {
            clear:both;
            content: '';
          }

          **********************************************************************/
}
/* line 39, ../sass/_form.scss */
.website_form form ul.checkbox_list li .form-control, .website_form form ul.ratio_list li .form-control {
  float: left;
  width: 5%;
  border-width: none;
}
/* line 44, ../sass/_form.scss */
.website_form form ul.checkbox_list li .form-control:focus, .website_form form ul.ratio_list li .form-control:focus {
  box-shadow: none;
}
/* line 50, ../sass/_form.scss */
.website_form form ul.checkbox_list li label, .website_form form ul.ratio_list li label {
  display: inline-block;
  padding-left: 10px;
  width: 95%;
  font-weight: normal;
}
/* line 60, ../sass/_form.scss */
.website_form form.has-error label.control-label {
  color: #A94442;
}
/* line 73, ../sass/_form.scss */
.website_form form .website_form_result {
  padding: 10px;
  text-align: center;
  font-size: 110%;
  border: 1px solid #aaa;
  background: rgba(0, 163, 238, 0.95);
  color: #FFF;
}
/* line 85, ../sass/_form.scss */
.website_form ul.radio_list input[type="radio"], .website_form ul.radio_list input[type="checkbox"] {
  width: 30px;
  float: left;
  border: none;
  background: none;
  box-shadow: none;
}
/* line 93, ../sass/_form.scss */
.website_form ul.radio_list label {
  padding-top: 10px;
}

/* line 3, ../sass/_news.scss */
#body .website_news_post {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  /* line 6, ../sass/_news.scss */
  #body .website_news_post .website_news_content img {
    display: none;
  }
}
/* line 13, ../sass/_news.scss */
#body .website_news_post h2 a, #body .website_news_post h3 a, #body .website_news_post h4 a {
  color: #2D2D2D;
  text-decoration: none;
}
/* line 16, ../sass/_news.scss */
#body .website_news_post h2 a:hover, #body .website_news_post h3 a:hover, #body .website_news_post h4 a:hover {
  color: #2d2d2d;
  text-decoration: underline;
}
/* line 21, ../sass/_news.scss */
#body .website_news_post h2 h3, #body .website_news_post h3 h3, #body .website_news_post h4 h3 {
  font-size: 22px;
}
/* line 24, ../sass/_news.scss */
#body .website_news_post h2 h4, #body .website_news_post h3 h4, #body .website_news_post h4 h4 {
  font-size: 18px;
}
/* line 30, ../sass/_news.scss */
#body .website_news_post .website_news_post_image img {
  margin: 15px 20px 20px 0px;
}
/* line 35, ../sass/_news.scss */
#body .website_news_post .website_new_date {
  display: block;
  margin-bottom: 20px;
  color: #666;
}
/* line 40, ../sass/_news.scss */
#body .website_news_post .website_news_more {
  padding-top: 20px;
}

/* line 46, ../sass/_news.scss */
#body .website_news_sidebar h4 {
  font-size: 18px;
  margin-bottom: 0px;
  padding: 10px 0px;
}
/* line 51, ../sass/_news.scss */
#body .website_news_sidebar .website_news_post {
  margin-bottom: 0px;
}

/* line 3, ../sass/_search.scss */
.website_search_results_list .website_search_result a {
  color: #515254;
  font-weight: bold;
}
/* line 7, ../sass/_search.scss */
.website_search_results_list .website_search_result .link a {
  color: #F36E21;
  font-weight: normal;
}
/* line 12, ../sass/_search.scss */
.website_search_results_list .website_search_result:last-child {
  margin-bottom: 40px;
}

/* line 18, ../sass/_search.scss */
#search_form {
  margin-top: 15px;
  float: right;
}
/* line 22, ../sass/_search.scss */
#search_form input[type=text] {
  padding: 0px;
  padding: 0px 0px 0px 7px;
  margin: 0px;
  border: none;
  color: #666;
  height: 26px;
  margin-left: 1px;
  margin-top: 1px;
  font-size: 12px;
  line-height: 14px;
  background-color: #F3F3F3;
  border: 1px solid #e2e2e2;
}
/* line 38, ../sass/_search.scss */
#search_form button[type=submit] {
  border: none;
  cursor: pointer;
  background: #000;
  border: none;
  color: #fff;
  padding: 0px;
  margin: 0px;
  border-radius: 0px;
}
/* line 48, ../sass/_search.scss */
#search_form button[type=submit] .glyphicon {
  padding: 5px 8px 8px 8px;
  font-size: 12px;
}

/* line 2, ../sass/_content.scss */
#body .ncGoogleMap img {
  max-width: none;
}
/* line 6, ../sass/_content.scss */
#body .gmnoprint img {
  max-width: none;
}
/* line 21, ../sass/_content.scss */
#body .content ol {
  padding-left: 20px;
}
/* line 24, ../sass/_content.scss */
#body .content p {
  line-height: 1.7;
  margin: 20px 0px;
}
/* line 29, ../sass/_content.scss */
#body .content h4.form-header {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  /* line 29, ../sass/_content.scss */
  #body .content h4.form-header {
    margin-top: 20px;
  }
}

/* line 3, ../sass/_download.scss */
#body .content .website_asset {
  overflow: hidden;
  background: none repeat scroll 0 0 #F2F3F5;
  margin: 0;
  padding: 0;
}
/* line 8, ../sass/_download.scss */
#body .content .website_asset ul {
  display: block;
  float: left;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  width: 100%;
}
/* line 15, ../sass/_download.scss */
#body .content .website_asset ul li {
  background-image: none;
  border-bottom: 1px solid white;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
/* line 22, ../sass/_download.scss */
#body .content .website_asset ul li .website_description {
  padding: 10px 0px;
  float: left;
  width: 100%;
}
/* line 24, ../sass/_download.scss */
#body .content .website_asset ul li .website_description div {
  float: left;
  padding: 0px 10px;
}
/* line 29, ../sass/_download.scss */
#body .content .website_asset ul li .website_description a, #body .content .website_asset ul li .website_description a:hover, #body .content .website_asset ul li .website_description a.website_icon {
  float: right;
  margin-right: 15px;
  padding: 5px 5px 5px 25px;
  text-decoration: none;
}
/* line 32, ../sass/_download.scss */
#body .content .website_asset ul li .website_description .icon {
  width: 24px;
}
/* line 36, ../sass/_download.scss */
#body .content .website_asset ul li ul {
  padding-left: 10px;
}

/* line 2, ../sass/_footer.scss */
#body .footer {
  background-color: #222;
  border-top: 1px solid #808285;
  margin-top: 20px;
  padding: 20px 0px;
  color: #fff;
}
/* line 9, ../sass/_footer.scss */
#body .footer #website_static_top_menu {
  float: right;
}
/* line 12, ../sass/_footer.scss */
#body .footer h1, #body .footer h2, #body .footer h3, #body .footer h4, #body .footer h5, #body .footer h6, #body .footer p, #body .footer a {
  color: #fff;
}
/* line 15, ../sass/_footer.scss */
#body .footer p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0px 0px 20px 0px;
}
/* line 19, ../sass/_footer.scss */
#body .footer p strong {
  color: #8BC53E;
  font-weight: normal;
}
/* line 23, ../sass/_footer.scss */
#body .footer p em {
  color: #F36E21;
  font-style: normal;
}

/* line 30, ../sass/_footer.scss */
#body .deep-footer {
  background: #141212;
  color: #ddd;
  padding: 5px;
  font-size: 12px;
}
/* line 35, ../sass/_footer.scss */
#body .deep-footer a {
  color: #fff;
}
/* line 37, ../sass/_footer.scss */
#body .deep-footer a:hover {
  color: #8AC53D;
}

/** Person **/
/* line 3, ../sass/_person.scss */
div.website_person_container {
  width: 100%;
  padding-top: 20px;
  clear: both;
}

/* line 4, ../sass/_person.scss */
div.website_person_container .website_person {
  clear: both;
}

/* line 5, ../sass/_person.scss */
div.website_person_file.website_person_full {
  width: 95%;
  clear: both;
}

/* line 6, ../sass/_person.scss */
div.website_person_file.website_person_divide {
  padding-right: 1%;
  width: 30%;
}

/* line 8, ../sass/_person.scss */
div.website_person_file .func {
  font-weight: bold;
}

/* line 9, ../sass/_person.scss */
div.website_person .website_person_file {
  float: left;
  text-align: center;
  margin-bottom: 30px;
}

/* line 10, ../sass/_person.scss */
div.website_person .website_person_file img {
  padding: 2px;
  margin-bottom: 10px;
  max-width: 100%;
}

/* line 12, ../sass/_person.scss */
div.website_person .website_person_file .website_person_file_desc ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/* line 13, ../sass/_person.scss */
div.website_person .website_person_file .website_person_file_image {
  padding: 0px 10px;
}

/* line 15, ../sass/_person.scss */
div.website_person_file.website_person_divide .website_person_file_image {
  padding: 0px;
  padding-right: 5px;
}

/* line 17, ../sass/_person.scss */
.website_person_name {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

/* line 18, ../sass/_person.scss */
img.website_person_img {
  border: 4px solid #ddd;
}

/* line 19, ../sass/_person.scss */
.website_person_description {
  padding-top: 50px;
}

/* line 20, ../sass/_person.scss */
.website_person_info {
  padding: 20px 0px;
}

/* line 21, ../sass/_person.scss */
.website_person_info p {
  padding: 0px;
  margin: 0px;
}

/* line 22, ../sass/_person.scss */
.website_person_info a {
  color: #00A2EE;
}

/* line 23, ../sass/_person.scss */
.website_person_info p.website_person_return {
  font-weight: bold;
  padding-top: 25px;
}

/* line 24, ../sass/_person.scss */
.website_partner_func {
  font-weight: bold;
  padding: 20px 0px 10px 0px;
  display: block;
  font-size: 16px;
}

/* line 29, ../sass/_person.scss */
.website_person_file_desc img {
  border-radius: 10px;
  border: 2px solid #fff;
  box-shadow: 1px 0 10px #ddd;
  -moz-box-shadow: 1px 0 10px #ddd;
}
/* line 36, ../sass/_person.scss */
.website_person_file_desc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 40, ../sass/_person.scss */
.website_person_file_desc ul li {
  background-image: none;
  padding: 0;
  margin: 0;
  float: none;
  width: 100%;
  display: block;
  text-align: center;
}

/* line 54, ../sass/_person.scss */
.ansatte-person-image img {
  max-width: 100%;
  height: auto;
}

/* line 2, ../sass/_intranet.scss */
#body .intranet-wrapper ul.error_list {
  list-style-type: none;
  padding-left: 0px;
}
/* line 5, ../sass/_intranet.scss */
#body .intranet-wrapper ul.error_list li {
  color: red;
}

/* line 26, ../sass/gallery/base.scss */
.website_gallery_component {
  width: 100%;
  padding: 0;
  margin: 0;
}
/* line 33, ../sass/gallery/base.scss */
.website_gallery_component .website_gallery_switcher {
  padding-bottom: 10px;
}
/* line 36, ../sass/gallery/base.scss */
.website_gallery_component .website_gallery_switcher select {
  display: inline-block;
  width: auto;
  min-width: 200px;
}
/* line 41, ../sass/gallery/base.scss */
.website_gallery_component .website_gallery_switcher label {
  font-weight: normal;
  display: inline-block;
  margin-left: 10px;
}
/* line 57, ../sass/gallery/base.scss */
.website_gallery_component .website_gallery_preview .website_gallery_file {
  margin-bottom: 10px;
  text-align: center;
}
/* line 61, ../sass/gallery/base.scss */
.website_gallery_component .website_gallery_preview .website_gallery_file .website_gallery_file_image {
  position: relative;
  text-align: center;
}
/* line 64, ../sass/gallery/base.scss */
.website_gallery_component .website_gallery_preview .website_gallery_file .website_gallery_file_image a {
  display: block;
}
/* line 67, ../sass/gallery/base.scss */
.website_gallery_component .website_gallery_preview .website_gallery_file .website_gallery_file_image a img {
  max-width: 100%;
  max-height: 100%;
}
/* line 79, ../sass/gallery/base.scss */
.website_gallery_component .website_gallery_preview .website_gallery_file .website_gallery_file_description {
  font-size: 80%;
  font-style: italic;
}

/* Zoom & Goto buttons */
/* line 11, ../sass/gallery/navbar.scss */
.website_gallery_component {
  width: 100%;
  padding: 0;
  margin: 0;
}
/* line 17, ../sass/gallery/navbar.scss */
.website_gallery_component .gallery-nav {
  display: inline-block;
  width: 100%;
  background: #efefef;
  list-style: none;
  margin: 30px 0px;
  text-align: center;
  margin-bottom: 40px;
  padding: 5px 5px 6px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.08) 0 0 0 1px, #fff 2px 32px 19px -15px inset, rgba(0, 0, 0, 0.05) 0px 3px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0 0 0 1px, #fff 2px 32px 19px -15px inset, rgba(0, 0, 0, 0.05) 0px 3px 0px;
  box-shadow: rgba(0, 0, 0, 0.08) 0 0 0 1px, #fff 2px 32px 19px -15px inset, rgba(0, 0, 0, 0.05) 0px 3px 0px;
}
/* line 30, ../sass/gallery/navbar.scss */
.website_gallery_component .gallery-nav li {
  display: inline-block;
  width: auto;
  background-image: none;
  font-size: 14px;
  padding: 10px;
  cursor: pointer;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 43, ../sass/gallery/navbar.scss */
.website_gallery_component .gallery-nav li a {
  text-decoration: none;
  color: #333;
  padding: 11px 15px;
  border-left: 1px solid #e2e2e2;
  -moz-box-shadow: #fff -1px 0px 0px 0px;
  -webkit-box-shadow: #fff -1px 0px 0px 0px;
  box-shadow: #fff -1px 0px 0px 0px;
}
/* line 52, ../sass/gallery/navbar.scss */
.website_gallery_component .gallery-nav li.active a {
  color: #428BCA;
}
/* line 64, ../sass/gallery/navbar.scss */
.website_gallery_component.gallery_navbar .website_gallery_preview .fetch-one {
  margin: 10px 0px;
}
/* line 66, ../sass/gallery/navbar.scss */
.website_gallery_component.gallery_navbar .website_gallery_preview .fetch-one h1 {
  margin-bottom: 20px;
}
/* line 73, ../sass/gallery/navbar.scss */
.website_gallery_component.gallery_navbar .website_gallery_preview .website_gallery_file_image {
  position: relative;
  text-align: center;
}
/* line 77, ../sass/gallery/navbar.scss */
.website_gallery_component.gallery_navbar .website_gallery_preview .website_gallery_file_image img {
  max-width: 100%;
}
/* line 80, ../sass/gallery/navbar.scss */
.website_gallery_component.gallery_navbar .website_gallery_preview .website_gallery_file_image a.outside, .website_gallery_component.gallery_navbar .website_gallery_preview .website_gallery_file_image a.gallery-go {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  padding: 5px;
  background-color: #fff;
  opacity: 0.7;
}
/* line 89, ../sass/gallery/navbar.scss */
.website_gallery_component.gallery_navbar .website_gallery_preview .website_gallery_file_image a.outside .glyphicon, .website_gallery_component.gallery_navbar .website_gallery_preview .website_gallery_file_image a.gallery-go .glyphicon {
  color: #428BCA;
  font-size: 30px;
}
/* line 94, ../sass/gallery/navbar.scss */
.website_gallery_component.gallery_navbar .website_gallery_preview .website_gallery_file_image a.outside {
  top: 20%;
}
/* line 97, ../sass/gallery/navbar.scss */
.website_gallery_component.gallery_navbar .website_gallery_preview .website_gallery_file_image a.gallery-go {
  bottom: 20%;
}
/* line 101, ../sass/gallery/navbar.scss */
.website_gallery_component.gallery_navbar .website_gallery_preview .website_gallery_file_image:hover a.outside, .website_gallery_component.gallery_navbar .website_gallery_preview .website_gallery_file_image:hover a.gallery-go {
  display: block;
}

/* Zoom & Goto buttons */
/* line 9, ../sass/gallery/carousel.scss */
.website_gallery_component {
  width: 100%;
  padding: 0;
  margin: 0;
}
/* line 19, ../sass/gallery/carousel.scss */
.website_gallery_component.gallery_carousel .website_gallery_carousel .carousel-control {
  background: none;
}
/* line 22, ../sass/gallery/carousel.scss */
.website_gallery_component.gallery_carousel .website_gallery_carousel .carousel-inner {
  position: relative;
}
/* line 24, ../sass/gallery/carousel.scss */
.website_gallery_component.gallery_carousel .website_gallery_carousel .carousel-inner a.outside, .website_gallery_component.gallery_carousel .website_gallery_carousel .carousel-inner a.gallery-go {
  display: none;
  position: absolute;
  z-index: 1000;
  left: 50%;
  margin-left: -20px;
  padding: 10px;
  background-color: #fff;
  opacity: 0.5;
}
/* line 33, ../sass/gallery/carousel.scss */
.website_gallery_component.gallery_carousel .website_gallery_carousel .carousel-inner a.outside .glyphicon, .website_gallery_component.gallery_carousel .website_gallery_carousel .carousel-inner a.gallery-go .glyphicon {
  color: #428BCA;
  font-size: 30px;
}
/* line 38, ../sass/gallery/carousel.scss */
.website_gallery_component.gallery_carousel .website_gallery_carousel .carousel-inner a.outside {
  top: 10%;
}
/* line 42, ../sass/gallery/carousel.scss */
.website_gallery_component.gallery_carousel .website_gallery_carousel .carousel-inner:hover a.outside, .website_gallery_component.gallery_carousel .website_gallery_carousel .carousel-inner:hover a.gallery-go {
  display: block;
}
/* line 48, ../sass/gallery/carousel.scss */
.website_gallery_component.gallery_carousel .website_gallery_file_title {
  text-align: center;
}
/* line 52, ../sass/gallery/carousel.scss */
.website_gallery_component.gallery_carousel .website_gallery_file_description {
  font-size: 80%;
  font-style: italic;
  text-align: center;
}

/* line 25, ../sass/gallery/category.scss */
.website_gallery_category_tree {
  margin-bottom: 15px;
}
/* line 28, ../sass/gallery/category.scss */
.website_gallery_category_tree .website_gallery_category_header {
  display: block;
  font-size: 17px;
  line-height: 26px;
  color: #000;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  text-transform: none;
  text-align: left;
}
/* line 38, ../sass/gallery/category.scss */
.website_gallery_category_tree .website_gallery_category_header a {
  color: #000;
  font-weight: bold;
}
/* line 44, ../sass/gallery/category.scss */
.website_gallery_category_tree ul {
  margin: 10px 0 10px 0;
  padding: 0;
  list-style: none;
}
/* line 49, ../sass/gallery/category.scss */
.website_gallery_category_tree ul li {
  padding: 0 0 0 10px;
  background-image: none;
}
/* line 52, ../sass/gallery/category.scss */
.website_gallery_category_tree ul li a {
  display: block;
  padding: 5px 0 0 10px;
  cursor: pointer;
  background-image: url(../images/menu_bullet.png);
  background-position: left 9px;
  background-repeat: no-repeat;
}
/* line 60, ../sass/gallery/category.scss */
.website_gallery_category_tree ul li a span {
  display: block;
  padding: 2px 5px;
}
/* line 65, ../sass/gallery/category.scss */
.website_gallery_category_tree ul li a.active span {
  font-weight: bold;
  color: rgba(0, 163, 238, 0.95);
}
/* line 71, ../sass/gallery/category.scss */
.website_gallery_category_tree ul li ul {
  margin-top: 0px;
  margin-bottom: 5px;
}
/* line 78, ../sass/gallery/category.scss */
.website_gallery_category_tree ul li.active {
  font-weight: bold;
}

/* line 84, ../sass/gallery/category.scss */
.website_gallery_category_content {
  margin-bottom: 20px;
}
/* line 88, ../sass/gallery/category.scss */
.website_gallery_category_content .website_gallery_item {
  height: 460px;
  margin-bottom: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 520px) {
  /* line 88, ../sass/gallery/category.scss */
  .website_gallery_category_content .website_gallery_item {
    height: 380px;
  }
}
/* line 97, ../sass/gallery/category.scss */
.website_gallery_category_content .website_gallery_item figure {
  text-align: center;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  min-height: 170px;
}
/* line 106, ../sass/gallery/category.scss */
.website_gallery_category_content .website_gallery_item figure img {
  max-width: 100%;
  min-width: 230px;
  z-index: 8;
}
/* line 112, ../sass/gallery/category.scss */
.website_gallery_category_content .website_gallery_item figure figcaption {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  margin: -10px;
  margin-bottom: 0;
  z-index: 9;
}
/* line 119, ../sass/gallery/category.scss */
.website_gallery_category_content .website_gallery_item figure figcaption a.zoom {
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  text-indent: -9999px;
  z-index: 10;
}
/* line 130, ../sass/gallery/category.scss */
.website_gallery_category_content .website_gallery_item figure figcaption a.zoom i.glyphicon {
  display: table-cell;
  border-collapse: collapse;
  vertical-align: middle;
  text-align: center;
  font-size: 55px;
  color: #fff;
  width: 100%;
  height: 100%;
}
/* line 141, ../sass/gallery/category.scss */
.website_gallery_category_content .website_gallery_item figure figcaption a.zoom:hover {
  text-indent: 0;
}
/* line 143, ../sass/gallery/category.scss */
.website_gallery_category_content .website_gallery_item figure figcaption a.zoom:hover i.glyphicon {
  opacity: 0.7;
  background-color: #fff;
  color: #00A3EE;
}
/* line 153, ../sass/gallery/category.scss */
.website_gallery_category_content .website_gallery_item .title {
  font-weight: bold;
  font-size: 16px;
}
/* line 158, ../sass/gallery/category.scss */
.website_gallery_category_content .website_gallery_item .description {
  margin-bottom: 30px;
}
/* line 164, ../sass/gallery/category.scss */
.website_gallery_category_content.website_gallery_category_product .website_gallery_item {
  padding-bottom: 20px;
}
/* line 167, ../sass/gallery/category.scss */
.website_gallery_category_content.website_gallery_category_product figure {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  min-height: 160px;
}
/* line 173, ../sass/gallery/category.scss */
.website_gallery_category_content.website_gallery_category_product figure img {
  max-width: 100%;
}
@media only screen and (max-width: 520px) {
  /* line 179, ../sass/gallery/category.scss */
  .website_gallery_category_content .col-vs-12 {
    width: 100%;
  }
}

/* line 187, ../sass/gallery/category.scss */
.slider-thumbs ul {
  padding: 20px 0px;
}
/* line 188, ../sass/gallery/category.scss */
.slider-thumbs ul li {
  background: none;
  max-width: 150px;
}
/* line 191, ../sass/gallery/category.scss */
.slider-thumbs ul li:first-child {
  padding-left: 0px;
}

/*
newsletter form using most of form styles
*/
/* line 5, ../sass/_newsletter.scss */
.website_component_newsletter {
  border-radius: 5px;
  border: 1px solid #aaa;
  background-color: #eee;
}
/* line 11, ../sass/_newsletter.scss */
.website_component_newsletter .title {
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 17, ../sass/_newsletter.scss */
.website_component_newsletter .form-group {
  padding: 0 10px;
}
/* line 19, ../sass/_newsletter.scss */
.website_component_newsletter .form-group.buttons {
  padding-top: 15px;
  border-top: 1px solid #aaa;
}

/* line 5, ../sass/_sitemap.scss */
.website_component_sitemap .sitemap_tree ul {
  margin: 5px 0;
}
/* line 8, ../sass/_sitemap.scss */
.website_component_sitemap .sitemap_tree ul li {
  margin: 0px;
}
/* line 10, ../sass/_sitemap.scss */
.website_component_sitemap .sitemap_tree ul li:last-child {
  margin-bottom: -5px;
}
/* line 14, ../sass/_sitemap.scss */
.website_component_sitemap .sitemap_tree ul li ul {
  margin-bottom: 0;
}

/* line 1, ../sass/_textarea.scss */
#body div.textarea-grey {
  border: 1px solid #D8D8D8;
  -ms-border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 15px 5px;
  margin-bottom: 10px;
  background: #dddddd;
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #F5F4F5), color-stop(100%, #E9E9E9));
  background: -moz-linear-gradient(center top, #F5F4F5 5%, #E9E9E9 100%);
  background: -ms-linear-gradient(top, #F5F4F5 5%, #E9E9E9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F4F5', endColorstr='#E9E9E9');
  line-height: 20px;
}
/* line 16, ../sass/_textarea.scss */
#body div.textarea-grey h1, #body div.textarea-grey h2, #body div.textarea-grey h3, #body div.textarea-grey h4, #body div.textarea-grey h5, #body div.textarea-grey h6 {
  margin-top: -15px;
  margin-bottom: 10px;
  padding: 10px 0px;
}

/* line 23, ../sass/_textarea.scss */
#body div.textarea-bestil {
  -ms-border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 15px 5px;
  margin-bottom: 10px;
  background: transparent url("../images/box-bestil.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  line-height: 20px;
}
/* line 38, ../sass/_textarea.scss */
#body div.textarea-bestil h1, #body div.textarea-bestil h2, #body div.textarea-bestil h3, #body div.textarea-bestil h4, #body div.textarea-bestil h5, #body div.textarea-bestil h6 {
  margin-top: -15px;
  margin-bottom: 10px;
  padding: 10px 10px;
  width: 65%;
}
/* line 44, ../sass/_textarea.scss */
#body div.textarea-bestil p {
  padding: 10px;
}
@media only screen and (max-width: 992px) {
  /* line 23, ../sass/_textarea.scss */
  #body div.textarea-bestil {
    background: #dddddd;
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #F5F4F5), color-stop(100%, #E9E9E9));
    background: -moz-linear-gradient(center top, #F5F4F5 5%, #E9E9E9 100%);
    background: -ms-linear-gradient(top, #F5F4F5 5%, #E9E9E9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F4F5', endColorstr='#E9E9E9');
  }
}

/* line 57, ../sass/_textarea.scss */
#body div.textarea-contact {
  -ms-border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 15px 5px;
  margin-bottom: 10px;
  background: transparent url("../images/box-kontakt.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  line-height: 20px;
}
/* line 70, ../sass/_textarea.scss */
#body div.textarea-contact h1, #body div.textarea-contact h2, #body div.textarea-contact h3, #body div.textarea-contact h4, #body div.textarea-contact h5, #body div.textarea-contact h6 {
  margin-top: -15px;
  margin-bottom: 10px;
  padding: 10px 10px;
  width: 65%;
}
/* line 76, ../sass/_textarea.scss */
#body div.textarea-contact p {
  padding: 10px;
}
@media only screen and (max-width: 992px) {
  /* line 57, ../sass/_textarea.scss */
  #body div.textarea-contact {
    background: #dddddd;
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #F5F4F5), color-stop(100%, #E9E9E9));
    background: -moz-linear-gradient(center top, #F5F4F5 5%, #E9E9E9 100%);
    background: -ms-linear-gradient(top, #F5F4F5 5%, #E9E9E9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F4F5', endColorstr='#E9E9E9');
  }
}

/* line 89, ../sass/_textarea.scss */
#body div.textarea-prices {
  -ms-border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 15px 5px;
  margin-bottom: 10px;
  background: transparent url("../images/box-pay.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  line-height: 20px;
}
/* line 102, ../sass/_textarea.scss */
#body div.textarea-prices h1, #body div.textarea-prices h2, #body div.textarea-prices h3, #body div.textarea-prices h4, #body div.textarea-prices h5, #body div.textarea-prices h6 {
  margin-top: -15px;
  margin-bottom: 10px;
  padding: 10px 10px;
  width: 65%;
}
/* line 108, ../sass/_textarea.scss */
#body div.textarea-prices p {
  padding: 10px;
}
@media only screen and (max-width: 992px) {
  /* line 89, ../sass/_textarea.scss */
  #body div.textarea-prices {
    background: #dddddd;
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #F5F4F5), color-stop(100%, #E9E9E9));
    background: -moz-linear-gradient(center top, #F5F4F5 5%, #E9E9E9 100%);
    background: -ms-linear-gradient(top, #F5F4F5 5%, #E9E9E9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F4F5', endColorstr='#E9E9E9');
  }
}

@media only screen and (max-width: 768px) {
  /* line 124, ../sass/_textarea.scss */
  #body div.textarea-hideimg img {
    display: none;
  }
}

/* line 1, ../sass/_specialtransport.scss */
#body .specialtransport {
  padding: 15px;
}
/* line 4, ../sass/_specialtransport.scss */
#body .specialtransport .form-horizontal label {
  text-align: left;
  background: #EEEEEE;
  padding-bottom: 10px;
  font-size: 12px;
}
/* line 10, ../sass/_specialtransport.scss */
#body .specialtransport .form-horizontal .form-group {
  margin-bottom: 2px;
}
/* line 14, ../sass/_specialtransport.scss */
#body .specialtransport .form-horizontal ul.error_list li {
  padding: 2px 0px;
  background: none;
  text-align: center;
  color: red;
}
@media only screen and (max-width: 768px) {
  /* line 22, ../sass/_specialtransport.scss */
  #body .specialtransport .form-horizontal label {
    background: none;
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
/* line 30, ../sass/_specialtransport.scss */
#body .specialtransport .form-inline {
  margin: 0px;
  padding: 0px;
}
/* line 33, ../sass/_specialtransport.scss */
#body .specialtransport .form-inline .coll {
  margin: 0px;
  padding: 0px;
}
/* line 37, ../sass/_specialtransport.scss */
#body .specialtransport .form-inline label {
  display: block;
  font-size: 12px;
}
/* line 41, ../sass/_specialtransport.scss */
#body .specialtransport .form-inline h5 {
  background: #EEEEEE;
  padding: 5px 10px;
  text-align: center;
}
/* line 47, ../sass/_specialtransport.scss */
#body .specialtransport .form-inline .very-big input {
  width: auto;
  max-width: 140px;
}
/* line 51, ../sass/_specialtransport.scss */
#body .specialtransport .form-inline .bigger input {
  width: auto;
  max-width: 105px;
}
/* line 54, ../sass/_specialtransport.scss */
#body .specialtransport .form-inline .medium input {
  width: auto;
  max-width: 65px;
}
/* line 57, ../sass/_specialtransport.scss */
#body .specialtransport .form-inline .select input {
  width: auto;
  max-width: 95px;
}
/* line 60, ../sass/_specialtransport.scss */
#body .specialtransport .form-inline .smaller input {
  width: auto;
  max-width: 70px;
}
/* line 66, ../sass/_specialtransport.scss */
#body .specialtransport .form-inline .small input {
  width: auto;
  max-width: 45px;
}
@media only screen and (max-width: 768px) {
  /* line 78, ../sass/_specialtransport.scss */
  #body .specialtransport .form-inline .very-big input,
  #body .specialtransport .form-inline .bigger input,
  #body .specialtransport .form-inline .medium input,
  #body .specialtransport .form-inline .select input,
  #body .specialtransport .form-inline .smaller input,
  #body .specialtransport .form-inline .small input {
    width: 98%;
    max-width: 100%;
  }
}
/* line 87, ../sass/_specialtransport.scss */
#body .specialtransport .embed {
  margin-bottom: 20px;
}
/* line 89, ../sass/_specialtransport.scss */
#body .specialtransport .embed button {
  margin-top: 20px;
  font-size: 12px;
  padding: 6px 8px;
}
/* line 94, ../sass/_specialtransport.scss */
#body .specialtransport .embed.tilskoles {
  margin-top: 20px;
}
/* line 100, ../sass/_specialtransport.scss */
#body .specialtransport #tilContainer label, #body .specialtransport #fraContainer label {
  display: none;
}
@media only screen and (max-width: 992px) {
  /* line 104, ../sass/_specialtransport.scss */
  #body .specialtransport #tilContainer label, #body .specialtransport #fraContainer label {
    display: inherit;
    display: block;
  }
  /* line 105, ../sass/_specialtransport.scss */
  #body .specialtransport #tilContainer .row, #body .specialtransport #fraContainer .row {
    border-bottom: 2px dashed #666;
    padding: 5px 0px;
  }
  /* line 109, ../sass/_specialtransport.scss */
  #body .specialtransport #tilContainer .row:first-child, #body .specialtransport #fraContainer .row:first-child {
    border-top: 2px dashed #666;
    padding: 5px 0px;
  }
  /* line 114, ../sass/_specialtransport.scss */
  #body .specialtransport #tilContainer .row:nth-child(odd) .coll, #body .specialtransport #fraContainer .row:nth-child(odd) .coll {
    background: #ededed;
  }
}
@media only screen and (max-width: 768px) {
  /* line 120, ../sass/_specialtransport.scss */
  #body .specialtransport #tilContainer label, #body .specialtransport #fraContainer label {
    display: inherit;
  }
  /* line 121, ../sass/_specialtransport.scss */
  #body .specialtransport #tilContainer .row, #body .specialtransport #fraContainer .row {
    border-bottom: 2px dashed #666;
    padding: 5px 0px;
  }
  /* line 125, ../sass/_specialtransport.scss */
  #body .specialtransport #tilContainer .row:first-child, #body .specialtransport #fraContainer .row:first-child {
    border-top: 2px dashed #666;
    padding: 5px 0px;
  }
  /* line 130, ../sass/_specialtransport.scss */
  #body .specialtransport #tilContainer .row:nth-child(odd) .coll, #body .specialtransport #fraContainer .row:nth-child(odd) .coll {
    background: #ededed;
  }
}
