/*
	Theme Name: Guyan & Co. AG 
	Author: onOffice - Florian Dankelmann
	Author URL: https://www.onoffice.com
*/

/*------------------------------------*\
    Main
\*------------------------------------*/

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('./fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('./fonts/open-sans-v34-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* 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-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+ */
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	hyphens: auto;
}

a {
	color: #fe001a;
}

a.inherit-style {
	color: inherit;
	text-decoration: none;
}

a.button {
	padding: 10px;
	color: #000;
	border: 1px solid #000;
	text-decoration: none;
	display: block;
	transition: all 0.2s;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}

a.button:hover {
	color: #fff;
	background: #000;
}

p {
	font-size: 14px;
}

.content p, .contact-content p {
	margin: 10px 0;
	line-height: 24px;
}

.content ul {
	padding: 0 0 0 25px;
}

.content ul li {
	font-size: 14px;
	list-style: none;
	position: relative;
	line-height: 24px;
}

.content ul li:before {
	content: "●";
	color: #fe001a;
	top: 0px;
	left: -15px;
	font-size: 12px;
	line-height: 22px;
	position: absolute;
}

.clear {
	clear: both;
}

h1 {
	border-left: 3px solid #fe001a;
	padding: 0 0 0 5px;
	text-transform: uppercase;
}

.content h2 {
	color: #fe001a;
	font-size: 16px;
	text-transform: uppercase;
	margin: 25px 0 15px 0;
}

.content h2:first-child {
	margin-top: 0;
}

h2.headline {
	width: 100%;
	display: table;
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
	text-transform: uppercase;
	font-size: 35px;
}

h2.headline span.distance {
	padding: 0 25px;
}

h2.headline span.bold {
	font-weight: bold;
}

h2.headline:before, h2.headline:after {
	border-top: 1px solid #000;
	content: '';
	display: table-cell;
	position: relative;
	top: 1em;
	width: 45%;
	padding: 50px 0 30px 0;
}

h3 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
}

strong.headline {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	padding: 25px 0 10px 0;
}

.green {
	color: rgb(0, 161, 25);
}

.orange {
	color: #ff7e00;
}

.red {
	color: rgb(254, 0, 26);
}

/*------------------------------------*\
    Structure
\*------------------------------------*/

.wrapper {
	width: 100%;
}

.wrapper-center {
	width: 1150px;
	margin: auto;
	max-width: 100%;
}

.grid-100 {
	width: 100%;
	padding: 0 5px;
	float: left;
}

.grid-66 {
	width: 66.66%;
	padding: 0 5px;
	float: left;	
}

.grid-60 {
	width: 60%;
	padding: 0 5px;
	float: left;	
}

.grid-50 {
	width: 50%;
	padding: 0 5px;
	float: left;	
}

.grid-40 {
	width: 40%;
	padding: 0 5px;
	float: left;	
}

.grid-33 {
	width: 33.33%;
	padding: 0 5px;
	float: left;	
}

.grid-25 {
	width: 25%;
	padding: 0 5px;
	float: left;	
}

.grid-20 {
	width: 25%;
	padding: 0 5px;
	float: left;	
}

.padding-bottom {
	padding: 0 0 15px 0;
}

.margin-top {
	margin: 25px 0 0 0;
}

.no-margin {
	margin: 0 !important;
}

/*------------------------------------*\
    Header
\*------------------------------------*/

.header {
	position: fixed;
	top: 0;
	background: #fff;
	border-bottom: 1px solid #000;
	z-index: 999;
}

.logo {
	padding: 25px 0 0 0;
}

.logo img {
	max-width: 100%;
	width: 200px;
}

.navigation {
	position: relative;
}

.sub-navigation ul {
	float: right;
	text-transform: uppercase;
}

.sub-navigation ul li {
	float: left;
	list-style: none;
	border-left: 1px solid #ccc;
	padding: 0 15px;
	font-size: 12px;
	line-height: 38px;
}

.sub-navigation ul li:last-child {
	border-right: 1px solid #ccc;
}

.sub-navigation ul li a {
	color: #ccc;
	text-decoration: none;
	transition: all 0.2s;
}

.sub-navigation ul li a:hover {
	color: #000;
}

.main-navigation ul {
	float: right;
	text-transform: uppercase;
	margin: 35px 0 0 0;
}

