/*
Theme Name: Smash
Theme URI: http://www.distinctivethemes.com/
Author: Distinctive Themes
Author URI: http://www.distinctivethemes.com/
Description: Smash is a truly multi-purpose template with a unique and tasteful design and great features which provide you will all you need to make you next project stand out
Version: 1.0.2
License: ThemeForest
License URI: http://themeforest.net/licenses
Tags: one-column, two-columns, right-sidebar, custom-menu, featured-images, full-width-template, post-formats, sticky-post, theme-options, translation-ready
Text Domain: smash
Domain Path: /languages
*/

/*-----------------------------------------------------------------------------------*/
/*  IMPORT MAIN CSS
/*-----------------------------------------------------------------------------------*/
@import url( assets/css/style.css );

/*-----------------------------------------------------------------------------------*/
/*  BASE CSS
/*-----------------------------------------------------------------------------------*/
body {
	word-wrap: break-word;
}

.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;
}

.container.fullwidth {
	width:100%
}

.removetoppadding {
	padding-top:0!important
}

section {
	clear: both;
}

section.background-cover {
	background-color: transparent;
}

.removetoppadding, .removetoppadding .section-inner {
  padding-top: 0!important;
}

.removetoppadding .section-hue {
  margin-top: 0 !important;
  padding-top: 0!important;
}

.btn {
	white-space: normal;
}

.pad75 {
	margin-bottom: 75px;
}

/*-----------------------------------------------------------------------------------*/
/*  WORDPRESS STYLES
/*-----------------------------------------------------------------------------------*/
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}

img[class*="wp-image-"] {
	margin-top: 6px;
	margin-bottom: 10px;
}

.wp-caption {
	margin-bottom: 10px;
	max-width: 100%;
	border-radius: 4px;
}

.wp-caption.aligncenter {
	margin-bottom: 10px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

.widget .nav li a:hover {
  background-color: rgba(0,0,0,0.2);
}

/*-----------------------------------------------------------------------------------*/
/*  WP COMMENTS
/*-----------------------------------------------------------------------------------*/
#comments li.comment .panel-default {
	border-color: transparent;
}

#comments li.comment .panel-default>.panel-heading {
	background-color: transparent;
	border-color: transparent;
	padding-bottom: 0;
}

#comments li.comment .panel-default>.panel-heading .media-heading, #comments li.comment .panel-default>.panel-heading .comment-meta {
	display: inline-block;
	margin-right: 10px;
}

#comments li.comment .panel-default>.panel-heading .comment-meta {
	font-size: 85%;
}

#comments li.comment .panel-body {
	padding-top: 5px;
}

#comments li.comment .panel-body p {
	margin: 0 0 10px;
}

#comments li.comment .panel-footer {
	background-color: transparent;
	border-color: transparent;
	overflow: hidden;
	padding-top: 0;
}

#comments li.comment .panel-footer a {
	float: right;
}

/*-----------------------------------------------------------------------------------*/
/*  GALLERY
/*-----------------------------------------------------------------------------------*/
.mfp-content figure figcaption {
	position: relative;
}

.post .gallery .gallery-caption {
	display: none;
}

.post .gallery {
	margin-bottom: 1.5em;
	margin-left: -1%;
	margin-right: -1%;
	clear: both;
	overflow: hidden;
}

.post .gallery .gallery-item {
	border: none;
	height: auto;
	float: left;	
	margin: 0 1% 2%;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
}

.gallery-columns-3 .gallery-item {
	max-width: 31.3%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
}

.gallery dd {
	margin:0
}

embed,
iframe,
object {
	max-width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*  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 */
}

/*-----------------------------------------------------------------------------------*/
/*  MAIN CONTENT
/*-----------------------------------------------------------------------------------*/
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}

.clear {
	clear: both;
}

.widget { 
	margin-bottom: 2em; 
}

.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { 
	padding-left: 15px; 
}

.widget_search .search-form label {
  width: 66%;
}

.widget_search .search-form .search-field {
  height: 42px;
  position: relative;
  top: 2px;
}

.widget select {
	width: 100%;
  color: #444;
  padding: 5px;
}

.comment .children { 
 	margin-left: 1.5em; 
}

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.posted-on a {
	margin-right: 10px;
}

.posted-on i, .byline i {
	color: #666;
	font-size: 15px;
	position: relative;
	top: 1px;
	margin-right: 1px;
}

/*-----------------------------------------------------------------------------------*/
/*  WIDGETS
/*-----------------------------------------------------------------------------------*/
.widget {
	overflow: hidden;
	clear: both;
}

