*{
min-height: 0;
min-width: 0;
}

body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Exo', 'Helvetica Neue', Arial, sans-serif; /*'Exo', 'Helvetica Neue', Arial, sans-serif;*/
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
  background-color: #010734;
}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #000000;
}

hr.light {
  border-color: #fff;
}

a {
  color: #000000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #4067f0;
}

a.header-link{
  color: inherit;
}
a.header-link:hover{
  text-decoration: inherit;
}
a.header-link:hover h1 {
  color: #fffb00;
}

a.wht-link {
  color: #fff;
  font-weight: bold;
}

a.wht-link:hover {
    
}

a.scrolldown {
  padding-top: 40px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
a.scrolldown span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: scrolldownarrow 2s infinite;
  animation: scrolldownarrow 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes scrolldownarrow {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes scrolldownarrow {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}
a.scrolldown span:hover {
  border-color: #fffb00;
}


dl,
ol,
ul {

    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.2rem;
    font-weight: 300;
    margin-left: 2rem;
    line-height: 1.3;

}

/*.custom-counter {
  list-style-type: none;
}

.custom-counter li {
  counter-increment: step-counter;
  margin-bottom: 5px;
  /*color: #d2d4ed;*/
  /*color: rgba(255, 255, 255, 0.9);*/
}

/*.custom-counter li::before {
  content: counter(step-counter);
  margin-right: 10px;
  font-size: 70%;
  background-color: rgba(255,255,255,0.1);
  font-weight: 100;
  padding: 5px 10px;
  position: relative;
  top: -2px;
}*/



h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Exo', 'Helvetica Neue', Arial, sans-serif;
}

h1.header-caption {
  font-weight:100;
}
/*h1.header-caption:hover {
  background-color: #000;
}*/

h3 {
  font-weight: 300;
  font-size: 1.5rem;
}

h4 {
  font-weight: 300;
}

section {
  background-color: rgba(255, 255, 255, 0.95) !important;
}

#background-video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
/*  background: url(polina.jpg) no-repeat;*/
  background-size: cover;
}

#patternoverlay {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAD0lEQVQImWNgwAS+tBAAAE0cAYJa8tVWAAAAAElFTkSuQmCC) repeat;
  opacity: 0.5;
}

.bg-primary {
  /*background-color: #000000 !important;*/
  background-color: rgba(64, 103, 240, 0.8) !important;
}

.bg-dark {
  background-color: rgba(40, 103, 167, 0.8) !important;
  /*background-color: #212529 !important;*/
}

.bg-blue-navy {
  background-color: #020E50 !important;
}

.bg-indigo {
  background-color: #2871FF !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-lav {
  background-color: rgba(244, 246, 255, 0.9) !important;
}

.bg-yellow {
  background-color: #fffb00 !important;
}

.text-white {
  color: white;
}

.text-faded {
  color: rgba(255, 255, 255, 0.8);
}

section {
  padding: 8rem 0;
}

.section-heading {
  margin-top: 0;
  font-weight: 100;
  font-size: 3em;
  text-transform: uppercase;
  margin-bottom: 1em;
}
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mainNav {
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #020a37;*/
  border-color: transparent;
  background-color: transparent;
  font-family: 'Exo', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

#mainNav .navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Exo', 'Helvetica Neue', Arial, sans-serif;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #fff;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #fffb00;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #fffb00 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}

  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(255,255,255, 0.1);
    background-color: #010734;
    background-color: rgba(1, 7, 52,0.85);
    -moz-backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #fff;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #fff;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #fffb00;
  }

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #fff;
  }
}

header {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  /*background: url(../img/header.jpg) center / cover;*/
}

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  /*background-image: url("../img/header.jpg");*/
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead h1 {
  font-size: 3rem;
}

header.masthead p {
  font-weight: 300;
}

