@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(/resources/Roboto-condensed-2.woff2) format('woff2'), url(/resources/Roboto-condensed.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* latin-ext */

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url(/resources/Roboto-condensed-300-2.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url(/resources/Roboto-condensed-300-2.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* latin-ext */

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(/resources/Roboto-condensed-300n.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(/resources/Roboto-condensed-300n-2.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  background: #014f66;
  -ms-overflow-style: none;
}

#wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #014f66;
  perspective: 2000px;
  -webkit-perspective: 2000px;
}

#main {
  height: 100%;
  width: 100%;
  position: absolute;
  transform-origin: 50% 50% 0px;
  transform: rotateY(0deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition: 0.9s cubic-bezier(0.6, 0, 0.3, 1);
  transition: 0.9s cubic-bezier(0.6, 0, 0.3, 1);
}

#content {
  height: 90%;
  width: 100%;
}

#clients {
  height: 10%;
  width: 100%;
  background: #f8f8f8;
}

footer {
  position: relative;
  height: 10%;
  width: 100%;
  background: #014f66;
}

/*#####################################2. Basic classes####################################*/

* {
  transition: background .3s;
}

img {
  image-rendering: -webkit-optimize-contrast
}

.clear {
  clear: both;
}

:hover {
  transition: background .3s;
}

.fwImg {
  width: 100%;
  height: auto;
}

.mobile {
  display: none;
}

.block {
  display: block !important;
}

.visible {
  opacity: 1 !important;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

/*######################################3. Scrollbars####################################*/

::-webkit-scrollbar {
  width: 0px;
  background: #015d76;
}

::-webkit-scrollbar-track {
  background: #015d76;
}

::-webkit-scrollbar-thumb {
  background: #014f66;
}

::-moz-scrollbar {
  display: none;
}

/*######################################4. Typography####################################*/

h1 {
  font-size: 50px;
  color: #393939;
  text-align: left;
}

h2 {
  font-size: 22px;
  color: #393939;
  text-align: left;
}

h3 {
  font-size: 17px;
  color: #393939;
  text-align: left;
  margin-bottom: 5px;
}

a {
  text-decoration: none;
  color: #014f66;
}

p {
  font-size: 15px;
  color: #393939;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

/*######################################5. Animations####################################*/

.rtl {
  -webkit-animation: scrollRtL 120s linear infinite;
  animation: scrollRtL 120s linear infinite;
  animation-play-state: running;
  -webkit-animation-play-state: running;
}

/*    .rtl:hover {
		 animation-play-state:paused;
		-webkit-animation-play-state:paused;
    }
*/

@-webkit-keyframes scrollRtL {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-50%, 0);
  }
}

@keyframes scrollRtL {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-50%, 0);
  }
}

/*###################################6. Navigation#################################*/

#mainNav {
  height: 0;
  background: #d8d8d8;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
}

#mainNav ul {
  width: 100%;
}

#mainNav ul:nth-child(1) {
  position: relative;
  margin-top: 19%;
}

#mainNav a, #mainNav span {
  display: none;
}

.navBTN {
  position: fixed;
  top: 0;
  left: 0;
  background: #015d76 !important;
  height: 80%;
  min-width: 54px;
  color: white;
  z-index: 999999;
  cursor: pointer;
  text-align: center;
  padding-top: 10px;
  box-sizing: border-box;
}

.navBTN i {
  margin: 0 auto;
  color: white;
  font-size: 30px;
  margin: 0 auto;
}

.menuToggle {
  float: right;
  position: absolute;
  right: 0;
  padding: 5px 20px;
  color: #568fa0;
  font-size: 25px;
  cursor: pointer;
}

#homeLink img {
  position: fixed;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  color: white;
  font-size: 50px !important;
  z-index: 99999;
  background: grey;
}

.navOpen {
  height: 90% !important;
  width: 300px;
  background: #015d76 !important;
  z-index: 9999;
  transition: width 0.1s;
  display: flex;
  justify-content: center;
}

.navOpen a, .navOpen span {
  display: block !important;
  text-align: left;
  text-decoration: none;
  padding: 10px 0;
}

.navOpen a:hover, #testClicker:hover {
  color: white !important;
  transition: color .3s;
}

