/*!
 * Start Bootstrap - New Age v3.3.7 (http://startbootstrap.com/template-overviews/new-age)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,700');
body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

body.integration {
  background: transparent;
}

#mobo.modal a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #000000;
}
#mobo.modal .underline a {
  /*text-decoration: underline;*/
}
#mobo.modal a:hover,
#mobo.modal a:focus {
  color: #14b7f0;
}
#mobo.modal hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}
#mobo.modal hr.light {
  border-color: white;
}
#mobo.modal h1,
#mobo.modal h2,
#mobo.modal h3,
#mobo.modal h4,
#mobo.modal h5,
#mobo.modal h6 {
  font-weight: 200;
  letter-spacing: normal;
}
#mobo.modal p {
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 0;
}
#mobo.modal p.alert {
  padding-left: 15px;
  position: relative;
  color: grey;
  font-size: 12px;
}
#mobo.modal p.alert:before {
  content: '\f12a';
  font-size: 18px;
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
}
#mobo.modal .small {
  font-size: 13px;
}
#mobo.modal .grey {
  color: grey;
}
#mobo.modal .blue {
  color: #14b7f0;
}
#mobo.modal .btn,
#mobo.modal .navbar-default .nav > li > a {
  font-family: Lato, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: normal;
}
#mobo.modal .Heading {
  padding: 10px;
}
#mobo.modal .Heading span {
  display: block;
}
#mobo.modal .SettingsHeading .col-xs-10 {
  padding-left: 0;
}
#mobo.modal .SettingsHeading {
  height: 45px;
  padding-top: 12px;
  border-bottom: 1px solid #eee;
}
/* Block-grid */
#mobo.modal .block-grid {
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
#mobo.modal .block-grid > li {
  display: block;
  height: auto;
  float: left;
}
#mobo.modal .block-grid.one-up > li,
#mobo.modal .block-grid.up1 > li {
  width: 100%;
}
#mobo.modal .block-grid.two-up > li,
#mobo.modal .block-grid.up2 > li {
  width: 50%;
}
#mobo.modal .block-grid.two-up > li:nth-child(2n+1),
#mobo.modal .block-grid.up2 > li:nth-child(2n+1) {
  clear: left;
}
#mobo.modal .block-grid.three-up > li,
#mobo.modal .block-grid.up3 > li {
  width: 33.33333%;
}
#mobo.modal .block-grid.three-up > li:nth-child(3n+1),
#mobo.modal .block-grid.up3 > li:nth-child(3n+1) {
  clear: left;
}
#mobo.modal .block-grid.four-up > li,
#mobo.modal .block-grid.up4 > li {
  width: 25%;
}
#mobo.modal .block-grid.four-up > li:nth-child(4n+1),
#mobo.modal .block-grid.up4 > li:nth-child(4n+1) {
  clear: left;
}
#mobo.modal .block-grid.five-up > li,
#mobo.modal .block-grid.up5 > li {
  width: 20%;
}
#mobo.modal .block-grid.five-up > li:nth-child(5n+1),
#mobo.modal .block-grid.up5 > li:nth-child(5n+1) {
  clear: left;
}
#mobo.modal .block-grid.six-up > li,
#mobo.modal .block-grid.up6 > li {
  width: 16.66667%;
}
#mobo.modal .block-grid.six-up > li:nth-child(6n+1),
#mobo.modal .block-grid.up6 > li:nth-child(6n+1) {
  clear: left;
}
#mobo.modal .block-grid.seven-up > li,
#mobo.modal .block-grid.up7 > li {
  width: 14.28571%;
}
#mobo.modal .block-grid.seven-up > li:nth-child(7n+1),
#mobo.modal .block-grid.up7 > li:nth-child(7n+1) {
  clear: left;
}
#mobo.modal .block-grid.eight-up > li,
#mobo.modal .block-grid.up8 > li {
  width: 12.5%;
}
#mobo.modal .block-grid.eight-up > li:nth-child(8n+1),
#mobo.modal .block-grid.up8 > li:nth-child(8n+1) {
  clear: left;
}
#mobo.modal .block-grid.nine-up > li,
#mobo.modal .block-grid.up9 > li {
  width: 11.11111%;
}
#mobo.modal .block-grid.nine-up > li:nth-child(9n+1),
#mobo.modal .block-grid.up9 > li:nth-child(9n+1) {
  clear: left;
}
#mobo.modal .block-grid.ten-up > li,
#mobo.modal .block-grid.up10 > li {
  width: 10%;
}
#mobo.modal .block-grid.ten-up > li:nth-child(10n+1),
#mobo.modal .block-grid.up10 > li:nth-child(10n+1) {
  clear: left;
}
#mobo.modal .block-grid.eleven-up,
#mobo.modal .block-grid.up11 > li > li {
  width: 9.09091%;
}
#mobo.modal .block-grid.eleven-up > li:nth-child(11n+1),
#mobo.modal .block-grid.up11 > li:nth-child(11n+1) {
  clear: left;
}
#mobo.modal .block-grid.twelve-up > li,
#mobo.modal .block-grid.up12 > li {
  width: 8.33333%;
}
#mobo.modal .block-grid.twelve-up > li:nth-child(12n+1),
#mobo.modal .block-grid.up12 > li:nth-child(12n+1) {
  clear: left;
}
#mobo.modal .block-grid.spacing li {
  padding: 0 35px 20px;
}
#mobo.modal .block-grid.border-grid > li {
  border-bottom: 1px solid #eee;
}
#mobo.modal .block-grid.border-grid .active a {
  color: #14b7f0;
}
#mobo.modal .block-grid.border-grid main a {
  display: block;
  position: relative;
  padding: 10px 0;
}
#mobo.modal .block-grid.border-grid a:hover,
#mobo.modal .block-grid.border-grid a:focus {
  text-decoration: none;
}
#mobo.modal .block-grid.border-grid .active a:after {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  top: 10px;
}
#mobo.modal .block-grid.border-grid.info > li {
  display: block;
  position: relative;
  padding: 10px 0;
}
#mobo.modal .block-grid.border-grid.info > li span {
  display: block;
}
#mobo.modal .block-grid.border-grid.info a {
  color: #14b7f0;
}
#mobo.modal .block-grid.border-grid.icons > li {
  padding-left: 25px;
}
#mobo.modal .block-grid.border-grid.icons > li:before {
  content: '';
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  color: #14b7f0;
}


