/* Newsletter */
.enve {
    background: #62A9DD;
    color: #fff;
    width: 50px;
    height: 50px;
    display: block!important;
    line-height: 50px!important;
    text-align: center;
    font-size: 24px!important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin: 0 auto
}
.newsletter-sm {
    background: #fff;
    width: 100%;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
}
.newsletter-sm h3,
.newsletter-sm p {
    color: #555;
    font-family: "Maven Pro", sans-serif
}
.newsletter-sm h3 {
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
    font-size: 24px
}
.newsletter-sm p {
    font-size: 14px;
    line-height: 20px
}
.newsletter-sm .newsletter-input-sm {
    border: 0;
    box-sizing: border-box;
    padding: 5px 10px;
    width: 360px;
    float: left;
    height: 40px;
    color: #555;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	margin-bottom: 7px;
}
.newsletter-sm .newsletter-sm-bot {
	background: #62A9DD none repeat scroll 0 0;
	box-sizing: border-box;
	height: auto;
	margin: 0 -20px -40px;
	padding: 20px;
}
.newsletter-sm .newsletter-sm-bot span {
	clear: both;
	color: #fff;
	display: block;
	font-size: 13px;
}
.newsletter-sm .newsletter-button-sm {
    float: right;
    height: 40px;
    display: inline-block;
    font-size: 14px;
    box-sizing: border-box;
    padding: 5px 10px;
    position: relative;
    color: #fff;
    text-align: center;
    background: #62A9DD;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	letter-spacing: 0px;
}
.newsletter-sm .newsletter-button-sm:active,
.newsletter-sm .newsletter-button-sm:focus {
	color: #fff;
    background: #62A9DD;
}
.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 99999;
    display: none;
}
.modalDialog:target {
    opacity: 1;
    pointer-events: auto
}
.modalDialog:target>div {
    margin: 8% auto
}
.modalDialog > div {
	animation-duration: 1s;
	animation-name: swing;
	transform-origin: center top 0;
	background: #fff none repeat scroll 0 0;
	border-top: 5px solid #62a9dd;
	margin: 10% auto;
	position: relative;
	width: 510px;
}
.modalDialog.success .newsletter-sm {
	text-align: center;
}
.modalDialog.success >div {
	border-bottom: 4px solid #62A9DD;
}
.modalDialog h3.done,
.modalDialog i.done {
	display: none !important;
}
.modalDialog.success h3.done {
	display: block !important;
	text-align: center;
}
.modalDialog.success i.done {
    display: block !important;
    float: none;
    color: #62A9DD;
    font-size: 40px;
    text-align: center;
    padding-top: 20px;
	padding-bottom: 20px;
}
h2.signup {
    background: #62A9DD;
    border-bottom: 1px solid #008d84;
    font-weight: 400;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
    color: #fff;
    font-size: 18px
}
.close {
    color: #888;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px
}
.close:hover {
    text-decoration: none;
    color: #555
}

/* Promotion Popup */
#tet-banner-ads-wrapper {
	background-color: rgba(0, 0, 0, 0.8);
	height: 100%;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 9999999;
	display: none;
}
#tet-banner-ads-inner {
	margin: 0 auto;
	position: relative;
	max-width: 580px;
	top: 20%;
	animation-duration: 1s;
	animation-name: swing;
	transform-origin: center top 0;
}
#tet-banner-ads-inner img {
	border: solid 10px #FFF
}
#tet-banner-ads-inner span.closed {
	background-color: #fff;
	cursor: pointer;
	display: block;
	font-weight: bold;
	padding: 5px 15px;
	position: absolute;
	right: -20px;
	top: -35px;
}
.text-ad-links { display: none; }

.woovina-popup .popup-content {
	width: 600px;
	height: 400px;
	border-top: none;
}
.woovina-popup .content-message {
	padding: 0;
	color: #FFF;
	font-size: 16px;
	line-height: 22px;
}
.woovina-popup .greeting {
	margin-bottom: 20px;
}
.woovina-popup .signature {
	margin-top: 20px;
	margin-bottom: 0;
}
.woovina-popup .content-message a,
.woovina-popup .content-message strong {
	font-weight: bold;
	color: #f68e13;
}
.woovina-popup .icon-remove {
	color: #FFF;
}
.woovina-popup .close {
	background-color: #f68e13;
	opacity: 1;
	top: 0;
	right: 0;
}
#sp-footer1 .extra-links {
	text-align: center;
}
#sp-footer1 .extra-links ul.menu {
	padding: 0;
	width: 100%;
	margin-left: 12px;
	margin-bottom: 30px;
}
#sp-footer1 .extra-links ul.menu li {
    line-height: 30px;
    display: inline-block;
    padding-right: 15px;
}
#sp-footer1 .extra-links ul.menu li a {
    display: list-item;
    padding-right: 10px;
	color: #a0a0a0;
}