.admin-mode .navmenu {
  top:49px;
  z-index: 9999999;
}


.admin-mode #topNavigation {
  position: static;
}

.grid-block, .main, .coupon, .comments li, .comment-form {
  background: #fff;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); 
}

body {
  background: #fff;
  color: #444; 
  font-size: 12px;
}
h1,h2,h3 {
  font-weight: 400;
}

h1 {font-size: 30px;}
h2 {font-size: 24px;}
h3 {font-size: 20px;}

@media(min-width: 765px) {
  h1 {font-size: 36px};
  h2 {font-size: 30px};
  h3 {font-size: 24px};
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.modal {
  text-align: center;
}

.btn small {
  font-size: 70%;
  display: block;
}

.modal-header {
  border-bottom:0px solid transparent;
}

.modal-instr-text {
  margin:0px 40px 40px 40px;
  font-size: 1.3em;
  text-align: center;
}

.line-form .form-control {
    height: 35px;
    font-size: 15px;
    font-family: arial;
    color: #808080;
    padding-left: 0px;
    border: 0px;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: 0px 0px 0px transparent;
}

ol.multi-level,
ol.multi-level ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol.multi-level > li,
ol.multi-level ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}


ol.multi-level > li:before,
ol.multi-level ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}

ol.multi-level li ol > li {
  margin: 0;
}

ol.multi-level li ol > li:before {
  content: counters(item, ".") " ";
}

ol.multi-level > li {
  font-weight: bold;
}

ol.multi-level > li ol {
  font-weight: 400;
}



@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
  body {
    font-size: 14px;
    color: #222; 
  }
  .modal .modal-body {
      padding-left: 30px;
      padding-right: 30px;
  }
  .inline-select select {
    display: inline-block;
    width: auto;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.checkmark-ul {
  padding-left: 40px;
}

.checkmark-ul.checkmark-ul-white li,
.checkmark-ul li {
  list-style-image:url("../../../../images/checkmark-14.png");
}
.checkmark-ul.checkmark-ul-black li {
  list-style-image:url("../../../../images/checkmark-grey.png");
}

.checkmark-ul.checkmark-ul-orange li {
  list-style-image:url("../../../../images/checkmark-orange.png");
}
.checkmark-ul.checkmark-ul-green li {
  list-style-image:url("../../../../images/checkmark-green.png");
}
.checkmark-ul.checkmark-ul-blue li {
  list-style-image:url("../../../../images/checkmark-blue.png");
}
.checkmark-ul.checkmark-ul-finn-blue li {
  list-style-image:url("../../../../images/checkmark-finn-blue.png");
}
.checkmark-ul.checkmark-ul-finn-lightblue li {
  list-style-image:url("../../../../images/checkmark-finn-lightblue.png");
}

.checkmark-ul.bulletline-ul-red li {
  list-style-image:url("../../../../images/bulletline-red.png");
}

.checkmark-ul.bullettimes-ul-red li {
  list-style-image:url("../../../../images/bullettimes-red.png");
}



#main {
  position: relative;
}
.page {
  min-height: 100vh;
  padding-bottom:2em;
}

.page.impaffix {
  padding-top:70px;
}

.navbar {
  margin-bottom: 10px; 
}
  /* line 32, ../sass/style.scss */
  .navbar .navbar-inner {
    border-radius: 0px 0px 3px 3px; 
  }

#spinner {
  height: 300px; 
}

.coupon {
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
  *zoom: 1;
  position: relative;
  opacity: 1; }
  .coupon:before, .coupon:after {
    content: "";
    display: table; }
  .coupon:after {
    clear: both; }
  .coupon.invisible {
    opacity: 0; }
  .coupon.instant {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none; }
  .coupon.animate{
    -webkit-transition: all 300ms 0ms;
    -moz-transition: all 300ms 0ms ease-in;
    -o-transition: all 300ms 0ms ease-in;
    transition: all 300ms 0ms ease-in; }
  .coupon .upvote {
    display: block;
    margin: 7px 12px 0 0;
    float: left; }
  .coupon .coupon-content {
    float: left; }
    .coupon .coupon-content h3 {
      margin: 0;
      line-height: 1.4;
      font-size: 18px; }
      .coupon .coupon-content h3 a {
        display: inline-block;
        margin-right: 5px; }
      .coupon .coupon-content h3 span {
        font-weight: normal;
        font-size: 14px;
        display: inline-block;
        color: #aaaaaa; }
    .coupon .coupon-content p {
      margin: 0; }
  .coupon .discuss {
    display: block;
    float: right;
    margin-top: 7px; }

.comments {
  list-style-type: none;
  margin: 0; 
}
  .comments li h4 {
    font-size: 16px;
    margin: 0; 
  }
    .comments li h4 .date {
      font-size: 12px;
      font-weight: normal; 
    }
    .comments li h4 a {
      font-size: 12px; 
    }
  .comments li p:last-child {
    margin-bottom: 0; 
  }

.dropdown-menu li > span {
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #bbb;
  white-space: nowrap; }

.load-more {
  display: block;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
  height: 60px;
  line-height: 60px;
  margin-bottom: 10px; }
  .load-more:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.1); }

.coupons .spinner-container{
  position: relative;
  height: 100px;
}

.jumbotron{
  text-align: center;
}
.jumbotron h2{
  font-size: 60px;
  font-weight: 100;
}

@-webkit-keyframes fadeOut {
  0% {opacity: 0;}
  10% {opacity: 1;}
  90% {opacity: 1;}
  100% {opacity: 0;}
}

@keyframes fadeOut {
  0% {opacity: 0;}
  10% {opacity: 1;}
  90% {opacity: 1;}
  100% {opacity: 0;}
}

.errors{
  position: fixed;
  z-index: 10000;
  padding: 10px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  pointer-events: none;
}
.alert {
          animation: fadeOut 2700ms ease-in 0s 1 forwards;
  -webkit-animation: fadeOut 2700ms ease-in 0s 1 forwards;
     -moz-animation: fadeOut 2700ms ease-in 0s 1 forwards;
  width: 250px;
  float: right;
  clear: both;
  margin-bottom: 5px;
  pointer-events: auto;
}

.animate-repeat {
  list-style:none;
  box-sizing:border-box;
}
 
.animate-repeat.ng-move,
.animate-repeat.ng-enter,
.animate-repeat.ng-leave {
  -webkit-transition:all linear 0.5s;
  -moz-transition:all linear 0.5s;
  -o-transition:all linear 0.5s;
  transition:all linear 0.5s;
}
 
.animate-repeat.ng-leave.ng-leave-active,
.animate-repeat.ng-move,
.animate-repeat.ng-enter {
  opacity:0;
}
 
.animate-repeat.ng-leave,
.animate-repeat.ng-move.ng-move-active,
.animate-repeat.ng-enter.ng-enter-active {
  opacity:1;
}


body {
  font-family: 'Open Sans', sans-serif;
  color:#222;
  background-color: #fff;
  position: relative;
  padding-top:0px;
  padding-left:0px !important;
  padding-right:0px !important;
}

h1,h2,h3,h4,h5,label {
  font-family: 'Quicksand', sans-serif;
}

h4 {
  margin-top:17px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color:#444;
}

.col-table .row {
  margin-bottom:1em;
}

.arial {
  font-family: 'Arial', sans-serif;
  letter-spacing: 1px;
}
.arial.light {
  color:#666;
}

body.padding-top {
  padding-top:50px;
}

[role="main"] {
  padding-right:3em;
}

form {
  margin-bottom:0px;
}

p.big {
  font-size:1.5em;
}

.back-to-app {
  position: fixed;
  text-align: center;
  bottom:0px;
  width: 100%;
  z-index:9999999;
  background-color: #fff;
  padding:10px;
}

.to-middle {
  display: inline-block;
  width:1px;
  height: 100%;
  vertical-align: middle;
}

.text-lightgreen {
  color:#00be9c;
}

.text-lightblue {
  color:#3c99b6;
}

.text-finn-lightblue {
  color:#06befb;
}

.text-finn-blue {
  color:#0063FB;
}



.hidden {
  display:none;
}

h5 {
  font-weight:bold;
}


@media (min-width: 1600px) {
  .col-xl-push-2 {
      left: 16.66666667%;
  }
}
#useNow {
  margin-top:3em;
}

#useNow.affix {
  position: fixed;
  top:0px;
  text-align: center;
  width:100%;
  left:0px;
  margin-top:0em;
  z-index: 9999;
}
#useNow button {
  position:relative; 
  bottom:4px; 
  box-shadow:0px 2px 5px rgba(0,0,0,0.2)
}

#useNow .btn {
  min-width: 220px;
}
#useNow {
  margin-bottom:2em;
}

@media(min-width:765px) {
  #useNow .btn:first-of-type {
    margin-right:5px;
  }
  #useNow .btn:last-of-type {
    margin-left:5px;
  }

  .form-group:last-of-type {
    margin-bottom: 0px;
  }
  #useNow {
    margin-bottom:0px;
  }

}

.btn {
  border-radius: 3px;
  transition:background-color 0.2s ease;
  -webkit-transition:background-color 0.2s ease;
  -moz-transition:background-color 0.2s ease;
  -o-transition:background-color 0.2s ease;
}

input::-webkit-calendar-picker-indicator{
    display: none;
}

input[type="date"]::-webkit-input-placeholder{ 
    visibility: hidden !important;
}

.white-box {
  background-color: #fff;
  padding:10px;
  border-radius:5px;
  color:#444;
}

.white-box.center {
  text-align: center;
}

.white-box.shadow {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}

@media(min-width: 765px) {
  .white-box.extra-padding {
    padding-left:3em;
    padding-right:3em;
  }
}

.img-circle {
  display: inline-block;
}
.img-circle img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

a {
  transition:color 0.4s ease;
  -webkit-transition:color 0.4s ease;
  -moz-transition:color 0.4s ease;
  -o-transition:color 0.4s ease;
  cursor:pointer;
}

.not-specified {
  color:#999;
  font-style: italic;
}

.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  
  border-bottom: 30px solid #fff;
}
.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  
  border-top: 20px solid #f00;
}

.arrow-down-small {
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  
  border-top: 10px solid #f00;
}


.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  
  border-left: 60px solid green;
}

.arrow-left {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  
  border-right:10px solid blue; 
}

i.xl {
  font-size: 60px;
}

@media(max-width:765px) {
  .no-xs-padding {
    padding-left:0px;
    padding-right:0px;
  }
}

.ellipsis-par {
  overflow: hidden;
  text-overflow: ellipsis;
}

.ccm-page.no-footer.no-footer #footer {
  display: none;
}

/****************************

  CONTAINER SMALL MARGIN MOBILE

*****************************/

@media(max-width:765px) {
  .container.small-margin [class*='col-'],
  .container.small-margin {
    padding-left:5px;
    padding-right:5px;
  }
  .container.small-margin .row {
    margin-left:-5px;
    margin-right: -5px;
  }
}


/****************************

  NOTE

*****************************/

.note {
  padding:1em 2em;
  border-left: 3px solid #000;
}

.note.error {
  border-color:#AB3030;
  color:#AB3030;
  background-color: #F6E0E0;
}

.note.warning {
  border-color:#C7AB69;
  color:#9F8443;
  background-color: #F6F1E5;
}

.note.info {
  border-color:#3c99b6;
  color:#3c99b6;
  background-color: #D6EFF6;
}

.note.success {
  border-color:#00be9c;
  color:#2c675c;
  background-color: #e2f1ee;
}


/****************************

  TOOLTiP

*****************************/

.s-tooltip {
  position: relative;
  white-space: nowrap;
  display: inline-block;
}

i[s-tooltip] {
  color:#3c99b6;
}

