/*
	Theme Name: Wisey
	Created : 13-Dec-15
	Updated : 
	Version: 1.0

*/

/*
	[Table of contents]

	## Global
		- Font Settings
		- Padding/Margin

	## Header
		-- Top Header
		-- Middle Header

	## Footer

	## Responsive
		-- min-width: 992 to max-width: 1200
		-- min-width: 768 to max-width: 991
		-- min-width: 319 to max-width: 767
		-- min-width: 319 to max-width: 479
		-- max-width: 991
		-- min-width: 1200
*/

/* ## Global */

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-500 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('/fonts/open-sans-v34-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/open-sans-v34-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('/fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/open-sans-v34-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('/fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/open-sans-v34-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('/fonts/open-sans-v34-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/open-sans-v34-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #000;
	overflow-x: hidden;
	background-color: #FFF;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-attachment: fixed;
	background-image: url(images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
img {
    max-width: 100%;
	height: auto;
}
a {
    outline: 0 !important;
}
h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	font-style: normal;
	text-transform: uppercase;
	color: #6fafe5;
	}
.h2, h2 {
    font-size: 25px;
	color: #437cac;
}
.h3, h3 {
	font-size: 21px;
	color: #333;
}
.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* - Font Settings */
@font-face {
    font-family: 'montserratlight';
    src: url('fonts/montserrat-light.eot');
    src: url('fonts/montserrat-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-light.woff2') format('woff2'),
         url('fonts/montserrat-light.woff') format('woff'),
         url('fonts/montserrat-light.ttf') format('truetype'),
         url('fonts/montserrat-light.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratsemi_bold';
    src: url('fonts/montserrat-semibold.eot');
    src: url('fonts/montserrat-semibold.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-semibold.woff2') format('woff2'),
         url('fonts/montserrat-semibold.woff') format('woff'),
         url('fonts/montserrat-semibold.ttf') format('truetype'),
         url('fonts/montserrat-semibold.svg#montserratsemi_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'walkway_semiboldregular';
    src: url('fonts/walkway_semibold.eot');
    src: url('fonts/walkway_semibold.eot?#iefix') format('embedded-opentype'),
         url('fonts/walkway_semibold.woff2') format('woff2'),
         url('fonts/walkway_semibold.woff') format('woff'),
         url('fonts/walkway_semibold.ttf') format('truetype'),
         url('fonts/walkway_semibold.svg#walkway_semiboldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.ow-navigation .nav.navbar-nav li a,
.page-banner ol li,
.shop_cart thead th,
.cart_item td.product a span,
.cart_item td.product-price,
.cart_item .quantity .qty,
.cart_item .quantity input[type="button"],
.shipping-calculate h4,
.order-summary-content > .col-md-8 h4,
.checkout-content > h4,
.checkout-content > form label,
.checkout-content > form select,
.checkout-content > form .input-group-addon,
.checkout-content > form .input-group-addon span,
.wc-proceed-to-checkout h4,
.wc-proceed-to-checkout p,
.wc-proceed-to-checkout h5,
.checkout .col-md-4 .input-group-addon,
.shop_cart td::before {
	font-family: 'Open Sans', sans-serif;
}
.entry-meta div,
.plan-select a {
	font-family: 'Oxygen', sans-serif;
}
.feature-content p {
	font-family: 'ABeeZee', sans-serif;
}
.menu-block > a,
.service-section .tab-content .tab-pane p,
.service-section .nav-tabs li a,
.entry-content p,
.features-section .nav-tabs li a,
.team-box p,
.price-table ul li,
.testimonial-section .carousel .item > p,
.testimonial-section .carousel .item > h4,
.feature-box p,
.skill-content h3,
.skill-content p,
.skill-box-content h3,
.get-in-touch .tab-content p,
.get-in-touch .tab-content a,
.promo-section .col-md-8 > a,
.post-pagination ul li a,
.product-detail .add-to-cart h3 {
	font-family: 'Roboto', sans-serif;
}

.seprator-border {
	border-bottom: 1px solid #f2f2f2;
}

/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding,
ul {
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	padding-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

.main-container {
	width: 1480px;
	margin: 0 auto;
}

/* -- Text Uppercase */
.slider-section .carousel-caption h3,
.call-content a,
.service-section .tab-content .tab-pane > a,
.service-section .tab-content .tab-pane h3,
.service-section .nav-tabs li a,
.portfolio-item-hover .portfolio-title  h3,
.entry-meta div,
.about-box h3,
.promo-box h4,
.promo-section .col-md-8 > a,
.service-content h3,
.branding-title p,
.branding-section ul li,
.pricing-section2 .plan-select a,
.blog-post .content-area .tags a,
.blog-post .content-area .social-icons h3,
.blog-post .content-area .blog-pagination .col-md-4.col-sm-4.col-xs-4.previous > a,
.post-comment h3,
.post-comment .media-content h4,
.post-comment .media-content span,
.comment-form h3,
.comment-form input[type="submit"],
.product-section .result h3,
.product-section .sort h3,
.product-section .sort select,
.product-image .new,
.product-box > h3,
.products nav .pagination li a,
.product-section .widget-area .panel-title > a,
.product-section .widget-area ul.brand li a,
.product-section .panel-body .size a,
.product-section .price-filter .filter,
.product-detail .summary h1,
.product-detail .summary .choose-color span,
.product-detail .summary .size span,
.product-detail .summary .size a,
.product-detail .quantity input,
.product-detail .quantity-block > a.add-to-wishlist,
.product-detail .add-to-cart p,
.product-detail .add-to-cart a,
.woocommerce-tabs .nav-tabs > li > a,
.related-product h2,
.related-product h4,
.shop_cart thead,
.cart_item td.product a span,
.shop_cart tfoot .coupon-code .form-control,
.coupon-code .input-group-btn .btn,
.shipping-calculate select,
.shipping-calculate input,
.shipping-calculate button,
.order-summary-content > .col-md-8 a,
.checkout-content > h4,
.checkout-content > form label,
.checkout-content > form select,
.checkout-content > form .input-group-addon,
.checkout-content input[type="submit"],
.wc-proceed-to-checkout h4,
.wc-proceed-to-checkout h5,
.wc-proceed-to-checkout p,
.checkout .col-md-4 .input-group-addon,
.contact-block span,
.contact-form label,
.contact-form input[type="submit"] {
	text-transform: uppercase;
}

.call-content a,
.service-section .tab-content .tab-pane > a,
.recent-work > div .portfolio-switch,
.portfolio-item-hover .portfolio-title,
.portfolio-item-hover > a,
.entry-cover > a.read-more,
.type-post > a.read-more:hover,
.feature-content,
.team-box ul li a,
.team-box span::before,
.price-table .plan-title h3,
.price-table .plan-title h4,
.plan-select a:hover,
.testimonial-section,
.feature-box span i,
.promo-section .col-md-8 > a,
.branding-content,
.branding-section ul,
.pricing-section2 .plan-select a,
.widget-area .btn-default,
.widget-area .widget-social a,
.widget-area .widget-social a:hover,
.post-pagination ul li a:hover,
.post-pagination ul li a:focus,
.blog-post .content-area .tags a,
.blog-post .content-area .social-icons li a,
.post-comment .media-content span,
.comment-form input[type="submit"],
.product-image .new,
.product-hover a,
.products nav .pagination li a:hover,
.products nav .pagination li a:focus,
.product-section .widget-area .panel-default > .panel-heading,
.product-section .panel-body .size a:hover,
.product-section .price-filter .filter,
.product-detail .summary .size > a:hover,
.product-detail .quantity > a,
.product-detail .add-to-cart,
.related-product h4,
.coupon-code .input-group-btn .btn,
.shipping-calculate button,
.order-summary-content > .col-md-8 a,
.checkout-content input[type="submit"],
.wc-proceed-to-checkout h4,
.wc-proceed-to-checkout h5,
.wc-proceed-to-checkout p,
.checkout .col-md-4 .input-group-addon,
.contact-block i:hover,
.contact-form input[type="submit"] {
	color: #fff;
}
.top-social li a,
.call-content a, 
.service-section .tab-content .tab-pane > a,
.entry-title a,
.plan-select a,
.feature-box span,
.get-in-touch ul li,
.bottom-footer ul li a,
.flicker .bx-wrapper ul li a img,
.flicker .bx-wrapper .bx-prev, 
.flicker .bx-wrapper .bx-next,
.about-box h3,
.promo-box i,
.promo-section .col-md-8 > a,
.type-post > a.read-more,
.widget-area .recent-content h3 a,
.blog-post .content-area .tags a,
.comment-form input[type="submit"],
.contact-form input[type="submit"],
.product-box > h3 a,
.product-hover a,
.product-detail .summary .choose-color a::before,
.product-detail .summary .size > a,
.product-detail .quantity > a,
.product-detail .quantity-block > a.add-to-wishlist,
.product-detail .add-to-cart a,
.coupon-code .input-group-btn .btn,
.shipping-calculate button,
.order-summary-content > .col-md-8 a,
.price-table,
.pricing-section2 .price-table .plan-title h3::before {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

/* -- Section Header */
.section-header {
	margin-bottom: 30px;
}
.navbar-nav {
	/* border-right: 1px solid #EBEBEB; */
}
.section-header h3 {
	margin: 0;
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 21px;
	position: relative;
	line-height: 20px;
}
.section-header h3::before {
	content: "";
	left: 0;
	position: absolute;
	bottom: 0;
	width: 43px;
	height: 2px;
	background-color: #AFCA09;
}
.navbar-brand>img {
	margin:0 auto;
}

/* ## Header */
.container {
	float: right;
	background-color: #fff;
}

/* -- Top Strip */
.top-strip {
	background-color: #fff;
	padding: 0 13px;
}
.top-strip.navbar-fixed-top {
	left: auto;
    max-width: 1170px;
    right: 11.12%;
    width: 100%;
}
.top-social,
.top-search {
	float: left;
	padding: 11px 0;
}
.top-social {
	margin-right: 4px;
}
.top-social li {
	margin: 0;
	display: inline-block;
}
.top-social li a {
	height: 30px;
	display: inline-block;
	border: 1px solid #ededed;
	border-radius: 5px;
	line-height: 28px;
	text-align: center;
	color: #333333;
	font-size: 14px;
	margin-right: 5px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}
.top-social li a.active {
	height: 30px;
	display: inline-block;
	border: 1px solid;
	border-radius: 5px;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	margin-right: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #afca09;
	color: #fff;
	border-color: #afca09;
	font-weight: normal;
	text-decoration: none;
}
.top-social li a:hover {
	background-color: #afca09;
	color: #fff;
	border-color: #afca09;
	font-weight: normal;
	text-decoration: none;
}

@media only screen and (max-width: 991px) {
#halbrund {
	text-align: left;
	display: block;
	height: 116px;
	width: 123px;
	margin-top: 0px;
	margin-left: 0px;
	position: absolute;
	visibility: visible;
	z-index: 999;
	background-image: url(images/halbrund.png);
	background-repeat: no-repeat;
	}
}

/* -- max-width: 991 */
@media only screen and (max-width: 1199px) {
.top-social li a {
    height: 22px;
    display: inline-block;
    border: 1px solid #ededed;
    border-radius: 5px;
    line-height: 20px;
    text-align: center;
    color: #333333;
    font-size: 11px;
    margin-right: 5px;
    padding-right: 5px;
    padding-left: 5px;
    text-decoration: none;
}
.top-social li a.active {
	height: 22px;
	display: inline-block;
	border: 1px solid;
	border-radius: 5px;
	line-height: 20px;
	text-align: center;
	font-size: 11px;
	margin-right: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #afca09;
	color: #fff;
	border-color: #afca09;
	font-weight: normal;
	text-decoration: none;
}
.top-social li.socialround {
	display: none !important;
}
}
.top-social li.socialround a {
	width: 30px;
	height: 30px;
	display: inline-block;
	border: 1px solid #ededed;
	border-radius: 100%;
	line-height: 28px;
	text-align: center;
	color: #646a6e;
}
.top-social li.socialround a:hover {
	background-color: #afca09;
	color: #fff;
	border-color: #afca09;
}
.top-search {
	max-width: 150px;
}
.top-search .input-group {
	border: 1px solid #e9e9e9;
	border-radius: 3px;
}
.top-search .input-group .form-control {
	border: none;
	box-shadow: none;
	height: auto;
	width: 100px;
}
.top-search .input-group .btn-default {
	border: none;
	background-color: transparent;
	outline: none;
	color: #afca09;
}
.top-strip.navbar-fixed-top .top-search {
	margin-right: 30px;
}

#photo-slider {
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #b3d8ff;
}

/* ## Footer */
.footer-main {
	background-color: #414141;
	position: relative;
	margin-top: 42px;
}
.footer-middle h3 {
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 20px;
	position: relative;
	padding-left: 25px;
	margin-top: 0;
}
.footer-middle h3::before {
	content: "";
	position: absolute;
	left: 0;
	height: 15px;
	width: 15px;
	border: 2px solid #fff;
	top: 3px;
}

/* -- Twitter Widget */
.twitter-widget {
	background-color: #585858;
	text-align: center;
	color: #fff;
	font-size: 13px;
}
.twitter-widget .item {
	padding: 58px 0;
}
.twitter-widget .item p {
	margin-bottom: 7px;
}
.twitter-widget .item p span {
	color: #afca09;
}
.twitter-widget .item i {
	font-size: 24px;
	margin-bottom: 20px;
}
.twitter-widget .item a {
	color: #88d9ff;
}
.twitter-widget .carousel-control {
	width: 48px;
	height: 48px;
	background-image: none;
	text-shadow: none;
	opacity: 1;
}
.twitter-widget .carousel-control span {
	z-index: 1;
	position: relative;
}
.twitter-widget .carousel-control.left {
	text-align: left;
	padding-left: 10px;
}
.twitter-widget .carousel-control.right {
	text-align: right;
	padding-right: 10px;
}
.twitter-widget .carousel-control.left::before,
.twitter-widget .carousel-control.right::before {
	position: absolute;
	content: "";
	z-index: 0;
}
.twitter-widget .carousel-control.left::before {
	border-top: 48px solid #afca09; 
	border-right: 48px solid transparent;
	left: 0;
}
.twitter-widget .carousel-control.right::before {
	border-top: 48px solid #afca09; 
	border-left: 48px solid transparent;
	right: 0;
}
.footer-middle {
	background-color: #484848;
	color: #999;
	padding-bottom: 30px;
    padding-top: 30px;
    border-top: #b3d8ff;
    border-top-width: 15px;
    border-top-style: solid;
}
/* -- Get In touch */
.get-in-touch ul {
	border: none;
	text-align: center;
}
.get-in-touch ul li {
	padding: 0;
	margin: 0;
	background-color: #4b4b4b;
}
.get-in-touch ul li:nth-child(2) {
	background-color: #545454;
}
.get-in-touch ul li a {
	padding: 26px 0;
	margin-right: 0;
	border: none;
}
.get-in-touch ul li a,
.get-in-touch .nav-tabs > li.active > a, 
.get-in-touch .nav-tabs > li.active > a:focus, 
.get-in-touch .nav-tabs > li.active > a:hover {
	color: #fff;
}
.get-in-touch ul li a i {
	width: 61px;
	height: 61px;
	display: inline-block;
	border:	1px solid #fbfbfb;
	border-radius: 100%;
	line-height: 61px;
	font-size: 24px;
}
.get-in-touch .nav-tabs > li.active,
.get-in-touch .nav-tabs > li:focus,
.get-in-touch .nav-tabs > li:hover {
	background-color: #afca09;
}
.get-in-touch .nav-tabs > li > a:focus, 
.get-in-touch .nav-tabs > li > a:hover,
.get-in-touch .nav-tabs > li.active > a, 
.get-in-touch .nav-tabs > li.active > a:focus, 
.get-in-touch .nav-tabs > li.active > a:hover {
	background-color: transparent;
	border: none;
}
.get-in-touch .tab-content {
	background-color: #fff;
	padding: 22px;
}
.get-in-touch .tab-content p,
.get-in-touch .tab-content a {
	font-size: 13px;
	color: #4a5768;
	margin-bottom: 0;
}
.get-in-touch .tab-content p i,
.get-in-touch .tab-content a i {
	color: #afca09;
	font-size: 18px;
	margin-right: 15px;
}
/* -- Flicker */
.flicker .bx-wrapper {
	background-color: #545454;
	border: none;
	box-shadow: none;
	padding: 32px 13px;
}
.flicker .bx-wrapper ul li {
	padding: 15px 0;
	float: left !important;
}
.flicker .bx-wrapper ul li a {
	width: 20%;
	box-sizing: border-box;
	float: left;
	text-align: center;
}
.flicker .bx-wrapper ul li a img {
	border: 10px solid rgba(0,0,0,0.1);
	border-radius: 100%;
	display: inline-block;
}
.flicker .bx-wrapper ul li a:hover img {
	border-color: rgba(255,255,255,0.1);
}
.flicker .bx-wrapper .bx-prev,
.flicker .bx-wrapper .bx-next {
	left: 0;
	right: 0;
	width: 100%;
	background-color: #767676;
	background-image: none;
	text-indent: 0;
	font-size: 0;
	text-align: center;
	text-decoration: none;
	margin: 0;
}
.flicker .bx-wrapper .bx-prev {
	bottom: 0;
	top: auto;
}
.flicker .bx-wrapper .bx-next {
	bottom: auto;
	top: 0;
}
.flicker .bx-wrapper .bx-prev::before,
.flicker .bx-wrapper .bx-next::before {
	font-family:'FontAwesome';
	font-size: 18px;
	color: rgba(255,255,255,0.3);
	line-height: 32px;
}
.flicker .bx-wrapper .bx-prev::before{
	content:"\f107"
}
.flicker .bx-wrapper .bx-next::before {
	content:"\f106"
}
.flicker .bx-wrapper .bx-prev:hover,
.flicker .bx-wrapper .bx-next:hover {
	background-color: #989898;
}
.flicker .bx-wrapper .bx-prev:hover::before,
.flicker .bx-wrapper .bx-next:hover::before {
	color: #fff;
}

.bottom-footer {
	background-color: #3a3a3a;
	padding: 34px 20px;
}
.bottom-footer p {
	color: #fff;
	margin: 5px 0;
	font-size: 15px;
	text-transform: uppercase;
}
.bottom-footer ul {
	width: 100%;
	text-align: right;
	margin-bottom: 0;
}
.bottom-footer ul li {
	display: inline-block;
	margin: 0 4px;
}
.bottom-footer ul li a {
	width: 31px;
	height: 31px;
	color: #fff;
	border: 2px solid rgba(255,255,255,0.1);
	display: inline-block;
	border-radius: 100%;
	text-align: center;
	line-height: 28px;
}
.bottom-footer ul li a:hover {
	border-color: #afca09;
	background-color: #afca09;
}

/* -- Page Header */
.page-banner {
	min-height: 125px;
	max-height: 125px;
	background-image: url("images/about/about-banner.jpg");
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
	padding-top: 45px;
}
.page-banner h3 {
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
}
.page-banner ol {
	background-color: transparent;
	padding: 0;
	margin:0;
}
.page-banner ol li {
	text-transform: lowercase;
	font-size: 13px;
	font-weight: 300;
}
.page-banner ol li a,
.page-banner .breadcrumb > .active {
	color: #fff;
}
.breadcrumb > li + li::before {
	content:"\f0a9";
	font-family:'FontAwesome';
	color: #afca09;
	font-size: 14px;
	margin: 0 8px;
}
/*.menu-block.navbar-fixed-top {
	position: fixed;
}*/

/* ## Responsive */
@media (min-width: 1480px) {
	.menu-block {
		/* position: fixed; */
		top: 0;
		max-height: 100%;
		overflow: visible;
		z-index: 999;
	}
	.menu-block .navbar-collapse.collapse {
		max-height: 100%;
	}
}
/* -- min-width: 992 to max-width: 1200 */
@media only screen and (min-width: 1200px) and (max-width: 1479px) {
	.main-container {
		width: 1170px;
		position: relative;
	}
	.container {
		float: none;
	}
	.menu-block {
		position: fixed;
		left: -100%;
		z-index: 1031;
	}	
	.menu-block.menu-open {
		left: 0;
		opacity: 1;
		position: fixed;
		z-index: 1031;
		max-height: 100%;
	}
	.menu-block,
	.top-strip .row > span,
	.top-strip .row > span::before {
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
	}
	.top-strip .row > span {
		width: 35px;
		height: 35px;
		background-color: #a1a1a1;
		float: left;
		margin-bottom: 10px;
		margin-top: 10px;
		text-align: center;
		color: #fff;
		font-size: 26px;
		line-height: 35px;
		cursor: pointer;
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
	}
	.top-strip .row > span::before {
		content: "\61";
		font-family: 'ElegantIcons';		
	}
	.top-strip .row > span.menu-bar-close::before {
		content: "\4d";
	}	
	.top-strip.navbar-fixed-top .row > span {
		margin-left: 30px;
	}
	.top-strip .row > span.menu-bar {
		position: relative;
		z-index: 1;
	}
	.top-strip .row > span.menu-bar-close	{
		background-color: #afca09;
		opacity: 0;
		position: absolute;
		left: 30px;
		z-index: 0;
	}
	.top-strip .row > span.menu-bar-close.active {
		left: 420px;
	}
	.top-strip.navbar-fixed-top .row > span.menu-bar-close.active	{
		left: 290px;
	}
	.top-strip .row > span.menu-bar-close.active,
	.top-strip.navbar-fixed-top .row > span.menu-bar-close.active	{
		opacity: 1;
	}
	.top-strip .row > span.menu-bar.active {
		margin-left: 200px;
		opacity: 0;
	}
	.top-strip.navbar-fixed-top {
		left: 0;
		right: 0;
		max-width: 1170px;
		width: 100%;
	}
	.menu-block.navbar-fixed-top {
		position: fixed;
		z-index: 1031;
		left: -100%;		
	}
	.menu-block.navbar-fixed-top.menu-open {
		left: 0;
	}
	.menu-block.menu-open.navbar-fixed-top {
		opacity: 1;
	}
	#halbrund {
		visibility:hidden;
		}
}

/* -- min-width: 992 to max-width: 1200 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-container {
		width: 970px;		
	}
	.container {
		float: none;
	}
	.top-strip.navbar-fixed-top {
		left: 0;
		right: 0;
		max-width: 970px;
		width: 100%;
	}
}

/* -- min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-container {
		width: 750px;
		margin: 0 auto;
	}
	.container {
		float: none;
	}	
	.menu-block.navbar-fixed-top,
	.top-strip.navbar-fixed-top {
		left: 0;
		right: 0;
		max-width: 750px;
		width: 100%;
	}
	#halbrund {
		visibility:hidden;
		}
}

/* -- min-width: 319 to max-width: 767 */
@media (max-width: 767px) {	
	.main-container {
		width: 100%;
	}
	.top-strip.navbar-fixed-top {
		left: 0;
		right: 0;
		max-width: 100%;
		width: 100%;
	}
	#halbrund {
		visibility:hidden;
		}
}

/* -- min-width: 319 to max-width: 479 */
@media (max-width: 479px) {
	.page-banner h3 {
		font-size: 19px;
	}
	.bottom-footer ul li {
		margin: 0 -1px;
	}
	#halbrund {
		visibility:hidden;
		}
}

/* -- max-width: 991 */
@media (max-width: 1199px) {
	.menu-block {
		width: 100%;
	}
	.top-strip.navbar-fixed-top {
		position: fixed;
	}
	.main-container {
		position: relative;
	}
	.container {
		float: none;
	}
	
	/* ## Footer */
	.get-in-touch {
		margin-bottom: 30px;
	}
}
/* -- max-width: 580 */
@media (max-width: 560px) {
	.top-strip {
		padding-top: 0px;
		display: inline-block;
	}
	#halbrund {
		visibility:hidden;
		}
}

i.menuemeinestadt {
	background-color: #a2c7e7;
	}
i.menuerathaus {
	background-color: #61b7f2;
	}
i.menuefamilie {
	background-color: #59c1cf;
	}
i.menuestadtbetriebe {
	background-color: #6bcfbb;
	}
i.menuefreizeit {
	background-color: #7cc558;
	}
i.menuewirtschaft {
	background-color: #e4b646;
	}

.grid {
  background: #FFF;
  max-width: 1100px;
}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-sizer {
	width: 360px;
	}
.grid-item {
	width: 350px;
	float: left;
	/* border-radius: 5px; */
	background-color: #F3F3F3;
	/* padding: 5px; */
	/* margin-right: 10px; */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* @media (max-width: 991px) {
.grid-item {
	width: 48%;
}
} */

.news .article {
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.news .footer {
	clear: both;
	margin-top: 0px;
	color: #888;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-top-style: none;
}
.news .article .header {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 0px;
}
.news .article .header h4 {
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	padding-left: 20px;
}
.news .article .teaser-text {
	padding-right: 20px;
	padding-left: 20px;
}
.news .article .footer {
	padding-right: 20px;
	padding-left: 20px;
}

.news .article .news-img-wrap a {
	display: block;
	float: left;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.news .article .news-img-wrap {
	padding-bottom: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #F3F3F3;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.news-single .article .news-img-wrap {
    float: right;
    /* width: 400px; */
    margin: 0 0 0 25px;
}
.news-img-caption {
	color: #333;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 14px;
	font-style: italic;
}
.news-backlink-wrap a {
	padding-top: 5px;
	border-top-style: none;
	float: right;
	font-weight: bold;
	color: #FFF;
	background-color: #437bb0;
	margin-top: 25px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-decoration: none;
	}
.news-backlink-wrap a:hover {
	background-color: #6fb2f1;
	}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 25px;
}
.container ul li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
	}
.container ul li ul li {
	list-style-position: outside;
	list-style-type: circle;
	margin-left: 25px;
	}
.container ul.tx-indexedsearch-browsebox li {
	list-style-type: none;
	display: inline-block;
	}
ul.ce-uploads li {
	list-style-type: none;
	background-color: #F5F5F5;
	padding: 5px;
	}
.csc-frame-indent {
	background-color: #bdd9f4;
	padding: 15px;
	border-radius: 15px;
	margin-bottom: 25px;
	}
.csc-frame-indent h1 {
	color: #FFF;
	}
.frame-indent {
    margin-left: 0px;
    margin-right: 0px;
}
.csc-frame-indent-left {
	background-color: #d3e394;
	padding: 15px;
	border-radius: 15px;
	margin-bottom: 25px;
	}
.csc-frame-indent-left h1 {
	color: #FFF;
	}
.frame-indent-left {
    margin-left: 0px;
    margin-right: 0px;
}
.csc-frame-indent-right {
	background-color: #f6db7e;
	padding: 15px;
	border-radius: 15px;
	margin-bottom: 25px;
	}
.csc-frame-indent-right h1 {
	color: #FFF;
	}
.frame-indent-right {
    margin-left: 0px;
    margin-right: 0px;
}
li#meinestadt {
	background-color: #e9f3fb;
	}
#footer strong {
	color: #DDD;
	}
#footer a {
	color: #8ebae1;
	}
