/*
Theme Name: wapp_stars
Theme URI: http://underscores.me/
Author: Petar Ratkovic
Author URI: http://headlab.eu
Description: Custom reusable theme made for wappstars/Eindhoven
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wapp_stars

wapp_stars is theme based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Clearfix hack
# Header
# Navigation
# Carousel
    ## Full width
    ## Boxed
# Homepage post
# Call to action
# Hero posts
# Alignments
# Clearings
# Home widgets
# Content
    ## Posts and pages
    ## Post meta
	## Asides
	## Comments
# Footer
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	background:url(images/bg.jpg);
}
#page {
    overflow-x: hidden;
}
a {
    outline: none !important;
}
#primary {
    z-index: 999;
}
/*--------------------------------------------------------------
# Clearfix hack
--------------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
/* Hides from IE-mac \*/

.clearfix {
    display: block;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

img.logo {
    margin-top: 15px;
    margin-bottom: 15px;
}
.header-secondary {
    padding: 10px 0px 10px 0px;
}
.alt-logo {
    padding-top: 10px;
    padding-left: 0px;
}
.contact-data {
    padding-top: 20px;
    text-align: right;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

header#masthead{
border-style: solid;
border-width: 31px 20px 45px;
-moz-border-image: url(images/paint.png) 284 132 158 103 round;
-webkit-border-image: url(images/paint.png) 284 132 158 103 round;
-o-border-image: url(images/paint.png) 284 132 158 103 round;
border-image: url(images/paint.png) 284 132 158 103 fill round;
margin-bottom: 50px;
}

ul.navigation li a {
    padding-top: 15px;
    padding-bottom: 15px;
}

ul.navigation li.active > a {
	color:#d7af3c;
}
ul.navigation li a:hover,
ul.navigation li a:focus {
    background-color: transparent;
}
ul.navigation li li a {
    padding: 5px;
}
ul.navigation li li a: {
    padding: 5px;
}
.dropdown-menu {
    border-radius: 0px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: transparent;
    color: #d7af3c;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #d7af3c;
}
ul#menu-menu li.active > a, .well ul li.current_page_item a {
    color: #d7af3c;
}

.well ul li.current_page_item a{
	padding-left:25px;
}
.well ul li.current_page_item a:before{
	content: ' ';
    position: absolute;
    display: block;
    width: 15px;
    height: 20px;
    left: 35px;
    background: url(images/pointer.png) no-repeat center center;
    background-size: contain;
}

current-menu-item

.navbar-brand,
.navbar-brand:focus,
.navbar-brand:hover {
    color: #CCCFD7;
}
.navbar,
.dropdown-menu {
    background: #000000;
}
.navbar {
    margin-bottom: 0;
    border:0;
    text-transform: uppercase;
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #d7af3c;
    color: #d7af3c;
}
/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/
/*Full width*/

#carousel_full_width {
	margin-bottom:40px;
border-style: solid;
border-width: 31px 0px 45px;
-moz-border-image: url(images/paint-yellow.png) 284 132 158 103 round;
-webkit-border-image: url(images/paint-yellow.png) 284 132 158 103 round;
-o-border-image: url(images/paint-yellow.png) 284 132 158 103 round;
border-image: url(images/paint-yellow.png) 284 132 158 103 fill round;
}
#carousel_boxed {
    top: 20px;
}
#carousel_full_width .item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}
#carousel_full_width .carousel-caption {
    padding-bottom: 50px;
    right: 0;
    left: 0;
}
.slide1-caption h2,
.slide2-caption h2,
.slide3-caption h2,
.slide4-caption h2,
.slide5-caption h2 {
    font-weight: 900;
    font-size: 42px;
    text-transform: uppercase;
    margin-bottom: 30px;
	text-shadow: 2px 2px #000000;
}
.slide1-caption p,
.slide2-caption p,
.slide3-caption p,
.slide4-caption p,
.slide5-caption p {
    padding: 0 15px;
    border-radius: 0;
    margin-bottom: 30px;
	text-shadow: 2px 2px #000000;
}
span.slider-title {
    background-color: #222222;
    padding: 5px 0;
}
.carousel-caption h2 {
    margin-left: 15px;
    margin-right: 15px;
}
.carousel-caption {
    text-shadow: 0 0 0 rgba(0, 0, 0, .6);
}
.carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 3px;
}
.carousel-indicators li.active {
    width: 16px;
    height: 16px;
    margin: 3px;
}
.carousel-control {
    width: 3%;
}
.carousel-caption .btn {
    text-shadow: none;
    margin: 0 15px;
}
/*Boxed*/

