@import url("//fonts.googleapis.com/css?family=Montserrat:400,600,700");
* {box-sizing: border-box;}

body{
	font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #343434;
    font-weight: normal;
    background: none repeat scroll 0 0 transparent;
}
body.ar-ae {
	font-family: Montserrat, Arial, Helvetica, sans-serif;
}
.modal-title {
	font-family: Montserrat, Arial, Helvetica, sans-serif;
}
body.ar-ae .modal-title {
	font-family: Montserrat, Arial, Helvetica, sans-serif;
}
a:link, a:visited, .hyperlink, .disclaimer-box a, .cookies-box a {
	color: #343434;
    text-decoration: none;
    cursor: pointer;
}
a:-webkit-any-link {
    color: #343434;
    text-decoration: none;
    cursor: pointer;
}
a:active, a:hover, .hyperlink:hover, .disclaimer-box a:hover, .cookies-box a:hover {
    color: #343434;
    text-decoration: underline;
    cursor: pointer;
}
.wrapper {
    width: 100%;
    padding: 50px 0 0 0px;
    margin: 0 auto;
    max-width: 1200px;
}

.en-gb .btn, .en-gb .btn:active, .en-gb .btn:focus  {
	background: #e32313;	
	color: #ffffff !important;
	padding: 0.4em 1em;
	font-size: 18px; 
	font-weight: normal;
    text-transform: capitalize;
	border: 0.1em solid #e32313;
	border-radius: 0px;
	line-height: normal;	
	transition: background 0.5s, color 0.5s, border 0.5s;
}

.en-gb .btn:hover{
	background: #fff;
	color: #e32313 !important;
	cursor: pointer;
	border: 0.1em solid #e32313;
 }

 .btn-subscribe {
    min-width: 125px;
}
.checkbox {
    
	line-height: 15px;
}
.checkbox-checked {
   
}

.form input, .form select {
	appearance: none;
    -webkit-appearance: none;
	-moz-appearance: none;
    background-color: #fff;
    border: 1px solid #cccccc;
    box-sizing: border-box;
}
.form select {
    background-image: url("//tools.eurolandir.com/tools/SubscriptionCentre2/Config/Company/n-nom/dropdown.svg");
    background-origin: content-box;
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-size: 9px 6px;
}
.ar-ae .form select {
	background-position: 2% 50%;
}
@media not all {
	.form select  {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
	}
}
@media (max-width: 768px) {
	body {
		font-size:18px;
	}
	.footer,
	.check-subscription-link {
		font-size: 18px;
	}
}
@media (max-width: 480px) {
	body {
		font-size:18px;
	}
	
	#dialogModal .btn-submit, 
	#dialogModal .btn-ok {
		margin-bottom: 3px;
	}
}

.error-border {
    background-color: #ff0 !important;
    border: 1px solid red !important;
}
.ar-ae .close {
	float: left;
}
.footer,
.check-subscription-link {
	font-size: 16px;
}
.releasetype-group-lable {
    display: none;
}
.en-gb .subscribe-button-wrapper {
	text-align: right; 
}
.ar-ae .subscribe-button-wrapper {
	text-align: left; 
}
span.checkbox {
    background: none;
}
.radio input, 
.checkbox input {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.body-rtl .wrapper {
    padding: 50px 5px 0 0;
}

