
.popup_newsletter .popup__in {
	height: 100%;
	background: none;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.popup {
    background: hsla(0,0%,100%,.8);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    white-space: nowrap;
    z-index: 1000;
}

.popup:after {
    margin-left: -10px;
}

.popup .popup__in_dark {		
	color: #fff;
	width: 100%;
}

.popup__in {
    white-space: normal;
    display: block;
    vertical-align: middle;
    text-align: left;
    max-width: 900px;
    background: #fff;    
    max-height: 100%;
    position: relative;
    padding: 59px 10px 10px;
}
.closeIcon {
	position: relative;
	width: 14px;
	height: 14px;
	background: #fff;
	cursor: pointer;
}
.closeIcon i {
	position: relative;
	top: 6px;
	display: block;
	overflow: hidden;
	width: 14px;
	height: 8px;
}
.closeIcon i + i {
	top: -8px;
}
.closeIcon i:before,
.closeIcon i:after {
	position: absolute;
	top: 0;
	left: -1px;
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 0;
	border-bottom-color: #999;
	content: " ";
}
.closeIcon i:after {
	top: 2px;
	border-bottom-color: #fff;
}
.closeIcon i + i:before {
	border-top: 8px solid #999;
	border-bottom: 0;
}
.closeIcon i + i:after {
	top: -2px;
	border-top: 8px solid #fff;
	border-bottom: 0;
}
.closeIcon:hover i:before,
.closeIcon:hover i:after {
	border-bottom-color: #000;
}
.closeIcon:hover i + i:before {
	border-top: 8px solid #000;
}
.closeIcon:hover i:after {
	border-bottom-color: #fff;
}
.popup .popup__in_dark .popup__close {
    box-shadow: 0 0 2px #fff;
    border: transparent;
	padding: 7px;
}
.popup__close .closeIcon {
	background: none;
}
.popup__close .closeIcon i:before {
	border-bottom-color: #fff;
}
.popup__close .closeIcon i:after {
	border-bottom-color: #000;
}
.popup__close  .closeIcon i+i:before {
	border-top-color: #fff;
}
.popup__close .closeIcon i+i:after {
	border-top-color: #000;
}
.popup__close .closeIcon:hover i:before {
	border-bottom-color: #999;
}
.popup_close .closeIcon:hover i:after {
	border-bottom-color: #000;
}
.popup__close .closeIcon:hover i+i:before {
	border-top-color: #999;
}
.popup_newsletter {
    font-family: Arial,sans-serif;
    color: #fff;
    background: none;
	font-size: 18px;
}


.popup_newsletter .popup__close {
    padding: 0 10px;
    right: 10px;
    top: 10px;
}

.popup_newsletter .popup__close .icon {
    color: #fff;
    opacity: 1;
    box-shadow: 0 0 2px #fff;
    border: transparent;
    font-size: 16px;
}

.popup__close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 16px;
    color: #ccc;
    opacity: .8;
}

.icon_btn {
    cursor: pointer;
}

.icon_filled, .icon_round {
    border-radius: 50%;
    padding: 7px;
}

.icon {
    font-family: JPIcons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    text-align: center;
    font-size: 17px;
}

.popup_newsletter .popup__content {
    padding: 0 19px 30px;
}