.s-tooltip .tip {
  position: absolute;
  padding:0.6em 1em;
  background-color: #fff;
  top: 0px;
  left:0px;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: none;
  opacity: 0;
  max-width: 300px;
  text-align: left;
}

.s-tooltip .tip.trans {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.s-tooltip .tip.active {
  display: block;
}

.s-tooltip .arrow {
  position: absolute;

}

.s-tooltip .arrow.down {
  bottom:-11px;
}


/****************************

  BUTTONS

****************************/

.btn:not(.input-group-btn .btn) {
  text-shadow: 0px 0px 0px transparent;
  background-image:none;
  border:0px;
  line-height: inherit;
}

.btn.border {
  border:1px solid #fff;
}


.btn-slg {
  font-size: 1.3em;
}


.btn-lightblue,
.btn-finn-blue {
  background-color: #3c99b6;
  color:#fff;
}



.btn-lightblue.border:active,
.btn-lightblue.border:active,
.btn-lightblue:active,
.btn-lightblue:focus {
  background-color: #287F99;
  color:#fff;
}

.btn-lightblue.border {
  background-color: transparent !important;
  color:#2A89A6 !important;
  border-color:#2A89A6 !important;
}

.btn-lightblue.border:hover,
.btn-lightblue:hover {
  background-color: #2A89A6 !important;
  color:#fff !important;
}

.btn-lightblue .page-spinner-bar > div,
.btn-finn-blue .page-spinner-bar > div  {
  background: #fff;
}


.btn-lightgreen {
  background-color: #00be9c !important;
  color:#fff !important;
}

.btn-lightgreen.border:hover,
.btn-lightgreen:hover {
  background-color: #03997E !important;
  color:#fff !important;
}

.btn-lightgreen.border:active,
.btn-lightgreen.border:focus,
.btn-lightgreen:active,
.btn-lightgreen:focus {
  background-color: #01816A !important;
  color:#fff !important;
}

.btn-lightgreen.border {
  background-color: transparent !important;
  color:#096B59 !important;
  border-color:#00be9c !important;
}

.btn-lightgreen .page-spinner-bar > div  {
  background: #fff;
}

.btn-lightgrey {
  background-color: #EDEDED;
  color:#777;
}

.btn-lightgrey:hover {
  background-color: #DFDFDF;
  color:#777;
}

.btn-lightgrey:active,
.btn-lightgrey:focus {
  background-color: #DADADA;
  color:#777;
}

.btn-orange {
  background-color: #fd6e60 !important;
  color:#fff !important;
}

.btn-orange.border:hover,
.btn-orange:hover {
  background-color: #e45749 !important;
  color:#fff !important;
}

.btn-orange:active,
.btn-orange:focus,
.btn-orange.border:active,
.btn-orange.border:focus {
  background-color: #d04a3d !important;
  color:#fff !important;
}

.btn-orange.border {
  background-color: transparent !important;
  color:#B14B41 !important;
  border-color:#fd6e60 !important;
}

.btn-orange .page-spinner-bar > div  {
  background: #fff;
}

.btn-red {
  background-color: #D44545;
  color:#fff;
}

.btn-red:hover,
.btn-red.border:hover {
  background-color: #C33C3C;
  color:#fff;
}

.btn-red:active,
.btn-red:focus,
.btn-red.border:active,
.btn-red.border:focus {
  background-color: #AB3030;
  color:#fff;
}

.btn-red.border{
  color:#AB3030;
  border-color:#AB3030;
  background-color: #fff;
}

.btn-red .page-spinner-bar > div  {
  background: #fff;
}

.btn-finn-blue {
  background-color: #0063FB !important;
  color:#fff !important;
}

.btn-finn-blue.border:hover,
.btn-finn-blue:hover {
  background-color: #0000B5 !important;
  color:#fff !important;
}

.btn-finn-blue:active,
.btn-finn-blue:focus,
.btn-finn-blue.border:active,
.btn-finn-blue.border:focus {
  background-color: #030388 !important;
  color:#fff !important;
}

.btn-finn-lightblue .page-spinner-bar > div  {
  background: #fff;
}

.btn-finn-lightblue {
  background-color: #06befb !important;
  color:#fff !important;
}

.btn-finn-lightblue.border:hover,
.btn-finn-lightblue:hover {
  background-color: #0093c4 !important;
  color:#fff !important;
}

.btn-finn-lightblue:active,
.btn-finn-lightblue:focus,
.btn-finn-lightblue.border:active,
.btn-finn-lightblue.border:focus {
  background-color: #00688a !important;
  color:#fff !important;
}

.btn-finn-lightblue .page-spinner-bar > div  {
  background: #fff;
}

.btn-shadow {
  box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
}


.btn.btn-whitetext {
  color: #fff !important;
}

.btn-xl {
  font-size:1.5em;
  padding:0.5em 1em;
}

.btn-xxl {
  font-size:2em;
  padding:1em 1.5em;
}

.btn-fade {
  background-color:#aaa;
}

.btn.btn-wrap {
  white-space: pre-wrap;
  word-break: break-word;
}

@media(max-width:765px) {
  .btn-xxl,
  .btn-xl {
    width:100%;
    white-space: initial;
    font-size: 1.5em;
    padding: 0.7em 0.5em;
  }
}


ul[datepicker-popup-wrap] table .btn {
  border-radius: 0px;
  border:0px;
}
ul[datepicker-popup-wrap] table .text-info {
  font-weight: bold;
}
ul[datepicker-popup-wrap] table .btn-info.active .text-info {
  color:#fff;
}

ul[datepicker-popup-wrap] table .btn.active {
  box-shadow: 0px 0px 0px transparent;
} 
ul[datepicker-popup-wrap] span.pull-left {
  padding-left:0px;
}

ul[datepicker-popup-wrap] .btn-default {

}

.progress-links {
  text-align: center;
  margin-top:4em;
  font-size: 1.2em;
  margin-bottom:0.5em;
}

.progress-links i {
  float:right;
  position: relative;
  top:3px;
}

.progress-links a,
.progress-links a:focus,
.progress-links a:hover,
.progress-links a:active {
  text-decoration: none;
  color:#999;
  cursor: default;
  pointer-events: none;
}

.progress-links a.active {
  color:#000;
  font-weight:bold;
}

/****************************

  ANIMATIONS

****************************/
/*
.animate.fade {

    
    opacity: 1;
    position: relative;
}
.fade.ng-enter{
}
.fade.ng-enter {
  opacity:0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.fade.ng-enter-active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.fade.ng-leave {
    display:none;
}
.fade.ng-leave-active {
    opacity: 0;
}
*/
/****************************

  LOADERS

****************************/

.page-loader {
  text-align: center;
  margin-top:3em;
}


/****************************

  SECTIONS

****************************/

.section {
  padding:2em 0px;
  position: relative;
}

.section-1-1,
.section-1-2,
.section-1-3,
.section-1-4,
.section-1-5 {
  width:100%;
}

.section-1-1 {
  min-height:100vh;
}

.section-1-2 {
  height:50vh;
}

.section-2-3 {
  height:66.666vh;
}

.section-1-3 {
  height:33.333vh;
}

.section-1-4 {
  height:25vh;
}

.section-3-4 {
  height:75vh;
}

.section-1-5 {
  height:20vh;
}

.section.center {
  text-align: center;
}

.section.big {
  padding:7em 0px 2em 0px;
}
.section.small {
  padding:2em 0px;
}

.section.top {
  z-index:3;
  position: relative;
}

.section.big img.head_image {
  height:300px;
  margin-bottom:5em;
}

.section .full-width-video-container {
  height:100%;
  width:100%;
  position: absolute;
  left: 0px;
  top:0px;
  background-color: #428a96;
}


.section .floatOnBottom {
  position: absolute !important;
  bottom:1em !important;
  text-align: center !important;
  width: 100% !important;
  opacity: 0.7 !important;
  font-size: 1.5em !important;
  height: auto !important;
  display: block !important;
}

.wait-on-load,
.wait-on-page-load {
  animation: none !important;
  -webkit-animation: none !important;
}

.section .full-width-video-container .flash-arrow {
  position: absolute;
  left:-500px;
  width:250px;
  left:-1000px;
  top:30%;
  
  z-index: 2;
}

.section .section-cta {
  margin-top:6em;
}
.section .no-header-margin {

}

@-webkit-keyframes slide {
    100% { left: 250px; }
}

@-moz-keyframes slide {
    100% { left: 250px; }
}

@-o-keyframes slide {
    100% { left: 250px; }
}

@keyframes slide {
    100% { left: 250px; }
}

.section .full-width-video-container .flash-arrow.start-slide {
  -webkit-animation: slide 0.5s forwards;
  -webkit-animation-delay: 0.5s;
  -moz-animation: slide 0.5s forwards;
  -moz-animation-delay: 0.5s;
  -o-animation: slide 0.5s forwards;
  -o-animation-delay: 0.5s;
  animation: slide 0.5s forwards;
  animation-delay: 0.5s;
}

@media(max-width: 1200px) {
  .section .full-width-video-container .flash-arrow {
    top:26%;
  }

    @-webkit-keyframes slide {
      100% { left: 180px; }
  }

  @-moz-keyframes slide {
      100% { left: 180px; }
  }

  @-o-keyframes slide {
      100% { left: 180px; }
  }

  @keyframes slide {
      100% { left: 180px; }
  }
}

@media(max-width: 998px) {
  .section .full-width-video-container .flash-arrow {
    top:22%;
  }

    @-webkit-keyframes slide {
      100% { left: 100px; }
  }

  @-moz-keyframes slide {
      100% { left: 100px; }
  }

  @-o-keyframes slide {
      100% { left: 100px; }
  }

  @keyframes slide {
      100% { left: 100px; }
  }
}

.section .full-width-video-container .flash-arrow img {
  width: 100%;
}

.section .floating-top-headline {
  text-align: center
;  position: absolute;
  width:100%;
  top:1em;
  left:0px;
  color:rgba(0,0,0,0.3);
  font-weight: bold;
  font-size: 1.2em;
}

.section .title-lg h1 {
  font-style: 4em;
}

.section .title-lg p {
  font-size:1.4em; 
}
.section .title-lg img {
  margin-bottom:2em;
}
.section.section-mini-ref {
  text-align: left;
  font-size: 1em;
  font-family: arial;
}
.section.section-mini-ref i {
  font-size: 40px;
}
.section.section-mini-ref.bg-darkgrey {
  color: #777;
}
.section.section-mini-ref.bg-darkgrey i {
  color:#999;
}

.section.section-timeline {
  margin-bottom:40px;
}

.section.section-timeline > .container {
  font-size:16px;
}

.section.section-timeline i {
  position: absolute;
  right: -5px;
  color:rgba(0,0,0,0.3);
  top:4px;
}

.section.section-timeline {
  font-weight: bold;
}

.section.section-timeline a {
  color:#444;
}

.section .bg-wrap {
  position: absolute;
  top: 0px;
  left:0px;
}
.section .bg-wrap img {
  width:auto;
  height:auto;
  max-height: none;
  max-width: none;
}

.edit-mode .bg-wrap,
.edit-mode .bg-wrap img {
  width:20% !important;
  height:200px !important;

}
.edit-mode .bg-wrap {
  top:10px !important;
}

@media(min-width: 1600px) {
  .section .title-lg {
    margin-top:5em;
  }
}

@media(max-width:765px) {
  .section.padding-big {
    padding:0px;
  }
  .section .title-lg {
    margin-top:4em;
  }
  .section .title-lg h1 {
    font-style: 2em;
  }

  .section .title-lg p {
    font-size:1em; 
  }
  .section .title-lg img {
    height:50px;
    margin-bottom:10px;
  }
}
@media(max-width:998px) {
  .section {
    background-size:auto 100%;
  }
}
@media(max-width:998px) and (min-height:1000px) {
  .section .title-lg {
    margin-top:5em;
  }
}


.section.section-orange h2 {
  font-weight: bold;
  color:#e45749;
}

.section.section-blue h2 {
  font-weight: bold;
  color:#2A89A6;
}




#start-page-video {
  height:641px;
  padding-top:0px;
  padding-bottom:0px;
}