.widget-title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.tagcloud a {
  font-size: 12px !important;
}

.tagcloud a:hover {
  color: #fff !important;
}

.widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.gallery li {
  display: block;
  width: 60px;
  padding: 0;
  margin: 0 4px 4px 0;
  float: left;
}

#error {
  text-align: center;
  margin-top: 150px;
  margin-bottom: 150px;
}

.dt-recent-post {
  margin-bottom: 20px;
}

.dt-recent-post .pull-left {
  margin-right: 15px;
}

.portfolio-widget-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  text-transform: uppercase;
}

.dt-recent-post .meta-icon {
  margin-right: 5px;
}

.clearme {
  font-size: 12px;
}

.textwidget img {
  max-width: 100%;
  height: auto;
}

.widget select {
  max-width: 100%;
}

#wp-calendar {
  width: 100%; 
}

#wp-calendar caption { 
  text-align: right; 
  color: #333;
  margin-top: 10px; 
  margin-bottom: 15px; 
}

#wp-calendar thead th { 
  padding-bottom: 10px; 
  text-align: center;
}

#wp-calendar tbody td { 
  text-align: center; 
  padding:8px;
}

#wp-calendar tbody td:hover { 
  background: #fff; 
}

#wp-calendar tbody .pad { 
  background: none; 
}

#wp-calendar tfoot #next { 
  text-transform: uppercase; 
  text-align: right; 
}

#wp-calendar tfoot #prev { 
  text-transform: uppercase; 
  padding-top: 10px; 
}

.comment-list {
    padding: 0;
    list-style: none;
}

.comment-list li {
    margin: 0;
    margin-bottom: 25px;
    clear: both;
    overflow: hidden;
}

.comment-list li > div {
    display: table-cell;
}

.commentText span {
    position: relative;
    font-size: 12px;
    top: -5px;
}

.commenterImage {
    width: 50px;
    margin-right: 10px;
    height: 100%;
    float:left;
}

.commenterImage img {
    width: 100%;
    border-radius:0;
    height: auto;
}
.commentText p {
    margin:0;
}

.about-widget {
    background-image: url('../img/footer_map.png');
}

.about-widget p {
    padding: 45px;
    line-height: 2.2;
}

.widget .tagcloud {
    padding-left: 25px;
    padding-right: 25px;
}

.widget .tagcloud .btn-outlined {
    border: 1px solid #F36C63;
    padding: 6px 12px;
    float: left;
    margin: 0px 6px 6px 0;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.widget .tagcloud .btn-outlined:hover {
    background-color: #F36C63;
    color: #fff;
}

#wp-calendar {
  width:100%;
  font-size:12px;
  font-weight:300;
  border-collapse:separate;
  border-spacing:8px;
  margin-left:-2px
}

#wp-calendar caption {
  display:none
}

#wp-calendar tbody td {
  margin-bottom:10px;
  text-align:center;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  -ms-border-radius:2px;
  -o-border-radius:2px;
  border-radius:2px;
  border:1px solid #444;
  padding:6px;
  background-color: transparent;
}

#wp-calendar tbody td:hover {
  border-color:#e2e2e2;
  background-color: transparent;
}

#wp-calendar tbody td.pad {
  border:0
}

#wp-calendar tbody td#today {
  color:#47C2DC;
  border-color:#47C2DC
}

#wp-calendar tfoot td#prev a,#wp-calendar tfoot td#next
a {
  color:#888;
  font-size:12px;
  font-weight:400;
  position:relative;
  text-transform:uppercase;
  bottom:-9px;
  margin-bottom:1px
}

#wp-calendar tfoot
td#prev {
  text-align:left
}

#wp-calendar tfoot
td#next {
  text-align:right
}

#wp-calendar thead th {
  font-size:13px;
  font-weight:400;
  color:#888;
  text-align:center;
  padding-bottom:10px;
  border: none;
}

#wp-calendar tbody td a,#wp-calendar tfoot td#prev a:hover,#wp-calendar tfoot td#next a:hover {
  color:#47C2DC
}

#wp-calendar tfoot td {
  border: none;
}

/*-----------------------------------------------------------------------------------*/
/* WP TWEAKS
/*-----------------------------------------------------------------------------------*/
.divider-wrapper p,.divider-wrapper h1,.divider-wrapper h2,.divider-wrapper h3,.divider-wrapper h4,.divider-wrapper h5,.divider-wrapper h6,.divider-wrapper .lead,.light-content p,.light-content h1,.light-content h2,.light-content h3,.light-content h4,.light-content h5,.light-content h6,.light-content .lead, .light-content .percent, .light-content .stat-icon {
	color:#fefefe;
}

