/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Gotham",sans-serif;
  font-weight:100;
  font-size:15px!important;
  letter-spacing: .5px;
}

.ep-block {

  border-left: 5px solid #8e8e8e;
  background:  #f3f3f3;

}


.checkboxgroup{
  
    overflow: auto;

}

.checkboxgroup label{
    width: 12em;
    display: inline-block;
    max-width: 100%;
    margin: 5px 0;
    font-size: small;
    /*font-weight: normal;*/
    padding: 3px 5px;
    color: #fff;

}
.checkboxgroup  .disabled{
    
    color: rgba(255,255,255, 0.5);
    cursor:default;
}

.cust-form-row {
  margin-top: 60px!important;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

.mandatory {
  color: #FFC023; 
  font-weight:bold;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

.bootstrap-datetimepicker-widget {
  background-color: #FFC023!important;
}

/* --- ADDED SSTYLE --- */

body{
  padding-top:0!important;
  padding-bottom:0!important;
  margin-bottom:0!important;
}



.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {

    padding-right: 0!important;
    padding-left: 0!important;
}
.form-control {
    border: 2px solid #FFC023!important;
}

.form-control.error {
    border: 2px solid red!important;
}


.input-group-addon {
    color: #fff!important;
    background-color: #FFC023!important;
    border: 1px solid #FFC023!important;
}

.fullbackroundsect1{
  background-color:#000;
  background: url(assets/bg.jpg) 0 0 repeat;
  padding:75px 0;
}

.container.firstcont{
  text-align:center;
}

.container.firstcont img{
  width:75%;
  /*padding-bottom:50px;*/
}

.container.firstcont a {
    margin-top:30px;
}

.lead.leadcustom{
  color:#fff;
  font-size:20px;
}

.container.firstcont li {
    display: block;
}

.container.firstcont li:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e262";
    font-family: 'Glyphicons Halflings';
    font-size: 15px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #FFF!important;
}



.lead.leadcustom a {
    color: #fff;
    font-style:italic;
}

.btn-custom{
  color:#fff;
  background-color:transparent;
  border: 2px solid #fff;
  border-radius: 25px;  
  padding-left:30px;
  padding-right:30px;
    font-size:20px;
    letter-spacing: 1px;
  font-family: "Gotham Medium",sans-serif;
}

.btn-custom:hover{
  color:#FFC023;
  background-color:#fff;
  border: 2px solid #fff;
  border-radius: 25px;  
}

.btn-custom:focus{
  color:#FFC023!important;
    background-color:#fff;
  border: 2px solid #fff;
  border-radius: 25px; 
}

.fullbackroundsect2{
  background-color:#002756;
  padding:75px 0;
}

.container.secondcont{
  text-align:center;
}

.container.secondcont p, .container.secondcont h1, .container.secondcont h2, .container.secondcont h3, .container.secondcont h4, .container.secondcont h5, .container.secondcont h6{
  color:#fff!important;
}

.container.secondcont h2{
  text-transform: uppercase;
}

.container.secondcont .row.cust-form-row{
  text-align:left!important;
}

.container.secondcont{
  color:#fff!important;
}

.btn-custom-invert, .btn-custom-invert-onwhite{
  color:#fff;
  background-color:#FFC023;
  border: 2px solid #FFC023;
  border-radius: 25px;  
    padding-left:30px;
  padding-right:30px;
    font-size:20px;
    letter-spacing: 1px;
  font-family: "Gotham Medium",sans-serif;
}

.btn-custom-invert:hover{
  color:#FFC023;
  background-color:#fff;
  border: 2px solid #fff;
  border-radius: 25px;  
}

.btn-custom-invert:focus{
  color:#FFC023;
  background-color:#fff;
  border: 2px solid #fff;
  border-radius: 25px; 
  outline:none;
}

.btn-custom-invert-onwhite:hover{
  color:#FFC023;
  background-color:#fff;
  border: 2px solid #FFC023;
  border-radius: 25px;  
}

.btn-custom-invert-onwhite:focus{
  color:#FFC023;
  background-color:#fff;
  border: 2px solid #FFC023;
  border-radius: 25px; 
  outline:none;
}

.btn-custom-invert-different{
  color:#fff;
  background-color:transparent;
  border: 2px solid #fff;
  border-radius: 25px;  
    padding-left:30px;
  padding-right:30px;
    font-size:20px;
    letter-spacing: 1px;
  font-family: "Gotham Medium",sans-serif;
}

.btn-custom-invert-different:hover{
  color:#002756;
  background-color:#fff;
  border: 2px solid #fff;
  border-radius: 25px; 
  outline:none;
}

.btn-custom-invert-different:focus{
  color:#002756;
  background-color:#fff;
  border: 2px solid #fff;
  border-radius: 25px; 
  outline:none;
}

.ep-block.custom-ep{
  border: 2px solid #FFC023;
  background: #00224A;
  width:90%;
  padding-top:25px; 
  margin:auto;
  color:#fff;
}

.validation-msg-block {
  border: 2px solid #730606;
  background: #A02727;
  width:90%;
  padding-top:25px; 
  margin:auto;
  color:#fff; 
}


.custom-ep .secttitle{
  color:#A7B3C1;
  font-style: italic;
}



p .sectbody{
    font-size:15px;
}

.checkbox, .radio {
    /*margin-bottom: 20px;*/
}

.secondcont a {
    color: #FFC023;
    text-decoration: none;
}

.secondcont a:hover {
    color: #FFC023;
    text-decoration: underline;
}

.secondcont .secttitle{
  font-size:18px;
  font-weight:500;
}

.secondcont .sectbody{
  font-size:15px;
  font-weight:100!important;
}

.secondcont .leftalignsection{
  text-align:left!important;
  color:#fff;
}

.bigtitle{
  font-size:50px;
  text-transform:uppercase;
  font-weight: 500;
}

.firstdescription{
  font-size:20px;
}

.fullbackroundsect3{
  background-color:#fff;
  padding:75px 0;
}

.thirdcont p{
  color:#002756;
}

.thirdcont .sectbody a{
  color:#002756;
  font-style: italic;
}

.thirdcont .sectbody{
  margin-bottom:50px;
}

.thirdcont img{
  max-width:300px;
  margin:50px 0;
}

footer{
  background: url(assets/bg.jpg) 0 0 repeat;
  padding:30px 60px 100px;
}

footer p{
  float:left;
  color:#fff;
  padding:0;
  margin:0;
}

footer img{
  float:right;
  max-width:200px;
  display:inline;
}

.tandc{
  padding-right:50px;
}

.tandc p{
  padding-top:20px;
  font-size:18px;
  font-weight:500;
  padding-right:50px;
}

.goright{
}

.goright p{
  vertical-align:middle;
  float:right;

}

.paddingr{
  padding-right:15px!important;
}

.paddingl{
  padding-left:15px!important;
}

@media 
only screen and (max-width: 1200px),
(min-device-width: 1200px) and (max-device-width: 1024px)  {

.col-lg-3 {
    float: left!important;
    width: 25%!important;
}

.resultcontent .col-lg-6{
    float: left!important;
    width: 50%!important;
}

}

.resultcontent{
  width:80%;
  margin:auto;
}

.resultcontent p{
  text-align:right;
}

.resultcontent p.resultcontenttitle1, .resultcontent p.resultcontenttitle2{
  text-align:center;
}


@media 
only screen and (max-width: 800px),
(min-device-width: 800px) and (max-device-width: 1024px)  {

.col-lg-3 {
    float: left!important;
    width: 50%!important;
}

.resultcontent .col-lg-6{
    float: left!important;
    width: 50%!important;
}

.resultcontent{
  width:100%;
}

.resultcontent p{
  text-align:left;
}


}

@media 
only screen and (max-width: 550px),
(min-device-width: 550px) and (max-device-width: 1024px)  {


.resultcontent .col-lg-6{
    width: 100%!important;
    margin-bottom:20px;
}

}


@media 
only screen and (max-width: 400px),
(min-device-width: 400px) and (max-device-width: 1024px)  {

.col-lg-3 {
    width: 100%!important;
}

.resultcontent .col-lg-6{
    width: 100%!important;
    margin-bottom:20px;
}

}

@media 
only screen and (max-width: 767px),
(min-device-width: 767px) and (max-device-width: 1024px)  {


  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {

    padding-right: 10px!important;
    padding-left: 10px!important;
}

.paddingr{
  padding-right:0!important;
}
.paddingl{
  padding-left:0!important;
}

  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {

    padding-right: 0!important;
    padding-left: 0!important;
}

.firstcont{
  padding-left:40px;
  padding-right:40px;
}

.secondcont{
  padding-left:40px;
  padding-right:40px;
}

.thirdcont{
  padding-left:40px;
  padding-right:40px;
}

  .marginbottomonmobile{
    margin-bottom:10px;
  }

}

@media 
only screen and (max-width: 720px),
(min-device-width: 720px) and (max-device-width: 1024px)  {
footer {
    padding: 0 0 50px!important;
}



  footer p{
  float:none!important;
}
    .tandc p{
      text-align:center;
      padding-top:20px;
      padding-right:0!important;
}


.goright p{
  text-align:center;
  float:none;
  padding-left:0!important;
}
footer img {
  float:none;
  padding-top: 50px;
}

}


@media 
only screen and (max-width: 571px),
(min-device-width: 571px) and (max-device-width: 1024px)  {


.bigtitle{
  font-size:32px;
}


.btn-custom-invert {
    font-size: 12px;
}

.btn-custom-invert-different {
    font-size: 12px;
}

.btn-custom{
    font-size:12px;
}
}

.radio label, .checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    padding-top:5px;
    font-weight:100!important;
    /*margin-right: 15px;*/
    font-size: 15px;
}



