@charset "UTF-8";
body {
  font-family: "Fira Sans", sans-serif;
  color: #414141;
  background: #404040 url("../img/pattern_ct.png") top left fixed;
  font-size: 16px;
  line-height: 22px;
  padding-top: 50px;
}
::-moz-selection {
  background: #12cbe3;
  color: #fff;
}
::selection {
  background: #12cbe3;
  color: #fff;
}
a::-moz-selection {
  background: #51a225;
}
a::selection {
  background: #51a225;
}
a {
  color: #51a225;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
a:hover {
  color: #12cbe3;
  text-decoration: none;
}
p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
img {
  max-width: 100%;
  height: auto;
}
.logo {
  background: url("../img/logo_ct_small.png") center left no-repeat;
}
img.logo {
  width: 210;
  height: 40px;
}
.page-intro {
  background: #23dcf4 url("../img/pattern_ct.png") bottom left;
  background-size: auto;
}
.withImage .page-intro {
  background: #23dcf4 url("../img/header_img.jpg") no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
}
.page-content {
  background: #4f4f4f url("../img/pattern_ct.png") top left;
  margin-bottom: 40px;
  position: relative;
  z-index: 20;
}
.withImage .page-content {
  background: #12cbe3 url("../img/pattern_ct.png") top left;
}
.content-sheet {
  background: #fff;
  padding: 40px 30px;
  box-shadow: 1px 2px 2px rgba(0,0,0,0.6);
  margin-bottom: -40px;
  margin-top: -40px;
  position: relative;
  z-index: 999;
}
.page-footer {
  padding-top: 80px;
  color: rgba(255,255,255,0.6);
  position: relative;
  left: inherit;
  z-index: 0;
}
.navbar-default {
  background-color: #404040;
  border: none;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
  width: 100vw;
}
.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: #2f2f2f;
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: rgba(255,255,255,0.6);
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
}
.navbar-default .navbar-toggle {
  border: none;
  border-radius: 0px;
  float: right;
  margin-bottom: 0px;
  margin-right: 15px;
  margin-top: 0px;
  padding: 21px 14px;
  background-color: transparent;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #2f2f2f;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: rgba(255,255,255,0.6);
  border-radius: 1px;
  display: block;
  height: 3px;
  width: 24px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #51a225;
}
.navbar-brand {
  height: 60px;
  padding: 10px 20px;
}
.sidr {
  background: transparent;
  top: 60px;
}
.sidr ul {
  border-top: none;
}
.sidr ul li:first-child {
  border-top: none;
}
.sidr ul li:first-child:hover,
.sidr ul li:first-child.active,
.sidr ul li:first-child.sidr-class-active {
  line-height: 48px;
}
.page-header {
  border-bottom: none;
  margin: 0 0 60px 0;
  padding: 80px 30px 80px 30px;
  text-align: center;
  text-shadow: 0px 0px 1px rgba(255,255,255,0.5);
}
.page-header h1 {
  font-size: 48px;
  font-weight: 300;
  line-height: 48px;
}
.page-header h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.page-header p {
  font-size: 14px;
  margin-top: 40px;
}
.withImage .page-header {
  background: rgba(255,255,255,0.7);
  background: -webkit-linear-gradient(rgba(255,255,255,0.4),rgba(255,255,255,0.9),rgba(255,255,255,0.4));
  background: -o-linear-gradient(rgba(255,255,255,0.4),rgba(255,255,255,0.9),rgba(255,255,255,0.4));
  background: -moz-linear-gradient(rgba(255,255,255,0.4),rgba(255,255,255,0.9),rgba(255,255,255,0.4));
  background: linear-gradient(rgba(255,255,255,0.4),rgba(255,255,255,0.9),rgba(255,255,255,0.4));
}
.panel {
  background-color: none;
  border: none;
  border-top: 1px solid #404040;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 10px;
  margin-top: 20px;
}
.panel .panel-heading {
  background: none;
  border: none;
  color: #12cbe3;
  padding: 10px 0;
}
.panel .panel-body {
  padding: 10px 0;
}
.form-control:focus {
  border-color: #23dcf4;
  box-shadow: 0 0 3px #23dcf4;
}
.has-error .form-control {
  border-color: #cc0000;
  color: #cc0000;
}
.has-error .form-control:focus {
  border-color: #cc0000;
  box-shadow: 0 0 3px #cc0000;
}
.has-error label {
  color: #cc0000;
}
.errorMessage p {
  background: #cc0000 url("../img/icon_error.png") no-repeat 10px 10px;
  color: #fff;
  padding: 10px 10px 10px 50px;
  border-radius: 3px;
}
.successMessage p {
  background: #559900 url("../img/icon_success.png") no-repeat 10px 10px;
  color: #fff;
  padding: 10px 10px 10px 50px;
  border-radius: 3px;
}
.warningMessage p {
  background: #cc9900 url("../img/icon_warning.png") no-repeat 10px 10px;
  color: #fff;
  padding: 10px 10px 10px 50px;
  border-radius: 3px;
}
.btn-primary {
  background-color: #51a225;
  border-color: #409114;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.focus,
.btn-primary.active {
  background-color: #23dcf4;
  border-color: #12cbe3;
}
.btn {
  font-size: 16px;
  padding: 8px 16px;
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.page-footer {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 40px;
  width: 100%;
}
.page-footer .container {
  position: relative;
}
.page-footer .navbar {
  margin-bottom: 0px;
  border-radius: 0;
}
.page-footer .navbar a {
  background-color: transparent;
  border-radius: 3px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.page-footer .navbar a:hover {
  background-color: #2f2f2f;
}
.page-footer p,
.page-footer h2,
.page-footer h3,
.page-footer h4,
.page-footer h5,
.page-footer h6 {
  margin-top: 20px;
}
.topLink a {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 0px;
  padding: 15px 25px 15px 20px;
  height: 50px;
  display: inline-block;
  background-color: #2f2f2f;
  z-index: 1100;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 3px 0 0 3px;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}
.topLink a:hover {
  background-color: #51a225;
}
.socialLinks {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.socialLinks:after {
  content: "";
  display: block;
  float: none;
  clear: both;
}
.socialLinks li {
  float: left;
  margin: 3px;
}
.socialLinks a {
  display: inline-block;
  padding: 5px;
  border-radius: 3px;
  background-color: #2f2f2f;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.socialLinks a:hover {
  background-color: #2f2f2f;
}
.socialLinks .facebook a:hover {
  background-color: #3a5897;
}
.socialLinks .google a:hover {
  background-color: #df4a32;
}
.socialLinks .twitter a:hover {
  background-color: #5ea9dd;
}
.socialLinks .xing a:hover {
  background-color: #00605e;
}
.socialLinks .youtube a:hover {
  background-color: #db2824;
}
.socialLinks .linkedin a:hover {
  background-color: #0977b5;
}
.divider {
  border-top: 1px solid #2f2f2f;
}
@media (min-width: 480px) {
  .navbar-brand {
    padding: 10px 30px;
  }
}
@media (min-width: 768px) {
  .page-header {
    padding: 80px 60px 80px 60px;
  }
  .page-header h1 {
    font-size: 68px;
    line-height: 68px;
  }
  .page-header h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .content-sheet {
    padding: 40px 60px;
  }
  .page-content {
    margin-bottom: 380px;
  }
  .page-footer {
    position: fixed;
    bottom: 0;
  }
}
@media (max-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  body {
    padding-top: 80px;
  }
  .page-header {
    padding: 80px 120px 60px 120px;
  }
  .content-sheet {
    padding: 40px 120px;
  }
  .navbar {
    min-height: 80px;
  }
  .navbar-default .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .logo {
    background: url("../img/logo_ct_medium.png") center left no-repeat;
  }
  img.logo {
    width: 289px;
    height: 55px;
  }
  .socialLinks {
    margin: 0;
  }
  .socialLinks li {
    float: right;
  }
}