.dark-content p,.dark-content h1,.dark-content h2,.dark-content h3,.dark-content h4,.dark-content h5,.dark-content h6,.dark-content .lead, .dark-content .percent {
	color:#444
}

.author-thumb img {
	min-width: 100%;
	height: auto;
}

.direction-aware li a img {
	min-width: 100%;
	width: 100%;
	height: auto;
}

.aq-block-aq_testimonials_block a {
	margin-right: 10px;
}



.container.fullwidth .aq-block-aq_map_block.col-md-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.author-bio .author-title {
  margin-top: 0;
}

footer .copyright p {
  margin-top: 14px;
}

/*-----------------------------------------------------------------------------------*/
/* YTPLAYER
/*-----------------------------------------------------------------------------------*/
.mb_YTPlayer :focus {
  outline: 0;
}

.mb_YTPlayer{
  display:block;
  transform:translateZ(0);
  transform-style: preserve-3d;
  perspective: 1000;
  backface-visibility: hidden;
  transform:translate3d(0,0,0);
  animation-timing-function: linear;
  box-sizing: border-box;
}

.mb_YTPlayer.fullscreen{
  display:block!important;
  position: fixed!important;
  width: 100%!important;
  height: 100%!important;
  top: 0!important;
  left: 0!important;
  margin: 0!important;
  border: none !important;
}

.mb_YTPlayer.fullscreen .mbYTP_wrapper{
  opacity:1 !important;
}

.mbYTP_wrapper iframe {
  max-width: 4000px !important;
}

.inline_YTPlayer{
  margin-bottom: 20px;
  vertical-align:top;
  position:relative;
  left:0;
  overflow: hidden;
  border-radius: 4px;
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.7);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.7);
  box-shadow: 0 0 5px rgba(0,0,0,.7);
  background: rgba(0,0,0,.5);
}

.inline_YTPlayer img{
  border: none!important;
  -moz-transform: none!important;
  -webkit-transform: none!important;
  -o-transform: none!important;
  transform: none!important;
  margin:0!important;
  padding:0!important
}

/*CONTROL BAR*/

.mb_YTPBar .ytpicon{
  font-size: 20px;
  font-family: 'ytpregular';
}

.mb_YTPBar .mb_YTPUrl.ytpicon{
  font-size: 30px;
}


.mb_YTPBar{

  transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;

  display:block;
  width:100%;
  height:10px;
  padding:5px;
  background:#333;
  position:fixed;
  bottom:0;
  left:0;
  -moz-box-sizing:padding-box;
  -webkit-box-sizing:border-box;
  text-align:left;
  z-index: 1000;
  font: 14px/16px sans-serif;
  color:white;
  opacity:.1;
}

.mb_YTPBar.visible, .mb_YTPBar:hover{
  opacity:1;
}