input[type=radio] {
    display: none;
}

.radio label:before {
    content: "";
    display: inline-block;
 
    width: 16px;
    height: 16px;
 margin-top:40px!important;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 3px;
    border: 2px solid #FFC023;
    background-color: #002756;
    box-shadow: none;
}


.radio label:before {
    border-radius: 8px;

}

input[type=radio]:checked + label:before {
    /*content: "\2022";*/
    color: #FFC023;
    background-color: #FFC023;
    font-size: 30px;
    text-align: center;
    line-height: 18px;
}

.checkbox label:before {
    content: "";
    display: inline-block;
 
    width: 16px;
    height: 16px;
    margin-top:2px!important;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1!important;
    border: 2px solid #FFC023;
    background-color: #002756;
    box-shadow: none;
}



input[type=checkbox] {
    display: none;
}

.checkbox label:before {}

input[type=checkbox]:checked + label:before {
    /*content: "\2713";*/
    text-shadow: none;
    font-size: 15px;
    color: #FFC023;
    background-color: #FFC023;
    text-align: center;
    line-height: 15px;
}

input[type="checkbox"]:disabled + label:before{
    border: 2px solid rgba(255,255,255, 0.5)!important;
    cursor:default;
    display: none;
}

.radiolist{
  margin-top:15px;
}