#start-page-video .inner {
  padding-top:7em;
  z-index:100;
}

#start-page-video .overlay {
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
  z-index:99;
}

#start-page-video .spinner {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 4;
  height: 100%;
  display: none;
}
#start-page-video .overlay:hover {
  background-color: transparent;
}
#start-page-video .bg-wrap {
  overflow: hidden;
  height: 100%;
}
#start-page-video .bg-wrap,
#start-page-video .bg-wrap img {
  width: 100%;
  z-index: 2;
}

#start-page-video > .container {
  position: relative;
  padding-top:200px;
}

#start-page-video > .container h1 {
  font-size: 46px;
  font-family: arial;
  font-weight: 800;
  margin-top:1em;
  margin-bottom:0.5em;
}

#start-page-video > .container h4 {
  font-size: 25px;
  margin-bottom:2em;
}

#start-page-video .bg-wrap {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

#start-page-video .bg-wrap.notshow {
  opacity:0;
}

#start-page-video > .container .logo-wrapper {
  text-align: center;
}

#start-page-video > .container .logo-wrapper img {
  margin: auto;
  height:60px;
  width: auto;
}

.full-width-video-container .side-cover,
.full-width-video-container .cover {
  display: block;
}


@media(max-width:1200px) {
  #start-page-video {
    height:210px;
  }
  #start-page-video > .container h1 {
      font-size: 38px;
      margin-top:1em;
  }
  #start-page-video > .container .logo-wrapper,
  #start-page-video > .container .logo-wrapper img {
    height:40px;
    width: auto;
  }

  #start-page-video > .container h4 {
    margin-bottom: 1em;
  }

  
}


@media(max-width: 995px) {
  .full-width-video-container .side-cover,
  .full-width-video-container .cover {
    display: none;
  }
  .section .full-width-video-container .container {
    width:100%;
    padding:0px;
  }
  #start-page-video {
    height:430px;
  }

  #start-page-video h1 {
      font-size: 28px;
  }
  #useNow {
    margin-top:1em;
  }
  #start-page-video > .container {
    padding-top:108px;
  }
  #start-page-video > .container h4 {
    font-size: 20px;
  }
  #start-page-video > .container h4 {
    margin-bottom:2em;
  }
}

@media(max-width: 850px) {
  #start-page-video > .container h4 {
    margin-bottom:1em;
  }
}

@media(max-width:765px) {
  #start-page-video > .container {
    padding-top:40px;
  }
  #start-page-video {
    height:auto !important;
  }
  #start-page-video > .container h1 {
      font-size: 24px;
      margin-bottom:1em;
  }
  #start-page-video > .container .logo-wrapper,
  #start-page-video > .container .logo-wrapper img {
    height:40px;
    width: auto;
  }
  #start-page-video > .container {
    padding-top:50px;
  }
  #start-page-video > .container .btn {
    font-size: 15px;
    padding:11px 15px;
    display: inline-block;
    width: auto;
  }
  #start-page-video > .container {
    padding-top:150px;
  }

  #useNow > div > * {
    margin-bottom:1em;
    vertical-align: top;
  }
  .section .full-width-video-container {
    height:300px;
  }

  #start-page-video > .container h4 {
    font-size: 16px;
  }
}

@media(max-width:380px) {
  #start-page-video > .container h1 {
    text-shadow:0px 2px 3px rgba(0, 0, 0, 0.4);
    font-size: 24px;
  }
  #start-page-video > .container .logo-wrapper,
  #start-page-video > .container .logo-wrapper img {
    display: none;
  }
  #start-page-video > .container .btn {
    font-size: 14px;
    padding:7px 16px;
    display: inline-block;
    width: auto;
  }
   #start-page-video > .container {
    padding-top:50px;
  }
}

@media(max-width:367px) {
   #start-page-video > .container h1 {
    text-shadow:0px 2px 3px rgba(0, 0, 0, 0.4);
    font-size: 24px;
  }
  #start-page-video > .container .logo-wrapper,
  #start-page-video > .container .logo-wrapper img {
    display: none;
  }
  #start-page-video > .container .btn {
    font-size: 13px;
    padding:10px 14px;
    display: inline-block;
    width: auto;
  }
}

.section .full-width-video-container.isHover iframe {
  box-shadow:0px 0px 20px rgba(0,0,0,0.5);
  position: relative;
  top:50px;
  transition: top 0.5s;
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -o-transition: top 0.5s;
}

.section .full-width-video-container > div {
  height:100%;
}

.section .full-width-video-container iframe {
  width: 100%;
  height:100%;
}

.section .section-bottom {
  width: 100%;
  position: absolute;
  left:0px;
  bottom:10px;
}

.section .section-bottom h1 {
  margin-top:0px;
}



.section.white {
  color:#fff;
}

.section.big  h1 {
  font-size:3em;
  margin-top:0em;
  font-weight: 400;
}

.section h2 {
  margin-bottom:1em;
  margin-top:0px;
  font-size:2.6em;
  font-weight: 400;
}

.section h2.center {
  text-align: center;
}

.section h2.no-margin {
  margin-bottom: 10px;
}

.section .sub-header {
  margin-bottom:30px;
  color:#555;
}

.section.big h4 {
  font-size: 1.5em;
}

.section h1 {
  margin-top:2em;
}
.section h1.big {
  font-size:3em;
}

.section.padding-big {
  padding:15em 0px;
}

.section.padding-small {
  padding:3em;
}

@media(min-height: 380px) {
  .section {
    padding:6em 0px;
  }
}

@media(min-height: 580px) {
  .section {
    padding:8em 0px;
  }
}

@media(min-height: 780px) {
  .section {
    padding:7em 0px;
  }
}

@media(max-width: 998px) {
  .section .center-sm {
    text-align: center;
  }
}


@media(max-width:765px) {
  .section .section-bottom {
    bottom:-65px;
  }
  .section h2 {
    font-size: 2em;
  }
  .section h1.big {
    font-size: 2.5em;
  }
  .section.padding-big {
    padding-top:4em;
  }

  .section.big h4 {
    font-size: 1.1em;
  }

  .section {
    padding-top:4em;
  }

  .section.extra-padding-top {
    padding-top: 6em;
  }

  .section.left-center-image img {
    margin-bottom:2em;
  }
  .section .extra-margin-top {
    margin-top:2em;
  }
  .section .h3-small-xs {
      font-size: 15px;
      font-weight: bold; 
  }

  .section .h3-xs-padding-top {
    padding-top:2em;
  }

  .section .center-xs {
    text-align: center;
  }
}


/********************************

  SOCIAL MEDIA ICONS

********************************/

.social-media-icon {
	font-size: 30px;
  display: inline-block;
}
.social-media-icon img {
  -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s; 
  opacity:0.85;
}
.social-media-icon:hover img {
  opacity: 1;
}


/*******************************

  BACKGROUNDS

********************************/

.content:not(.no-bg) > div > .section {
  background-color: #f4f4f4;
}
.content:not(.no-bg) > div:nth-child(odd) > .section {
  background-color: #fff;
}

.content:not(.no-bg).revert-bg > div > .section {
  background-color: #fff;
}
.content:not(.no-bg).revert-bg > div:nth-child(odd) > .section {
  background-color: #f4f4f4;
}


.content.reverse > div > .section {
  background-color: #fff;
}
.content.reverse > div:nth-child(odd) > .section {
  background-color: #f0f0f0;
}

.content:not(.no-bg) > div > .section.bg-white,
.content:not(.no-bg) > div:nth-child(odd) > .section.bg-white,
.content:not(.no-bg).revert-bg > div > .section.bg-white,
.content:not(.no-bg).revert-bg > div:nth-child(odd) > .section.bg-white,
.bg-white {
  background-color: #fff;
}

.content:not(.no-bg) > div > .section.bg-green,
.content:not(.no-bg) > div:nth-child(odd) > .section.bg-green,
.content:not(.no-bg).revert-bg > div > .section.bg-green,
.content:not(.no-bg).revert-bg > div:nth-child(odd) > .section.bg-green,
.bg-green {
  background-color:#00be9c;
  color:#fff;
}
.bg-green a:not(.btn) {
  color:#fff;
}

.bg-green a:not(.btn):hover,
.bg-green a:not(.btn):active,
.bg-green a:not(.btn):focus {
  color:#fff;
  text-decoration: underline;
}

.content:not(.no-bg) > div > .section.bg-lightblue,
.content:not(.no-bg) > div:nth-child(odd) > .section.bg-lightblue,
.content:not(.no-bg).revert-bg > div > .section.bg-lightblue,
.content:not(.no-bg).revert-bg > div:nth-child(odd) > .section.bg-lightblue,
.bg-lightblue {
  background-color:#DEEBEF;
}

.content:not(.no-bg) > div > .section.bg-lightgreen,
.content:not(.no-bg) > div:nth-child(odd) > .section.bg-lightgreen,
.content:not(.no-bg).revert-bg > div > .section.bg-lightgreen,
.content:not(.no-bg).revert-bg > div:nth-child(odd) > .section.bg-lightgreen,
.bg-lightgreen {
  background-color:#E7F5F2;
}

.content:not(.no-bg) > div > .section.bg-darkblue,
.content:not(.no-bg) > div:nth-child(odd) > .section.bg-darkblue,
.content:not(.no-bg).revert-bg > div > .section.bg-darkblue,
.content:not(.no-bg).revert-bg > div:nth-child(odd) > .section.bg-darkblue,
.bg-darkblue {
  background-color:#023353;
  color:#94B6CB;
}

.content:not(.no-bg) > div > .section.bg-blue,
.content:not(.no-bg) > div:nth-child(odd) > .section.bg-blue,
.content:not(.no-bg).revert-bg > div > .section.bg-blue,
.content:not(.no-bg).revert-bg > div:nth-child(odd) > .section.bg-blue,
.bg-blue {
  background-color: #73ccdf;
  color:#fff;
}

.bg-darkblue a {
  text-decoration: underline;
  color:#94B6CB;
}

.bg-darkblue a:hover,
.bg-darkblue a:active,
.bg-darkblue a:focus {
  text-decoration: underline;
  color:#B8D6E8;
}

.bg-lightblue .cssCircle {
  background-color: #B8CED5;
}

.content:not(.no-bg) > div > .section.bg-grey,
.content:not(.no-bg) > div:nth-child(odd) > .section.bg-grey,
.content:not(.no-bg).revert-bg > div > .section.bg-grey,
.content:not(.no-bg).revert-bg > div:nth-child(odd) > .section.bg-grey,
.bg-grey {
  background-color:#f0f0f0 !important;
}

.content:not(.no-bg) > div > .section.bg-lightgrey,
.content:not(.no-bg) > div:nth-child(odd) > .section.bg-lightgrey,
.content:not(.no-bg).revert-bg > div > .section.bg-lightgrey,
.content:not(.no-bg).revert-bg > div:nth-child(odd) > .section.bg-lightgrey,
.bg-lightgrey {
  background-color:#f0f0f0 !important;
}

.content:not(.no-bg) > div > .section.bg-darkgrey,
.content:not(.no-bg) > div:nth-child(odd) > .section.bg-darkgrey,
.content:not(.no-bg).revert-bg > div > .section.bg-darkgrey,
.content:not(.no-bg).revert-bg > div:nth-child(odd) > .section.bg-darkgrey,
.bg-darkgrey {
  background-color: #dfdfdf !important;
}

