/*DEFINE WEBSITE COLORS*/
/*DEFINE CUSTOM FONTS (remove if not needed)*/
/*START TEMPLATE STYLES*/
a,
img {
  border: none;
  text-decoration: none;
  outline: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

*:focus {
  outline: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

footer ul,
header ul {
  list-style: none;
}

fieldset {
  border: 0;
}

input {
  padding: 0;
  margin: 0;
}

a {
  color: #10d7e2;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

a:hover {
  color: #000;
}

.pageAlign {
  margin: 0 auto;
  max-width: 1540px;
  padding: 0 50px;
}

.pageAlignFluid {
  margin: 0 auto;
  max-width: 2020px;
  padding: 0 50px;
}

.container:after {
  content: "";
  display: block;
  clear: both;
}

.relative {
  position: relative;
}

.fullWidth {
  float: left;
  width: 100%;
}

.invisible {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body,
input,
select,
textarea {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  /*REMOVE if we DON'T use Google fonts*/
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  min-height: 100%;
  height: 100%;
  min-width: 100%;
  color: #000;
  font-size: 16px;
  background: #fff;
}

p {
  margin-bottom: 3rem;
  line-height: 1.6;
}

::-moz-selection {
  background: #10d7e2;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::selection {
  background: #10d7e2;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #10d7e2;
  /* Gecko Browsers */
  color: #fff;
}

.responsive-nav {
  display: none;
  margin: 0 auto;
  background-color: #10d7e2;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.responsive-nav button {
  padding: 7px 10px;
  background: none;
  border: none;
  position: relative;
  height: 40px;
  width: 51px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  float: right;
}

.responsive-nav button:hover .line {
  background: #fff;
}

.line {
  position: absolute;
  height: 3px;
  width: 30px;
  background: #fff;
  left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.line-t {
  top: 9px;
}

.line-m {
  top: 19px;
}

.line-b {
  top: 29px;
}

.menu-on .line-m,
.menu-on:hover .line-m {
  background: transparent;
}

.menu-on .line {
  top: 18px;
}

.menu-on .line-t {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-on .line-b {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body {
  background: #8E8775;
}

.align {
  height: 100%;
  max-width: 90%;
  padding: 0 50px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align .wrapper {
  width: 100%;
  text-align: right;
  position: relative;
}

.align .wrapper .logo {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}

.align .wrapper .logo div {
  display: inline-block;
  position: relative;
}

.align .wrapper .logo .divider {
  height: 6000px;
  width: 1px;
  background: #AB9E8D;
  position: absolute;
  bottom: 0;
  margin-bottom: 10vh;
  margin-left: 3vh;
}

.align .wrapper .logo .circle {
  height: 0.3vw;
  width: 0.3vw;
  border-radius: 100%;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  margin-bottom: 10vh;
  margin-left: 2.75vh;
}

.align .wrapper .logo img {
  width: auto;
  height: 30vh;
}

.bottom {
  position: absolute;
  bottom: 0;
  margin: auto 0 50px 0;
  width: 100%;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bottom img {
  height: 100%;
  width: auto;
  height: 40px;
  display: inline-block;
  margin: 0 40px;
}

.bottom img:first-child {
  height: 25px;
}

.bottom span {
  height: 60px;
  display: inline-block;
  width: 1px;
  background: #AB9E8D;
}

@media only screen and (max-width: 600px) {
  body {
    background: #8E8775;
  }
  .align {
    max-width: 100%;
    padding: 0 35px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align .wrapper .logo {
    text-align: center;
    left: 0;
    -webkit-transform: none;
            transform: none;
    padding-top: 10vh;
    margin-left: 60px;
  }
  .align .wrapper .logo img {
    height: 250px;
  }
  .align .wrapper .logo .divider {
    margin-bottom: 60px;
    margin-left: 16px;
  }
  .align .wrapper .logo .circle {
    margin-bottom: 46px;
    margin-left: 15px;
    width: 3px;
    height: 3px;
  }
  .bottom {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
    margin-bottom: 25px;
  }
  .bottom img {
    height: 100%;
    width: auto;
    height: 25px;
    display: inline-block;
    margin: 0 20px;
  }
  .bottom img:first-child {
    height: 60px;
    position: fixed;
    top: 50%;
    right: 35px;
    margin: 0;
  }
  .bottom img:last-child {
    margin-right: 0;
  }
  .bottom span {
    height: 40px;
    display: inline-block;
    width: 1px;
    background: #AB9F8D;
  }
}
