body {
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
  font-size: 16px;
  color: #666;
  line-height: 24px;
}

a {
  text-decoration: underline;
  color: #38af4b;
  cursor: pointer;
}
a.btn {
  text-decoration: none;
}

@media (max-width: 767px) {
  .btn {
    white-space: normal;
  }
}
h1, .h1 {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  color: #333;
  font-weight: 400;
  text-transform: uppercase;
}

h2, .h2 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}

h2.sidebarHeader {
  background: #083860;
  color: #fff;
  font-size: 22px;
  line-height: 18px;
  font-weight: normal;
  padding: 15px 10px 14px 10px;
  text-transform: uppercase;
}

h3, .h3 {
  font-size: 16px;
  color: #38af4b;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

ul.circle li {
  list-style-image: url(../images/list-bullet-circle.png);
}
ul.square li {
  list-style-image: url(../images/list-bullet-square.jpg);
}

strong {
  color: #333;
}

h1, .h1, h2, .h2, h3, .h3, p {
  margin-bottom: 1.3em;
  margin-top: 1.3em;
}

@media (max-width: 767px) {
  h1.first {
    margin-top: 60px;
    margin-bottom: 20px;
  }
}
.btn-primary {
  background-color: #38AF4B;
  border-color: transparent;
  color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #309c42;
  border-color: transparent;
}

/* General classes */
.pos-res {
  position: relative;
}

.float-r {
  float: right;
}

.float-l {
  float: left;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.red {
  color: #CC0000;
}

.red-f-14 {
  color: #CC0000;
  font-size: 14px;
}

.green {
  color: #38af4b;
}

.black {
  color: #101115;
}

.green-b {
  background-color: #38af4b;
}

.clerfix {
  clear: both;
}

.text-upper {
  text-transform: uppercase;
}

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

.text-small {
  font-size: 12px;
}

.disclaimer {
  font-size: 0.8em;
  line-height: 12px;
}

.navy-bg {
  background: #022C54;
  color: #fff;
}

@media (max-width: 767px) {
  .margin-site {
    margin-top: 80px;
  }
}
.no-margin {
  margin: 0;
}

.margin-t-0 {
  margin-top: 0 !important;
}

.margin-b-0 {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .margin-mob-t-0 {
    margin-top: 0;
  }
}
.margin-t-1-3 {
  margin-top: 1.3em;
}

.margin-t-23 {
  margin-top: 2.3em !important;
}

.margin-b-23 {
  margin-bottom: 2.3em !important;
}

.margin-t-10 {
  margin-top: 10px;
}

.margin-l-10 {
  margin-left: 10px;
}

.margin-t-15 {
  margin-top: 15px;
}

.margin-t-20 {
  margin-top: 20px;
}

.margin-t-30 {
  margin-top: 30px;
}

.margin-t-50 {
  margin-top: 50px;
}

.margin-r-20 {
  margin-right: 20px;
}

.margin-l-20 {
  margin-left: 15px;
}

.margin-b-20 {
  margin-bottom: 20px;
}

.margin-b-30 {
  margin-bottom: 30px;
}

.margin-b-40 {
  margin-bottom: 40px;
}

.margin-tb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.margin-tb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.margin-t-cr {
  margin-top: 38px;
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  .margin-t-cr {
    margin-top: 18px;
  }
}
@media (max-width: 991px) {
  .margin-t-cr {
    margin-bottom: 20px;
  }
}
.marg-tb-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.col-im {
  padding: 0 0 0 13%;
}

.padding-t-10 {
  padding-top: 10px;
}

.padding-b-10 {
  padding-bottom: 10px;
}

.padding-l-10 {
  padding-left: 10px;
}

.padding-r-10 {
  padding-right: 10px;
}

.padding-20 {
  padding: 20px;
}

.padding-30 {
  padding: 30px;
}

.drop-shadow {
  -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.5);
}

.bg-info {
  background-color: #D9EDF7;
}

.bg-success {
  background-color: #DFF0D8;
}

.bg-warning {
  background-color: #FCF8E3;
}

.bg-danger {
  background-color: #F2DEDE;
}

label.error {
  font-size: 0.8em;
}

.note {
  font-size: 0.8em;
  padding: 10px 10px 10px 40px;
  line-height: 1.2em;
  margin-bottom: 20px;
}

.news-title-adnotation {
  font-weight: 500;
  font-style: italic;
}

.list-horizontal {
  padding: 20px 0 0 0;
  width: 100%;
  text-align: center;
}
.list-horizontal li {
  display: inline-block;
}

.error {
  border: 1px solid #FF9999;
  background: none repeat scroll 0 0 #FEDDDD;
  border-bottom: 1px solid #FF9999;
  border-top: 1px solid #FF9999;
  color: #CC0000;
  text-align: center;
}

label.error {
  background: transparent;
  border: 0;
}

img.left {
  float: left;
  margin: 0 20px 5px 0;
}
img.right {
  float: right;
  margin: 0 0 5px 20px;
}
img.center {
  margin: 0 auto;
}

.borderimg {
  border: 1px solid #d0dae2;
}

@media (max-width: 767px) {
  .brd-mg-phone {
    border: 1px solid #d0dae2;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .brd-mg-phone {
    margin-bottom: 20px;
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .brd-pc {
    border: 1px solid #d0dae2;
  }
}
/* END General classes */
/* RWD General classes */
@media (max-width: 1200px) {
  .max1200 {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .min1200 {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .max992 {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .min992 {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .max768 {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .min768 {
    display: none !important;
  }
}
@media (max-width: 485px) {
  .max485 {
    display: none !important;
  }
}
@media (min-width: 485px) {
  .min485 {
    display: none !important;
  }
}
/* END RWD General classes */
.logo {
  display: block;
  float: left;
  margin-left: 15px;
}

.top {
  padding: 10px 0;
}

.topLinks {
  width: 100%;
}
.topLinks a {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 53px;
  margin-left: 7px;
  margin-right: 7px;
  text-transform: uppercase;
  text-decoration: none;
}
.topLinks li.last {
  float: right;
}

select.cities-states-select {
  margin-top: 8px;
}

.navbar-inverse .navbar-nav > .open > a {
  background-color: #38AF4B;
  color: #FFFFFF;
}
.navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #38AF4B;
  color: #FFFFFF;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #77B136;
}

.member-login-link {
  position: absolute;
  top: 18%;
  right: 24%;
}
.member-login-link:hover {
  text-decoration: none;
}

@media (max-width: 1199px) {
  .member-login-link {
    right: 28%;
  }
}
a.phone {
  text-decoration: none;
}

.phone-md {
  float: left;
  font-size: 20px;
  line-height: 20px;
  padding: 15px;
  padding-left: 20px;
  color: #fff;
  font-weight: bold;
}
.phone-md span {
  color: #77B136;
}

@media (max-width: 478px) {
  .phone-md {
    font-size: 15px;
  }
}
a.phone-md {
  text-decoration: none;
}

.phone-md:hover {
  color: #fff;
}

p.callUsNumber {
  padding-right: 25px;
}

.callUs {
  background: url("../images/call-us.jpg") no-repeat 5px 0;
  display: block;
  float: right;
  height: 78px;
  position: relative;
  text-align: right;
  width: 230px;
}
.callUs p {
  color: #39B54A;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 16px;
  margin-top: 30px;
  text-align: right;
  padding: 0;
  margin-right: 0;
}

.topOurFleet {
  font-size: 18px;
  color: #083860;
  font-weight: normal;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .topOurFleet {
    font-size: 0.7em;
  }
}
@media (max-width: 768px) {
  .topOurFleet {
    font-size: 0.6em;
  }
}
@media (max-width: 485px) {
  .topOurFleet {
    font-size: 0.4em;
  }
}
.logosBar {
  background: #eee;
  padding-bottom: 13px;
}

.quickQuoteFormContainer {
  padding: 20px;
}

.blogWidget {
  background: #ececec;
  padding: 25px;
  margin-bottom: 1.4em;
}

.videoblogWidget {
  padding: 25px;
  margin-bottom: 1.4em;
  border: 1px solid #dedede;
}

.blogWidget h2, .videoblogWidget h2 {
  margin-top: 0;
}

.postExcerpt h2 {
  font-size: 22px;
  padding-right: 40px;
}
.postExcerpt h2 a {
  text-decoration: none;
}
.postExcerpt p {
  margin-bottom: 10px;
}

.thumb {
  min-width: 170px;
}

.blogWidget .thumb {
  float: left;
}

@media (max-width: 1200px) {
  .blogWidget img {
    width: 28%;
  }
}
@media (max-width: 992px) {
  .blogWidget img {
    width: 26%;
  }
}
@media (max-width: 768px) {
  .blogWidget img {
    width: 24%;
  }
}
.blogContent {
  margin-left: 32%;
}
.blogContent h2 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 30px;
}
.blogContent p {
  margin-top: 0;
  font-size: 22px;
  margin-bottom: 0.5em;
}

@media (max-width: 768px) {
  .blogContent {
    margin-left: 30%;
  }
}
.tagline, .tagline2 {
  background: #d0dae2;
}

.tagline ul {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 24px;
  margin-bottom: 1px;
  margin-left: 20px;
  padding-left: 0;
  color: #FFFFFF;
  font-size: 16px;
}

.tagline2 ul {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 24px;
  margin-bottom: 1px;
  margin-left: 20px;
  padding-left: 0;
  color: #FFFFFF;
}

.tagline li {
  background: url("../images/green-tick.png") no-repeat left center;
  line-height: 24px;
  padding-left: 22px;
  padding-right: 0px;
  margin: 0 15px;
  margin-left: 0;
  display: inline-block;
}

.tagline2 li {
  background: url("../images/green-tick.png") no-repeat left center;
  line-height: 44px;
  padding-left: 18px;
  padding-right: 0px;
  margin: 0 15px;
  margin-left: 0;
  display: inline-block;
}

@media (max-width: 1200px) {
  .tagline2 li {
    line-height: 22px;
    padding-left: 18px;
  }
}
.tagline li a {
  font-size: 13px;
  color: #083860;
  text-decoration: none;
}

.tagline2 li a {
  font-size: 11px;
  color: #083860;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .tagline2 li a {
    font-size: 9px;
    color: #083860;
    text-decoration: none;
  }
}
@media (max-width: 992px) {
  .tagline2 li a {
    font-size: 8px;
    color: #083860;
    text-decoration: none;
  }
}
@media (max-width: 1200px) {
  .tagline li {
    margin: 0 5px;
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .tagline li {
    margin: 0px;
    font-size: 10px;
  }
}
.call-us {
  line-height: 45px;
  font-size: 22px;
  font-weight: bold;
  padding-left: 60px;
  color: #77B136;
}
.call-us span {
  font-weight: bold;
  color: #fff;
}

.callUs span {
  color: #333333;
}

.phone span {
  color: #39B54A;
}

.followUs {
  display: block;
  float: right;
  height: 70px;
  position: relative;
  text-align: right;
  width: 220px;
}
.followUs img {
  width: 32px;
}

.socialIcons {
  margin-top: 15px;
  margin-bottom: 0;
}
.socialIcons p {
  margin-left: 45px;
}

.container {
  background: #fff;
}

.dropdown-menu li a {
  line-height: 2.5em;
}
.dropdown-menu li a:hover {
  background: transparent;
}
.dropdown-menu li:hover {
  background: #38AF4B;
}

.navbar {
  border: 0 none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  min-height: 0;
}

/* add this property to class .navbar when navar-im going to entire site */
.navbar-im {
  margin: auto !important;
}

.navbar-toggle-im {
  margin: 0;
}

/* end */
.nav > li > a {
  text-decoration: none;
}

@media (max-width: 1200px) {
  .nav > li > a {
    display: block;
    padding: 10px 23px;
    position: relative;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .nav > li > a {
    display: block;
    padding: 10px 7px;
    position: relative;
    line-height: 30px;
    font-size: 12px;
  }
}
.navbar-inverse {
  background: #083860;
  /* background: #083860 url(../images/top-menu-bg.jpg) repeat-x top left; */
}
.navbar-inverse .navbar-toggle {
  border-color: #fff;
}

.no-padding {
  padding: 0;
}

.no-bg {
  background: transparent;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}

.jumbotron {
  background-color: #fff;
  color: inherit;
  font-size: 21px;
  font-weight: 400;
  line-height: 2.14286;
  margin-bottom: 0;
  padding: 0;
}

.greyBg {
  background: #eee;
}

.topBan {
  margin-top: 20px;
  margin-bottom: 20px;
}

.videoThumbs {
  padding-left: 20px;
  padding-bottom: 20px;
}
.videoThumbs li {
  list-style: none;
  display: inline-block;
  padding: 20px 11px 0 11px;
}

.videos {
  background: #eee;
  text-align: center;
  line-height: 1.4em;
}
.videos p {
  margin: 0.8em 0;
}
.videos p a img {
  display: inline;
}
.videos a.viewMore {
  font-size: 18px;
  font-weight: normal;
}

@media (max-width: 992px) {
  .videos a.viewMore {
    font-size: 0.7em;
  }
}
@media (max-width: 768px) {
  .videos a.viewMore {
    font-size: 0.5em;
  }
}
@media (max-width: 485px) {
  .videos a.viewMore {
    font-size: 0.4em;
  }
}
.freeQuickQuoteHeader {
  color: #fff;
  margin: 0;
  margin-bottom: 15px;
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
}

.costCalculatorHeader {
  color: #cc0000;
  font-weight: 400;
  padding-bottom: 15px;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  border-bottom: 3px solid #d0dae2;
}

#surveyCostCalculator {
  background: #efefef;
  margin: 20px auto;
  padding: 10px 20px 30px 20px;
  width: 70%;
  text-align: center;
}

.quickLinksHeader {
  font-weight: 400;
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  border-bottom: 3px solid #d0dae2;
  text-transform: uppercase;
}

.quickLinks {
  margin: 30px 0;
}
.quickLinks a {
  display: block;
  padding-left: 20px;
  background: url(../images/right-green-round-arrow.png) left center no-repeat;
  line-height: 2.2em;
  color: #666;
  text-transform: uppercase;
  text-decoration: none;
}
.quickLinks a:hover {
  color: #38af4b;
}

.completeReservation, .completeReservationHomePage {
  position: relative;
  background: url(/images/reservation-bg.jpg) right bottom;
}

.member-login-buses {
  position: absolute;
  top: 25%;
  right: 3%;
}

@media (max-width: 1199px) {
  .member-login-buses {
    width: 18%;
    top: 34%;
    right: 1%;
  }
}
.member-login-buses-2 {
  position: absolute;
  top: 34%;
  right: 1%;
  width: 18%;
}

.completeReservation a {
  position: absolute;
  bottom: 32%;
  left: 83%;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  background-color: #38af4b;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}

.completeReservationHomePage a {
  position: absolute;
  bottom: 32%;
  left: 77%;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  background-color: #38af4b;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .completeReservationHomePage a {
    font-size: 0.7em;
    padding-left: 10px;
    padding-right: 10px;
    left: inherit;
    right: 2%;
  }
}
@media (max-width: 992px) {
  .completeReservation a {
    font-size: 0.7em;
    bottom: 22%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .completeReservationHomePage a {
    font-size: 0.5em;
    bottom: 10%;
    right: 1%;
    left: inherit;
  }
}
@media (max-width: 768px) {
  .completeReservation a {
    font-size: 0.6em;
    margin-top: 0.5em;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .completeReservationHomePage a {
    font-size: 0.5em;
    bottom: 10%;
    right: 2%;
    left: inherit;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 565px) {
  .completeReservation a, .completeReservationHomePage a {
    font-size: 0.3em;
  }
}
.bottomButtons {
  clear: both;
}
.bottomButtons a {
  color: #022C54;
  border: 2px solid #022C54;
  text-decoration: none;
  display: inline-table;
  width: 94%;
  padding: 3%;
  margin: 0 18px;
  background: #fff;
  cursor: pointer;
  position: relative;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  overflow: hidden;
}
.bottomButtons a:hover {
  color: #38af4b;
  border: 2px solid #38af4b;
  transition: all 0.8s;
}
.bottomButtons a p {
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.bottomButtons a span {
  font-size: 14px;
  text-transform: none;
  font-family: "Arial Narrow", Helvetica, sans-serif;
}

@media (max-width: 992px) {
  .bottomButtons a {
    display: list-item;
    width: auto;
    margin-bottom: 20px;
  }
}
.solutions h2 {
  color: #333333;
  font-size: 18px;
}
.solutions p {
  color: #333333;
  font-size: 14px;
  line-height: 20px;
}

ul.vehicles li {
  display: inline-table;
  padding: 8px;
  text-align: center;
}
ul.vehicles li a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding-top: 5px;
}
ul.vehicles li .icon {
  height: 155px;
  width: 155px;
}
ul.vehicles li .mc {
  background: url("../images/mc-icon.jpg") no-repeat scroll 0 0 transparent;
}
ul.vehicles li .sc {
  background: url("../images/sc-icon.jpg") no-repeat scroll 0 0 transparent;
}
ul.vehicles li .mb {
  background: url("../images/mb-icon.jpg") no-repeat scroll 0 0 transparent;
}
ul.vehicles li .lb {
  background: url("../images/lb-icon.jpg") no-repeat scroll 0 0 transparent;
}
ul.vehicles li .li {
  background: url("../images/li-icon.jpg") no-repeat scroll 0 0 transparent;
}
ul.vehicles li .va {
  background: url("../images/va-icon.jpg") no-repeat scroll 0 0 transparent;
}
ul.vehicles li .en {
  background: url("../images/en-icon.jpg") no-repeat scroll 0 0 transparent;
}

h2.vehicles {
  background: url("../images/vehicles-header.jpg") no-repeat center;
  height: 96px;
}
h2.tripTypes {
  background: url("../images/trip-types-header.jpg") no-repeat no-repeat center;
  height: 96px;
}
h2.eventTypes {
  background: url("../images/event-types-header.jpg") no-repeat no-repeat center;
  height: 96px;
}

ul.eventTypes {
  column-count: 3;
  -moz-column-count: 3;
  /* Firefox */
  -webkit-column-count: 3;
  /* Safari and Chrome */
  column-gap: 20px;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
}
ul.eventTypes li {
  background: url("../images/services-arrow-green.png") no-repeat scroll left center transparent;
  cursor: pointer;
  list-style: none outside none;
  padding-bottom: 5px;
  padding-left: 25px;
  padding-top: 5px;
}
ul.eventTypes li:hover {
  background: url("../images/services-arrow-black.png") no-repeat scroll left center transparent;
}

.getQuoteBox {
  border: 5px dashed #838383;
  border-radius: 15px 15px 15px 15px;
  min-height: 200px;
  margin-bottom: 40px;
  padding: 20px 300px 20px 20px;
  position: relative;
}
.getQuoteBox .btn {
  height: 50px;
  position: absolute;
  right: 30px;
  top: 20px;
  width: 206px;
}
.getQuoteBox .clickHere {
  color: #666666;
  font-size: 18px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 85px;
  width: 206px;
}
.getQuoteBox .phone {
  color: #669900;
  font-size: 2.4em;
  display: block;
  text-align: center;
}
.getQuoteBox .liveAgent {
  color: #333333;
  font-size: 18px;
  text-align: center;
}
.getQuoteBox .visit {
  color: #333333;
  font-size: 24px;
  text-align: center;
}

hr.services {
  background: none repeat scroll 0 0 #333333;
  height: 4px;
  margin: 30px 0;
}

.shareThis {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: right;
  text-transform: uppercase;
  margin-top: 10px;
}

.pane a.main {
  border-bottom: 1px solid #EEEEEE;
  color: #666666;
  display: block;
  padding-bottom: 7px;
  padding-left: 30px;
  padding-top: 7px;
}

.sitemap {
  padding: 10px;
}

.whyBusCharter {
  margin-top: 1.4em;
  position: relative;
}
.whyBusCharter .readMore {
  position: absolute;
  bottom: 10%;
  right: 6%;
  background: #38af4b;
  color: #fff;
  text-decoration: none;
  padding: 2px 20px;
}

@media (max-width: 767px) {
  .whyBusCharter {
    margin-top: 50px;
  }
}
@media (max-width: 992px) {
  .whyBusCharter .readMore {
    font-size: 0.7em;
  }
}
@media (max-width: 768px) {
  .whyBusCharter .readMore {
    font-size: 0.5em;
    padding: 2px 15px;
  }
}
@media (max-width: 485px) {
  .whyBusCharter .readMore {
    font-size: 0.4em;
    padding: 1px 10px;
  }
}
.sixFlagsBan {
  position: absolute;
  bottom: 6%;
  left: 3%;
  background: url(../images/sf-official-charter.png) no-repeat;
  width: 144px;
  height: 104px;
  text-decoration: none;
  padding: 2px 20px;
}

.gsaBan {
  position: absolute;
  bottom: 6%;
  left: 20%;
  background: url(../images/gsa-government-contractor.png) no-repeat;
  width: 144px;
  height: 104px;
  text-decoration: none;
  padding: 2px 20px;
}

.carousel-indicators {
  bottom: 0;
}

@media (max-width: 768px) {
  .carousel-indicators {
    display: none;
  }
}
.photoSlides {
  margin-top: 20px;
}

.top-menu-spacer {
  width: 80px;
}

@media (min-width: 768px) {
  .travelTips {
    background: url("../images/travel-tips.png") no-repeat scroll 100% 80% transparent;
    min-height: 235px;
    padding-right: 340px;
  }
}
@media (min-width: 768px) {
  .cotm {
    background: url("../images/city-of-the-month-banner.png") no-repeat scroll 100% 80% transparent;
    min-height: 220px;
    padding-right: 340px;
  }
}
/* -------------Our Fleet Page ----------------*/
.bs-fleet {
  list-style: none outside none;
  margin-bottom: 20px;
  padding-left: 0;
  width: 100%;
}
.bs-fleet li {
  border: 1px solid #fff;
  float: left;
  vertical-align: middle;
  font-size: 12px;
  width: 242px;
  height: 150px;
  text-align: center;
  position: relative;
}
.bs-fleet li a {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.bs-fleet li a.link {
  background: none repeat scroll 0 0 #AAAAAA;
  color: #FFFFFF;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #666666;
  position: absolute;
  bottom: 10px;
  width: 100%;
  font-family: 'Oswald',sans-serif;
}
.bs-fleet li a.link:hover {
  background: #cc0000;
}

@media (max-width: 991px) {
  .bs-fleet li {
    width: 240px;
  }
}
@media (max-width: 764px) {
  .bs-fleet li {
    width: 50%;
  }
}
@media (max-width: 522px) {
  .bs-fleet li {
    width: 100%;
  }
}
#fleetTabs .panes, #videoTabs .panes1 {
  padding-top: 20px;
}

#fleetTabs .tabs, #videoTabs .tabs1 {
  background: #E2E2E2 url("../images/tab-grey-bg.jpg") repeat-x bottom;
  min-height: 45px;
  margin: 0;
  padding: 0;
}

#fleetTabs .tabs li, #videoTabs .tabs1 li {
  display: inline-block;
  list-style: none outside none;
  padding: 0 15px;
}

#fleetTabs .tabs li a, #videoTabs .tabs1 li a {
  border-top: 5px solid transparent;
  color: #FFFFFF;
  font-family: 'Oswald',sans-serif;
  font-size: 16px;
  line-height: 50px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #666666;
  text-transform: uppercase;
}

#fleetTabs .tabs li a.current, #videoTabs .tabs1 li a.current {
  border-top: 5px solid #CC0000;
  color: #000000;
  text-shadow: 1px 1px 1px #EEEEEE;
}

.twoGreyLines {
  border-bottom: 1px solid #E8E8E8;
  border-top: 1px solid #E8E8E8;
  margin-bottom: 30px;
  padding: 10px 0;
}

.ourClients {
  padding-left: 0;
}
.ourClients li {
  color: #39B54A;
  font-family: 'Oswald';
  font-size: 24px;
  line-height: 40px;
  padding-right: 15px;
  display: inline;
}

.noticeTab {
  color: #CC0000;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: none;
}

/* -------------END Our Fleet Page ----------------*/
/* -------------BEGIN Contact Page ----------------*/
.liveAgentsQuotes {
  background: none repeat scroll 0 0 #19416D;
  color: #FFFFFF;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.contactInformation, .charterInformation, .pickupAndDestination, .additionalComments {
  padding: 0 2em 2em 2em;
  margin-bottom: 2em;
}

.contactInformation {
  background: #FFF5BF;
}

.charterInformation {
  background: #DEEAF3;
}

.pickupAndDestination {
  background: #ECF3DE;
}

.additionalComments {
  background: #fff;
  padding: 2em;
}

.callTitle {
  color: #333;
  font-family: 'Raleway',sans-serif;
  font-weight: 600;
  font-size: 18px;
}

.callTitleSidebar {
  color: #333;
  font-family: 'Raleway',sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin: 5px 0;
}

.member-login-button {
  position: absolute;
  top: 47%;
  right: 24%;
  font-size: 17px;
  text-decoration: none;
}
.member-login-button:hover {
  text-decoration: none;
}

@media (max-width: 1199px) {
  .member-login-button {
    right: 28%;
  }
}
.callNumberSidebar {
  margin: 5px 0;
  font-size: 14px;
}

.MailBoxHeader {
  margin-bottom: 10px;
}

#departmentContactWrapper {
  border: 1px solid #ddd;
  border-radius: 7px;
  padding: 1em;
  margin-bottom: 2em;
}
#departmentContactWrapper h2.MailBoxHeader {
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

@media (min-width: 1199px) {
  #departmentContactWrapper {
    background: url("../images/dept-bg.jpg") no-repeat right top;
  }
}
.msgRates {
  border: 2px dashed #ccc;
  padding: 1em;
}

.term {
  font-size: 0.8em;
  line-height: 1.2em;
  padding: 2em;
}

/* -------------END Contact Page ----------------*/
/* -------------BEGIN Cost Calculator ----------------*/
#tripPlanningForm {
  background: #ededed;
  padding: 1em;
}
#tripPlanningForm h3 {
  margin: 17px 0;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #tripPlanningForm h3 {
    margin: 15px 0;
    border-bottom: 1px solid #38af4b;
    padding-bottom: 5px;
    text-align: left;
  }
}
#tripPlanningForm .cc-contact-details h3 {
  border-bottom: 0 none;
}
@media (max-width: 768px) {
  #tripPlanningForm .cc-contact-details h3 {
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  #tripPlanningForm .form-group {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  #tripPlanningForm {
    padding: 0.8em;
  }
}

