/*fonts*/
@font-face {
  font-family: L-black;
  src: url(../fonts/Lato-Black.ttf);
}
@font-face {
  font-family: L-blackI;
  src: url(../fonts/Lato-BlackItalic.ttf);
}
@font-face {
  font-family: L-bold;
  src: url(../fonts/Lato-Bold.ttf);
}
@font-face {
  font-family: L-boldI;
  src: url(../fonts/Lato-BoldItalic.ttf);
}
@font-face {
  font-family: L-italic;
  src: url(../fonts/Lato-Italic.ttf);
}
@font-face {
  font-family: L-light;
  src: url(../fonts/Lato-Light.ttf);
}
@font-face {
  font-family: L-lightI;
  src: url(../fonts/Lato-LightItalic.ttf);
}
@font-face {
  font-family: L-regular;
  src: url(../fonts/Lato-Regular.ttf);
}
/*admin*/
#block-pristine-local-tasks ul li {
  display: inline-block;
  list-style: none;
}
/*basic*/
.off-canvas-wrapper *:not(.fab):not(.fa) {
  font-family: L-regular;
}
/*off canvas*/
div[role="header-second"] ~ nav[role="navigation"] {
  position: relative;
}
a[data-toggle="offCanvas"] {
  position: absolute;
  right: 50px;
  top: 0;
  display: none;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 100;
}
a[data-toggle="offCanvas"] span {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

a[data-toggle="offCanvas"] span,
a[data-toggle="offCanvas"] span:before,
a[data-toggle="offCanvas"] span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 29px;
  background: #3e57a7;
  box-shadow: 0 2px 5px #3e57a7;
  position: absolute;
  display: block;
  content: "";
}
a[data-toggle="offCanvas"] span:before {
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
  -webkit-transform: translate(0px, -10px);
}
a[data-toggle="offCanvas"] span:after {
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
  -webkit-transform: translate(0px, 10px);
}
a[data-toggle="offCanvas"] span,
a[data-toggle="offCanvas"] span:before,
a[data-toggle="offCanvas"] span:after {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
}

a[data-toggle="offCanvas"].activeOpen span {
  background-color: transparent;
}
a[data-toggle="offCanvas"].activeOpen span:before,
a[data-toggle="offCanvas"].activeOpen span:after {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
}
a[data-toggle="offCanvas"].activeOpen span:before {
  -ms-transform: translate(-0px, -0px) rotate(-45deg);
  transform: translate(-0px, -0px) rotate(-45deg);
  -webkit-transform: translate(-0px, -0px) rotate(-45deg);
}
a[data-toggle="offCanvas"].activeOpen span:after {
  -ms-transform: translate(0px, -0px) rotate(45deg);
  transform: translate(0px, -0px) rotate(45deg);
  -webkit-transform: translate(0px, -0px) rotate(45deg);
}
.off-canvas {
  background: #000;
}
.off-canvas ul:not(.contextual-links) {
  margin: 0;
  padding: 0;
  list-style: none;
}
.off-canvas ul:not(.contextual-links) li {
  width: 100%;
  padding: 0;
}
.off-canvas ul:not(.contextual-links) li a {
  font-family: "Miso-r";
  font-size: 1.5rem;
  padding: 10px;
  text-align: center;
  transition: all ease-in-out 0.2s;
  color: #fff;
  display: block;
}
.off-canvas ul:not(.contextual-links) li a:hover {
  color: #3e57a7;
}
@media all and (max-width: 1094px) {
  a[data-toggle="offCanvas"] {
    display: block;
  }
  header[role="header"] {
    position: fixed;
    width: 100%;
    z-index: 999;
    height: 50px;
  }
  div[role="header-second"] {
    padding-top: 50px;
  }
}
/*header*/
ul#superfish-main {
  display: inline-block;
  margin: 0 auto;
}
#block-mainnavigation-2 .content {
  text-align: center;
  height: 48px;
}
@media all and (max-width: 1094px) {
  #block-mainnavigation-2 {
    display: none;
  }
  #banner {
    padding-top: 50px;
  }
}
ul#superfish-main li ul {
  background: #000;
}
header {
  background: #000;
  border-bottom: 2px solid #fff;
  position: fixed;
  z-index: 999;
  width: 100%;
}
header ul:not(.contextual-links) li a {
  color: #0090cc;
}
header ul:not(.contextual-links) li a:hover {
  color: #fff;
  background: #015f97;
}
@media all and (max-width: 1094px) {
  ul#superfish-main {
    display: none;
  }
}
/*banner*/
#banner {
  position: relative;
  border-bottom: 1px solid #fff;
}
#block-pristine-branding {
  text-shadow: 0 0 30px #015f97;
  position: absolute;
  top: 50%;
  font-weight: 700;
  line-height: 1;
  font-size: 30px;
  color: #fff;
  left: 50%;
  text-align: center;
  max-width: 400px;
  transform: translate(-50%, -50%);
}
/*make banner image wide*/
#block-banner .content img {
  width: 100%;
}

