/*
Theme Name: LA2015-2
Theme URI: http://demo.lambert-akademie.de/blog2
Author: Lambert Akademie
Author URI: http://dirk-michael-lambert.com
Description: ...
Version: 1.0
Text Domain: unite
Domain Path: /languages/

*/
/* =Global
----------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300|Open+Sans:300italic,400italic,700italic,400,300,700);

body {
  color: #6b6b6b;
  background: #f2f2f2;
  word-wrap: break-word;
  line-height: 24px;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
}

a {
  color: #4d4d4d;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover,
a:focus {
  color: #333;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .navbar-default .navbar-nav > li > a {
  font-family: 'Oswald', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 100;
  color: #666;
}

h1,
.h1 {
  font-size: 48px;
}

h2,
.h2 {
  font-size: 38px;
}

h3,
.h3 {
  font-size: 28px;
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

button,
input,
select,
textarea {
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  *vertical-align: middle; /* Improves appearance and consistency in all browsers */
  border-radius: 0 !important;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  border: 3px solid #e9e9e9;
  border-radius: 0 !important;
  background: #f7f7f7;
  color: #808080;
  -webkit-transition: background, 0.35s;
  -ms-transition: background, 0.35s;
  -o-transition: background, 0.35s;
  -transition: background, 0.35s;
  transition: background, 0.35s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 100%;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* =Content
----------------------------------------------- */

.sticky {
}

.site-content {
  padding-top: 30px;
}

.hentry {
  margin: 0 0 30px;
  background: #fff;
  border: 3px solid #e0e0e0;
  padding: 30px;
}

.hentry.top {
  border: 0;
  background: transparent;
  padding: 15px;
  margin-bottom: 0;
}

.byline,
.updated {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

@media (max-width: 767px) {
  .pull-left,
  .pull-right {
    float: none !important;
  }
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-thumb {
  display: block;
  overflow: hidden;
}

.wp-thumb > img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.top .wp-thumb {

}

.wp-thumb > img:hover {
  -webkit-transform: scale(1.2) rotate(3deg);
  transform: scale(1.2) rotate(3deg);
  -ms-transform: scale(1.2) rotate(3deg);
}

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.site-main .gallery {
  margin-bottom: 1.5em;
}

.gallery-caption {
}

.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}

.site-main .gallery dd {
  margin: 0;
}

.site-main .gallery-columns-4 .gallery-item {
}

.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/* =Widgets
----------------------------------------------- */

.widget {
  margin: 0 0 30px;
  background: #fff;
  border: 3px solid #e0e0e0;
}

.widget.widget_text,
.widget.widget_search {
  border: 0;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

.widget > ul > li,
li.recentcomments {
  border-top: 1px solid #ccc;
  position: relative;
  display: block;
  padding: 10px 15px;
}

.widget > ul > li:first-child {
  border-top: 0;
}

.widget ul {
  padding: 10px 10px;
  margin-bottom: 0;
}

.widget-title {
  border-bottom: 3px solid #eb9812;
  background: #e9e9e9;
  padding: 14px 20px 15px 20px;
  margin-bottom: 0;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 0;
}

.widget ul.nav.nav-tabs {
  padding: 0;
}

.tab-content ul li {
  list-style: none;
}

.tab-content .tab-thumb {
  float: left;
  margin-right: 8px;
  padding-top: 5px;
  float: left;
  line-height: 0px;
  width: 60px;
  height: 60px;
}

.tab-content li {
  overflow: hidden;
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 0 8px;
  padding: 0 0 6px;
}

.tab-content .tab-entry {
  display: block;
}

.tab-content > .active {
  border: 1px solid #ddd;
  border-top: none;
}

.tab-content ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.tab-content .tab-entry {
  font-weight: 600;
  font-size: 14px
}

.tab-comment {
  font-size: 18px;
  padding: 0 10px;
}

.nav-tabs > li > a {
  border-bottom-color: transparent;
  text-transform: uppercase;
}

.tab-content i {
  font-size: 12px;
}

.tab-thumb.thumbnail {
  margin-bottom: 5px;
}

.tab-content #messages li:before {
  content: '\f0e5';
  font-family: fontawesome;
  float: left;
  padding-right: 10px;
  font-size: 20px;
  color: #d38810;
}

.btn-primary, .label-primary {
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}

.btn-primary:hover, .label-primary[href]:hover, .label-primary[href]:focus, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, #image-navigation .nav-previous a:hover, #image-navigation .nav-next a:hover {
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}

