@import url(https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:700|Pacifico|Changa+One);
/*
@import 'assets/pictoicons/css/picto.css';
@import 'assets/fontawesome/assets/css/font-awesome.min.css';
@import 'assets/glyphicons/assets/css/glyphicons_regular.css';
@import 'assets/glyphicons/assets/css/glyphicons_social.css';*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 768px) {
  .container {
    width: 770px;
  }
}
@media (min-width: 960px) {
  .container {
    width: 930px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 930px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
}
.row {
  margin-left: -25px;
  margin-right: -25px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.33333333333334%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666666666666%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.33333333333334%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666666666666%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.33333333333334%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666666666666%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333333334%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666666666666%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.33333333333334%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666666666666%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.33333333333334%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666666666666%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.33333333333334%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666666666666%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333333334%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666666666666%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 960px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.33333333333334%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666666666666%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.33333333333334%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666666666666%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.33333333333334%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666666666666%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333333334%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666666666666%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.33333333333334%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666666666666%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.33333333333334%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666666666666%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.33333333333334%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666666666666%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333333334%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666666666666%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*
Theme Name: CMT AG 2011
Version: 1.0
Author: onYou GmbH - Simon Schaerer
Author URL: https://www.onyou.ch/
*/
/* fontface */
@font-face {
  font-family: "Akkurat";
  src: url(/wp-content/themes/cmt/AkkRg.eot );
  src: local("Akkurat"), url(/wp-content/themes/cmt/AkkRg.ttf ) format("truetype");
  
  /* IE */
  /* non-IE */
}
@font-face {
  font-family: "Akkurat-Light";
  src: url(/wp-content/themes/cmt/AkkLg.eot );
  src: local("Akkurat-Light"), url(/wp-content/themes/cmt/AkkLg.ttf ) format("truetype");
  
  /* IE */
  /* non-IE */
}
/* generic START */
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  outline: none;
  color: #000;
}
a:hover {
  color: #333;
}
a img {
  border: none;
  outline: none;
}
.alignright,
img.alignright,
a img.alignright {
  float: right;
  margin: 10px 0px 10px 16px;
}
.alignleft,
img.alignleft,
a img.alignleft,
span.alignleft {
  float: left;
  margin: 5px 16px 10px 0;
}
.aligncenter,
img.aligncenter,
a img.aligncenter {
  display: block;
  margin: 10px auto;
  vertical-align: middle;
  text-align: center;
}
p {
  margin-bottom: 15px;
}
h1,
h2,
h3,
h4,
.widgettitle,
.entry h2 a {
  color: #000;
  font-weight: normal;
  font-family: "Akkurat-Light", Arial, Helvetica, sans-serif;
}
h3,
.widgettitle {
  font-size: 1.4em;
}
h4 {
  font-size: 1.3em;
}
h1 {
  font-size: 1.8em;
  margin-bottom: 18px;
  line-height: 1.2;
}
/*h2{margin-bottom:15px;font-size:1.7em;}*/
h2 {
  margin-bottom: 10px;
  font-size: 1.4em;
}
h5 {
  font-size: 1em;
  margin: 4px 0;
}
table {
  border-collapse: collapse;
}
talbe td,
talbe th {
  padding: 0;
  margin: 0;
}
.height35 {
  height: 35px;
}
.clear {
  clear: both;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.textL {
  text-align: left;
}
.textC {
  text-align: center;
}
.hide {
  display: none;
}
.abs {
  position: absolute;
}
.rel {
  position: relative;
}
.h100p {
  height: 100%;
}
.mb0 {
  margin-bottom: 0;
}
.mb20 {
  margin-bottom: 20px;
}
.mr5 {
  margin-right: 5px;
}
.link_pdf a {
  background: url(/wp-content/themes/cmt/images/pdf.png) no-repeat 0 0;
  height: 40px;
  line-height: 40px;
  width: 40px;
  display: block;
  text-indent: -9999px;
}
.arrowRight {
  background: url(/wp-content/themes/cmt/images/navarrow.png) no-repeat left center;
  padding-left: 18px;
  color: #99aa55;
  /*#B9D08A*/
}
.borderTopBottom .arrowRight {
  padding-left: 0;
  padding-right: 18px;
  background-position: right center;
}
.widgettitle:hover {
  /*   background:#b9d08a;
	color:#000;*/
}
.arrowRight:hover {
  background: url(/wp-content/themes/cmt/inc/images/navarrow1.png) no-repeat left center;
}
.borderTopBottom .arrowRight:hover {
  background-position: right center;
}
.borderTopBottom {
  border-top: dashed 1px #000;
  border-bottom: dashed 1px #000;
  padding: 20px 0 15px 0;
}
.borderTopBottom .title {
  font-size: 1.8em;
  line-height: 1.2;
  margin-bottom: 18px;
  color: #000000;
  font-family: "Akkurat-Light", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.themen_block {
  margin-right: -15px;
}
.themen_block .thema {
  margin-right: 15px;
  margin-bottom: 20px;
}
.themen_block .thema .image {
  width: 180px;
  height: 130px;
  overflow: hidden;
  display: block;
  margin-bottom: 5px;
  text-align: center;
  position: relative;
}
.themen_block .thema .image img {
  height: 120px !important;
  width: auto !important;
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
}
.themen_block h1 {
  margin-bottom: 20px;
}
.themen_block .thema a.caption {
  color: #99aa55;
}
.themen_block .thema a:hover {
  color: #333;
}
/* default font colot */
body,
a.hidden-link {
  color: /*#65742b; */ #222222;
}
/* generic END */
/* general layout START */
body {
  font-family: "Akkurat", Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
  background: #ffffff url(/wp-content/themes/cmt/images/bg.png) repeat;
}
@media (min-width: 768px) {
  body {
    padding: 45px 0 20px 0;
  }
}
#wrap {
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1199px) {
  #wrap {
    margin-left: auto !important;
  }
}
/* general layout END */
/* form START */
p.thanks {
  background: #0CF;
  padding: 15px;
  border: 1px solid #06F;
  text-shadow: none;
}
p.error {
  background: #F93;
  padding: 15px;
  border: 1px solid #C33;
}
fieldset {
  padding: 20px;
  border: 1px solid #e5e5e5;
}
legend,
label {
  vertical-align: middle;
}
#captcha_code,
.textfield,
.search-field,
.textarea {
  width: 220px;
  padding: 3px;
  overflow: auto;
  background-color: #e5eed4;
  border: none;
  color: #000;
}
#captcha_code,
.textfield,
.search-field {
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
}
.textfield:hover,
.textfield:focus,
.search-field:hover,
.search-field:focus.textarea:hover,
.textarea:focus {
  color: #000;
}
textarea {
  height: 120px;
}
.inputError,
.inputError:hover,
.inputError:focus {
  background-image: url(/wp-content/themes/cmt/images/exclamation.png);
  background-repeat: no-repeat;
  background-position: right top;
  border: 1px solid #FF9191;
  -moz-box-shadow: 0 0 10px #FF9191;
  -webkit-box-shadow: 0 0 10px #ff9191;
}
.arrow {
  background: url(/wp-content/themes/cmt/images/arrow.png) no-repeat -32px 0;
  display: block;
  height: 36px;
  width: 30px;
}
/* form END */
#secondary_menu {
  position: absolute;
  top: 40px;
  right: 350px;
  list-style: none;
}
#secondary_menu li {
  float: left;
}
#secondary_menu li.first .spacer {
  display: none;
}
#secondary_menu a {
  padding: 5px 0;
  color: #fff;
  font-weight: bold;
  /*text-shadow:#333 1px 1px 0;*/
}
/* header END */
/* main Start */
#main .normal {
  margin: 20px 0 20px 0;
}
#main .normal .entry {
  margin-top: 25px;
  border-bottom: dashed 1px #000;
}
#main .normal .entry:after {
  content: " ";
  clear: both;
  display: block;
}
#main .normal .entry-last {
  border-bottom: none;
}
#main .normal .entry hr {
  border: dashed 1px #000;
  border-width: 1px 0 0 0;
  height: 0;
  line-height: 0px;
  font-size: 0;
  margin: 0px 0 20px 0;
  padding: 0;
}
#main .normal .entry h3 {
  margin-bottom: 10px;
}
#main .normal table,
#main .normal form {
  width: 100%;
  margin-bottom: 15px;
}
#main .team table {
  margin-bottom: 0px;
}
#main .team .wp-post-image {
  margin-bottom: 15px;
}
#main .normal ol {
  margin: 0 0 15px 15px;
}
#main .normal ul {
  margin: 0 0 15px 0;
  list-style: none;
}
#main .normal ul ul,
#main .normal ol ol {
  margin-bottom: 0;
}
#main .normal ul li {
  background: url(/wp-content/themes/cmt/images/navarrow1.png) no-repeat 1px 5px;
  padding-left: 18px;
}
#main .normal ul.list_black li {
  background: url(/wp-content/themes/cmt/images/navarrow.png) no-repeat 1px 5px;
}
#main .normal ul li,
#main .normal p,
#main .normal td {
  line-height: 1.6;
}
#main .team table .wp-post-image {
  margin-left: 10px;
}
/* main END */
.wp-pagenavi {
  margin: 10px 0 0 0;
  text-align: right;
  width: 630px;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .current,
.wp-pagenavi .page {
  padding: 4px;
}
.wp-pagenavi .current {
  font-weight: bold;
  color: #000;
}
form.sent p {
  display: none;
}
form div.wpcf7-response-output {
  margin: 0;
}
#main .testimonial .thumbs {
  border-bottom: 1px dashed #000;
}
#main .testimonial .thumbs:last-child {
  border-bottom: none;
}
#main .testimonial .thumbs:after {
  content: " ";
  display: block;
  clear: both;
}
#main .testimonial .entry {
  border-bottom: none;
}
#main .testimonial .thumb {
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: none;
  border: solid 1px #f0f0f0;
  height: 125px;
  width: 100%;
  text-align: center;
  float: left;
  position: relative;
}
#main .testimonial .thumb img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#main .testimonial .thumb .hover {
  display: none;
  position: absolute;
  z-index: 99;
  padding: 10px;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