.radioinlinelist{
  margin-top:15px;
}

.radioinlinelist label{
  margin-right:50px;
}

.mutedttext{
  font-style: italic;
  font-size:13px;
  font-weight:500;

}

.input-group-addon {
    font-size: 16px!important;
}

.input-country-list-year{
    color: #1D1D1D!important;;
    /*color: #fff!important;
    background-color: #3E79BF!important;
    border: 1px solid #002756!important;*/
    width: 60px;
    padding-left: 10px;
}

.checkbox-country{
    background: #0149A0;
    border: 2px solid #002756;
    padding: 10px !important;
    text-transform: uppercase;
    height: 120px;

}



.fullbackroundsect1 {
  padding-bottom:125px;
}


.fullbackroundsect2 {
  background: #002756;
  position: relative;
  padding-bottom:125px;
}

.fullbackroundsect2:before {
  content: '';
  position: absolute;
  left: 0;
  top: -36px;
  width: 100%;
  height: 100px;
  background: #002756;
  -webkit-transform: skewY(-2.5deg);
  -moz-transform: skewY(-2.5deg);
  -ms-transform: skewY(-2.5deg);
  -o-transform: skewY(-2.5deg);
  transform: skewY(-2.5deg);
  -webkit-backface-visibility: hidden;
}