.content:not(.no-bg) > div > .section.bg-orange,
.content:not(.no-bg) > div:nth-child(odd) > .section.bg-orange,
.content:not(.no-bg).revert-bg > div > .section.bg-orange,
.content:not(.no-bg).revert-bg > div:nth-child(odd) > .section.bg-orange,
.bg-orange {
  background-color:#fd6e60;
  color:#fff;
}

.content:not(.no-bg) > div > .section.bg-bluegrey,
.content:not(.no-bg) > div:nth-child(odd) > .section.bg-bluegrey,
.content:not(.no-bg).revert-bg > div > .section.bg-bluegrey,
.content:not(.no-bg).revert-bg > div:nth-child(odd) > .section.bg-bluegrey,
.bg-bluegrey {
  background-color: #5F91A0;
  color:#fff;
}

.content:not(.no-bg) > div > .section.bg-coral,
.content:not(.no-bg) > div:nth-child(odd) > .section.bg-coral,
.content:not(.no-bg).revert-bg > div > .section.bg-coral,
.content:not(.no-bg).revert-bg > div:nth-child(odd) > .section.bg-coral,
.bg-coral {
  background-color: #ef625e;
  color:#fff;
}


/********************************

  TEXT COLOURS

********************************/

b.lightblue,
i.lightblue, 
span.lightblue, 
p.lightblue,
h1.lightblue,
h2.lightblue,
h3.lightblue,
h4.lightblue {
  color:#DEEBEF;
}

b.blue,
i.blue, 
span.blue, 
p.blue,
h1.blue,
h2.blue,
h3.blue,
h4.blue {
  color:#286D9A;
}

b.yellow,
i.yellow, 
span.yellow, 
p.yellow,
h1.yellow,
h2.yellow,
h3.yellow,
h4.yellow {
  color:#C7AB69;
}

b.red,
i.red, 
span.red, 
p.red,
h1.red,
h2.red,
h3.red,
h4.red {
  color:#AB3030;
}

b.success,
i.success, 
span.success, 
p.success,
h1.success,
h2.success,
h3.success,
h4.success {
  color:green;
}


/********************************

  STATUS MESSAGE

********************************/
.status-message {
  position: fixed;
  bottom:20px;
  right:20px;
  z-index: 9999999999999;
}

.status-message ul {
  padding-left:0px;
  list-style: none;
}

.status-message ul li {
  margin-bottom:1em;
  padding:30px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
  color:#fff;
  text-align: center;
  border-radius:5px;
  overflow: hidden;
  position: relative;
  max-width: 400px
}

.status-message ul li.error {
  background-color: #9E2626;
}

.status-message ul li.success {
  background-color: green;
}

.status-message ul li.alert {
  background-color: #C1901C;
}

.status-message ul li.info {
  background-color: #3c99b6;
}

.status-message ul li i {
  opacity: 0.5;
}

.status-message ul li {
  list-style:none;
  box-sizing:border-box;
}
 
.status-message ul li.ng-move,
.status-message ul li.ng-enter,
.status-message ul li.ng-leave {
  -webkit-transition:left 0.5s;
  -moz-transition:left 0.5s;
  -o-transition:left 0.5s;
  transition:left 0.5s;
}
 
.status-message ul li.ng-leave.ng-leave-active,
.status-message ul li.ng-move,
.status-message ul li.ng-enter {
  left:430px;
}
 
.status-message ul li.ng-leave,
.status-message ul li.ng-move.ng-move-active,
.status-message ul li.ng-enter.ng-enter-active {
  left:0px;
}

/********************************

  RIGHT NAV

********************************/

.bs-docs-sidebar {
  padding-top:4em;

}

.bs-docs-sidebar li {
  cursor: pointer;
  font-size:1.2em;
}

.bs-docs-sidebar li a:hover {
  background-color: transparent;
}

.bs-docs-sidebar li.active {
  border-left:2px solid #3c99b6;
}


.bs-docs-sidebar li.active a {
  font-weight: bold;
  
}
.scrollNav > div:first-of-type {
  margin-top:0em;
}
.scrollNav > div {
  margin-top:5em;
}

/********************************

  FLAGS

*********************************/
.dropdown-menu li > span.flag-icon,
.flag-icon {
  display: inline-block;
  height: 32px;
  width: 45px;
  background-image: url(/images/flag-icons.png);
  padding: 0px;
  clear: none;
  line-height: normal;
}

.flag-icon.sv {
  background-position: -258px -409px;
}

.flag-icon.en {
  background-position: -383px -458px;
}

.flag-icon.de {
  background-position: -73px -108px;
}

.flag-icon.no {
  background-position: -11px -358px;
}

.flag-icon.dk {
  background-position: -196px -107px;
}

.flag-icon.fi {
  background-position: -506px -107px;
}

.flag-icon.hu {
  background-position: -382px -157px;
  display:inline-block;
}

.flag-icon.fr {
  background-position: -568px -107px;
  display:inline-block;
}

.flag-icon.it {
  background-position: -196px -207px;
  display:inline-block;
}


/********************************

  FOOTER

********************************/
#footer {
  padding-top:0px;
  width: 100%;


}
#footer .footer_top {

  text-align: center;
  background-color: #062C44;
  padding:1em 0px;
  margin-bottom:4em;
}

#footer .footer_top img {
  height:60px;
  width: auto;
  display: inline-block;
}

@media(max-width:765px) {
  #footer h5 {
    margin-top:3em;
  }
}

.ccm-block-switch-language {
  display: none;
}

/********************************

  CUSTOM ICONS

********************************/

.ca-list {
  text-align: left;
}


i.ca-150 {
  background: url("/images/custom_icons_150.png");
  width:150px;
  height:150px;
  display: inline-block;
  background-repeat: no-repeat;
}

i.ca-150.ca-sign {
  background-position:0px 0px;
}
i.ca-150.ca-vault {
  background-position:0px -150px;
}
i.ca-150.ca-law-book {
  background-position:0px -300px;
}
i.ca-150.ca-mediation {
  background-position:0px -450px;
}
i.ca-150.ca-legal {
  background-position:0px -600px;
}
i.ca-150.ca-exclamation {
  background-position:0px -750px;
}
i.ca-150.ca-walking-man {
  background-position:0px -900px;
}
i.ca-150.ca-devices {
  background-position:0px -1050px;
}
i.ca-150.ca-folders {
  background-position:0px -1200px;
}
i.ca-150.ca-support {
  background-position:0px -1350px;
}
i.ca-150.ca-id {
  background-position:0px -1500px;
}
i.ca-150.ca-printer {
  background-position:0px -1650px;
}
i.ca-150.ca-clip {
  background-position:0px -1800px;
}
i.ca-150.ca-contract-fill {
  background-position:0px -1950px;
}
i.ca-150.ca-cloud {
  background-position:0px -2100px;
}

i.ca-100 {
  background: url("/images/custom_icons_100.png");
  width:100px;
  height:100px;
  display: inline-block;
  background-repeat: no-repeat;
}

i.ca-100.ca-sign {
  background-position:0px 0px;
}
i.ca-100.ca-vault {
  background-position:0px -100px;
}
i.ca-100.ca-law-book {
  background-position:0px -200px;
}
i.ca-100.ca-mediation {
  background-position:0px -300px;
}
i.ca-100.ca-legal {
  background-position:0px -400px;
}
i.ca-100.ca-exclamation {
  background-position:0px -500px;
}
i.ca-100.ca-walking-man {
  background-position:0px -600px;
}
i.ca-100.ca-devices {
  background-position:0px -700px;
}
i.ca-100.ca-folders {
  background-position:0px -800px;
}
i.ca-100.ca-support {
  background-position:0px -900px;
}
i.ca-100.ca-id {
  background-position:0px -1000px;
}
i.ca-100.ca-printer {
  background-position:0px -1100px;
}
i.ca-100.ca-clip {
  background-position:0px -1200px;
}
i.ca-100.ca-contract-fill {
  background-position:0px -1300px;
}
i.ca-100.ca-cloud {
  background-position:0px -1400px;
}

i.ca-50 {
  background: url("/images/custom_icons_50.png");
  width:50px;
  height:50px;
  display: inline-block;
  background-repeat: no-repeat;
}

i.ca-50.ca-white {
  background: url("/images/custom_icons_50_white.png");
}

i.ca-50.ca-sign {
  background-position:0px 0px;
}
i.ca-50.ca-vault {
  background-position:0px -50px;
}
i.ca-50.ca-law-book {
  background-position:0px -100px;
}
i.ca-50.ca-mediation {
  background-position:0px -150px;
}
i.ca-50.ca-legal {
  background-position:0px -200px;
}
i.ca-50.ca-exclamation {
  background-position:0px -250px;
}
i.ca-50.ca-walking-man {
  background-position:0px -300px;
}
i.ca-50.ca-devices {
  background-position:0px -350px;
}
i.ca-50.ca-folders {
  background-position:0px -400px;
}
i.ca-50.ca-support {
  background-position:0px -450px;
}
i.ca-50.ca-id {
  background-position:0px -500px;
}
i.ca-50.ca-printer {
  background-position:0px -550px;
}
i.ca-50.ca-clip {
  background-position:0px -600px;
}
i.ca-50.ca-contract-fill {
  background-position:0px -650px;
}
i.ca-50.ca-cloud {
  background-position:0px -700px;
}

.ca-list {
  list-style: none;
  padding-left:0px;
  text-align: left;
}

.ca-list h3 {
  text-align: center;
  margin-bottom:1em;
  font-size: 1.7em;
  margin-top:2em;
}

.ca-list h4 {
  font-weight: bold;
  font-size: 1.2em;
}

.ca-list > li {
  position: relative;
  margin-bottom:2em;
}

.ca-list i[class*=ca-],
.ca-list img {
  position: absolute;
  left:0px;
  top:0px;
}

.ca-list.ca-list-50 > li {
  padding-left:70px;
}

.ca-list.ca-list-50 i.ca-50.ca-vault {
  top: -5px;
}

.ca-list.ca-list-50 i.ca-50.ca-sign {
  top: -8px;
}

.ca-list.ca-list-100 > li {
  padding-left:120px;
}

.ca-list.ca-list-100 > li img {
  width:100px;
}

.ca-list.ca-list-75 > li {
  padding-left:95px;
}

.ca-list.ca-list-75 > li img {
  width:75px;
}

.ca-list.ca-list-50 > li {
  padding-left:70px;
}

.ca-list.ca-list-50 > li img {
  width:50px;
}

@media(min-width: 765px) {
  .ca-list h3 {
    font-size: 1.7em;
    font-weight: bold;
    margin-bottom: 2em;
  }
  .ca-list h4 {
    font-size: 1.3em;
  }
}

@media(min-width: 998px) {
  .ca-list h3 {
    margin-top:0px;
    font-size: 2em;
    font-weight: normal;
  }
}

/********************************

  PAGE TITLE

********************************/

.page-title {
  padding:50px 0px 20px 0px;
  text-align: center;
}

.page-title p {
  color:rgba(255,255,255,0.75);
  font-size: 1.2em;
  text-align: center;
}



/********************************

  ACTION BAR

********************************/

.action-bar {
  padding:15px 0px 15px 0px;
  background-color: #D6E1E4;
  margin-bottom:4em;
}

.action-bar .right-actions {
  float:right;
  display: inline-block;
}

.action-bar div[class*="col-"] > a {
  color:#666;
  cursor:pointer;
  line-height: 34px;
}

.action-bar div[class*="col-"] > a:hover,
.action-bar div[class*="col-"] > a:active,
.action-bar div[class*="col-"] > a:focus {
  color:#000;
  text-decoration: none;
}

.action-bar .title {
    display: inline-block;
    font-weight: 700;
    position: relative;
    top:2px;
}


.action-bar .title,
.action-bar .filter-form select,
.action-bar .filter-form input {
  margin-right:3em;
}