@media (max-width: 768px) {
  #cc-headers h1 {
    font-weight: bold;
    font-size: 21px;
    color: #083860;
    margin-top: 50px;
    margin-bottom: 0px;
  }
  #cc-headers h2 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
    font-weight: normal;
  }
}

@media (max-width: 768px) {
  .costCalculatorCouple {
    display: none;
  }
}

#calcRouteBtn {
  margin-top: 40px;
}
@media (max-width: 768px) {
  #calcRouteBtn {
    margin-top: 20px;
    width: 100%;
  }
}

#buses th {
  background: #00346E url("../images/table-header2.jpg") repeat-x scroll center bottom;
  color: #FFFFFF;
  font-family: 'Raleway',sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 2.5em;
}
#buses td {
  vertical-align: middle;
}

#getFreeQuote {
  font-weight: bold;
  margin-top: 10px;
  padding: 10px 20px;
  text-transform: uppercase;
}

#map_canvas {
  border: 1px solid #CCCCCC;
  height: 330px;
  width: 100%;
}

.chooseFleet td.total {
  color: #CC0000;
  font-size: 18px;
  font-weight: bold;
}
.chooseFleet td.name {
  color: #38AF4B;
  font-size: 18px;
  font-weight: bold;
  padding-left: 20px;
}

