@import url('https://fonts.googleapis.com/css?family=Lato:100,200,300,400,500,700|Open+Sans:300,400,700');

/*
    font-family: 'Lato', sans-serif;
    font-family: 'Lato', sans-serif;
*/

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	font-family:'Lato', sans-serif
	color: #918ca2;
	line-height: 1.4;
	overflow-x: hidden;
}

div.beez_full {
	float: left;
    width: 100%;
}

div.pagetop {
    min-height: calc(100% - 200px);
}

.beez_container {
	max-width: 1172px;
	margin: 0 auto;
}

#mc_embed_signup div#mce-responses {
	position: relative !important;
	top: 10px !important;
	margin: 0 !important;
	width: 100% !important;
}

#mc_embed_signup #mce-success-response {
	color: #8a7651 !important;
	margin-top: 60px;
	font-size: 12px;
}

#mc_embed_signup .checkbox_newsletter {
	display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

#mc_embed_signup .checkbox_newsletter #RGDP {
	width: unset !important;
	padding: 0;
	margin-right: 10px;
	box-sizing: border-box;
}

#mc_embed_signup .checkbox_newsletter label a {
	color: #8a7651;
}

#mc_embed_signup .checkbox_newsletter label a:visited {
	text-decoration: none;
}

input[type="button"],
input[type="submit"],
a {
	cursor: pointer;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 1;
}

input[type="button"]:hover,
input[type="submit"]:hover,
a:hover {
	opacity: 0.75;
}


/* HEADER [BEGIN] */

.beez_header {
	margin-top: 0px;
	z-index: 10;
	position: relative;
	min-height: 96px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.beez_full.beez_header {
    z-index: 5;
    position: relative;
    box-sizing: border-box;
    padding: 0 30px;
}

.beez_header .bwm_logo {
	float: left;
	width: 12%;
	margin-right: 2%;
	margin-top: 20px;
}

.beez_header .bwm_logo img {
	width: 100%;
	height: auto;
}

.beez_header .bwm_lang_menu {
	float: right;
	text-align: right;
	min-width: 50px;
	text-align: center;
	margin-top: 43px;
	font-size: 13px;
}

.beez_header .bwm_lang_menu a {
	color: #8a7651;
	text-decoration: none;
}

.beez_header .bwm_lang_menu .CUR a {
	color: #77787b;
	font-weight: bold;
}

.beez_header .bwm_lang_menu .tx-srlanguagemenu > div {
	float: left;
	margin: 0 5px 0 5px;
}

.beez_header .bwm_reservar {
	float: right;
	text-align: right;
	min-width: 50px;
	text-align: center;
	margin-top: 43px;
	font-size: 13px;
	position: relative;
}

.beez_header .bwm_reservar h2 {
	margin: 0;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	color: #8a7651;
	cursor: pointer;
}

.beez_header .bwm_reservar ul {
	padding: 20px;
	background-color: #7f6e55;
	position: absolute;
	top: 100%;
	right: 0;
	width: 200px;
	display: none;
}

.beez_header .bwm_reservar ul li {
	list-style: none;
}

.beez_header .bwm_reservar ul li a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

.beez_header .separador {
	float: right;
	margin: 42px 10px 0 10px;
}

#bwmtoptel {
	color: #3c2983;
}

.bwm_lang_button {
	margin-top: 3px;
	position: relative;
	float: right;
	margin-right: 15px;
}

#bwm_lang_select {
    display: none;
    position: absolute;
    margin-left: 0;
    padding-top: 5px;
    z-index: 10;
}

.beez_header .bwm_contact_top {
	width: 45%;
	float: right;
	text-align: right;
	margin-top: 30px;
	font-size: 13px;
}

.beez_header .bwm_lang_menu .tx-srlanguagemenu.tx-srlanguagemenu-flags > div {
    display: inline;
    margin-left: 5px;
}

.beez_header .bwm_lang_menu .tx-srlanguagemenu.tx-srlanguagemenu-flags > div img {
    opacity: 1;
}

