@charset "UTF-8";
/*
Theme Name: netefx HTML5 Theme
Theme URI: http://netefx.de
Description: netefx HTML5 Theme. Designed for Wordpress.
Version: 1.0
Author: netefx berlin
Author URI: http://www.netefx.de
*/
/* source-sans-pro-regular - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("fonts/source-sans-pro-v21-latin/source-sans-pro-v21-latin-regular.woff2") format("woff2"), url("fonts/source-sans-pro-v21-latin/source-sans-pro-v21-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("fonts/source-sans-pro-v21-latin/source-sans-pro-v21-latin-700.woff2") format("woff2"), url("fonts/source-sans-pro-v21-latin/source-sans-pro-v21-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* =============================================================================
 * defaults
 * ========================================================================== */
/* =============================================================================
 * Font Sizes
 * ========================================================================== */
/* =============================================================================
 * Line heights
 * ========================================================================== */
/* =============================================================================
 * Font Families
 * ========================================================================== */
/* =============================================================================
 * Colors
 * ========================================================================== */
/* =============================================================================
 * Spacing
 * ========================================================================== */
/* =============================================================================
   Standards
   ========================================================================== */
h1, h2, h3, h4, h5 {
  color: #0C95A5;
  font-weight: 400;
  line-height: normal;
}

h2, h3, h4, h5 {
  margin-top: 0;
}

h1 {
  font-family: "Source Sans Pro", "Open Sans", Arial, sans-serif;
  font-size: 25px;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 35px;
  color: #0C95A5;
}

h2,
h3 {
  font-family: "Source Sans Pro", "Open Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #022131;
  margin-bottom: 12px;
  text-transform: none;
}

h4,
h2.widget-title {
  font-family: "Source Sans Pro", "Open Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #0C95A5;
  margin-bottom: 12px;
  line-height: 29.9px;
}

p {
  margin-bottom: 20px;
  line-height: 27.9px;
}

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

ul + p,
figure + p {
  margin-top: 30px;
}

