body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

body a {
    text-decoration: none;
}

header {
    height: 50px;
    background-color: #fff;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    z-index: 10000;

}

header ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0;
    margin: 0;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0;
}

header ul li {
    list-style: none;
    font-size: 20px;
    height: 100%;
    line-height: 49px;
    -webkit-transition: background-color 0.1s;
    /* Safari */
    transition: background-color 0.1s;

}

header ul li a
{
    height: 59px;
    padding-left: 30px;
    padding-right: 30px;
    color:#285d91;
    padding-top: 12px;
    padding-bottom: 15px;
}

@media all and (max-width: 1500px) {
  header ul li {
      font-size: 19px;

  }
  header ul li a
  {
      padding-left: 20px;
      padding-right: 20px;
  }
}
@media all and (max-width: 1400px) {
  header ul li {
      font-size: 18px;
  }
  header ul li a
  {
      padding-left: 15px;
      padding-right: 15px;
  }
}


header ul li a:hover
{
    color:#1c4974;
}

header ul li:hover {
    background-color: #f8f8f8;

}

header a .logo-simme {
    width: 160px;
    height: 40px;
    display: block;
    background-size: 160px 40px;
    background-image: url(../img/gl/logo-simme.png);
    margin: auto;
    background-position: 7px 4px;
    padding-left: 7px;
    padding-right: 7px;
    background-repeat: no-repeat;
    padding-top: 5px;
    padding-bottom: 5px;
     -webkit-transition: background 0.1s;
    transition: background 0.1s;
}

header a .logo-simme:hover {
    background-image: url(../img/gl/logo-simme-h.png);
}


header a .logo-pasman {
    width: 120px;
    height: 30px;
    display: block;
    background-size: 120px 30px;
    background-image: url(../img/gl/logo.png);
    background-position: 12px 9px;
    padding-left: 15px;
    padding-right: 7px;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-left: 20px;
     -webkit-transition: background 0.1s;
    /* Safari */
    transition: background 0.1s;
}
header a .logo-pasman:hover {
    background-image: url(../img/gl/logo-h.png);
}

header .language {
    width: 25px;
    height: 25px;
    display: block;
    background-size: 25px 25px;
    background-image: url(../img/gl/flag-uk.png);
    background-repeat: no-repeat;
    margin-top: 12px;
    cursor: pointer;
}

@media screen and (max-width: 1250px) {
    header {
        height: auto;
        padding-bottom: 15px;
    }

    header ul {
        flex-wrap: wrap;
    }
}

@media all and (max-width: 1250px) {
    header {
        display: none;
    }
}

#small_show {
    width: 100%;
    height: 240px;
    display: flex;
    justify-content: center;
    background-color: #ffffff;
}

#small_show div {
    width: 360px;
    height: 100%;
    text-align: center;
    filter: contrast(100%);
  -webkit-transition: filter 0.3s;
  /* Safari */
  transition: filter 0.3s;
}

@media screen and (max-width: 800px) {
    #show {
        display: none;
    }
    #small_show {
        height: auto;
        display: block;
    }
    #small_show div {
        width: 100%;
        height: auto text-align: center;
    }
}

#pasman {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1b62ac; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(45deg, #1b62ac, #04305d); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(45deg, #1b62ac, #04305d); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(45deg, #1b62ac, #04305d); /* For Firefox 3.6 to 15 */
  background: linear-gradient(45deg, #1b62ac, #04305d); /* Standard syntax */
  font-size: 42px;
  text-align: center;
}

#pasman a{
  color: #fff;
  text-decoration: underline;
}

#simme {
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ddd;
  font-size: 30px;
  text-align: center;
}

#pres-left
{
  width: 100%;
  min-height: 500px;
  background-color: #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
}

#pres-left img
{
  height: 300px;

}

#pres-left .text
{
  width: 600px;
  margin-left: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#pres-left .text h2
{
  font-weight: 400;
  font-size: 30px;
  margin: 0;
}

#pres-left .text h2 span
{
  border-bottom: 3px #285d91 solid;
}

#pres-left .text p
{
  text-align: justify;
  font-size: 18px;
}


#pres-right
{
  width: 100%;
  min-height: 500px;
  background-color: #fefefe;
  display: flex;
  justify-content: center;
  align-items: center;
}

#pres-right img
{
  height: 300px;

}

#pres-right .text
{
  width: 600px;
  margin-right: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#pres-right .text h2
{
  font-weight: 400;
  font-size: 30px;
  margin: 0;
}

#pres-right .text h2 span
{
  border-bottom: 3px #285d91 solid;
}

#pres-right .text p
{
  text-align: justify;
  font-size: 18px;
}

#subtrust
{
  display: flex;
  width: 1200px;
  margin: auto;
}

#trust {
    max-width: 800px;
    padding-bottom: 20px;
    margin: auto;
    height: 370px;
}

#trust ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

#trust ul li img {
    max-width: 150px;
    border-radius: 7px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#trust span {
    color: #000;
    font-size: 40px;
    font-weight: 300;
    text-align: left;
    width: 100%;
    display: block;
    padding-top: 20px;
    padding-left: 70px;

}

#part {
    max-width: 400px;
    padding-bottom: 20px;
    margin: auto;
}

#part ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

#part ul li img {
    max-width: 150px;
    border-radius: 7px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#part span {
    color: #000;
    font-size: 40px;
    font-weight: 300;
    text-align: left;
    width: 100%;
    display: block;
    padding-top: 20px;
    padding-left: 45px;
}