#mobo.modal .nav-tabs {
  border-color: #eee;
}
#mobo.modal .nav-tabs > li > a {
  text-align: center;
  border-radius: 0;
  margin: 0;
  background: #eee;
  border-color: #eee;
}
#mobo.modal .nav-tabs > li.active > a {
  color: #14b7f0;
  background: #fff;
}
#mobo.modal .modal-dialog {
  font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
}
#mobo.modal .modal-dialog .modal-body {
  height: 600px;
  padding: 0 15px;
  overflow: hidden;
}
#mobo.modal .modal-dialog .modal-body .scroll,
#mobo.modal .modal-dialog .modal-body .scroll-min,
#mobo.modal .modal-dialog .modal-body .scroll-min-final {
  overflow-y: overlay;
  overflow-x: hidden;
  position: absolute;
  top: 140px;
  bottom: 75px;
  width: 100%;
  left: 0;
}
#mobo.modal .modal-dialog .modal-body .scroll-min {
  top: 85px;
  bottom: 55px;
}
#mobo.modal .modal-dialog .modal-body .scroll-min-final {
  top: 85px;
  bottom: 0;
}
#mobo.modal .modal-dialog .modal-body .scroll-min-final::-webkit-scrollbar,
#mobo.modal .modal-dialog .modal-body .scroll-min::-webkit-scrollbar,
#mobo.modal .modal-dialog .modal-body .scroll::-webkit-scrollbar {
  width: 5px;
  background-color: #eee;
}
#mobo.modal .modal-dialog .modal-body .scroll-min-final::-webkit-scrollbar-thumb,
#mobo.modal .modal-dialog .modal-body .scroll-min::-webkit-scrollbar-thumb,
#mobo.modal .modal-dialog .modal-body .scroll::-webkit-scrollbar-thumb {
  background-color: #14b7f0;
}
#mobo.modal .modal-content {
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}
#mobo.modal {
  text-align: center;
}
#mobo.modal .modal-dialog .btn {
  border-radius: 5px;
}
#mobo.modal .modal-dialog nav .bg-blue {
  background-color: #14b7f0;
  color: #fff;
}
#mobo.modal .modal-dialog nav .bg-white {
  background-color: #fff;
  color: #000;
}
#mobo.modal .modal-dialog nav .full {
  width: 100%;
  padding: 15px 0;
}
#mobo.modal .modal-dialog .content {
  padding: 0 25px;
}
#mobo.modal .modal-dialog .spacing-top {
  padding-top: 20px;
}
#mobo.modal .modal-dialog .spacing-top-less {
  padding-top: 10px;
}
#mobo.modal .modal-dialog .spacing-bottom {
  padding-bottom: 20px;
}
#mobo.modal .modal-dialog .spacing-bottom-more {
  padding-bottom: 40px;
}
#mobo.modal .modal-dialog .spacing-top-bottom {
  padding: 30px 0;
}
#mobo.modal .modal-dialog .spacing-top-bottom-less {
  padding: 10px 0;
}
#mobo.modal .modal-dialog .border-bottom {
  border-bottom: 1px solid #eee;
}
#mobo.modal .modal-dialog .align-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 15px;
  background: #fff;
  border-radius: 0 0 5px 5px;
}
#mobo.modal .modal-dialog .align-bottom.minimal {
  padding: 10px 15px;
  height: 55px;
}
#mobo.modal .modal-dialog .align-bottom.minimal a {
  text-transform: none;
  color: grey;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
}
#mobo.modal .modal-dialog .align-bottom.minimal a:hover {
  color: #14b7f0;
}
#mobo.modal .bg-grey {
  background-color: #eee!important;
}
#mobo.modal .bg-blue {
  background-color: #14b7f0!important;
  color: #fff;
}
#mobo.modal figure img {
  max-width: 100%;
  height: auto!important;
}
#mobo.modal figure .slogan {
  display: block;
  padding-top: 5px;
}
#mobo.modal .light {
  font-weight: 300;
}
#mobo.modal .lighter {
  font-weight: 100;
}
#mobo.modal .dropdown.minimal > a {
  font-size: 12px;
  text-transform: none;
  letter-spacing: normal;
}
#mobo.modal .text-right .dropdown.minimal > a .btn.caret {
  margin-left: 5px;
}
#mobo.modal .dropdown.minimal .dropdown-menu {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-width: 86px;
  padding: 0;
  margin: 0;
  font-size: 12px;
}
#mobo.modal .dropdown.minimal .dropdown-menu > li > a {
  padding: 2px;
}
#mobo.modal ul.social li a {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 5px solid #000;
  color: #000;
  display: inline-block;
  padding-top: 6px;
  font-size: 20px;
}
#mobo.modal ul.social li a:hover,
#mobo.modal ul.social li a:focus {
  color: #fff;
  background-color: #000;
}
#mobo.modal ul.social li.fb a {
  color: #3b5998;
  border-color: #3b5998;
}
#mobo.modal ul.social li.fb a:hover,
#mobo.modal ul.social li.fb a:focus {
  color: #fff;
  background-color: #3b5998;
}
#mobo.modal ul.social li.tw a {
  color: #1da1f2;
  border-color: #1da1f2;
}
#mobo.modal ul.social li.tw a:hover,
#mobo.modal ul.social li.tw a:focus {
  color: #fff;
  background-color: #1da1f2;
}
#mobo.modal ul.social li.gp a {
  color: #db3236;
  border-color: #db3236;
}
#mobo.modal ul.social li.gp a:hover,
#mobo.modal ul.social li.gp a:focus {
  color: #fff;
  background-color: #db3236;
}
#mobo.modal .form-group {
  font-size: 14px;
}
#mobo.modal .form-control {
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#mobo.modal .form-control:hover,
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #14b7f0;
}
#mobo.modal textarea.form-control {
  resize: none;
}
#mobo.modal .input-group-addon {
  border-radius: 0;
  border: none;
  background: none;
  padding: 0 5px;
}
#mobo.modal .intro {
  padding-top: 100px;
}
#mobo.modal .intro h4 {
  font-size: 200%;
}
#mobo.modal .intro h3 {
  font-size: 240%;
}
#mobo.modal .intro > * {
  margin: 0 0 5px;
}
#mobo.modal .top {
  color: #fff;
  background-color: #000;
  border-radius: 5px 5px 0 0;
  padding: 5px 15px;
  height: 40px;
}
#mobo.modal .top span {
  margin-left: 5px;
  padding: 0 5px;
  margin-top: 3px;
  display: inline-block;
}
#mobo.modal .top span.name {
  color: #808080;
}
#mobo.modal .top a {
  color: #fff;
}
#mobo.modal .top a:hover,
#mobo.modal .top a:focus,
#mobo.modal .top .btn-mobileMenu:hover,
#mobo.modal .top .btn-mobileMenu:focus {
  color: #14b7f0;
}
#mobo.modal .top .btn-mobileMenuClose,
#mobo.modal .top .btn-mobileMenu {
  cursor: pointer;
}
#mobo.modal .top .btn-mobileMenuClose {
  color: #14b7f0;
}
#mobo.modal .top,
#mobo.modal .status {
  position: relative;
}
#mobo.modal .mobileMenu {
  background-color: #eee;
  width: 250px;
  position: absolute;
  right: -280px;
  top: 40px;
  bottom: 0;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 5px 0;
  z-index: 1;
}
#mobo.modal .mobileMenu > ul {
  padding: 0;
}
#mobo.modal .mobileMenu > ul > li {
  list-style: none;
}
#mobo.modal .mobileMenu > ul > li > a {
  cursor: pointer;
  padding: 20px;
  width: 100%;
  display: block;
  font-weight: 100;
  border-bottom: 1px solid #fff;
}
#mobo.modal .mobileMenu > ul > li > a:hover,
#mobo.modal .mobileMenu > ul > li > a:focus {
  text-decoration: none;
  background-color: #fff;
}
#mobo.modal .mobileMenu > ul > li > a i {
  width: 30px;
  color: #14b7f0;
}
#mobo.modal .status > ul {
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin-right: -20px;
  height: 45px;
}
#mobo.modal .status > ul > li {
  position: relative;
  padding: 10px 20px 10px 0;
  color: #ccc;
}
#mobo.modal .status > ul > li a {
  color: #ccc;
  cursor: pointer;
}
#mobo.modal .status > ul > li a:hover,
#mobo.modal .status > ul > li a:focus,
#mobo.modal .status > ul > li.active a {
  color: #14b7f0;
}
#mobo.modal .status > ul > li:after {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  right: 5px;
  color: #ccc;
}
#mobo.modal .status > ul > li:last-child:after {
  display: none;
}
#mobo.modal .cars > li {
  display: block;
}
#mobo.modal .cars > li > a {
  position: relative;
  display: block;
  padding: 15px;
  border-bottom: 1px solid #eee;
}
#mobo.modal .cars > li > a img {
  border: 5px solid transparent;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