#travelDetails {
  border: 1px solid #ccc;
  background: #ededed;
}
#travelDetails h3 {
  color: #333;
  padding: 5px 0;
  margin-bottom: 5px;
}
#travelDetails table {
  border: 0;
}

.costCalculatorCouple {
  padding-top: 40px;
}

.cc-note {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

/* -------------END Cost Calculator ----------------*/
.sfFormHead {
  background: #083860;
  color: #fff;
  padding: 20px 10px;
  text-transform: uppercase;
  font-family: 'Raleway',sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 1.4em;
}

/* -------------BEGIN City Pages ----------------*/
#Bus_Charter_City_Menu {
  width: 100%;
}
#Bus_Charter_City_Menu table {
  width: 100%;
}
#Bus_Charter_City_Menu table td {
  padding: 2px 10px;
}

/* -------------END City Pages ----------------*/
/* -------------BEGIN Partners Pages ----------------*/
.partnerslist {
  padding-bottom: 15px;
}
.partnerslist > div > img {
  border: 1px solid #ccc;
}

@media (max-width: 767px) {
  .partnerslist {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .partnerslist > div > img {
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
/* -------------END Partners Pages ----------------*/
.center {
  text-align: center;
}
.center img {
  margin-left: 4em;
}

@media (max-width: 1200px) {
  .center img {
    margin-left: 0;
  }
}
h2.bwHead {
  text-align: center;
  border-bottom: 1px solid #dedede;
}

.oswald {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  color: #333;
  font-weight: normal;
  margin-bottom: 10px;
}

ul.ib {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.ib li {
  display: inline;
}
ul.wrapGallery > li {
  display: inline-table;
  margin: 9px;
  vertical-align: top;
  cursor: pointer;
}
ul.wrapGallery li img {
  border: 2px solid #fff;
  display: block;
  -moz-box-shadow: 2px 2px 2px #999;
  -webkit-box-shadow: 2px 2px 2px #999;
  box-shadow: 2px 2px 2px #999;
}

.tooltip {
  display: none;
  font-size: 11px;
  color: #fff;
}
.tooltip a {
  color: #fff;
  text-decoration: none;
  padding: 5px;
  font-size: 14px;
}
.tooltip a:hover {
  text-decoration: underline;
}

.thumbTitle {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 14px;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 2px;
  text-align: center;
  display: block;
}

/* Sliders Locations */
#slidersContainerLocations {
  position: relative;
  float: left;
}
#slidersContainerLocations div {
  display: none;
}

/* End Locations */
.location {
  font-size: 15px;
}

.locationsList {
  display: none;
  font-size: 12px;
  line-height: 18px;
}
.locationsList a.current {
  font-weight: bold;
  color: #cc0000;
}

p.title {
  font-weight: bold;
  margin-bottom: 5px;
}

ul.tabsLocations {
  display: none;
}

.locationsTable td {
  padding: 0.5em 0;
}

.navigationLocations {
  width: 368px;
}
.navigationLocations button {
  text-transform: uppercase;
  font-weight: bold;
  border: 0 none;
  padding: 4px 1px;
  color: #999;
}
.navigationLocations button.next {
  margin-top: 1.3em;
  padding-right: 25px;
  padding-left: 10px;
  background: #efefef url(../images/right-arrow-big2.png) no-repeat 90% 50%;
}
.navigationLocations button.prev {
  margin-top: 1.3em;
  padding-left: 25px;
  padding-right: 10px;
  background: #efefef url(../images/left-arrow-big2.png) no-repeat 10% 50%;
}
.navigationLocations button.next:hover {
  color: #333;
  background: #efefef url(../images/right-arrow-big2-active.png) no-repeat 90% 50%;
}
.navigationLocations button.prev:hover {
  color: #333;
  background: #efefef url(../images/left-arrow-big2-active.png) no-repeat 10% 50%;
}

.slideLocations h3 {
  color: #cc0000;
  font-size: 16px;
  text-transform: uppercase;
}

/*--- ?? -----*/
.contactlist dt {
  transform-style: strong;
  color: #333333;
  text-align: left;
}

@media (max-width: 768px) {
  .dditem {
    padding-bottom: 1em;
  }
}
/*--------------BEGIN Bus Charter Special Pages --------------*/
ul.discounts {
  margin-bottom: 40px;
}
ul.discounts li {
  padding: 10px 20px 10px 30px;
  font-size: 16px;
  font-weight: bold;
  list-style: none;
  list-style-image: none;
  color: #333;
  background: url(../images/arrow-right.png) no-repeat left center;
}
ul.discounts li span {
  color: #38AF4B;
  font-style: italic;
  font-size: 12px;
}
ul.benefits {
  margin-bottom: 1.3em;
}
ul.benefits li {
  padding: 10px 20px 10px 30px;
  font-size: 12px;
  font-weight: bold;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  list-style: none;
  list-style-image: none;
  color: #cc0000;
  background: url(../images/tick.png) no-repeat left center;
}

/*-------------END Bus Charter Special Pages ------------*/
/*-------------Bus Wrap Of The Month ------------*/
#bwotm-wrapper {
  position: relative;
  padding-top: 30px;
}

@media (max-width: 767px) {
  #bwotm-wrapper {
    padding-top: 60px;
  }
}
/*-------------END Bus Wrap Of The Month ------------*/
/*-------------POI Accordion ------------*/
#accordion div.pane {
  display: none;
}
#accordion h2 {
  background: none repeat scroll 0 0 #EEEEEE;
  color: #000000;
  cursor: pointer;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -1px;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sidebarHeader {
  background: none repeat scroll 0 0 #EEEEEE;
  color: #000000;
  cursor: pointer;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -1px;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#accordion h2:hover, .sidebarHeader:hover {
  background: none repeat scroll 0 0 #39B54A;
  color: #FFFFFF;
}