@media (max-width: 575.98px) { 
  p {
    font-size: 0.97rem;
    line-height: 1.3;
  }
  dl, ol, ul {

    font-size: 1.1rem;
    line-height: 1.3;
    margin-left: 0;
  }
  header.masthead h1 {
    font-size: 1.6rem;
    font-weight: 300;
  }
  header.masthead p {
    font-size: 1.05rem;
  }
  .section-heading {
    font-size: 1.3em;
  }
  #services .nav-tabs .nav-link {
    font-size: 0.6rem;
    padding: 0;
  }
  #services .nav-tabs .nav-link h3 {
    font-size: 0.8rem;
    font-weight: 600 !important;
    line-height: 1.1 !important;
    /*padding: 0 10px 0px 10px;*/
  }
  #services .card .card-title {
      min-width: 30% !important;
      margin-right: 25px;
  }
  #services .card .card-title h3 {
      font-size: 1.1rem;
      font-weight: 500;
  }
  #logos .slick-slide {
    overflow: visible;
  }
  #logos .slick-slide img {
    width: 60%;
    height:auto;
  }
  .overlay ul {
    font-size: 2rem !important;
  }
  .navbar-brand img{
    width: 70%;
    height: auto;
  }
}
@media (min-width: 576px) {

  header.masthead h1 {
    font-size: 2rem;
  }

  .section-heading {
    font-size: 1.6em;
  }

  #services .nav-tabs .nav-link {
    font-size: 0.8rem;
  }
  #services .nav-tabs .nav-link h3 {
    font-size: 1.0rem;
    font-weight: 600 !important;
    line-height: 1.0 !important;
  }
  #services .card .card-title {
    min-width: 30% !important;
    margin-right: 25px;
  }
  #services .card .card-title h3 {
    font-weight: 300;
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  header.masthead h1 {
    font-size: 3rem;
  }
  header.masthead p {
    font-size: 1.15rem;
  }
  .section-heading {
    font-size: 1.8em;
  }
  #services .card .card-title {
      min-width: 250px !important;
      margin-right: 25px;
  }
  #services .card .card-title h3 {
    font-weight: 300;
    font-size: 1.4rem;
  }
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
  .section-heading {
    font-size: 2.4em;
  }
  #services .card .card-title {
      min-width: 350px !important;
      margin-right: 25px;
  }
  #services .card .card-title h3 {
    font-weight: 300;
    font-size: 1.5rem;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 3rem;
  } 
}

.profile,
.profile p {
  font-size:0.8rem;
}
.profile-about{
  font-size:1rem;
}

.profile-about h5 {
  font-size: 1.1rem;
 }

#services .card,
#services .card-block,
#services .nav-link.active,
#services .nav-tabs,
#services .nav-tabs .nav-link {
  border: none;
}
#services .nav-tabs .text-primary {
    color: #001b7a !important;
}
#services .nav-tabs .nav-link h3 {
  color: #001b7a;
  line-height: 1.2;
  font-weight: 400;
}
#services .nav-tabs .nav-link:not(.active):hover {
  background-color: rgba(214, 229, 255, 0.4);
  color: inherit;
}
#services .card .card-title {
  min-width: 350px;
}
#services .card .card-title h3 {
  line-height: 1.3;
  color: #001b7a; /*#0023ba;*/
}

.service-box {
  max-width: 400px;
}

.portfolio-box {
  position: relative;
  display: block;
  /*max-width: 650px;*/
  margin: 0 auto;
  cursor: pointer;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(1, 7, 52, 0.9);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Exo', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

section#uxconsulting  {
  padding: 1rem 0;
}

.text-primary {
  color: #000000 !important;
}

.btn {
  font-weight: 400;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  font-family: 'Exo', 'Helvetica Neue', Arial, sans-serif;
}

.btn-xl {
  padding: 1rem 2rem;
}

.btn-primary {
  background-color: #18ff00; /*#001b7a;*/
  border-color: #18ff00;
  color: #001b7a;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #4067f0 !important;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}

.btn-icon {
  background-color: rgba(255, 255, 255,0.9);
  border-color: #fff;
  color:#000;
  font-size: 24px;
  width: 50px;
}

.close{
  font-weight: 100;
  color: #000;
  font-size: 3rem;
}

.shadow {
    box-shadow: 0 -.5rem .5rem rgba(0,0,0,.1) !important;
}

.scroll-text {
  overflow-y: scroll;
}

.pos-top-right {
  position: absolute;
  top:0;
  right:0;
}
.borderless,
.borderless td, 
.borderless th {
    border: none;
}

.modal-content {
  border-radius: 0;
}

#projects-modal .modal-lg {
    max-width: 98%;
    font-size: 1.1rem;
}

#projects-modal .modal-header{
  /*background: #212529;
  color: #fff;*/
  border: none;
}

#projects-modal .card {
  border: none;
}

#projects-modal .card-subtilte {
  color: #9c9c9c;
  font-size: 0.9rem;
}

#projects-modal .carousel-control-prev {
    left: -40px;
}
#projects-modal .carousel-control-next {
    right: -40px;
}

#projects-modal .carousel-control-next, 
#projects-modal .carousel-control-prev {
  width: 30px;
}
#projects-modal .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
#projects-modal .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

#projects-modal .slider-thumbs {
  height: 663px; /*100%*/
  overflow-y: auto;
  white-space: nowrap;
}
#projects-modal .slider-thumbs .item:not(.slick-current) {
  cursor: pointer;
}
#projects-modal .slider-thumbs .item {
  border: none;
  border-radius:0;
  background-color: #010734;
}
#projects-modal .slider-thumbs .slick-current img {
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#projects-modal .slider-thumbs .item:not(.slick-current) img:hover {
  opacity: 0.7;
  -webkit-filter: grayscale(100%); 
  filter: grayscale(100%);
}

#projects-modal .card-img-top {
    border-radius: 0;
}