#infinite-handle span {
  display: block;
  text-align: center;
  font-size: 18px !important;
  margin-bottom: 20px;
  border-radius: 4px !important;
  padding: 12px !important;
  background: transparent !important;
  border: 1px solid #ddd;
  color: #d38810 !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#infinite-handle span:hover {
  background-color: #d38810 !important;
  color: #fff !important;
}

/* =Custom Styles
----------------------------------------------- */
.site-branding {
  margin-top: 3px;
  margin-bottom: 3px;
}

.site-title, .site-title * {
  font-weight: 400;
  margin: 2px 0 15px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 36px;
}

.site-description {
  font-weight: 200;
  color: #857F7F;
  text-shadow: 1px 1px 0 #fff;
  line-height: 70px;
  margin: 0;
  padding: 0;
}
img.site-logo{
  max-height: 70px;
  width: auto;
  display: block;
  margin: 5px 0;
}

.page-template-page-homepage-php .carousel {
  margin-top: -20px;
  margin-bottom: 20px;
}

/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] a,
.more-link {
  border: 3px solid #e9e9e9;
  padding: 6px 12px;
  border-radius: 4px;
  background: #fff;
  display: block;
  color: #666;
}

.site-main [class*="navigation"] a:hover,
.more-link:hover {
  color: #fff;
  background: #d38810;
  text-decoration: none;
}

.more-link {
  float: right;
  margin: 10px 0;
}

.site-main [class*="navigation"] {
  margin: 0 0 1.5em;
  overflow: hidden;
}

[class*="navigation"] .nav-previous {
  float: left;
}

[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
}

.navbar.navbar-default {
  background-color: rgba(27, 27, 27, 0.95);
  font-weight: 200;
  min-height: 48px;
  border-bottom: 4px solid #e5e5e5;
}

.navbar.navbar-default .current-menu-item {
  background: #eb9812;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 14px 15px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  border-right: 1px solid rgba(0, 0, 0, .2);
  border-left: none;
}

.navbar {
  border-radius: 0;
}

.navbar-default {
  border: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #fff;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-menu > li > a {
  padding: 18px 20px;
  color: #fff;
}

.dropdown-menu,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #d38810;
  border: none;
}

.dropdown-menu .divider {
  background-color: rgba(0, 0, 0, 0.1);
}

.navbar-nav > li > .dropdown-menu {
  padding: 0;
}

.navbar-nav > li > a {
  padding-top: 18px;
  padding-bottom: 18px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
}

#respond {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0px !important;
}

#respond > p, #respond p.comment-notes, p.logged-in-as {
  margin-bottom: 10px;
}

p.logged-in-as {
  padding-bottom: 0px;
}

.comment-list {
  margin-bottom: 40px !important;
  margin-left: 0px !important;
  padding-left: 0;
}

.comment-list li {
  list-style: none !important;
}

.comment .comment-body {
  background-color: #fff;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  margin-top: 2em;
  padding-left: 116px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
  border-color: #eee;
  border-radius: 4px;
}

.comment-list .children {
  margin-left: 0px !important;
  padding-left: 40px;
  border-left: 1px solid #eee;
  background-repeat: no-repeat;
  background-position: left 20px;
}

.comment-list li.comment > div img.avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}

#comment-form-title {
  font-size: 24px;
  padding-bottom: 10px;
}

.vcard .avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}

.comment-metadata {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
}

.comment-reply-link {
  float: right;
}

.form-allowed-tags code {
  word-wrap: break-word;
  white-space: inherit;
}

.comment-respond label {
  display: block;
  font-weight: normal;
}

.comment-respond .required {
  color: #c7254e;
}

/* =Post styling
----------------------------------------------- */
.entry-meta a {
  font-size: 12px;
}