.beez_header .bwm_mobile_menu
 {
	display: none; /* WARNING:  */
	background-image: url('../img/00-Ico-Menu-Open.svg');
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: center;
	width: 30px;
	height: 30px;
	margin-right: 20px;
	margin-top: 9px;
	margin-left: 10px;
	float: right;
}

nav .bwm_mobile_menu_closed {
	background-image: url('/fileadmin/templates/cv/img/00-Ico-Close.svg');
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: center;
	width: 30px;
	height: 30px;
	margin-top: 40px;
	transform: translateX(15px);
	float: right;
}

.bwm_main_menu {
	width: 100%;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

.bwm_main_menu ul {
	margin: 0;
	padding: 0;
}

.bwm_main_menu ul li {
	text-align: left;
	list-style: none;
	float: left;
	position: relative;
	margin-top: 4px;
}

.bwm_main_menu ul li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #8a7651;
	padding: 10px 15px 20px 15px;
	display: block;
	float: left;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	font-size: 14px;
}

.bwm_main_menu ul li.beez_mainmenu_first a {
	padding-left: 0;
}

.bwm_main_menu ul li.current_page_item > a,
.bwm_main_menu ul li a:hover {
	font-weight: 500;
}

#menu ul li:hover ul {
	display: block;
}

#menu ul li ul {
	clear: both;
	left: -11px;
	display: none;
	position: absolute;
	z-index: 100;
	top: 49px;
	border-bottom: none;
	padding: 5px;
	font-family: 'Lato',sans-serif;
	font-weight: 300;
}

#menu ul li ul li {
	background-color: #7f6e55;
    display: block;
    margin: 0;
    position: relative;
    text-align: left;
    width: 100%;
	padding: 3px 0px 3px 20px;
}
#menu ul li ul li:hover {
	background-color: #8a7651;
}

#menu ul li ul li a {
	padding: 7px 10px;
	display: block;
	min-width: 170px;
	color: #e8e8e8;
	text-transform: none;
	font-weight: 300;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

#menu ul li ul li:last-child a {
	border-bottom: none;
}

#menu ul li ul li a:hover {
	color: rgba(255,255,255,1);
}

#menu ul > li.beez_mainmenu_last {
	float: right;
}

#menu ul > li.beez_mainmenu_last a {
	text-transform: none;
	padding: 8px 0px 5px 10px;
	font-size: 14px;
	color: #8a7651;
	background-image: url('../img/icon-sonido.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;
	padding-left: 40px;
}

.bwm_contact_top a {
	color: #77787b;
	font-size: 14px;
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: left center;
	line-height: 18px;
	display: block;
	float: right;
	text-transform: uppercase;
	text-decoration: none;
}

.bwm_contact_top span {
	margin: 0 20px;
	float: right;
}

#bwmMainImage {
	position: relative;
	height: 550px;
	box-sizing: border-box;
	overflow: none;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#bwmMainImage .text {
	position: absolute;
	top: 35%;
	left: 50%;
	text-align: center;
	min-width: 90%;
	transform: translate(-50%, -50%);
}

#bwmMainImage .text::after {
	position: absolute;
	bottom: -40px;
	left: 50%;
	width: 60px;
	border-bottom: 1px solid #fff;
	content: '';
	transform: translateX(-50%);
}

#bwmMainImage .text h2 {
	text-align: center;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 40px;
	color: #fff;
	margin: -5px 0;
}

#bwmMainImage .text h3 {
	text-align: center;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 40px;
	color: #fff;
	line-height: 40px;
	margin: 0px 0;
}

.scroll-invitation {
	position: absolute;
	width: 100%;
	height: 70px;
	padding: 70px 0;
	padding-bottom: 0;
	/* overflow: hidden; */
	bottom: 0;
	z-index: 200;
}

.scroll-invitation .vertical-line-text {
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	position: absolute;
	top: 35px;
	margin: 0 auto;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	width: 100%;
}

