/* @override http://dev.bloomingbath.com/skin/frontend/base/default/css/tegdesign_emailcollector/jquery.remodal.css */

/* ==========================================================================
   Remodal necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked,
body.remodal-is-locked {
    overflow: hidden;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
    visibility: hidden;
}

/* Necessary styles of the overlay */

.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;

    display: none;
}

#loading {
	display: none;
	margin-bottom: 15px;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;
    overflow: auto;

    text-align: center;

    -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
    display: inline-block;

    height: 100%;
    margin-left: -0.05em;

    content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
    -webkit-transform: translateZ(0px);
}

/* Necessary styles of the modal dialog */

.remodal {
    position: relative;

    display: inline-block;
}


/* ==========================================================================
   Remodal default theme
   ========================================================================== */

/* Background for effects */

.remodal-bg {
    -webkit-transition: -webkit-filter 0.2s ease-out;
    -moz-transition: -moz-filter 0.2s ease-out;
    -o-transition: -o-filter 0.2s ease-out;
    transition: filter 0.2s ease-out;
}

body.remodal-is-active .remodal-bg {
    -webkit-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;

    opacity: 0;
    background: rgba(33, 36, 46, 0.4);
}

body.remodal-is-active .remodal-overlay {
    opacity: 1;
}

/* Default theme styles of the modal dialog */

.remodal {
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-height: 100%;
    padding: 20px;
    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
    -o-transition: -o-transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    background: #ffffff;
    background-clip: padding-box;
}

.remodal p {font-size: 22px; line-height: 1.25em}

* {
	
}

/* @end */

body.remodal-is-active .remodal {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
	background-color: #000;
	background-size: cover;
    opacity: 1;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
    vertical-align: middle;
}

/* Close button */

.remodal-close {
    position: absolute;
    top: 5px;
    right: 5px;

    width: 28px;
    height: 28px;

    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    text-decoration: none !Important;

    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.remodal-close:after {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 28px;
    line-height: 28px;

    display: block;

    content: "×";
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-decoration: none;
}

/*
.remodal-close:hover,
.remodal-close:active {
    background: #3e5368;
}
*/

/*
.remodal-close:hover.remodal-close:after,
.remodal-close:active.remodal-close:after {
    color: #f4f4f4;
}
*/

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
    font-size: 10pt;

    display: inline-block;

    width: 120px;
    margin: 0 0 5px 0;
    padding: 9px 0;

    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-align: center;
    text-decoration: none;

    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
}

.remodal-confirm {
    color: #16a085;
    border: 2px solid #16a085;
    background: #f4f4f4;
}

.remodal-confirm:hover,
.remodal-confirm:active {
    color: #f4f4f4;
    background: #16a085;
}

.remodal-cancel {
    color: #c0392b;
    border: 2px solid #c0392b;
    background: #f4f4f4;
}

.remodal-cancel:hover,
.remodal-cancel:active {
    color: #f4f4f4;
    background: #c0392b;
}

.remodal .left, .remodal .right {
	width: 47%;
}

.remodal input[type=text], .remodal input[type=email] {
	width: 75%;
	padding: 20px !important;
	box-sizing: border-box;
}

.remodal p, .remodal small {
	color: #9b9b9b;
}

.field-container {clear: both;
	clear: both;
	box-sizing: border-box;
	float: left;
	width: 100%;
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) /* min-width 641px */ {
	
    .remodal {
        max-width: 500px;
        min-height: 0;
        margin: 20px auto;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }
}

 @media only screen and (max-width: 689px) {
	 
	 .remodal-wrapper {
		 top: auto;
		 height: 50%;
	 }
	.email_collector_subtxt { 
		float: left;
		font-weight: 300;
		font-size: 1.0em;
		padding-left: 15px;
		padding-right: 15px;
		color: rgb(85, 85, 72);
		margin-bottom: 15px;
		padding-left: 20px;
		line-height: 1.2em;
		margin-top: 10px;
		margin-left: 20px;
		width: 100%;
    }
    .remodal input, #modal_ok_button {
	    width: 100% !important;
	}
    #email_collector_footer {
	    width: 0px; display: none;
	}
    .remodal .right {
	    display: none !important;
    }
    .remodal .left { width: 100% !important; }

	#footer_wrapper {
		float: none;
	}
	.email_collector_heading {
		font-weight: 300;
		font-size: 20px;
		color: #6e4c33;
		margin-bottom: 15px;
		text-align: left;
	}
	.form-input  {
		padding:10px;
		font-size: 1.0em;
	}
	
	.form-input label {display: block; margin-bottom: 5px;}
	.epc_label {font-size: 12px;}

	.text_offer {
		font-size: .7em;
		display:none;
	}
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F021242E, endColorstr=#F021242E);
}

.lt-ie9 .remodal {
    width: 700px;
    min-height: 0;
    margin: 20px auto;
}

.lt-ie9 .remodal-close:after {
    margin: auto;

    text-align: center;
}

.lt-ie9 .remodal-close:hover,
.lt-ie9 .remodal-close:active {
    background: transparent;
}

.lt-ie9 .remodal-close:hover.remodal-close:after,
.lt-ie9 .remodal-close:active.remodal-close:after {
    color: #3e5368;
}

/* css added for BB email collector   */
.email_collector_heading{
	font-weight: 300;
	font-size: 35px;
	color: #6e4c33;
	margin-bottom: 20px;
}
.email_collector_subtxt {
	float: left;
	font-weight: 300;
	font-size: 1.4em;
	padding-left: 15px;
	padding-right: 15px;
	color: rgb(65, 63, 63);
	margin-bottom: 15px;
	text-align: left;
	padding-left: 20px;
	line-height: 1.2em;
	margin-top: 10px;
	margin-left: 20px;
	width: 50%;
	min-width: 250px;

}
.modal_buttons_wrapper {
	background: #ffea5c;
	float:left;
	width: 100%;
	margin-top:px;
	height: 90px;
}

.email_collector_image {
	float: right;
}

.remodal_container{
	position:relative;
	
}

#email_collector_footer {
	position: absolute;
	bottom: 15px;
}
.form-input  {
	padding:10px;
	color: rgb(65, 63, 63);
	font-weight: 300;
}

.form-input input[type="text"] {
	width:60%;
	line-height:25px;
	height:25px;
	padding:5px;
}

.form-input input[type="radio"] {
	margin-bottom: 3px;
}

.form-input label {
	margin-right: 5px;
}

.form-input span {
	display: inline-block;
	margin: 0 5px;
}

.text_offer {
	font-size: .7em;
}
.button email_collector_popup_ok_button{
     height: 30px
}

/*
#modal_ok_button {
     display: block;
     padding: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #5ac5f1;
    background-color: #5ac5f1;
    background-image: none;
    color: #e8e8e8;
    padding: 7px 12px;
    height:45px;
    cursor: pointer;
    width: 60%;
    margin: 15px auto;
    box-sizing: border-box;
}
*/