#main .page-header {
  margin-top: 0;
  margin-bottom: 0;
}

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

.entry-meta {
  text-transform: uppercase;
  color: #999;
}

.entry-meta a {
  color: #999;
}

.entry-meta .fa {
  font-size: 16px;
  margin-right: 3px;
  color: #b3b3b3;
}

.entry-meta span {
  margin-right: 10px;
}

.home .entry-title,
.blog .entry-title,
.category .entry-title {
  font-size: 32px;
  color: #808080;
  margin-top: 20px;
}

.top .entry-title {
  font-size: 20px;
  margin: 10px 0;
}

.entry-title {
  font-weight: 700;
  /*letter-spacing: 1px;*/
  color: #333;
  margin-top: 0;
}

.btn.btn-primary.read-more {
  border: 3px solid #e9e9e9;
  margin-top: 20px;
  padding: 6px 12px;
  border-radius: 4px;
  background: #fff;
  color: #666;
  float: right;
  font-size: 17px;
  line-height: 24px;
  text-decoration: none;
}

.btn.btn-primary.read-more:hover {
  color: #fff;
  background-color: #d38810;
}

.search .more-link {
  display: none;
}

hr.section-divider {
  height: 1px;
  background: #eee;
  position: relative;
  overflow: visible;
  z-index: 100;
  margin-top: 70px;
  margin-bottom: 70px;
}

hr.section-divider:after {
  z-index: 10000;
  content: "\f004";
  font-family: FontAwesome;
  color: #d38810;
  position: absolute;
  top: -23px;
  left: 50%;
  right: 50%;
  width: 40px;
  height: 30px;
  margin-left: -20px;
  font-size: 30px;
}

.entry-content {
  margin: 15px 0 0;
}

.top .entry-content {
  font-size: 15px;
  line-height: 20px;
  margin-top: 10px;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child {
  margin-top: 0;
}

.entry-content a {
  color: #1a0dab;
  text-decoration: underline;
}

.entry-content a:hover {
  color: #d00;
}

.entry-content b,
.entry-content strong,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  color: #333;
  margin-bottom: 20px;
}

.entry-content p {
  margin-bottom: 30px;
}


.entry-content ul > li, .entry-content ol > li {
  margin-top: 10px;
  line-height: 20px;
}

.entry-content ul > li:first-child, .entry-content ol > li:first-child {
  margin-top: 0;
}

.widget-area {
 font-size: 15px;
}

/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a,
#image-navigation .nav-next a {
  padding: 5px 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
}

#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover {
  background-color: #d38810;
  color: #fff;
}

#image-navigation .nav-previous,
#image-navigation .nav-next {
  margin: 10px 0;
}

/* =Footer
----------------------------------------------- */

.footer-nav.nav > li {
  position: relative;
  display: inline-block;
}

.footer-nav.nav {
  /*float: right;*/
  text-align: center;
  margin-bottom: 2px;
}

.copyright {
  margin-top: 10px;
  text-align: right;
}

#colophon {
  background-color: #272727;
  padding: 10px 0;
  margin-top: 20px;
  border-top: 20px solid #333;
}

.site-info a {
  color: #eee;
}

.site-info a:hover {
  color: #999;
}

.site-info {
  color: #999;
  font-size: 12px;
}

.footer-nav.nav > li > a:hover {
  background-color: transparent;
}

@media (max-width: 767px) {
  .site-info, .copyright {
    text-align: center;
  }

  .footer-nav.nav, .copyright {
    float: none;
  }

  .carousel-caption {
    display: none;
  }
}

/* =Social icons
----------------------------------------------- */

.social-profile {
  font-size: 24px;
  margin: 6px;
  color: #ddd;
}

#social {
  float: right;
  top: 55px;
  position: relative;
}

.social-profile.facebook:hover {
  color: #3b5998;
}

.social-profile.twitter:hover {
  color: #00aced;
}

.social-profile.google-plus:hover {
  color: #dd4b39;
}

.social-profile.youtube:hover {
  color: #b00;
}

.social-profile.linkedin:hover {
  color: #007bb6;
}