.scroll-invitation .vertical-line-text span {
	color: #fff;
	font-size: 16px;
}

.scroll-invitation .vertical-line {
	position: relative;
  top: -5%;
  left: 50%;
  height: 100%;
  width: 2px;
  margin-left: -1px;
  background-color: #d5b879;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: float 5s cubic-bezier(.455,.03,.515,.955) infinite;
  animation: float 5s cubic-bezier(.455,.03,.515,.955) infinite;
}

#bwmMainImage .scroll-invitation .vertical-line {
  -webkit-animation: float-alternative 5s cubic-bezier(.455,.03,.515,.955) infinite;
  animation: float-alternative 5s cubic-bezier(.455,.03,.515,.955) infinite;
}

#bwmMainImageAux {
	position: relative;
}

#homeBanner {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 350px;
	min-height: 200px;
	max-height: 300px;
	position: absolute;
	top: 50%;
	left: -1000px;
	z-index: 1000;
	transform: translateY(-50%);
	transition: 2s all;
}

#homeBanner a {
	text-decoration: none;
}

#homeBanner .color-layer {
	width: 100%;
	min-height: 200px;
	max-height: 300px;
	background-color: rgba(138, 118, 81, 0.90);
	position: relative;
	overflow: hidden;
}

#homeBanner .color-layer:after {
  animation: sheen 5s 4s infinite cubic-bezier(0.4, 0, 1, 1);
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.5) 50%, transparent);
  transform: scale(1.5) rotateZ(55deg) translate(-2em, 25em);
}

@keyframes sheen {
	0% {
		transform: scale(1.5) rotateZ(55deg) translate(-2em, 25em);
	}

  20%, 100% {
    transform: scale(1.5) rotateZ(55deg) translate(2em, -25em);
  }
}

#homeBanner .info {
	height: 100%;
	min-height: 200px;
	max-height: 300px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 10px 30px;
}

#homeBanner .info * {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
}

#homeBanner .info span {
	font-size: 12px;
}

#homeBanner .info h4 {
	font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
  margin: 10px 0;
}

#homeBanner .info span:last-of-type {
	padding: 10px 30px;
	border: 1px solid #fff;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 300;
}

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

	#homeBanner {
		background-size: 0;
		width: 100%;
		min-height: 200px;
		max-height: 300px;
		position: unset;
		top: 0;
		left: 0;
		transform: translateY(0%);
	}

	#homeBanner .color-layer,
	#homeBanner .info {
		min-height: 200px;
		max-height: 200px;
	}

	#homeBanner .info {
		padding: 40px 30px 40px;
	}

}

/* ANIMACION SCROLL [BEGIN] */

@keyframes float {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(50px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0);
		transform: translatey(0px);
	}
}

@keyframes float-alternative {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(30px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0);
		transform: translatey(0px);
	}
}

/* ANIMACION SCROLL [END] */

/* HEADER [END] */

/* GENERAL TEXT [BEGIN] */

#bwmGText {
	overflow: hidden;
	box-sizing: border-box;
	margin: 40px 0 30px;
}

#bwmGText .beez_container {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	box-sizing: border-box;
	padding: 0 5%;
}

#bwmGText .beez_container * {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-align: center;
}

#bwmGText .beez_container h3 {
	text-transform: uppercase;
	font-size: 30px;
	line-height: 30px;
	margin: 0;
	margin-bottom: 20px;
}

#bwmGText .beez_container h3::after {
	content: ' ';
	margin: 5px auto;
	display: block;
	border: 1px solid #d5b879;
	width: 90px;
}

#bwmGText .beez_container p {
	font-size: 18px;
	color: #5e666e;
	margin: 0;
}

/* GENERAL TEXT [END] */

/* BULLETS [BEGIN] */

.bwmBullets {
	display: none;
	text-align: left;
}