#block-pristine-branding a {
  margin-bottom: 40px;
  display: block;
}
@media all and (max-width: 780px) {
  #block-pristine-branding a {
    margin-bottom: 20px;
  }
  #block-pristine-branding {
    font-size: 3vw;
  }
}
/*** superfish mobile menu ***/
/*
#block-pristine-mainnavigation-mobile ul.sf-has-clone-parent li a {
  font-size: 1.3rem;
}*/

#block-mainnavigation-2 a.sf-depth-1.menuparent + ul {
  background-color: #000;
}

#block-pristine-mainnavigation-mobile #superfish-main-toggle {
  width: 100%;
}
#block-pristine-mainnavigation-mobile ul.sf-menu .sf-sub-indicator {
  right: 0.2rem;
}

#block-pristine-mainnavigation-mobile ul.sf-menu.sf-style-black a.sf-with-ul,
#block-pristine-mainnavigation-mobile
  ul.sf-menu.sf-style-black
  span.nolink.sf-with-ul {
  padding-right: 2rem;
}

#block-pristine-mainnavigation-mobile
  ul.sf-menu.sf-style-black.sf-accordion
  li
  li
  a,
#block-pristine-mainnavigation-mobile
  ul.sf-menu.sf-style-black.sf-accordion
  li
  li
  span.nolink {
  font-size: 1.3rem;
  padding: 1rem;
}
/* padding-left: 2em; */

/*main*/
main[role="main"]:not(input, textarea) {
  text-shadow: 0 0 30px #015f97;
  font-weight: 700;
  color: #fff;
}
main[role="main"] {
  border-bottom: 1px solid #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../img/main1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
main[role="main"] a {
  display: inline-block;
  border-radius: 5px;
  border: 2px solid #fff;
  padding: 10px 30px;
  color: #fff;
  background: #10a7d6;
  transition: all 0.3s;
}
main[role="main"] a:hover {
  color: #10a7d6;
  background: #fff;
}

#block-pristine-content {
  max-width: 52rem;
}
@media all and (max-width: 40em) {
  main[role="main"] {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media all and (min-width: 1260px) {
  #block-pristine-content h3 {
    transform: translate(-30px, 0);
  }
}
/*front*/
main p {
  text-align: justify;
}
#block-experiencedteam *,
#block-frontblock *,
#block-views-front * {
  text-shadow: 0 0 30px #015f97;
  font-weight: 700;
  color: #fff;
}
#block-experiencedteam,
#block-frontblock,
#block-views-front,
#block-webform {
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 2px solid #fff;
}
#block-experiencedteam {
  background-image: url(../img/main5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#block-experiencedteam a,
#block-frontblock a,
#block-views-front span a {
  display: inline-block;
  border-radius: 5px;
  border: 2px solid #fff;
  padding: 10px 30px;
  background: #10a7d6;
  transition: all 0.3s;
}

#block-experiencedteam a:hover,
#block-frontblock a:hover,
#block-views-front span a:hover {
  color: #10a7d6;
  background: #fff;
}

