/*
main font:
main background color: #
main text color: #
hover text color: #
active text color: #
visited text color: #
*/

/*
@font-face {
	font-family: "NokiaPureHeadline";
	src: url("../fonts/nokiapureheadlinelt-webfont.eot");
	src: url("../fonts/nokiapureheadlinelt-webfont.eot?#iefix") format("embedded-opentype"),
         url("../fonts/nokiapureheadlinelt-webfont.woff") format("woff"),
         url("../fonts/nokiapureheadlinelt-webfont.ttf") format("truetype"),
         url("../fonts/nokiapureheadlinelt-webfont.svg#NokiaPureHeadlineBold") format("svg");
}
*/

/* reset & default */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
textarea,
select,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  background: #fff;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1;
}
textarea {
  font-family: inherit;
  overflow: auto;
  vertical-align: top;
  resize: none;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-spacing: 0;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #fff;
}
a:active {
  color: #fff;
}
a:visited {
  color: #fff;
}
:focus {
  outline: 0;
}

/* structure */
html {
  height: 100%;
  min-height: 100%;
}
body {
  height: 100%;
}
.dispatch {
  min-height: 100%;
  background: url(../images/bg.jpg) no-repeat center top #000;
}
.header {
  padding: 0 10px;
  margin: 0 auto 0;
  max-width: 1020px;
}
.header .inner {
  padding: 20px 100px 0 0;
}
.header .logo {
  margin: 0 auto 0;
  float: left;
}
.header .logo img {
  width: 120px;
}
.header .title {
  margin-top: 0;
  text-align: center;
}
.header .title h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 48px;
  font-family: "Nissan Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.header .title span {
  color: #fff;
  text-transform: uppercase;
  font-size: 28px;
  font-family: "Nissan Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