#carousel_boxed .item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}
#carousel_boxed .carousel-caption {
    bottom: 50px;
    right: 15%;
    left: 15%;
}
.glyphicon-menu-left {
    top: 45%;
    font-size: 50px;
    position: absolute;
    left: 20px;
}
.glyphicon-menu-right {
    top: 45%;
    font-size: 50px;
    position: absolute;
    right: 20px;
}
/*--------------------------------------------------------------
# Homepage post
--------------------------------------------------------------*/

.homepage {
    margin: 0 -9999rem 0 -9999rem;
    /* add back negative margin value */
    
    padding: 0.25rem 9999rem;
    margin-top: 50px;
}
.homepage row {
    padding: 25px;
}
.homepage h2 {
    font-size: 52px;
}
/*--------------------------------------------------------------
# Call to action
--------------------------------------------------------------*/

.call-to-action {
    background: #000000;
    color: #ffffff;
    margin-top: -20px;
}
.callaction-content {
    border-bottom: 5px solid #d7af3c;
    background: #FAEDC7;
    padding: 20px;
    color: #363636;
    text-align: center;
}
.callaction-content h2 {
    font-size: 52px;
}
.callaction-content h2 span {
    margin-left: 20px;
}
.callaction-content p {} .callaction-content i.fa {
    font-size: 40px;
}
/*--------------------------------------------------------------
# Hero posts
--------------------------------------------------------------*/

.heroposts {
    background: black;
    margin: 0 -9999rem 0 -9999rem;
    /* add back negative margin value */
    
    padding: 10px 9999rem 10px 9999rem;
}
.heroposts h3 {
    font-size: 18px;
    line-height: 20px;
}
.heroposts h2 {
    font-size: 52px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
}
.heroposts .wp-post-image {
    margin-bottom: 0px;
}
.heroposts .thumbnail {
    margin-bottom: 0;
}
a.thumbnail {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #d7af3c;
    transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}
.heroposts img.img-responsive.wp-post-image {
    margin: 0;
    width: 100%;
    height: auto;
}
.message img.img-responsive {
    margin-bottom: 0;
}
.heropost-price {
    display: block;
    font-weight: bold;
    text-align: center;
    background: #B11F24;
    color: #ffffff;
    margin: -80px auto 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    position: relative;
}
.heropost-price span {
    display: block;
    padding-top: 40px;
}
.heroposts .view-menu {
    text-align: center;
    margin-top: 80px;
}
.heroposts .view-menu a {
    border: none;
    border-radius: 2px;
}
.heroposts .message {
    margin-bottom: 20px;
}
.heroposts .message-text {
    background-color: #ffffff;
    color: #363636;
    min-height: 150px;
    border: 1px solid #E7AE72;
}
.hero-grey {
    background-color: #FAEDC7;
}
.hero-grey,
.hero-white {
    padding: 10px 15px;
}
.heroposts .message-text h3 {
    margin: 0;
    padding: 0;
}
.btn-primary {
    background: #d7af3c;
    border-color: #d7af3c;
}
.btn-primary:hover,
.btn-primary:focus {
    background: #c6951a;
	border-color: #c6951a;
}
.heroposts-entry-meta {
    color: #363636;
    text-align: center;
    font-size: 12px;
}
/*--------------------------------------------------------------
# Home widgets
--------------------------------------------------------------*/