.fullbackroundsect3 {
  background: #fff;
  position: relative;
  padding-bottom:125px;
}

.fullbackroundsect3:before {
  content: '';
  position: absolute;
  left: 0;
  top: -36px;
  width: 100%;
  height: 100px;
  background: #fff;
  -webkit-transform: skewY(-2.5deg);
  -moz-transform: skewY(-2.5deg);
  -ms-transform: skewY(-2.5deg);
  -o-transform: skewY(-2.5deg);
  transform: skewY(-2.5deg);
  -webkit-backface-visibility: hidden;
}

footer {
  background: url(assets/bg.jpg);
  position: relative;}

footer:before {
  content: '';
  position: absolute;
  left: 0;
  top: -36px;
  width: 100%;
  height:100px;
  background: url(assets/bg.jpg);
  -webkit-transform: skewY(-2.5deg);
  -moz-transform: skewY(-2.5deg);
  -ms-transform: skewY(-2.5deg);
  -o-transform: skewY(-2.5deg);
  transform: skewY(-2.5deg);
  -webkit-backface-visibility: hidden;
}

.footercontent{
  width:90%;
  margin:auto;
}

.footer a{
  color:#fff;
  text-decoration:none;
}

.footer a:hover{
  color:#fff;
  text-decoration:underline;
}

.footer .col-lg-12.footerbtm{
  width:100%;
  clear:both;
}

.footer .col-lg-12.footertop{
  margin-left: 30px;
  margin-right:30px;
}

.footer .col-lg-12.footerbtm p{
  margin:auto;
  text-align:center;
  float:none;
}

@media 
only screen and (max-width: 1200px),
(min-device-width: 1200px) and (max-device-width: 1024px)  {

footer{
  padding-bottom:20px;
}

}

@media 
only screen and (max-width: 720px),
(min-device-width: 720px) and (max-device-width: 1024px)  {

.footer .col-lg-12.footerbtm{
  padding-top:40px!important;
}
}

.input-group .form-control {
    z-index: 0!important;
}


.navbar-header {
  float: none;
}
.navbar-toggle {
  display: block;
}
.navbar-collapse.collapse {
  display: none!important;
}
.navbar-nav {
  float: none!important;
}
.navbar-nav>li {
  float: none;
}
.navbar-collapse.collapse.in{
  display:block !important;

}

.navbar-header{
  background-color: transparent;
    border-color: transparent;
    height:0;

}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}
.navbar-toggle, .navbar-toggle:focus, .navbar-toggle:hover {
    background-color: #FFC023!important;
}

nav img{
  position:fixed;
  clear:both;
  padding-left:50px;
  padding-top:20px;
  width: 400px;
  float: left;
}

nav img{
  position:fixed;
  clear:both;
  padding-left:50px;
  padding-top:20px;
  width: 400px;
  float: left;
}


/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 0%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,39,86); /* Black fallback color */
    background-color: rgba(0,39,86, 0.95); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 34px;
    font-weight:500;
    letter-spacing: 1px;
    color: #fff;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

.navbar-toggle {
    margin-top: 40px;
    margin-right: 45px;
}

@media 
only screen and (max-width: 571px),
(min-device-width: 571px) and (max-device-width: 1024px)  {

.overlay a {
    font-size: 24px;
}

.navbar-toggle {
    margin-top: 15px;
    margin-right: 15px;
}

}
/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color:#8191A2;
}