#mobo.modal .cars > li main {
  padding-top: 25px;
}
#mobo.modal .cars > li.active > a,
#mobo.modal .cars > li > a:hover,
#mobo.modal .cars > li > a:focus {
  background-color: #eee;
}
#mobo.modal .cars > li.active > a img,
#mobo.modal .cars > li > a:hover img,
#mobo.modal .cars > li > a:focus img {
  border: 5px solid #14b7f0;
}
#mobo.modal .cars > li > a main span {
  display: block;
  font-size: 14px;
}
#mobo.modal .mapsHeader {
  font-size: 14px;
  padding: 5px 0;
  height: 110px;
}
#mobo.modal .mapsHeader span {
  padding-right: 5px;
}
#mobo.modal #accordion.panel-group .panel-default > .panel-heading {
  background-color: #fff;
  border-radius: 0;
  padding: 0;
  border-color: #eee;
  position: relative;
}
#mobo.modal #accordion.panel-group .panel-default > .panel-heading.border-left:before {
  position: absolute;
  border-right: 1px solid #eee;
  left: 45px;
  top: 0;
  bottom: 0;
  content: '';
}
#mobo.modal #accordion.panel-group .panel-default > .panel-heading a {
  padding: 10px 0;
  display: block;
  position: relative;
}
#mobo.modal #accordion.panel-group .panel-default > .panel-heading a.btn-collapse .caret {
  color: grey;
  border-top: none;
  border-bottom: 4px dashed;
}
#mobo.modal #accordion.panel-group .panel-default > .panel-heading a.collapsed .caret {
  border-top: 4px dashed;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: none;
}
#mobo.modal #accordion.panel-group .panel-default > .panel-heading a.btn-collapse:hover .caret,
#mobo.modal #accordion.panel-group .panel-default > .panel-heading a.btn-collapse:focus .caret {
  color: #14b7f0;
}
#mobo.modal #accordion.panel-group .panel-default > .panel-heading a:hover,
#mobo.modal #accordion.panel-group .panel-default > .panel-heading a:focus {
  text-decoration: none;
}
#mobo.modal #accordion.panel-group .panel-default > .panel-heading a.btn-collapse {
  padding: 10px 28px 10px 15px;
}
#mobo.modal #accordion.panel-group .panel-default > .panel-heading.active main a {
  color: #14b7f0;
}
#mobo.modal #accordion.panel-group .panel-default > .panel-heading.active main a:after {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  top: 10px;
}
#mobo.modal #accordion.panel-group .panel-default > .panel-heading .panel-title span {
  display: block;
  padding-top: 10px;
}
#mobo.modal #accordion.panel-group .panel-default > .panel-heading .panel-title {
  line-height: 1.6;
}
#mobo.modal .panel-group .panel + .panel {
  margin-top: 1px;
}
#mobo.modal .panel-group .panel {
  border-radius: 0;
  border: none;
}
#mobo.modal .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
#mobo.modal .bootstrap-datetimepicker-widget table td span.active,
#mobo.modal .bootstrap-datetimepicker-widget table td.active,
#mobo.modal .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #14b7f0;
}
#mobo.modal .bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #14b7f0;
}
#mobo.modal .bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
#mobo.modal .bootstrap-datetimepicker-widget .table-condensed tr {
  border-bottom: 1px solid #eee;
}
#mobo.modal .table-condensed > tbody > tr > td,
#mobo.modal .table-condensed > tbody > tr > th,
#mobo.modal .table-condensed > tfoot > tr > td,
#mobo.modal .table-condensed > tfoot > tr > th,
#mobo.modal .table-condensed > thead > tr > td,
#mobo.modal .table-condensed > thead > tr > th {
  padding: 10px 5px;
}
.dropdown-menu.top {
  z-index: 999!important;
}
#mobo.modal .switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 23px;
}
#mobo.modal .switch input {
  display: none;
}
#mobo.modal .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
#mobo.modal .slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
#mobo.modal input:checked + .slider {
  background-color: #2196F3;
}
#mobo.modal input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
#mobo.modal input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}
#mobo.modal .slider.round {
  border-radius: 34px;
}
#mobo.modal .slider.round:before {
  border-radius: 50%;
}
#mobo.modal .row-alert {
  background: #0ca2d7;
  padding: 10px 0;
  margin-top: 10px;
}
#mobo.modal .modal-body .bg-blue .btn-flip {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}
#mobo.modal .modal-body .bg-blue .btn-flip:hover,
#mobo.modal .modal-body .bg-blue .btn-flip:focus {
  color: #000;
}
#mobo.modal .modal-body .front,
#mobo.modal .modal-body .back {
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
#mobo.modal .modal-body .front,
#mobo.modal .modal-body .back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
#mobo.modal .modal-body .back {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
#mobo.modal .modal-body.flip .front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
#mobo.modal .modal-body.flip .back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
@media (max-width: 768px) {
  .hidden-mobile {
    display: none!important;
  }
  #mobo.modal .top,
  #mobo.modal .modal-content {
    border-radius: 0;
  }
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"] {
    font-size: 16px;
  }
  #mobo.modal .modal-dialog {
    max-width: none;
  }
  #mobo.modal .modal-dialog .modal-body .scroll,
  #mobo.modal .modal-dialog .modal-body .scroll-min,
  #mobo.modal .modal-dialog .modal-body .scroll-min-final {
    -webkit-overflow-scrolling: touch;
  }
  #mobo.modal .modal-dialog .modal-body {
    min-height: 400px;
  }
  #mobo.modal .modal-dialog,
  #mobo.modal .modal-content,
  #mobo.modal .modal-dialog .modal-body {
    height: 100%;
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  #mobo.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.image {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-color: #464646 !important;
}

#open-modal {
  background-color: #14b7f0!important;
}

.reset-vertical-align {
  vertical-align: top !important;
}