/**
 * @category    Inovarti
 * @package     Inovarti_ModalNewsletter
 * @copyright   Copyright (c) 2015 Inovarti. (http://www.inovarti.com.br)
 */
.modal-newsletter { display: none; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -o-transition: all .3s linear; -ms-transition: all .3s linear; transition: all .3s linear; z-index: 9999; }
.modal-newsletter .content { z-index: 999; position: fixed; width: 996px; height: 559px; left: 50%; top: 50%; margin-left: -498px; margin-top: -290px; }
.modal-newsletter .close { position: absolute; opacity: 1; width: 30px; height: 30px; color: #A32438; cursor: pointer; right: 60px; top: 100px; }
.modal-newsletter .bg { background: rgba(255, 255, 255, 0.79); width: 100%; height: 100%; position: fixed; top: 0; z-index: 0; left: 0px; z-index: 99; }
.modal-newsletter .block-subscribe { position: absolute; width: 300px; height: 10px; bottom: 261px; z-index: 99; right: 135px; }
.modal-newsletter .block-subscribe .input-box.input-name { margin-bottom: 10px; }
.modal-newsletter .block-subscribe .input-box input { padding-left: 40px; height: 40px; font-size: 12px; }
.modal-newsletter .block-subscribe .input-box input.news-user { background-position: -1px -2053px; }
.modal-newsletter .block-subscribe .input-box input.news-email { background-position: -3px -2119px; }
.modal-newsletter .block-subscribe .input-box .btn.btn-warning { height: 40px; }
.modal-newsletter .btn-close { cursor: pointer; width: 34px; height: 34px; position: absolute; top: 90px; right: 30px; background: url(../images/bt-fechar-popup.png) no-repeat center center; }
.modal-newsletter #msg { color: #000; position: absolute; top: 50%; left: 50%; margin-top: 101px; margin-left: 62px; }
.modal-newsletter #msg span { font-size: 15px; font-weight: 700; border: 2px solid; padding: 11px; width: 302px; display: inline-block; text-align: center; }
.modal-newsletter .validation-advice { display: none; color: red }
.modal-newsletter .checkbox .validation-advice { display: block; }

@media (max-width:768px) {
	.modal-newsletter{ display: none !important;}
}