a {
  color: #0C95A5;
  text-decoration: underline;
  -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: #000;
  -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.btn {
  text-decoration: none;
}

.border {
  border: 1px solid #B4D2DD;
  background-color: #fff;
  padding: 4px;
}

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

figure > img + br {
  display: none;
}

strong, b {
  font-weight: 700;
}

.hlstyle {
  font-family: "Source Sans Pro", "Open Sans", Arial, sans-serif;
  font-weight: 300;
}

.highlight {
  color: #0C95A5;
}

.colored {
  color: #0C95A5;
}

.light {
  color: #ffffff;
}

.padded {
  padding: 15px;
}

.paddeddouble {
  padding: 30px;
}

.paddedRow {
  padding-top: 25px;
  padding-bottom: 25px;
}

.gutter {
  margin-bottom: 25px;
}
.gutter.double {
  margin-bottom: 50px;
}

.borderbottom {
  border-bottom: 1px solid #B4D2DD;
}

.dottedbox {
  border-top: 1px dotted #B4D2DD;
  border-bottom: 1px dotted #B4D2DD;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: "Source Sans Pro", "Open Sans", Arial, sans-serif;
  margin-bottom: 20px;
}

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

.sopb-widget-title {
  margin-bottom: 12px;
  font-family: "Source Sans Pro", "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.circle-img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#022131), to(#03688D));
  background: -moz-linear-gradient(top, #022131, #03688D);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#022131", endColorstr="#03688D");
}

/* =============================================================================
 * FIX: Safari Flickr Bug
 * ========================================================================== */
.webkit-translate {
  -webkit-transform: translateZ(0);
}

/* =============================================================================
 * Contact Form 7
 * ========================================================================== */
div.wpcf7-response-output {
  border: 0;
  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;
}

/* =============================================================================
 * 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 .form-group div[class*=col-] {
  padding-right: 15px !important;
}
.form-horizontal input,
.form-horizontal textarea {
  background-color: #d9e8ef;
  font-size: 18px;
  border: 0;
  border-radius: 0;
  padding: 16px;
  box-shadow: none;
}
.form-horizontal input[type~=text] {
  height: auto;
  width: 50%;
}
.form-horizontal input[type~=text].wpcf7-captchar {
  width: 100%;
}
.form-horizontal .control-label {
  color: #0C95A5;
}

@media (max-width: 767px) {
  .form-horizontal .form-group div[class*=col-] {
    padding-right: 0 !important;
  }
  .form-horizontal .form-group div[class*=col-sm] + div[class*=col-sm] {
    margin-top: 15px;
  }
  .form-horizontal .form-group input[type~=text] {
    width: 100%;
  }
}
span.wpcf7-not-valid-tip {
  color: #D9534F;
}

legend {
  font-family: "Source Sans Pro", "Open Sans", Arial, sans-serif;
}

.btn-default {
  font-family: "Source Sans Pro", "Open Sans", Arial, sans-serif;
  font-size: 18px;
  background-color: #03688D;
  padding: 6px 12px;
  color: #ffffff;
  -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: #047aa6;
  color: #ffffff;
  -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 i {
  padding-right: 6px;
}

.wpcf7-form .btn-default {
  float: right;
}

/* =============================================================================
 * SiteOrigin Page Builder
 * ========================================================================== */
.siteorigin-panels .pageBuilderHolder {
  padding-bottom: 50px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.siteorigin-panels .pageBuilderHolder:before {
  display: table;
  content: " ";
}
.siteorigin-panels .pageBuilderHolder:after {
  clear: both;
}

@media (min-width: 768px) {
  .siteorigin-panels .pageBuilderHolder {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .siteorigin-panels .pageBuilderHolder {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .siteorigin-panels .pageBuilderHolder {
    width: 970px;
  }
}
.home .pageBuilderHolder .panel-grid .row,
.error404 .pageBuilderHolder .panel-grid .row,
.page-template-default .pageBuilderHolder .panel-grid .row,
.category .pageBuilderHolder .panel-grid .row,
.single .pageBuilderHolder .panel-grid .row,
.page-template .pageBuilderHolder .panel-grid .row {
  margin-left: 0;
  margin-right: 0;
}
.home .pageBuilderHolder .panel-grid .row div[class*=col-],
.error404 .pageBuilderHolder .panel-grid .row div[class*=col-],
.page-template-default .pageBuilderHolder .panel-grid .row div[class*=col-],
.category .pageBuilderHolder .panel-grid .row div[class*=col-],
.single .pageBuilderHolder .panel-grid .row div[class*=col-],
.page-template .pageBuilderHolder .panel-grid .row div[class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

/* =============================================================================
 * Layout
 * ========================================================================== */
body {
  font-family: "Source Sans Pro", "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  color: #000000;
  position: relative;
  background: #d9e8ef url("images/bg-pattern.jpg") repeat;
}

.contentBG {
  position: relative;
}
.contentBG ul {
  margin-bottom: 25px;
}
.contentBG ul li {
  margin-bottom: 12px;
}

.bgcolor {
  background-color: #ffffff;
}

.lrpadding {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

@media (max-width: 767px) {
  .lrpadding {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
/* =============================================================================
 * MOBILE
 * ========================================================================== */
body.mobile {
  font-size: 20px;
}
body.mobile p {
  line-height: 28.9px;
}

/* =============================================================================
 * Lang Switcher
 * ========================================================================== */
.langswitcher ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.langswitcher ul li {
  display: inline-block;
  padding-right: 5px;
  position: relative;
  margin: 0;
}
.langswitcher ul li:after {
  content: "|";
  padding-left: 5px;
  bottom: 3px;
  position: absolute;
}
.langswitcher ul li:last-child {
  padding-right: 0;
  padding-left: 5px;
}
.langswitcher ul li:last-child:after {
  content: "";
  padding-left: 0;
}
.langswitcher ul li a {
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
}
.langswitcher ul li a:hover {
  color: #0C95A5;
}
.langswitcher ul li.current-lang a {
  color: #0C95A5;
}

/* =============================================================================
 * Layout - HEADER legal
 * ========================================================================== */
.legal {
  padding: 10px 30px;
  background-color: #022131;
  color: #ffffff;
  font-size: 12px;
}
.legal ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.legal ul li {
  display: inline-block;
  padding-right: 5px;
  margin: 0;
}
.legal ul li:after {
  content: "|";
  padding-left: 5px;
}
.legal ul li:last-child {
  padding-right: 0;
}
.legal ul li:last-child:after {
  content: "";
  padding-left: 0;
}
.legal ul li a {
  color: #ffffff;
  text-decoration: none;
}
.legal ul li a:hover {
  color: #0C95A5;
}

@media (max-width: 767px) {
  .legal {
    padding: 10px 15px;
  }
}
/* =============================================================================
 * Layout - HEADER Libelli Wave
 * ========================================================================== */
.libelliwave {
  background: #fff url("images/header.jpg") no-repeat top left;
  background-size: 970px 216px;
  height: 260px;
}

@media (max-width: 991px) {
  .libelliwave {
    background-size: 750px 164px;
    height: 224px;
  }
}
@media (max-width: 767px) {
  .libelliwave {
    background-size: 100% 80%;
    height: 150px;
  }
}
/* =============================================================================
 * Layout - HEADER
 * ========================================================================== */
header.pageheader {
  font-size: 18px;
}
header.pageheader .navbar-brand {
  padding-left: 75px;
  padding-top: 10px;
  padding-bottom: 0;
}
header.pageheader .navbar {
  min-height: inherit;
  z-index: 2;
}
header.pageheader .navbar .navbar-nav {
  margin-top: 10px;
}
header.pageheader .navbar ul {
  margin: 0;
  padding: 0;
}
header.pageheader .navbar ul#menu-mainnav, header.pageheader .navbar ul#menu-mainnav-en {
  margin-top: 45px;
  float: right;
}
header.pageheader .navbar ul li {
  padding: 15px 8px;
  color: #ffffff;
  font-size: 18px;
}
header.pageheader .navbar ul li:last-child {
  padding-right: 0;
}
header.pageheader .navbar ul li a {
  display: inline;
  padding: 0;
  color: #ffffff;
  line-height: 14px;
}
header.pageheader .navbar ul li a:hover {
  color: #3DAAB7;
}
header.pageheader .navbar ul li.current_page_item a, header.pageheader .navbar ul li.current-menu-item a {
  color: #3DAAB7;
}
header.pageheader .navbar ul li.current-menu-parent > a {
  color: #3DAAB7;
}
header.pageheader .navbar ul li:first-child .divider {
  display: none;
}
header.pageheader .navbar ul.dropdown-menu {
  background-color: #d9e8ef;
  text-align: left;
}
header.pageheader .navbar ul.dropdown-menu .divider {
  display: none;
}
header.pageheader .navbar ul.dropdown-menu li {
  padding: 10px;
}
header.pageheader .footernavbar {
  display: inline-block;
  vertical-align: middle;
}
header.pageheader .social-icons {
  display: inline-block;
  padding-left: 20px;
  vertical-align: middle;
}
header.pageheader .social-icons a {
  color: #ffffff;
  text-decoration: none;
}
header.pageheader .social-icons a:hover {
  color: #0C95A5;
}

@media (max-width: 991px) {
  header.pageheader .navbar-brand {
    padding-left: 70px;
    padding-top: 12px;
    width: 280px;
  }
  header.pageheader .navbar ul#menu-mainnav, header.pageheader .navbar ul#menu-mainnav-en {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  header.pageheader {
    text-align: left;
  }
  header.pageheader .navbar-brand {
    padding-left: 50px;
    padding-top: 12px;
    width: 210px;
  }
  header.pageheader .navbar .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    text-align: left;
    background-color: rgba(217, 232, 239, 0.95);
  }
  header.pageheader .navbar ul {
    position: inherit;
    display: block;
  }
  header.pageheader .navbar ul#menu-mainnav, header.pageheader .navbar ul#menu-mainnav-en {
    float: none;
    margin: 0;
    padding: 0;
  }
  header.pageheader .navbar ul li {
    border-bottom: 1px solid #ffffff;
    display: block;
    margin-bottom: 0;
  }
  header.pageheader .navbar ul a {
    color: #022131 !important;
    display: block !important;
    font-size: 20px;
    line-height: 20px !important;
  }
  header.pageheader .navbar-toggle {
    margin-top: 12px;
    margin-bottom: 12px;
    border: 0;
  }
  header.pageheader .navbar-toggle .icon-bar {
    background-color: #ffffff;
    height: 4px;
    width: 26px;
  }
  header.pageheader .navbar-default .navbar-toggle:focus,
header.pageheader .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
  header.pageheader .navbar-default .navbar-toggle:focus .icon-bar,
header.pageheader .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #ffffff;
  }
}
@media (max-width: 736px) {
  header.pageheader .navbar-brand {
    padding-left: 70px;
    padding-top: 8px;
    width: 230px;
  }
}
@media (max-width: 667px) {
  header.pageheader .navbar-brand {
    padding-left: 60px;
    padding-top: 12px;
    width: 220px;
  }
}
@media (max-width: 568px) {
  header.pageheader .navbar-brand {
    padding-left: 50px;
    width: 200px;
  }
}
@media (max-width: 414px) {
  header.pageheader .navbar-brand {
    padding-left: 30px;
    width: 170px;
  }
}
@media (max-width: 375px) {
  header.pageheader .navbar-brand {
    padding-left: 20px;
  }
}
@media (max-width: 320px) {
  header.pageheader .navbar-brand {
    padding-left: 10px;
    width: 150px;
  }
}
/* =============================================================================
 * Layout - CONTENT
 * ========================================================================== */
h1.title,
h1.entry-title {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 0;
  text-align: left;
}

@media (max-width: 767px) {
  h1.entry-title {
    font-size: 21px;
    line-height: 21px;
  }
}
.gradient h2 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 400;
}
.gradient .the_title p {
  color: #ffffff;
}

/* =============================================================================
 * LAYOUT - Book grid
 * ========================================================================== */
.crossingautorname {
  color: #0C95A5;
}

.col-book {
  width: 20%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .col-book {
    width: 25%;
  }
}
/* =============================================================================
 * LAYOUT - Autorenübersicht
 * ========================================================================== */
ul.list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3em;
  color: #ffffff;
}
ul.list.amazon li {
  margin-bottom: 25px;
}
ul.list li:before {
  content: "‣ ";
  font-size: 24px;
  position: relative;
  top: 4px;
}
ul.list li a {
  color: #ffffff;
  text-decoration: none;
}
ul.list li a:hover {
  color: #3DAAB7;
}

.authorsHolder {
  padding-top: 100px;
}
.authorsHolder .author .authorlinks ul.list {
  color: #0C95A5;
}
.authorsHolder .author .authorlinks ul.list li a {
  color: #0C95A5;
}
.authorsHolder .author .authorlinks ul.list li a:hover {
  color: #3DAAB7;
}

@media (max-width: 767px) {
  .authorsHolder {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .author .the_image {
    text-align: center;
  }
  .author .the_image img {
    display: inline-block;
  }
  .author h4 {
    text-align: center;
  }
}
.books {
  padding-bottom: 50px;
}
.books:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.roman .the_image {
  background: url("images/cover-frame.png") no-repeat top left;
  background-size: 148px 220px;
  display: block;
  padding-top: 4px;
  padding-right: 4px;
  margin-bottom: 12px;
}
.roman .the_title p {
  font-size: 15px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 6px;
}
.roman .shoplinks {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 50px;
}
.roman .shoplinks .item {
  display: inline-block;
  margin-bottom: 0;
}
.roman .shoplinks a {
  display: block;
  width: 38px;
  height: 38px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 4px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.roman .shoplinks a:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.gradient .roman .the_image {
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 991px) {
  .roman .the_image {
    background-size: 136px 204px;
  }
  .roman .shoplinks a {
    width: 36px;
    height: 36px;
    margin: 3px;
  }
}
@media (max-width: 767px) {
  .roman {
    margin-bottom: 25px;
    width: 49%;
    display: inline-block;
  }
  .roman .the_image {
    background-size: 204px 304px;
    background-position: center center;
    text-align: center;
  }
  .roman .the_image img {
    display: inline-block;
  }
  .roman .shoplinks-holder {
    text-align: center;
  }

  .gradient .roman .the_image {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
@media (max-width: 414px) {
  .roman {
    width: 100%;
  }
}
/* =============================================================================
 * Amazon Crossing
 * ========================================================================== */
#amazon-crossing .roman .shoplinks-holder {
  display: none;
}
#amazon-crossing .roman .the_title p {
  font-weight: 400;
}

/* =============================================================================
 * GO TO TOP / SCROLL UP
 * ========================================================================== */
#scrollUp {
  bottom: 12px;
  right: 12px;
  font-size: 25px;
  line-height: 100%;
  color: #FFF;
  background-color: #03688D;
  padding: 0 3px 6px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  opacity: 0.5;
  speak: none;
}
#scrollUp i {
  width: 1em;
  line-height: 1em;
  text-align: center;
}

#scrollUp:hover {
  opacity: 1;
}

/* =============================================================================
   Bootstrap OVERRIDE
   ========================================================================== */
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}
.modal-header {
  border-bottom: 0;
  margin-bottom: 15px;
}
.modal-header .close {
  margin-top: 0;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
  font-size: 15px;
}