.social-profile.pinterest:hover {
  color: #cb2027;
}

.social-profile.rss:hover {
  color: #f0ad4e;
}

.social-profile.tumblr:hover {
  color: #32506d;
}

.social-profile.flickr:hover {
  color: #ff0084;
}

.social-profile.instagram:hover {
  color: #517fa4;
}

.social-profile.dribbble:hover {
  color: #e56193;
}

.social-profile.skype:hover {
  color: #00aff0;
}

.social-profile.square:hover {
  color: #6d7177;
}

@media (min-width: 992px) {
  #social {
    float: right;
    top: 55px;
    position: relative;
  }
}

@media (max-width: 992px) {
  .site-branding {
    text-align: center;
  }

  #social {
    top: 0;
    float: none;
    text-align: center;
  }
}

/* =Slider
----------------------------------------------- */
.carousel-caption h4 {
  background: #d38810;
  background: rgba(84, 57, 126, 0.7);
  padding: 15px;
  color: #fff;
  max-width: 55%;
  margin-bottom: 4px;
}

.carousel-caption {
  left: 20px;
  text-align: left;
  padding-bottom: 20px;
}

.carousel-caption p {
  background: #555;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  max-width: 50%;
}

.carousel {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 5px;
  }
}

/* =Top Slider
----------------------------------------------- */
#slider {
  background: url('images/bg_blue.png');
  background-size: cover;
  position: relative;
  margin-top: -24px;
}

#slider .hentry {
  background: none;
  border-color: transparent;
  margin-bottom: 0;
  padding-bottom: 0;
}

#slider .hentry h2 {
  color: #fff;
  margin: 0 0 20px;
  font-size: 32px;
}

#slider .btn {
  background: rgb(247, 153, 29);
  background: -moz-linear-gradient(left, rgba(247, 153, 29, 1) 0%, rgba(244, 127, 32, 1) 50%, rgba(255, 178, 66, 1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(247, 153, 29, 1)), color-stop(50%, rgba(244, 127, 32, 1)), color-stop(100%, rgba(255, 178, 66, 1)));
  background: -webkit-linear-gradient(left, rgba(247, 153, 29, 1) 0%, rgba(244, 127, 32, 1) 50%, rgba(255, 178, 66, 1) 100%);
  background: -o-linear-gradient(left, rgba(247, 153, 29, 1) 0%, rgba(244, 127, 32, 1) 50%, rgba(255, 178, 66, 1) 100%);
  background: -ms-linear-gradient(left, rgba(247, 153, 29, 1) 0%, rgba(244, 127, 32, 1) 50%, rgba(255, 178, 66, 1) 100%);
  background: linear-gradient(to right, rgba(247, 153, 29, 1) 0%, rgba(244, 127, 32, 1) 50%, rgba(255, 178, 66, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7991d', endColorstr='#ffb242', GradientType=1);
  display: block;
  margin: 5px auto 0;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}


#slider .widget-area div {
  padding: 0 0 10px;
  overflow: hidden;
  position: relative;
  font-size: 17px;
  color: #000;
  /*background: rgba(0, 0, 0, 0.5);*/
  background: #E5E6DF;
  /*border: 3px dashed #f4801d;*/
}


#slider .widget-area h4 {
  color: #FFF;
  text-align: center;
  padding: 7px 10px 0;
  margin: 0 -20px;
  font-weight: 300;
  max-height: 15px;
  font-size: 17px;
  line-height: 22px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background-color: #f4801d;
  padding-top: 12px;
}

#slider .widget-area h4 span {
  position: relative;
  top: 0;
  z-index: 2;
}

#slider .widget-area h4 > b {
  font-weight: 400;
}


#slider .widget-area h4:after {
/*  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  top: 55px;
  border-left: 180px solid rgba(0, 0, 0, 0);
  border-right: 180px solid rgba(0, 0, 0, 0);
  border-top: 35px solid #f4801d;
  background: #E5E6DF;*/
}
/* =Counter
----------------------------------------------- */
#counter {
  background: url('images/bg_orange.png');
  background-size: cover;
  margin-top: -30px;
  margin-bottom: 30px;
}

