
/*** SHORTCODE OUTPUT ****/

.cu-wrapper .cu-content p {
	margin-bottom: 0 !important;
}

@media (max-width: 550px) {

	.fancybox2-wrap.cu-popup {
		width: 90% !important;
		position: fixed !important;
		left: 5% !important;
		top: 5% !important;
		overflow: scroll !important;
		z-index: 100011;
	}

	.cu-popup .fancybox2-inner {
		width: 100% !important;
	}

	.cu-wrapper .cu-content {
		display: block;

	}

	.cu-wrapper a.button {
		display: block;
		clear:both;
		margin: 10px 0px 0px 0px;
	}

}

.cu-wrapper {
	margin: 40px auto;
	border: 1px dashed #999999;
	padding: 20px 25px;
	border-radius: 6px;
}

@media (min-width: 550px) {
	.cu-wrapper .cu-content {
		display: inline-block;
		vertical-align: middle;
		width: 70%;
		padding: 0px;
		margin-right: 3%;
	}

	.cu-wrapper .cu-content-wide {
		display: inline-block;
		vertical-align: middle;
		padding: 0px;
		margin-right: 0px;
	}

	.cu-wrapper .cu-button {
		display: inline-block;
		vertical-align: middle;
		max-width: 26%;
		min-width: 24%;
		padding: 0px;
		text-align: center;
	}

	.cu-button .cu-button-inner {
		display: table-cell;
	}

	.cu-wrapper a.button {
		margin-top: 0px;
	}
}

.cu-button a.button {
	padding: 10px 22px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: .9em;
	line-height: 1.3em;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;

	color: #ffffff;
	background-color: #5bb75b;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
}

.cu-wrapper a.button:hover,
.cu-wrapper a.button:focus,
.cu-wrapper a.button:active,
.cu-wrapper a.button.active,
.cu-wrapper a.button.disabled,
.cu-wrapper a.button[disabled] {
	color: #ffffff;
	background-color: #51a351;
	*background-color: #499249;
	font-size: .9em;
	text-decoration: none;
}

.cu-wrapper .button:active,
.cu-wrapper .button.active {
	background-color: #408140 \9;
	font-size: .9em;
	text-decoration: none;
}


/*** POPUP ***/

.cu-popup .fancybox2-skin {
	background: #fff;
}
.cu-popup-container {
	height: 480px;
}
.cu-form-container.cu-form-container-51418 {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 480px;
    padding: 0;
    overflow: auto;
}
.cu-popup-headline {
	margin: 20px;
	text-align: center;
	font-size: 2em;
	line-height: 1.3em;
}

.cu-popup-description {
	padding: 0 20px 30px;
	font-size: 1em;
	line-height: 1.5em;
}

.cu-popup-form {
	margin-left: 20px;
	margin-right: 20px;
}

.cu-popup-field-wrap {
	display: block;
	margin-bottom: 7px;
	text-align: center;
}

.cu-popup-field-wrap input{
	display:block;
	padding: 10px;
	font-size: .9em;
	width: 100%;
	margin: 0 auto;
}

.cu-popup-button,
.cu-download-container a.download-link {
	display:block;
	background-color: #27CAF4;
	padding: 16px 16px 19px;
	text-decoration: none;
	color:#ffffff;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 1.1em;
	line-height: 1.3em;
	width: 100%;
	border: none;
}

.cu-popup-button:hover,
.cu-download-container a.download-link:hover {
	color: #ffffff;
	background-color: #333333;
	text-decoration: none;
}

.cu-popup-note {
	text-align: center;
	margin-top: 10px;
	font-size: .7em;
	color: #b4b4b4;
}

.form-error {
	color: red;
	font-size: .7em;
}

.cu-popup a.fancybox2-close {
	font-size: 28px;
	font-weight: normal;
	top: 0;
	right: -1px;
	width: 28px;
	height: 28px;
	font-family: arial, sans-serif;
	color: #a8a8a8;
	line-height: 1em;
	text-align: center;
}

.cu-popup a.fancybox2-close:hover {
	color: #333;
	text-decoration: none;
}

.cu-popup-loading {
	display: none;
	background-image: url("ajax-loader.gif");
	height: 10px;
	margin-top: 10px;
    width: 100%;
    background-repeat: no-repeat;
	background-position-x: 50%;
}

.cu-download-container {
	display: none;
	text-align: center;
	margin: 20px;
}

p.sharing-label {
	font-size: .7em;
	font-style: italic;
	opacity: .7;
	margin: 0 0 5px;
}

.twitter-share-button {
	position: relative !important;
	top: 2px;
}

.cu-consent-chkbox {
	display: block;
	margin: 10px 0 25px 0;
	font-size: .9em;
	font-weight: normal;
}

.cu-consent-chkbox input {
	vertical-align: text-bottom;
}

.cu-consent-label {
	vertical-align: top;
	display: inline-block;
	margin-left: 0;
	font-weight: normal;
}

/*** FLASH MESSAGE ***/

#flash-message {
	text-align: center;
	margin: 0 auto;
	position: fixed;
	display: block;
	top: 45%;
	left: 50%;
}

#flash-message div{
	width: 170px;
	position: relative;
	left: -100px;
	padding: 20px;
	background-color: antiquewhite;
	font-weight: bold;
	border-radius: 5px;
}

/*** SHARE BUTTONS ***/

.fb-share-button > span {
	vertical-align: baseline !important;
}

.twitter-share-button-rendered {
	top: 0px;
}