.cbt {
  background: none repeat scroll 0 0 #38AF4B;
  color: #FFFFFF;
  margin-top: 0;
  padding: 10px;
  text-decoration: none;
}
.cbt:hover {
  background: none repeat scroll 0 0 #309C42;
  text-decoration: none;
  color: #FFFFFF;
}

table.packages {
  border: 1px solid #172F84;
  border-collapse: collapse;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  margin-bottom: 30px;
}
table.packages td {
  background: none repeat scroll 0 0 #EEF0FD;
  border: 1px solid #172F84;
}
table.packages td.name {
  background: none repeat scroll 0 0 #172F84;
  color: #F9F9F9;
  font-size: 16px;
  font-weight: bold;
}

/*-------------POI Accordion END ------------*/
hr.newsSeparator {
  background: url("../images/swoosh.jpg") no-repeat scroll center center transparent;
  color: #EEEEEE;
  height: 55px;
  margin-bottom: 20px;
  margin-top: 20px;
  border-top: none;
}

.bg-wrapper {
  background: url("../images/content-box-gradient.jpg") repeat-x scroll left bottom #53718F;
  color: #fff;
}

.prContent {
  background: none repeat scroll 0 0 #1D3F64;
  border: 1px solid #CCCCCC;
  border-radius: 15px;
  padding: 15px;
}