.unbounce-scroll {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.popup_newsletter .popup__content {
    padding: 0 10px 30px;
}


.newsletter {
    font-family: Arial,sans-serif;
    color: #fff;
}

.newsletter__header {
	font-family: Georgia,serif;
    margin-bottom: 14px;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
}

.newsletter__header__text {
    padding: 0 19px;
    margin-top: 14px;
    font-size: 14px;
    font-weight: 400;
}

.newsletter__form__input_mail {
    margin-bottom: 25px;
}

.newsletter__form__label {
    font-size: 14px;
}

.newsletter__form__checkbox {
    position: relative;
    padding-left: 19px;
    margin-top: 19px;
    font-size: 14px;
}

.newsletter__form__input_mail .newsletter__form__label {
    display: none;
}

.newsletter__form__input input {
    padding: 9px 0px 7px;
    border: 1px solid #ccc;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    outline: 0;
    color: #666;
    text-align: center;
    box-shadow: none;
    border-radius: 2px;
}

.newsletter__form__checkbox input {
    position: absolute;
    top: 1px;
    left: 0;
    margin: 0 10px 0 0;
    outline: 0;
    box-shadow: none;
}

.newsletter__terms__text a,
.newsletter__form__checkbox a {
	color: #fff;
	text-decoration: underline;
}

.newsletter__terms__text a:hover,
.newsletter__form__checkbox a:hover {
	text-decoration: none;
}


.btn {
    display: inline-block;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 7px 14px 5px;
    font-weight: 700;
    max-width: 100%;
    cursor: pointer;
    font-family: Arial,sans-serif;
}

.newsletter__btn {
    margin-top: 10px;
    margin-bottom: 19px;
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
    text-transform: none;
}

.newsletter__btn {
    margin-top: 12px;
    background: #157533;
    color: #fff;
    border: 0;
	text-transform: uppercase;
}

.newsletter__terms {
    padding: 10px 10px 19px;
    background: rgba(68,68,68,0.7);
}

.newsletter__terms__in {
    font-size: 12px;
    text-align: left;
}

.newsletter__terms__header {
    margin: 0 0 10px;
    font-size: 12px;
	font-weight: bold;
}

.newsletter__form__checkbox {
    position: relative;
    padding-left: 19px;
    margin-top: 19px;
    font-size: 14px;
}

.newsletter__terms__in::-webkit-scrollbar {
    -webkit-appearance: none;
}

.newsletter__terms__in::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 2px solid #444;
}

.newsletter__terms__in::-webkit-scrollbar-track {
    border-radius: 10px;
}



@media screen and (min-width: 768px) {

	.popup_newsletter {
		top: auto;
		bottom: 1%;
		right: 1%;
		left: auto;
		background: none;
		width: auto;
		height: auto;
		background: url(http://static.jyllands-posten.dk/app/data/jp/2016/julekalender/TakeOver_Mobile_BG.png) 0 0 no-repeat;
		background-size: cover;
		box-shadow: 0 0 7px rgba(0,0,0,.5);
		
	}
	.popup_newsletter .popup__in {
		max-width: 300px;
		min-height: 399px;
		height: auto;
	}
	
	.popup_newsletter .popup__content {
		padding-bottom: 19px;
		height: auto!important;
	}
	
	.newsletter__header {
		font-size: 18px;
		line-height: 1.3;
	}
	
	.newsletter__header__text {
		padding: 0 19px;
		margin-top: 14px;
		font-size: 14px;
	}
	
	.newsletter__form__label, .newsletter__form__validation {
		font-size: 12px;
	}
	
	.newsletter__btn, .newsletter__form__input input {
		font-size: 14px;
	}
	
	.newsletter__terms__in {
		overflow-y: auto;
		max-height: 108px;
	}
}

@media screen and (max-width: 767px) {

	.popup_newsletter {
		top: 0;
		left: 0;
		background: none;
		width: 100%;
		height: 100%;
		background: url(http://static.jyllands-posten.dk/app/data/jp/2016/julekalender/TakeOver_Mobile_BG.png) 0 0 no-repeat;
		background-size: cover;
	}
	.popup_newsletter .popup__in {
		max-width: 300px;
		margin: 0 auto;
		overflow-y: auto;
	}
	
	.popup_newsletter .popup__content {
		padding-bottom: 19px;
		height: auto!important;
	}
	
	.newsletter__header {
		font-size: 18px;
		line-height: 1.3;
	}
	
	.newsletter__header__text {
		padding: 0 19px;
		margin-top: 14px;
		font-size: 14px;
	}
	
	.newsletter__form__label, .newsletter__form__validation {
		font-size: 12px;
	}
	
	.newsletter__btn, .newsletter__form__input input {
		font-size: 14px;
	}
	
	.newsletter__terms__in {
		overflow-y: auto;
		max-height: 150px;
	}
}
