/*******************
	 MINI SITE
*******************/

#minisite_overlay{
	width: 100%;
	height: 100%;
	left: 0;
    top: 0;
    overflow: hidden;
    position: fixed;
    z-index: 15000;
	background: #1a1a1a;
	display: flex;
	justify-content: center;
	align-items: center;
}

#minisite_wrapper{
	max-width: 1000px;
	background-color: #282828;
	display: flex;
	flex-direction: column;
}

#minisite_columns{
	display: flex;
	flex-direction: row;
}

#minisite_col1,
#minisite_col2{
	padding: 25px;
	
}

.minsite_col:nth-child(1){
	flex: 7;
}

.minsite_col:nth-child(2){
	flex: 5;
}

#minisite_col1{
	align-items: center;
    justify-content: center;
}

#col_elts{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-left: 30px;
	width: auto;
}

#minisite_portrait{
	margin-right: 25px;
/*
	height: 110px;
	width: 110px;
	background: white url(pics/portrait.png) no-repeat;
*/
/*
	height: 233px;
	width: 164px;
*/
}

/*
#map_wrapper {
	margin: 0;
	padding: 0;
}
*/

#cab_infos h1 {
	margin: 0;
	font-size: 299%;
}

#cab_infos h2 {
	margin-top: 0;
	font-size: 230%;
}

#cab_infos h3 {
	margin: 0;
	font-size: 170%;
}

/*
#minisite_map_wrapper{
	position: relative;
	z-index: 15002;
	display: flex;
	justify-content: center;
	border: 1px dotted green;
}
*/

#minisite_map{
	text-align: center;
/* 	margin-top: 20px; */
	height: 300px;
	overflow: hidden;
}

#minisite_map img{
	width: 434px;
}

#minisite_map_caption{
	position: absolute;
	bottom: 130px;
	font-weight: 300;
	padding: 10px;
	color: #111111;
	background: #ae9971;
	opacity: 0.9;
}

#minisite_col2{
	flex-direction: column;
	align-content: space-between;
}

.minisite_button{
	display: flex;
	text-decoration: none;
	position: relative;
	z-index: 15002;
	padding: 20px;
	background: #ae9971;
	width: 75%;
	margin-bottom: 40px;
	color: #111111;
	cursor: pointer;
	box-shadow: -1px 3px 10px 1px rgba(0, 0, 0, 0.7);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.minisite_button>div:nth-child(1){
	flex: 3;
	display: flex;
	/*border: 1px dotted green;*/
}

.minisite_button>div:nth-child(2){
	display: flex;
	/*width: 100%;*/
	flex: 7;
	/*border: 1px dotted blue;*/
}

.minisite_button p{
	margin: auto;
	text-align: center;
}

.minisite_button svg{
	height: 35px;
	margin: auto;
}

.minisite_button:nth-child(1),
.minisite_button:nth-child(2),
.minisite_button:nth-child(3){
	font-weight: bolder;
}

.minisite_button:nth-child(3) span{
	display: block;
	margin: 0.5em;
}

.minisite_button:hover,
.minisite_button:focus{
	background: #8a806e;
}

#phone_number{
  font-size: 1.95em;
}

#minisite_logo svg{
	height: 190px;
	width: 200px;
	display: block;
	margin: 0 auto;
}

#minisite_footer{
	z-index: 15002;
	bottom: 0;
	margin-bottom: 0;
	background: #ae9971;
	color: #111111;
	padding: 13px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#minisite_footer:hover{
	background: #8a806e;
}

#cookie_overlay{
	display: none;
	width: 100%;
	height: 60px;
	left: 0;
    top: -60px;
    overflow: hidden;
    position: fixed;
    z-index: 700;
	background: black;
	opacity: 0.7;
	display: flex;
	flex-direction: column;
	font-size: 0.8em;
}

#cookie_overlay>div{
	margin: auto;
	display: flex;
	justify-content: space-between;
}

#cookie_overlay>div>div:nth-child(1){
	display: flex;
	margin: auto;
	margin-right: 15px;
}

#cookie_overlay svg{
	width: 35px;
	height: 35px;
	margin: auto;
}

#mistletoe>svg{
	z-index: 15001;
	position: absolute;
	height: 120px;
	left: -30px;
	top: -30px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#candy_cane>svg{
	z-index: 15001;
	position: absolute;
	height: 100px;
	right: 30px;
	bottom: 0px;
	-webkit-transform: rotate(-55deg);
	-moz-transform: rotate(-55deg);
	-ms-transform: rotate(-55deg);
	-o-transform: rotate(-55deg);
	transform: rotate(-55deg);
}

/******************/
/* ENLARGE-SHRINK */
/******************/

#container-2 {
	width: 500px;
	margin: 20px auto 0 auto;
	color: white;
	text-align: center;
	z-index: 16003;
}

#container-inner2 {
	z-index: 16003;
	line-height: 300px;
	border: 8px solid #ffffff;
}

.map_thumbnail {
	height: 300px;
	display: block;
	overflow-y: hidden;
}

.map_fullscreen {
	display: flex;
	height: auto;
}

/* Empty container that will replace the original container */
#empty-container2 {
	width: 500px;
	margin: 20px auto 0 auto;
}

#close2 {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}