.tableSpecials h4 {
  color: #38af4b;
  margin-top: 0;
}
.tableSpecials .description {
  font-size: 12px;
  margin-bottom: 5px;
}
.tableSpecials .promocode {
  margin-bottom: 5px;
  font-size: 14px;
}
.tableSpecials .expiry {
  color: #cc0000;
  font-size: 12px;
  font-weight: bold;
}
.tableSpecials .phone {
  color: #38af4b;
  font-size: 16px;
  margin-bottom: 10px;
}
.tableSpecials tbody tr td {
  padding: 20px 10px;
}
.tableSpecials td.action {
  text-align: right;
}
.tableSpecials td.action a {
  text-decoration: none;
  text-transform: uppercase;
}

footer .container {
  background: transparent;
}

.waringinfo {
  color: #CC0000;
}

.rowwidth {
  max-width: 600px;
}

.rlstitlle {
  font-weight: bold;
}

#freeQuoteBox {
  padding: 30px 20px 20px 20px;
  max-width: 400px;
  margin: 0 auto 0 auto;
}

.sfHome {
  padding: 20px 10px 0px 10px;
}

.ipaimg {
  padding-bottom: 25px;
}

.midweek {
  font-size: 16px;
  font-weight: 500;
}

.news h2 {
  font-size: 24px;
}