.bwmBullets li.bullet {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 2px;
	cursor: pointer;
	background-color: rgba(167,134,83,0.3);
	border-radius: 10px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.bwmBullets li.bullet.active,
.bwmBullets li.bullet:hover {
	background-color: rgba(167,134,83,1);
	transform: scale(1.4);
	margin: 2px;
}

.bwmBullets li.bullet.nearby {
	transform: scale(1);
	margin: 2px;
}

.bwmBullets li.bullet {
	transform: scale(0.8);
	margin: 2px 0px;
}

/* BULLETS [END] */

/* FOOTER [BEGIN] */

.beez_full.beez_footer {
	background-color: #f9f8f6;
	color: #8a7651;
	padding-top: 25px;
	padding-bottom: 40px;
	position: relative;
}

.beez_full.beez_footer .scrollup {
	position: absolute;
  top: -60px;
  right: 20px;
  width: 55px;
  height: 55px;
	transition: all 1.5s;
}

.beez_full.beez_footer .scrollup:hover {
	opacity: 0.8;
}

.beez_full.beez_footer a {
	text-decoration: none;
	color: #974c94;
}

.beez_full.beez_footer .logo {
	width: 20%;
	float: left;
	margin-bottom: 10px;
}

.beez_full.beez_footer .logo img {
	width: 100%;
	height: auto;
}

.beez_full.beez_footer .top {
	width: 100%;
	float: left;
	font-size: 13px;
}

.beez_full.beez_footer .top > div {
	width: 28%;
	float: left;
}

.beez_full.beez_footer .top b {
	font-size: 14px;
}

.beez_full.beez_footer .top h2 {
	font-size: 14px;
	line-height: 14px;
	margin-top: 0;
	margin-bottom: 0px;
	text-transform: uppercase;
    color: #1c1c1c;
    font-weight: normal;
	font-family: 'Lato', sans-serif;
}

.beez_full.beez_footer .top p {
	line-height: 20px;
	font-family: 'Lato', sans-serif;
    color: #1c1c1c;
    margin-top: 0;
}

.beez_full.beez_footer .top .center {
	margin: 0 8%;
}

.beez_full.beez_footer .top .center img {
	height: 25px;
	width: auto;
	margin-right: 10px;
}

.beez_full.beez_footer .top .right img {
	height: 20px;
	width: auto;
	margin-right: 20px;
}

.beez_full.beez_footer .top .apps .csc-textpic-imagecolumn {
	margin-right: 5%;
	width: 45%;
}

.beez_full.beez_footer .top .apps img {
	width: 100%;
	height: auto;
}

.beez_full.beez_footer .top .left a {
	padding-left: 0px;
	display: block;
	margin-top: 20px;
	width: 100%;
}

.beez_full.beez_footer .top .left div.weathertitle > a {
	padding-left: 0px;
	display: none !important;
	margin-top: 0px;
	width: 100%;
}

.beez_full.beez_footer .top .left .weathertitle > a {
	padding-left: 0px;
	display: none !important;
	margin-top: 0px;
	width: 100%;
}

.beez_full.beez_footer_bottom {
	float: left;
	width: 100%;
	background-color: #f3f1ee;
}

.beez_full.beez_footer_bottom .bottom {
	font-size: 12px;
	padding: 20px 20px;
	float: left;
	width: 100%;
	background-color: #f3f1ee;
	color: #22211f;
	font-family: 'Lato', sans-serif;
	box-sizing: border-box;
}

.beez_full.beez_footer_bottom .bottom p {
	margin: 0;
}

.beez_full.beez_footer_bottom .bottom .left {
	float: left;
}

.beez_full.beez_footer_bottom .bottom .right {
	float: right;
	text-align: right;
	color: #8a7651;
	font-family: 'Lato', sans-serif;
}

.beez_full.beez_footer_bottom .bottom .right a {
	color: #8a7651;
	text-decoration: none;
}

.beez_full.beez_footer .footer_box {
	margin-bottom: 20px;
}

#mc-embedded-subscribe-form div label {
	color: #1c1c1c ;
}

