/* ######### Mobile ######### */
/* header {
}
header .logo {
}
header nav {
}
header nav a svg {
}
header .lang-flgs {
}
header .lang-flgs a img {
}
.login label, .login input, .login button {
} */
/* ######### Tablets ######### */
@media only screen and (min-width: 768px) {
  /* header {
  }
  header .logo {
  }
  header nav {
  }
  header nav a svg {
  }
  header .lang-flgs {
  }
  header .lang-flgs a img {
  }
  .login label, .login input, .login button {
  } */
}
/* ######### Desktop ######### */
@media only screen and (min-width: 1152px) {
  header {
    position: fixed;
    width: 100%;
    height: auto;
    padding: 0px 17%;
    margin: 0px;
    background: #fff;
    z-index: 999;
  }
  header .logo {
    width: 16%;
    height: auto;
    vertical-align: middle;
    text-align: left;
  }
  header nav {
    display: inline-block;
    width: 66%;
    text-align: right;
    color: #666;
    font-size: 0.9em;
  }
  header nav a svg {
    width: auto;
    height: 35px;
    fill: #666;
    vertical-align: middle;
  }
  header .lang-flgs {
    display: inline-block;
    vertical-align: middle;
    width: 16%;
  }
  header .lang-flgs a img {
    width: 25%;
    margin-left: 20px;
  }
  .login label, .login input, .login button {
    display: block;
    margin: 5px;
  }
  .main-cont {
    padding: 5% 0px 0px 0px;
    background: #fff;
    min-height: 80vh;
  }
  .dvdr {
    /*
    border: 1px solid red;
    */
    height: 20px;
    background: url("./imgs/separtor.jpg") center center repeat-x;
    background-size: auto 100%;
  }
  .dvdr-alt {
    /*
    border: 1px solid red;
    */
    height: 20px;
    background: url("./imgs/separtor-alt.jpg") center center repeat-x;
    background-size: auto 100%;
  }
  .dvdr-ftr {
    /*
    border: 1px solid red;
    */
    height: 20px;
    background: url("./imgs/separtor-footr.jpg") center center repeat-x;
    background-size: auto 100%;
  }
  .cont, .cont-alt {
    /*
    height: 100px;
    background: #fff;
    */
    padding: 0px 17% 10px 17%;
  }
  .cont-alt {
    background-color: #eee;
  }
  .cont h2, .cont-alt h2 {
    font-size: 2.5vw;
    padding: 20px 0px 0px 0px;
    /*
    */
  }
  .tl-1 {
    text-align: center;
    padding: 2% 0px 10px 0px;
  }
  .tl-1 span {
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 2vw;
  }
  .iwt-l, .iwt-r {
    font-family: Arial, sans-serif;
    line-height: 2.25vw;
    /*
    font-weight: bold;
    border: 1px solid red;
    */
  }
  .iwt-l {
    padding: 0px 2% 0px 4%;
  }
  .iwt-r {
    padding: 0px 4% 0px 2%;
  }
  .iwt-l a, .iwt-r a, .iwt-l a span, .iwt-r a span {
    display: block;
    /*
    border: 1px solid red;
    */
  }
  .iwt-l a, .iwt-r a {
    overflow: hidden;
  }
  .iwt-l a {
    background: url("./imgs/iwt-l.jpg") center center no-repeat;
    background-size: cover;
    border-radius: 0px 50px 0px 50px;
  }
  .iwt-r a {
    background: url("./imgs/iwt-r.jpg") center center no-repeat;
    background-size: cover;
    border-radius: 50px 0px 50px 0px;
  }
  .iwt-l a span, .iwt-r a span {
    background: url("./imgs/tpb1px.png") repeat;
    padding: 10% 0px 10% 0px;
    font-size: 1.5vw;
    color: #fff;
  }
  .iwt-l a:hover span, .iwt-r a:hover span {
    background: url("./imgs/tpb1px75.png") repeat;
  }
  .iwt-l a span i, .iwt-r a span i {
    font-size: 3vw;
  }
  .es-itm {
    padding: 20px 5%;
  }
  .es-itm img {
    width: 100%;
  }
  .es-itm div {
    background: #fff;
    border-radius: 25px;
    padding: 10px 10px 5% 10px;
  }
  .es-itm div h2 {
    font-size: 1.5vw;
  }
  .es-itm div h2 span {
    color: #BC002D;
  }
  .es-itm div p {
    padding: 0px 0px 20px 0px;
  }
  .es-itm div a {
    display: block;
    color: #fff;
    background: #BC002D;
    border: 1px solid #BC002D;
    padding: 10px 0px;
    margin: 0px 20%;
  }
  .es-itm div a:hover {
    color: #BC002D;
    background: #fff;
    border-radius: 20px;
  }
  .ft-itm {
    padding: 2% 25px 5% 25px;
  }
  .ft-itm a {
    display: block;
    background: #BC002D;
    color: #fff;
    border: 1px solid #BC002D;
    font-size: 2vw;
    font-weight: bold;
    border-radius: 50px 50px 0px 50px;
    overflow: hidden;
    box-shadow: 0px 0px 4px #999;
  }
  .ft-itm a:hover {
    background: #fff;
    color: #BC002D;
    border-radius: 50px 50px 50px 50px;
    text-shadow: 0px 0px 8px #ccc;
  }
  .ft-itm a span {
    display: inline-block;
    font-size: 5vw;
    vertical-align: middle;
    margin: 0px 107px 0px -107px;
    color: #BC002D;
    text-shadow: 0px 0px 4px #999;
  }
  .ft-itm a:hover span {
    color: #fff;
  }
  .ft-itm a img {
    height: 200px;
    vertical-align: middle;
    margin-left: 50px;
    margin-right: -77px;
    border-left: 1px solid #BC002D;
  }
  footer {
    background: #666;
    color: #fff;
    padding: 1% 17%;
  }
  footer section {
    padding: 20px 10px;
  }
  footer section a {
    display: inline-block;
    padding: 0px 20px;
  }
  footer section a:hover {
    color: #BC002D;
  }
  footer section span {
    font-size: 0.5vw;
  }
  footer section form {
    padding: 20px 20px;
  }
  footer section form input[type = 'email'] {
    background: #ccc;
    padding: 5px;
    border: 1px solid #333;
    border-radius: 0px;
    /*
    */
  }
  footer section form input[type = 'submit'] {
    background: #333;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #333;
    border-radius: 0px;
    cursor: pointer;
  }
  footer section form input[type = 'submit']:hover {
    background: #999;
  }
}