.newsletter {
  margin-bottom: 30px;
}

.newsletteremail {
  margin-top: 6px;
  margin-bottom: 0;
}

.nslfooter {
  background: url(../images/newsletter-border.png) repeat-x top left;
  border: none;
  padding-top: 25px;
  margin: 0;
}

.nslheader {
  background: url(../images/newsletter-border.png) repeat-x bottom left;
  border: none;
  padding-bottom: 25px;
}

.nslinfo {
  padding-right: 200px;
  float: right;
  margin-bottom: 0;
}

.img-nsl {
  float: right;
  margin: 20px 40px 0 0;
}

.clear {
  clear: both;
}

.nsltittle {
  text-transform: uppercase;
  color: #df4948;
  font-size: 32px;
  font-family: "Times New Roman", Times, serif;
  letter-spacing: 3px;
}

.acordinfaq {
  border: none;
  border-radius: 0 !important;
  box-shadow: none;
}
.acordinfaq > .panel-heading {
  padding: 0;
}
.acordinfaq a {
  text-decoration: none;
  display: block;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border: none;
}

.newslettercheckbox > label.error {
  display: block;
  text-align: left;
}

.envelopebackground {
  background-image: url("/images/newletter-img.png");
  background-repeat: no-repeat;
  padding-bottom: 0;
  background-position: 90% 20%;
}

.bodyheader {
  margin: 0;
  padding: 0;
}

.botban {
  border: solid 1px #ccc;
}

.sideboxheader {
  color: #333;
  border-color: #dedede;
}

ul.packageList {
  border: 1px dotted #dedede;
  border-radius: 5px;
  padding-left: 0;
}
ul.packageList li {
  border-bottom: 1px dotted #dedede;
}
ul.packageList li:last-child {
  border-bottom: none;
}
ul.packageList li p {
  padding: 0 20px;
}
ul.packageList .package {
  padding-top: 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0 0 5px 0;
  letter-spacing: 1px;
}
ul.packageList .price {
  color: #39B549;
  padding-bottom: 10px;
  font-size: 18px;
  margin: 0 0 5px 0;
}
ul.packageList .price span {
  color: #fff;
  background: #39B549;
  padding: 1px 2px;
  border-radius: 5px;
}
ul.packageList li {
  list-style: none;
}

/*--- Blog ---*/
.blogcategory {
  font-size: 12px;
}

/* --- Specials Page Accordin ---*/
.specialsaccordin .panel {
  border: none;
  overflow: inherit;
}
.specialsaccordin > .panel > .panel-heading {
  padding: 0;
  border-radius: 0;
}

.specialsbody {
  padding: 0;
}

.specialsheader {
  background: none repeat scroll 0 0 #39B54A !important;
  color: #FFF !important;
  font-size: 28px !important;
  height: 185px;
  padding: 0;
  line-height: 185px;
  text-align: center;
}

.acordinlink {
  text-decoration: none !important;
}

.accordinheader {
  position: relative;
}

.backgroundsepcials {
  position: absolute;
  bottom: 0%;
}
.backgroundsepcials > h2 {
  background: rgba(0, 0, 0, 0.7) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)" !important;
  color: white !important;
  font-size: 23px !important;
  padding: 10px !important;
  font-family: 'Oswald', sans-serif;
  letter-spacing: normal !important;
}

.tuesdayaccordion {
  margin: 0;
  font-weight: normal;
}

.tuesdaypannel {
  padding: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.tuesdayheadpanel {
  border: none;
}

/* -- END --*/
.rtgimg {
  width: 100%;
}

.whychoose {
  border: none;
  margin: 0 0 10px 0;
  padding: 15px;
  background: #38af4b;
}
.whychoose a {
  color: #fff;
  text-decoration: none;
}

.categoryheader {
  background-color: transparent !important;
  cursor: default !important;
  font-size: 20px !important;
  padding: 0 !important;
  cursor: default !important;
  letter-spacing: normal !important;
}
.categoryheader:hover {
  background-color: transparent !important;
  color: #000000 !important;
}

.firstcategory {
  padding: 20px 10px !important;
}

.categorylist {
  list-style: none;
  margin-top: 20px;
}
.categorylist a {
  text-decoration: none;
}

/*-- responsive iframe --*/
.video-container {
  position: relative;
  margin-top: 15px;
  padding-bottom: 56.3%;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videodescr {
  margin-top: 15px;
}

/*-- Tiny Slider Begin --*/
#slider5 {
  width: 100% !important;
}
#slider5 .overview {
  margin: 0;
  padding: 0;
  width: 100% !important;
}
#slider5 .overview li {
  height: 111px !important;
}
#slider5 .buttons {
  border-radius: 0 !important;
  margin: 10px 0 !important;
}
#slider5 .viewport {
  height: 537px !important;
}
#slider5 .prev {
  background: url(/images/arrow-up.png) no-repeat top center !important;
  background-position: 49% -23px !important;
  width: 100% !important;
  height: 13px !important;
}
#slider5 .prev:hover {
  background-position: 49% 0 !important;
}
#slider5 .next {
  background: url(/images/arrow-down.png) no-repeat top center !important;
  background-position: 49% -23px !important;
  width: 100% !important;
  height: 13px !important;
}
#slider5 .next:hover {
  background-position: 49% 0 !important;
}

@media (max-width: 1200px) {
  #slider5 .overview li {
    width: 130px !important;
    height: 91px !important;
  }
}
@media (max-width: 1200px) {
  #slider5 .viewport {
    height: 438px !important;
  }
}
/*--- 


---*/
#slider1 {
  margin: 0 !important;
  padding: 0 85px !important;
}
#slider1 .overview {
  padding-left: 0px !important;
}
#slider1 .overview li {
  margin: 20px 10px !important;
  height: 80px !important;
  width: 140px !important;
  border: none !important;
}
#slider1 .buttons {
  border-radius: 0 !important;
  margin: 45px 10px !important;
}
#slider1 .prev {
  background: url(/images/arrow-left-1.png) no-repeat top center !important;
  background-position: 0 -40px !important;
  width: 13px !important;
  height: 30px !important;
}
#slider1 .prev:hover {
  background-position: 0 0 !important;
}
#slider1 .next {
  background: url(/images/arrow-right-1.png) no-repeat top center !important;
  background-position: 0 -40px !important;
  width: 13px !important;
  height: 30px !important;
}
#slider1 .next:hover {
  background-position: 0 0 !important;
}

@media (max-width: 750px) {
  #slider1 {
    padding: 0 30px !important;
  }
}
.slidervertical {
  margin-bottom: -23px;
}

