/* This stylesheet is used to style the public-facing components of the plugin. */
html, 
body { 
	min-height: 100% !important; 
	height: auto !important; 
}
.spu-bg{
	position: fixed;
	width: 100%;
	height: 100%;

	top: 0;
	left: 0;
	display: none;
	z-index: 99999;
}
/*width*/
.spu-box { 
	position:absolute;
	width: 406px;
    top: 0px;
    left: 0px;
	z-index: 999999;
	
	padding: 0px;
	margin: 0px;
	
}
.spu-box.spu-centered{
	margin: 0;
}
/** Some basic css for box content**/
.spu-box h1{
	margin: 1.414285714rem 0;
	font-size: 1.4em;
}	
.spu-box h2{
	margin: 1.414285714rem 0;
	font-size: 1.2em;
}	
.spu-box h3{
	margin: 1.414285714rem 0;
	font-size: 1.0em;
}	
.spu-box p{
	margin: 0 0 1.414285714rem;
}

/** end basic style**/
/*
.spu-box.spu-top-left{ 
	top: 0; left: 0; bottom: auto; right: auto;
}

.spu-box.spu-top-left{ 
	top: 670px; left:20px; bottom: auto; right: auto;
}*/
.spu-box.spu-top-left{ 
	top: 0px; left:0px; bottom: auto; right: auto;
}

.spu-box.spu-top-right{ 
	top: 0; right: 0; bottom: auto; left: auto;
}

.spu-box.spu-bottom-left{ 
	bottom: 0; left: 0; top: auto; right: auto;
}

.spu-box.spu-bottom-right{ 
	bottom: 0; right: 0; top: auto; left: auto;
}

.spu-content > *:first-child {	
	margin-top: 0; padding-top: 0;
}

.spu-content > *:last-child {
	margin-bottom:0; padding-bottom:0;
}

.spu-close{ 
position: absolute;
  height: 20px;
  width: 20px;
  bottom:15px;right:10px;
  text-align: center;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  opacity: .80;
  filter: alpha(opacity=80);
  z-index:999;
  color:#fff;
}

.spu-close:hover, .spu-close:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	opacity:1;
	filter: alpha(opacity=100);
}
.spu-shortcode {
 	float: left;
 	line-height: normal !important;
}
.spu-shortcode iframe{
	max-width: 1200px;
}

#spu-7694 {z-index:999;}

.spu-today{
  position: relative;
  padding:10px  50px;
  box-sizing: border-box; 
  cursor: pointer;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  color:#fff;
  line-height: 1;
  opacity: 1;
  float: right;
  background:#2a4ba6;
  width:100%;
  text-align:right;
  margin-top:5px
}

@media only screen and (max-width: 620px) {
	.spu-box {
		left: 0 !important;
		top: 100px !important;
		position: absolute !important;
	}
}