.mb_YTPBar .buttonBar{

  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;

  background:transparent;
  font:12px/14px Calibri;
  position:absolute;
  top:-30px;
  left:0;
  padding: 5px;
  width:100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.mb_YTPBar:hover .buttonBar{
  background: rgba(0,0,0,0.4);
}

.mb_YTPBar span{
  display:inline-block;
  font:16px/20px Calibri, sans-serif;
  position:relative;
  width: 30px;
  height: 25px;
  vertical-align: middle;
}

.mb_YTPBar span.mb_YTPTime{
  width: 130px;
}

.mb_YTPBar span.mb_YTPUrl,.mb_YTPBar span.mb_OnlyYT {
  position: absolute;
  width: auto;
  display:block;
  top:6px;
  right:10px;
  cursor: pointer;
}

.mb_YTPBar span.mb_YTPUrl img{
  width: 60px;
}

.mb_YTPBar span.mb_OnlyYT {
  left:185px;
  right: auto;
}
.mb_YTPBar span.mb_OnlyYT img{
  width: 25px;
}

.mb_YTPBar span.mb_YTPUrl a{
  color:white;
}

.mb_YTPPlaypause,.mb_YTPlayer .mb_YTPPlaypause img{
  cursor:pointer;
}

.mb_YTPMuteUnmute{
  cursor:pointer;
}

/*PROGRESS BAR*/
.mb_YTPProgress{
  height:10px;
  width:100%;
  background:#222;
  bottom:0;
  left:0;
}

.mb_YTPLoaded{
  height:10px;
  width:0;
  background:#444;
  left:0;
}

.mb_YTPseekbar{
  height:10px;
  width:0;
  background:#fff;
  bottom:0;
  left:0;
  box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px;
}

.YTPOverlay{
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: "flat";
  box-sizing: border-box;
}


.wallpaper, .wallpaper .wallpaper-container, .wallpaper .wallpaper-media {
	-webkit-transition: none !important;
	transition: none !important;
}

.wallpaper { 
	overflow: hidden; 
	position: relative; 
}

.wallpaper .wallpaper-container { 
	height: 100%; 
	overflow: hidden; 
	position: absolute; 
	top: 0; 
	width: 100%; 
	z-index: 0; 
}

.wallpaper .wallpaper-media { 
	left: 0; 
	opacity: 0; 
	position: absolute; 
	top: 0; 
}

.wallpaper .wallpaper-media.animated {
	-webkit-transition: opacity 0.5s linear !important;
	transition: opacity 0.5s linear !important;
}

.wallpaper .wallpaper-media img, .wallpaper .wallpaper-media video, .wallpaper .wallpaper-media iframe { 
	display: block; 
	height: 100%; 
	width: 100%; 
}

.wallpaper .wallpaper-embed.ready:after { 
	content: ''; 
	height: 100%; 
	left: 0; 
	position: absolute; 
	top: 0; 
	width: 100%; 
	z-index: 1; 
}

.wallpaper .wallpaper-embed.ready iframe {
	z-index: 0; 
}

.wallpaper .wallpaper-media.native { 
	background-position: center; 
	background-size: cover; 
	height: 100%; 
	width: 100%; 
}

.wallpaper .wallpaper-media.native img { 
	display: none; 
}

.wallpaper .wallpaper-media.fixed { 
	background-position: center; 
	background-attachment: fixed; 
	height: 100%; 
	width: 100%; 
}

.wallpaper .wallpaper-media.fixed img { 
	display: none; 
}

#headervideo {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: center center;
	z-index: 0;
}

.player-controls {
	text-align: right;
}

.player-controls a {
	padding: 5px;
	line-height: 54px;
	font-size: 20px;
}

.player-controls a.vol {
	width: 34px;
	text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/*  SHARING
/*-----------------------------------------------------------------------------------*/
#sharebox a {
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
}

#sharebox a.count {
	margin-right: 3px;
}

#sharebox a.share {
	font-size: 85%;
	position: relative;
	top: -1px;
}

#sharebox #twitter {
	background-color: #55acee;
}

#sharebox #facebook {
	background-color: #3b5998;
}

#sharebox #googleplus {
	background-color: #dd4b39;
}

#sharebox li:hover {
	background-color: #444 !important;
}

/*-----------------------------------------------------------------------------------*/
/*  SHARING
/*-----------------------------------------------------------------------------------*/
#side-wrapper {
	width: 260px;
	position: fixed;
	left: 0;
	height: 100%;
	z-index: 11;
}

/*-----------------------------------------------------------------------------------*/
/*  TWITTER FEED
/*-----------------------------------------------------------------------------------*/
.twitter-feed li:first-of-type {
    display: block;
}

.twitter-feed li {
    display: none;
}

.twitter-feed li img {
	min-width: 100%;
	height: auto;
}

/*-----------------------------------------------------------------------------------*/
/*  SIDE NAV
/*-----------------------------------------------------------------------------------*/
#side-wrapper .navbar-header {
	float: none;
	margin-bottom: 40px;
}

#side-menu-toggle {
	position: fixed;
	left: 15px;
	top: 15px;
	z-index: 10;
	background: #f6f6f6;
	border: none;
	font-size: 24px;
	padding: 6px 8px;
	line-height: 1;
}

#side-menu-toggle.open {
	margin-left: 200px;
	z-index: 15;
}

#side-wrapper .side-menu ul {
	padding: 0;
}

#side-wrapper .side-menu ul li ul li {
	padding: 10px 20px;
}

#side-wrapper .side-menu ul li ul li a {
	font-size: 12px;
	padding: 0 !important;
}

#side-wrapper .navbar-default .nav li a {
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 15px 20px;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out
}