/* ---- */
#slider1 .overview2 {
  padding-left: 0px !important;
}
#slider1 .overview2 li {
  margin: 20px 10px !important;
  height: 80px !important;
  width: 140px !important;
  border: none !important;
}
#slider1 .buttons2 {
  border-radius: 0 !important;
  margin: 45px 10px !important;
}
#slider1 .prev2 {
  background: url(/images/arrow-left-1.png) no-repeat top center !important;
  background-position: 0 -40px !important;
  width: 13px !important;
  height: 30px !important;
}
#slider1 .prev2:hover {
  background-position: 0 0 !important;
}
#slider1 .next2 {
  background: url(/images/arrow-right-1.png) no-repeat top center !important;
  background-position: 0 -40px !important;
  width: 13px !important;
  height: 30px !important;
}
#slider1 .next2:hover {
  background-position: 0 0 !important;
}

/* --- */
/* -- Tiny Slider End --*/
.modal-body1 {
  position: relative;
  padding: 20px;
}

.taglist {
  padding-top: 14px;
}

@media (max-width: 768px) {
  .tagline li {
    background: none;
    margin: auto;
    margin-left: 0;
    line-height: 17px;
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  .tagline ul {
    line-height: 15px;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .taglist {
    padding-top: 4px;
  }
}
@media (max-width: 768px) {
  .tagline li a {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .completeReservation {
    margin-top: 8px;
  }
}
.phone-main {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
}
.phone-main:hover {
  text-decoration: none;
}

.call-button {
  background: #38af4b;
  color: white;
  padding: 10px;
}
.call-button:hover {
  color: #fff;
}

@media (max-width: 768px) {
  .margin-15 {
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.grayscale {
  background: #eaeaea;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eaeaea 3%, #cdcdcd 98%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #eaeaea), color-stop(98%, #cdcdcd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eaeaea 3%, #cdcdcd 98%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eaeaea 3%, #cdcdcd 98%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eaeaea 3%, #cdcdcd 98%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eaeaea 3%, #cdcdcd 98%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#cdcdcd',GradientType=0 );
  /* IE6-9 */
}

.secondslider {
  list-style-type: none;
  margin: 0;
}

.busbtn {
  background: #38af4b;
  padding: 7px;
  width: 100%;
  font-size: 12px;
  text-align: center;
  font-family: 'Oswald',sans-serif;
}
.busbtn a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .ccpadding {
    padding-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .ccpadding {
    padding-bottom: 2px;
  }
}
@media (min-width: 1200px) {
  .ccpadding {
    padding-bottom: 0;
  }
}
.galleryvideotitlle {
  font-size: 14px;
}

/* VIDEO RESPONSIVE */
.video-container {
  position: relative;
  margin-top: 15px;
  padding-bottom: 56.3%;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container-mainpage {
  position: relative;
  top: 8%;
  padding-bottom: 64.5%;
  height: 0;
  overflow: hidden;
  margin-top: 25px;
}
.video-container-mainpage iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 64em) {
  .video-container-mainpage {
    width: 100%;
    margin-top: 0;
    top: 0;
    left: 0;
    margin: 20px 0;
  }
}
.video-container-mainpage-banner {
  position: relative;
  top: 8%;
  padding-bottom: 40.1%;
  height: 0;
  overflow: hidden;
}
.video-container-mainpage-banner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* END */
#qf_section_2, #qf_section_3 {
  display: none;
}

.content a {
  text-decoration: none;
}

.carousel-indicators-none {
  display: none;
}

/* Google Search Engine */
.gsc-control-cse {
  background-color: transparent;
  border: none;
  width: 300px;
}

.gsc-result .gs-title {
  height: 2.4em;
}

table.gsc-search-box td.gsc-input {
  padding-right: 0;
  padding-right: 0;
}

.cse input.gsc-search-button, input.gsc-search-button {
  border: none;
  background-color: #38af4b;
  color: #fff;
  border-radius: 0;
  height: 100%;
  margin: 0;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding: 0;
}

input.gsc-input {
  width: 100%;
  border: none;
  background: none !important;
  background-color: #fff !important;
}

div.gsc-clear-button {
  display: none;
}

.gs-webResult.gs-result a.gs-title:link, .gs-imageResult a.gs-title:link, .gs-webResult.gs-result a.gs-title:visited, .gs-imageResult a.gs-title:visited {
  color: #38af4b;
}
.gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link b, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited b {
  color: #38af4b;
}

.gs-result .gs-title {
  text-decoration: none;
  font-family: Oswald, sans-serif;
}
.gs-result .gs-title * {
  text-decoration: none;
  font-family: Oswald, sans-serif;
}

.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
  font-family: Arial, Helvetica, sans-serif;
}

.gsc-url-top, .gsc-url-bottom {
  display: none;
}

.cse .gsc-webResult.gsc-result, .gsc-webResult.gsc-result, .gsc-imageResult-column, .gsc-imageResult-classic {
  padding: .1em;
}

.cse .gsc-webResult.gsc-result, .gsc-webResult.gsc-result, .gsc-imageResult-column, .gsc-imageResult-classic {
  margin-bottom: 0;
}

/* END */
.btn-primary.disabled, .btn-primary[disabled] {
  border-color: transparent;
  background-color: #38AF4B;
}

fieldset[disabled] .btn-primary {
  border-color: transparent;
  background-color: #38AF4B;
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover {
  border-color: transparent;
  background-color: #38AF4B;
}

fieldset[disabled] .btn-primary:hover {
  border-color: transparent;
  background-color: #38AF4B;
}

.btn-primary.disabled:focus, .btn-primary[disabled]:focus {
  border-color: transparent;
  background-color: #38AF4B;
}

fieldset[disabled] .btn-primary:focus {
  border-color: transparent;
  background-color: #38AF4B;
}

.btn-primary.disabled:active, .btn-primary[disabled]:active {
  border-color: transparent;
  background-color: #38AF4B;
}

fieldset[disabled] .btn-primary:active {
  border-color: transparent;
  background-color: #38AF4B;
}

.btn-primary.disabled.active, .btn-primary[disabled].active {
  border-color: transparent;
  background-color: #38AF4B;
}

fieldset[disabled] .btn-primary.active {
  border-color: transparent;
  background-color: #38AF4B;
}

.modal-content-video {
  box-shadow: none;
  background-color: transparent;
}

.tips {
  font-family: 'Oswald',sans-serif;
}

.tp_-_box {
  margin-top: 15px;
}

.navmenu, .navbar-offcanvas {
  width: 200px !important;
  padding-top: 140px;
}

.click-to-call > a {
  font-size: 16px;
  margin-right: 7px;
  margin-top: 7px;
  padding: 2px 5px;
  text-decoration: none;
  border-radius: 5px;
  background: #43B64F;
  color: #fff;
  display: inline-block;
  transition-property: background;
  transition-duration: 0.5s;
  transition-timing-function: easy-in;
}
.click-to-call > a:hover {
  background: #083860;
}

.introduction-text {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.green-line {
  border-top: 2px solid #41ae4f;
}

.pope-page-header {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #333333;
}

.pope-page-bus-desc {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 767px) {
  .pope-page-bus-desc {
    padding-left: 0;
    padding-right: 0;
  }
}
.pope-italic {
  font-size: 14px;
  font-style: italic;
  margin-top: 40px;
  margin-bottom: 50px;
}

/*--------- MOBILE TOP NAV------*/
/*--------- ICONS MOBILE ------*/
.row-white {
  background: white;
}

.fixed-container {
  left: 0 !important;
  right: 0 !important;
  background-color: white;
  padding: 10px 10px 10px 0;
}

@media (max-width: 375px) {
  .fixed-container {
    padding: 10px 15px 10px 0;
  }
}
@media (max-width: 320px) {
  .fixed-container {
    padding: 10px 25px 10px 0;
  }
}
.margin-fixed-top {
  padding: 10px 0;
}

.mobile-logo {
  max-width: 193px;
}

/*----- Live Chat ----*/
.live-chat-img {
  float: left;
  margin-right: 20px;
}

.panel-default:last-child {
  margin-bottom: 30px !important;
}

/*------ OffCanvas Menu ----*/
.navmenu-nav.dropdown-menu {
  position: relative;
}

.list-clear {
  list-style: none;
}

/*--- General Special Plate ---*/
.general-specials-plate {
  background-color: #000;
  padding: 2px;
  height: 370px;
  margin-bottom: 30px;
}
.general-specials-plate h2 {
  background-color: #ffcc33;
  color: #000;
  margin: 0;
  margin-top: 2px;
  text-align: center;
  padding: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
}
.general-specials-plate p {
  color: #fff;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  font-size: 18px;
}
.general-specials-plate p > span {
  color: #ffcc33;
}

.gen-des-small {
  font-size: 16px !important;
}

/*-- Special Offers --*/
.reset-m-p {
  margin: 0;
  padding: 0;
}

.bg-black {
  background-color: #efefef;
  margin-left: 0;
  margin-right: 0;
}

.bg-yellow {
  background-color: #38af4b;
  color: #fff;
  padding: 5px;
}

.special-offers h2 {
  font-size: 28px;
  font-weight: bold;
  color: #38AF4B;
  margin-top: 18px;
  margin-bottom: 9px;
}

.gen-spec-note {
  font-size: 11px;
}

.spec-bg {
  background-image: url("/images/general-any-trip.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 186px;
  width: auto;
}

.spec-bg1 {
  background-image: url("/images/general-day-trip.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 186px;
  width: auto;
}

.spec-bg2 {
  background-image: url("/images/general-night-trip.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 205px;
  width: auto;
}

.spec-bg3 {
  background-image: url("/images/general-corpo-trip.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 245px;
  width: auto;
}

.spec-bg4 {
  background-image: url("/images/general-student-trip.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 205px;
  width: auto;
}

.spec-bg5 {
  background-image: url("/images/general-religious-trip.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 221px;
  width: auto;
}

.so-desc {
  font-size: 14px;
  color: #022C54;
  margin: 0;
}
.so-desc span {
  color: #38AF4B;
}

.special-offers hr {
  border-color: #38AF4B;
  margin-top: 35px;
  margin-bottom: 12px;
}

.so-small {
  color: #022C54;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
}

.special-offers a {
  color: #38AF4B;
  text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .special-offers h2 {
    margin-top: 10px;
  }
  .special-offers hr {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .so-small {
    margin-bottom: 15px;
  }
}
/* Banner Home */
.new-ban-cc {
  margin-top: 20px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .new-ban-cc {
    /*margin-top: 50px;*/
  }
}
.trustpilot-widget {
  border: 1px solid #dedede;
}

.reserv-ban-home-page {
  padding-right: 0;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .cc-ban-home-page {
    padding-left: 15px;
  }
  .cc-ban-home-page img {
    margin: auto;
  }

  .reserv-ban-home-page img {
    margin: auto;
  }

  .cc-ban-home-page img {
    margin-bottom: 20px;
    margin-top: 30px;
    width: 100%;
  }

  .reserv-ban-home-page {
    padding-right: 15px;
  }
}
/* Office Location */
.location-row {
  padding: 0;
  padding-left: 30px;
  margin-bottom: 15px;
}
.location-row p {
  margin: 0;
}

.border-img-small {
  float: left;
  width: 23%;
  border: 1px solid #eee;
  padding: 5px;
  margin-right: 15px;
}

.quote-box {
  position: relative;
}
.quote-box p {
  padding: 15px 25px;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  font-size: 15px;
  margin-bottom: 0;
}

img.arrow-quote {
  position: absolute;
  bottom: -20px;
  left: 40px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  img.arrow-quote {
    left: 5px;
  }
}
p.quote-sign {
  margin-top: 0;
  font-size: 10px;
  float: right;
  background-color: #fff;
  border: none;
  padding: 0;
}

.office-location-row {
  text-align: center;
}
.office-location-row img {
  margin: auto;
}
.office-location-row h2 {
  margin-top: 0;
  font-weight: normal;
}
.office-location-row p {
  margin: 0;
  font-size: 15px;
}

@media (max-width: 767px) {
  .office-location-row img {
    margin-bottom: 15px;
  }
}
.img-tooltip {
  position: absolute;
  margin: 0;
  padding: 0;
}

.pricelineSliderWrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.priceline-logo {
  position: absolute;
  top: 18%;
  right: 42%;
}

#carousel-priceline .carousel-caption {
  font-size: 56px;
  line-height: 74px;
  bottom: 25%;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  #carousel-priceline {
    margin-top: 30px;
  }
}
@media (max-width: 1120px) {
  #carousel-priceline .carousel-caption {
    font-size: 45px;
    line-height: 44px;
    bottom: 20%;
  }
}
@media (max-width: 940px) {
  #carousel-priceline .carousel-caption {
    font-size: 40px;
    line-height: 44px;
    bottom: 17%;
  }
}
@media (max-width: 750px) {
  #carousel-priceline .carousel-caption {
    font-size: 32px;
    line-height: 38px;
    bottom: 15%;
  }
}
@media (max-width: 570px) {
  #carousel-priceline .carousel-caption {
    font-size: 22px;
    line-height: 30px;
    bottom: 5%;
  }
}
@media (max-width: 1199px) {
  .priceline-logo {
    display: none;
  }
}
.our-brands {
  margin-bottom: 20px;
  margin-top: 10px;
}

#group-bookings-form {
  max-width: 800px;
  padding: 20px;
  border: 1px solid #ccc;
  margin: 0 auto;
  margin-bottom: 40px;
  background: #efefef;
}
#group-bookings-form h2 {
  margin-top: 0;
}

.social-icons {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.social-icons ul.icons {
  padding-left: 0;
}
.social-icons ul.icons li {
  list-style: none;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.hid-field {
  display: none;
}

.trust-pilot-cc, trust-pilot-cc-hidden {
  margin-top: 30px;
}

.trust-pilot-cc-hidden {
  display: none;
}

.fb-like-top {
  position: absolute !important;
  right: 230px;
  top: 23px;
}

.fb-like-bottom {
  margin-bottom: 20px;
}

.sf-transportation-included {
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 3px;
  background: url("/images/round-trip-transportation.jpg") no-repeat 20px center;
  padding: 20px;
  padding-left: 90px;
}

.cc-contact-details {
  padding-bottom: 20px;
}

/*# sourceMappingURL=style-rwd2.css.map */
