/* Sixth and I Optin Modal */

#optin-modal {
	border-radius: 0;
	top: 15%;
}

#optin-modal .modal-body {
	padding: 20px 50px;
	background: #fff;
}

#optin-modal .close {
	position: absolute;
	right: 0;
	color: #000;
	font-size: 30px;
	opacity: 0.8;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	background-color: rgba(255, 255, 255, 0.3);
	padding: 3px 5px;
}

#optin-modal .modal-body hr {
	border-color: #CCC;
	border-bottom: none;
}

#optin-modal h1 {
	text-align: center;
	font-size: 42px;
	line-height: 1.1;
	font-weight: 400;
	color: #282828;
}

#optin-modal h1 span {
	font-size: 44px;	
	font-weight: 600;
	display: block;
}

#optin-modal p {
	text-align: center;
	color: #282828;
	font-size: 20px
}

#optin-modal .btn-success {
	margin-top: 20px;
	background-color: #f1ab00;
	background-image: none;
}

.saiom-small-close {
	text-align: center;
	padding-top: 10px;
}

.saiom-small-close a {
	text-transform: uppercase;
	font-size: 12px;
	color: #000 !important;
}

.modal-header-image img {
	margin: 0 auto;
	width: 100%;
	height: auto;
}

#optin-modal.mobile-version {
	top: 5% !important;
	margin: 20px 12px !important;
}

#optin-modal.mobile-version .close {
	background-color: none;
}

#optin-modal.mobile-version .btn-success {
	display: block;
	padding: 10px;
	color: #ffffff;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
}

#optin-modal.mobile-version .modal-body {
	padding: 20px 30px;
	background: #fff;
}

@media (min-width: 768px) {
	#optin-modal {
		width: 740px;
		margin-left: -370px;
	}
}

@media (max-width: 767px) {
	#optin-modal h1 {
		font-size: 26px;
	}
	
	#optin-modal h1 span {
		font-size: 28px;	
	}
	
	#optin-modal p {
		font-size: 17px
	}
}