nav {
    position: fixed;
    left: 0px;
    top: calc(50vh - 150px);
    height: 300px;
    display: block;
    z-index: 1000;
}

@media all and (max-width: 1260px) {
    nav {
        visibility: hidden;
    }
}

nav ul {
    list-style: none;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-top: 0px;
    width: 150px;
}

nav ul li a
{
    color: #222222;
    background-color: #f2f2f2;
     -webkit-transition: color 0.3s;
    /* Safari */
    transition: color 0.3s;
    width: 100%;
    display: block;
    padding: 10px;
    margin-left: 0px;
    margin: 3px;
    text-transform: uppercase;
    font-weight: 300;
    -webkit-transition: font-weight 0.2s;
    /* Safari */
    transition: font-weight 0.2s;
    -webkit-transition: padding-left 0.2s;
    /* Safari */
    transition: padding-left 0.2s;
}

nav ul li a:hover
{
    color: #125dd6;
    font-weight: 400;
    padding-left: 20px;
}

#our-company {
    padding: 30px;
    padding-top: 20px;
    max-width: 1200px;
    min-height: 500px;
    margin: auto;
    background-color: #FCFCFC;
}

#our-company p
{
    text-align: justify;
}

#our-company .picture
{
    width: calc(100% + 60px);
    height: 300px;
    background-image: url(../img/gl/conception.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -21px;
    margin-left: -30px;
}

#our-company ul
{
    margin-left: 30px;
}

#our-company a
{
    margin-left: 30px;
    padding: 10px;
    color: #fff;
    background-color: #0757e3;
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
}

#our-company #blocks
{
  width: 100%:auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;

}

#our-company .block{
  min-width: calc(50% - 90px);
  max-width:  calc(50% - 90px);
  margin: 15px;
  padding: 30px;
  background-color: #f1f1f1;
  text-align: center;
}

.title-subheader{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1b62ac; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(45deg, #1b62ac, #04305d); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(45deg, #1b62ac, #04305d); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(45deg, #1b62ac, #04305d); /* For Firefox 3.6 to 15 */
    background: linear-gradient(45deg, #1b62ac, #04305d); /* Standard syntax */
    font-size: 42px;
    text-align: center;
    color: #fff;
}

.title-subheader-a{
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1b62ac; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(45deg, #1b62ac, #04305d); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(45deg, #1b62ac, #04305d); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(45deg, #1b62ac, #04305d); /* For Firefox 3.6 to 15 */
    background: linear-gradient(45deg, #1b62ac, #04305d); /* Standard syntax */
    font-size: 42px;
    text-align: center;
    color: #fff;
}

#development{
  width: 100%;
  height: calc(100vh - 50px);
  display: flex;
  justify-content: center;
  color: #fff;

}

#development #conception{
  width: 50%;
  height: 100%;
  background-position: center;
  background-size: cover;
}


#development #mold{
  width: 50%;
  height: 100%;
  background-position: center;
  background-size: cover;

}

#development a{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.38);
  -webkit-transition: background-color 0.2s; /* Safari */
  transition: background-color 0.2s;
  font-size: 40px;
}

#development a:hover{
  background-color: rgba(0, 0, 0, 0.48)
}

#contacts {
    padding: 20px;
    padding-top: 15px;
    max-width: 1200px;
    margin: auto;
    background-color: #FCFCFC;
    display: flex;
    flex-wrap: wrap;
    border-top: solid 2px #c4c4c4;

}
#contacts .contact
{
    width: calc(50% - 40px);
    height: 70px;
    display: block;
    padding: 20px;
}
#contacts .separe
{
    width: 100%;
    height: 10px;
    padding: 10px;
    margin: 10px;

}
#contacts .contact img
{
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 20px;
    border-radius: 0%;
    margin-left: 10%;
}
#content .picture-t
{
    width: 640px;
    height: 360px;
    display: block;
    margin: auto;
}
#contacts .contact .name
{
    margin-top: 10px;
    display: block;
    font-size: 19px;
    font-weight: 500;
}
#contacts .contact .number
{
    display: block;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 300;
}

#companyinfo {
    padding: 20px;
    padding-top: 200px;
    max-width: 1200px;
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 300px;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}

#market-body
{
	margin: auto;
	width: 60vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  margin: auto;

}
#market-body article
{
	height: 30vh;
	background-color: #ececec;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}




#market-body article span
{
	font-size: 1.7em;
	color: white;
	text-align: center;
}
#market-body article a
{
    background-color: #0757e3;
    padding: 10px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 5px;
    -webkit-transition: background-color 0.2s;
    /* Safari */
    transition: background-color 0.2s;
    display: none;
    color: #fff;
}
#market-body article a:hover
{
    background-color: #0944ac;
}


#quality
{
	padding: 3vw;
}

#quality p
{
	margin: 0;
	padding: 0;
	width: 100%;
}








footer {
    width: calc(100vw - 300px);
    padding: 10px;
    margin: auto;
    border-top: #285d91 2px solid;
    height: 53px;
}
footer .left {
    float: left;
    margin-bottom: 10px;
}
footer .right {
    float: right;
    margin-top: 15px;
    color: #9c9c9c;
}
footer .left ul {
    list-style: none;
    display: flex;
}
footer .left li {
    margin-right: 20px;
}
footer .left ul a {
    color: #285d91;
    text-decoration: none;
}
@media all and (max-width: 1260px) {
    footer {
        visibility: hidden;
    }
}