.home-widgets {
    margin: 0 -9999rem 0 -9999rem;
    /* add back negative margin value */
    
    padding: 50px 9999rem 50px 9999rem;
}
.home-widgets h4 {
    font-size: 22px;
    padding-bottom: 10px;
}
.callaction-content .widget_text {
    list-style: none;
    margin-bottom: 0;
}
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.well {
    border-style: solid;
border-width: 31px 20px 45px;
-moz-border-image: url(images/paint.png) 284 132 158 103 round;
-webkit-border-image: url(images/paint.png) 284 132 158 103 round;
-o-border-image: url(images/paint.png) 284 132 158 103 round;
border-image: url(images/paint.png) 284 132 158 103 fill round;
    color: #ffffff;
	background-color:transparent;
	border-color:transparent;
}
#secondary .well {
    padding: 19px 19px 0 19px;
    border-radius: 8px;
}
.search-query:focus {
    box-shadow: 0px 0px 2px rgba(76, 44, 17, 0.6);
}
.well h4.widget-title:before{
	content:' ';
	position:absolute;
	display:block;
	width:15px;
	height:20px;
	left:35px;
	background:url(images/logo-icon.png) no-repeat center center;
	background-size:contain;
}
.well h4.widget-title{
	padding-left:25px;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
# Home widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}
/* Search widget. */

.widget_search .search-submit {
    display: none;
}
.widget ul {
    list-style: none;
    padding-left: 0;
}
.src-image {
    display: none;
}
.card {
    overflow: hidden;
    position: relative;
    border: 1px solid #444855;
    border-radius: 8px;
    text-align: center;
    padding: 0;
    color: #cccfd7;
    background: #000000;
}
.card .header-bg {
    /* This stretches the canvas across the entire hero unit */
    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    /* This positions the canvas under the text */
    
    z-index: 1;
    border: 2px solid #222222;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.card .avatar {
    position: relative;
    margin-top: 15px;
    z-index: 100;
}
.card .avatar img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #222222;
}
.card .content h3 {
    margin-top: 0;
}
.card .content {
    padding: 0 20px 10px 20px;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.home-page {
    margin-top: -20px !important;
}
.homepage .row {
    margin: 0;
    padding-bottom: 20px;
}
/*--------------------------------------------------------------
# Portfolio page
--------------------------------------------------------------*/

.portfolio img.wp-post-image {
    margin-bottom: 0;
    height: auto;
}
.portfolio-item {
    margin: 10px 0;
}
.portfolio .thumbnail {
    margin-bottom: 5px;
}
.portfolio h4 {
    margin-top: 5px;
}
.item {
    max-width: 100%;
}
button#portfolio-filter {
    margin-right: 10px;
    margin-bottom: 10px;
}
.portfolio-item-wrapper {
    background: #000000;
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #444855;
}
.portfolio-right {
    text-align: right;
}
.thumbnail {
    background-color: #222222;
    border: 1px solid #444855;
}
.gallery-wrapper {
    text-align: center;
}
#secondary .wp-post-image {
    margin-bottom: 0;
}
#secondary .portfolio-item-wrapper {
    background: none;
    padding: 0 10px;
    border-radius: 0;
    border: 0;
}
h4#portfolio-title {
    font-size: 12px;
    font-weight: 700;
    padding-top: 5px;
}
.heroposts h4#portfolio-title {
    padding-top: 0;
}
#secondary h4#portfolio-title {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 20px;
}
#secondary a.thumbnail {
    margin-bottom: 5px;
}
#filters .btn-glyphicon {
    background: #444855;
}
.btn-glyphicon {
    padding: 8px;
    color: #ffffff;
    background: #d7af3c;
    background: -moz-linear-gradient(top, #d7af3c 0%, #c6951a 100%);
    background: -webkit-linear-gradient(top, #d7af3c 0%, #c6951a 100%);
    background: linear-gradient(to bottom, #d7af3c 0%, #c6951a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d7af3c', endColorstr='#c6951a', GradientType=0);
    border-color: #d7af3c;
    margin-right: 10px;
    border-radius: 5px;
}
.icon-btn {
    text-align: left;
    padding: 2px 15px 4px 3px;
    border-radius: 5px;
    margin-top: 10px;
    background: #070707;
    background: -moz-linear-gradient( top, #272727 1%, #070707 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop( 1%, #272727), color-stop( 100%, #070707));
    background: -webkit-linear-gradient( top, #272727 1%, #070707 100%);
    background: -o-linear-gradient( top, #272727 1%, #070707 100%);
    background: -ms-linear-gradient( top, #272727 1%, #070707 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#272727', endColorstr='#070707', GradientType=0);
    background: linear-gradient( top, #272727 1%, #070707 100%);
    border-color: #444855;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.icon-btn:hover,
.icon-btn:focus {
    background: #070707;
    background: -moz-linear-gradient( top, #373737 1%, #070707 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop( 1%, #373737), color-stop( 100%, #070707));
    background: -webkit-linear-gradient( top, #373737 1%, #070707 100%);
    background: -o-linear-gradient( top, #373737 1%, #070707 100%);
    background: -ms-linear-gradient( top, #373737 1%, #070707 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#373737', endColorstr='#070707', GradientType=0);
    background: linear-gradient( top, #373737 1%, #070707 100%);
    border-color: #444855;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}
.hentry {
}
.hentry:last-of-type {} .single .byline,
.group-blog .byline {
    display: inline;
}
.message-text span.byline {
    display: none;
}
.blog div#content {
    margin-top: 20px;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.wp-post-image {
    margin-bottom: 20px;
}
.blog-image {
    padding-left: 0px;
}
.page-title {
    text-transform: uppercase;
    text-align: center;
    background-color: lightgrey;
    margin-bottom: 25px;
    padding: 10px 0 10px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.entry-title {
    margin-top: 0px;
    padding-top: 0px;
}
.more-link {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
/*--------------------------------------------------------------
## Post meta 
--------------------------------------------------------------*/

span.posted-on,
span.byline,
span.cat-links,
span.comments-link {
    margin-right: 20px;
    font-size: 13px;
}
.author-meta {
    margin-top: 40px;
}
.author-social-icons {
    text-align: right;
}
.author-meta .fa {
    font-size: 18px;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}
/*span.post-date:before{
    content: "\a";
    white-space: pre;
}*/
/*New line CSS preudo element*/

span.post-date {
    display: block;
    font-size: 12px;
    margin: 0 0 10px 0;
    padding: 0;
    position: relative;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.recentcomments {
    margin-bottom: 10px;
}
.recentcomments span {
    font-size: 12px;
}
.recentcomments a {
    display: block;
}
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {} .comments-title,
.comment-reply-title {
    padding-bottom: 9px;
    margin: 40px 0 20px 0;
    border-bottom: 1px solid #FAEDC7;
}
ol.comment-list {
    list-style: none;
    padding-left: 0;
}
.comment-author .avatar {
    margin-right: 25px;
    border: 1px solid #E7AE72;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 4px;
}
.comment-meta {
    margin-top: 20px;
    margin-bottom: 20px;
}
.comment-details {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #E7AE72;
}
.comment-details .reply {
    margin-top: 10px;
}
.comment-date a {
    font-size: 11px;
    color: #777;
    margin-right: 10px;
}
#commentform #comment {
    width: 100% !important;
}
#commentform #submit {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
#commentform #submit:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

#colophon {
    margin-top: 50px;
    border-style: solid;
border-width: 20px 0px 0px;
-moz-border-image: url(images/paint.png) 284 132 158 103 round;
-webkit-border-image: url(images/paint.png) 284 132 158 103 round;
-o-border-image: url(images/paint.png) 284 132 158 103 round;
border-image: url(images/paint.png) 284 132 158 103 fill round;
}
.home #colophon {
    margin-top: 0px;
}
#colophon .container {
    padding-top: 25px;
}
#colophon .container-fluid {
    padding-top: 25px;
}
.footer-menu {
    margin-left: 0;
    padding: 0 0 30px 0;
    text-transform: uppercase;
}
.footer-menu li {
    display: inline;
    list-style-type: none;
}
.footer-menu li a {
    padding: 0 8px;
}
.footer-menu li:before {
    content: '-';
}
.footer-menu li:first-child:before {
    content: '';
}
.footer-menu > li:first-child > a {
    border-left: none;
    padding: 0 8px 0 0;
}
.copyright {
    float: left;
}
.copyright,
.poweredby {
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}
.social-icons {
    font-size: 20px;
    padding-bottom: 20px;
}
#colophon .social-icons {
    font-weight: bold;
}
.social-icons a:hover {
    text-decoration: none;
}
.footer-widgets aside {
    margin: 0;
    text-align: center;
}
.footer-widgets h3, .footer-widgets h4{
	color:#ffffff;
}
.footer-widgets i.fa-phone-square{
	color:#f78e1e;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-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;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object,
img {
    max-width: 100%;
    height: auto;
}
.entry-content > img.attachment-post-thumbnail.wp-post-image {
    width: 100%;
    height: auto;
}
img {
    margin-bottom: 20px;
}
img.img-responsive.wp-post-image {
    margin: 20px auto;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
/*--------------------------------------------------------------
Media Queries 
--------------------------------------------------------------*/
/* Custom */

@media only screen and (min-width: 240px) {
	
    .contact-data span {
        padding: 5px;
    }
	}
/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {} @media only screen and (max-width: 331px) {
    .blog-image {
        padding-left: 15px;
    }
}
/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {} @media only screen and (max-width: 480px) {
    .blog-image {
        padding-left: 15px;
    }
    .homepage h2 {
        font-size: 30px !important;
        line-height: 32px !important;
    }
    .navbar-brand {
        font-size: 14px;
        line-height: 14px;
    }
}
/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    .copyright {
        float: left;
    }
    .poweredby {
        float: right;
    }
    .social-icons {
        float: right;
    }
    img.altlogo.img-responsive {
        max-height: 60px;
    }
    .contact-data {
        padding-top: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .logo {
        margin-left: 10px;
    }
    #carousel_full_width {
        top: -20px;
    }
    #carousel_boxed {
        top: -20px;
    }
    .blog-image {
        padding-left: 15px;
    }
    img.altlogo.img-responsive {
        margin: 0 auto;
        max-height: 60px;
    }
    .contact-data {
        padding-top: 10px;
        text-align: center;
        margin-bottom: 10px;
    }
    .carousel-inner {
        height: 250px !important;
    }
    .carousel-caption h2 {
        font-size: 24px !important;
        line-height: 38px !important;
    }
    .carousel-caption p {
        display: none;
    }
}
/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    .contact-data {
        margin-bottom: 10px;
    }
    .contact-data span {
        padding: 5px;
    }
}
@media only screen and (max-width: 992px) {
    .alt-logo {
        padding-top: 0px;
        padding-right: 0px;
    }
    .alt-logo a {
        display: block;
    }
}
/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
    .contact-data {
        margin-top: 15px;
    }
    .contact-data {
        padding-top: 0;
    }
}
@media only screen and (max-width: 1200px) {
    .alt-logo {
        padding-top: 10px;
    }
}
/*--------------------------------------------------------------
Custom CSS
--------------------------------------------------------------*/

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    color: #d7af3c;
}
h1.entry-title,
h1.page-title {
    padding: 0;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
}
.home-widgets h4.widget-title,
.landing-widgets h4.widget-title {
    margin: 0;
    padding: 10px 15px;
    border-style: solid;
border-width: 20px;
-moz-border-image: url(images/paint.png) 284 132 158 103 round;
-webkit-border-image: url(images/paint.png) 284 132 158 103 round;
-o-border-image: url(images/paint.png) 284 132 158 103 round;
border-image: url(images/paint.png) 284 132 158 103 fill round;
}
.home-widgets h4.widget-title,
.landing-widgets h4.widget-title {
    color: #ffffff;
}
h1.page-title {
    background-color: transparent;
}
header.entry-header,
header.blog-header,
header.page-header {
    margin: 0;
    padding: 10px 15px;
}
header.entry-header,
header.page-header {
	border-style: solid;
    border-width: 15px 10px 22px;
    -moz-border-image: url(images/paint-yellow.png) 284 132 158 103 round;
    -webkit-border-image: url(images/paint-yellow.png) 284 132 158 103 round;
    -o-border-image: url(images/paint-yellow.png) 284 132 158 103 round;
    border-image: url(images/paint-yellow.png) 284 132 158 103 fill round;
}
header.blog-header {
    margin-bottom: 20px;
}
.entry-content,
.entry-summary,
.home-widgets .textwidget,
.landing-widgets .textwidget,
.page-content {
    margin-top: 0;
    padding: 15px;
}
.entry-footer {
}
.home-widgets .textwidget {
    color: #000000;
}
img.altimage.img-responsive {
    display: none;
}
.page-template-template-landing-sidebar-left #page {
    margin-top: 20px;
}
.page-template-template-landing-sidebar-left .well {
    background-color: #4c2c11;
}
/*--------------------------------------------------------------
TOP
--------------------------------------------------------------*/

.top-wrapper {
border-style: solid;
border-width: 0px 0px 20px;
-moz-border-image: url(images/paint-yellow.png) 284 132 158 103 round;
-webkit-border-image: url(images/paint-yellow.png) 284 132 158 103 round;
-o-border-image: url(images/paint-yellow.png) 284 132 158 103 round;
border-image: url(images/paint-yellow.png) 284 132 158 103 fill round;
    text-align: center;
    padding: 10px 10px 5px 10px;
	    margin-bottom: 30px;
}
.top-wrapper .social-icons {
    float: none;
    padding: 0;
}
.top-wrapper .social-icons a {
    color: #27438F;
    font-size: 20px;
    margin: 0 5px;
}
.top-wrapper .social-icons a:hover,
.top-wrapper .social-icons a:focus {
    color: #27438F;
}
/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/

.contact-data span {
    display: block;
    margin-left: 3px;
    font-size: 12px;
    line-height: 14.4px;
    color: #444855;
}
.contact-data .fa {
    font-size: 16px;
    color: #d7af3c;
}

/*--------------------------------------------------------------
BREADCRUMBS
--------------------------------------------------------------*/

.breadcrumbs-wrapper {
    padding-top: 10px;
    background: #222222;
    border-bottom: 1px solid #444855;
}
#breadcrumbs a,
span.breadcrumb_last {
    padding: 3px 6px;
    font-size: 10px;
    border-radius: 3px;
    color: #fff;
}
span.breadcrumb_last {
    background: #202228;
}
#breadcrumbs a {
    background: #d7af3c;
}
#breadcrumbs a:hover,
#breadcrumbs a:focus {
    background: #c6951a;
}
/*--------------------------------------------------------------
BUTTON
--------------------------------------------------------------*/
/*--------------------------------------------------------------
SIMPLE SHARE BUTTONS
--------------------------------------------------------------*/

.ssba.ssba-wrap {
    margin-top: 20px;
}
.ssba img {
    margin-bottom: 0;
}
.ssba > div > a {
    margin-left: 10px;
}
/*--------------------------------------------------------------
GALLERY
--------------------------------------------------------------*/

i.bwg_close_btn.fa.fa-times {
    font-size: 20px;
    padding: 10px;
    background-color: #ffffff;
    color: #000000;
}
/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/

.footer-widgets {
    background-color: #222222;
    padding: 20px 0;
    border-top: 1px solid #444855;
}
a.footer-btn {
    margin-top: 30px;
}
.werk-widgets {
    padding: 20px 0 0 0;
    text-align: center;
}
.ai1ec-agenda-widget-view .ai1ec-date,
.ai1ec-agenda-view .ai1ec-date {
    border-top: 0;
    background: transparent;
}
.carousel-caption h2 {
    animation: animationFrames ease-out 2s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    /*when the spec is finished*/
    
    -webkit-animation: animationFrames ease-out 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    /*Chrome 16+, Safari 4+*/
    
    -moz-animation: animationFrames ease-out 2s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    /*FF 5+*/
    
    -o-animation: animationFrames ease-out 2s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    /*Not implemented yet*/
    
    -ms-animation: animationFrames ease-out 2s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
    /*IE 10+*/
}
@keyframes animationFrames {
    0% {
        opacity: 0;
        transform: translate(-1500px, 0px);
    }
    60% {
        opacity: 1;
        transform: translate(30px, 0px);
    }
    80% {
        transform: translate(-10px, 0px);
    }
    100% {
        opacity: 1;
        transform: translate(0px, 0px);
    }
}
@-moz-keyframes animationFrames {
    0% {
        opacity: 0;
        -moz-transform: translate(-1500px, 0px);
    }
    60% {
        opacity: 1;
        -moz-transform: translate(30px, 0px);
    }
    80% {
        -moz-transform: translate(-10px, 0px);
    }
    100% {
        opacity: 1;
        -moz-transform: translate(0px, 0px);
    }
}
@-webkit-keyframes animationFrames {
    0% {
        opacity: 0;
        -webkit-transform: translate(-1500px, 0px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate(30px, 0px);
    }
    80% {
        -webkit-transform: translate(-10px, 0px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px);
    }
}
@-o-keyframes animationFrames {
    0% {
        opacity: 0;
        -o-transform: translate(-1500px, 0px);
    }
    60% {
        opacity: 1;
        -o-transform: translate(30px, 0px);
    }
    80% {
        -o-transform: translate(-10px, 0px);
    }
    100% {
        opacity: 1;
        -o-transform: translate(0px, 0px);
    }
}
@-ms-keyframes animationFrames {
    0% {
        opacity: 0;
        -ms-transform: translate(-1500px, 0px);
    }
    60% {
        opacity: 1;
        -ms-transform: translate(30px, 0px);
    }
    80% {
        -ms-transform: translate(-10px, 0px);
    }
    100% {
        opacity: 1;
        -ms-transform: translate(0px, 0px);
    }
}
.carousel-caption p {
    animation: animationFrames ease-out 2.5s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    /*when the spec is finished*/
    
    -webkit-animation: animationFrames ease-out 2.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    /*Chrome 16+, Safari 4+*/
    
    -moz-animation: animationFrames ease-out 2.5s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    /*FF 5+*/
    
    -o-animation: animationFrames ease-out 2.5s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    /*Not implemented yet*/
    
    -ms-animation: animationFrames ease-out 2.5s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
    /*IE 10+*/
}
@keyframes animationFrames {
    0% {
        opacity: 0;
        transform: translate(-1500px, 0px);
    }
    60% {
        opacity: 1;
        transform: translate(30px, 0px);
    }
    80% {
        transform: translate(-10px, 0px);
    }
    100% {
        opacity: 1;
        transform: translate(0px, 0px);
    }
}
@-moz-keyframes animationFrames {
    0% {
        opacity: 0;
        -moz-transform: translate(-1500px, 0px);
    }
    60% {
        opacity: 1;
        -moz-transform: translate(30px, 0px);
    }
    80% {
        -moz-transform: translate(-10px, 0px);
    }
    100% {
        opacity: 1;
        -moz-transform: translate(0px, 0px);
    }
}
@-webkit-keyframes animationFrames {
    0% {
        opacity: 0;
        -webkit-transform: translate(-1500px, 0px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate(30px, 0px);
    }
    80% {
        -webkit-transform: translate(-10px, 0px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px);
    }
}
@-o-keyframes animationFrames {
    0% {
        opacity: 0;
        -o-transform: translate(-1500px, 0px);
    }
    60% {
        opacity: 1;
        -o-transform: translate(30px, 0px);
    }
    80% {
        -o-transform: translate(-10px, 0px);
    }
    100% {
        opacity: 1;
        -o-transform: translate(0px, 0px);
    }
}
@-ms-keyframes animationFrames {
    0% {
        opacity: 0;
        -ms-transform: translate(-1500px, 0px);
    }
    60% {
        opacity: 1;
        -ms-transform: translate(30px, 0px);
    }
    80% {
        -ms-transform: translate(-10px, 0px);
    }
    100% {
        opacity: 1;
        -ms-transform: translate(0px, 0px);
    }
}
.carousel-caption a {
    animation: animationFrames ease-out 3s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    /*when the spec is finished*/
    
    -webkit-animation: animationFrames ease-out 3s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    /*Chrome 16+, Safari 4+*/
    
    -moz-animation: animationFrames ease-out 3s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    /*FF 5+*/
    
    -o-animation: animationFrames ease-out 3s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    /*Not implemented yet*/
    
    -ms-animation: animationFrames ease-out 3s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
    /*IE 10+*/
}
@keyframes animationFrames {
    0% {
        opacity: 0;
        transform: translate(-1500px, 0px);
    }
    60% {
        opacity: 1;
        transform: translate(30px, 0px);
    }
    80% {
        transform: translate(-10px, 0px);
    }
    100% {
        opacity: 1;
        transform: translate(0px, 0px);
    }
}
@-moz-keyframes animationFrames {
    0% {
        opacity: 0;
        -moz-transform: translate(-1500px, 0px);
    }
    60% {
        opacity: 1;
        -moz-transform: translate(30px, 0px);
    }
    80% {
        -moz-transform: translate(-10px, 0px);
    }
    100% {
        opacity: 1;
        -moz-transform: translate(0px, 0px);
    }
}
@-webkit-keyframes animationFrames {
    0% {
        opacity: 0;
        -webkit-transform: translate(-1500px, 0px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate(30px, 0px);
    }
    80% {
        -webkit-transform: translate(-10px, 0px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px);
    }
}
@-o-keyframes animationFrames {
    0% {
        opacity: 0;
        -o-transform: translate(-1500px, 0px);
    }
    60% {
        opacity: 1;
        -o-transform: translate(30px, 0px);
    }
    80% {
        -o-transform: translate(-10px, 0px);
    }
    100% {
        opacity: 1;
        -o-transform: translate(0px, 0px);
    }
}
@-ms-keyframes animationFrames {
    0% {
        opacity: 0;
        -ms-transform: translate(-1500px, 0px);
    }
    60% {
        opacity: 1;
        -ms-transform: translate(30px, 0px);
    }
    80% {
        -ms-transform: translate(-10px, 0px);
    }
    100% {
        opacity: 1;
        -ms-transform: translate(0px, 0px);
    }
}