.main-navigation ul li {
	float: left;
	list-style: none;
	padding: 0 15px;
	font-size: 16px;
	line-height: 48px;
}

.main-navigation ul li:last-child {
	padding-right: 0;
}

.main-navigation ul li a {
	border-bottom: 2px solid #ffffff;
	transition: all 0.2s;
	padding: 0 0 10px 0;
}

.main-navigation ul li a:hover {
	border-bottom: 2px solid #fe001a;
	color: #ccc;
}

.main-navigation ul li.current_page_item a {
	border-bottom: 2px solid #fe001a;
	color: #ccc;
}

.main-navigation ul li a {
	color: #000;
	text-decoration: none;
}

.menu-trigger {
	display: none;
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 30px;
	color: red;
	border: 1px solid #000;
	padding: 0 7px;
	text-align: center;
	cursor: pointer;
}

.mobile-navarea {
	position: fixed;
	top: 75px;
	background: #fff;
	display: none;
	z-index: 999;
}

.mobile-navarea ul li {
	list-style: none;
	width: 100%;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #ccc;
	transition: all 0.2s;
}

.mobile-navarea ul li:hover, .mobile-navarea ul li.current_page_item {
	border-left: 3px solid #fe001a;
}

.mobile-navarea ul li a {
	color: #000;
	font-weight: 700;
	text-decoration: none;
}

/*------------------------------------*\
    Main
\*------------------------------------*/

.start-content {
	margin-top: 112px;
	padding-bottom: 0 !important;
}

.start-content, .content {
	padding: 10px 25px 10px;
}

.content, .obj-content {
	margin: auto;
	background: rgba(255,255,255,0.8);
	padding: 25px;
}

.obj-content {
	background: none;
	padding: 0 0 25px 0;
}

.contact-content {
	background: rgba(255,255,255,0.8);
	padding: 25px;
	margin: 25px auto 0 auto;
}

.background {
	background: url('https://www.guyan.ch/wp-content/themes/blank/img/skyline.jpg') #fff;
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
	margin: 122px 0 0 0;
	padding: 50px 0 0 0;
}

/*------------------------------------*\
    Content
\*------------------------------------*/

.map {
	width: 100%;
	height: 300px;
	margin: 122px 0 0 0;
	border-bottom: 1px solid #000;
}

.sidebar {
	padding: 10px;
	border: 1px solid #000;
}

.sidebar h4 {
	content: "";
	border-bottom: 1px solid #fe001a;
	width: 100%;
	display: block;
	margin: 0 0 2px 0;
	text-transform: uppercase;
}

/*------------------------------------*\
    Formulare
\*------------------------------------*/

.formfield {
	position: relative;
}

.formfield label {
	position: absolute;
	left: 3px;
	top: 9px;
	font-style: italic;
	font-size: 13px;
}

.formfield input, .formfield textarea {
	width: 100%;
	border: 0;
	line-height: 35px;
	background: none;
	font-style: italic;
	font-size: 13px;
}

.formfield input {
	border-bottom: 1px solid #000;
}

.formfield textarea {
	height: 140px;
	background: url('https://www.guyan.ch/wp-content/themes/blank/img/textarea.png') repeat 0 0;
	resize: none;
}

.row {
	margin: 0 0 15px 0;
}

.submitarea {
	float: right;
	text-align: right;
}

button.submitbutton {
	padding: 10px;
	color: #000;
	border: 1px solid #000;
	text-decoration: none;
	display: block;
	transition: all 0.2s;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	width: 150px;
}

button.submitbutton:hover {
	color: #fff;
	background: #000;
}

.quarterfield:nth-child(1) {
	padding-left: 0;
}

.quarterfield:nth-child(2) {
	padding-right: 0;
}

/*------------------------------------*\
    Footer
\*------------------------------------*/

.footer {
	padding: 50px 0;
	border-top: 3px solid #000;
}

.footer-teaser {
	height: 250px;
}

.footer .icon {
	color: #fe001a;
	font-size: 35px;
	height: 100%;
	border-right: 1px solid #000;
	width: 50px;
	text-align: center;
}

.footer .footer-section-content {
	padding: 10px 0 0 10px;
}

.footer .footer-section-content, .footer .icon {
	float: left;
}

.newsletter-input {
	border: none;
	border-bottom: 1px solid #000;
	width: 100%;
}