@media(max-width:768px) {
	#side-wrapper {
		display: none;
		background-color: #485150;
		overflow-x: scroll;
	}
	#side-wrapper .navbar-default.navbar-shrink {
		padding:0;
		background-color: #485150;
		-webkit-transition:all .5s ease-in-out;
		-moz-transition:all .5s ease-in-out;
		-o-transition:all .5s ease-in-out;
		-ms-transition:all .5s ease-in-out;
		transition:all .5s ease-in-out;
		margin: 0;
	}
	#side-wrapper .navbar-default.navbar-shrink a {
		color: #202c2f;
	}

.navbar-default.navbar-shrink {
  background-color: #485150;
  height: 31px!important;
}
}

@media(min-width:769px) {
	#content-wrapper {
		margin-left: 260px;
	}

.navbar-default.navbar-shrink {
  background-color: #485150;
  height: 31px!important;
}
}

/*-----------------------------------------------------------------------------------*/
/*  SEARCH RESULTS
/*-----------------------------------------------------------------------------------*/
.no-results .search-field {
  width: 100%;
  min-width: 270px;
  height: 42px;
  position: relative;
  border: 1px solid #00008e;
}

/*-----------------------------------------------------------------------------------*/
/*  FULLSCREEN NAV
/*-----------------------------------------------------------------------------------*/
#fs-menu {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255, 0.95);
	z-index: 9999;
}

/* Overlay closing cross */
#fs-menu .overlay-close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: transparent;
	color:  #00008e);
	border: none;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
	font-weight: 700;
	line-height: 1;
}

/* Menu style */
#fs-menu .fs-menu {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#fs-menu .dropdown-menu { 
	position: relative;
	width: 100%;
	text-align: center;
	background-color: transparent;
	list-style-type: none !important;
}

#fs-menu .dropdown-menu a {
	background-color: transparent;	
}

#fs-menu.overlay .fs-menu {
	height: 50%;
	font-size: 34px;
}

#fs-menu.overlay ul li {
	min-height: 34px;
	list-style: none;
}

#fs-menu .caret {
	display: none;
}

#fs-menu.overlay-slidedown {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
	transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

#fs-menu.overlay-slidedown.open {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
}

#trigger-overlay {
	font-size: 14px;
	line-height: 1;
}

#fs-menu .search-trigger {
	display: none;
}

@media screen and (max-height: 30.5em) {
	#fs-menu.overlay .fs-menu {
		height: 70%;
		font-size: 28px;
	}
	#fs-menu.overlay ul li {
		min-height: 34px;
	}
}

@media(min-width:769px) {
	.navbar-header #trigger-overlay-mobile {
		display: none;
	}


}

@media(max-width:768px) {
  .aq-block-aq_header_block {
    width: 100%;
    margin: 0;
    position: relative;
    padding: 0%;
  }
	.navbar-header #trigger-overlay-mobile {
		display: block;
		position: relative;
		float: right;
		background: transparent;
		color: #fff;
		border: none;
		padding: 20px;
	}
  .no-results .search-field {
    max-width: 100%;
    min-width: auto;
  }
}

div#main-sidebar {

display: none;
}

#search-wrapper .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px!important;
    margin-left: -45px;
}





h1.single-title.wow.bounceInDown {
font-size: 30px!important;
margin-left: -1px!important;
}



nav.navbar.navbar-default.navbar-fixed-top.bounceInDown.wow.navbar-shrink {
height: 63px!important;
}


@media only screen and (min-width: 480px) and (max-width: 766px) {

nav.navbar.navbar-default.navbar-fixed-top.bounceInDown.wow.navbar-shrink img.logo-img {
    
    position: relative !important;
}

.ubermenu-bar-align-right {
float: left!important;
margin-right: 400px!important;
}


ul {
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0px !important;
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -1em !important;
    margin-left: 1em !important;
}

  a.search-trigger {
display: none;
}


img.size-medium.wp-image-350.alignleft {
width: 100%;
}


img.alignleft.size-medium.wp-image-273 {
width: 100%;
}
  
img.alignleft.size-medium.wp-image-267 {
width: 100%;
}

img.alignleft.size-medium.wp-image-264 {
width: 100%;
}

img.alignleft.size-medium.wp-image-187 {
width: 100%;
}

img.alignleft.size-medium.wp-image-189 {
width: 100%;
}

img.alignleft.size-medium.wp-image-180 {
width: 100%;
}

img.alignleft.size-medium.wp-image-261 {
width: 100%;
}

img.alignleft.size-medium.wp-image-258 {
width: 100%;
}

img.alignleft.size-medium.wp-image-248 {
width: 100%;
}

img.alignleft.size-medium.wp-image-193 {
width: 100%;
}
img.logo-img {
border-top: 17px solid white;
border-left: 9px solid white;
border-right: 9px solid white;
top: -13px!important;
position: fixed!important;
height: 136px;
width: auto;
}

span.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main.ubermenu-skin-black-white-2.ubermenu-loc-primary {
margin-top: 66px!important;
}

}


