.popup-subtitle {
    font-size: 2rem;
}
.popup-title {
    font-size: 2.3rem;
}
.popup-subtitle {
    font-weight: 700;
}
.popup-title {
    font-weight: 800;
}
.popup-title {
    letter-spacing: 1px;
}
.popup-title {
    text-transform: uppercase;
}
.popup-subtitle {
    letter-spacing: 0px;
    text-transform: none;
}




.pop-up, .pop-up * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.full-height {
	height: 100%;
    overflow: hidden;
}
.content-promo {
	/*position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 90%;*/
}
.pop-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    background: url(/templates/images/overlaybackground.png) repeat;
    background: rgba(0,0,0,0.7);
    display: none;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 99%, rgba(0,0,0,0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(99%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0.65)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#a6000000',GradientType=0 );
}
.pop-up {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 370px;
    background-color: #fff;
    z-index: 99999;
    -webkit-box-shadow: 0 0 12px -5px #000;
    box-shadow: 0 0 12px -5px #000;
}
.pop-up img {
	display: block;
}
.popup-title {
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.2;
}
.popup-subtitle {
	line-height: 1.2;
}
.popup-content {
	line-height: 1.5;
    font-size: 1.1em;
}
.btn-popup {
    background: #56acf5;
    transition: 0.3s;
    border: none;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.btn-popup:hover {
    background: #248ae0;
}
.close-pop-up {
    position: absolute;
    top: -15px;
    right: -15px;
    padding: 10px 15px;
    background: #e9e9e9;
    border-radius: 100%;
    font-weight: normal;
    z-index: 1;
    cursor: pointer;
    font-size: 2rem;
    font-family: "Open Sans";
}


/* CUSTOM */
.pop-up{
    padding: 40px;
    outline: 8px solid rgba(154,154,154,0.47);
    background-image: linear-gradient(top, #fff 50%, #F1EBDF 50%);
    background-image: -o-linear-gradient(top, #fff 50%, #F1EBDF 50%);
    background-image: -moz-linear-gradient(top, #fff 50%, #F1EBDF 50%);
    background-image: -webkit-linear-gradient(top, #fff 50%, #F1EBDF 50%);
    background-image: -ms-linear-gradient(top, #fff 50%, #F1EBDF 50%);
}
.popup-title {
    color: #054512;
    font-weight: normal;
    font-size: 1.4em;
    letter-spacing: 0px;
    padding: 20px 0 30px;
}
.pop-up .top-image,
.pop-up .center-image{
    text-align: center;
}
.pop-up .top-image img,
.pop-up .center-image img {
    display: inline;
}
.pop-up .top-image img{
    max-width: 100px;
}
.pop-up .center-image img{
    max-width: 250px;
}
.popup-subtitle{
    text-transform: uppercase;
    font-size: 1em;
    font-weight: normal;
    font-family: "Open sans";
}