@import url('https://fonts.googleapis.com/css?family=Material+Icons|Montserrat:200,300,400,400i,700,900');

@font-face {
  font-family: 'Detroit10Inline';
  src: url('/assets/fonts/detroit/Detroit10Inline.woff2') format('woff2'),
       url('/assets/fonts/detroit/Detroit10Inline.woff') format('woff'),
       url('/assets/fonts/detroit/Detroit10Inline.ttf') format('truetype'),
       url('/assets/fonts/detroit/Detroit10Inline.svg#Detroit10Inline') format('svg'),
       url('/assets/fonts/detroit/Detroit10Inline.eot?#iefix') format('embedded-opentype');
  font-weight: normal !important;
  font-style: normal;
}

@font-face {
  font-family: 'Detroit05Base';
  src: url('/assets/fonts/detroit/Detroit05Base.eot');
  src: url('/assets/fonts/detroit/Detroit05Base.woff2') format('woff2'),
       url('/assets/fonts/detroit/Detroit05Base.woff') format('woff'),
       url('/assets/fonts/detroit/Detroit05Base.ttf') format('truetype'),
       url('/assets/fonts/detroit/Detroit05Base.svg#Detroit05Base') format('svg'),
       url('/assets/fonts/detroit/Detroit05Base.eot?#iefix') format('embedded-opentype');
  font-weight: normal !important;
  font-style: normal;
}