@media only screen and (min-width: 767px) and (max-width: 990px) {

nav.navbar.navbar-default.navbar-fixed-top.bounceInDown.wow.navbar-shrink img.logo-img {
    
    position: relative !important;
}

.ubermenu-bar-align-right {
float: left!important;
margin-right: 400px!important;
}



.navbar-fixed-top, .navbar-fixed-bottom {
    height: 168px!important;
   
}

a.search-trigger {
display: none;
}

.navbar-default {
background-color: rgb(24, 35, 38);
height: 89px;
}

.logo-img, .navbar-brand>img {
margin-left: 17px;
}

.navbar-default{
background-color: rgb(24, 35, 38);
} 
 
img.logo-img {
border-top: 17px solid white;
border-left: 9px solid white;
border-right: 9px solid white;
top: -13px!important;
position: fixed!important;
height: 136px;
width: auto;
}
  span.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main.ubermenu-skin-black-white-2.ubermenu-loc-primary {
margin-top: 42px!important;
} 
}
@media only screen and (min-width: 991px) and (max-width: 1031px) {

nav.navbar.navbar-default.navbar-fixed-top.bounceInDown.wow.navbar-shrink img.logo-img {
    
    position: relative !important;
}

.ubermenu-bar-align-right {
float: left!important;
margin-right: 400px!important;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    height: 168px!important;
  
}


.navbar-default {
background-color: rgb(24, 35, 38);
height: 88px;
}


 .ubermenu.ubermenu-main .ubermenu-item-normal > .ubermenu-target:hover {
background-color: #485150!important;
}
a.search-trigger {
display: none;
}

.logo-img, .navbar-brand>img {
margin-left: 17px;
}
.navbar-default{
background-color: rgb(24, 35, 38);
} 

img.logo-img {
border-top: 17px solid white;
border-left: 9px solid white;
border-right: 9px solid white;
top: -13px!important;
position: fixed!important;
height: 136px;
width: auto;
}
  span.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main.ubermenu-skin-black-white-2.ubermenu-loc-primary {
margin-top: 42px!important;
} 
}

@media screen and (min-width: 1032px) {  

body.admin-bar .navbar-fixed-top {
top:31px!important;
height:63px!important
}

.navbar-shrink .ubermenu-target-title.ubermenu-target-text {
    padding-top: 7px;
    padding-bottom: 8px;
}

.ubermenu-main, .ubermenu-main .ubermenu-target, .ubermenu-main .ubermenu-nav .ubermenu-item-level-0 .ubermenu-target, .ubermenu-main div, .ubermenu-main p, .ubermenu-main input {
font-family: 'Lato', sans-serif;
font-weight: 400;
height: 50px!important;
}
 
img.logo-img {
border-top: 17px solid white;
border-left: 9px solid white;
border-right: 9px solid white;
top: -13px!important;
position: fixed!important;
height: 136px;
width: auto;
}

img.zahn36.alignleft.wp-image-258.size-medium {
margin-top: 7px!important;
}

time.updated {
display: none!important;
}

.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {

  float: left;
}


}
@media screen and (min-height: 1000px) {

 footer.divider-wrapper-dark {
width: 100%;
bottom: 0px;
}
}

.gallery-columns-1 .gallery-item { width: 100% !important; }
.gallery-columns-2 .gallery-item { width: 50% !important; }
.gallery-columns-3 .gallery-item { width: 33.33% !important; }
.gallery-columns-4 .gallery-item { width: 25% !important; }
.gallery-columns-5 .gallery-item { width: 20% !important; }
.gallery-columns-6 .gallery-item { width: 16.666% !important; }
.gallery-columns-7 .gallery-item { width: 14.285% !important; }
.gallery-columns-8 .gallery-item { width: 12.5% !important; }
.gallery-columns-9 .gallery-item { width: 11.11% !important; }

#unser-team #aq-block-8-6 {
    display: none;
}

div.wpcf7-validation-errors {
    border: 2px solid #00008e!important;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    margin-left: 0!important;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    margin-left: 0!important;
}

#menu-item-1039 {
    margin-left: -1px;
}

.home div#aq-block-8-6 {
    display: none!important;
}