#footer a:hover {
	color: #c4d9f2;
	}
.page-navigation {
	position: absolute;
	bottom: -25px;
	}
.pull-right ul li {
	margin-left: 0px;
	}
.tx-indexedsearch-res {
	background-color: #f5f5f5;
	padding: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	}
.tx-indexedsearch-searchbox legend {
	display: none;
	}
@media (min-width: 992px) {
	.navbar-nav>li>.dropdown-menu {
    margin-top: -101px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
	z-index: 9999;
}
/* auch position:fixed Zeile 810 und 830 auskommentiert */
	
	}

/* Barrierefreiheit */

.csc-frame a {
    text-decoration: underline;
}

.news .article .footer a span {
    text-decoration: underline;
}

.abstand20 a {
    text-decoration: underline;
}

/* Accordion */

.container ul.tinyaccordion li {
    margin-left: 0px !important;
}

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

ul.tinyaccordion li {
    background: #f0f0f0 !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    margin-bottom: 5px;
}

ul.tinyaccordion h4 {
    margin: 0 0 6px 0;
    padding-left: 25px;
    padding-bottom: 15px;
    cursor: pointer;
    background: url(/typo3conf/ext/tinyaccordion/Resources/Public/Images/plusneu.png) no-repeat 0 3px;
}

ul.tinyaccordion h4.acc-selected {
    margin: 0 0 6px 0;
    padding-left: 25px;
    padding-bottom: 15px;
    cursor: pointer;
    background: url(/typo3conf/ext/tinyaccordion/Resources/Public/Images/minusneu.png) no-repeat 0 4px;
}
