/* unbounce */
.unbounce-lightbox {
    /** Hide the lightbox */
    display: none;
    /** Apply basic lightbox styling */
    position: fixed;
    z-index: 9996;
    width: 100%;
    height: auto;
    top: 50px;
    left: 0;
    color:#333333;
    }
.unbounce-lightbox:after {
    content: '';
    display: table;
    clear: both;
}
.unbounce-box {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    min-width:750px;
    margin: 2% auto;
	background-color:#ffffff;
    box-shadow: 0px 1px 26px -3px #777777;
    }
	.unbounce-header-container {
		background-color:#ffffff;
		background:url('/assets/images/exit-intent-bg.png')no-repeat;
		background-position: bottom center;
		padding:5px 20px;
	}
    .unbounce-title {
		color:#242464;
		font-size:48px;
		font-weight:bold;
		text-align:center;
        }
	.unbounce-subtitle {
		background-color:#242464;
		padding:10px 20px;
		font-size:26px;
		color:#FCB02C;
		font-weight:bold;
		text-align:center;
		max-width:500px;
		margin:5px auto 10px;
	}
    .unbounce-content {
        display:block;
        padding:0;
        line-height:22px;
        }
	.unbounce-form-area {
		padding:0 20px 5px;
		background:#ffffff;
	}
	.unbounce-form-submit {
		padding:10px;
		background:#FCB02C;
	}
	.unbounce-text {
		color:#242464;
		font-size:16px;
		text-align:center;
	}
    .unbounce-close {
        float:right;
        display:block;
        text-decoration:none;
        font-size:22px;
        color:#000000;
		font-weight:bold;
		cursor:pointer;
        }
	.unbounce-close{
		
	}
.unbounce-lightbox .open {
    /** Show lightbox when mouse leaves the browser window */
    display: block;
    outline: none;
}
@media (max-width:767px){
.unbounce-lightbox .unbounce-box {
    min-width:300px;
    }
}

.navbar-brand {
	padding: 5px 15px;
}