.action-bar .status {
  margin-left:20px;
  display: inline-block;
  padding:4px 10px;
  border:dashed 2px #000;
  border-radius:3px;
  font-weight: bold;
  background-color: #fff;
}

.action-bar .toggle-switch {
  vertical-align: middle;
}

@media(max-width:765px) {
  .action-bar {
    margin-bottom:2em;
  }
  .action-bar .right-actions {
    float:none;
    display: block;
    text-align: center;
  }

  .action-bar input {
    margin-top:1em;
  }
}


/********************************

  INSTRUCTION COLS

********************************/

.cssCircle {
  width:100%;
  border-radius: 50%;
  background-color: #d0d0d0;
  height: 100%;
  display: inline-block;
}

.instruction-cols.center {
  text-align: center;
}

.instruction-cols h3 {
  font-size:1.3em;
  font-weight: bold;
}

.instruction-cols .image-container {
  width:210px;
  height:210px;
  text-align: center;
  overflow: hidden;
  margin: auto;
}

.instruction-cols .image-container img {
  width:100%;

}

.instruction-cols.small .image-container img,
.instruction-cols.small .image-container > div {
  width:100px;
  height:100px;
}

.instruction-cols .image-container > div{ 
  height:200px;
  width:200px;
}


@media (max-width: 1300px) {
  .section.big img.head_image {
    height:37%;
    margin-bottom:3em;
  }
  .section.big h1 {
    font-size:2.7em;
  }
  .instruction-cols h3 { 
    min-height:38px;
  }
} 

@media(max-width:1000px) {
  .instruction-cols .image-container {
    width:146px;
    height:146px;
  }
}

@media (max-width: 765px) {
  .section.big img.head_image {
    height:100px;
    margin-bottom:3em;
  }
  .section.big h1 {
    font-size:2em;
  }
  .instruction-cols .image-container { 
    height:180px;
    width:180px;
    margin-top:20px;
  }
  .instruction-cols h3 {
    min-height:inherit;
  }
} 

.topPadding {
  padding-top:8em;
  padding-bottom:3em;
}

.container.center {
  text-align: center;
}

.example-contract img {
  width:100%;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.10);
}



/********************************

  IMAGE DESCRIPTION GRID

********************************/
.image-desc-grid {
  text-align: left;
}

.image-desc-grid > .row {
  margin-bottom:2em;
}

.image-desc-grid > .row:last-of-type {
  margin-bottom:0px;
} 
.image-desc-grid img {
  height:100px;
  width: auto;
}

.section.section-orange .image-desc-grid h3 {
  border-bottom:1px solid #FFCAC5;
  padding-bottom:3px;
}

.section.section-blue .image-desc-grid h3 {
  border-bottom:1px solid #ABC7D0;
  padding-bottom:3px;
}

@media(min-width: 765px) {
  .section .col-border-left {
    border-left: 1px solid #DFDFDF;
  }
}


/********************************

  REFERENCE GRID

********************************/

.reference-grid .footer img {
  height:40px;
  vertical-align: bottom;
  width: auto;
  display: inline-block;
}
.reference-grid .footer > div {
  display: inline-block;
}

.reference-grid .content {
  font-size: 1.2em;
}

.reference-grid > .row {
  margin-bottom:4em;
  font-style: italic;
}
.reference-grid > .row:last-of-type {
  margin-bottom:0px;
}

.reference-grid .footer {
  font-style: normal;
  margin-top:1em;
}

.reference-grid p {
  font-size: 1.2em;
}


/********************************

  FORM

********************************/

option {
  border:0px;
}

form .ng-invalid.ng-touched,
form.ng-submitted .ng-invalid:not(fieldset) {
  background-color:#FFEAEA;
}



.colForm .form-error-message {
  margin:0px;
  font-size: 0.9em;
  color:#dd0000;
}

.form-control.lg {
  height:auto;
  padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}


.colForm {
  font-size:1em;
  margin-top:2em;
  background-color: #fff;
  padding-top:5em;
  padding-bottom:2em;
  border-radius:5px;
  margin-bottom:4em;
}
.colForm.no-white {
  border-radius:0px;
  padding:0px;
  background-color: transparent;
  margin:0px;
}

.colForm.with-timeline {
  padding-top:8em;
}

.colForm label {
  margin-bottom:0px;
  display: inline-block;
  height:34px;

}

.colForm .form-control,
.colForm .input-group > .form-control {
  font-size: 1.25em;
  border: 0px;
  border-bottom:1px solid #ccc;
  border-radius: 0px;
  box-shadow: 0px 0px 0px transparent;
  height: auto;
  line-height: auto;
}

.colForm .has-feedback .form-control {
  padding-right: 35px;
}


.colForm .input-group-addon,
.input-group-addon.only-icon {
  background: transparent;
  border:0px;
  border-radius:0px;
  border-bottom:1px solid #ccc;
}

.colForm [class*='col-'] > textarea.form-control {
  font-size:1em;
}

.colForm .form-label {
  text-align: right;
  display: block;
  padding-top:15px;
  font-weight: bold;
} 

.colForm p {
  text-align: center;
}

.colForm .row:first-of-type h2 {
  margin-top:0px;
}

.colForm h2 {
  font-size: 2em;
  margin-top:2em;
  text-align: center;
}
.colForm .form-timeline {
  position: absolute;
  top:20px;
  width: calc(100% - 30px);
}
.colForm .form-timeline [class*="col-"] {
  text-align: center;
  color:#999;
}

.colForm .form-timeline [class*="col-"].active {
  font-weight: bold;
  color:#00be9c;
}

.colForm .form-timeline [class*="col-"] i {
  float:right;
  color:#999;
}

.colForm .veri-span {
      font-size: 1.5em;
    margin-top: 9px;
    display: inline-block;
}

.colForm .form-divider {
  margin:40px 20px 0px 20px;
  border-bottom:1px solid #eaeaea;
}

.colForm .radiocheck {
  font-size:1.3em;
  padding-top:15px;
}

form .row {
  margin-bottom:1.5em;
}

form .footer {
  margin-top:4em;
  text-align: center;
}


.colForm .form-control-feedback {
  top:14px;
  left:initial;
}

@media(max-width:765px) {
  .colForm {
    padding:0px 10px;
  }

  .colForm .form-label {
    text-align: left;
  }
}

/*************

  LOGIN PAGE

**************/
.loginpage-form {
  margin-top:7em;
  padding:2em 2em 2em 2em;
  text-align: center;
}

.loginpage-form form {
  margin:0px;
  padding:0px;
  margin-top:2em;
}

.loginpage-form h3 {
}

.loginpage-form .forgot-password {
  margin-top:2em;
}

@media(max-width:765px) {
  .loginpage-form {
    margin-top:2em;
  }
}


/****************************

  ABOUT

****************************/
.profile-card .image-container {
  text-align:center;
  margin-bottom:2em;
}
.profile-card .image-container > div{
  height:170px;
  width:170px;
}

.profile-card .name {
  font-weight: bold;
  font-size:1.5em;
}

.profile-card {
  margin-top:3em;
  padding:2em;
  background-color:#fff;
  border-radius:10px;
}

.profile-card .ref {
  margin-top:1em;
}

.profile-card .desc {
  height:131px;
}

.profile-card .ref a:hover {
  text-decoration: none;
}

.media-grid .image-container {
  height:100px;
}

.media-grid .image-container img {
  max-width:100%;
  max-height: 100%;
  text-align: center;
}

.media-grid [class*='col-'] {
  margin-bottom:2em;
}

.media-grid .title {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin-top:1em;
}
.media-grid .title a:hover {
  text-decoration: none;
}

.contact-section h4 {
  margin-top:2em;
  font-size:1.7em;
}

@media(max-width:765px) {
  .profile-card .desc {
    height:auto;
  }
}

/****************************

  PROCESS TIMELINE

****************************/
/*
.time-line-header {
  text-align: center;
}

.timeline-header img {

}

.timeline [class*="col-"] {

}

.timeline .statement {
  position: relative;
  padding: 10px
}

.timeline .statement .line {
  height:5px;
  width: 100%;
  color:#fff;
  position: absolute;
  top: calc(50% - 2.5px);
  background-color: #fff;
}

.timeline .statement-description {
  background-color:#fff;
  width:100%;
  height:100px;
  border-radius:5px;
  text-align: center;
  padding:5px;
  font-weight: bold;
  font-size: 1.2em;
}

.timeline .response {
  width:100%;
  height:100px;
  background-color:#968;
  border-radius:5px;
}

.timeline .response.one {
  background-color: #5F91A0;
}

.timeline .response.two {
  background-color:#fd6e60;
}

.timeline .response.accept {
  background-color:#00be9c;
}

.timeline .response.blank {
  background-color: transparent;
}
*/

.process-statement-form h2 {
  margin:0px 0px 2em 0px;
}

.process .completed-statements {
  padding-left:0px;
  list-style: none;
}

.process .completed-statements li {
  -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
  background-color: #fff;
  border-radius:5px;
  margin-bottom:1em;
  padding:10px 20px;
  cursor: pointer;
}
.process .completed-statements li:hover,
.process .completed-statements li.active {
  background-color:#3c99b6;
  color:#fff;
}

.process .completed-statements li .header {
  font-size:1.3em;
}

.process .completed-statements li .labela {
  font-size:0.9em;
  margin-bottom:0px;
  margin-top:1.5em;
}

.process .static-statement {
  margin:1em 0px;
  position: relative;
}

.process .static-statement .user {
  text-align: center;
  font-size:1.5em;
}

.process .static-statement .phase,
.process .static-statement .shadow {
  height:70px;
  width:70px;
  position: absolute;
  top:20px;
}

.process .static-statement .shadow {
  box-shadow:inset -67px 0px 3px rgba(0,0,0,0.3);
  left:-3px;
}

.process .static-statement .phase {
  left:-30px;
  border-radius:50%;
  background-color: #fff;
  border:2px solid #323;

}

.process .static-statement .phase p {
  line-height: 70px;
  position: relative;
    left: 10px;
    font-size: 2em;
    font-weight: bold;
}