#counter .content-area {
  padding: 15px 45px;
}

#counter h2,
#counter h3 {
  color: #fff;
  margin: 0;
}

#counter h2 {
  font-weight: 400;
}

#counter h3 {
  margin-top: 10px;
}

/* TIMER */
.timer {
  margin-top: 10px;
}

.timer h3 {
  font-size: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  margin-right: 20px;
}

.timer-field {
  float: left;
  padding: 0 10px;
  text-align: center;
}

.timer-value {
  border: 4px solid #fff;
  border-radius: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 48px;
  padding: 7px;
  text-align: center;
}

.timer-label {
  color: rgba(255, 255, 255, 0.75);
  font-size: 80%;
}

/* =Optin
----------------------------------------------- */
.optin {
  background: #274c5f;
  padding: 0 20px 20px;
  color: #fff;
  font-size: 17px;
}

.optin > h3 {
  position: relative;
  background: #eb9812;
  margin: 0 -20px 34px;
  padding: 20px;
  color: #fff;
  border-bottom: 3px solid #48819e;
}

.optin > h3:after, .optin > h3:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.optin > h3:after {
  border-color: rgba(43, 129, 200, 0);
  border-top-color: #eb9812;
  border-width: 30px;
  border-top-width: 20px;
  margin-left: -30px;
}

.optin > h3:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #48819e;
  border-width: 24px 35px;
  margin-left: -35px;
}

.optin img {
  display: block;
  margin: 0 auto 15px;
  transform: rotate(-10deg);
}

.optin .btn {
  font-weight: bold;
  margin: 30px auto 0;
  padding: 10px 26px;
  display: block;
  background: #eb9812;
}

.close, .close:hover {
  position: absolute;
  right: -20px;
  top: -15px;
  opacity: 1;
}

/* Alternative #1 */
.optin.alt1 {
  background: #53abd1;
}

.optin.alt1 > h3 {
  background: #2b81c8;
}

.optin.alt1 > h3:after {
  border-top-color: #2b81c8;
}

.optin.alt1 > h3:before {
  border-top-color: #2b81c8;
}

.optin.alt1 .btn {
  background: #e00;
}

/* Alternative #2 */
.optin.alt2 {
  background: #53abd1;
}

