@charset "UTF-8";
/* ==== Google font ==== */
@import url("//fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:300,400,600,700");
/* === fontawesome === */
@import url("css/font-awesome.min.css");
/* ==== overwrite bootstrap standard ==== */
@import url("css/overwrite.css");
@import url("css/animate.min.css");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  overflow-y: scroll; }

body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6em;
  color: #fff;
  background-color: #111;
  height: 100%;
  margin: 0; }

hi, h2, h3, h4, h5, h6 {
  color: #fff;
  line-height: 1.1em; }

article.attachment .entry-header h2.entry-title {
  color: #000; }

p {
  color: #fff; }

header.main-menu {
  background-color: #202020;
  border-bottom: 1px solid #00558d; }

a {
  color: #40b3ff; }

a:hover {
  text-decoration: none; }

.navbar-default {
  background: none;
  margin-top: -10px;
  margin-bottom: 0;
  border-radius: 0;
  border: 0; }

.container-fluid > .navbar-header {
  margin-right: 30px;
  margin-left: 10px;
  border-radius: 0; }

.navbar-brand {
  float: left;
  height: 30px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }

.navbar-brand h1 {
  float: left;
  line-height: 20px;
  font-size: 30px;
  margin-top: -15px;
  overflow: hidden;
  color: #40b3ff; }

.navbar-brand h1 img {
  margin-top: 38px; }

.container-fluid #tag-cloud-container {
  color: #fff;
  display: inline-block;
  float: right;
  height: 85px;
  width: 85px; }
  .container-fluid #tag-cloud-container label {
    color: #fff; }
  .container-fluid #tag-cloud-container input[type="checkbox"]:checked ~ .tag-cloud {
    display: block; }
  .container-fluid #tag-cloud-container input[type="checkbox"]:checked ~ label {
    color: #40b3ff; }
  .container-fluid #tag-cloud-container .fa {
    font-size: 2em;
    position: absolute;
    top: 38px; }
  .container-fluid #tag-cloud-container .tag-cloud {
    background-color: #222;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.75);
    display: none;
    margin-left: -100px;
    min-width: 480px;
    padding: 2em;
    position: absolute;
    top: 85px;
    z-index: 1; }

#tag-search {
  background: #333;
  margin: 0 1em 1em 0; }

