
/*POPUP CSS*/

.popup-plugin-bottom-container:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.popup-plugin-bottom-container{
    width: 100%;
    padding: 10px;
    background: #1EB3EF;
    /*background: #FF6600;*/
    position: relative;
    display: none;
}

.preview{
	display: block;
}

.popup-bottom-bottom-edge{
	position: fixed;
    bottom: 0;
    right: 0;
    z-index: 2;
    margin: 0;
    padding: 5px;
}

.popup-plugin-bottom-image{
    float: left;
    margin-right: 20px;
    align-self: center;
}


.popup-plugin-bottom-text{
	width: 905px;
	float: left;
    padding-left: 5px;
    padding-right: 10px;
	color: #ffffff;
    align-self: center;
}

.popup-plugin-bottom-text a,
.popup-plugin-bottom-text a:hover,
.popup-plugin-bottom-text a:visited
{
    font-weight: 600;
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    margin: 0;

}

.button-close-container-bottom{
	width: 20px;
  float: right;
  align-self: center;
  cursor: pointer;
	margin-right: 5px;
}

.button-close-container-bottom img{
	width: 25px;
	height: 25px;
}



/*NEW*/

.site-footer-plugin-bottom-inside {
    display: inline-block;
    width: 970px;
    display: table;
    margin: 0 auto;
}

.site-footer-plugin-bottom-inside-preview {
    display: inline-block;
    margin: 0 auto;
}

.popup-plugin-bottom-container-inside{
	width: 100%;
	height: 100%;
}

.site-footer-plugin-bottom-inside-container{
	display: flex;
    justify-content: center;
}

#popup-bottom-plugin-container{
    display: none;
}

.preview-options{
    left: 25%;
}

/*POPUP CSS*/

.popup-plugin-container:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.popup-plugin-container{
	width: 310px;
	border: 2px solid #666666;
	padding: 10px;
	background: #ffffff;
	position: relative;
	display: none;
}

.preview{
	display: block;
}

.popup-bottom-edge{
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 3;
	margin-bottom: 20px;
	margin-right: 20px;
}

.popup-plugin-image{
	float: left;
	height: 80px;
	width: 80px;
}

.popup-plugin-image img{
	height: auto;
	width: 80px;
}

.popup-plugin-text{
	float: left;
	width: 200px;
	padding-left: 10px;

}

.popup-plugin-text a{
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 14px;
	color: #ff6600;
	text-decoration: none;

}

.button-close{
	position: absolute;
	right: 0;
	top: 0;
	padding: 2px;
	cursor: pointer;
}