.anmelde-area {
	position: relative;
}

.anmelde-area a {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	color: #000;
	text-decoration: none;
	border: 1px solid #000;
	padding: 0px 7px;
}

.imprint {
	padding: 5px 0;
	color: #ccc;
}
.imprint .wrapper-center {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 15px 0;
}

.rights {
	padding-top: 5px;
}

.rrt {
	display: flex;
	align-items: center;
	justify-content: center;
}

.rrt-logo {
	text-align: center;
	max-width: 200px;
}

.rrt-logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.onoffice-logo {
	text-align: right;
}

.onoffice-logo img {
	vertical-align: middle;
}

.cookieoverlay {
	padding: 10px;     
	position: fixed;
	bottom: 0;
	z-index: 50000;
	background: #efefef;
	width: 100%;
}

.cookieinfo {
	width: 80%;
	float: left;
}

.hidecookie {
	max-width: 20%;
	width: 50px;
	float: right; 
	cursor: pointer;
	text-align: center;
	border: 1px solid black;
	padding: 0 10px;
}

/*------------------------------------*\
    News
\*------------------------------------*/

.newsframe {
	padding: 50px 0;
}

.newsframe h2 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	padding: 0 0 15px 0;
}

.newsbox:nth-child(2) {
	padding-right: 0 !important;
}

.newsbox p {
	font-size: 12px;
}

.newsbox-background {
	background: rgba(255,255,255,0.8);
	padding: 10px !important;
}

.button-newsbutton {
	display: block;
	text-decoration: none;
	width: 80px;
	color: #000;
	border: 1px solid #000;
	padding: 6px;
	font-size: 12px;
	text-align: center;
	transition: all 0.2s;
	float: right;
	margin: 10px 0 0 0;
}

.button-newsbutton:after {
	content: "";
	border-bottom: 1px solid #fe001a;
	width: 100%;
	display: block;
	margin: 0 0 2px 0;
}

.button-newsbutton:hover {
	color: #fff;
	background: #fe001a;
	border-color: #fe001a;
}

/*------------------------------------*\
    Rahmen
\*------------------------------------*/

.startseitenframe {
	margin: 25px 0;
}

/*------------------------------------*\
    Suche
\*------------------------------------*/

.select-objektart {
	padding: 25px 10px;
	text-align: center;
}

.select-objektart span {
	padding: 0 10px;
}

.background-field {
	padding: 25px 10px;
	background: rgba(255,255,255,0.8);
}

.miet-suche, .kauf-suche {
	text-transform: uppercase;
}

.miet-suche select, .kauf-suche select {
	width: 100%;
	background: none;
	border: 1px solid #000;
	padding: 5px;
	height: 45px;
	text-transform: uppercase;
	font-size: 12px;
}

.miet-suche button, .kauf-suche button {
	width: 100%;
	min-width: 0;
	background: #ed1c24;
	color: #fff;
	border: 1px solid #ed1c24;
	padding: 5px;
	height: 45px;
	text-transform: uppercase;
	transition: all 0.5s;
}

.miet-suche button:hover, .kauf-suche button:hover {
	background: #000;
	color: #fff;
	border: #000;

}

.miet-suche input[type="text"], .kauf-suche input[type="text"] {
	background: #fff;
	border: 1px solid #000;
	padding: 5px;
	height: 50px;
	width: 50px;
	text-align: center;
}

.miet-suche input[type="checkbox"], .kauf-suche input[type="checkbox"] {
	background: none;
	border: 1px solid #000;
	cursor: pointer;
}

.zimmersuche {
	font-size: 12px;
	padding-left: 25px;
}

.zimmersuche label {
	padding: 0 10px;
}

#zimmer-label {
	padding: 0 25px 0 0;
}

.kauf-suche.ressuche, .miet-suche.ressuche {
	display: none;
}

/*------------------------------------*\
    Listenansicht
\*------------------------------------*/

.box {
	padding: 10px;
}

.objektliste, .noobject {
	background: rgba(255,255,255,0.8);
	padding: 25px;
	margin: 35px 0 0 0;
}

.objektliste.stammobjekt {
	padding: 0;
}

.list.stammobjekt {
	padding: 0;
}

