html, body {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: 'NissanBrand-Regular';
		src: url('../fonts/NissanBrand-Regular.eot');
		src: url('../fonts/NissanBrand-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/NissanBrand-Regular.svg#NissanBrand-Regular') format('svg'),
		url('../fonts/NissanBrand-Regular.ttf') format('truetype'),
		url('../fonts/NissanBrand-Regular.woff') format('woff'),
		url('../fonts/NissanBrand-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'NissanBrand-Bold';
		src: url('../fonts/NissanBrand-Bold.eot');
		src: url('../fonts/NissanBrand-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/NissanBrand-Bold.svg#NissanBrand-Bold') format('svg'),
		url('../fonts/NissanBrand-Bold.ttf') format('truetype'),
		url('../fonts/NissanBrand-Bold.woff') format('woff'),
		url('../fonts/NissanBrand-Bold.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}


body {
	-webkit-font-smoothing: subpixel-antialiased;
	font-family: NissanBrand-Regular, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	color: #000;	
	overflow-x: hidden;
}
a, a:visited, a:hover, a:focus {
	color: inherit;
	text-decoration: underline;
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
ol, ul, li {
	list-style: none;
}
p {
	margin: 0 0 15px 0;
}
hr {
	height:1px;
	border:0;
	border-top: 1px
	dotted #dddddd;
	margin: 30px 0 40px 0;
	clear: both;
}
::selection {
	background: rgba(213, 0, 29, .2);
	text-shadow: none;
}

h1, h2, h3 {
	font-family: NissanBrand-Bold, Arial, sans-serif;
	line-height: 1.2;
}
h1 {
	font-size: 2rem;
	margin: 0;
}
h2 {
	font-size: 1.3rem;
	margin: 0 0 10px 0;
}



.bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-image: url(../img/bg.jpg);
	background-color: #050f1a;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
}

.logo {
    height: 100px;
    width: 150px;
    margin: 20px;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/logo.png);
}
.nib {
	display: block;
    max-width: 340px;
    margin: 20px auto;
}
.form-wrapper {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 40px;
	margin: 10px 0;
}
.textblock-wrapper {
  background-color: rgba(241, 241, 241, 0.8);
  padding: 40px;
  margin: 60px 0;
}
.textblock-wrapper-slim {
  background-color: rgba(241, 241, 241, 0.8);
  padding: 0px;
  margin: 0px 0;
	width:75%
}
.inner-text-wrapper {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 40px;
  margin: 20px 0;
}
.mailto{
  display:block;
  background-color: rgba(213, 0, 30, 1);
  width:100px;
  height:25;
}

#cookiebar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background-color: rgba(0,0,0,.7);
    color: #fff;
    font-size: 12px;
    text-align: center;
}

#map {
	width: 100%;
	height: 400px;
	background-color: #050f1a;
}

.nontu {
	display: block;
	text-align: right;
	font-style: italic;
	font-size: 0.8rem;
	padding-bottom: 10px;
}

.smallfont {
    display: block;
	text-align: center;
	font-style: italic;
	font-size: 10px;
	padding-bottom: 10px;
}

/* FORM STYLE */
.form-styled {
	width: 100%;
}
.form-styled label {
}
.form-styled input,
.form-styled textarea,
.form-styled select {
	width: 100%;
	max-width: 100%;
	padding: 10px;
	border: solid 3px #eee;
	line-height: 150%;
	background: #fff;
	font-size: 16px;
	box-sizing: border-box;

	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.form-styled select {
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none;

	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;

	background-image: url(../img/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: center right 10px;
}
.form-styled input:focus,
.form-styled textarea:focus,
.form-styled select:focus {
	border: solid 3px #ddd;
	outline: none;
}

.form-styled select {
	color: #aaa;
}
.form-styled select:valid {
	color: #000;
}
option[disabled] {
    display: none;
  }

.message {
	background-color: #00325b;
    padding: 20px;
    margin: 10px 0 30px 0;
    border-left: 3px solid #9e9e9e;
    border-radius: 4px;
    font-size: 16px;
}
.message.error0 {
	border-left: 3px solid #8bc34a;
}
.message.error1 {
	border-left: 3px solid #c11434;
}

.form-styled .freezed {
    pointer-events: none;
}
.form-styled .freezed input,
.form-styled .freezed select {
	color: #ccc;
}

.form-styled ::-webkit-input-placeholder {color:#cccccc;}
.form-styled :-moz-placeholder {color:#cccccc;}
.form-styled ::-moz-placeholder {color:#cccccc;}
.form-styled :-ms-input-placeholder {color:#cccccc;}

.form-styled input:-webkit-autofill,
.form-styled input:-webkit-autofill:focus {
    -webkit-box-shadow:0 0 0 50px white inset;
    -webkit-text-fill-color: #333;
}

.form-styled input[type="submit"] {
	position: relative;
	width: 100%;
	padding: 15px;

	font-weight: bold;
	color: #fff;
	cursor: pointer;

	background-color: #d5001d;
	border: none;
	border-bottom: 3px solid #80071e;

	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
	border-radius: 4px;

	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.form-styled input[type="submit"]:hover {
	background-color: #80071e;
}
.form-styled input[type="checkbox"] {
    display: inline-block;
    width: auto;
    margin: 0 5px 0 0;
}
.form-privacy {
	font-size: 13px;
	color: #000;
}
.form-mai {
	display: none;
}
.form-styled .form-field-30 {
    width: 25%;
    margin-right: 5%;
	float: left;
}
.form-styled .form-field-70 {
    width: 70%;
    float: left;
}


/*
.form-styled input[type="radio"],
.form-styled input[type="checkbox"] {
    display:none;
}
.form-styled input[type="radio"] + label,
.form-styled input[type="checkbox"] + label {
	cursor: pointer;
}
.form-styled input[type="radio"] + label:before,
.form-styled input[type="checkbox"] + label:before {
    display: inline-block;
    content: '';
    width: 12px;
    height: 12px;
	margin-right: 5px;
    border-radius: 50%;
    border: 1px solid #888;
}
.form-styled input[type="checkbox"] + label:before {
	border-radius: 2px;
}
.form-styled input[type="radio"] + label:hover:before,
.form-styled input[type="checkbox"] + label:hover:before {
	border: 2px solid #888;
}
.form-styled input[type="radio"]:checked + label:before,
.form-styled input[type="checkbox"]:checked + label:before {
    border: 2px solid #888;
    background: #888;
}
*/




/* LG - small desktop */
@media (max-width: 1199px) {
}

/* MD - tablet landscape */
@media (max-width: 991px) {
}

/* SM - tablet portrait */
@media (max-width: 767px) {
}

/* XS - smartphone */
@media (max-width: 575px) {
}

@media (max-width: 767px) {
	.wrap {
		padding-right: 0px;
    	padding-left: 0px;
	}
	.form-wrapper {
		padding: 20px;
	}
}