#mc-embedded-subscribe-form {
	padding: 0px 0 50px 3% !important;
}

.beez_full.beez_footer .beez_container .top .right .bwmbutton .button {
	width: 44px !important;
	margin: 0 !important;
	padding: 0 !important;
}

#mc_embed_signup .mc-field-group {
	position: absolute !important;
	top: unset;
	left: 0;
	margin-left: 3%;
	width: 84%;
}

#mc_embed_signup .mc-field-group input {
	width: 100% !important;
	border: none;
	height: 35px;
	box-sizing: border-box;
	padding-right: 44px !important;
}

#mc_embed_signup .bwmbutton {
	position: absolute;
	top: 0;
	right: -3px;
	width: 44px;
}

#mc_embed_signup .button {
	background-color: transparent !important;
	height: 35px !important;
	margin-right: 1px !important;
}

#mc_embed_signup .bwmbutton input {
	background-image: url('../img/button-newsletter.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

/* FOOTER [END] */

/* COOKIES [BEGIN] */

#cookie-overlay-layer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	background-color: rgba(0,0,0,0.5);
}

#cookiebar,
div.beez_contenido .csc-textpic-imagewrap div {
    width: 100%
}
#cookiebar {
    background-color: #fff;
    border-top: 1px solid #ccc;
    bottom: 0;
    left: 0;
    padding: 15px 5px;
		box-sizing: border-box;
    position: fixed;
		z-index: 9999999;
		font-family: 'Lato', sans-serif;
		font-weight: 300;
		transition: all .5s;
		display: none;
}

#cookiebar .beez_container {
    max-width: 1172px;
		display: flex;
		flex-flow: row wrap;
		padding: 0 15px;
		margin: 20px auto;
}

#cookiebar .logo {
    width: 100%;
}

#cookiebar .logo img {
    width: 180px;
		margin: 0 auto;
}

#cookiebar .logo .logo-mobile {
    display: none;
}

#cookiebar .text {
    width: 70%;
    text-align: left;
		font-size: 14px;
		box-sizing: border-box;
}

#cookiebar .text h2 {
	text-transform: uppercase;
	font-size: 18px;
}

#cookiebar .text a {
  	text-decoration: none;
		font-weight: 500;
		color: #a8855a;
}

#cookiebar .buttons {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	width: 30%;
	box-sizing: border-box;
}

#cookiebar .buttons > div {
    margin: 10px auto;
}

#cookiebar .button a {
		text-decoration: none;
		text-transform: uppercase;
    padding: 10px 60px;
    color: #fff;
    background-color: #8a7651;
		border-radius: 2px;
}

#cookiebar .deny a {
		display: none;
    color: #6b6b6b;
		font-size: 11px;
}

#cookiebar .button a:hover {
    opacity: 0.65;
}

#cookiebar .button.deny a:hover {
    color: #b3b3b3;
}

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

	#cookiebar .beez_container {
		flex-flow: column nowrap;
		justify-content: center;
			margin: 0 auto;
	}

	#cookiebar .beez_container > div {
		width: 100%;
		text-align: center;
	}

	#cookiebar .text {
		margin: 15px auto 30px;
	}

}

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

	#cookiebar {
		display: flex;
		height: 100vh;
	}

	#cookiebar .logo .logo-desktop {
	    display: none;
	}

	#cookiebar .logo .logo-mobile {
	    display: block;
	}

	#cookiebar .text h2 {
		font-size: 28px;
		font-weight: 400;
	}

	#cookiebar .text p {
		padding: 0 15px;
	}

	#cookiebar .beez_container > div {
		margin-bottom: auto;
		margin-top: auto;
	}




}

/* COOKIES [END] */