.process .static-statement[data-phase="1"] .phase {border-color: #fd6e60;}
.process .static-statement[data-phase="2"] .phase {border-color: #00be9c;}
.process .static-statement[data-phase="3"] .phase {border-color: #3c99b6;}
.process .static-statement[data-phase="4"] .phase {border-color: #023353;}
.process .static-statement[data-phase="5"] .phase {border-color: #888;}

.process .static-statement .content{
  background-color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px 20px;
    position: relative;
    z-index: 2;
}

.process .static-statement .user {
  float:right;
}

.process .static-statement .user img {
  height:50px;
}

.col-xs-1-5,
.col-md-1-5,
.col-sm-1-5,
.col-lg-1-5 {
  width: 20%;
}

.col-xs-1-6,
.col-md-1-6,
.col-sm-1-6,
.col-lg-1-6 {
  width: 16.6666667%;
}

@media(min-width: 765px) {
  .col-md-1-5,
  .col-sm-1-5,
  .col-lg-1-5 {
    width:20%;
  }

  .col-md-1-6,
  .col-sm-1-6,
  .col-lg-1-6 {
    width:16.6666667%;
  }

}

@media(min-width: 998px) {
  .col-md-1-5,
  .col-lg-1-5 {
    width:20%;
  }

  .col-md-1-6,
  .col-lg-1-6 {
    width:16.6666667%;
  }
}
@media(min-width: 1200px) {
  .col-lg-1-5 {
    width:20%;
  }
  .col-lg-1-6 {
    width:16.6666667%;
  }
}


/****************************

  COUPON LIST

****************************/

.coupon-list {
  padding-left:0px;
  list-style: none;
}

.coupon-list li {
  margin-bottom:1em;
}

.coupon-list li .inner {
  padding:1em;
  border-radius:5px;
  background-color: #fff;
  text-align: center;
  position: relative;
}

.coupon-list li .title {
  font-size: 1.5em;
  margin-bottom:0px;
}

.coupon-list .status {
  text-align: right;
}

.coupon-list .coupon-status {
  padding:0px 10px;
  line-height: 2.3em;
  color:#fff;
  display: inline-block;
  border-radius:5px;
  border:1px dashed #fff;
}

.coupon-status.pending {
  border-color:#C7AB69;
  color:#C7AB69;
}

.coupon-status.incomplete {
  border-color:#C7AB69;
  color:#C7AB69;
}

.coupon-status.complete {
  border-color:#096B59;
  color:green;
}

.coupon-status.cancelled {
  border-color:#AB3030; 
  color:#AB3030; 
}

.coupon-status.accepted {
  border-color:#096B59;
  color:green;
}

.coupon-status.declined {
  border-color:#AB3030;
  color:#AB3030;
}

.coupon-list li .date {
  margin-top:0px;
  margin-bottom:1em;
  color:#999;
  text-align: left;
  line-height: 2.3em
}

.coupon-list li .counter-party {
  height:3.2em;
}

.coupon-list li .description {
  text-align: left;
  height: 60px;
}

.coupon-list li h4 {
  text-align: left;
  font-weight: bold;
  font-size: 1em;
  margin-top:1.5em;
}

.coupon-list li .category {
  font-size:1.5em;
}

.coupon-list li .actions {
  margin-top:1em;
  margin-left:0px;
  margin-right:0px;
  border-top:1px solid #eaeaea;
  padding-top:1em;
}

.coupon-list li .actions .right {
  float:right;
}

.coupon-list li .actions .left {
  float:left;
  margin-right:5px;
}


/****************************

  ONE COUPON

****************************/


.one-coupon {
  background-color: #fff;
  box-shadow:0px 2px 30px rgba(0,0,0,0.1);
  padding:0.5em 0.5em;
  margin-bottom:2em;
  position: relative;
}

.one-coupon .inner {
  padding:3em 1.5em 3em 1.5em;
  border:1px solid #94B6CB;
  border-radius:3px;
}

.one-coupon h4 {
  font-size: 1.1em;
  font-weight: bold;
  margin-top:3em;
}

.one-coupon .logo {
  text-align: center;
}

.one-coupon .logo img {
  height:3em;
}

.one-coupon .parties {
  margin-top:5em;
}

.one-coupon .title-text {
  color:#aaa;
  font-size: 0.9em;
  text-align: center;
}


.one-coupon .col-title {
  color:#000;
}

.one-coupon .overview-info {
  margin:5em 0px;
  
  text-align: center;
}

.one-coupon .overview-info p {
  margin-bottom:0px;
  font-size:1.4em;
}

.one-coupon .overview-info .title {
  font-size:0.8em;
  margin-top:0px;
  font-weight: bold;

}

.one-coupon .party {
  text-align: center;
  border-bottom:1px solid #eaeaea;
  color:#444;
  font-size: 1.3em;
}

.one-coupon .party.signed {
  color:#000;
} 

.one-coupon .party-status {
  text-align: center;
}

.one-coupon .party-status .signed {
  color:green;
  font-weight: bold;
}

.one-coupon .party-status .not-signed {
  font-weight: bold;
  color:#D44545;
}

.one-coupon .legal-agreement {
  font-size: 0.8em;
  font-style: italic;
}

.submit-coupon {
  border-radius:5px;
  background-color: #fff;
  padding:1em;
  margin-bottom:2em;

}

.submit-coupon .colForm {
  padding:0px;
  margin:0px;
  margin-top:1em;
}

.prev-billing-info {
  position: relative;
  padding: 5em 1em 2.5em 1em;
  font-size: 1.2em;
  border-radius: 5px;
  background-color: #4884AB;
  color: #fff;
}

.prev-billing-info .brand {
  position: absolute;
  top:0.7em;
  left:0.7em;
}

.prev-billing-info .number {
  text-align: right;
  letter-spacing:5px;
}

@media(max-width:765px) {
  .one-coupon .overview-info .title {
    margin-bottom:1em;
  }

  .one-coupon .party {
    font-size: 1em;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
  }
}

/*************

  TIMELINE

**************/
.timeline {
  margin-bottom:10em;
  position: relative;
  text-align: left;
}
.timeline [class*="col-"] {

}
.timeline .node {
  text-align:center;
  background-color: #fff;
  width:60px;
  height:60px;
  border-radius: 50%;
  line-height: 60px;
  font-size:1.5em;
  font-weight: bold;
  margin: auto;
  display: inline-block;
  position: relative;
}

.timeline .node.active {
  width:80px;
  height:80px;
  line-height: 80px;
  position: relative;
  top:-10px;
  font-size: 1.8em;
}

.timeline .node.active .overlay i,
.timeline .node.active .overlay {
  display:none;
}

.timeline .node.passed .overlay i {
  display: inline;
}

.timeline .node .overlay {
  background-color: #fff;
  opacity: 0.5;
}

.timeline .node.passed .overlay {
  opacity: 1;
}


.timeline .node.phaseone {
  border:2px solid #fd6e60;
}

.timeline .node.phaseone.passed .overlay {
  background-color: #fd6e60;
  color:#fff;
}


.timeline .node.phasetwo {
  border:2px solid #00be9c;
}

.timeline .node.phasetwo.passed .overlay {
  background-color: #00be9c;
  color:#fff;
}


.timeline .node.phasethree {
  border:2px solid #3c99b6;
}

.timeline .node.phasethree.passed .overlay {
  background-color: #3c99b6;
  color:#fff;
}



.timeline .node.phasefour {
  border:2px solid #023353;
}

.timeline .node.phasefour.passed .overlay {
  background-color: #023353;
  color:#fff;
}

.timeline .node.phasefive {
  border:2px solid #888;
}

.timeline .node.phasefive.passed .overlay {
  background-color: #888;
  color:#fff;
}

.timeline .node.passed {

}

.timeline .line {
  height:5px;
  width: 100%;
  color:#fff;
  position: absolute;
  top: 29px;
  background-color: #fff;
}

.timeline .line .fill {
  height:100%;
  position: absolute;
  left:0px;
  top:0px;
  background-color: #d5d5d5;
  width:50%;
}

.timeline .line .fill.one {width:18%;}
.timeline .line .fill.two {width:36%;}
.timeline .line .fill.three {width:52%;}
.timeline .line .fill.four {width:71%;}


.timeline .node .overlay {
  height:64px;
  width:64px;
  position: absolute;
  top: -3px;
  left:-3px;
  text-align: center;
  border:2px solid #fff;
  border-radius: 50%;
}

.timeline .node .overlay i {
  line-height: 60px;
  display: none;
}

.timeline .node.passed .overlay {
  display: inline-block;
}
.timeline .days-left {
  font-size:3em;
  position: relative;
  top:-30px;
  text-align: right;
}

.timeline .days-left span {
  font-size: 0.5em;
}

.timeline .info {
  font-size: 1em;
    background-color: #fff;
    border-radius: 5px;
    padding:1em;
}
.timeline .info .phase-info {
  text-align: center;
  float:left;
  padding-right:20px;
  border-right:1px solid #eaeaea;
}
.timeline .info .phase-info span {
  display: block;
}
.timeline .info .phase-info .phase {
  font-size: 60px;
  font-weight: bold;
}

.timeline .info .phase-info.one {color:#fd6e60;}
.timeline .info .phase-info.two {color:#00be9c;}
.timeline .info .phase-info.three {color:#3c99b6;}
.timeline .info .phase-info.four {color:#023353;}
.timeline .info .phase-info.five {color:#888;}

.timeline .info .phase-info .title {
  font-size:1.5em;
  margin-top:-10px;
}

.timeline .info .user-info {
  text-align: center;
  float:right;
  padding-left:20px;
  border-left:1px solid #eaeaea;
}

.timeline .info .user-info img {
  height:80px;
}





.timeline .info .user-info span {
  display: block;
  font-size:1.5em;
}

.timeline .info h3 {
  margin-top:0px;
  font-size: 1.3em;
}

.timeline .info .deadline {
  color:red;
  font-weight: bold;
  font-size: 1.3em;
}

.timeline .info .deadline .title {
  color:#666;
  font-weight: 400;
}

.timeline .info .content {
  padding:0px 20px;
}


/*************

  HOW IT WORKS

**************/

#how-it-works {
  width: 100%;
  overflow: hidden;
}

#how-it-works img {
  max-width:80% !important;
}

#how-it-works .aligner {
  width:1px;
  height:100%;
  display: inline-block;
  vertical-align: middle;
}

#how-it-works .align-middle {
  width:95%;
  display: inline-block;
  vertical-align: middle;
}

#how-it-works .align-bottom {
  width:95%;
  display: inline-block;
  vertical-align: bottom;
}

#how-it-works .align-top {
  width:95%;
  display: inline-block;
  vertical-align: top;
}

#how-it-works .align-semi-top {
  width:95%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top:10em;
}

#how-it-works .align-bottom-bottom {
  width:95%;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  top:100px;
}

#how-it-works .abs-bottom {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom:-100px;
}

#how-it-works .in .abs-bottom {
  bottom:0px;
}

#how-it-works .abs-bottom img {
    height:400px;
}

#how-it-works .center .fp-tableCell,
#how-it-works .slide:last-of-type .fp-tableCell {
  display: block;
}

#how-it-works .fp-controlArrow {
  display: none;
  border-color:transparent rgba(0,0,0,0.5) transparent transparent;
}

#how-it-works .section.padding-top .container,
#how-it-works .section.padding-top .container-fluid {
  padding-top:60px;
}

#how-it-works .top-image {
  height:300px;
  margin-bottom:2em;
}

#how-it-works .section {
  padding: 0px;
}
#how-it-works .section.open {
  left:-100%;
}




#how-it-works .middle-center [class*=container] {
  padding-top:11em;
}

@media(max-width:1400px) {

  #how-it-works .abs-bottom img {
    height:400px;
  }
}

#how-it-works .slide:last-of-type {
  background-color: #f0f0f0;
  color:#666;
  text-align: left;
}

#how-it-works .slide:last-of-type h2 {
  text-align: center;
}

#how-it-works .slide:last-of-type [class*=col-]:first-of-type {
  border-right:1px solid #ddd; 
}

#how-it-works #footer .fp-tableCell {
  display: block;
}

#how-it-works #footer .footer_top  {
  padding-top: 50px;
}

#how-it-works #footer .footer_top  img {
  position: relative;
  top:8px;
}

#how-it-works #footer [class*=container] {
  padding-top:0px;
}

#how-it-works #footer .footer_top {
  margin-bottom:10px;
}


@media(min-width:765px) {
  #how-it-works .section.center [class*=col-],
  #how-it-works .section.center [class*=container],
  #how-it-works .section.center .row {
    height: 100%;
  }
  #how-it-works .read-less {
    display: none;
  }

  #how-it-works .slide:last-of-type .fp-tableCell [class*="container"] {
    padding-top:150px;
  }

  
}

@media(min-width:1601px) {
  #how-it-works .align-semi-top {
    top:16em;
  }
  #how-it-works .scrollAnimate.in div.align-bottom {
    position: relative;
    bottom:17em;
  }
  #how-it-works .top-image {
    height:500px;
  }
  #how-it-works .abs-bottom img {
    height:500px;
  }
  #how-it-works .section.padding-top [class*=container] {
    padding-top:150px;
  }

}