.optin.alt2 > h3 {
  background: rgb(212, 0, 10);
  background: -moz-linear-gradient(top, rgba(212, 0, 10, 1) 0%, rgba(174, 3, 1, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(212, 0, 10, 1)), color-stop(100%, rgba(174, 3, 1, 1)));
  background: -webkit-linear-gradient(top, rgba(212, 0, 10, 1) 0%, rgba(174, 3, 1, 1) 100%);
  background: -o-linear-gradient(top, rgba(212, 0, 10, 1) 0%, rgba(174, 3, 1, 1) 100%);
  background: -ms-linear-gradient(top, rgba(212, 0, 10, 1) 0%, rgba(174, 3, 1, 1) 100%);
  background: linear-gradient(to bottom, rgba(212, 0, 10, 1) 0%, rgba(174, 3, 1, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4000a', endColorstr='#ae0301', GradientType=0);
}

.optin.alt2 > h3:after {
  border-top-color: #ae0301;
}

.optin.alt2 > h3:before {
  border-top-color: #2b81c8;
}

.optin.alt2 .btn {
  background: rgb(212, 0, 10);
  background: -moz-linear-gradient(top, rgba(212, 0, 10, 1) 0%, rgba(174, 3, 1, 1) 50%, rgba(212, 0, 10, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(212, 0, 10, 1)), color-stop(50%, rgba(174, 3, 1, 1)), color-stop(100%, rgba(212, 0, 10, 1)));
  background: -webkit-linear-gradient(top, rgba(212, 0, 10, 1) 0%, rgba(174, 3, 1, 1) 50%, rgba(212, 0, 10, 1) 100%);
  background: -o-linear-gradient(top, rgba(212, 0, 10, 1) 0%, rgba(174, 3, 1, 1) 50%, rgba(212, 0, 10, 1) 100%);
  background: -ms-linear-gradient(top, rgba(212, 0, 10, 1) 0%, rgba(174, 3, 1, 1) 50%, rgba(212, 0, 10, 1) 100%);
  background: linear-gradient(to bottom, rgba(212, 0, 10, 1) 0%, rgba(174, 3, 1, 1) 50%, rgba(212, 0, 10, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4000a', endColorstr='#d4000a', GradientType=0);
}

/* Alternative #3 */
.optin.alt3 {
  background: #29aae3;
}

.optin.alt3 > h3 {
  background: #ffd200;
}

.optin.alt3 > h3:after {
  border-top-color: #ffd200;
}

.optin.alt3 > h3:before {
  border-top-color: #2b81c8;
}

.optin.alt3 .btn {
  background: #ffd200;
  border: #ffd200;
  color: #4a4a4a;
}

/* Alternative #4 */
.optin.alt4 {
  background: #51187e;
}

.optin.alt4 > h3 {
  background: #67ba03;
}

.optin.alt4 > h3:after {
  border-top-color: #67ba03;
}

.optin.alt4 > h3:before {
  border-top-color: #2b81c8;
}

.optin.alt4 .btn {
  background: #67ba03;
}

.optin b,
.optin strong {
  color: #fff;
}

.entry-content .optin {
  margin: 30px 0 10px;
}

/** MISC ***/
blockquote {
  margin: 25px;
  border-left-color: #aaa;
  background: #f2f2f2;
}

/* =WooCommerce styling
----------------------------------------------- */
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
  border-top: 3px solid #d38810;
}

.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
  background-color: #d38810;
  padding-top: 1px;
}

.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
  padding-top: 1px;
}

.woocommerce #content div.product div.images img,
.woocommerce div.product div.images img,
.woocommerce-page #content div.product div.images img,
.woocommerce-page div.product div.images img {
  border-radius: 5px;
}

#page > .container-fluid:first-child {
  background: #e5e6df;
  border-top: 5px solid #0079c5;
  /*background: rgb(0,121,197);
  background: -moz-linear-gradient(top,  rgba(0,121,197,1) 45%, rgba(229,230,223,1) 46%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,rgba(0,121,197,1)), color-stop(46%,rgba(229,230,223,1)));
  background: -webkit-linear-gradient(top,  rgba(0,121,197,1) 45%,rgba(229,230,223,1) 46%);
  background: -o-linear-gradient(top,  rgba(0,121,197,1) 45%,rgba(229,230,223,1) 46%);
  background: -ms-linear-gradient(top,  rgba(0,121,197,1) 45%,rgba(229,230,223,1) 46%);
  background: linear-gradient(to bottom,  rgba(0,121,197,1) 45%,rgba(229,230,223,1) 46%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079c5', endColorstr='#e5e6df',GradientType=0 );

  height: 120px;*/
}

.flex-video {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video {
    padding-top: 0;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1100px;
  }
}


@media screen and (min-width: 990px) {
  #slider .hentry {
    padding: 30px;
  }

  .content-area {
    padding-right: 3%;
  }
}


@media screen and (min-width: 768px)  and (max-width: 990px){
  #slider .hentry {
    padding: 30px 0 10px 0;
  }

}


@media screen and (max-width: 768px) {

  .col-sm-12 {
    padding-bottom: 15px;

  }

  #slider .hentry {
    padding: 0px;
  }

  #slider .hentry h2 {
    font-size: 26px;
  }

  .hentry.top   {
    margin: 0 0 30px;
    background: #fff;
    border: 3px solid #e0e0e0;
    padding: 30px;
  }

  .container-fluid {
    background: #F2F2F2 !important;
    padding: 15px 15px !important;

  }

  #slider {
    background: url('images/bg_blue.png') !important;
  }

  .entry-title {
    font-size: 28px !important;
    margin: 10px 0;
  }

   h1 {
    font-size: 24px;
    margin: 10px 0;
  }


  .site-content{
  padding-top: 0px;
}
}

@media screen and (min-width: 480px) and (max-width: 990px) {
  #slider .widget-area h4:after {
    border: none;
  }
}

/* FIX OVER */
#slider{
  padding: 20px 0;
}