@font-face {
  font-family: 'Roboto';
  src: url('https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.5.15/font/roboto/Roboto-Regular.eot');
  src: url('https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.5.15/font/roboto/Roboto-Regular.woff2') format('woff2'),
       url('https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.5.15/font/roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
       url('https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.5.15/font/roboto/Roboto-Regular.woff') format('woff'),
       url('https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.5.15/font/roboto/Roboto-Regular.ttf') format('truetype'),
       url('/assets/fonts/roboto/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.5.15/font/roboto/Roboto-Light.eot');
  src: url('https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.5.15/font/roboto/Roboto-Light.woff2') format('woff2'),
       url('https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.5.15/font/roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'),
       url('https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.5.15/font/roboto/Roboto-Light.woff') format('woff'),
       url('https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.5.15/font/roboto/Roboto-Light.ttf') format('truetype'),
       url('/assets/fonts/roboto/Roboto-Light.svg#Roboto-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}


@font-face {
  font-family: 'Roboto';
  src: url('/assets/fonts/roboto/roboto-v15-latin-500.eot');
  src: url('/assets/fonts/roboto/roboto-v15-latin-500.woff2') format('woff2'),
       url('/assets/fonts/roboto/roboto-v15-latin-500.eot?#iefix') format('embedded-opentype'),
       url('/assets/fonts/roboto/roboto-v15-latin-500.woff') format('woff'),
       url('/assets/fonts/roboto/roboto-v15-latin-500.ttf') format('truetype'),
       url('/assets/fonts/roboto/roboto-v15-latin-500.svg#roboto-v15-latin-500') format('svg');
  font-weight: 500;
  font-style: normal;
}


@font-face {
  font-family: 'Sectra';
  src: url('/assets/fonts/sectra/FF-Sectra-Regular.woff2') format('woff2'),
       url('/assets/fonts/sectra/FF-Sectra-Regular.woff') format('woff'),
       url('/assets/fonts/sectra/FF-Sectra-Regular.ttf') format('truetype'),
       url('/assets/fonts/sectra/FF-Sectra-Regular.svg#FFSectra-Regular') format('svg');
  font-weight: normal !important;
  font-style: normal;
}

/* =============================================================================
=    Base Styles
============================================================================= */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#app {
  width: 100%;
  height: 100%;
}

div, form {
  box-sizing: border-box;
}

/* =============================================================================
=    App styles
============================================================================= */

.svg-success {
  stroke-width: 2px;
  stroke: #8EC343;
  fill: none;
}
.svg-success path {
  stroke-dasharray: 17px, 17px;
  stroke-dashoffset: 0px;
  -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
  animation: checkmark 0.25s ease-in-out 0.7s backwards;
}
.svg-success circle {
  stroke-dasharray: 76px, 76px;
  stroke-dashoffset: 0px;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  -webkit-animation: checkmark-circle 0.6s ease-in-out forwards;
  animation: checkmark-circle 0.6s ease-in-out forwards;
}

@keyframes checkmark {
  0% {
    stroke-dashoffset: 17px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 76px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}

@font-face {
  font-family: 'ff-icons';
  src:  url('/assets/fonts/ff-icons.eot?txgu6e');
  src:  url('/assets/fonts/ff-icons.eot?txgu6e#iefix') format('embedded-opentype'),
    url('/assets/fonts/ff-icons.ttf?txgu6e') format('truetype'),
    url('/assets/fonts/ff-icons.woff?txgu6e') format('woff'),
    url('/assets/fonts/ff-icons.svg?txgu6e#ff-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="ff-icon-"], [class*=" ff-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ff-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ff-icon-multi_gallery_icon:before {
  content: "\e903";
}
.ff-icon-share:before {
  content: "\e900";
}
.ff-icon-download:before {
  content: "\e901";
}
.ff-icon-logo:before {
  content: "\e902";
}
.ff-icon-cross:before {
  content: "\e909";
}
.ff-icon-search:before {
  content: "\e90b";
}
.ff-icon-social-facebook-f:before {
  content: "\e90c";
}
.ff-icon-social-google-plus-new:before {
  content: "\e90d";
}
.ff-icon-social-instagram:before {
  content: "\e90e";
}
.ff-icon-social-pinterest:before {
  content: "\e90f";
}
.ff-icon-social-twitter:before {
  content: "\e910";
}
.ff-icon-social-youtube:before {
  content: "\e911";
}
.ff-icon-x-circle:before {
  content: "\e916";
}
.ff-icon-x:before {
  content: "\e917";
}
.ff-icon-check:before {
  content: "\e918";
}
.ff-icon-mail:before {
  content: "\e919";
}
.ff-icon-arrow-paginate-back:before {
  content: "\e91a";
}
.ff-icon-arrow-paginate-next:before {
  content: "\e91b";
}
.ff-icon-minus:before {
  content: "\e91e";
}
.ff-icon-plus:before {
  content: "\e91f";
}
.ff-icon-social-linkedin:before {
  content: "\e920";
}
.ff-icon-arrow-dropdown:before {
  content: "\e921";
}
.ff-icon-play-thin:before {
  content: "\e922";
}
.ff-icon-eye-password:before {
  content: "\e923";
}
.ff-icon-social-wechat:before {
  content: "\e932";
}
.ff-icon-social-weibo:before {
  content: "\e933";
}
.ff-icon-goggles:before {
  content: "\e935";
}
.ff-icon-warning-2:before {
  content: "\f06a";
}
.ff-icon-warning-1:before {
  content: "\f071";
}
.ff-icon-angle-right:before {
  content: "\f105";
}
.ff-icon-angle-down:before {
  content: "\f107";
}
.ff-icon-check-square:before {
  content: "\f14a";
}
.ff-icon-long-arrow-left:before {
  content: "\f177";
}
.ff-icon-long-arrow-right:before {
  content: "\f178";
}
.ff-icon-social-facebook:before {
  content: "\f230";
}

/* =============================================================================
=    Animation helpers
============================================================================= */
@keyframes flash {
    0%, 100%, 50% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}
.flash {
    animation-name: flash
}
@keyframes pulse {
    0%, 100% {
        transform: scale3d(1, 1, 1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
}
.pulse {
    animation-name: pulse
}
@keyframes rubberBand {
    0%, 100% {
        transform: scale3d(1, 1, 1)
    }
    30% {
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        transform: scale3d(1.05, .95, 1)
    }
}
.rubberBand {
    animation-name: rubberBand
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}
.bounce {
    animation-name: bounce;
}


/* =============================================================================
=    Scrollbars
============================================================================= */
.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #20242c;
}

.scrollbar::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb {
	background-color: #687082;
}