/* @MEDIA [BEGIN] */

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

	.beez_full.beez_footer .beez_container {
		box-sizing: border-box;
		padding: 0 5%;
	}

}

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

	.bwm_main_menu ul li a {
		padding: 10px 0px 20px 15px;
	}
}

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

	#slide_content #slide_text h1 p {
		font-weight: 300;
	}

	#slide_content #slide_text h1 p b {
		font-weight: 400;
	}

	#slide_content #slide_text h3 {
		font-weight: 300;
	}

	#bwmMainImage .text h2 {
		font-weight: 400;
	}

	#bwmMainImage .text h3 {
		font-weight: 300;
	}

	#mc_embed_signup .mc-field-group input::placeholder {
		font-size: 9px;
	}

	.bwm_main_menu,
	.bwm_contact_top,
	.bwm_lang_menu,
	.separador {
		display: none;
	}

	.beez_header > .beez_container {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
	}

	.beez_header .bwm_mobile_menu {
		display: block;
		margin: 40px 0 0;
	}

	.beez_header .bwm_logo {
		width: 140px;
		margin-right: 0;
	}
}

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

	.beez_full.beez_footer .beez_container .top {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
	}

	.beez_full.beez_footer .beez_container .top > div {
		width: 50%;
		margin: 0;
	}

	.beez_full.beez_footer .beez_container .center {

	}

	.beez_full.beez_footer .beez_container .top .left {
		display: flex;
		flex-flow: row nowrap;
		margin-top: 60px;
		width: 100%;
		order: 3;
	}

	.beez_full.beez_footer .beez_container .top .left .weathertitle {
		width: 40%;
	}

	.beez_full.beez_footer .beez_container .top .left .apps {
		width: 60%;
	}

	.beez_full.beez_footer .beez_container .top .left .apps a {
		margin-top: 0;
	}

	.beez_full.beez_footer .beez_container .center {
		order: 1;
	}

	.beez_full.beez_footer .beez_container .right {
		order: 2;
	}

	.beez_full.beez_footer_bottom .bottom {
		display: flex;
		flex-flow: row wrap;
	}

	.beez_full.beez_footer_bottom .bottom .left,
	.beez_full.beez_footer_bottom .bottom .right {
		width: 100%;
	}

	.beez_full.beez_footer_bottom .bottom .left p,
	.beez_full.beez_footer_bottom .bottom .right p {
		text-align: center;
	}

	.beez_full.beez_footer_bottom .bottom .right {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
	}

}

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

	.beez_full.beez_footer .beez_container .top {
		flex-flow: column nowrap;
	}

	.beez_full.beez_footer .beez_container .top > div {
		width: 100%;
		margin: 10px 0;
	}

	.beez_full.beez_footer .beez_container .top .right {
		height: 120px;
	}

	 #mc_embed_signup .checkbox_newsletter label {
		font-size: 14px !important;
		line-height: 16px !important;
	}

	.beez_full.beez_footer .beez_container .top .left {
		margin-top: 50px;
	}

	.beez_full.beez_footer .beez_container .top .left .apps {
		margin-top: 10px;
	}

	.beez_full.beez_footer .beez_container .top .right #mc_embed_signup form {
		padding: 0 !important;
	}

	.beez_full.beez_footer .beez_container .top .right #mc_embed_signup .mc-field-group {
		margin-left: 0;
		top: unset;
	}

	.beez_full.beez_footer .top h2 {
		font-size: 18px;
		line-height: 18px;
		margin: 10px 0;
	}

	.beez_full.beez_footer .beez_container .top .right #mc-embedded-subscribe-form div label {
		font-size: 18px;
		line-height: 18px;
		margin: 10px 0;
		display: block;
	}

	.beez_full.beez_footer .beez_container .top .right #mc_embed_signup div.mce_inline_error {
		background-color: transparent;
		color: #8a7651;
		font-family: 'Lato', sans-serif;
	}

}

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

	.beez_full.beez_footer .beez_container .top .left {
		flex-flow: row wrap;
	}

	.beez_full.beez_footer .beez_container .top .left .weathertitle {
		width: 100%;
	}

	.beez_full.beez_footer .beez_container .top .left .apps {
		width: 100%;
	}

}

/* @MEDIA [END] */