#main .testimonial .thumb .hover h2,
#main .testimonial .thumb .hover a {
  color: #fff;
}
#main .testimonial .thumb .hover h2 {
  font-size: 1.2em;
}
#main .testimonial .thumb:hover .hover {
  display: block;
}
#main .permonth {
  float: left;
  width: 100%;
  padding-right: 10px;
}
#main .peryear {
  clear: both;
  border-bottom: dashed 1px #000;
  margin-bottom: 20px;
}
#main .peryear:after {
  display: block;
  content: " ";
  clear: both;
}
#main .peryear:last-child {
  border-bottom: none;
}
/*
 * Responsive text aligning
 * https://ohryan.ca/2014/08/14/set-responsive-text-alignment-bootstrap-3/
 */
.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.text-xs-justify {
  text-align: justify;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 960px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
.row.less-gutter {
  margin-left: -15px;
  margin-right: -15px;
}
.row.less-gutter .col-xs-1,
.row.less-gutter .col-sm-1,
.row.less-gutter .col-md-1,
.row.less-gutter .col-lg-1,
.row.less-gutter .col-xs-2,
.row.less-gutter .col-sm-2,
.row.less-gutter .col-md-2,
.row.less-gutter .col-lg-2,
.row.less-gutter .col-xs-3,
.row.less-gutter .col-sm-3,
.row.less-gutter .col-md-3,
.row.less-gutter .col-lg-3,
.row.less-gutter .col-xs-4,
.row.less-gutter .col-sm-4,
.row.less-gutter .col-md-4,
.row.less-gutter .col-lg-4,
.row.less-gutter .col-xs-5,
.row.less-gutter .col-sm-5,
.row.less-gutter .col-md-5,
.row.less-gutter .col-lg-5,
.row.less-gutter .col-xs-6,
.row.less-gutter .col-sm-6,
.row.less-gutter .col-md-6,
.row.less-gutter .col-lg-6,
.row.less-gutter .col-xs-7,
.row.less-gutter .col-sm-7,
.row.less-gutter .col-md-7,
.row.less-gutter .col-lg-7,
.row.less-gutter .col-xs-8,
.row.less-gutter .col-sm-8,
.row.less-gutter .col-md-8,
.row.less-gutter .col-lg-8,
.row.less-gutter .col-xs-9,
.row.less-gutter .col-sm-9,
.row.less-gutter .col-md-9,
.row.less-gutter .col-lg-9,
.row.less-gutter .col-xs-10,
.row.less-gutter .col-sm-10,
.row.less-gutter .col-md-10,
.row.less-gutter .col-lg-10,
.row.less-gutter .col-xs-11,
.row.less-gutter .col-sm-11,
.row.less-gutter .col-md-11,
.row.less-gutter .col-lg-11,
.row.less-gutter .col-xs-12,
.row.less-gutter .col-sm-12,
.row.less-gutter .col-md-12,
.row.less-gutter .col-lg-12 {
  padding-right: 15px;
  padding-left: 15px;
}
#content:after {
  content: '';
  display: block;
  clear: both;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* header START */
#header .breadcrumbs {
  margin-top: 5px;
  height: 20px;
  line-height: 20px;
  position: relative;
  z-index: 1;
}
#header .breadcrumbs .sep,
#header .breadcrumbs .trail-browse {
  display: none;
}
#header .breadcrumbs a,
#header .breadcrumbs .trail-end {
  background: url(/wp-content/themes/cmt/images/navarrow.png) no-repeat 2px center;
  padding-left: 20px;
  font-size: 11px;
}
#header .breadcrumbs .trail-begin a {
  background: none;
  padding-left: 0px;
}
#header .breadcrumbs a,
#header .breadcrumbs span {
  color: #99aa55;
  font-size: 11px;
}
#header .breadcrumbs a:hover {
  color: #333;
}
#logo {
  border-bottom: dashed 1px #000;
  border-top: dashed 1px #000;
  text-align: right;
  padding: 50px 0 159px;
}
#navigation {
  height: auto;
  position: relative;
  border-top: dashed 1px #000;
}
/* teaser START */
#teaser {
  border-bottom: dashed 1px #000;
  padding: 11px 0;
}
#teaser img {
  max-width: 100%;
}
#randomfade {
  overflow: hidden;
  position: relative;
}
#randomfade .slide {
  display: none;
  position: absolute;
  width: 100%;
}
#randomfade .slide-1 {
  display: block;
  position: static;
}
/* teaser END */
#navigation {
  /*border-bottom:dashed 1px #000;*/
}
#navigation .mobile-trigger {
  display: none;
}
#navigation .mobile-trigger:hover,
#navigation .mobile-trigger:focus,
#navigation .mobile-trigger:visited {
  outline: none;
}
#navigation .mobile-trigger:hover {
  background-color: #f4f4f4;
}
@media (max-width: 959px) {
  #navigation .mobile-trigger {
    display: block;
    width: 30px;
    height: 28px;
    border: solid 1px #e6e6e6;
    margin-top: 3px;
    position: relative;
    border-radius: 2px;
  }
  #navigation .mobile-trigger:after {
    top: 6px;
    left: 4px;
    display: block;
    position: absolute;
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    width: 20px;
    height: 14px;
    content: '';
    cursor: pointer;
  }
  #navigation .mobile-trigger:before {
    display: block;
    top: 12px;
    left: 4px;
    width: 20px;
    position: absolute;
    border-top: 2px solid #000;
    content: '';
    cursor: pointer;
  }
}
#navigation #primary_menu {
  position: relative;
  top: 4px;
  left: 0;
  width: 100%;
  min-height: 40px;
  list-style: none;
}
@media (max-width: 959px) {
  #navigation #primary_menu {
    display: none;
    padding: 20px;
    background-color: #fff;
    position: absolute;
    z-index: 2;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.34);
    top: 32px;
  }
}
@media (max-width: 959px) {
  #navigation.triggered #primary_menu {
    display: block;
  }
}
#navigation.triggered .mobile-trigger {
  background-color: #f4f4f4;
}
#primary_menu > li > ul {
  list-style: none;
  top: 18px;
  left: auto;
  background: #fff;
  z-index: 9;
  padding: 5px 0px 5px 10px;
  margin-left: -5px;
}
@media (min-width: 960px) {
  #primary_menu > li > ul {
    position: absolute;
    display: none;
  }
}
#primary_menu > li > ul > li > ul {
  list-style: none;
  background: #fff;
  z-index: 10;
  padding: 5px 10px;
}
@media (min-width: 960px) {
  #primary_menu > li > ul > li > ul {
    display: none;
    position: absolute;
    margin-top: -25px;
    left: 99%;
  }
}
@media (max-width: 959px) {
  #primary_menu li.current_page_item ul,
  #primary_menu li.current_page_parent ul,
  #primary_menu li.current-page-ancestor ul {
    display: block;
  }
}
#primary_menu > li:hover > ul {
  display: block;
}
#primary_menu > li > ul > li:hover > ul {
  display: block;
}
#primary_menu li {
  margin: 0 24px 0 0;
  padding: 0 0px 0 0;
  font-size: 1em;
  display: block;
}
@media (min-width: 960px) {
  #primary_menu li {
    float: left;
    line-height: 20px;
    height: 20px;
  }
}
#primary_menu li:last-child {
  margin-right: 0;
}
#primary_menu > li > ul > li {
  float: none;
  display: block;
  margin-right: 0px;
  padding-right: 24px;
}
#primary_menu > li ul li a,
.current-page {
  background: url(/wp-content/themes/cmt/images/navarrow1.png) no-repeat 0 center;
  padding-left: 17px;
}
#primary_menu > li ul li.current_page_item > a,
#primary_menu > li ul li.current_page_parent > a,
#primary_menu > li ul li a:hover,
.current-page {
  background: url(/wp-content/themes/cmt/images/navarrow.png) no-repeat 0 center;
}
#primary_menu > li a {
  padding: 2px 5px 3px 5px;
  margin: 0 0 0 -5px;
  line-height: 100%;
  zoom: 1;
  display: inline-block;
}
#primary_menu > li ul li a {
  white-space: nowrap;
}
/*
#primary_menu > li a,#primary_menu li.current_page_item ul li a, #primary_menu li.current_page_parent ul li a{

    color:#000;
}*/
#primary_menu ul li {
  padding: 0;
  background: none;
  border: none;
}
#primary_menu ul li a {
  font-weight: normal;
  text-transform: none;
}
.current-page,
.current-page:hover,
#primary_menu > li:hover > a,
#primary_menu li a:hover,
#primary_menu li ul li a:hover,
#primary_menu li.current-menu-item > a,
#primary_menu li.current-menu-ancestor > a {
  color: #99aa55;
}
#searchIcon {
  display:none;
  position: absolute;
  right: 0px;
  top: 8px;
  z-index: 1;
}
#searchIcon .search-box {
  display: none;
}
#searchIcon img {
  cursor: pointer;
}
#searchIcon:hover {
  width: 200px;
  right: 8px;
  top: 2px;
  padding-left: 50px;
  background-color: #fff;
}
#searchIcon:hover img {
  display: none;
}
#searchIcon:hover .search-box {
  display: block;
}
/* footer START */
#footer {
  border-top: dashed 1px #000;
  position: relative;
  padding: 4px 0 10px 0;
  font-size: 1em;
}
#footer_facebook {
  position: absolute;
  right: 5px;
  bottom: 60px;
  line-height: 1;
  text-align: right;
}
#footer_facebook .floatR {
  margin-left: 10px;
  padding-top: 4px;
}
#spezial_logo {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  height: 54px;
  position: fixed;
}
#footer_menu {
  list-style: none;
}
#footer_menu li {
  float: left;
  margin-right: 8px;
}
#footer_menu li a {
  padding: 2px 5px 3px 5px;
  margin: 0 0 0 -5px;
  line-height: 100%;
  zoom: 1;
  display: inline-block;
  color: #000;
}
#footer_menu li a:hover,
#footer_menu li.current_page_item a,
#footer_menu li.current_page_parent a {
  /*background:#b9d08a;*/
  color: #99aa55;
}
/* footer END */
/* sidebar START */
@media (max-width: 959px) {
  #sidebar {
    margin-bottom: 25px;
  }
}
#sidebar .widget {
  padding: 8px 0 0 0;
  font-size: 1em;
}
@media (min-width: 960px) {
  #sidebar .widget {
    border-bottom: dashed 1px #000;
  }
}
@media (max-width: 959px) {
  #sidebar .widget {
    border-top: dashed 1px #000;
  }
}
#sidebar .sidebar_toggle .widget {
  padding: 8px 0 0px 0;
}
#sidebar .widget .widgettitle {
  color: #000;
  padding: 0;
  margin-bottom: 10px;
  line-height: 25px;
  height: 25px;
  font-size: 1em;
  position: relative;
  display: block;
  font-family: "Akkurat", Arial, Helvetica, sans-serif;
}
/*
#sidebar .widget p{
	margin:0;
}*/
#sidebar .lu_recent_posts_widget ul.thumbnail_list {
  list-style: none;
}
#sidebar .lu_recent_posts_widget ul.thumbnail_list li {
  display: none;
}
#sidebar .lu_recent_posts_widget ul.thumbnail_list li.current {
  display: block;
}
#sidebar .lu_recent_posts_widget ul.thumbnail_list li p {
  color: #000;
  margin-bottom: 25px;
}
#sidebar .lu_recent_posts_widget .widget_nav {
  position: absolute;
  bottom: 10px;
  right: 0;
}
#sidebar .lu_recent_posts_widget .widget_nav a {
  background: #eee;
  padding: 3px 4px 4px 5px;
  color: #000;
  margin-left: 5px;
  /*-moz-border-radius: 15px;
	border-radius: 15px;*/
  display: inline-block;
  line-height: 1;
}
#sidebar .lu_recent_posts_widget ul.thumbnail_list li img {
  width: 100% !important;
  height: auto !important;
}
#sidebar .lu_recent_posts_widget .widget_nav a:hover,
#sidebar .lu_recent_posts_widget .widget_nav a.current {
  background: #99aa55;
}
#sidebar .lu_login_widget label {
  line-height: 1;
  display: block;
  padding: 5px 0 3px 0;
}
#sidebar .lu_login_widget ul {
  color: #000;
}
#sidebar .lu_login_widget ul {
  margin: 0 0 15px 0;
  list-style: none;
}
#sidebar .lu_login_widget ul li {
  background: url(/wp-content/themes/cmt/images/arrow_list_black.png) no-repeat 1px 6px;
  padding-left: 15px;
}
#sidebar .sidebar_toggle .widgettitle {
  cursor: pointer;
}
#sidebar .sidebar_toggle .widgettitle span {
  /*line-height:100%;
	zoom: 1;
	display:inline-block;
	margin-left:-4px;
	padding:2px 4px 3px 4px;*/
}
#sidebar .sidebar_toggle widgettitle.st_active span,
#sidebar .sidebar_toggle widgettitle:hover span {
  background: #99aa55;
}
#sidebar .sidebar_toggle .textwidget,
#sidebar .sidebar_toggle .search-box,
#sidebar .sidebar_toggle .widget_inner {
  display: none;
}
#login_error {
  font-size: 0.8em;
  background: #F93;
  padding: 10px;
  border: 1px solid #C33;
  margin-bottom: 10px;
  color: #000;
}
#login_error a {
  text-decoration: underline;
}
/* sidebar END */
#sidebar .widget a.widgettitle:hover,
#sidebar .sidebar_toggle .widget .widgettitle:hover,
#sidebar .widget.lu_recent_posts_widget .widgettitle,
#sidebar .sidebar_toggle .widget .widgettitle.st_active,
.linktextover,
.entry a,
.textwidget a {
  color: #99aa55;
}
#sidebar .sidebar_toggle .widget .widgettitle,
.linktextover:hover,
.entry a:hover,
.textwidget a:hover {
  color: #000;
}
/*@import 'inc/core/loader.less';
@import 'inc/core/switch.less';
@import 'inc/core/gritter.less';
@import 'inc/core/helpers.less';
@import 'inc/core/tables.less';
@import 'inc/core/contextMenu.less';
@import 'inc/core/selectric.less';
@import 'inc/core/popup.less';

@import 'inc/layout.less';
@import 'inc/slider.less';
@import 'inc/mixins.less';
@import 'inc/nav-primary.less';
@import 'inc/logo.less';*/