footer {
  padding: 0px 40px;
  max-width: 1020px;
  margin: 0px auto;
}
footer:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px solid #7d8496;
}
footer li {
  display: inline;
  margin-right: 20px;
}
footer ul {
  padding: 20px 0;
}
footer li a {
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Nissan Bold";
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

.dispatch .main_dispatch {
  padding: 0;
  margin: 200px auto 0;
  max-width: 1020px;
}
.content {
  padding-bottom: 20px;
  max-width: 1020px;
}
.country-list {
  overflow: hidden;
  margin: 30px auto 0;
  padding: 0 40px;
}
.country-list li {
  width: 100%;
  text-align: left;
  margin: 0 0 5px;
  min-height: 40px;
}
.country-list li a {
  display: inline-block;
  color: #fff;
  font: 14px "Nissan Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.line {
  border-bottom: 1px solid #7d8496;
  height: 1px;
}
.heading {
  position: relative;
  margin: 20px 40px;
  color: #fff;
  text-transform: uppercase;
  font: 18px "Nissan Bold";
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
  border-bottom: 1px solid #7d8496;
  padding-bottom: 20px;
}
.heading label {
  display: block;
  overflow: hidden;
}
.select-redirect {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  border: none;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
}

.custom-select-wrapper:hover {
  cursor: pointer;
}

.custom-select-wrapper .custom-select-viewport {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-select-wrapper .custom-select-viewport .icon {
  position: absolute;
  top: 0;
  right: 0;
}

.custom-select-wrapper .custom-select {
  background-color: white;
  display: none;
  overflow-y: scroll;
  z-index: 9999;
  position: absolute;
  width: 100%;
  left: 0;
  text-transform: none;
}

.custom-select-wrapper .custom-select .custom-select-item {
  padding: 5px 10px;
  color: black;
  text-shadow: none;
  width: 100%;
  box-sizing: border-box;
}
.custom-select-wrapper .custom-select .custom-select-item.selected {
  background-color: #7a9cd3;
}

.custom-select-wrapper .custom-select .custom-select-item:hover {
  background-color: #7a9cd3;
}
.select-redirect:focus {
  outline: none;
}
.select-redirect option {
  background-color: #fff;
}
.ie8 .country-list ul {
  float: left;
  width: 25%;
}
.ie8 .visible-mobile {
  display: none;
}

.link-insurance-container {
  padding: 12vh 10px 6vh 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.link-insurance-container a {
  font: 1.3em "Nissan Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 1em;
  text-decoration: underline;
}

.text-content-insurance {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 5vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  font: 1.3em "Nissan Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.text-content-insurance h1 {
  text-decoration: underline;
  margin-bottom: 0.5em;
}
.text-content-insurance img {
  max-width: 100%;
}

.denmark-insurance {
  padding-top: 8vh;
  padding-bottom: 10vh;
}
.poland-insurance {
  padding-top: 8vh;
  padding-bottom: 5vh;
}

/* media */
/*@media (max-width: 1023px) {
	.content,footer,.header{
		padding-left: 30px;
		padding-right: 30px;
	}
}*/
@media (max-width: 767px) {
  .dispatch {
    background-size: 150%;
  }
  .line,
  .country-list {
    display: none;
  }
  .header .logo {
    position: static;
    display: block;
    float: none;
    margin: 0px auto;
    padding-bottom: 20px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../images/border.png);
  }
  .header .inner {
    padding: 20px 0 0 0;
  }
  .heading {
    margin-bottom: 20px;
    border: none;
  }
  .heading .text {
    display: block;
    padding-left: 20px;
    background-color: #c72348;
    text-shadow: none;
    margin-right: 48px;
    height: 48px;
    line-height: 48px;
  }
  .heading .icon {
    display: block;
    float: right;
    background: url(../images/btn.png);
    background-size: 100%;
    width: 48px;
    height: 48px;
  }
  .visible-mobile {
    display: block;
  }
  .visible-desktop {
    display: none;
  }
  footer {
    position: static;
    display: block;
    float: none;
    margin: 0px auto;
    padding: 20px 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/border-2.png);
  }
  footer:before {
    display: none;
  }
  footer ul {
    padding: 0;
    margin-top: 0px;
  }
  footer ul li {
    width: 100%;
    display: block;
    margin-bottom: 8px;
    margin-right: 0;
    text-align: center;
  }
}
@media (min-width: 319px) and (max-width: 639px) {
  .header .logo {
    background-image: url(../images/border-2.png);
  }
  .header .title img {
    max-width: 220px;
  }
  .heading {
    font-size: 13px;
  }
  .heading .icon {
    width: 48px;
    height: 48px;
  }
  .heading .text {
    padding-left: 10px;
    margin-right: 48px;
    height: 48px;
    line-height: 48px;
  }
  .dispatch {
    background-position-y: 150px;
  }
  .dispatch .main_dispatch {
    margin: 36px auto 0;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .header .logo,
  footer {
    background-image: url(../images/border.png);
  }

  .header .title img {
    width: 420px;
  }
  /*.heading .text {margin-right: 96px; height: 96px; line-height: 96px;}
	.heading .icon {width: 96px; height: 96px;}*/
  .custom-select-wrapper .custom-select .custom-select-item {
    padding: 10px 10px;
  }
  .dispatch {
    background-position-y: 150px;
  }
}
@media (min-width: 768px) {
  .link-insurance-container {
    padding-top: 22vh;
    padding-bottom: 13vh;
  }
  .italy-insurance {
    padding-top: 10vh;
  }
  .poland-insurance {
    padding-top: 14vh;
    padding-bottom: 16vh;
  }
  .denmark-insurance {
    padding-top: 14vh;
    padding-bottom: 32.6vh;
  }
  .link-insurance-container a {
    font-size: 3em;
  }
  .text-content-insurance {
    padding-right: 0;
    padding-left: 0;
  }
  .text-content-insurance h1 {
    font-size: 2.5em;
  }
  .country-list ul {
    float: left;
  }
  .visible-mobile {
    display: none;
  }
  .visible-desktop {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .header .title img {
    max-width: 220px;
  }
  .country-list ul {
    width: 33.3%;
  }
}
@media (min-width: 980px) {
  .country-list ul {
    width: 25%;
  }
}