#projects-modal a {
  color: #010734;
}

#projects-modal .slick-track {
  height: initial;
}

@keyframes scale-perc {
  0%   { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}

#projects-modal .projects-carousel .item.slick-slide::after {
  position: absolute;
  top: 0px;
  height: 2px;
  width: 100%;
  background-color: #0081ff;
  content: "";
  transition-timing-function: ease-in;
  /*transform-origin: top left;*/
/*  transform: scaleX(0.0);
  -webkit-transform: scaleX(0.0);*/
  /*transition: all 3.5s ease-out;*/
}
#projects-modal .projects-carousel .item.slick-slide.slick-current::after {
/*  transform: scaleX(1.0);
  -webkit-transform: opacity(1) scaleX(1);*/
  /*animation-delay: 0.5s;*/
  animation: scale-perc 3.5s;
}
#projects-modal .projects-carousel .item.slick-slide.slick-current:hover::after {
/*  transform: scaleX(1.0);
  -webkit-transform: opacity(1) scaleX(1);*/
  animation-play-state: paused;
}

.slider-thumbs .slick-list {
  padding:0 !important;
}

.slick-track {
  height: 60px;
}

.slick-slide {
  display: flex !important;
  align-items:center;
}

.slick-slide img {
  /*height: calc(50vh - 100px);*/
  width: auto;
  margin: 0 auto; /* it centers any block level element */
} 
/*.slick-slide {
    text-align: center;
}

.slick-slide::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.slick-slide img {
    vertical-align: middle;
    display: inline-block;
}*/

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255, 255, 255)' stroke-width='1' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.modal-lg {
    max-width: 900px;
}

ul.timeline {
  list-style-type: none;
  position: relative;
  font-size: initial;
  font-weight: initial;
  line-height: initial;
}
ul.timeline:before {
    content: ' ';
    background: #91b2ff;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: #3F77F8;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    /*border: 3px solid #22c0e8;*/
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.video-background::-webkit-media-controls-panel,
.video-background::-webkit-media-controls-start-playback-button {
    display: none !important;
}

*::-webkit-media-controls-panel {
  display: none!important;
 -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::--webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works */

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}


/* --- Notifications --- */
[data-notify="container"] {
  font-size: 0.9rem;
  line-height: 1.1;
}
[data-notify="title"] {
  font-weight: bold;
/*  font-size: 90%;*/
  display: block;
  margin-bottom:7px;
}
[data-notify="message"] {
  font-size: 90%;
}





.toggle-button {
    position: fixed;
    top: 8px;
    right: 15px;
    padding: 9px 10px;
    margin: 8px 15px 8px 0;
    height: 35px;
    width: 40px;
    cursor: pointer;
    z-index: 3;
}

.bar {
    background-color: #fff;
    display: block;
    width: 100%;
    height: 2px;
    border: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}
.bar + .bar {
    margin-top: 4px;
}
.middle {
    top: 11px;
}
.bottom {
    top: 22px;
}
.toggle-button:hover {
    opacity: .7;
}
.toggle-active .bar {
    background-color: #fff;
}
.toggle-active .top {
    -webkit-transform: translateY(0px) translateX(0) rotate(45deg);
}
.toggle-active .middle {
   opacity: 0;
}
.toggle-active .bottom {
    -webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(1, 7, 52,0.95);
    -webkit-backdrop-filter: blur(5px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .45s, visibility .45s, height .35s;
}
.nav-active {
    opacity: 1;
    visibility: visible;
    height: 100%;
    overflow: auto;
/*    max-height: 340px;*/
}
.overlay ul {
    display: block;
    position: relative;
    top: 60px;
    left: 0;
    font-size: 3rem;
    font-weight: 100;
    text-align: center;
    list-style: none;
    padding: 0;
}
.overlay ul li {
    display: block;
}
.overlay ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase !important;
}
.overlay ul li a:hover,
.overlay ul li a.active {
  color: #fffb00;
}


.flex{
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-align-items: normal;
   align-items: normal;
   -webkit-justify-content: normal;
   justify-content: normal;
}
.flex:before, .flex:after{
   display: none;
}
.col-3 {
  -webkit-flex: 0 0 25%;
}
.col-6 {
  -webkit-flex: 0 0 50%;
}


body.noscroll{
    overflow:hidden;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 1px solid transparent;
    border-top-color: #fff;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 9001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 2px solid transparent;
        border-top-color: #fff;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 2px solid transparent;
        border-top-color: #fff;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #010734;
        z-index: 1000;
        opacity: 1;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
      opacity: 0;
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
      opacity: 0;
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }
    
    /* JavaScript Turned Off */
    .no-js #loader-wrapper {
        display: none;
    }

.no-js #loader-wrapper {
  display: none;
}


.ios10fix {
  width: 100px;
  float: left;
}
.ios10fix a {
  
  width: 100px;
}