/* Position the close button (top right corner) */
.closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px !important; /* Override the font-size specified earlier (36px) for all navigation links */
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .closebtn {
        font-size: 40px !important;
        top: 15px;
        right: 35px;
    }
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.firstcont p.pagetitle{
  font-size:50px;
  color:#fff;
  font-weight:500;
  margin-top:100px;
}

.purptext{
  color:#cc0099;
}

.greentext{
  color:#66ff99;
}



.graphblock img{
  width:100%!important;
}

.resultcontent p.resultcontenttitle1{
  font-size:24px;
  font-weight:400;
  color:#fff!important;
}

.resultcontent p.resultcontenttitle2{
  font-size:38px;
  font-weight:400;
  color:#ffc023!important;
}

.thicker{
  font-size:38px;
  font-weight:400;
}

.purpbox{
  width:250px;
  padding:15px 10px 5px 10px;
  border: 2px solid #cc0099;
  -webkit-box-shadow: 10px 14px 35px -11px rgba(204,0,153,0.5);
-moz-box-shadow: 10px 14px 35px -11px rgba(204,0,153,0.5);
box-shadow: 10px 14px 35px -11px rgba(204,0,153,0.5);
}

.greenbox{
  width:250px;
  padding:15px 10px 5px 10px;
  border: 2px solid #66ff99;
-webkit-box-shadow: 10px 14px 35px -21px rgba(102,255,153,0.5);
-moz-box-shadow: 10px 14px 35px -21px rgba(102,255,153,0.5);
box-shadow: 10px 14px 35px -21px rgba(102,255,153,0.5);
}

.yellowsliderbtn{
  width:50px;
  padding: 5px 47px 5px 10px;
  background:#ffc023;
  font-weight:500;
  border: 2px solid #ffc023;
  border-radius:5px;
}

.yellowsliderbtn p{
  margin-bottom:0;
}

.dottedline{
  width:50px;
  height:100px;
  border-right:2px dotted #fff;
  margin-bottom:5px;
}

.calloutp {color:#cc0099;z-index:20;position:absolute;border:0;top:-9px;left:20px;}

.calloutg {color:#66ff99;z-index:20;position:absolute;border:0;top:-9px;left:200px;}

.calloutgy {color:#ffc023;z-index:20;position:absolute;border:0;top:-9px;left:22px;}

.extrapagecontainer{
  width:80%;
  margin:auto;
}

.thirdcont.extrapage h1, .thirdcont.extrapage h2, .thirdcont.extrapage h3, .thirdcont.extrapage h4, .thirdcont.extrapage p{
  color:#002756;
}

.extrapage h1{
  font-size:50px;
  font-weight:500;
}

.firstcont.extrapage h1{
  margin-top:100px;
  color:#fff;
}

.extrapage h1, .extrapage h2{
  text-align:center;
}

.extrapage h2, .extrapage h3{
  font-size:26px;
}

.extrapage h4{
  font-weight:100;
  font-size:20px;
}


input[type=range] {
    /*removes default webkit styles*/
    -webkit-appearance: none;
    
    /*fix for FF unable to apply focus style bug */
    border: 1px solid white;
    
    /*required for proper track sizing in FF*/
    width: 80%;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 30px;
    width: 40px;
    border-radius: 20%;
    background: goldenrod;
    margin-top: -12px;
    cursor: pointer;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

input[type=range]::-moz-range-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}
input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: goldenrod;
}

/*hide the outline behind the border*/
input[type=range]:-moz-focusring{
    outline: 1px solid white;
    outline-offset: -1px;
}

input[type=range]::-ms-track {
    width: 300px;
    height: 5px;
    
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;

    /*remove default tick marks*/
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}
input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: goldenrod;
}
input[type=range]:focus::-ms-fill-lower {
    background: #888;
}
input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}


#tooltip
{
    text-align: center;
    color: #fff;
    background: #111;
    position: absolute;
    z-index: 100;
    padding: 15px;
}

.spinner {
  display: none; /*default*/
  margin-top: 15px;
}
 
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}



