﻿@charset "UTF-8";
/*
Theme Name: KDAB 18
Theme URI: http://netefx.de // http://minkadu.de
Description: KDAB Theme 2018. Designed for Wordpress. Designed by Minkadu and KDAB, developed by netefx.
Version: 1.0
Author: netefx berlin
Author URI: https://netefx.de
*/
@font-face {
  font-family: 'kdabicons';
  src: url("fonts/kdab-webfont-va-regular-webfont.eot");
  src: url("fonts/kdab-webfont-va-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/kdab-webfont-va-regular-webfont.woff2") format("woff2"), url("fonts/kdab-webfont-va-regular-webfont.woff") format("woff"), url("fonts/kdab-webfont-va-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* =============================================================================
 * Colors + style variables
 * ========================================================================== */
@font-face {
  font-family: slashFont;
  src: url("fonts/kdab-slash.ttf"); }

/* =============================================================================
 * Colors + style variables
 * ========================================================================== */
/*green */
/*blue */
/*red */
/*purple */
/*blue */
/* */
/* */
/* */
/* */
/* =============================================================================
 * Slick Slider
 * ========================================================================== */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* =============================================================================
 * Standards
 * ========================================================================== */
h1, h2, h3, h4, h5, h6, p.h7, li, p, a {
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  page-break-after: auto;
  page-break-before: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  -epub-hyphens: none; }

h1, h2, h3, h4, h5, h6, .h7 {
  color: #0077C8; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h7 a {
  color: #0077C8; }
  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h7 a:hover {
    color: #7F9CAD; }

h1,
.entry-title-primary {
  font-size: 32px;
  display: block;
  margin: 0 0 10px; }

.home h1,
.home .entry-title-primary {
  text-align: left; }

.uppercase {
  text-transform: uppercase; }
  .uppercase h1,
  .uppercase .entry-title-primary {
    text-transform: uppercase; }

.entry-subtitle,
h1 .entry-subtitle {
  text-transform: none; }

h2 {
  font-size: 27px;
  font-weight: 300;
  line-height: 1.259;
  margin: 0 0 20px; }

h3 {
  font-size: 27px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.185;
  margin: 0; }
  h3 small {
    color: #4C758D;
    line-height: 1.3;
    font-weight: 300;
    display: inline-block;
    font-size: 14px; }

h4 {
  font-size: 24px;
  line-height: 1.25;
  margin: 0 0 15px;
  display: block; }

h4 .entry-title-primary {
  text-transform: none !important; }

.lcase {
  text-transform: none !important; }

h5,
.wp-caption-text {
  font-size: 18px;
  font-style: italic;
  line-height: 1.333;
  font-weight: 300;
  margin: 0;
  color: #0077C8; }
  h5.class,
  .wp-caption-text.class {
    font-size: 14px; }

h6 {
  font-size: 18px;
  line-height: 1.333;
  margin: 0 0 20px; }

.h7,
.entry-subtitle {
  color: #626875;
  font-size: 17px;
  font-weight: 600;
  line-height: normal;
  margin: 0; }

.p8 {
  color: #4C4C4C;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 20px; }

.p9 {
  color: #000000;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 5px; }

li.p10,
.p10 {
  color: #4C4C4C;
  font-size: 16px;
  line-height: 1.5;
  list-style-position: outside;
  margin: 0 0 2px 18px;
  padding-left: 1.3em; }
  li.p10:before,
  .p10:before {
    content: "\2023";
    color: #626875;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em; }

.p11 {
  color: #056896;
  font-size: 15px;
  line-height: 1.643;
  margin: 0 0 5px; }

.p12 {
  color: #0077C8;
  font-size: 16px;
  line-height: 1.429;
  margin: 0; }

.contact-button {
  border: 1px solid #b921b4;
  color: #4C4C4C !important;
  text-align: center !important;
  text-transform: uppercase;
  font-weight: 300 !important;
  padding: 6px 40px; }
  .contact-button:hover {
    background-color: #b921b4 !important;
    color: #fff !important; }

.registerInterest-button {
  padding: 6px 16px 6px 17px;
  font-size: 16px;
  text-align: left;
  border: 1px solid #b921b4;
  color: #4C4C4C !important;
  text-transform: uppercase;
  font-weight: 300 !important; }
  .registerInterest-button:hover {
    background-color: #b921b4 !important;
    color: #fff !important; }

.p13,
.widget-title {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.818;
  margin: 0; }

.p14 {
  color: #626875;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.818;
  margin: 0; }

.wpcontent ul {
  list-style: initial;
  margin: 0 50px 20px 0; }
  .wpcontent ul li {
    padding-bottom: 6px; }

.widget-text ul,
.menu-french-menu-container ul,
ul.list {
  list-style: none;
  padding: 0;
  margin: 0 50px 20px 10px; }
  .widget-text ul li,
  .menu-french-menu-container ul li,
  ul.list li {
    padding: 6px 0; }
    .widget-text ul li a,
    .menu-french-menu-container ul li a,
    ul.list li a {
      text-decoration: none;
      color: #000000;
      text-transform: none;
      display: inline-block;
      position: relative; }
      .widget-text ul li a:hover,
      .menu-french-menu-container ul li a:hover,
      ul.list li a:hover {
        color: #7F9CAD; }
      .widget-text ul li a:before,
      .menu-french-menu-container ul li a:before,
      ul.list li a:before {
        content: '|';
        padding-right: 12px;
        color: #626875;
        transform: rotate(45deg);
        display: inline-block;
        top: 10px;
        bottom: auto;
        left: 5px;
        position: absolute; }
      .widget-text ul li a.accent1:before,
      .menu-french-menu-container ul li a.accent1:before,
      ul.list li a.accent1:before {
        color: #0cf2a6; }
      .widget-text ul li a.accent2:before,
      .menu-french-menu-container ul li a.accent2:before,
      ul.list li a.accent2:before {
        color: #056896; }
      .widget-text ul li a.accent3:before,
      .menu-french-menu-container ul li a.accent3:before,
      ul.list li a.accent3:before {
        color: #f02567; }

.widget-text ul li a {
  color: #0077C8;
  text-transform: uppercase; }
  .widget-text ul li a:hover {
    color: #7F9CAD; }

.wpcontent ul.nav {
  margin: 0 0 25px 0; }
  .wpcontent ul.nav li {
    color: inherit;
    font-size: inherit;
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-left: auto; }
    .wpcontent ul.nav li:before {
      content: ""; }
    .wpcontent ul.nav li a {
      display: block; }

p + h2,
p + h3,
p + h4,
blockquote + h2,
blockquote + h3,
blockquote + h4,
h3 + h3,
ul + h2,
ul + h3,
ul + h4,
ul + ul {
  margin-top: 50px; }

a {
  color: #4c758d;
  text-decoration: none;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  a:hover {
    color: #7F9CAD;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-decoration: none; }

hr {
  border-top: 1px solid #E5EBEE; }

figure > img + br {
  display: none; }

strong, b {
  font-weight: 700; }

.padded {
  padding: 15px; }

.gutter {
  margin-bottom: 25px !important; }
  .gutter.top {
    margin-top: 25px !important;
    margin-bottom: 0 !important; }
    .gutter.top.bottom {
      margin-bottom: 25px !important; }

.gutterhalf {
  margin-bottom: 10px !important; }

.gutterdouble {
  margin-bottom: 50px !important; }
  .gutterdouble.top {
    margin-top: 20px !important;
    margin-bottom: 0 !important; }
    .gutterdouble.top.bottom {
      margin-bottom: 50px !important; }

.archive .container.gutterdouble.top,
.archive .the_content.gutterdouble.top,
.single .container.gutterdouble.top,
.single .the_content.gutterdouble.top {
  margin-top: 50px !important; }

.borderbox {
  border-top: 1px solid #E5EBEE;
  border-bottom: 1px solid #E5EBEE;
  padding-top: 10px;
  padding-bottom: 10px; }

.nodeco {
  text-decoration: none !important; }

.nomargin {
  margin: 0 !important; }

.border {
  border: 1px solid #E5EBEE;
  padding: 15px; }
  .border.top {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    padding: 15px 0 0 0; }
  .border.bottom {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding: 0 0 5px 0 !important; }

.the_bubble {
  background-color: #fff;
  padding: 24px 30px 30px;
  text-align: center;
  display: inline-block;
  letter-spacing: 1px;
  position: relative;
  margin: 5px 5px 79px; }
  .the_bubble:after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: 0;
    border-style: solid;
    border-width: 0 0 70px 70px;
    border-color: transparent #fff;
    display: block;
    width: 0;
    z-index: 1; }
  .the_bubble img {
    margin-bottom: 15px; }
  /*

  .subpagesnavHolder li.current_page_item .entry-title-primary:after,
  .triangle-border:after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    border-width: 14px 14px 0 0;
    border-style: solid;
    border-color: #fff transparent;
    display: block;
    width: 0; }
  .subpagesnavHolder li.current_page_item .entry-title-primary:before,
  .triangle-border:before {
    content: "";
    position: absolute;
    bottom: -16px;
    left: -1px;
    border-width: 16px 16px 0 0;
    border-style: solid;
    border-color: #626875 transparent;
    display: block;
    width: 0; }
 
    .subpagesnavHolder li.current_page_item .entry-title-primary.primary:before,
    .triangle-border.primary:before {
      border-color: #FF6600 transparent; }*/
.subpagesnavHolder li.current_page_item .entry-title-primary,
.triangle-border {
    position: relative;
    padding: 0 0 16px 0;
    margin: 0 0 3em;
    border: 1px solid #626875;
    color: #626875;
    background: #fff;
    font-style: normal;
    line-height: 1;
}
    .subpagesnavHolder li.current_page_item .entry-title-primary.primary,
    .triangle-border.primary {
        border-width: 16px;
        border-style: solid;
        border-image-source: url('images/orangeCallout.png');
        border-image-repeat: repeat;
        border-image-slice: 16;
    }


.readmore a {
  font-weight: 400;
  margin-top: 15px;
  color: #0077C8;
  text-transform: uppercase;
  display: inline-block; }
  .readmore a:hover {
    color: #7F9CAD; }

a .readmorelink,
.readmorelink a,
a.readmorelink {
  color: #0077C8;
  text-transform: uppercase;
  display: inline-block; }
  a .readmorelink:hover,
  .readmorelink a:hover,
  a.readmorelink:hover {
    color: #7F9CAD;
    border-left: 1px solid #7F9CAD; }

.accentcolor0 {
  background-color: #626875; }

.accentcolor1 {
  background-color: #0cf2a6; }

.accentcolor2 {
  background-color: #056896; }

.accentcolor3 {
  background-color: #f02567; }

.webkit-translate {
  -webkit-transform: translateZ(0); }

div.wpcf7-response-output {
  border-style: none none none solid;
  border-width: 0 0 0 3px;
  clear: both;
  margin: 20px 0;
  padding: 20px;
  text-align: left; }

.wpcf7-response-output.wpcf7-validation-errors {
  background-color: #FDF7F7;
  border-color: #D9534F;
  color: #D9534F; }

.wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #DFF0D8;
  border-color: #3C763D;
  color: #3C763D; }

.clear {
  clear: both; }

/* =============================================================================
 * Accent Block
 * ========================================================================== */
.accentBlock {
  width: 30px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 0; }

.accent0,
.accent1, .accent2, .accent3,
.accent12, .accent13, .accent23,
.accent123 {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.accentnone,
.accentone,
.accenttwo,
.accentthree {
  display: inline-block;
  position: relative;
  height: 20px;
  width: 7px;
  margin: auto 0;
  left: -5px;
  top: -2px; }

.masonryPostLoop .accentnone,
.masonryPostLoop .accentone,
.masonryPostLoop .accenttwo,
.masonryPostLoop .accentthree,
.slick-slide .accentnone,
.slick-slide .accentone,
.slick-slide .accenttwo,
.slick-slide .accentthree {
  top: 0; }

.accentnone::before,
.accentone::before,
.accenttwo::before,
.accentthree::before {
  content: '/';
  font-family: slashFont;
  display: inline-block;
  position: relative;
  margin-top: -4px;
  font-size: 24px; }

.masonryPostLoop .accentnone::before,
.masonryPostLoop .accentone::before,
.masonryPostLoop .accenttwo::before,
.masonryPostLoop .accentthree::before {
  margin-top: -6px; }

.accentnone::before {
  color: #626875; }

.accentone::before {
  color: #0cf2a6; }

.accenttwo::before {
  color: #056896; }

.accentthree::before {
  color: #f02567; }

/* =============================================================================
 * Layout
 * ========================================================================== */
body {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  color: #4C4C4C;
  position: relative;
  background-color: #626875;
  -epub-hyphens: auto;
  padding-right: 0 !important; }

@-moz-document url-prefix() {
  fieldset {
    display: table-cell; } }

.mainbgcol {
  background-color: #fff; }

/* =============================================================================
 * Typography in Content area
 * ========================================================================== */
.wpcontent {
  margin-bottom: 50px; }
  .wpcontent h1 {
    margin-bottom: 25px; }
  .wpcontent h3 {
    margin-bottom: 15px; }
  .wpcontent p {
    margin-bottom: 20px;
    line-height: 1.6em; }
  .wpcontent a {
    color: #0077C8; }
    .wpcontent a:hover {
      color: #7F9CAD; }
  .wpcontent .wp-caption {
    width: auto !important; }
    .wpcontent .wp-caption img {
      margin-bottom: 5px;
      display: block;
      max-width: 100%;
      height: auto; }
  .wpcontent figure {
    margin-bottom: 25px; }
  .wpcontent img.alignnone,
  .wpcontent .aligncenter.size-full,
  .wpcontent img.size-full {
    display: block;
    max-width: 100%;
    height: auto; }

/* =============================================================================
 * Modal
 * ========================================================================== */
.modal-content {
  position: relative;
  margin-bottom: 100px; }
  .modal-content:after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: 0;
    border-style: solid;
    border-width: 0 0 100px 100px;
    border-color: transparent #fff;
    display: block;
    width: 0;
    z-index: 1; }
  .modal-content h6 {
    margin-bottom: 5px; }
  .modal-content .locationaddress {
    display: block;
    margin-bottom: 8px; }
  .modal-content a {
    text-decoration: underline; }
  .modal-content label {
    display: block;
    vertical-align: middle; }
  .modal-content input[type="text"],
  .modal-content input[type="email"],
  .modal-content textarea {
    background-color: #bbbbbb; }
  .modal-content input[type="checkbox"] {
    padding: 0;
    margin: 0;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    *overflow: hidden; }

.modal-body,
.modal-header,
.modal-footer {
  background-color: #fff;
  padding-left: 25px;
  padding-right: 25px;
  border: 0; }

.modal-header {
  border-bottom: 0; }
  .modal-header .close {
    margin-top: 4px;
    margin-right: -5px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    text-shadow: none; }

.modal-body {
  padding-top: 25px; }

/* =============================================================================
 * Affix - Nav Positionierung am oberen Rand der Webseite
 * ========================================================================== */
.mainnav.affixautowidth {
  position: fixed;
  width: 100%; }

.mainnav.affix-top {
  position: absolute;
  width: 100%;
  z-index: 3; }

.mainnav.affix {
  top: 0;
  width: 100%;
  z-index: 1000;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5) ;
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5) ;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5) ;
  -webkit-transform: translateZ(0); }
  .mainnav.affix:hover {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .mainnav.affix .navbar-header .the_bubble {
    padding: 1px 9px 5px;
    margin: 0;
    background-color: #0077C8;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .mainnav.affix .navbar-header .the_bubble:after {
      border-color: transparent;
      bottom: auto;
      border-width: 0; }
    .mainnav.affix .navbar-header .the_bubble .navbar-brand i {
      color: #fff; }
  .mainnav.affix .navbar-default .navbar-collapse {
    margin-top: 0;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

/* =============================================================================
 * NAV - Default Nav
 * ========================================================================== */
.navbg-sm {
  background-color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 10px 0; }

.navbg-sm #menu-main-update {
  margin-left: 25px; }

.navbg-sm .the_bubble {
  padding: 19px 20px 25px;
  margin: 5px 5px 35px 0;
  background-color: #0077C8;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .navbg-sm .the_bubble:after {
    border-color: transparent #0077C8;
    bottom: -30px;
    border-width: 0 0 35px 35px; }
  .navbg-sm .the_bubble .navbar-brand i {
    font-size: 18px;
    color: #fff; }

@media (min-width: 992px) and (max-width: 1199px) {
  .navbg-sm #menu-main-update {
    margin-left: 0; }
  .navbg-sm .the_bubble {
    padding: 14px 15px 20px;
    margin: 5px 5px 30px; }
    .navbg-sm .the_bubble:after {
      bottom: -35px;
      border-width: 0 0 40px 40px; }
    .navbg-sm .the_bubble .navbar-brand i {
      font-size: 16px; } }

.navbg-sm .navbar-default .navbar-nav > li > a {
  color: #0077C8;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .navbg-sm .navbar-default .navbar-nav > li > a:hover {
    color: #7F9CAD;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

.navbg-sm .navbar-default .navbar-nav > .active > a,
.navbg-sm .navbar-default .navbar-nav > .active > a:focus,
.navbg-sm .navbar-default .navbar-nav > .active > a:hover,
.navbg-sm .current-page-ancestor > a {
  background-color: transparent;
  color: #7F9CAD; }

.navbg-sm .navbar-brand {
  padding: 0;
  line-height: normal;
  height: auto;
  color: #0077C8; }
  .navbg-sm .navbar-brand i {
    font-size: 33px;
    line-height: 28px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .navbg-sm .navbar-brand:hover {
    color: #626875; }

.navbg-sm #menu-mainnav {
  margin-top: 6px; }

#menu-specialnav > li {
  margin-right: 5px !important;
  background-color: #0077C8;
  padding-right: 10px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  #menu-specialnav > li a {
    color: #fff; }
  #menu-specialnav > li.current-menu-ancestor, #menu-specialnav > li:hover {
    background-color: #bbbbbb;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  #menu-specialnav > li .dropdown-menu {
    margin-top: -1px;
    margin-right: -1px;
    background-color: #fff; }
    #menu-specialnav > li .dropdown-menu a {
      color: #4C4C4C; }
  #menu-specialnav > li > a:hover .caret,
  #menu-specialnav > li > a:focus .caret,
  #menu-specialnav > li.active > a .caret,
  #menu-specialnav > li.active > a:hover .caret,
  #menu-specialnav > li.active > a:focus .caret,
  #menu-specialnav > li.open > a .caret,
  #menu-specialnav > li.open > a:hover .caret,
  #menu-specialnav > li.open > a:focus .caret {
    border-top-color: #4C4C4C;
    border-bottom-color: #4C4C4C; }

@media (min-width: 992px) and (max-width: 1199px) {
  #menu-specialnav > li {
    margin-right: 5px !important;
    padding-right: 5px; }
    #menu-specialnav > li a.dropdown-toggle {
      padding-left: 8px; } }

/* =============================================================================
 * NAV - Mobile Slidebar Nav
 * ========================================================================== */
.navbg-xs.navbar-default {
  background-color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 10px 0; }

.navbg-xs.navbar-default .navbar-header {
  float: none; }
  .navbg-xs.navbar-default .navbar-header img {
    max-width: 105px; }
  .navbg-xs.navbar-default .navbar-header a {
    color: #0077C8; }
    .navbg-xs.navbar-default .navbar-header a:hover {
      color: #626875; }
  .navbg-xs.navbar-default .navbar-header i {
    font-size: 21px; }

.navbg-xs.navbar-default .sb-toggle-right {
  padding: 3px 0 0 0;
  cursor: pointer;
  float: right;
  margin-right: 0; }

@media (max-width: 767px) {
  .navbg-xs.navbar-default .navbar-header {
    margin-left: 0; } }

.navicon-line {
  width: 24px;
  height: 4px;
  border-radius: 1px;
  margin-bottom: 3px;
  background-color: #0077C8; }

#sb-site {
  background-color: transparent; }

.sb-slidebar {
  background-color: #626875;
  z-index: 1; }
  .sb-slidebar .soc li {
    padding: 0.7em; }
    .sb-slidebar .soc li a {
      display: inline-block; }
  .sb-slidebar .search-form {
    text-align: center;
    margin-bottom: 25px; }
    .sb-slidebar .search-form .search-field {
      width: 70%; }
  .sb-slidebar .sb-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    border-top: 1px solid #626875; }
    .sb-slidebar .sb-menu li {
      width: 100%;
      padding: 0;
      margin: 0;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      background-color: #0077C8; }
      .sb-slidebar .sb-menu li a {
        width: 100%;
        display: inline-block;
        padding: 0.7em;
        color: #fff; }
        .sb-slidebar .sb-menu li a:hover {
          text-decoration: none;
          background-color: rgba(255, 255, 255, 0.05); }
        .sb-slidebar .sb-menu li a .caret {
          display: none; }
        .sb-slidebar .sb-menu li a:before {
          content: '' !important; }
      .sb-slidebar .sb-menu li .sub-menu {
        margin: 0;
        padding: 0;
        list-style: none; }
        .sb-slidebar .sb-menu li .sub-menu li {
          padding-left: 15px;
          background-color: #bbbbbb; }
          .sb-slidebar .sb-menu li .sub-menu li a:hover {
            color: #626875; }
          .sb-slidebar .sb-menu li .sub-menu li a:before {
            content: '' !important; }
          .sb-slidebar .sb-menu li .sub-menu li ul.sub-menu {
            margin: 0;
            padding: 0;
            list-style: none; }
            .sb-slidebar .sb-menu li .sub-menu li ul.sub-menu li {
              border: 0; }
              .sb-slidebar .sb-menu li .sub-menu li ul.sub-menu li:hover a, .sb-slidebar .sb-menu li .sub-menu li ul.sub-menu li.current_page_item a {
                color: #626875; }
              .sb-slidebar .sb-menu li .sub-menu li ul.sub-menu li:before {
                content: "";
                height: inherit; }
              .sb-slidebar .sb-menu li .sub-menu li ul.sub-menu li a {
                padding: 0.5em; }
    .sb-slidebar .sb-menu > li:first-child {
      border-top: none; }
    .sb-slidebar .sb-menu > li:last-child {
      border-bottom: none; }

.sb-right .sb-menu li a {
  border-right: 3px solid transparent; }
  .sb-right .sb-menu li a:hover {
    border-right: 3px solid; }

/* =============================================================================
 * Contact Icons im Header
 * ========================================================================== */
.ki {
  font-family: 'kdabicons' !important; }

.soc {
  overflow: hidden;
  margin: 0 5px 0 0 !important;
  padding: 0;
  list-style: none; }
  .soc li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top; }
    .soc li a {
      font-family: 'kdabicons' !important;
      font-style: normal;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      overflow: hidden;
      text-decoration: none;
      text-align: center;
      display: block;
      position: relative;
      z-index: 1;
      width: 34px;
      height: 34px;
      line-height: 30px;
      font-size: 20px;
      color: #ffffff;
      background-color: #0077C8;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .soc li a:hover {
        background-color: #bbbbbb;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
      .soc li a:before {
        display: block; }
      .soc li a.square {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px; }
        .soc li a.square:before {
          margin-top: 0; }
      .soc li a.white {
        background-color: #fff;
        color: #626875; }
        .soc li a.white:hover {
          background-color: #bbbbbb; }

.soc-email:before {
  content: '\E011'; }

.soc-phone:before {
  content: '\E012'; }

.soc-facebook:before,
.soc-twitter:before,
.soc-googleplus:before, 
.soc-linked-in:before,
.soc-youtube:before, 
.soc-github:before {
  font-family: 'FontAwesome' !important; }

.soc-facebook:before {
  content: '\f09a'; }

.soc-twitter:before {
  content: '\f099'; }

.soc-linked-in:before {
    content: '\f0e1';
}
.soc-youtube:before {
    content: '\f16a';
}
.soc-github:before {
    content: '\f09b';
}

.soc-googleplus:before {
  content: '\f0d5'; }

/* =============================================================================
 * KDAB Icons
 * ========================================================================== */
i[class*="kdab-"] {
  font-family: 'kdabicons'; }

.kdab-logo:before {
  content: "\E014"; }

.kdab-search:before {
  content: "\E013"; }

.kdab-platforms:before {
  content: "\E013"; }

.kdab-expertise:before {
  content: "\E013"; }

.kdab-clients:before {
  content: "\E013"; }

.kdab-calendar:before {
  content: "\E007"; }

.kdab-user:before {
  content: "\E008"; }

.kdab-comment:before {
  content: "\E009"; }

.kdab-clock:before {
  content: "\E006"; }

/* =============================================================================
 * Searchfield im Header
 * ========================================================================== */
.search-form ::-webkit-input-placeholder {
  color: #fff; }

.search-form :-moz-placeholder {
  color: #fff;
  opacity: 1; }

.search-form ::-moz-placeholder {
  color: #fff;
  opacity: 1; }

.search-form :-ms-input-placeholder {
  color: #fff; }

.search-form .search-field,
.search-form .search-submit {
  background-color: #bbbbbb;
  color: #fff;
  border: 0;
  margin: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.search-form .search-field {
  font-size: 14px;
  padding: 7px;
  width: 147px; }
  @media (max-width: 1199px) {
    .search-form .search-field {
      width: 92px; } }

.search-form .search-submit {
  padding: 5px 10px 7px;
  margin-left: -5px; }
  .search-form .search-submit i {
    color: #fff; }

.gecko .search-form .search-submit {
  padding: 4.5px 10px 6.7px; }

/* =============================================================================
 * NAV - Expertise Nav
 * ========================================================================== */
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 30px; }
  .triangle.expert {
    border-color: transparent transparent transparent #0077C8; }
  .triangle.expert-qt {
    border-color: transparent transparent transparent #0cf2a6; }
  .triangle.expert-c {
    border-color: transparent transparent transparent #056896; }
  .triangle.expert-opengl {
    border-color: transparent transparent transparent #f02567; }

nav.expertise {
  background-color: #fff;
  padding-bottom: 13px; }
  nav.expertise .col-xs-4,
  nav.expertise .col-xs-6,
  nav.expertise .col-xs-12 {
    padding-left: 0;
    padding-right: 0; }
    nav.expertise .col-xs-4:first-child,
    nav.expertise .col-xs-6:first-child,
    nav.expertise .col-xs-12:first-child {
      padding-left: 10px; }
    nav.expertise .col-xs-4:last-child,
    nav.expertise .col-xs-6:last-child,
    nav.expertise .col-xs-12:last-child {
      padding-right: 10px; }
  nav.expertise a {
    display: block;
    padding: 4px;
    font-weight: 300;
    font-size: 18px;
    color: #4C4C4C;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    overflow: hidden; }
    nav.expertise a:hover {
      color: #fff; }
    nav.expertise a.expert-qt {
      border-color: #0cf2a6;
      -moz-transition: background-color 0.3s ease-out;
      -o-transition: background-color 0.3s ease-out;
      -webkit-transition: background-color 0.3s ease-out;
      transition: background-color 0.3s ease-out; }
      nav.expertise a.expert-qt:hover {
        background-color: #0cf2a6; }
    nav.expertise a.expert-c {
      border-color: #056896; }
      nav.expertise a.expert-c:hover {
        background-color: #056896; }
    nav.expertise a.expert-opengl {
      border-color: #f02567; }
      nav.expertise a.expert-opengl:hover {
        background-color: #f02567; }
    nav.expertise a.grey {
      border-color: #bbbbbb; }
      nav.expertise a.grey:hover {
        background-color: #bbbbbb; }

/* =============================================================================
 * NAV - Breadcrumb
 * ========================================================================== */
nav.breadcrumbHolder nav.breadcrumbs {
  background-color: #eef2f4;
  padding-left: 15px;
  padding-right: 15px; }

nav.breadcrumbHolder p {
  font-size: 11px;
  font-weight: 700;
  color: #626875;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px; }
  nav.breadcrumbHolder p a:hover {
    color: #0077C8; }

@media (max-width: 991px) {
  nav.breadcrumbHolder .col-xs-12 {
    padding-left: 15px;
    padding-right: 15px; } }

/* =============================================================================
 * Layout - FOOTER
 * ========================================================================== */
footer.sitefooter h4,
footer.sitefooter p.p9,
footer.sitefooter p,
footer.sitefooter a {
  color: #fff; }

footer.sitefooter a {
  font-weight: 600; }
  footer.sitefooter a:hover {
    color: #bbbbbb; }
  footer.sitefooter a.tel {
    text-decoration: none;
    font-weight: 400; }

.sitefooter {
  background-color: #626875;
  padding: 50px 0 80px;
  -webkit-transform: translateZ(0); }
  .sitefooter .the_bubble {
    padding: 30px 20px 35px;
    margin: 0 0 80px; }
    .sitefooter .the_bubble:after {
      bottom: -40px;
      border-width: 0 0 45px 45px; }
    .sitefooter .the_bubble i.kdab-logo {
      color: #0077C8;
      margin-bottom: 15px;
      display: block;
      text-align: left;
      font-size: 24px;
      margin-bottom: 0; }
    .sitefooter .the_bubble p.p9 {
      color: #000000;
      font-size: 13px; }
  .sitefooter .soc {
    margin: 15px 0 0 0 !important;
    text-align: right; }
    .sitefooter .soc li a {
      width: 44px;
      height: 44px;
      line-height: 44px;
      font-size: 24px; }
      .sitefooter .soc li a:hover {
        color: #626875; }
  .sitefooter ul#menu-specialnav-1,
  .sitefooter ul#menu-main-update-1,
  .sitefooter ul#menu-main-update-2,
  .sitefooter ul#menu-main-update-3 {
    margin: 0;
    padding: 0;
    list-style: none; }
    .sitefooter ul#menu-specialnav-1 li,
    .sitefooter ul#menu-main-update-1 li,
    .sitefooter ul#menu-main-update-2 li,
    .sitefooter ul#menu-main-update-3 li {
      width: 25%;
      float: left;
      font-size: 14px;
      margin-bottom: 50px; }
      .sitefooter ul#menu-specialnav-1 li a,
      .sitefooter ul#menu-main-update-1 li a,
      .sitefooter ul#menu-main-update-2 li a,
      .sitefooter ul#menu-main-update-3 li a {
        padding-bottom: 10px;
        cursor: pointer;
        font-weight: 400; }
      .sitefooter ul#menu-specialnav-1 li.menu-item-has-children > a,
      .sitefooter ul#menu-main-update-1 li.menu-item-has-children > a,
      .sitefooter ul#menu-main-update-2 li.menu-item-has-children > a,
      .sitefooter ul#menu-main-update-3 li.menu-item-has-children > a {
        font-weight: 600;
        text-transform: uppercase; }
        .sitefooter ul#menu-specialnav-1 li.menu-item-has-children > a:hover,
        .sitefooter ul#menu-main-update-1 li.menu-item-has-children > a:hover,
        .sitefooter ul#menu-main-update-2 li.menu-item-has-children > a:hover,
        .sitefooter ul#menu-main-update-3 li.menu-item-has-children > a:hover {
          color: #bbbbbb; }
    .sitefooter ul#menu-specialnav-1 a,
    .sitefooter ul#menu-main-update-1 a,
    .sitefooter ul#menu-main-update-2 a,
    .sitefooter ul#menu-main-update-3 a {
      display: block; }
      .sitefooter ul#menu-specialnav-1 a:hover,
      .sitefooter ul#menu-main-update-1 a:hover,
      .sitefooter ul#menu-main-update-2 a:hover,
      .sitefooter ul#menu-main-update-3 a:hover {
        color: #bbbbbb;
        text-decoration: none !important; }
      .sitefooter ul#menu-specialnav-1 a .caret,
      .sitefooter ul#menu-main-update-1 a .caret,
      .sitefooter ul#menu-main-update-2 a .caret,
      .sitefooter ul#menu-main-update-3 a .caret {
        display: none; }
    .sitefooter ul#menu-specialnav-1 ul.dropdown-menu,
    .sitefooter ul#menu-main-update-1 ul.dropdown-menu,
    .sitefooter ul#menu-main-update-2 ul.dropdown-menu,
    .sitefooter ul#menu-main-update-3 ul.dropdown-menu {
      position: inherit;
      float: none;
      top: auto;
      left: auto;
      z-index: auto;
      background-color: transparent;
      display: block;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border: none;
      min-width: initial;
      padding: 0; }
      .sitefooter ul#menu-specialnav-1 ul.dropdown-menu li,
      .sitefooter ul#menu-main-update-1 ul.dropdown-menu li,
      .sitefooter ul#menu-main-update-2 ul.dropdown-menu li,
      .sitefooter ul#menu-main-update-3 ul.dropdown-menu li {
        width: 100%;
        padding: 0;
        float: none;
        margin-bottom: 0; }
        .sitefooter ul#menu-specialnav-1 ul.dropdown-menu li:first-child,
        .sitefooter ul#menu-main-update-1 ul.dropdown-menu li:first-child,
        .sitefooter ul#menu-main-update-2 ul.dropdown-menu li:first-child,
        .sitefooter ul#menu-main-update-3 ul.dropdown-menu li:first-child {
          display: block; }
        .sitefooter ul#menu-specialnav-1 ul.dropdown-menu li a,
        .sitefooter ul#menu-main-update-1 ul.dropdown-menu li a,
        .sitefooter ul#menu-main-update-2 ul.dropdown-menu li a,
        .sitefooter ul#menu-main-update-3 ul.dropdown-menu li a {
          padding: 4px 4px 4px 0;
          color: #fff;
          overflow: hidden;
          font-weight: 400;
          text-transform: none;
          cursor: pointer; }
          .sitefooter ul#menu-specialnav-1 ul.dropdown-menu li a:hover,
          .sitefooter ul#menu-main-update-1 ul.dropdown-menu li a:hover,
          .sitefooter ul#menu-main-update-2 ul.dropdown-menu li a:hover,
          .sitefooter ul#menu-main-update-3 ul.dropdown-menu li a:hover {
            color: #bbbbbb;
            background-color: transparent; }
    .sitefooter ul#menu-specialnav-1 .dropdown-menu > li > a:hover,
    .sitefooter ul#menu-specialnav-1 .dropdown-menu > li > a:focus,
    .sitefooter ul#menu-specialnav-1 .dropdown-menu > .active > a,
    .sitefooter ul#menu-specialnav-1 .dropdown-menu > .active > a:hover,
    .sitefooter ul#menu-specialnav-1 .dropdown-menu > .active > a:focus,
    .sitefooter ul#menu-main-update-1 .dropdown-menu > li > a:hover,
    .sitefooter ul#menu-main-update-1 .dropdown-menu > li > a:focus,
    .sitefooter ul#menu-main-update-1 .dropdown-menu > .active > a,
    .sitefooter ul#menu-main-update-1 .dropdown-menu > .active > a:hover,
    .sitefooter ul#menu-main-update-1 .dropdown-menu > .active > a:focus,
    .sitefooter ul#menu-main-update-2 .dropdown-menu > li > a:hover,
    .sitefooter ul#menu-main-update-2 .dropdown-menu > li > a:focus,
    .sitefooter ul#menu-main-update-2 .dropdown-menu > .active > a,
    .sitefooter ul#menu-main-update-2 .dropdown-menu > .active > a:hover,
    .sitefooter ul#menu-main-update-2 .dropdown-menu > .active > a:focus,
    .sitefooter ul#menu-main-update-3 .dropdown-menu > li > a:hover,
    .sitefooter ul#menu-main-update-3 .dropdown-menu > li > a:focus,
    .sitefooter ul#menu-main-update-3 .dropdown-menu > .active > a,
    .sitefooter ul#menu-main-update-3 .dropdown-menu > .active > a:hover,
    .sitefooter ul#menu-main-update-3 .dropdown-menu > .active > a:focus {
      background-color: transparent;
      color: #000000; }
    .sitefooter ul#menu-specialnav-1.fullwidth li,
    .sitefooter ul#menu-main-update-1.fullwidth li,
    .sitefooter ul#menu-main-update-2.fullwidth li,
    .sitefooter ul#menu-main-update-3.fullwidth li {
      width: 100%; }
  .sitefooter .partners.v1 {
    text-align: right; }
    .sitefooter .partners.v1 img {
      height: 75px;
      margin-left: 20px; }
  .sitefooter .partners.v2 img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 15px; }
  .sitefooter .contactus h6,
  .sitefooter .contactus p {
    font-size: 14px;
    color: #fff; }
  .sitefooter .contactus h6 {
    margin-bottom: 5px;
    font-weight: 700; }
  .sitefooter .contactus .country {
    padding-right: 8px; }
    .sitefooter .contactus .country:last-child {
      padding-right: 0; }
  @media (max-width: 767px) {
    .sitefooter .contactus .country {
      display: block; } }

@media (max-width: 991px) {
  .sitefooter ul#menu-specialnav-1 li,
  .sitefooter ul#menu-main-update-1 li {
    display: none; } }

@media (min-width: 768px) and (max-width: 991px) and (orientation: portrait) {
  .sitefooter .the_bubble {
    display: none; }
  .sitefooter h4 {
    margin-top: 0; } }

@media (max-width: 767px) {
  .sitefooter .the_bubble img {
    max-width: 40%; }
  .sitefooter .soc {
    text-align: center;
    margin-top: 25px !important; }
    .sitefooter .soc li {
      display: inline-block;
      margin-bottom: 0; } }

/* =============================================================================
 * Layout Widgets in the sidebar
 * ========================================================================== */
.widgetHolder .widget {
  margin-bottom: 25px; }
  .widgetHolder .widget .widget-title {
    border: 1px solid #056896;
    padding: 6px 10px;
    color: #4C4C4C;
    font-weight: 400;
    text-transform: uppercase; }
  .widgetHolder .widget .widget-text,
  .widgetHolder .widget .upw-posts,
  .widgetHolder .widget .menu-french-menu-container {
    padding: 15px 10px;
    font-size: 14px; }
    .widgetHolder .widget .widget-text h4,
    .widgetHolder .widget .widget-text .entry-title-primary,
    .widgetHolder .widget .upw-posts h4,
    .widgetHolder .widget .upw-posts .entry-title-primary,
    .widgetHolder .widget .menu-french-menu-container h4,
    .widgetHolder .widget .menu-french-menu-container .entry-title-primary {
      font-size: 16px; }
    .widgetHolder .widget .widget-text .entry-subtitle,
    .widgetHolder .widget .upw-posts .entry-subtitle,
    .widgetHolder .widget .menu-french-menu-container .entry-subtitle {
      display: none; }
  .widgetHolder .widget .upw-posts .entry-title {
    font-size: 16px; }
  .widgetHolder .widget .upw-posts .entry-meta {
    background-color: #E5EBEE;
    padding: 4px;
    font-size: 12px;
    color: #626875; }
  .widgetHolder .widget .upw-posts .entry-image {
    margin-bottom: 5px; }
  .widgetHolder .widget .upw-posts article {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0; }
  .widgetHolder .widget .widget-text ul,
  .widgetHolder .widget .menu-french-menu-container ul {
    margin: 0; }
    .widgetHolder .widget .widget-text ul li,
    .widgetHolder .widget .menu-french-menu-container ul li {
      font-size: 14px; }
  .widgetHolder .widget.nobox {
    border: 0; }
    .widgetHolder .widget.nobox .widget-text,
    .widgetHolder .widget.nobox .upw-posts,
    .widgetHolder .widget.nobox .menu-french-menu-container {
      padding: 0; }

/* =============================================================================
 * Shortcode
 * ========================================================================== */
.shortcodeitem {
  margin-bottom: 25px; }
  .shortcodeitem.bigteaser .the_bubble {
    display: block; }

.shortcodeitem_form .form-horizontal {
  margin: 5px 5px 0; }
  .shortcodeitem_form .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0; }
    .shortcodeitem_form .form-horizontal .form-group .form-control {
      width: 100%; }
    .shortcodeitem_form .form-horizontal .form-group .wpcf7-captchar {
      text-align: center; }

.sideteaser .widget .shortcodeitem {
  margin-bottom: 0; }

.sideteaser .widget .shortcodeitem_form .col-sm-6 {
  width: 100%; }

/* =============================================================================
 * Layout - CONTENT
 * ========================================================================== */
.mainbgcol {
  padding-top: 173px;
  padding-bottom: 50px; }
  .mainbgcol nav.expertise {
    display: none; }
  .mainbgcol .videogrid nav.expertise {
    display: block; }
  .mainbgcol .nav-tabs {
    border-bottom: 1px solid #0077C8; }
    .mainbgcol .nav-tabs > li > a {
      border: 0;
      font-size: 18px;
      border-bottom: 2px solid #fff; }
      .mainbgcol .nav-tabs > li > a:hover {
        border: 0;
        border-bottom: 2px solid #0077C8; }
    .mainbgcol .nav-tabs > li.active > a {
      color: #0077C8;
      border-bottom: 2px solid #0077C8; }
      .mainbgcol .nav-tabs > li.active > a:hover {
        color: #7F9CAD; }

@media (min-width: 992px) and (max-width: 1199px) {
  .mainbgcol {
    padding-top: 159px; } }

@media (max-width: 991px) {
  .mainbgcol {
    padding-top: 0; }
    .mainbgcol nav.expertise {
      display: block; } }

.the_content {
  margin-bottom: 50px; }
  .the_content h4:first-child {
    margin-top: 0; }

/* =============================================================================
 * Content HOME
 * ========================================================================== */
.home .the_content {
  margin-bottom: 25px; }

.home .teaserHolder .titleHolder h1,
.home .teaserHolder .titleHolder h2 {
  text-align: left;
  color: #fff; }

.teaserHolder {
  margin-bottom: 25px; }
  .teaserHolder .atmoblock {
    position: relative; }
  .teaserHolder .videoHolder {
    position: relative;
    overflow: hidden; }
    @media (min-width: 769px) {
      .teaserHolder .videoHolder {
        background-image: none; } }
    .teaserHolder .videoHolder .videoPlayer {
      position: absolute;
      width: 100%;
      display: block;
      height: auto; }
  @media (max-width: 768px) {
    .teaserHolder .videoHolder {
      background-size: cover;
      height: 250px; }
      .teaserHolder .videoHolder .wp-post-image {
        display: none; } }
  @media (max-width: 1090px) {
    .teaserHolder .videoHolder .videoPlayer {
      width: auto;
      height: 100%; } }
  .teaserHolder .imageHolder {
    position: relative; }
  .teaserHolder .titleHolder {
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 50%;
    margin-left: -50%;
    bottom: 22px; }
    .teaserHolder .titleHolder h1, .teaserHolder .titleHolder h2 {
      color: #000000;
      padding-left: 25px;
      padding-right: 25px; }
    .teaserHolder .titleHolder h1 {
      margin-bottom: 0; }
      .teaserHolder .titleHolder h1 .entry-title-primary {
        font-size: 32px;
        font-weight: 300;
        margin: 0;
        line-height: 1.4; }
      .teaserHolder .titleHolder h1 .entry-subtitle {
        display: none;
        font-size: 27px;
        font-weight: 300;
        color: #fff;
        margin-bottom: 0; }
    .teaserHolder .titleHolder h2 {
      margin-bottom: 10px; }
  .teaserHolder .overlay {
    background: -moz-linear-gradient(top, transparent 0%, transparent 49%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 49%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 49%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.sideteaser .teaseritem {
  margin-bottom: 25px; }

.sideteaser .the_bubble h3 {
  color: #626875; }

.sideteaser h5 {
  margin-bottom: 25px;
  color: #626875; }

.sideteaser a,
.sideteaser a span,
.sideteaser a span.entry-title-primary,
.sideteaser a span.entry-subtitle {
  display: block;
  height: 100%;
  text-transform: uppercase !important;
  font-size: 14px !important;
  color: #0077C8;
  text-align: left; }
  .sideteaser a:hover,
  .sideteaser a span:hover,
  .sideteaser a span.entry-title-primary:hover,
  .sideteaser a span.entry-subtitle:hover {
    color: #7F9CAD; }

.sideteaser .smallteaser {
  margin-bottom: 25px; }

@media (max-width: 1199px) {
  .sideteaser h5,
  .sideteaser h3 {
    font-size: 17px;
    letter-spacing: normal; }
  .sideteaser .smallteaser h5, .sideteaser .smallteaser h3 {
    margin-bottom: 15px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .sideteaser .smallteaser a span:last-child {
    height: auto !important; } }

.sideteaser .col-lg-12 + .col-lg-6 {
  padding-right: 5px !important; }

.sideteaser .col-lg-6 + .col-lg-6 {
  padding-left: 5px !important; }

@media (max-width: 1199px) {
  .sideteaser .the_bubble {
    background-color: transparent;
    margin: 0 0 16px;
    padding: 0; }
    .sideteaser .the_bubble:after {
      display: none; }
    .sideteaser .the_bubble h3 {
      font-size: 17px; }
  .sideteaser .col-lg-12 + .col-lg-6 {
    padding-right: 15px; }
  .sideteaser .col-lg-6 + .col-lg-6 {
    padding-left: 15px; } }

.sideteaser .btn {
  padding: 5px; }

.sideteaser .bigcta {
  margin-bottom: 20px; }
  .sideteaser .bigcta h3 {
    font-size: 24px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .sideteaser .bgbox {
    height: auto !important; } }

@media (max-width: 991px) {
  .teaserHolder {
    margin-bottom: 30px; }
    .teaserHolder.bottomteaser {
      margin-top: 15px; }
  .sideteaser {
    margin-bottom: 50px; } }

@media (max-width: 767px) {
  .sideteaser {
    margin-bottom: 0; } }

.infoblocks .infoblock {
  margin-bottom: 25px; }
  .infoblocks .infoblock .ib_icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    margin-right: 10px; }
  .infoblocks .infoblock h4.infoHL {
    margin-top: 0;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 0.2rem; }
    .infoblocks .infoblock h4.infoHL a {
      color: #0077C8;
      -moz-transition: color 0.3s ease-out;
      -o-transition: color 0.3s ease-out;
      -webkit-transition: color 0.3s ease-out;
      transition: color 0.3s ease-out; }
      .infoblocks .infoblock h4.infoHL a:hover {
        color: #7F9CAD; }
  .infoblocks .infoblock h6 {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 2.5rem;
    letter-spacing: 0.05rem;
    color: #4C4C4C; }
    .infoblocks .infoblock h6 a {
      color: #0077C8; }
      .infoblocks .infoblock h6 a:hover {
        color: #7F9CAD; }
  .infoblocks .infoblock .thecontent {
    margin-bottom: 20px; }
  .infoblocks .infoblock .iconHolder {
    font-size: 34px;
    line-height: 34px; }
    .infoblocks .infoblock .iconHolder img {
      height: 100%; }
  .infoblocks .infoblock .btn-special {
    color: #4C4C4C;
    border: 1px solid #0077C8;
    background-color: #ffffff;
    display: block; }
    .infoblocks .infoblock .btn-special:hover {
      color: #ffffff;
      background-color: #0077C8; }

.infoblocks .addtoany_share_save_container {
  display: none; }

/* =============================================================================
 * Content - Landingpage
 * ========================================================================== */
.submenuHl {
  padding: 6px 6px 6px 15px; }

.sideteaser .children,
.submenu .children {
  background-color: #fff;
  padding: 0;
  margin: 0 0 25px;
  list-style: none; }
  .sideteaser .children > li:first-child > a,
  .submenu .children > li:first-child > a {
    font-size: 18px !important;
    line-height: 1.818;
    display: block; }
    .sideteaser .children > li:first-child > a .entry-title-primary,
    .submenu .children > li:first-child > a .entry-title-primary {
      font-size: 18px;
      padding: 8px 10px;
      margin-bottom: 1.2em;
      font-weight: 300; }
  .sideteaser .children.accentcolor1 > li:first-child > a,
  .submenu .children.accentcolor1 > li:first-child > a {
    background-color: #0cf2a6; }
  .sideteaser .children.accentcolor2 > li:first-child > a,
  .submenu .children.accentcolor2 > li:first-child > a {
    background-color: #056896; }
  .sideteaser .children.accentcolor3 > li:first-child > a,
  .submenu .children.accentcolor3 > li:first-child > a {
    background-color: #f02567; }
  .sideteaser .children a .entry-title-primary,
  .submenu .children a .entry-title-primary {
    margin-bottom: 0;
    font-size: 14px; }
  .sideteaser .children a .entry-subtitle,
  .submenu .children a .entry-subtitle {
    display: none; }

ul.sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px; }
  ul.sub-menu li {
    border-bottom: 1px solid #fff;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    font-size: 14px; }
    ul.sub-menu li:hover {
      -moz-transition: background-color 0.3s ease-out;
      -o-transition: background-color 0.3s ease-out;
      -webkit-transition: background-color 0.3s ease-out;
      transition: background-color 0.3s ease-out; }
    ul.sub-menu li a {
      padding: 6px 10px 6px 25px;
      text-decoration: none;
      color: #0077C8;
      display: inline-block;
      position: relative; }
      ul.sub-menu li a:hover {
        color: #7F9CAD; }
      ul.sub-menu li a:before {
        content: '|';
        padding-right: 12px;
        color: #626875;
        transform: rotate(45deg);
        display: inline-block;
        top: 10px;
        bottom: auto;
        left: 5px;
        position: absolute; }
    ul.sub-menu li.current_page_item a {
      color: #7F9CAD; }
    ul.sub-menu li.current_page_item ul li a {
      color: #000000; }
      ul.sub-menu li.current_page_item ul li a:hover {
        color: #7F9CAD; }
    ul.sub-menu li .entry-title-primary {
      padding: 0 !important;
      border: 0 !important;
      margin: 0 !important;
      color: inherit !important; }
      ul.sub-menu li .entry-title-primary:before, ul.sub-menu li .entry-title-primary:after {
        display: none !important; }
    ul.sub-menu li ul li {
      border-bottom: 0;
      padding: 0 0 0 15px;
      border-top: 1px solid #fbfcfc; }
      ul.sub-menu li ul li:before {
        content: "";
        float: none;
        width: initial;
        height: auto; }
      ul.sub-menu li ul li a {
        padding-left: 25px;
        display: inline-block;
        position: relative; }

.page-id-9972 .sub-menu .sub-menu,
.page-id-6976 .sub-menu .sub-menu {
  display: none; }

.accentcolor1 ul.sub-menu li a:before {
  color: #0cf2a6; }

.accentcolor2 ul.sub-menu li a:before {
  color: #056896; }

.accentcolor3 ul.sub-menu li a:before {
  color: #f02567; }

.subpagesnavHolder {
  position: relative; }
  .subpagesnavHolder .affix,
  .subpagesnavHolder .affix-top {
    z-index: 2;
    width: 262px; }

@media (max-width: 1199px) {
  .subpagesnavHolder .affix,
  .subpagesnavHolder .affix-top {
    width: 212px; } }

@media (max-width: 991px) {
  .subpagesnavHolder .affix,
  .subpagesnavHolder .affix-top {
    width: 220px; } }

/* =============================================================================
 * Content - Masonry Grid
 * ========================================================================== */
.masonryHolder {
  padding: 0;
  margin: 0;
  overflow: hidden; }

#list {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -1.875em; }

.videothumb {
  position: relative;
  text-align: center; }
  .videothumb .playbtnHolder {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    display: block;
    margin-top: -20px;
    margin-left: -20px; }
    .videothumb .playbtnHolder i {
      text-shadow: 0 1px 2px #333; }

#list .item {
  float: left;
  padding: 0 10px;
  margin-bottom: 4em; }
  #list .item .itemCont {
    position: relative; }
    #list .item .itemCont nav.triangle_expertise {
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0; }
    #list .item .itemCont .itemcontent {
      position: relative; }
      #list .item .itemCont .itemcontent .entry-title-primary {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 0; }
      #list .item .itemCont .itemcontent .entry-subtitle {
        display: none; }
      #list .item .itemCont .itemcontent .newsblock {
        margin-top: 10px; }
      #list .item .itemCont .itemcontent__hl {
        min-height: 40px; }
    #list .item .itemCont .masonryPostLoop {
      padding: 0;
      margin: 0; }
      #list .item .itemCont .masonryPostLoop li:before {
        float: left; }
      #list .item .itemCont .masonryPostLoop .entry-title-primary {
        font-size: inherit;
        text-align: left;
        margin-bottom: 0; }
      #list .item .itemCont .masonryPostLoop .entry-subtitle {
        display: none; }
      #list .item .itemCont .masonryPostLoop a {
        color: #0077C8;
        text-transform: uppercase;
        padding-left: 0; }
        #list .item .itemCont .masonryPostLoop a:hover {
          color: #7F9CAD; }
        #list .item .itemCont .masonryPostLoop a:before {
          content: ""; }
      #list .item .itemCont .masonryPostLoop a {
        text-decoration: none;
        color: #000000;
        text-transform: none;
        display: inline-block;
        position: relative; }
        #list .item .itemCont .masonryPostLoop a:hover {
          color: #7F9CAD; }
      #list .item .itemCont .masonryPostLoop a,
      #list .item .itemCont .masonryPostLoop span {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%; }
      #list .item .itemCont .masonryPostLoop .slick-slide {
        padding: 6px 0; }
    #list .item .itemCont .catreadmore {
      position: absolute;
      bottom: 0;
      right: 0;
      margin-bottom: 0; }
  #list .item .row {
    margin-left: 0;
    margin-right: 0; }
  #list .item figure {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px; }
    #list .item figure h4 {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.6);
      padding: 20px 10px 0 10px;
      margin: 0;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      #list .item figure h4 a {
        color: #fff;
        margin: 0 0 10px;
        display: block; }
      #list .item figure h4 .entry-title-primary {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        margin: 0; }
      #list .item figure h4 .entry-subtitle {
        display: none; }
    #list .item figure:hover h4 {
      background-color: rgba(0, 0, 0, 0.85);
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
  #list .item img {
    display: inline-block; }
  #list .item h4 {
    margin: auto 0; }
    #list .item h4 a {
      color: #0077C8;
      font-size: 16px;
      font-weight: 600; }
      #list .item h4 a:hover {
        color: #7F9CAD; }
    #list .item h4.blogpost {
      border: 1px solid #b921b4;
      text-align: right;
      margin-bottom: 10px; }
      #list .item h4.blogpost a {
        padding: 10px 5px;
        color: #4C4C4C;
        font-weight: 400 !important;
        display: block;
        text-align: center;
        font-size: 14px; }
        #list .item h4.blogpost a:hover {
          color: #ffffff;
          background-color: #b921b4; }
  #list .item .btn-special {
    background-color: #FF6600;
    color: #ffffff;
    text-transform: none;
    text-align: center;
    padding: 4px 8px; }
    #list .item .btn-special:hover {
      background-color: #7F9CAD; }

@media (max-width: 991px) {
  .masonryHolder {
    margin-bottom: 25px; } }

@media (max-width: 767px) {
  #list .item {
    margin-bottom: 30px; } }

/* =============================================================================
 * Content - Blogs
 * ========================================================================== */
.wpcontent .category-feed {
  font-size: 14px; }
  .wpcontent .category-feed a {
    text-transform: uppercase;
    color: #FF6600;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .wpcontent .category-feed a:hover {
      color: #ff944d;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }

.wpcontent .blog_menu_hl {
  margin-bottom: 10px; }

.wpcontent .blog_menu {
  margin-bottom: 25px; }
  .wpcontent .blog_menu li {
    display: inline-block;
    margin-right: 1em; }
    .wpcontent .blog_menu li:before {
      width: 0.8em; }

.the_meta {
  margin-bottom: 20px; }
  .the_meta .the_meta_data {
    display: flex;
    align-items: center; }
    .the_meta .the_meta_data i {
      font-size: 16px;
      margin-right: 4px; }
  .the_meta .the_date,
  .the_meta .the_author {
    margin-right: 15px; }
  .the_meta .the_date,
  .the_meta .the_author,
  .the_meta .the_comments {
    color: #0077C8;
    font-size: 14px; }
    .the_meta .the_date a,
    .the_meta .the_author a,
    .the_meta .the_comments a {
      color: #0077C8; }
      .the_meta .the_date a:hover,
      .the_meta .the_author a:hover,
      .the_meta .the_comments a:hover {
        color: #7F9CAD; }

.entry-header h4 {
  margin-bottom: 25px; }
  .entry-header h4.entry-title .entry-title-primary,
  .entry-header h4.entry-title .entry-subtitle {
    text-align: left !important; }

.searchitem .col-sm-4,
.the_content_blog .col-sm-4 {
  padding-right: 0; }

.searchitem figure,
.the_content_blog figure {
  position: relative;
  overflow: hidden;
  background-color: #E5EBEE;
  text-align: center; }
  .searchitem figure img,
  .the_content_blog figure img {
    display: inline-block;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 100%; }
  .searchitem figure.open img, .searchitem figure:hover img,
  .the_content_blog figure.open img,
  .the_content_blog figure:hover img {
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

.listviewitem.sticky {
  padding: 10px;
  background-color: #eef2f4;
  margin-bottom: 50px; }
  .listviewitem.sticky .the_content_blog,
  .listviewitem.sticky footer.entry-meta {
    margin-bottom: 0 !important; }

/* =============================================================================
 * Pagination
 * ========================================================================== */
ul.pagination {
  margin: 0;
  display: inline-block; }
  ul.pagination .active a {
    background-color: #626875;
    border-color: #626875; }
  ul.pagination li {
    display: inline;
    margin: auto; }
    ul.pagination li:before {
      content: ""; }
    ul.pagination li a {
      color: #4C4C4C; }

/* =============================================================================
 * Content - Blog Detail
 * ========================================================================== */
.the_meta_data {
  display: flex;
  align-items: center; }
  .the_meta_data a {
    font-weight: 700; }

.the_socialshares {
  display: inline-block;
  margin-left: auto; }
  .the_socialshares div.a2a_kit.a2a_kit_size_32.addtoany_list.a2a_target {
    line-height: 19px !important; }
  .the_socialshares .addtoany_list.a2a_kit_size_32 a {
    font-size: inherit;
    line-height: normal; }
  .the_socialshares .addtoany_list.a2a_kit_size_32 a > span {
    height: 19px;
    line-height: 19px;
    width: 19px;
    background-size: 19px 19px; }

@media (max-width: 767px) {
  .the_meta_data .the_date {
    margin-left: 0; } }

.expertise-suqare {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin-top: -4px;
  margin-bottom: -3px;
  background: red;
  vertical-align: middle; }
  .expertise-suqare:first-child {
    margin-left: -4px; }
  .expertise-suqare.expert-qt {
    background-color: #0cf2a6; }
  .expertise-suqare.expert-c {
    background-color: #056896; }
  .expertise-suqare.expert-opengl {
    background-color: #f02567; }

.entry_author_image img {
  display: block;
  width: 64px;
  height: auto; }

.the_tags {
  margin-bottom: 50px; }
  .the_tags p {
    margin-bottom: 15px; }

.single-post .media .media-left img {
  margin-bottom: 10px;
  height: auto; }

.the_authorHolder {
  background-color: #eaf3f9;
  border: 1px solid #c2dcee;
  padding: 15px 0 15px 15px;
  border-radius: 4px; }
  .the_authorHolder .entry_author_image img {
    width: auto;
    max-width: 100%; }
  .the_authorHolder .p8 {
    color: #0077C8; }

.embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .embed-youtube iframe,
  .embed-youtube object,
  .embed-youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* =============================================================================
 * Content - Blog Detail Comments
 * ========================================================================== */
.comments-title {
  color: #0077C8;
  font-size: 20px; }

.comment-list {
  list-style: none;
  padding-left: 0; }
  .comment-list .children {
    margin-left: 64px;
    padding-left: 0;
    list-style: none; }
  .comment-list article {
    margin-bottom: 50px; }
    .comment-list article .postmetaitems {
      display: flex;
      align-items: center; }
  .comment-list .comment-meta {
    padding: 4px 0;
    margin-bottom: 15px; }
    .comment-list .comment-meta .the_date,
    .comment-list .comment-meta .the_time,
    .comment-list .comment-meta .the_author {
      margin-right: 15px;
      color: #0077C8;
      font-size: 15px;
      font-weight: 400; }
      .comment-list .comment-meta .the_date i,
      .comment-list .comment-meta .the_time i,
      .comment-list .comment-meta .the_author i {
        font-size: 16px; }
      .comment-list .comment-meta .the_date a,
      .comment-list .comment-meta .the_time a,
      .comment-list .comment-meta .the_author a {
        color: #0077C8;
        text-transform: uppercase;
        font-weight: 400; }
        .comment-list .comment-meta .the_date a:hover,
        .comment-list .comment-meta .the_time a:hover,
        .comment-list .comment-meta .the_author a:hover {
          color: #7F9CAD; }
    .comment-list .comment-meta .comment-edit-link {
      color: #0077C8;
      text-transform: uppercase; }
      .comment-list .comment-meta .comment-edit-link:hover {
        color: #7F9CAD; }
    .comment-list .comment-meta cite {
      font-style: normal; }
  .comment-list .comment-text {
    font-style: italic; }
    .comment-list .comment-text p {
      font-style: italic;
      margin-bottom: 12px; }
      .comment-list .comment-text p a {
        color: #0077C8; }
        .comment-list .comment-text p a:hover {
          color: #7F9CAD; }
  .comment-list .comment-reply-link {
    display: inline-block;
    color: #0077C8;
    text-transform: uppercase;
    letter-spacing: 1px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .comment-list .comment-reply-link:hover {
      color: #7F9CAD;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }

.comment-respond label {
  color: #4C758D;
  font-size: 14px;
  font-weight: 400; }

.comment-respond .comment-reply-title {
  margin-bottom: 20px;
  color: #0077C8;
  font-size: 20px;
  font-weight: 700; }

.comment-respond .logged-in-as,
.comment-respond .must-log-in,
.comment-respond .comment-notes {
  text-transform: uppercase; }
  .comment-respond .logged-in-as a,
  .comment-respond .must-log-in a,
  .comment-respond .comment-notes a {
    color: #0077C8;
    text-transform: uppercase; }
    .comment-respond .logged-in-as a:hover,
    .comment-respond .must-log-in a:hover,
    .comment-respond .comment-notes a:hover {
      color: #7F9CAD; }

.comment-respond label {
  display: block; }

.comment-respond .comment-form-comment {
  margin-bottom: 0; }
  .comment-respond .comment-form-comment textarea {
    width: 100%;
    border: 1px solid #E5EBEE; }

.comment-respond .comment-form-author,
.comment-respond .comment-form-email {
  width: 49%;
  padding-right: 1%;
  display: inline-block; }
  .comment-respond .comment-form-author input,
  .comment-respond .comment-form-email input {
    width: 100%;
    padding: 6px;
    border: 1px solid #E5EBEE; }

.comment-respond .comment-form-email {
  padding-left: 1%;
  padding-right: 0;
  width: 50%; }

.comment-respond .form-submit {
  text-align: right;
  margin-bottom: 0; }
  .comment-respond .form-submit input.submit {
    border: 1px solid #FF6600;
    background-color: #fff;
    color: #4C4C4C;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px 50px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .comment-respond .form-submit input.submit:hover {
      background-color: #FF6600;
      color: #fff;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }

/* =============================================================================
 * Archive
 * ========================================================================== */
.page-header {
  border-bottom: 0; }
  .page-header h1 {
    margin-bottom: 0; }

article .entry-header .entry-title-primary {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 0; }

article .entry-header .entry-subtitle {
  font-size: 16px; }

article .entry-meta {
  font-size: 14px; }

.edit-link {
  display: inline-block;
  margin-left: 15px; }

/* =============================================================================
 * Content - Training Schedule Page
 * ========================================================================== */
.wpcontent #search {
  height: 34px;
  padding: 6px 12px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.wpcontent table#register_form {
  border: 0;
  margin-bottom: 50px; }
  .wpcontent table#register_form th {
    background-color: #fff;
    font-size: 11px;
    color: #0077C8;
    text-transform: uppercase;
    border-top: 1px solid #E5EBEE;
    border-bottom: 1px solid #E5EBEE; }
  .wpcontent table#register_form tr#register_form.schedule:nth-child(odd) {
    background-color: #E5EBEE; }
  .wpcontent table#register_form tr.schedule {
    border: 0; }
  .wpcontent table#register_form th,
  .wpcontent table#register_form td,
  .wpcontent table#register_form input {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .wpcontent table#register_form th:last-child {
    text-align: center !important; }
  .wpcontent table#register_form td {
    border-bottom: 1px solid #bbbbbb; }
    .wpcontent table#register_form td a {
      text-transform: uppercase;
      color: #0077C8;
      font-size: 12px; }
      .wpcontent table#register_form td a:hover {
        color: #7F9CAD; }
  .wpcontent table#register_form .closedcourse {
    color: #FF6600;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin: 10px auto 10px 0px;
    width: 100%; }

@media screen and (max-width: 767px) {
  .table-responsive {
    border: 0; } }

.syntaxhighlighter.syntaxhighlighterKDAB .gutter .line {
  border-right: 3px solid #0095fb !important; }

.syntaxhighlighter.syntaxhighlighterKDAB .keyword {
  color: #005995 !important; }

.syntaxhighlighter.syntaxhighlighterKDAB .string, .syntaxhighlighter.syntaxhighlighterKDAB .syntaxhighlighter .string a {
  color: #2fabff !important; }

.syntaxhighlighter.syntaxhighlighterKDAB .functions {
  color: #f35588 !important; }

.syntaxhighlighter.syntaxhighlighterKDAB .comments, .syntaxhighlighter.syntaxhighlighterKDAB .syntaxhighlighter .comments a {
  color: #079163 !important; }

.panel-success > .panel-heading {
  color: #5fd1ac;
  background-color: #eaf9f4;
  border-color: #eaf9f4; }

.panel-success {
  border-color: #c2eedf; }

/* =============================================================================
 * Content - Video Grid Page
 * ========================================================================== */
.videogrid .videoitem nav.expertise {
  padding-bottom: 6px; }
  .videogrid .videoitem nav.expertise a {
    font-size: 14px; }

.videogrid .noexpertisecat {
  display: block;
  background-color: #bbbbbb;
  height: 27px; }

.videogrid .videothumb {
  margin-bottom: 8px;
  background-color: #ccd7de;
  text-align: center; }
  .videogrid .videothumb img {
    display: inline-block; }

.videogrid .p8.videotitle {
  line-height: 1.3em; }

.videogrid .entry-title-primary,
.videogrid .entry-subtitle {
  font-size: 15px;
  margin: 0;
  display: inline; }

/* =============================================================================
 * Post Search Filter
 * ========================================================================== */
.post-filters h5 {
  margin-bottom: 15px;
  color: #fff; }

.post-filters .textsearch {
  display: block;
  margin-bottom: 6px; }
  .post-filters .textsearch input {
    border: 1px solid #626875;
    width: 100%;
    padding: 12px 8px; }

.post-filters .selectbox {
  width: 22.6%; }
  .post-filters .selectbox select {
    width: 100%; }

.post-filters .custom_select {
  border: 1px solid #626875;
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /* Removes Default Firefox style*/
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
  background: url("images/caret_down.png") no-repeat right #fff;
  background-size: 16px 10px;
  background-position: 95%;
  color: #4C4C4C;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.post-filters .btn {
  padding: 6px 19px 7px 20px; }
  .post-filters .btn i.kdab-search {
    font-size: 30px;
    padding-right: 0; }

/* =============================================================================
 * Post Search Filter - Firefox Hack
 * ========================================================================== */
.gecko .post-filters .btn {
  padding: 8px 19px 8px 20px; }

@media (max-width: 1199px) {
  .post-filters .selectbox {
    width: 22.1%; } }

@media (max-width: 991px) {
  .post-filters .selectbox {
    width: 21.2%; } }

@media (max-width: 767px) {
  .post-filters .selectbox {
    width: 99%;
    margin-bottom: 6px; } }

/* =============================================================================
 * Search results
 * ========================================================================== */
.searchitem h4 .entry-title-primary {
  font-size: 24px;
  line-height: 1.25;
  margin: 0 0 5px; }

.searchitem h4 .entry-subtitle {
  margin: 0 0 15px;
  font-size: 17px;
  font-weight: 600; }

.searchitem h4 .search-term {
  background-color: transparent; }

.searchitem .search-term {
  background-color: #bbbbbb;
  font-weight: 700;
  color: #000000; }

/* =============================================================================
 * Tesimonials
 * ========================================================================== */
.testimonials #list .item {
  margin-bottom: 90px;
  width: 49.99%; }

@media (max-width: 991px) {
  .testimonials #list {
    width: 100%;
    margin-left: 0; }
    .testimonials #list .item {
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }

.testimonialitem {
  padding: 15px;
  background-color: #E5EBEE;
  position: relative; }
  .testimonialitem:after {
    content: "";
    position: absolute;
    bottom: -70px;
    left: 0;
    border-style: solid;
    border-width: 0 0 70px 70px;
    border-color: transparent #E5EBEE;
    display: block;
    width: 0;
    z-index: 1; }
  .testimonialitem div.quote {
    margin-bottom: 15px; }
    .testimonialitem div.quote p {
      font-style: italic;
      color: #000000;
      font-size: 14px;
      line-height: 1.5;
      margin: 0 0 5px; }
  .testimonialitem .quotee {
    text-align: right;
    font-weight: 700;
    color: #626875;
    margin-bottom: 0;
    line-height: 1.4em; }

.testimonial {
  line-height: 2;
  width: 100%;
  float: left;
  margin-bottom: 50px !important;
  position: relative;
  padding: 0 10px; }

.testimonialquote,
.testimonialquote p {
  font-style: italic; }

.testimonialauthor {
  font-weight: 700;
  font-size: 14px; }

.testimonialImage {
  height: 100px;
  width: 100px;
  float: right; }

.testimonial1 {
  display: flex; }

.testimonial1 .testimonialquote {
  font-weight: 700;
  float: left; }

.testimonial1 .testimonialauthor {
  font-weight: 700;
  float: left; }

.testimonial2 {
  font-size: 20px; }

.testimonial4 .testimonialquote {
  font-style: normal; }

.testimonial4 .testimonialauthor {
  font-style: normal; }

.testimonial5 {
  font-size: 20px; }

.testimonial7 {
  font-weight: 700;
  font-size: 14px; }

.testimonial7 .testimonialquote {
  font-weight: 700; }

.testimonial8 {
  font-size: 20px; }

.testimonial11 {
  font-size: 20px; }

.alignTextRight {
  text-align: right; }

@media only screen and (min-width: 1200px) {
  .floatRight {
    float: right; }
  .width78 {
    width: 78%; }
  .bottomRight {
    position: absolute;
    bottom: 0;
    right: 0; }
  .width75 {
    width: 75%; }
  .width50 {
    width: 50%; }
  .alignRight {
    float: right; }
  .alignCenter {
    float: right;
    position: relative;
    left: -50%; }
  .alignCenter > .child {
    position: relative;
    left: 50%; }
  .quoteDeco {
    width: 100%;
    position: relative; }
  .quoteAngle {
    width: 50px; }
  .quoteOutline .testimonialquote {
    border-top: 1px #000 solid;
    border-left: 1px #000 solid;
    border-right: 1px #000 solid;
    padding: 10px; }
  .quoteOutline .testimonialauthor {
    /*width: 100%;*/
    text-align: right; }
  .quoteOutlineAfter {
    width: 50px;
    height: 50px;
    border-right: 1px #000 solid;
    -moz-transform: skew(-45deg);
    -webkit-transform: skew(-45deg);
    transform: skew(-45deg);
    position: absolute;
    top: -1px;
    left: -24px; }
  .quoteOutlineAfter2 {
    width: 50px;
    height: 50px;
    border-left: 1px #000 solid;
    position: absolute;
    top: -1px; }
  .quoteOutlineAfter3 {
    border-top: 1px #000 solid;
    position: relative;
    top: -1px;
    margin-left: 50px; }
  .quoteOutline .testimonialauthor {
    float: right; }
  .slash {
    position: absolute;
    width: 120px;
    right: 15%;
    top: 0; }
  .slash2 {
    transform: scaleY(-1);
    position: absolute;
    width: 180px;
    right: 15%;
    bottom: 0; }
  .redslash {
    height: 15px;
    width: 15px;
    border-right: 1px solid #f4364c;
    -moz-transform: skew(-45deg);
    -webkit-transform: skew(-45deg);
    transform: skew(-45deg);
    position: absolute;
    right: 0;
    top: 30px; }
  .greenslash {
    height: 15px;
    width: 15px;
    border-right: 1px solid #0ce8a3;
    -moz-transform: skew(-45deg);
    -webkit-transform: skew(-45deg);
    transform: skew(-45deg);
    position: absolute;
    right: 8%;
    top: 30px; }
  .greyslash {
    height: 120px;
    width: 120px;
    border-right: 1px solid #767676;
    -moz-transform: skew(-45deg);
    -webkit-transform: skew(-45deg);
    transform: skew(-45deg);
    position: absolute;
    left: -50%; }
  .slash2 .greyslash {
    height: 180px;
    width: 180px; } }

/* =============================================================================
 * Content: Contact page
 * ========================================================================== */
.company_accordion .panel {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }
  .company_accordion .panel + .panel {
    margin-top: 15px; }
  .company_accordion .panel.panel-default {
    border-left: 0;
    border-right: 0; }

.company_accordion .panel-default > .panel-heading {
  background-color: transparent; }

.company_accordion .panel-heading {
  padding: 15px; }
  .company_accordion .panel-heading h4 {
    font-size: 22px; }
    .company_accordion .panel-heading h4 a {
      display: block; }

@media (max-width: 767px) {
  .company_accordion .panel-body {
    padding-left: 0;
    padding-right: 0; } }

/* =============================================================================
 * Content: Trainer page
 * ========================================================================== */
.page-template-page-trainer .addtoany_share_save_container {
  display: none; }

.page-template-page-trainer .media-body h4 + p {
  margin-bottom: 10px; }

.page-template-page-trainer .media-body p:last-child {
  margin-bottom: 25px; }

/* =============================================================================
 * Add To Any OVERRIDE
 * ========================================================================== */
.the_content .addtoany_share_save_container {
  margin: 20px 0 40px 0 !important; }
  .the_content .addtoany_share_save_container .addtoany_list a,
  .the_content .addtoany_share_save_container .widget .addtoany_list a {
    padding: 0 4px 0 0; }

/* =============================================================================
   Bootstrap OVERRIDE
   ========================================================================== */
.navbar {
  min-height: initial; }

.navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
  border: 0; }
  .navbar-default .navbar-toggle {
    margin: 0;
    padding: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .navbar-default .navbar-nav > li > a {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-decoration: none;
    padding-right: 0;
    padding-top: 7px;
    padding-bottom: 7px; }
  .navbar-default .navbar-nav > .dropdown > a .caret {
    margin-bottom: 4px; }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent; }
    .navbar-default .navbar-nav > li > a:hover .caret,
    .navbar-default .navbar-nav > li > a:focus .caret,
    .navbar-default .navbar-nav > .active > a .caret,
    .navbar-default .navbar-nav > .active > a:hover .caret,
    .navbar-default .navbar-nav > .active > a:focus .caret,
    .navbar-default .navbar-nav > .open > a .caret,
    .navbar-default .navbar-nav > .open > a:hover .caret,
    .navbar-default .navbar-nav > .open > a:focus .caret {
      border-top-color: #7F9CAD;
      border-bottom-color: #7F9CAD; }
  .navbar-default .navbar-collapse {
    border-color: transparent;
    margin-top: 75px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .navbar-default .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    border-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; }
  .navbar-default .dropdown-menu > li {
    display: block !important; }
  .navbar-default .dropdown-menu > li > a {
    text-decoration: none;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: none;
    color: #4C4C4C;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px; }
    .navbar-default .dropdown-menu > li > a .caret {
      display: none; }
  .navbar-default .dropdown-menu > li > a:hover,
  .navbar-default .dropdown-menu > li > a:focus,
  .navbar-default .dropdown-menu > .active > a,
  .navbar-default .dropdown-menu > .active > a:hover,
  .navbar-default .dropdown-menu > .active > a:focus {
    background-color: #bbbbbb;
    color: #626875; }
  .navbar-default .dropdown-menu .menu-item-has-children {
    position: relative; }
    .navbar-default .dropdown-menu .menu-item-has-children > a:after {
      display: block;
      content: " ";
      float: right;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 5px 0 5px 5px;
      border-left-color: #ccc;
      margin-top: 5px;
      margin-right: -10px; }
  .navbar-default .dropdown-menu > li > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: -1px; }

blockquote {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff; }
  blockquote p {
    font-size: 20px;
    line-height: 30.72px; }

.well {
  background-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0;
  border-left: 1px solid #4c4c4c;
  color: #4C4C4C;
  padding: 0 50px 0 25px;
  font-size: 14px; }
  .well p {
    font-style: italic;
    font-size: 14px; }
  .well a {
    color: #0077C8;
    text-transform: uppercase; }
    .well a:hover {
      color: #7F9CAD; }

.pagination .active a {
  background-color: #fff;
  border-color: #fff; }

.pagination li a {
  color: #4C4C4C; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2; }

.btn {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.643;
  color: #fff;
  text-align: center;
  padding: 6px 16px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }
  .btn i {
    padding-right: 6px; }
  .btn:hover {
    color: #fff;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

.btn-default {
  background-color: #fff;
  border: 1px solid #626875;
  color: #626875;
  white-space: normal;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .btn-default:hover {
    background-color: #626875; }

.btn-primary {
  background-color: #fff;
  border: 1px solid #FF6600;
  color: #626875;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .btn-primary:hover {
    background-color: #FF6600;
    border: 1px solid #FF6600; }

.btn-success {
  background-color: #fff;
  border: 1px solid #0bda95;
  color: #626875;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .btn-success:hover {
    background-color: #0ac185;
    border: 1px solid #0ac185; }
  .btn-success:active {
    background-color: #0ac185;
    border: 1px solid #0ac185; }
  .btn-success:active:hover {
    background-color: #0ac185;
    border: 1px solid #0ac185; }

.label-info {
  background-color: #43677c; }

.media-left,
.media > .pull-left {
  padding-right: 20px; }

abbr[data-original-title],
abbr[title] {
  border-bottom: 0; }

.page-header {
  margin-top: 0;
  margin-bottom: 25px; }

.form-control {
  background-color: #fff;
  border: 0;
  height: auto;
  padding: 12px;
  font-size: 16px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.form-group label {
  margin: 0; }

.form-group .p11 {
  font-weight: 400; }

/* =============================================================================
 * Bootstrap
 * ========================================================================== */
.container {
  padding-right: 10px;
  padding-left: 10px; }
  .container .row {
    margin-right: -10px;
    margin-left: -10px; }
    .container .row .col-lg-1, .container .row .col-lg-10, .container .row .col-lg-11, .container .row .col-lg-12, .container .row .col-lg-2, .container .row .col-lg-3, .container .row .col-lg-4, .container .row .col-lg-5, .container .row .col-lg-6, .container .row .col-lg-7, .container .row .col-lg-8, .container .row .col-lg-9, .container .row .col-md-1, .container .row .col-md-10, .container .row .col-md-11, .container .row .col-md-12, .container .row .col-md-2, .container .row .col-md-3, .container .row .col-md-4, .container .row .col-md-5, .container .row .col-md-6, .container .row .col-md-7, .container .row .col-md-8, .container .row .col-md-9, .container .row .col-sm-1, .container .row .col-sm-10, .container .row .col-sm-11, .container .row .col-sm-12, .container .row .col-sm-2, .container .row .col-sm-3, .container .row .col-sm-4, .container .row .col-sm-5, .container .row .col-sm-6, .container .row .col-sm-7, .container .row .col-sm-8, .container .row .col-sm-9, .container .row .col-xs-1, .container .row .col-xs-10, .container .row .col-xs-11, .container .row .col-xs-12, .container .row .col-xs-2, .container .row .col-xs-3, .container .row .col-xs-4, .container .row .col-xs-5, .container .row .col-xs-6, .container .row .col-xs-7, .container .row .col-xs-8, .container .row .col-xs-9 {
      padding-right: 10px;
      padding-left: 10px; }

/* =============================================================================
 * Bootstrap - Modal
 * ========================================================================== */
.modal-content {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

/* =============================================================================
   Bootstrap mit Contact Form 7
   Credit: http://www.wildli.com/blog/dev-tip-getting-contact-form-7-wordpress-plugin-and-twitter-bootstrap-to-play-nice/
   ========================================================================== */
.wpcf7-form .form-group p {
  line-height: 1px;
  margin: 0; }

.controls span.wpcf7-list-item {
  margin-left: 0; }

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0; }

.form-horizontal input {
  height: auto; }

.form-horizontal .control-label {
  color: #056896;
  text-align: left; }

span.wpcf7-not-valid-tip {
  color: #FF6600;
  margin-bottom: 10px;
  font-size: 14px; }

/* =============================================================================
 * MEDIAQUERIES
 * ========================================================================== */
.syntaxhighlighter a, .syntaxhighlighter div, .syntaxhighlighter code, .syntaxhighlighter table, .syntaxhighlighter table td, .syntaxhighlighter table tr, .syntaxhighlighter table tbody, .syntaxhighlighter table thead, .syntaxhighlighter table caption, .syntaxhighlighter textarea {
  line-height: 1.5em !important;
  font-size: 14px !important; }

/* =============================================================================
 * IE Hacks
 * ========================================================================== */
/* IE 10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  nav.breadcrumbHolder {
    margin-top: 10px; }
  .post-filters .custom_select {
    background: #fff; } }

/* IE 9 */
:root nav.breadcrumbHolder {
  margin-top: 10px \9; }

:root .post-filters .custom_select {
  background: #fff \9; }

/* =============================================================================
 * sourceMappingURL=style.css.map
 * ========================================================================== */
.centcell {
  vertical-align: middle;
  text-align: center; }

/*============================================
* Styling for cookie control area on footer
============================================*/
button#eu_revoke_cookies {
  color: #4c758d;
  font-size: smaller; }

div.pea_cook_control {
  padding: 0;
  margin: 15px 0 0 0;
  width: initial;
  font-size: small; }

.accordion-title {
  background-color: #f5f5f5;
  border-color: #eee;
  padding: 10px 15px;
  border-style: solid;
  /*border-width:1px;*/
  border-radius: 5px; }

/* =============================================================================
 * Don Tait Special Styling
 * ========================================================================== */
/* fixes blockquote text - currently defaults to white */
blockquote {
  color: inherit; }

/* shows the image on individual trainer pages */ 
.pod_trainer-template-default figure.the_image {
  display: block; }

/* =============================================================================
 * Whitepaper template Styling
 * ========================================================================== */

.whitepaperBackground {
    background-attachment: fixed;
    height: 700px;
    width: 700px;
    position: fixed;
    bottom: 0px;
    left: 0px;
}

.callout {
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.5em;
    margin: 20px 0;
    color: #0077c8;
    padding: 50px 30px !important;
}

.whitepapertitle {
    margin: 30px 0;
}

.whitepaper hr {
    border: none;
    content: url('images/whitepaper_line.png');
    width: 100%;
    height: auto;
}

.whitepaper img {
    width: 100%;
    margin: 40px 0;
}

.calloutImage {
    padding: 50px 30px !important;
    width: 100%;
}

.whitepaperCodeTitle {
    font-style: italic;
    margin: 10px 0 30px;
}

.whitepaperTextCallout {
    font-style: italic;
    width: 100%;
    text-align: right;
    border-top: 1px dashed #0077C8;
    border-bottom: 1px dashed #0077C8;
    margin: 30px 0;
    padding-bottom: 10px;
}

.whitepaperTextCalloutText p {
    font-style: inherit;
}

.whitepaperTextCalloutTitle {
    color: #0077C8;
    font-weight: 600;
    padding: 20px 0;
    font-size: 18px;
}

@media (min-width: 992px) {
    .whitepaperTextCallout {
        width: 133%;
    }
}

/* =============================================================================
 * About KDAB shortcode styling
 * ========================================================================== */

.panel {
    border-radius: 0px;
}

.panel-info {
    border-color: #c2daf6;
}

    .panel-info > .panel-heading {
        background-color: #e1edfa;
        border-color: #c2daf6;
        color: #0077c8;
    }

.panel-heading{
    border-radius: 0px;
}