/*-------------------------------------------
  Global imports
-------------------------------------------*/
/*-------------------------------------------
  Base imports
-------------------------------------------*/
/*-------------------------------------------
  Typography
-------------------------------------------*/
/*-------------------------------------------
  Colors
-------------------------------------------*/
/* rgb(255, 197, 2); */
/*-------------------------------------------
  Media Queries Breakpoints
-------------------------------------------*/
body {
  margin-top: 10rem;
}

.form-completion {
  margin-top: 0;
}

main {
  margin-bottom: 16rem;
}

.container {
  -webkit-transition: all 0.8s ease-in-out 0;
  -moz-transition: all 0.8s ease-in-out 0;
  -o-transition: all 0.8s ease-in-out 0;
  transition: all 0.8s ease-in-out 0;
}

.homepage {
  margin-top: 0;
}

.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 576px) and (max-width: 992px) {
  .gutter-sm > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.row-spacing {
  margin-bottom: 2.5rem;
}

.smile-prices {
  margin-bottom: 8.5rem;
}

.line {
  display: block;
  margin-top: 3.6rem;
  background-color: #ffc502;
  width: 8rem;
  height: 0.2rem;
}

.line-center {
  margin-left: auto;
  margin-right: auto;
}

.content-block {
  text-align: center;
  margin: 4rem 0;
}
.content-block h2 {
  display: inline-block;
  margin-bottom: 2rem;
  border: none;
  padding: 0;
  color: #333333;
}
.content-block p {
  margin-bottom: 4rem;
}
.content-block .btn + .btn {
  margin-left: 2.5rem;
}

:target:before {
  content: "";
  display: block;
  height: 70px;
  /* fixed header height*/
  margin: -70px 0 0;
  /* negative fixed header height */
}

@media (max-width: 320px) {
  .hidden-xxs {
    display: none;
  }
}
.iframe-booking {
  width: 100%;
  height: 101rem;
  border: none;
}

/*-------------------------------------------
  Layout imports
-------------------------------------------*/
.brand-logo {
  position: absolute;
  top: 4.5rem;
  left: 4.5rem;
}
.brand-logo h1 {
  display: inline-grid;
  border-left: 2px solid #fff;
  margin: 0 0 0 1.5rem;
  padding-left: 1.5rem;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.brand-logo h1 small {
  margin-top: 0;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .brand-logo h1 {
    font-size: 27px;
    font-size: 2.7rem;
  }
}

@media (max-width: 576px) {
  .brand-logo {
    top: 1.5rem;
    left: 1.5rem;
  }
}
.smile-logo {
  display: block;
  float: left;
  width: 5.9rem;
  height: 5.9rem;
}

@media (max-width: 768px) {
  .smile-logo {
    width: 4.9rem;
    height: 4.9rem;
  }
}
.footer {
  position: relative;
  background-color: #efefef;
  margin-top: 8rem;
  padding: 8rem 0;
}
.footer .brand-logo {
  position: static;
  width: 20rem;
  margin: 0 auto 2.5rem auto;
}
.footer .brand-logo .smile-logo {
  width: 4rem;
  height: 4rem;
}
.footer .brand-logo h1 {
  border-left: 2px solid #1a1a1a;
  margin: 0 0 0 1rem;
  padding-left: 1rem;
  font-size: 24px;
  font-size: 2.4rem;
  color: #1a1a1a;
}
.footer .brand-logo h1 small {
  color: #1a1a1a;
  font-size: 14px;
  font-size: 1.4rem;
}

@media (max-width: 576px) {
  .footer {
    margin-bottom: 7rem;
  }
}
.small-print {
  text-align: center;
}
.small-print li > a {
  color: #333333;
  text-decoration: underline;
  font-size: 14px;
  font-size: 1.4rem;
}
.small-print li > a:hover {
  text-decoration: none;
}

.copyright {
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333333;
}

.footer-smile {
  text-align: center;
  font-weight: 600;
  color: #666666;
}

/*-------------------------------------------
  Component imports
-------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  color: #888;
}

.page-header {
  margin-bottom: 6rem;
  text-align: center;
  border: none;
}
.page-header h2 {
  font-size: 32px;
  font-size: 3.2rem;
  border: none;
  margin-bottom: 2.5rem;
  padding-left: 0;
}
@media (max-width: 576px) {
  .page-header h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.page-header p {
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 576px) {
  .page-header p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

h1 {
  font-weight: 300;
}

main h1 {
  margin-bottom: 2.5rem;
  border-left: 2px solid #ffc502;
  padding-left: 1rem;
  font-size: 34px;
  font-size: 3.4rem;
  color: #333;
}

h2 {
  font-weight: 400;
  border-left: 2px solid #ffc502;
  padding-left: 1rem;
  color: #444;
}

h3 {
  border-left: 2px solid #ffc502;
  padding-left: 1rem;
  font-size: 26px;
  font-size: 2.6rem;
}

h4 {
  margin-bottom: 2rem;
  line-height: 1.5;
  color: #333;
}

@media (max-width: 576px) {
  h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
p {
  line-height: 1.5;
  margin-bottom: 2rem;
}

small {
  display: block;
  margin-top: 0.8rem;
  font-size: 18px;
  font-size: 1.8rem;
  color: #b3b3b3;
}

@media (max-width: 576px) {
  small {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
ul.postcodes {
  max-width: 90%;
  text-align: center;
  margin: 0 auto;
}
ul.postcodes li {
  padding: 0;
}
ul.postcodes li > a {
  display: block;
  min-width: 6.6rem;
  border: 1px solid #eee;
  background-color: #fafafa;
  color: #333;
  margin: 0 1rem 1rem 0;
  padding: 1rem;
}
ul.postcodes li > a:hover, ul.postcodes li > a:focus {
  background-color: #eee;
  text-decoration: none;
}

#studentIndividual,
#studentIndividualExtra,
#studentBlockofFive,
#studentBlockofTen {
  display: none;
}

.homepage .navbar-smile {
  opacity: 0;
}

.navbar-smile {
  min-height: 7rem;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.navbar-smile .navbar-header {
  min-height: 7rem;
}
.navbar-smile .navbar-toggle {
  margin-top: 2.5rem;
  padding: 0;
}
.navbar-smile .navbar-toggle .icon-bar {
  width: 3rem;
  height: 4px;
  background-color: #666;
}
.navbar-smile .navbar-nav > li > a {
  color: #4b4b4b;
  margin: 0 1.5rem;
  padding: 0 2rem;
  line-height: 6.4rem;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.navbar-smile .navbar-nav > li > a:hover, .navbar-smile .navbar-nav > li > a:active, .navbar-smile .navbar-nav > li > a:focus {
  background-color: transparent;
  border-bottom: 3px solid #ffc502;
  color: #111;
}
@media (max-width: 992px) {
  .navbar-smile .navbar-nav > li > a {
    margin: 0 0.5rem;
  }
}
.navbar-smile li.active > a {
  background-color: transparent;
  border-bottom: 3px solid #ffc502;
  color: #111;
}
.navbar-smile .navbar-logo {
  display: block;
  width: 4rem;
  height: 4rem;
}
.navbar-smile .navbar-nav > li.navbar-cta {
  padding: 1rem 0;
}
.navbar-smile .navbar-nav > li.navbar-cta .btn-cta {
  line-height: 4.4rem;
  border: 2px solid transparent;
  color: #fff;
}
.navbar-smile .navbar-nav > li.navbar-cta .btn-cta:hover, .navbar-smile .navbar-nav > li.navbar-cta .btn-cta:active, .navbar-smile .navbar-nav > li.navbar-cta .btn-cta:focus {
  border: 2px solid #ffc502;
  color: #4b4b4b;
}

.affix-top {
  margin-top: -7rem;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.homepage .affix {
  opacity: 1;
  margin-top: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

label {
  font-weight: 400;
}

.form-control,
select {
  height: 4rem;
  padding: 0.9rem 1.2rem;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}

.form-control,
select.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #ffc502;
}

select.form-control {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  width: 100%;
}

.form-control-auto,
select.form-control-auto {
  width: auto;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.btn-cta {
  background-color: #ffc502;
  color: #fff;
  border: 1px solid #ffc502;
  text-transform: uppercase;
  padding: 1.2rem 2.6rem;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.2rem;
}
.btn-cta:hover, .btn-cta:focus, .btn-cta:active, .btn-cta.active {
  background-color: #ffcd26;
  color: #fff;
  border: 1px solid transparent;
}

.btn-default {
  background-color: transparent;
  border: 1px solid #999999;
  color: #666666;
  text-transform: uppercase;
  padding: 1.2rem 2.6rem;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.2rem;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  background-color: #cccccc;
  border: 1px solid #cccccc;
  color: #fff;
}

.btn + .btn {
  margin-left: 1.5rem;
}

.btn-review {
  margin: 1.374444rem 1.5rem;
  float: right;
}

.btn-group-discount {
  text-align: center;
  margin-bottom: 4rem;
}
.btn-group-discount .btn.btn-default {
  background-color: #ccc;
  color: #333;
  border: none;
  font-weight: 300;
}
.btn-group-discount .btn.btn-default.active, .btn-group-discount .btn.btn-default.focus {
  background-color: #fff;
  font-weight: 600;
  color: #333;
}

.panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.panel-smile {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.panel-smile .panel-header h3 {
  color: #333333;
}
.panel-smile .panel-header h3 small {
  color: #999999;
}
.panel-smile .panel-body {
  padding: 2.5rem 0 4.5rem 0;
}
.panel-smile .panel-footer {
  background-color: #fff;
  border: none;
  padding: 0;
}

.panel-advert h3 {
  margin-top: 0;
  color: #333333;
}

@media (max-width: 576px) {
  .panel-advert h3 {
    margin-bottom: 2.5rem;
  }
}
.panel-academy {
  background-color: #fafafa;
}
.panel-academy h3 {
  border: none;
  margin: 0;
  padding: 0;
  color: #333333;
}
@media (min-width: 768px) and (max-width: 992px) {
  .panel-academy h3 > span {
    display: block;
  }
}
@media (max-width: 767px) {
  .panel-academy h3 > span {
    display: inline;
  }
}
.panel-academy .panel-header {
  text-align: center;
  padding: 6rem 3rem 0 3rem;
}
.panel-academy .panel-body {
  text-align: center;
  padding: 3rem;
}
.panel-academy .panel-footer {
  padding: 0 3rem 6rem 3rem;
  background-color: #fafafa;
  border: none;
  text-align: center;
}

.panel-customers > h2 {
  display: table;
  margin: 0 auto 4.5rem auto;
  border-left: 2px solid #ffc502;
  padding-left: 1rem;
  color: #333;
}

.smile-prices {
  margin: 18rem 0;
  padding: 8rem 0;
  background: url("../img/smile-customer-reversing.png") 50% 5% no-repeat;
  background-size: cover;
}

@media (max-width: 576px) {
  .smile-prices {
    padding: 4rem 0;
  }
}
.panel-rates {
  background-color: #fff;
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.panel-rates .panel-heading {
  padding: 3.5rem 1.5rem;
  background-color: #ccc;
  text-align: center;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.panel-rates .panel-heading .package {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
}
.panel-rates .panel-heading .price {
  display: block;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 600;
  color: #fff;
}
.panel-rates .panel-heading .price sup {
  font-size: 2.4rem;
  vertical-align: middle;
}
@media (max-width: 576px) {
  .panel-rates .panel-heading {
    padding: 1.5rem 0;
  }
  .panel-rates .panel-heading .package {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .panel-rates .panel-heading .price {
    font-size: 40px;
    font-size: 4rem;
  }
}
.panel-rates .panel-body {
  padding: 4.5rem;
  text-align: center;
  font-size: 1.4rem;
}
.panel-rates .panel-body .duration {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  color: #333;
}
@media (max-width: 768px) {
  .panel-rates .panel-body {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.panel-rates.promoted .panel-heading {
  background-color: #ffc502;
}
.panel-rates.promoted .panel-heading .package {
  color: #9b7700;
}
.panel-rates.promoted .panel-body .btn-default {
  border: 1px solid #ffc502;
  color: #ffc502;
}
.panel-rates.promoted .panel-body .btn-default:hover {
  background-color: #ffc502;
  color: #fff;
}
.panel-rates .panel-footer {
  padding-top: 0;
  padding-bottom: 2.5rem;
  border-top: none;
  text-align: center;
  background-color: #fff;
}

.cancellation {
  margin-top: 4.5rem;
  margin-bottom: 0;
  padding: 1rem;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 576px) {
  .cancellation {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.smile-academy {
  margin-bottom: 8rem;
}

.show-me-tell-me {
  padding: 4.5rem 0;
  margin-bottom: 8rem;
}
.show-me-tell-me h3 {
  margin-bottom: 2.5rem;
  padding-left: 0;
  border-left: none;
  font-size: 3.2rem;
  color: #111;
}
.show-me-tell-me small {
  color: #ffc502;
}
.show-me-tell-me iframe {
  width: 100%;
  min-width: 100%;
  border: 1px solid #e6e6e6;
}
@media (max-width: 576px) {
  .show-me-tell-me .btn-default {
    margin-bottom: 2.5rem;
  }
}

.jumbotron-smile {
  position: relative;
  height: 50rem;
  padding: 0;
  background: url("../img/smile-driving-lesson.png") 50% 5% no-repeat;
  background-size: cover;
  color: #fff;
}
.jumbotron-smile .img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.jumbotron-smile .jumbotron-cta {
  margin: 17rem auto 0 auto;
  width: 90%;
  padding: 1.5rem;
  text-align: center;
}
.jumbotron-smile .btn-default {
  background-color: #fff;
  border: 1px solid #fff;
}
.jumbotron-smile .btn-default:hover {
  background: rgba(0, 0, 0, 0.3);
}
.jumbotron-smile .strapline {
  margin: 0 auto 4.5rem auto;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.3;
  
  font-family: "Seaweed Script", cursive;
}
@media (min-width: 992px) {
  .jumbotron-smile .strapline {
    width: 86rem;
  }
}
.jumbotron-smile .jumbotron-nav {
  position: absolute;
  top: 4.5rem;
  right: 4.5rem;
}
.jumbotron-smile .jumbotron-nav li {
  float: left;
  margin-left: 1.5rem;
}
.jumbotron-smile .jumbotron-nav li > a {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
}
.jumbotron-smile .jumbotron-nav li > a:hover {
  background-color: transparent;
  border-bottom: 2px solid #fff;
}

@media (max-width: 576px) {
  .jumbotron-smile {
    background-position-x: 43%;
  }
}
@media (max-width: 768px) {
  .jumbotron-smile {
    height: 40rem;
  }
  .jumbotron-smile .jumbotron-cta {
    margin-top: 16rem;
  }
  .jumbotron-smile .strapline {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
@media (max-width: 320px) {
  .jumbotron-smile .jumbotron-cta {
    margin-top: 12rem;
  }
}
@media (min-width: 576px) {
  #freeeindex-widget {
    position: absolute;
    height: 47rem;
    right: 2.5rem;
    bottom: 2.5rem;
  }
}
.carousel-instructors {
  position: relative;
  background-color: #fafafa;
  margin: 10rem 0;
}
.carousel-instructors h3 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-size: 32px;
  font-size: 3.2rem;
  color: #333333;
}
.carousel-instructors .btn {
  margin-top: 2.5rem;
}

.instructor-profile {
  padding: 4rem 0 8rem 0;
}

@media (max-width: 576px) {
  .instructor-profile {
    padding-top: 0;
  }
}
.instructor-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60rem;
}

@media (max-width: 767px) {
  .instructor-image {
    position: static;
    height: 40rem;
  }
}
.grant-davidson {
  background: url("../img/grant-davidson.png") 50% 0 no-repeat;
}

.abigail-osborne {
  background: url("../img/abigail-osborne.png") 50% 0 no-repeat;
}

.julianna-lauder {
  background: url("../img/julianna-lauder.png") 50% 0 no-repeat;
}

.katriona-stuart {
  background: url("../img/katriona-stuart.png") 50% 0 no-repeat;
}

.sam-allan {
  background: url("../img/sam-allan.png") 50% 0 no-repeat;
}

@media (max-width: 576px) {
  .grant-davidson,
.abigail-osborne,
.julianna-lauder,
.katriona-stuart,
.sam-allan {
    background-position-y: 0;
  }
}
.carousel-control {
  width: 7rem;
  bottom: inherit;
  padding: 3rem 0;
  opacity: 0.7;
  background-color: #fff !important;
  color: #666666;
  text-shadow: none;
  font-size: 4rem;
}
.carousel-control:hover, .carousel-control:focus, .carousel-control:active {
  color: #666666;
}
.carousel-control.left, .carousel-control.right {
  background: none;
  top: 40%;
  line-height: 0;
}
@media (max-width: 576px) {
  .carousel-control.left, .carousel-control.right {
    top: 15%;
  }
}
.carousel-control.left > img {
  position: absolute;
  left: 0;
}
.carousel-control.right > img {
  position: absolute;
  right: 0;
}

.carousel-indicators li {
  border: 1px solid #cccccc;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.6rem 0 0;
}
.carousel-indicators .active {
  background-color: #cccccc;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.6rem 0 0;
}

.modal-booking .modal-dialog {
  width: auto;
  position: absolute;
  top: 4.5rem;
  right: 4.5rem;
  bottom: 4.5rem;
  left: 4.5rem;
  margin: 0;
}
@media (max-width: 768px) {
  .modal-booking .modal-dialog {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }
}
.modal-booking .modal-content {
  height: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.modal-booking .modal-content .modal-header {
  /*position: fixed;
  top: 0;
  width: 99.7%;
  z-index: 1;
  background-color: #fff;
  border: none;*/
  padding: 4.5rem 3.5rem;
}
.modal-booking .modal-content .modal-header .modal-title {
  display: table;
  margin: 0 auto;
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1.1;
  text-transform: uppercase;
  color: #333;
  border-left: 2px solid #ffc502;
  padding-left: 1rem;
}
@media (max-width: 768px) {
  .modal-booking .modal-content .modal-header .modal-title {
    font-size: 30px;
    font-size: 3rem;
  }
}
.modal-booking .modal-content .modal-header p {
  margin-top: 1.5rem;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .modal-booking .modal-content .modal-header p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modal-booking .modal-content .modal-body {
  padding: 0 1.5rem;
}
@media (max-width: 767px) {
  .modal-booking .modal-content .modal-body {
    padding: 0;
    overflow-x: hidden;
  }
}
.modal-booking .modal-content .modal-footer {
  text-align: center;
  border-top: none;
  padding-top: 0;
  padding-bottom: 4.5rem;
}
.modal-booking .close {
  position: absolute;
  top: 1rem;
  right: 2.5rem;
  float: none;
  font-size: 72px;
  font-size: 7.2rem;
  font-weight: 300;
  line-height: 0.8;
  color: #333;
  text-shadow: none;
  opacity: 0.1;
}
.modal-booking .close:focus {
  outline: none;
}
@media (max-width: 576px) {
  .modal-booking .close {
    font-size: 5rem;
    right: 1.5rem;
  }
}

.fab {
  display: none;
}

@media (max-width: 576px) {
  .fab {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 1.5rem;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .fab .btn-cta {
    display: block;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  .fab .btn-default {
    display: block;
    background-color: #fff;
  }
}

.free-index-widget {
  width: 220px;
  margin: 45px auto 0 auto;
}

/*# sourceMappingURL=main.css.map */