.objectimage {
	height: 400px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.objectinfos {
	height: 400px;
	padding: 25px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

.listdetails {
	font-size: 14px;
	font-weight: 600;
}

.price {
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 25px 0;
	color: #fe001a;
}

.price.stammobjekt {
	color: #000;
	font-size: 20px;
	position: absolute;
	bottom: 5px;
}

.stammstatus {
	font-weight: bold;
	font-size: 16px;
}

.more-button {
	width: 150px;
	text-align: center;
}

.obj-listobject-image {
	height: 200px;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.listobject-title {
	padding-left: 25px;
	border-left: 1px solid #000;
	font-weight: 700;
	font-size: 16px;
	margin: 15px 0 25px 0;
	transition: all 0.2s;
}

.start-listobject-title {
	padding-left: 25px;
	border-left: 1px solid #000;
	font-weight: 700;
	font-size: 16px;
	margin: 15px 0;
	min-height: 50px;
	transition: all 0.2s;
}


.start-listobject-title:hover {
	color: #fe001a;
}

.listbutton-detail {
	display: block;
	border-bottom: 1px solid #000;
	width: 100%;
}

.subline {
	font-size: 14px;
	font-weight: 600;
	margin: 18px 0 45px 0;
}

.button-listbutton {
	display: block;
	text-decoration: none;
	width: 80px;
	color: #000;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 6px;
	font-size: 12px;
	text-align: center;
	transition: all 0.2s;
	float: right;
}

.button-listbutton:after {
	content: "";
	border-bottom: 1px solid #fe001a;
	width: 100%;
	display: block;
	margin: 0 0 2px 0;
}

.button-listbutton:hover {
	color: #fff;
	background: #fe001a;
	border-color: #fe001a;
}

.objectinfos.stammobjekt {
	height: 200px;
	border-top: 0;
	border-right: 0;
	position: relative;
	padding: 10px 0;
}

.stilelement {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #fe001a;
	height: 5px;
	width: 40px;
}

.stammobjekt .listobject-title {
	color: #000 !important;
	border: 0 !important;
	font-weight: 700 !important;
	padding-left: 0 !important;
}

/*------------------------------------*\
    Detailansicht
\*------------------------------------*/

.obj-links {
	width: 100%;
	padding: 50px 0;
	background: #252525;
	text-align: center;
}

.obj-aktionsbutton {
	display: inline-block;
	color: #000;
	text-transform: uppercase;
	margin: 10px;
	width: 325px;
	max-width: 98%;
	background: #fff;
	padding: 15px 15px;
	text-align: center;
	text-decoration: none;
	transition: all 0.5s;
	font-size: 12px;
	font-weight: normal;
}

.obj-aktionsbutton:hover {
	color: #fff;
	background: #fe001a;
}

.obj-aktionsbutton i {
	float: left;
	font-size: 18px;
}

.grundrissbild img {
	display: block;
	margin: auto;
	width: 700px;
	height: auto;
	max-width: 100%;
}

.object-gallery {
	margin: 15px 0;
	padding-top: 10px;
	color: #fe001a;
	text-align: right;
}

.objdetails-right {
	padding-left: 10px;
}

.object-gallery div {
	height: 400px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.object-gallery div.statusbanner {
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px;
	font-size: 16px;
	background: rgba(255,255,255,0.5);
	height: auto;
}

.objektbilder .listpicture {
	width: 50%;
	float: left;
	padding: 15px 30px;
	position: relative;
}

.objektbilder .listpicture:nth-child(1n) {
	padding-left: 0;
}

.objektbilder .listpicture:nth-child(2n) {
	padding-right: 0;
}

.objektbilder .listpicture a {
	position: absolute;
	background: rgba(255,255,255,0.8);
	bottom: 0;
	width: 100%;
	height: 50px;
	text-decoration: none;
	font-size: 14px;
	text-align: right;
    line-height: 50px;
    padding: 0 15px;
}

.fancy-toggle {
    float: left;
    padding: 10px 10px 12px 10px;
    line-height: 10px;
    border: 1px solid #000;
    font-size: 25px;
    color: #000;
    margin: 8px 0 0 0;
    font-weight: 300;
    transition: all 0.5s;
}

.fancy-toggle:hover {
	transform: rotate(180deg);
}

.objektbilder .obj-gallerypicture {
	height: 300px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	border-bottom: 1px solid #000;
}

.objdetail-details {
	font-size: 14px;
}

.detail-row {
	padding: 2.5px 0;
}

.detail-label, .detail-value {
	float: left;
}

.detail-label {
	text-align: left;
	width: 40%;
}

.detail-value {
	text-align: right;
	color: #fe001a;
	width: 60%;
}

.objdetails-detailssection {
	border-bottom: 1px solid #ccc;
	padding: 25px 0;
}

.objdetail-details .button {
	width: 150px;
	text-align: center;
}

.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
}

.anfrageformular {
	max-width: 100%;
	width: 1000px;
}

.anfrageformular input {
	padding-left: 75px !important;

}

.anfrageformular textarea {
	padding-left: 80px !important;
}

.anfrageformular h2 {
	color: #fe001a;
}

/*------------------------------------*\
    Responsive
\*------------------------------------*/

@media only screen and (max-width: 1010px) {
	.footer-teaser {
		width: 50%;
	}
	.footer .footer-teaser:nth-child(3) {
		display: block;
		margin: auto;
		float: none;
	}
}

@media only screen and (max-width: 980px) {
	.kauf-suche.ressuche, .miet-suche.ressuche {
		display: block;
	}
	.kauf-suche,.miet-suche {
		display: none;
	}
}

@media only screen and (max-width: 875px) {
	.objectimage {
		width: 100%;
		height: 275px;
	}

	.list .box {
		padding: 10px;
		border: 1px solid #000;
		margin: 10px 0;
	}

	.wohneinheit {
		border: 0px !important;
	}

	.objectinfos.stammobjekt {
		border-bottom: 1px solid #000;
	}

	.objectinfos {
		width: 100%;
		border: 0;
		height: auto;
	}
}

@media only screen and (max-width: 850px) {
	.objdetail-details {
		width: 100%;
	}
	.objdetails-right {
		width: 100%;
	}
}

@media only screen and (max-width: 820px) {
	.main-navigation, .sub-navigation {
		display: none;
	}

	.menu-trigger {
		display: block;
	}

	.start-content, .map {
		margin: 65px 0 0 0;
	}

	.background {
		margin: 75px 0 0 0;
	}

	.logo {
		padding: 25px 0 10px 0;
	}
	.cookieinfo {
		width: 100%;
	}

	.hidecookie {
		width: 100%;
		max-width: 100%;
	}
}

@media only screen and (max-width: 765px) {
	.newsbox:nth-child(2) {
		padding-right: 17.5px !important;
	}
}

@media only screen and (max-width: 750px) {
	.wohneinheit {
		width: 50%;
	}
}

@media only screen and (max-width: 700px) {
	.objektbilder .listpicture {
		width: 100%;
		padding: 20px 0;
	}
}

@media only screen and (max-width: 675px) {
	.footer-teaser {
		margin: 20px auto;
		float: none;
		width: 75%;
	}

	h2.headline {
		display: inherit;
		white-space: inherit;
	}

	h2.headline span.distance {
		padding: 0;
	}

	.imprint .wrapper-center > div {
		width: 100%;
	}
	.rrt-logo {
		width: 60%;
		max-width: 200px;
		margin: 0 auto;
		order: 2;
	}
	.rights, .onoffice-logo {
		text-align: center;
		order: 1;
	}
}

@media only screen and (max-width: 600px) {
	.contactform .row > .grid-50 {
		width: 100%;
	}
	.row {
		margin: 0;
	}
	.row > .grid-50 {
		margin: 5px 0;
	}
}

@media only screen and (max-width: 500px) {
	.footer-teaser {
		width: 100%;
	}
	.obj-content, .content, .start-content, .contact-content {
		padding-left: 5px;
		padding-right: 5px;
	}
	.vc_row {
		margin-left: 0 !important;
	}
	.obj-aktionsbutton {
		margin: 10px 0;
	}
	#zimmer-label {
		padding: 0;
	}
	.zimmersuche label {
		padding: 0;
	}
	.zimmersuche {
		padding-left: 0;
	}
}

@media only screen and (max-width: 475px) {
	.wohneinheit {
		width: 100%;
	}
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
	margin: 0 !important;
}

.vc_row {
	margin-right: 0 !important;
}

.hesperiden .tp-bullet:hover, .hesperiden .tp-bullet.selected {
	background: #fe001a !important;
}