html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, h7, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
}

@font-face{
	font-family: Brandon Grotesque;
	src: url(fonts/Brandon_med.otf),
		 url(fonts/Brandon_med_it.otf),
		 url(fonts/Brandon_bld.otf),
		 url(fonts/Brandon_bld_it.otf),
	 	 url(fonts/Brandon_blk.otf),
	 	 url(fonts/Brandon_blk_it.otf),
	 	 url(fonts/Brandon_light.otf),
	 	 url(fonts/Brandon_light_it.otf),
	 	 url(fonts/Brandon_reg.otf),
	 	 url(fonts/Brandon_reg_it.otf),
	 	 url(fonts/Brandon_thin.otf),
	 	 url(fonts/Brandon_thin_it.otf);
}

body {
	font-family: Brandon Grotesque ;
	background-color: #fff;
	color: #383f42;
	font-size: 16px;
	width:100%;
	height:100%;
}

header, footer{ 
	left:0;
	margin:0; 
	padding: 20px;
	width: 100%;
}

h1,h2,h3,h4,h5 {
	text-transform:uppercase;
}

label {
    font-family: Georgia, serif;
}

input, textarea { font-family: inherit; font: 99% sans-serif; }

input[type='text'], input[type='text'], textarea, select { padding: 1px; }

/*img { display: block; border:0;}*/
img { border:0;}

img.left	{ float: left;  padding: 10px; }

form{
	margin: 0;
	padding: 50px;
	width: 70%;
}

/*To hidden the form*/
/* .visibility{
	visibility: hidden;
} */

#es, #es-sub, #es-copy, #es-priv, #es-copy, #es-closed {
    display: none;
}

#es-closed, #en-closed { margin: 20px; padding: 20px; width: 70%; }

#es_click, #en_click {
    font-family: Georgia, serif;
}

#abbott-header {
    background: #222731;
    display: block;
    top: 0;
}

#abbott-menu { height: 40px; }

.logo {
    width: 120px;
    margin-left: 10px;
    padding: 0px;
}

#consent-banner {
	position: fixed;
	bottom: 0;
	width: 100%;
}

.submenu{
	display:block;
	height:38px;
	width:100%;
	background:darkgray;
}
.container {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.button_lang {
	float: right; 
	padding: 10px;
	color: white;
	font-weight: normal;
	background: #222731;
	border: none;
	padding: 8px 15px;
	font-size:14px;
	-webkit-transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	-ms-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

.button_lang:hover, .current_lang {
	color: #2B96D3;   
	-webkit-transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	-ms-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

.container .logo {
	width: 120px;
	margin-left: 10px;
	padding: 0px;
}

.container h1{
	line-height: 1.5;
	font-size:18px;
	font-weight:bold;
    color: white;
	text-align: left;
	margin: 5px 30px;
}

.container h2 {
    line-height: 1.5;
    font-size: 18px;
    font-weight: normal;
    color: white;
    text-align: left;
    margin: 5px 30px;
}

.btn-primary{
	background-color:#2B96D3;
	border-color: #2B96D3;
	font-size: 18px;
	padding: 6px 20px 6px 20px;
	text-align:center;
	text-transform:uppercase;
    border-radius: 0px;
}

.btn-primary:hover{
	background:  #5BC2E7;
	border-color: #5BC2E7;
}

footer{
	color: white;
	background-color:#004F71;
	position: fixed;
  	bottom: 0;
}

footer ul {
	text-align: right;
}
footer ul li{
	display: inline-block;
	margin: 10px;
	font-size: 0.8em;
	line-height: 1.6em;
	cursor: pointer;
}
li a{
	color:white;
	font-weight: normal;
}
li a:hover{
	color:  #5BC2E7;
	text-decoration: none;
}
/*footer img{
	margin: 5px;
}*/
footer p {
    margin: 10px;
    /*margin-left: 25px;*/
    line-height: 1.1em;
    font-family: Georgia, serif;
    font-size: 0.8em;
}

.text-align-right {
	text-align:right;
}

@media screen and (max-width: 770px){
	form{ width:100%;}
	header{ height:110px; padding: 20px 5px;}
	.container h1{ font-size:18px; }
}
@media screen and (max-width: 540px){
	input, textarea { min-width: 200px;}
	form{ padding: 20px;}
	header{ height:70px; padding: 20px 5px;}
	footer{ padding: 0;}
        footer img { margin 10px; padding 0px;}
	footer ul li { margin: 0px 5px;}
	footer p{ margin: 2px 5px; }
}