@media(max-width:800px) {
  #how-it-works .section.section-1-1 {
    height:50vh;
  }
  #how-it-works .top-image {
    height:200px;
  }
  .section.big h1 {
    font-size:2em;
  }
  #how-it-works .section.big h4 {
    font-size:1.2em;
  }
  #how-it-works .align-semi-top {
    top:0px;
    vertical-align: top;
  }
  #how-it-works .abs-bottom img {
    height:300px;
  }
}
@media (max-width: 1400px) {
  #how-it-works .section.padding-top .slide:first-of-type [class*=container] {
    padding-top:130px;
  }
}
@media (max-width: 998px) {
  #how-it-works .section.section-1-1 {
    min-height:100vh;
  }
  #how-it-works .fp-controlArrow {
    display: none !important;
  }
  #how-it-works .slide:last-of-type .fp-tableCell {
    display: block;
    height: auto;
    padding-top:50px;
  }
  #how-it-works .section .slide:last-of-type [class*="container"] {
    height: 100%;
    overflow: scroll;
    padding-top: 10px;
  }
  #how-it-works .section .slide:last-of-type h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  #how-it-works .section.padding-top .slide:last-of-type [class*=container],
  #how-it-works .section .slide:last-of-type [class*=container] {
    padding-top: 0px;
  }
  #how-it-works .slide:last-of-type {
    padding-top:50px;
  }
  #how-it-works .section.padding-top .slide:first-of-type [class*=container] {
    padding-top:260px;
  }
  #how-it-works .section[data-anchor="lastPage"] [class*=container] {
    padding-top:130px;
  }
  #how-it-works .read-less {
    display: inline-block;
    position: fixed;
    z-index: 22;
    top:70px;
    color:#999;
  }
  #how-it-works .middle-center [class*=container]{
    padding-top:260px;
  }
}
@media (max-width: 765px) {
  #how-it-works .section .slide:last-of-type [class*=container] {
    padding-bottom:100px;
    font-size: 0.9em;
  }
  #how-it-works .section.padding-top .slide:first-of-type [class*=container] {
    padding-top:130px;
  }
  #how-it-works .middle-center [class*=container]{
    padding-top:80px;
  }
  #how-it-works #footer .footer_top {
    display: none;
  }
  #how-it-works #footer .container {
    padding-top:50px;
  }
  #how-it-works #footer .container > div:first-of-type {
    display: none;
  }
  #how-it-works .section img {
    max-height: 160px;
    width: auto;
  }
  #how-it-works .slide:last-of-type ol,
  #how-it-works .slide:last-of-type ul {
    padding-left:15px;
  }
  #how-it-works .slide:last-of-type .fp-tableCell {
    padding-top: 0px;
  }
  #how-it-works .slide:last-of-type [class*="container"] h2 {
    margin-top: 20px;
  }
  .to-top {
    display: none !important;
  }
  #how-it-works .section.big h1 {
      font-size: 1.2em;
      font-weight: bold;
  }
}

@media (max-width: 321px) {
  #how-it-works .section img {
    max-height: 100px;
    width: auto;
  }
  #how-it-works .section.big h4 {
      font-size: 0.9em;
  }
}

@media (min-width: 1430px) {
  #how-it-works .section.padding-top .container-fluid {
    padding-top:140px;
  }
}

@media (min-width: 992px) and (max-height: 700px) {
  #how-it-works h4 {
    font-size: 1.2em;
  } 
  #how-it-works h1 {
    font-size: 2.3em;
  }
  #how-it-works .section.padding-top .slide:first-of-type [class*=container] {
    padding-top:100px;
  }
  #how-it-works .middle-center [class*=container] {
    padding-top: 100px;
  }
  #how-it-works img {
    max-height: 300px;
    width:auto !important;
  }
}

@media (max-width: 992px) and (max-height: 800px) {
  #how-it-works h4 {
    font-size: 1.2em;
  } 
  #how-it-works h1 {
    font-size: 2.3em;
  }
  #how-it-works img {
    max-height: 300px;
    width:auto !important;
  }
  #how-it-works .section.padding-top .slide:first-of-type [class*=container] {
    padding-top:100px;
  }
  #how-it-works .middle-center [class*=container] {
    padding-top: 100px;
  }
}


/*************

  RULES AND TERMS

**************/

.rules-terms h3 {
  margin-top: 2em;
  margin-bottom: 1.2em;
}

.rules-terms h4 {
  text-align: left;
}

.rules-terms p {
  text-align: left;
}

.rules-page h3 {
  margin-top:2em;
}

.rules-page h4 {
  margin-top:2em;
}
.rules-page {
  padding-bottom:3em;
}

.rules-page p {
  font-family: "Arial";
  color:#777;
  letter-spacing: 1px;
}
/*******************

  USER REF

*******************/
@media(min-width: 765px) {
  .user-ref img {
    width:100%;
  }
  
}

@media(min-width: 998px) {
  .user-ref [class*="col-"]:last-of-type {
    margin-top:3em;
  }
}

@media(max-width: 765px) {
  .user-ref {
    text-align:center;
  }
}
  
@media(max-width: 765px) {
  #how-it-works .top-image {
    height:auto;
    width:100%;
    max-width:none !important;
    margin-top:80px;
  }
  #how-it-works .section > .container, #how-it-works .section > .container-fluid, #how-it-works .section > .container-fluid > .row, #how-it-works .section > .container > .row, #how-it-works .section > .container-fluid > .row > div, #how-it-works .section > .container > .row > div {
    height:auto;
    text-align:center; 
  }

  #how-it-works .section img {
    margin-top:16px;
  }
  #how-it-works .aligner {
    display: none;
  }

  #how-it-works .align-semi-top {
    top:0px;
    margin-top:2em;
  }
  #how-it-works .align-bottom-bottom {
    top:0px;
  }
  #how-it-works .abs-bottom img {
    height:auto;
  }
  #how-it-works .abs-bottom {
    height: auto;
    width:100%;
    position: static;
    margin-top:50px;
  }

  #how-it-works .section.padding-top {

  }
}

#notVerifiedFloater {
  cursor: pointer;
  position: fixed;
  width:100%;
  padding:1em;
  color:#fff;
  text-align: center;
  bottom:0px;
  left:0px;
  background-color:#AB3030;
  z-index:1070;
  font-size: 1.3em;
}

#notVerifiedFloater a,
#notVerifiedFloater a:hover,
#notVerifiedFloater a:active,
#notVerifiedFloater a:focus {
  color:#fff;
  text-decoration: none;
}

@media(max-width:765px) {
  #notVerifiedFloater {
    font-size: 0.9em
  }
}

/****************************

  FAQ

****************************/

.faq .active {
  color:red;
}

.faq .categories ul {
  padding-left:0px;
  list-style: none;
}

.faq .questions .question {
  margin-top:2em;
}

.faq .questions h2 {
  margin-top:2em;
}

.faq .question .highlightedText {
  background-color:#F3EF72;
  font-weight: bold;
}

.faq .categories li {
  margin-bottom:0.7em;
}


/****************************

  FAQ

****************************/

.to-top {
  position: fixed;
  text-align: center;
  width:40px;
  height:40px;
  line-height: 40px;
  font-size: 20px;
  color:#aaa;
  background-color: #fff;
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
  z-index: 1049;
  cursor: pointer;
  bottom:-100px;
  transition: bottom 0.5s;
  -webkit-transition: bottom 0.5s;
  -moz-transition: bottom 0.5s;
  -o-transition: bottom 0.5s;
}

.to-top.show {
  bottom:1em;
}

.to-top i {
  position: relative;
  top:-1px;
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
}

.to-top:hover i {
  color:#666;
}

/********************************

  SPINNER

********************************/

.page-spinner-bar {
  z-index: 10051;
  width: 100px;
  text-align: center;
  margin: auto;
}
.page-spinner-bar > div,
.block-spinner-bar > div {
  margin: 0 5px;
  width: 18px;
  height: 18px;
  background: #eee;
  border-radius: 100% !important;
  display: inline-block;
  -webkit-animation: bounceDelay 1.4s infinite ease-in-out;
  animation: bounceDelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.page-spinner-bar .bounce1,
.block-spinner-bar .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.page-spinner-bar .bounce2,
.block-spinner-bar .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.page-spinner-bar > div,
.block-spinner-bar > div {
  background: #5fbbad;
}

@-webkit-keyframes bounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounceDelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
} 
.btn .page-spinner-bar,
.btn .block-spinner-bar {
  width: 100%;
  text-align: center;
}
.btn .page-spinner-bar > div,
.btn .block-spinner-bar > div {
  width: 10px;
  height: 10px;
}

.load-box-spinner .text {
  font-weight: bold;
  margin-top:20px;
  color:#aaa;
  font-size: 0.9em;
}

/********************************

  PAGE OVERLAY

********************************/

.page-overlay {
  position: fixed;
  width: 100%;
  height:100%;
  width:100vw;
  height:100vh;
  z-index:999999;
  text-align: center; 
  top:0px;
  left:0px;
  opacity: 1;
}

.page-overlay.white {
  background-color: rgba(255,255,255,0.4);
}

.page-overlay.black {
  background-color: rgba(0,0,0,0.4);
}

.page-overlay > div {
  position: relative;
  top:29%;
}

.page-overlay .to-middle {
  top:0px;
}

.page-overlay.hidden {
  display:none;
}

.page-overlay.fade {

}


/****************************
  
  fancy-checkbox

****************************/

.fancy-checkbox {
  display: inline-block;
  cursor: pointer;
}

.fancy-checkbox.active i {
  color: #00be9c;
}

/*****************************

  POPUP VIDEO

*****************************/

.page-overlay .popup-video {
  z-index: 9999991;
  box-shadow: 0px 0px 25px rgba(0,0,0,0.6);
  position: relative;
  min-width:200px;
  min-height:100px;
  vertical-align: middle;
  background-color: #000;
  top:-1500px;
  display: inline-block;
  max-width: 95%;
  -webkit-transition:top 0.6s;
  -moz-transition:top 0.6s;
  -o-transition:top 0.6s;
  transition:top 0.6s;
}

.page-overlay .popup-video.open {
  top:0px;
  display: inline-block;
}

.popup-video .ctaWrap {
  text-align: center;
  padding:5px 0px;
}

.popup-video .close-button {
  display: inline-block;
  width:30px;
  height:30px;
  line-height: 30px;
  position: absolute;
  right:-15px;
  top:-15px;
  background-color: #fff;
  border-radius: 50%;
  color:#888;
  text-align: center;
  margin:auto;
  -webkit-transition:background-color 0.2s;
  -moz-transition:background-color 0.2s;
  -o-transition:background-color 0.2s;
  transition:background-color 0.2s;
}

.popup-video .close-button:hover {
  background-color: #ccc;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.34);
}

.popup-video .page-spinner-bar {
  position: absolute;
  top:43px;
  width: 100%;
  text-align: center;
}
.open-popup-video {
  position: relative;
}

/*****************************

  LANDING PAGE

*****************************/

.section-landing {
  overflow: hidden;
}
.section-landing h1 {
  font-size: 48px;
  font-family: arial;
  font-weight: 800;
  text-transform: uppercase;
  margin-top:0px;
}

.section-landing h2 {
  font-size: 35px;
  margin-top:1em;
  text-shadow: 1px 2px 0px #4D686F;
}

.section-landing h3 {
  text-shadow: 1px 2px 0px #4D686F;
  font-size: 28px;
}
.section-landing h3 ul {
  margin-top:0.5em;
  font-size: 0.8em;
}

.section-landing h3 li {
  margin-top:5px;
}

.section-landing .header-info ul li{
  text-shadow: 1px 2px 0px #4D686F;
  font-size: 1.1em; 
}

.section-image-float-bottom {
  bottom: -117px;
  width: 46%;
  position: absolute;
  display: inline-block;
  left: 0px;
  opacity: 0.3; 
  min-width: 100px;
  min-height: 200px;
}