#block-frontblock {
  background-image: url(../img/main2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#block-views-front {
  background-image: url(../img/main3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#block-views-front h2 {
  text-align: center;
  margin-bottom: 50px;
}
#block-views-front .content {
  max-width: 1700px;
  margin: 0 auto;
}
#block-views-front {
  text-align: center;
}
#block-views-front img {
  max-height: 150px;
  width: auto;
}
#block-views-front .views-field-title span {
  font-size: 30px;
  line-height: 1;
  margin: 20px 0;
  display: block;
}
#block-frontblock .content {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0.9375rem;
}
#block-frontblock h2 {
  line-height: 1;
}
#block-frontblock strong {
  color: #01d9ff;
}
@media screen and (min-width: 64em) {
  .grid-x > #block-views-front {
    width: 20%;
  }
}
#block-frontblock .content div {
  max-width: 600px;
}
#block-webform {
  background-image: url(../img/main4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#block-webform .content {
  max-width: 1500px;
  margin: 0 auto;
}
#block-webform #webform-submission-tell-us-about-your-project-node-1-add-form {
  max-width: 500px;
}
#block-webform input,
#block-webform input:focus,
#block-webform textarea,
#block-webform textarea:focus {
  background: #05aada;
  border-radius: 5px;
  border: 2px solid #fff;
  color: #fff;
}
#block-webform input::placeholder,
#block-webform textarea::placeholder {
  color: #fff;
}
#block-webform h2 {
  font-weight: 700;
  color: #fff;
  max-width: 1500px;
  margin: 0 auto 30px;
}
#block-webform input[type="submit"] {
  display: inline-block;
  border-radius: 5px;
  border: 2px solid #fff;
  padding: 10px 30px;
  color: #fff;
  font-weight: 700;
  background: #10a7d6;
}
/*footer*/
footer {
  background-color: #262626;
  color: #fff;
  padding-top: 50px;
}
#block-mainnavigation-3 ul:not(.contextual-links) {
  width: 100%;
  padding: 0;
  margin: 0;
}
#block-mainnavigation-3 ul:not(.contextual-links) li {
  list-style: none;
  display: inline-block;
}
#block-mainnavigation-3 ul:not(.contextual-links) li a {
  display: block;
  color: #fff;
  padding: 20px 30px;
}
#block-mainnavigation-3 ul:not(.contextual-links) li a:hover {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
}
#left-r,
#right-r {
  padding: 0;
  margin-top: 10px;
}
#left-r {
  padding-left: 0.9375rem;
}
#left-r p,
#right-r p,
#right-r a,
#right-r a:hover {
  font-size: 0.7rem;
  color: #fff;
}
#right-r a:hover {
  text-decoration: underline;
}

#right-r p,
#left-r p {
  vertical-align: bottom;
}
#right-r p {
  text-align: right;
  padding-right: 0.9375rem;
}
@media only screen and (max-width: 64em) {
  #right-r p,
  #left-r p,
  .social p {
    text-align: center;
    margin: 5px auto;
    padding: 0;
  }
}
#block-social ul {
  text-align: right;
}
#block-social i {
  color: #0090cc;
}
#block-social a {
  width: 30px;
  height: 30px;
  display: inline-block;
  padding: 2px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
}
#block-social ul li {
  list-style: none;
  display: inline-block;
}
#block-mainnavigation-3 ul:not(.contextual-links) li:first-child a {
  padding-left: 0;
}
@media all and (max-width: 1197px) {
  #block-mainnavigation-3 ul:not(.contextual-links) li a {
    padding: 20px 10px;
  }
  #block-mainnavigation-3 ul:not(.contextual-links) {
    text-align: center;
  }
}
@media all and (max-width: 40rem) {
  footer * {
    text-align: center;
  }
}
#block-footer .content .cell:nth-child(3) a {
  display: block;
}
#block-footer .content a {
  color: #fff;
}
#block-footer .content a img {
  transform: translate(0, -20px);
}
#block-footer .content a:hover {
  text-decoration: underline;
}
#block-webform {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media all and (min-width: 64em) {
  .grid-x > .lar5 {
    width: 20%;
  }
}
.lar5 .views-field-title {
  max-width: 240px;
  display: block;
  margin: 0 auto;
}