div.awesomplete > ul > li {
  background-color: #333; }

div.awesomplete > ul > li:hover {
  color: white; }

div.awesomplete > ul > li[aria-selected="true"] {
  background-color: #529bcc; }

div.awesomplete mark {
  background-color: #265473;
  color: white; }

div.awesomplete li:hover mark {
  background-color: #5987a6; }

div.awesomplete li[aria-selected="true"] mark {
  background-color: #265473; }

.menu-mobilebutton {
  display: none; }

#menu-mobilecheckbox,
#menu-tagcloudcheckbox {
  display: none; }

.menu {
  font-size: 14px;
  float: right;
  text-transform: uppercase;
  font-weight: 500; }

.menu ul li {
  color: #fff; }

.menu {
  border-bottom: 0; }

ul.nav-tabs {
  border: none;
  margin-top: 30px; }

.menu > li.menu-item,
.nav-tabs li.menu-item {
  float: left;
  margin-bottom: 0; }

.menu > li.menu-item > a,
.nav-tabs > li > a {
  margin-bottom: 20px;
  margin-right: 20px;
  line-height: 1.42857143;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  color: #fff;
  border-top: 0;
  border-right: 0;
  border-left: 0; }

.nav-tabs > li.menu-item > a:hover {
  border-color: #eee #eee #40b3ff;
  color: #40b3ff;
  border-radius: 0;
  background-color: #4a4a4a; }

.nav-tabs > li.current_page_item > a,
.nav-tabs > li.current_page_item > a:hover,
.nav-tabs > li.current_page_item > a:focus {
  color: #fff;
  cursor: default;
  background-color: #40b3ff;
  border: 0;
  border-bottom-color: transparent;
  cursor: pointer; }

.nav > li > a:hover, .nav > li > a:focus {
  background-color: #406680; }

.slider {
  background-color: #4a4a4a;
  margin-top: -20px;
  margin-bottom: -10px; }

.content {
  background-color: #4a4a4a;
  padding: 50px;
  text-align: center; }

.content span {
  color: #ccc;
  text-transform: uppercase; }

.content p {
  margin-top: 50px;
  margin-bottom: 30px;
  color: #aaa; }

.breadcrumb {
  background-color: #222;
  padding: 30px; }

.breadcrumb h4 {
  color: #40b3ff;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px; }

.breadcrumbs {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px; }

.breadcrumbs h4 {
  color: #40b3ff;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px; }

.contents {
  margin-top: 10px; }

.contents p {
  margin-top: 30px;
  margin-bottom: 30px; }

.bg {
  margin-top: 10px; }

.recent button.btn-primarys h3 {
  padding: 10px;
  font-size: 30px;
  text-decoration: 0;
  color: #fff; }

.align-center {
  text-align: center;
  background-color: #fff;
  color: #000;
  padding: 60px;
  margin-top: 30px;
  margin-bottom: 30px; }

.align-center p {
  margin-top: 10px;
  margin-bottom: 30px; }

.align-center:hover {
  border-bottom: 30px solid transparent;
  border-color: #40b3ff;
  margin-top: -5px; }

.boxs {
  margin-top: 30px; }

.icon {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #40b3ff; }

.ficon i {
  color: #40b3ff; }

/* --- Feature --- */
.feature {
  background-color: #f6f6f6; }

.feature p {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px; }

/* --- Portfolio --- */
.portfolios {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  background-color: #f6f6f6;
  padding: 90px 0 90px 0; }

.portfolio {
  margin-top: 5px; }

.list-group {
  padding-left: 0;
  margin-top: 50px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #eee;
  border: 1px solid #000; }

.list-group-item.current-menu-item {
  background-color: #eee;
  border-color: #eee;
  color: #40b3ff; }

.list-group-item.current-menu-item:hover {
  background-color: #40b3ff;
  border-color: #40b3ff; }

.list-group-item.current-menu-item p.list-group-item-text {
  color: #000; }

.image {
  margin-top: 80px; }

/* --- Blog --- */
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 20px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  margin-top: 50px; }

.page-content p,
.page-content .widget {
  background-color: #eee; }

.page-content .widget label {
  color: #000;
  padding: 1em; }

.page-content .widget_archive {
  padding: 1em; }

.page-content .widget h2 {
  color: #000; }

.page-content > p {
  margin: 1em 5em 1em 1em; }

.widget select {
  color: #000;
  padding: 0.5em; }

.page-content .widget {
  margin-bottom: 2em;
  padding-bottom: 2em; }

.page-content .widget ul {
  list-style: none; }

.page-content .search-form {
  text-align: center; }

article.attachment {
  margin: 1em; }

article.attachment .single-image img {
  max-width: 100%; }

article.attachment .single-image {
  display: inline-block; }

.blog h5 {
  color: #000;
  margin-left: 20px;
  text-transform: uppercase;
  margin-top: 10px; }

.blog img {
  margin-top: 10px;
  margin-bottom: 10px; }

.blog h3, p {
  color: #000;
  padding: 15px; }

.blog .ficon {
  text-align: center;
  margin-bottom: 30px; }

.form-search .form-control {
  margin-top: 20px; }

.media h4 {
  color: #000;
  margin-bottom: 30px; }

.media-body .ficon {
  float: right;
  margin-right: 30px; }

.media-body h4 {
  color: #000; }

.media-list {
  padding-left: 0;
  list-style: none;
  margin-left: 90px;
  margin-bottom: 20px; }

.panel {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border: #eee 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  text-align: center; }

.panel-default {
  border-color: #eee;
  border-bottom-color: #eee; }

.panel-default > .panel-heading {
  color: #fff;
  background-color: #40b3ff;
  border-color: #eee; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
  border-bottom-color: #eee; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #eee; }

.list-group h5 {
  color: #fff;
  text-align: center;
  margin-bottom: -5px;
  background: #50c0e9;
  padding: 15px 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #eee;
  color: #000; }

.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.list-group-item > .badge {
  float: right;
  border-radius: 0;
  background-color: #fff;
  color: #000; }

.popular-tags h5 {
  color: #40b3ff;
  margin-bottom: 30px;
  text-align: center; }

.popular-tags ul.tags {
  list-style: none;
  margin: 0;
  margin-left: 0;
  padding-left: 0; }

.popular-tags ul.tags li {
  margin: 0 5px 15px 0;
  display: inline-block; }

.popular-tags ul.tags li a {
  background: #eee;
  color: #333;
  padding: 5px 10px; }

.popular-tags ul.tags li a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #40b3ff; }

/* --- Contact area --- */
form {
  margin-top: 50px;
  margin-bottom: 50px; }

label {
  color: #40b3ff;
  font-size: 14px; }

.form-group button {
  background-color: #40b3ff;
  color: #fff; }

.form-control {
  border-radius: 0; }

address {
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  padding-bottom: 30px;
  color: #333; }

address br {
  margin-top: 10px; }

/* --- Map --- */
.map {
  position: relative;
  margin-top: 50px;
  margin-bottom: 40px; }

.map iframe {
  width: 100%;
  height: 335px;
  border: 2px solid transparent;
  border-color: #ddd; }

.map-grid iframe {
  width: 100%;
  height: 350px;
  border: none;
  margin: 0 0 -5px 0;
  padding: 0; }

.widget {
  margin-top: 10px;
  padding: 50px;
  text-align: center; }

.copyright {
  text-align: center; }

.copyright a {
  color: #fff; }

.copyright p {
  color: #fff; }

.sub-footer {
  background-color: #40b3ff; }

ul.social-network {
  list-style: none;
  margin-top: 30px;
  text-align: center; }

ul.social-network li {
  display: inline;
  margin: 0 5px;
  color: #fff; }

ul.social-network li a {
  color: #fff; }

.grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%; }

.grid-sizer,
.grid-item {
  height: 250px;
  margin-bottom: 3px;
  margin-right: 3px; }

.grid-item img {
  max-height: 100%; }

.grid-item i.fa {
  color: #ccc;
  font-size: 3em;
  opacity: 0.75;
  position: relative;
  right: 20px;
  top: 20px; }

.music-item i.fa {
  color: #ff7733; }

.vimeo-item i.fa {
  color: #4bf; }

.youtube-item i.fa {
  color: #cc181e; }

.gallery-post-title {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 0.5em 0.5em 0; }

.fancybox-title {
  width: 100%; }

.fancybox-title .author {
  font-weight: bold; }

.fancybox-title .grid-permalink {
  display: block;
  font-size: 0.9em;
  margin: 0.5em 0; }

.fancybox-title .gallery-post-description {
  display: block; }

.fancybox-title div {
  padding: 1em; }

.fancybox-nav span,
.fancybox-close {
  background-color: rgba(255, 255, 255, 0.5);
  background-image: none !important;
  border-radius: 3px;
  font-size: 2em;
  color: #fff;
  height: auto !important;
  margin-top: -1em !important;
  opacity: 0.25 !important;
  padding: 0.5em !important;
  width: auto !important; }

.fancybox-close {
  border-radius: 0;
  margin-top: 0 !important;
  padding: 0.5em 0.75em !important;
  opacity: 0 !important;
  right: 0 !important;
  top: 0 !important; }

.fancybox-wrap:hover .fancybox-close {
  opacity: 0.25 !important; }

.fancybox-wrap:hover .fancybox-close:hover {
  color: #fff;
  opacity: 1 !important; }

.fancybox-nav:hover span {
  opacity: 1 !important; }

.jumbotron {
  background: #202020;
  text-align: center; }

.jumbotron a {
  background: transparent;
  border-radius: 5px;
  border: 2px solid #ccc;
  color: #ccc; }

.flexslider {
  background-color: rgba(0, 0, 0, 0.85);
  display: block;
  left: 0;
  margin-bottom: 3px;
  max-height: 100%;
  position: fixed;
  top: 0;
  transition: max-height 0.3s ease-in;
  width: 100%;
  z-index: 1; }

.flexslider ul {
  margin: 0;
  padding: 0; }

.flexslider li {
  text-align: center; }

.flexslider .slide-image-wrapper img {
  box-shadow: 0px 0px 50px 25px rgba(0, 0, 0, 0.75);
  max-height: 100%;
  -moz-box-shadow: 0px 0px 50px 25px rgba(0, 0, 0, 0.75);
  vertical-align: middle;
  -webkit-box-shadow: 0px 0px 50px 25px rgba(0, 0, 0, 0.75); }

.flex-close {
  color: #aaa;
  font-size: 60px;
  opacity: 0.3;
  position: fixed;
  right: 25px;
  top: 25px;
  z-index: 10; }

.flex-close:hover {
  color: #ccc;
  opacity: 1; }

.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.flexslider.hidden {
  max-height: 0px;
  transition: max-height 0.15s ease-out; }

.slides-container div {
  background: transparent url(../img/ajax-loader.gif) center center no-repeat; }

#music-slider {
  background: rgba(0, 0, 0, 0.75);
  bottom: -350px;
  left: 0;
  height: 420px;
  margin: 0;
  opacity: 0.75;
  position: fixed;
  transition: bottom 0.15s ease-out, opacity 0.15s ease-out;
  top: auto;
  width: 100%;
  z-index: 1; }

#music-slider li.flex-direction-nav a::before {
  opacity: 1; }

#music-slider:hover {
  bottom: 0;
  opacity: 1;
  transition: opacity 0.15s ease-in, bottom 0.15s ease-in; }

#player-wrapper {
  margin: auto;
  width: 800px; }

#player-wrapper {
  list-style: none; }

#content {
  text-align: right; }

.page-header {
  background-color: #222;
  border: none;
  margin: 3em 5em 0 1em;
  padding: 1em; }

.page-header h1 {
  font-size: 1.5em;
  margin: 0; }

.entry-header {
  margin-bottom: 1em; }

article.post,
article.attachment {
  background-color: #eee;
  color: #000;
  display: inline-block;
  margin: 3em 5em 3em 1em;
  padding: 5em;
  text-align: left; }

article.post a,
article.attachment a,
.comments-area a {
  color: #40b3ff; }

span.post-tag a,
span.tags-links a {
  background-color: #529bcc;
  border-radius: 5px;
  color: #eee;
  display: inline-block;
  margin: 3px;
  padding: 5px; }

span.post-tag:hover a,
span.tags-links a:hover {
  background-color: #80ccff;
  color: #fff; }

span.tags-links {
  float: right; }

span.comments-link {
  display: block;
  margin-top: 1em; }

.wp-caption {
  font-style: italic; }

.gallery-filter {
  background-color: #406680;
  padding: 1.5em;
  margin: 0 3px;
  text-align: center; }

.remove-gallery-filter {
  float: right; }

nav.post-navigation {
  font-size: 1.5em;
  margin: 0 1em 0 1em;
  text-align: left; }

nav.post-navigation h2 {
  font-size: 1em;
  margin-top: 0; }

.nav-links div {
  display: inline-block;
  padding: 1em 1em 0 1em; }

.nav-links .nav-previous a::before,
.nav-links .nav-next a::after {
  color: #337ab7;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  text-rendering: auto; }

.nav-links .nav-previous a::before {
  content: "´ää";
  padding-right: 1em; }

.nav-links .nav-next a::after {
  content: "´äà";
  padding-left: 1em; }

.nav-links .nav-previous a:hover::before,
.nav-links .nav-next a:hover::after {
  color: #23527c; }

figure.wp-caption {
  max-width: 100% !important; }

.comments-area {
  background-color: #eee;
  color: #000;
  display: inline-block;
  margin: 3em 5em 3em 1em;
  padding: 5em;
  text-align: left; }

.comments-area h2,
.comments-area h3 {
  color: #000; }

.comment-form p label {
  display: block; }

.comments-area input,
.comments-area textarea {
  background-color: #ccc;
  max-width: 100%;
  border: none;
  padding: 1em; }

.comments-area input:hover,
.comments-area textarea:hover {
  background-color: #ddd; }

.comment-form {
  margin-bottom: 0; }

.entry-footer .comments-link {
  margin-right: 2em; }

#primary {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 60%; }

#secondary {
  background-color: #222;
  display: inline-block;
  padding-bottom: 5em;
  text-align: left;
  vertical-align: top;
  width: 30%; }

#secondary aside {
  text-align: left; }

#secondary aside h2 {
  font-size: 1.5em; }

#secondary aside ul,
#secondary #calendar_wrap {
  font-size: 1.25em;
  padding-left: 0.25em;
  list-style: none; }

#secondary #wp-calendar td, th {
  color: #ccc;
  padding: 0.25em; }

.search-form label span {
  display: block; }

input {
  background: #333;
  border: none;
  margin-top: 1em;
  padding: 1em; }

input:hover {
  background-color: #555; }

.widget {
  margin: 0;
  padding: 2em 3em 0em 3em; }

.widget li {
  margin: 0.5em; }

#curl-stuff {
  background-color: #eee;
  color: #000;
  /*    height: 50px;
      overflow: hidden;*/
  padding: 2em;
  text-align: left; }

#curl-stuff div {
  display: inline-block;
  vertical-align: top; }

#curl-stuff div.curl-soundcloud {
  width: 25%; }

#curl-stuff div.curl-youtube {
  width: 75%; }

article.attachment div.entry-content h2,
article.attachment div.entry-content h3,
article.attachment div.entry-content h4,
article.attachment div.entry-content h5 {
  color: #000; }

.loading__container {
  padding: 2em;
  text-align: center; }

/*
    Media Queries
*/
@media screen and (max-width: 1000px) {
  .container-fluid {
    text-align: center; }

  .container-fluid > .navbar-header {
    display: inline-block;
    float: none;
    text-align: center;
    margin: auto; }

  .navbar-brand {
    float: none; }

  .navbar-brand h1 {
    float: none;
    margin: -0.8em auto; }

  .navbar-brand img {
    height: 0.5em; }

  .menu {
    display: none;
    float: none;
    margin: auto;
    width: 80%;
    z-index: 900; }

  .menu-mobilebutton {
    display: block;
    height: 30px; }

  #menu-mobilelabel {
    cursor: pointer;
    float: right;
    margin-left: 50px;
    margin-top: 28px; }

  input[type=checkbox]:checked ~ .menu {
    display: block; }

  .menu > ul.nav-tabs {
    margin-top: 50px;
    text-align: center;
    top: 30px; }

  .menu > li.menu-item,
  .nav-tabs li.menu-item {
    display: block;
    float: none; }

  .menu > li.menu-item > a, .nav-tabs > li > a {
    font-size: 0.75em;
    margin: 0 1em 1em 0; }

  #primary,
  #secondary {
    display: block;
    width: 100%; }

  article.post,
  article.attachment,
  .comments-area {
    max-width: 100%;
    margin: 2em 0em 1em 0em;
    padding: 1.5em; }

  h2.entry-title {
    margin-top: 0; }

  div.entry-content figure.wp-caption a img {
    height: auto;
    max-width: 100% !important; }

  .container-fluid #tag-cloud-container {
    float: left;
    height: auto;
    z-index: 100; }
    .container-fluid #tag-cloud-container .fa {
      font-size: 1.5em !important;
      left: 30px;
      top: 28px !important;
      z-index: 200; }
    .container-fluid #tag-cloud-container .tag-cloud {
      margin-left: 0 !important;
      margin-right: 20px;
      min-width: 160px !important;
      top: 60px; }
      .container-fluid #tag-cloud-container .tag-cloud .awesomplete {
        display: block; } }
@media (max-width: 350px) {
  .menu {
    margin-right: -20px; } }

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