.section-image-float-bottom img {
  width: 100%;
}

.section-landing .white-box {
  padding:2em;
  text-align: left;
  overflow: hidden;
}

.section-landing .white-box .btn {
  width: 100%;
}

.section-landing .white-box h4 {
  font-weight: bold;
  color:#666;
}

.section-landing .white-box .footer {
  background-color: #f0f0f0;
  margin: -3em -2em;
  margin-top:2em;
  padding:1em;
  text-align: center;
}


.section-landing .header-contract {
  width:100%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 0px 40px rgba(0,0,0,0.6);
}

.section-landing .header-contract img {
  width: 100%;
  max-height: 100%;
}

.section-landing .cta > div {
  display: inline-block;
}

.section-landing.landing-contract .cta {
  margin:2em 0px;
}


.section-landing.landing-contract .watch-video {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  z-index: 2;
  font-size: 1.9em;
}

.section-landing.landing-contract .bg-wrap,
.section-landing.landing-contract .bg-wrap img {
  width: 100%;
}

.edit-mode .section-landing .bg-wrap {

  top:100px;
  width:200px;
}




@media(max-width:1300px) {
  .section-image-float-bottom {
    bottom: -77px;
  }
  .section-landing.landing-contract .header-contract img {

  }
  
}

@media(min-width:998px) and (max-height: 950px) {
  .section-landing.landing-contract .header-contract {
    width: 75%;
  }
}

@media(min-width:998px) and (max-height: 750px) {
  .section-landing.landing-contract .header-contract {
    width: 70%;
  }
  .section-landing h3 {
    font-size: 1.4em;
  }
  .section-landing h1 {
    font-size: 2.8em;
  }

}

@media(min-width:998px) and (max-height: 650px) {
  .section-landing.landing-contract .header-contract {
    width: 60%;
  }
  .section-landing h3 {
    font-size: 1.2em;
  }
  .section-landing h1 {
    font-size: 2.4em;
  }

}

@media(max-width:998px) {
  .section-image-float-bottom {
    bottom: -64px;
    width: 87%;
  }
  .section-landing h1 {
    font-size: 38px;
  }
}

@media(max-width: 764px) {
  .section-landing h1 {
    font-size: 30px;
  }
}

/**************************

  CONTRACT THUMB

*************************/

.contract-thumb {
  background-color: #fff;
  height:200px;
  width: 100%;
  border-radius: 4px;
  padding:40px 20px;
  box-shadow: 0px 6px 8px -8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 6px 8px -8px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 6px 8px -8px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 6px 8px -8px rgba(0, 0, 0, 0.25);
  
}

.contract-thumb i {
  font-size: 60px;
  margin-bottom:40px;
  color: #444;
}

.contract-thumb .title small {
  display: block;
}



/** ONE LINE CTA ********/

.one-line-cta.grey {
  background-color: #f0f0f0;
}

.one-line-cta .colForm {
  padding:0px;
  margin:0px;
}

.one-line-cta .row {
  margin-bottom:0px;
}

.one-line-cta button {
  width: 100%;
}

@media(max-width: 765px) {
  .one-line-cta input {
    margin-bottom:1em;
    line-height: 2em;
  }
}

/*********************




/*****************

  REFERENCE SLIDER

*****************/

.reference-slider li {
  text-align: left;

}

.reference-slider li img {
  height: 150px;
  width:auto;
  box-shadow:0px 0px 15px rgba(0,0,0,0.4);
  border-radius: 4px;
}

.reference-slider li h3 {
  font-weight: bold;
  font-size: 16px;

}

.reference-slider li .row [class*=col]:first-of-type {
  padding-top: 4px;
}

@media(min-width: 765px) {
  .reference-slider li img {
    height: auto;
    width: 100%;
  }

  .reference-slider li h3 {
    font-size: 22px;
  }
}




/***********************

  DISPUTE ILLUSTRATION

************************/
.dispute-illustration {
  margin-top:2em;
}

.dispute-illustration .row {
  position: relative;
}
.dispute-illustration img {
  width:100%;
}

.dispute-illustration .figures {

}

.dispute-illustration .figures > div {
  width: 100%;
  text-align: center;
  font-family: 'Arial';
  font-weight: 800;
}

.dispute-illustration .figures > div .header {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom:5px;
}
.dispute-illustration .figures > div {
  border-bottom:1px solid #ddd;
  padding-bottom:10px;
  margin-bottom:15px;
}

@media(min-width: 765px) {
  .dispute-illustration .figures > div {
    border:0px;
    padding-bottom:0px;
    margin-bottom:0px;
  }
  
  .dispute-illustration > .row .row,
  .dispute-illustration .figures {
    height:89px;
    font-size: 15px;
  }
  .dispute-illustration .figures {
    bottom:0px;
  }

  .dispute-illustration .figures > div .header {
    font-size: 13px;
  }
  .dispute-illustration .figures > div {
    position: absolute;
    bottom:0px;
    left:0px;
  }

}

@media(min-width: 998px) {
  .dispute-illustration > .row .row,
  .dispute-illustration .figures {
    height:165px;
    font-size: 20px;
  }
  .dispute-illustration .figures {
    bottom:36px;
  }

}


/**************************

  FEATURE LIST

**************************/

.feature-list {

}

.feature-list h2 {
  text-align: center;
}

.feature-list .row {
  margin-bottom: 4em;
}

.feature-list [class*='col-'] {
  margin-bottom:2em;
}

.feature-list [class*='col-'] .image-wrap {
  text-align: center;
}

.feature-list [class*='col-'] .image-wrap img {
  height: 70px;
  margin:auto;
}

.feature-list [class*='col-'] .text {
  text-align: center;
}

.feature-list [class*='col-'] .text p {
  font-size: 0.9em;
}

@media(min-width: 765px) {
  .feature-list [class*='col-'] .text {
    min-height: 97px;
  }
}

@media(min-width: 1200px) {
  .feature-list [class*='col-'] .text {
    min-height: 85px;
  }
}

@media(max-width: 765px) {
  .feature-list [class*='col-'] {
    width: 100%;
    float: left;
  }
  .feature-list .image-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float:left;
    width:70px;
    text-align: left;
  }
  .feature-list [class*='col-'] .image-wrap img { 
    width: 100%;
    height: auto;
  }
  .feature-list [class*='col-'] .text {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float:left;
    width:calc(100% - 70px);
    text-align: left;
  }
  .feature-list [class*='col-'] .text h4 {
    margin-top:0px;
  }
}

/****************************
  
  STEP PROCESS (GUIDE IN CONTRACT VIEW)

****************************/

.step-process .img-wrap {
  width:100%;
  padding:0px 15%;
}
.step-process .img-wrap img {
  width:100%;
}
.step-process [class*="col-"] {
  margin-bottom:1em;
}
.step-process .sub-title {
  font-size: 0.8em;
}
.step-process .title {
  font-weight: bold;
}

@media(min-width: 765px) {
  .step-process {
    text-align: center;
  }
  .step-process > .row > [class*="col-"] > .row {
    margin-bottom:2em;
  }
  .step-process .img-wrap {
    height:100px;
    padding:0px 15%;
    width: auto;
  }
  .step-process .img-wrap img {
    height:100%;
    width: auto;
  }
  
  .step-process [class*="col-"] {
    margin-bottom:0px;
  }
  .step-process .sub-title {
    font-size: 0.9em;
  }
  .step-process .title {
    font-size: 1.3em;
    font-weight: bold;
    margin-top:10px;
  }

  
}

@media(min-width: 998px) {
  .step-process > .row > [class*="col-"] > .row  {
    margin-bottom:0px;
  }
}

.swipe-arrow {
  animation: pulsate 2s infinite;
}

@media(min-width: 998px) {
  .step-process > .row > [class*="col-"] > .row  {
    margin-bottom:0px;
  }
}

#inTurnFadingTextG {
  width:210px;
  margin:auto;
}

.inTurnFadingTextG{
  color:rgba(255,255,255, 0.2);
  font-family:Arial;
  font-size:22px;
  text-decoration:none;
  font-weight:normal;
  font-style:normal;
  display: inline-block;
  animation-name:bounce_inTurnFadingTextG;
    -o-animation-name:bounce_inTurnFadingTextG;
    -ms-animation-name:bounce_inTurnFadingTextG;
    -webkit-animation-name:bounce_inTurnFadingTextG;
    -moz-animation-name:bounce_inTurnFadingTextG;
  animation-duration:3.09s;
    -o-animation-duration:3.09s;
    -ms-animation-duration:3.09s;
    -webkit-animation-duration:3.09s;
    -moz-animation-duration:3.09s;
  animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
  animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
}


#inTurnFadingTextG_1{
  animation-delay:0.75s;
    -o-animation-delay:0.75s;
    -ms-animation-delay:0.75s;
    -webkit-animation-delay:0.75s;
    -moz-animation-delay:0.75s;
}
#inTurnFadingTextG_2{
  animation-delay:0.9s;
    -o-animation-delay:0.9s;
    -ms-animation-delay:0.9s;
    -webkit-animation-delay:0.9s;
    -moz-animation-delay:0.9s;
}
#inTurnFadingTextG_3{
  animation-delay:1.05s;
    -o-animation-delay:1.05s;
    -ms-animation-delay:1.05s;
    -webkit-animation-delay:1.05s;
    -moz-animation-delay:1.05s;
}
#inTurnFadingTextG_4{
  animation-delay:1.2s;
    -o-animation-delay:1.2s;
    -ms-animation-delay:1.2s;
    -webkit-animation-delay:1.2s;
    -moz-animation-delay:1.2s;
}
#inTurnFadingTextG_5{
  animation-delay:1.35s;
    -o-animation-delay:1.35s;
    -ms-animation-delay:1.35s;
    -webkit-animation-delay:1.35s;
    -moz-animation-delay:1.35s;
}
#inTurnFadingTextG_6{
  animation-delay:1.5s;
    -o-animation-delay:1.5s;
    -ms-animation-delay:1.5s;
    -webkit-animation-delay:1.5s;
    -moz-animation-delay:1.5s;
}
#inTurnFadingTextG_7{
  animation-delay:1.64s;
    -o-animation-delay:1.64s;
    -ms-animation-delay:1.64s;
    -webkit-animation-delay:1.64s;
    -moz-animation-delay:1.64s;
}




@keyframes bounce_inTurnFadingTextG{
  0%{
    color:rgba(255,255,255,0.3);
  }
  50%{
    color:rgba(255,255,255,1);
  }

  100%{
    color:rgb(255,255,255,0.5);
  }
}

@-o-keyframes bounce_inTurnFadingTextG{
  0%{
    color:rgba(255,255,255,0.3);
  }
  50%{
    color:rgba(255,255,255,1);
  }

  100%{
    color:rgb(255,255,255,0.5);
  }
}

@-ms-keyframes bounce_inTurnFadingTextG{
  0%{
    color:rgba(255,255,255,0.3);
  }
  50%{
    color:rgba(255,255,255,1);
  }

  100%{
    color:rgb(255,255,255,0.5);
  }
}

@-webkit-keyframes bounce_inTurnFadingTextG{
  0%{
    color:rgba(255,255,255,0.3);
  }
  50%{
    color:rgba(255,255,255,1);
  }

  100%{
    color:rgb(255,255,255,0.5);
  }
}

@-moz-keyframes bounce_inTurnFadingTextG{
  0%{
    color:rgba(255,255,255,0.3);
  }
  50%{
    color:rgba(255,255,255,1);
  }

  100%{
    color:rgb(255,255,255,0.5);
  }
}

.info-banner {
  background-color: orange;
  color: black;
  text-align: center;
  padding: 5px 10px;
}

/****************************
  
  IE STUFF

***************************/

.only-ie {
  display:none !important;
}