.navOpen .level-2 {
  margin: 15px 0;
}

.navOpen .level-2 a, #testClicker {
  color: #d1dfe3;
  font-size: 50px;
}

.navOpen .level-3 a {
  color: #568fa2;
  font-size: 25px;
}

.level-2 ul {
  background: #014f66;
  padding: 10px 0;
}

.level-2 a, .level-3 a, #testClicker {
  padding: 15px 0 15px 25%;
}

.navOpen .level-3 {
  display: none;
}

.navOpen .level-2 ul {
  display: none;
}

.navOpen .level-2 .active {
  display: block;
}

.navOpen .active .current ul {
  display: block;
}

.navOpen .active .level-3 {
  display: block;
}

.current>a {
  color: white !important;
}

#testClicker {
  cursor: pointer;
}

/*###################################7. Clients###################################*/

.slideItem {
  display: inline-block;
  width: auto;
  height: 100%;
  vertical-align: middle;
  margin-left: 50px;
}

.row {
  position: absolute;
  white-space: nowrap;
  font-size: 0;
  height: 100%;
}

#carousel {
  position: absolute;
  white-space: nowrap;
  width: 110%;
  height: 10%;
  margin: 0 auto;
  overflow: hidden;
}

.centerHelper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#carousel img {
  width: auto;
  max-height: 60px;
  z-index: 999999;
  vertical-align: middle;
}

#carousel img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0) cubic-bezier(0.6, 0, 0.3, 1);
  transition: filter .3s cubic-bezier(0.6, 0, 0.3, 1);
}

/*###################################8. Video BG####################################*/

#videoContainer {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 80%;
  float: right;
  overflow: hidden;
}

#videoContainer img {
  width: auto;
  height: 100%;
  float: right;
}

#videoBG {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#videoCTA i {
  background: #ffd500;
  font-size: 34px;
  padding: 7px 10px;
  float: right;
}

#videoSmallCTA {
  display: none;
}

#ctaTxt {
  float: left;
  font-size: 20px;
  padding: 14px;
}

.stopfade {
  opacity: .5;
}

/*###################################9. Frontpage###################################*/

#leftContentWrap {
  width: 25%;
  height: 100%;
  background: white;
  float: left;
  overflow: hidden;
}

#leftContent {
  padding-left: 65px;
  padding-right: 1%;
  position: relative;
  top: 10%;
}

/*###################################10. Textpage###################################*/

#rightContentWrap {
  position: relative;
  overflow: hidden;
  margin-left: 300px;
  width: calc(100% - 300px);
  z-index: 99999;
  height: 100%;
}

#rightContent {
  position: relative;
  overflow-y: auto;
  height: 100%;
  width: 102%;
  padding: 0 3% 0 5%;
  top: 10%;
  box-sizing: border-box
}

#textPageBanner {
  margin: 0 0 30px 0;
  width: 100%;
  height: auto;
}

#textPageContent {
  width: 95%;
  font-size: 17px;
  line-height: 1.675;
  margin-bottom: 10%;
}

#textPageContent ul {
  margin-left: 10px;
}

#textPageContent li {
  color: black;
  list-style-type: none;
  text-align: left;
  font-size: 15px;
}

#textPageContent p {
  margin-top: 1px;
  margin-bottom: 25px;
}

#textPageContent li:before {
  content: '\2611';
  color: #014f66;
  padding-right: 0.5em;
}

#textPageContent img {
  max-width: 100%;
  height: auto;
}

#topLine {
  max-width: 90%;
  margin: 10px 0;
}

.cta {
  font-size: 20px;
  height: auto;
  background: linear-gradient(to left, #e82 50%, #d87715 50%);
  background-size: 200% 100%;
  z-index: 999999999;
  color: white;
  cursor: pointer;
  padding: 10px 10px;
  width: 500px;
  max-width:100%;
  text-align: center;
  border: 2px solid #d87715;
  background-position: right bottom;
  transition: all .2s;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  margin-bottom: 25px;
}
.cta svg{
  font-weight: bold
}

.cta:hover {
  transition: all .3s;
  background-position: left bottom;
}
@media (max-width:481px){
  .cta{font-size: 16px}
}
