/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 29, 2018, 11:28:33 AM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 27, 2018, 3:04:21 PM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 17, 2018, 3:29:32 PM
    Author     : mv
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.invisible {
  display: none;
}
.trans {
  background: transparent;
  border: 0;
}
button {
  color: inherit;
}
@media only screen and (min-width: 769px) {
  .invisible-md {
    display: none;
  }
}
/*** FLEX ***/
.flex {
  display: flex;
  width: 100%;
}
.flex .flex-grow {
  flex-grow: 1;
}
/*** FLOATS ***/
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
/*** TEXT ***/
.uppercase,
.text-uppercase {
  text-transform: uppercase;
}
.lowercase,
.text-lowercase {
  text-transform: lowercase;
}
.bold,
.text-bold {
  font-weight: bold;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
/*** SIZES ***/
.w-300 {
  width: 300px;
}
/*** BORDER ***/
.bb {
  border-bottom: 1px solid #dddddd;
}
.bt {
  border-top: 1px solid #dddddd;
}
/*** PADDING AND MARGINS ***/
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx {
  margin-left: 8px;
  margin-right: 8px;
}
.my {
  margin-top: 8px;
  margin-bottom: 8px;
}
.px {
  padding-left: 8px;
  padding-right: 8px;
}
.py {
  padding-top: 8px;
  padding-bottom: 8px;
}
.pa {
  padding: 8px;
}
.pa-2 {
  padding: 16px;
}
.pa-4 {
  padding: 32px;
}
.pt {
  padding-top: 8px;
}
.pt-2 {
  padding-top: 16px;
}
.pt-4 {
  padding-top: 32px;
}
.pb {
  padding-bottom: 8px;
}
.pb-2 {
  padding-bottom: 16px;
}
.pb-4 {
  padding-bottom: 32px;
}
.pr {
  padding-right: 8px;
}
.pr-2 {
  padding-right: 16px;
}
.pr-4 {
  padding-right: 32px;
}
.pl {
  padding-left: 8px;
}
.pl-2 {
  padding-left: 16px;
}
.pl-4 {
  padding-left: 32px;
}
.ma {
  margin: 8px;
}
.ma-2 {
  margin: 16px;
}
.ma-4 {
  margin: 32px;
}
.mt {
  margin-top: 8px;
}
.mt-2 {
  margin-top: 16px;
}
.mt-4 {
  margin-top: 32px;
}
.mb {
  margin-bottom: 8px;
}
.mb-2 {
  margin-bottom: 16px;
}
.mb-4 {
  margin-bottom: 32px;
}
.mr {
  margin-right: 8px;
}
.mr-2 {
  margin-right: 16px;
}
.mr-4 {
  margin-right: 32px;
}
.ml {
  margin-left: 8px;
}
.ml-2 {
  margin-left: 16px;
}
.ml-4 {
  margin-left: 32px;
}
@media only screen and (min-width: 769px) {
  .pa-md {
    padding: 8px;
  }
  .pa-2-md {
    padding: 16px;
  }
  .pa-4-md {
    padding: 32px;
  }
  .pt-md {
    padding-top: 8px;
  }
  .pt-2-md {
    padding-top: 16px;
  }
  .pt-4-md {
    padding-top: 32px;
  }
  .pb-md {
    padding-bottom: 8px;
  }
  .pb-2-md {
    padding-bottom: 16px;
  }
  .pb-4-md {
    padding-bottom: 32px;
  }
  .pr-md {
    padding-right: 8px;
  }
  .pr-2-md {
    padding-right: 16px;
  }
  .pr-4-md {
    padding-right: 32px;
  }
  .pl-md {
    padding-left: 8px;
  }
  .pl-2-md {
    padding-left: 16px;
  }
  .pl-4-md {
    padding-left: 32px;
  }
  .ma-md {
    margin: 8px;
  }
  .ma-2-md {
    margin: 16px;
  }
  .ma-4-md {
    margin: 32px;
  }
  .mt-md {
    margin-top: 8px;
  }
  .mt-2-md {
    margin-top: 16px;
  }
  .mt-4-md {
    margin-top: 32px;
  }
  .mb-md {
    margin-bottom: 8px;
  }
  .mb-2-md {
    margin-bottom: 16px;
  }
  .mb-4-md {
    margin-bottom: 32px;
  }
  .mr-md {
    margin-right: 8px;
  }
  .mr-2-md {
    margin-right: 16px;
  }
  .mr-4-md {
    margin-right: 32px;
  }
  .ml-md {
    margin-left: 8px;
  }
  .ml-2-md {
    margin-left: 16px;
  }
  .ml-4-md {
    margin-left: 32px;
  }
}
.fs-10 {
  font-size: 10px;
}
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
/*** COLORS ***/
.color-white {
  color: white;
}
.bg-white {
  background-color: white;
}
.color-black {
  color: black;
}
.bg-black {
  background-color: black;
}
.color-main {
  color: #3e5368;
}
.bg-main {
  background-color: #3e5368;
}
.color-live {
  color: #fff251;
}
.bg-live {
  background-color: #fff251;
}
iframe[name="__cmpLocator"] {
  display: none;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-size: 19px;
  line-height: 1.63;
  font-family: Barlow;
  margin: 0;
  padding: 0;
}
body:before,
body:after {
  content: " ";
  display: table;
}
body:after {
  clear: both;
}
body:before,
body:after {
  content: " ";
  display: table;
}
body:after {
  clear: both;
}
body * {
  box-sizing: inherit;
}
.page {
  height: 100vh;
}
.top {
  height: 50vh;
  padding: 16px;
  position: relative;
}
.top img {
  display: block;
  width: 200px;
  margin: 0 auto;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 321px) {
  .top {
    height: 60vh;
  }
}
.bottom {
  height: 50vh;
  padding: 16px;
  background: #eff2f1;
}
.bottom p {
  display: block;
  width: 200px;
  margin: 0 auto;
}
@media only screen and (max-width: 321px) {
  .bottom {
    height: 40vh;
  }
}