.modal-content {
  background-color: #03688D;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.modal-content .contentBox.single .row.gutter {
  margin-left: 0;
  margin-right: 0;
}
.modal-content .contentBox.single .row.gutter div.votingbox,
.modal-content .contentBox.single .row.gutter i,
.modal-content .contentBox.single .row.gutter p,
.modal-content .contentBox.single .row.gutter h4,
.modal-content .contentBox.single .row.gutter a {
  color: #ffffff;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
}
.navbar-default .navbar-brand {
  height: auto;
  font-family: "Source Sans Pro", "Open Sans", Arial, sans-serif;
  font-size: 25px;
  text-decoration: none;
}
.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 {
  text-decoration: none;
  padding-right: 10px;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  margin-bottom: 4px;
}
.navbar-default .current-page-ancestor > a {
  color: #0C95A5;
}
.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 {
  color: #0C95A5;
  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: #3DAAB7;
  border-bottom-color: #3DAAB7;
}
.navbar-default .navbar-collapse {
  border-color: transparent;
}
.navbar-default .navbar-collapse .dropdown-menu {
  font-size: 20px;
}
.navbar-default .dropdown-menu > li {
  display: block !important;
}
.navbar-default .dropdown-menu > li > a {
  text-decoration: none;
  font-family: "Source Sans Pro", "Open Sans", Arial, sans-serif;
  line-height: 20px;
  text-transform: none;
  color: #000000;
  text-align: left;
}
.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: transparent;
  color: #0C95A5;
}

.btn-link {
  color: #0C95A5;
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
  color: #000;
}

blockquote {
  font-family: "Source Sans Pro", "Open Sans", Arial, sans-serif;
  color: #0C95A5;
}
blockquote p {
  font-size: 20px;
  line-height: 33.48px;
}

.pagination .active a,
.pagination .active a:hover {
  background-color: #000;
  border-color: #000;
}
.pagination > li > a {
  border: 0;
}
.pagination > li:first-child > a {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.media {
  margin-top: 50px;
}

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

.media-heading {
  margin-bottom: 25px;
}

@media (max-width: 767px) and (orientation: portrait) {
  .media-left,
.media-body {
    display: block;
  }
}
/* =============================================================================
 * Slick Slider
 * ========================================================================== */

/*# sourceMappingURL=style.css.map */
