@import "https://britmovietours.com/wp-content/themes/bmt/a/css/tour-mailchimp.css";
.anim {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wan {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pt {
  font-family: "pt-sans", sans-serif;
}
.ftr {
  font-family: "felt-tip-roman", sans-serif;
}
.oh {
  overflow: hidden;
}
.ti {
  text-indent: -9999em;
}
.fr {
  float: right;
  display: inline;
}
.fl {
  float: left;
  display: inline;
}
.strap {
  width: 1160px;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  clear: both;
}
@media only screen and (max-width: 1170px) and (min-width: 970px) {
  .strap {
    width: 940px;
  }
}
@media only screen and (max-width: 969px) and (min-width: 750px) {
  .strap {
    width: 720px;
  }
}
@media only screen and (max-width: 749px) and (min-width: 480px) {
  .strap {
    width: 450px;
  }
}
.ml10px {
  margin-left: 0.8620689655172413%;
}
.mr10px {
  margin-right: 0.8620689655172413%;
}
.col-2,
.col-3,
.col-4,
.col-6,
.col-8,
.col-10,
.col-12 {
  float: left;
  display: inline;
  margin-right: 0.8620689655172413%;
  margin-left: 0.8620689655172413%;
}
.col-2 {
  width: 14.94%;
}
.col-3 {
  width: 23.27%;
}
.col-4 {
  width: 31.6%;
}
.col-6 {
  width: 48.26%;
}
.col-8 {
  width: 64.92%;
}
.col-10 {
  width: 81.58%;
}
.col-12 {
  width: 98.27%;
  clear: both;
}
body {
  background: #fff url("https://britmovietours.com/wp-content/themes/bmt/a/img/top-bg.jpg") no-repeat top center;
  background-size: 100% auto;
  color: #333;
  font-size: 14px;
  font-family: "pt-sans", sans-serif;
}
@media only screen and (max-width: 500px) {
  body {
    background: #fff url("https://britmovietours.com/wp-content/themes/bmt/a/img/mobile-bg.png") no-repeat top center;
  }
}
#header-menu {
  display: block;
  clear: both;
  overflow: visible;
  padding-top: 30px;
  padding-bottom: 16px;
  font-size: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 749px) {
  #header-menu {
    display: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}
#header-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1214px) {
  #header-menu ul {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 749px) {
  #header-menu ul {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#header-menu ul li {
  margin: 0;
  padding: 0;
  width: 210px;
}
@media (max-width: 1214px) {
  #header-menu ul li {
    width: auto;
  }
}
@media (max-width: 749px) {
  #header-menu ul li {
    width: 100%;
    margin-bottom: 1px;
  }
}
#header-menu ul li a {
  display: block;
  background: #0e76bc;
  color: #fff;
  width: 100%;
  height: 55px;
  line-height: 56px;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 1214px) {
  #header-menu ul li a {
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 800px) {
  #header-menu ul li a {
    height: 40px;
  }
}
#header-menu ul li a:hover {
  text-decoration: none;
  opacity: .9;
}
#header-menu ul li a[href="#"] {
  cursor: default;
}
#header-menu ul li a[href="#"]:hover {
  opacity: 1;
}
#header-menu > ul {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 1214px) {
  #header-menu > ul {
    margin-left: 8px;
    margin-right: 8px;
  }
}
#header-menu > ul > li {
  display: inline-block;
  position: relative;
  margin-right: 22px;
}
#header-menu > ul > li:last-of-type {
  margin-right: 0;
}
@media (max-width: 1214px) {
  #header-menu > ul > li {
    display: block;
    margin-right: 15px;
  }
}
@media (max-width: 749px) {
  #header-menu > ul > li {
    margin-right: 0;
  }
}
@media (min-width: 750px) {
  #header-menu > ul > li {
    flex: 1;
  }
}
#header-menu > ul > li .sub-menu {
  top: 100%;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 101;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
}
#header-menu > ul > li .sub-menu li {
  display: block;
}
#header-menu > ul > li .sub-menu li a {
  background: #0C69A8;
}
#header-menu > ul > li .sub-menu li:nth-child(even) a {
  background-color: #075990;
}
#header-menu > ul > li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#header {
  width: 1160px;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  clear: both;
  overflow: visible;
  padding-top: 32px;
}
@media only screen and (max-width: 1170px) and (min-width: 970px) {
  #header {
    width: 940px;
  }
}
@media only screen and (max-width: 969px) and (min-width: 750px) {
  #header {
    width: 720px;
  }
}
@media only screen and (max-width: 749px) and (min-width: 480px) {
  #header {
    width: 450px;
  }
}
#header #logo {
  float: left;
  display: inline;
  width: 24.051724137931036%;
  margin-left: 0.8620689655172413%;
}
@media only screen and (max-width: 969px) and (min-width: 750px) {
  #header #logo {
    width: 283px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 749px) {
  #header #logo {
    width: 70%;
    margin-left: 15%;
    padding-top: 30px;
  }
}
#header #logo img {
  width: 100%;
  height: auto;
  display: block;
}
#header #head-menu {
  clear: both;
  padding: 30px 0 14px;
  margin: 0;
  text-align: center;
  overflow: hidden;
}
#header #head-menu li {
  float: left;
  display: inline;
  margin-right: 0.8620689655172413%;
  margin-left: 0.8620689655172413%;
  width: 23.27%;
}
#header #head-menu li a {
  font-size: 16px;
  line-height: 16px;
  padding: 16px 0;
  color: #fff;
  background: #0e76bc;
  width: 100%;
  text-transform: uppercase;
  display: block;
}
#header #head-menu li a:hover {
  text-decoration: none;
  opacity: .9;
}
@media only screen and (max-width: 969px) and (min-width: 750px) {
  #header #head-menu li a {
    padding: 10px;
  }
  #header #head-menu li a span {
    font-size: 12px;
    display: block;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 749px) {
  #header #head-menu {
    padding: 0 0 14px;
    display: none;
  }
  #header #head-menu li {
    display: block;
    float: none;
    width: 98.28%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1px;
  }
}
#top-menu-toggle {
  display: none;
}
@media only screen and (max-width: 749px) {
  #top-menu-toggle {
    float: right;
    display: inline;
    width: 10%;
    margin-right: 0;
    cursor: pointer;
  }
  #top-menu-toggle img {
    display: block;
    width: 100%;
    height: auto;
  }
}
#head-search {
  float: left;
  display: inline;
  margin-left: 9.568965517241379%;
  width: 31.85%;
  padding-top: 19px;
}
@media only screen and (max-width: 969px) and (min-width: 750px) {
  #head-search {
    width: 226px;
    margin-left: 53px;
  }
}
@media only screen and (max-width: 749px) {
  #head-search {
    display: none;
  }
}
#head-search form {
  height: 45px;
  border: 1px solid #d7d7d7;
  background: #fff;
}
#head-search form .search-submit {
  float: right;
  display: inline;
  width: 7.822%;
  height: auto;
  margin: 7px 3%;
}
#head-search form .search-field {
  float: left;
  display: inline;
  margin: 7px 0 7px 3%;
  width: 80%;
  font-family: sans-serif;
  font-style: italic;
  font-size: 14px;
  color: #333;
  padding: 4px 0 0;
  border: 0;
}
#head-search form .search-field:active,
#head-search form .search-field:focus {
  outline: 0;
}
#header-contact {
  float: left;
  display: inline;
  margin-left: 1.7241379310344827%;
  width: 31.03448275862069%;
  text-align: right;
  padding-top: 2px;
}
#header-contact .enquire {
  display: none;
}
#header-contact #head-phones {
  color: #000;
  font-weight: bold;
  font-size: 15px;
}
#header-contact #head-phones span {
  font-size: 19px;
}
@media only screen and (max-width: 1170px) and (min-width: 970px) {
  #header-contact #head-phones {
    font-size: 12px;
  }
}
@media only screen and (max-width: 969px) and (min-width: 750px) {
  #header-contact {
    width: 226px;
    margin-left: 22px;
    padding-top: 20px;
  }
  #header-contact .enquire {
    display: block;
  }
  #header-contact .make-an-enquiry {
    display: none;
  }
  #header-contact #head-phones {
    display: none;
  }
}
@media only screen and (max-width: 969px) and (min-width: 750px) {
  #header-contact {
    width: 124px;
  }
}
@media only screen and (max-width: 749px) {
  #header-contact {
    display: none;
  }
}
#head-phones-mobile-1 {
  display: none;
}
@media only screen and (max-width: 969px) and (min-width: 750px) {
  #head-phones-mobile-1 {
    clear: right;
    float: right;
    display: inline;
    padding: 10px 10px 0 0;
  }
}
@media only screen and (max-width: 749px) {
  #head-phones-mobile-1 {
    clear: both;
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
  }
}
#feat-carousel .slide {
  display: none;
}
#feat-carousel .slide:first-child,
#feat-carousel .slide.cycle-slide {
  display: block;
}
#home-mid {
  width: 1160px;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  clear: both;
}
@media only screen and (max-width: 1170px) and (min-width: 970px) {
  #home-mid {
    width: 940px;
  }
}
@media only screen and (max-width: 969px) and (min-width: 750px) {
  #home-mid {
    width: 720px;
  }
}
@media only screen and (max-width: 749px) and (min-width: 480px) {
  #home-mid {
    width: 450px;
  }
}
#home-mid #feat-carousel {
  width: 98.27%;
  margin-left: auto;
  margin-right: auto;
}
#home-mid #feat-carousel .slide {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0;
  cursor: pointer;
}
#home-mid #feat-carousel .slide img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
#home-mid #feat-carousel .slide .title-cta {
  display: none;
}
#home-mid #feat-carousel .slide .slide-text {
  position: absolute;
  top: 15px;
  right: 35px;
  width: 266px;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
}
#home-mid #feat-carousel .slide .slide-text.hidden {
  opacity: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
#home-mid #feat-carousel .slide .slide-tour-name {
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  background: rgba(186,32,37,0.7);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
  padding: 12px;
}
@media only screen and (max-width: 1170px) and (min-width: 970px) {
  #home-mid #feat-carousel .slide .slide-text {
    font-size: 15px;
  }
}
@media only screen and (max-width: 969px) and (min-width: 750px) {
  #home-mid #feat-carousel .slide .slide-text {
    display: none;
    font-size: 14px;
  }
  #home-mid #feat-carousel .slide .slide-tour-name {
    bottom: 3px;
    font-size: 29px;
    text-align: left;
    overflow: hidden;
  }
  #home-mid #feat-carousel .slide .slide-tour-name .title-cta {
    float: right;
    display: inline;
    width: 195px;
    margin-left: 20px;
  }
  #home-mid #feat-carousel .slide .slide-tour-name .title-cta img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 749px) {
  #home-mid #feat-carousel .slide {
    padding-bottom: 10px;
  }
  #home-mid #feat-carousel .slide .slide-tour-name,
  #home-mid #feat-carousel .slide .slide-text {
    display: block;
    position: relative;
    width: 100%;
    clear: both;
    padding: 0;
    background: none;
    color: #000;
    top: 0;
    right: 0;
    text-align: left;
    font-family: "pt-sans", sans-serif;
    font-weight: normal;
    line-height: 1.4;
  }
  #home-mid #feat-carousel .slide .slide-text {
    font-size: 18px;
  }
  #home-mid #feat-carousel .slide .cta {
    display: block;
  }
  #home-mid #feat-carousel .slide .cta img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
#browse-popular {
  padding: 30px 0 15px;
  line-height: 1;
  display: block;
  text-align: center;
  font-family: "felt-tip-roman", sans-serif;
  font-size: 24px;
}
#home-tour-list {
  text-align: center;
}
#home-tour-list .tour-list-tour {
  width: 30.6%;
  float: none;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  background: #fff;
  border: 1px solid #d7d7d7;
  padding: 10px;
  overflow: hidden;
  font-family: "pt-sans", sans-serif;
  margin-bottom: 18px;
}
@media only screen and (min-width: 969px) {
  #home-tour-list .tour-list-tour {
    min-height: 283px;
  }
}
#home-tour-list .tour-list-tour.cbd {
  clear: both;
}
#home-tour-list .tour-list-tour .cta-mobile,
#home-tour-list .tour-list-tour .mobile-heading {
  display: none;
}
#home-tour-list .tour-list-tour .cta {
  float: right;
  display: inline;
  width: 142px;
  height: 30px;
}
#home-tour-list .tour-list-tour .cta img {
  display: block;
  width: 100%;
  height: auto;
}
#home-tour-list .tour-list-tour .cta-more-info {
  background: #0e76bc;
  color: #fff;
  text-align: center;
  padding: 5px;
}
#home-tour-list .tour-list-tour .cta-more-info:hover {
  opacity: .8;
  text-decoration: none;
}
#home-tour-list .tour-list-tour .tlt-image {
  display: block;
  color: #000;
  padding: 0 0 10px;
  width: 100%;
  overflow: hidden;
}
#home-tour-list .tour-list-tour .tlt-image img {
  display: block;
  width: 100%;
  height: auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#home-tour-list .tour-list-tour .tlt-image h3 {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  font-family: "pt-sans", sans-serif;
  margin: 10px 0 0;
}
#home-tour-list .tour-list-tour:hover .tlt-image img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media only screen and (max-width: 969px) and (min-width: 750px) {
  #home-tour-list .tour-list-tour {
    float: left;
    display: inline;
    margin-right: 0.8620689655172413%;
    margin-left: 0.8620689655172413%;
    width: 48.26%;
  }
}
@media only screen and (max-width: 749px) {
  #home-tour-list .tour-list-tour {
    float: left;
    display: inline;
    margin-right: 0.8620689655172413%;
    margin-left: 0.8620689655172413%;
    width: 98.27%;
    clear: both;
  }
  #home-tour-list .tour-list-tour .cta {
    display: none;
  }
  #home-tour-list .tour-list-tour .cta-mobile {
    display: block;
    overflow: hidden;
    padding-top: 10px;
  }
  #home-tour-list .tour-list-tour .cta-mobile img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #home-tour-list .tour-list-tour .cta-mobile.cta-more-info {
    padding: 5px;
    width: 90px;
    margin-left: auto;
    margin-right: auto;
  }
  #home-tour-list .tour-list-tour .tlt-image {
    float: right;
    display: inline;
    width: 49.5%;
    padding: 0;
  }
  #home-tour-list .tour-list-tour .tlt-image h3 {
    display: none;
  }
  #home-tour-list .tour-list-tour .tour-list-tour-details-mobile {
    float: left;
    display: inline;
    width: 49.5%;
    text-align: center;
  }
  #home-tour-list .tour-list-tour .tour-list-tour-details-mobile .mobile-heading {
    display: block;
    text-align: center;
    font-family: "pt-sans", sans-serif;
    font-weight: normal;
    font-size: 18px;
    padding: 10px 5px;
  }
}
#latest-news {
  background: #1270b7;
  text-align: center;
  padding: 15px 0;
  overflow: hidden;
}
#latest-news h4 {
  margin: 0;
  font-family: "felt-tip-roman", sans-serif;
  padding-top: 10px;
  font-size: 24px;
}
#latest-news h4 a {
  text-decoration: none;
  color: #fff;
}
#latest-news h4 a span {
  padding: 10px 0 10px 35px;
  background: url("https://britmovietours.com/wp-content/themes/bmt/a/img/icon-clip.png") no-repeat left center;
  font-size: 28px;
  line-height: 1.8;
  color: #fff;
}
#latest-news .news-item {
  float: left;
  display: inline;
  margin-right: 0.8620689655172413%;
  margin-left: 0.8620689655172413%;
  width: 23.27%;
}
#latest-news .news-item a {
  color: #fff;
  display: block;
  border: 1px solid #1270b7;
  padding: 10px;
  font-size: 18px;
}
#latest-news .news-item a:hover {
  border: 1px solid #b7b7b7;
  color: #333333;
  background: #fff;
  text-decoration: none;
}
#latest-news .news-item a:hover span {
  color: #333333;
}
#latest-news .news-item a img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 138px;
  margin-left: auto;
  margin-right: auto;
}
#latest-news .news-item a span {
  display: block;
  padding-top: 10px;
}
@media only screen and (max-width: 1170px) and (min-width: 970px) {
  #latest-news .news-item.news-item-1,
  #latest-news .news-item.news-item-2,
  #latest-news .news-item.news-item-3 {
    float: left;
    display: inline;
    margin-right: 0.8620689655172413%;
    margin-left: 0.8620689655172413%;
    width: 31.6%;
  }
  #latest-news .news-item.news-item-4 {
    display: none;
  }
}
@media only screen and (max-width: 969px) and (min-width: 750px) {
  #latest-news .news-item.news-item-1,
  #latest-news .news-item.news-item-2,
  #latest-news .news-item.news-item-3 {
    float: left;
    display: inline;
    margin-right: 0.8620689655172413%;
    margin-left: 0.8620689655172413%;
    width: 31.6%;
  }
  #latest-news .news-item.news-item-4 {
    display: none;
  }
}
@media only screen and (max-width: 749px) {
  #latest-news .news-item {
    float: left;
    display: inline;
    margin-right: 0.8620689655172413%;
    margin-left: 0.8620689655172413%;
    width: 98.27%;
    clear: both;
  }
  #latest-news .news-item a img {
    display: none;
  }
  #latest-news .news-item a span {
    padding-top: 0;
  }
}
#latest-news #news-strip {
  padding-top: 10px;
  padding-bottom: 5px;
  overflow: hidden;
}
#latest-news #more-news {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  padding: 5px;
  text-align: center;
  font-size: 18px;
}
#have-a-question-wrap {
  overflow: hidden;
  padding: 57px 0;
}
#have-a-question {
  float: left;
  display: inline;
  margin-right: 0.8620689655172413%;
  margin-left: 0.8620689655172413%;
  width: 98.27%;
  clear: both;
  background: #f5f4f4;
  position: relative;
  text-align: center;
  padding: 30px 20px;
}
#have-a-question #q-img {
  display: block;
  position: absolute;
  top: -38px;
  left: 50%;
  margin-left: -38px;
}
#have-a-question h6 {
  font-size: 24px;
  line-height: 1.8;
  font-family: "felt-tip-roman", sans-serif;
  padding-top: 10px;
}
#have-a-question p {
  font-family: "pt-sans", sans-serif;
  font-size: 18px;
}
#have-a-question .cta {
  position: absolute;
  bottom: -17px;
  left: 50%;
  width: 194px;
  margin-left: -97px;
  border: 2px solid #a1a1a1;
  background: #fff;
  color: #333;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "pt-sans", sans-serif;
  padding: 5px 0;
}
#have-a-question .cta:hover {
  text-decoration: none;
  opacity: 1;
}
#get-in-touch-success {
  float: left;
  display: inline;
  margin-right: 0.8620689655172413%;
  margin-left: 0.8620689655172413%;
  width: 98.27%;
  clear: both;
  background: #f5f4f4;
  border-top: 1px solid #fff;
  text-align: center;
  display: none;
}
#get-in-touch-success h4 {
  display: block;
  padding-top: 10px;
  line-height: 1.4;
  font-size: 20px;
}
#get-in-touch-success p {
  font-size: 14px;
  line-height: 1.4;
}
#get-in-touch {
  float: left;
  display: inline;
  margin-right: 0.8620689655172413%;
  margin-left: 0.8620689655172413%;
  width: 98.27%;
  clear: both;
  display: none;
  background: #f5f4f4;
  border-top: 1px solid #fff;
  padding: 10px;
  text-align: center;
}
#get-in-touch a.close {
  float: right;
  display: inline;
  background: #333;
  color: #fff;
  padding: 2px 5px 3px;
  font-weight: normal;
  font-size: 11px;
  line-height: 1;
  opacity: .5;
}
#get-in-touch a.close:hover {
  text-decoration: none;
  opacity: .9;
}
#get-in-touch h3 {
  font-size: 28px;
}
#get-in-touch .get_in_touch_intro {
  font-size: 16px;
}
#get-in-touch .success {
  display: none;
}
#get-in-touch .success h4 {
  font-size: 16px;
}
#get-in-touch .success p {
  font-size: 14px;
}
#get-in-touch form {
  width: 400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#get-in-touch form .req_subm {
  padding-top: 10px;
}
#get-in-touch form .req_subm input {
  display: block;
  -webkit-appearance: none;
  border: 1px solid #eee;
  background: #0e76bc;
  color: #fff;
  width: 100%;
  padding: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}
#get-in-touch form .r_row,
#get-in-touch form .req_row_details {
  text-align: left;
  padding-bottom: 10px;
}
#get-in-touch form .r_row label,
#get-in-touch form .req_row_details label {
  display: block;
  padding: 0 0 1px 1px;
  opacity: .7;
  font-size: 12px;
}
#get-in-touch form .r_row label strong,
#get-in-touch form .req_row_details label strong {
  color: #f00;
}
#get-in-touch form .r_row select,
#get-in-touch form .r_row input,
#get-in-touch form .r_row textarea,
#get-in-touch form .req_row_details select,
#get-in-touch form .req_row_details input,
#get-in-touch form .req_row_details textarea {
  display: block;
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #eee;
  color: #666;
}
#get-in-touch form .r_row textarea,
#get-in-touch form .req_row_details textarea {
  resize: vertical;
  max-height: 250px;
}
#get-in-touch form .r_row select,
#get-in-touch form .req_row_details select {
  height: 20px;
  -webkit-appearance: none;
  text-indent: 5px;
  background: #fff;
  height: 30px;
  border-radius: 0;
  font-size: 14px;
  line-height: 1;
}
#get-in-touch form .r_row .error,
#get-in-touch form .req_row_details .error {
  display: none;
  padding: 5px 10px;
  background: #f00;
  color: #fff;
  opacity: .7;
  font-weight: bold;
  font-size: 12px;
}
#get-in-touch form .req_row_newsletter {
  text-align: left;
}
#get-in-touch form .req_row_newsletter span {
  display: block;
  padding: 0 0 1px 1px;
  opacity: .7;
}
#get-in-touch form .req_row_newsletter label {
  display: block;
  padding: 0 0 2px 2px;
}
#get-in-touch form .req_row_newsletter label input {
  margin-right: 5px;
}
#footer-1 {
  padding: 0 0 45px;
  width: 1160px;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  clear: both;
}
@media only screen and (max-width: 1170px) and (min-width: 970px) {
  #footer-1 {
    width: 940px;
  }
}
@media only screen and (max-width: 969px) and (min-width: 750px) {
  #footer-1 {
    width: 720px;
  }
}
@media only screen and (max-width: 749px) and (min-width: 480px) {
  #footer-1 {
    width: 450px;
  }
}
#footer-1 .heading {
  color: #666;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
}
#footer-1 #foot-1-tripadvisor,
#footer-1 #foot-1-contact,
#footer-1 #foot-1-social {
  float: left;
  display: inline;
  margin-right: 0.8620689655172413%;
  margin-left: 0.8620689655172413%;
  width: 31.6%;
  text-align: center;
}
@media only screen and (max-width: 749px) {
  #footer-1 #foot-1-tripadvisor,
  #footer-1 #foot-1-contact,
  #footer-1 #foot-1-social {
    float: left;
    display: inline;
    margin-right: 0.8620689655172413%;
    margin-left: 0.8620689655172413%;
    width: 98.27%;
    clear: both;
    padding: 5px 0;
  }
}
#footer-1 #foot-1-tripadvisor a {
  display: block;
  color: #000;
}
#footer-1 #foot-1-tripadvisor a img {
  display: block;
  width: 287px;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
#footer-1 #foot-1-tripadvisor a span {
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 10px;
  display: block;
}
#footer-1 #foot-1-contact ul {
  padding: 0;
  margin: 0;
}
#footer-1 #foot-1-contact ul li {
  list-style: none;
  font-size: 22px;
  color: #333;
  line-height: 1.6;
}
#footer-1 #foot-1-social ul {
  padding: 0;
  margin: 0;
}
#footer-1 #foot-1-social ul li {
  display: inline-block;
  max-width: 19%;
  margin: 0 1.8%;
  overflow: hidden;
}
#footer-1 #foot-1-social ul li a {
  display: inline-block;
  width: 100%;
}
#footer-1 #foot-1-social ul li a img {
  display: inline-block;
  width: 100%;
  height: auto;
}
#footer-2 {
  overflow: hidden;
  padding: 35px 0;
  background: #58ade6;
  color: #fff;
  font-family: "pt-sans", sans-serif;
}
#footer-2 .foot-nav-col {
  float: left;
  display: inline;
  margin-right: 0.8620689655172413%;
  margin-left: 0.8620689655172413%;
  width: 14.94%;
}
#footer-2 .foot-nav-col .heading {
  font-size: 18px;
}
#footer-2 .foot-nav-col ul {
  margin: 8px 0;
  padding: 0 0 0 5px;
  list-style: none;
  font-size: 14px;
  line-height: 1.2;
}
#footer-2 .foot-nav-col ul li a {
  color: #fff;
  display: block;
  padding: 2px 0;
}
#footer-2 .foot-nav-col.first {
  margin-left: 9.19%;
}
@media only screen and (max-width: 969px) and (min-width: 750px) {
  #footer-2 .foot-nav-col {
    float: left;
    display: inline;
    margin-right: 0.8620689655172413%;
    margin-left: 0.8620689655172413%;
    width: 23.27%;
  }
  #footer-2 .foot-nav-col.first {
    margin-left: 0.8620689655172413%;
  }
}
@media only screen and (max-width: 749px) and (min-width: 480px) {
  #footer-2 .foot-nav-col {
    float: left;
    display: inline;
    margin-right: 0.8620689655172413%;
    margin-left: 0.8620689655172413%;
    width: 48.26%;
  }
  #footer-2 .foot-nav-col.first {
    margin-left: 0.8620689655172413%;
  }
}
@media only screen and (max-width: 479px) {
  #footer-2 .foot-nav-col {
    float: left;
    display: inline;
    margin-right: 0.8620689655172413%;
    margin-left: 0.8620689655172413%;
    width: 98.27%;
    clear: both;
  }
  #footer-2 .foot-nav-col.first {
    margin-left: 0.8620689655172413%;
  }
}
#foot-2-logo-col {
  float: left;
  display: inline;
  margin-right: 0.8620689655172413%;
  margin-left: 0.8620689655172413%;
  width: 23.27%;
}
#foot-2-logo-col #footer-logo {
  display: block;
  width: 190px;
  margin-bottom: 10px;
}
#foot-2-logo-col #footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 969px) {
  #foot-2-logo-col {
    float: left;
    display: inline;
    margin-right: 0.8620689655172413%;
    margin-left: 0.8620689655172413%;
    width: 98.27%;
    clear: both;
  }
}
#footer-3 {
  overflow: hidden;
  background: #464646;
  padding: 5px 0 100px;
}
#footer-3 p {
  font-family: "pt-sans", sans-serif;
  float: left;
  display: inline;
  margin-right: 0.8620689655172413%;
  margin-left: 0.8620689655172413%;
  width: 98.27%;
  clear: both;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}
#tour-title-row {
  width: 1160px;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  clear: both;
  position: relative;
}
@media only screen and (max-width: 1170px) and (min-width: 970px) {
  #tour-title-row {
    width: 940px;
  }
}
@media only screen and (max-width: 969px) and (min-width: 750px) {
  #tour-title-row {
    width: 720px;
  }
}
@media only screen and (max-width: 749px) and (min-width: 480px) {
  #tour-title-row {
    width: 450px;
  }
}
#tour-title-row #tour-title-cta {
  float: left;
  display: inline;
  margin-right: 0.8620689655172413%;
  margin-left: 0.8620689655172413%;
  width: 14.94%;
}
@media only screen and (max-width: 749px) {
  #tour-title-row #tour-title-cta {
    float: left;
    display: inline;
    margin-right: 0.8620689655172413%;
    margin-left: 0.8620689655172413%;
    width: 98.27%;
    clear: both;
  }
}
#tour-title-row #tour-title-cta a {
  background: #ba2025;
  color: #fff;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2;
  padding: 10px 0;
}
#tour-title-row #tour-title-cta a:hover {
  text-decoration: none;
  opacity: .9;
}
#tour-title-row #tour-title {
  float: left;
  display: inline;
  margin-right: 0.8620689655172413%;
  margin-left: 0.8620689655172413%;
  width: 81.58%;
  padding-right: 155px;
  font-weight: bold;
  color: #333;
  font-size: 30px;
}
@media only screen and (max-width: 749px) {
  #tour-title-row #tour-title {
    float: left;
    display: inline;
    margin-right: 0.8620689655172413%;
    margin-left: 0.8620689655172413%;
    width: 98.27%;
    clear: both;
    padding-right: 0;
  }
}
#tour-title-row #review-title {
  float: left;
  display: inline;
  margin-right: 0.8620689655172413%;
  margin-left: 0.8620689655172413%;
  width: 98.27%;
  clear: both;
  font-weight: bold;
  color: #333;
  font-size: 30px;
}
#tour-title-row #tour-fb-like {
  float: left;
  display: inline;
  margin-right: 0.8620689655172413%;
  margin-left: 0.8620689655172413%;
  width: 98.27%;
  clear: both;
  padding: 10px 0;
  overflow: hidden;
}
.reviews-link-back {
  float: left;
  display: inline;
  margin-right: 0.8620689655172413%;
  margin-left: 0.8620689655172413%;
  width: 98.27%;
  clear: both;
  font-weight: bold;
  font-size: 14px;
}
#tour-content-row {
  width: 1160px;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  clear: both;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1170px) and (min-width: 970px) {
  #tour-content-row {
    width: 940px;
  }
}
@media only screen and (max-width: 969px) and (min-width: 750px) {
  #tour-content-row {
    width: 720px;
  }
}
@media only screen and (max-width: 749px) and (min-width: 480px) {
  #tour-content-row {
    width: 450px;
  }
}
#tour-content-row #tour-content-col,
#tour-content-row #tour-carousel-col {
  float: left;
  display: inline;
  margin-right: 0.8620689655172413%;
  margin-left: 0.8620689655172413%;
  width: 48.26%;
}
#tour-content-row #review-content-col {
  float: left;
  display: inline;
  margin-right: 0.8620689655172413%;
  margin-left: 0.8620689655172413%;
  width: 98.27%;
  clear: both;
}
@media only screen and (max-width: 789px) {
  #tour-content-row #tour-content-col,
  #tour-content-row #tour-carousel-col {
    float: left;
    display: inline;
    margin-right: 0.8620689655172413%;
    margin-left: 0.8620689655172413%;
    width: 98.27%;
    clear: both;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#tour_page_carousel {
  padding: 0 0 40px;
  overflow: hidden;
  position: relative;
}
#tour_page_carousel #tour_page_carousel_controls {
  display: block;
  background: #fff;
  overflow: hidden;
  position: absolute;
  height: 36px;
  z-index: 800;
  bottom: 0;
  right: 0;
}
#tour_page_carousel #tour_page_carousel_controls #tour_page_carousel_controls_next,
#tour_page_carousel #tour_page_carousel_controls #tour_page_carousel_controls_prev {
  float: right;
  display: inline;
  text-indent: -9999em;
  width: 31px;
  height: 31px;
}
#tour_page_carousel #tour_page_carousel_controls #tour_page_carousel_controls_next {
  background: url("https://britmovietours.com/wp-content/themes/bmt/a/img/bmt_sprite.png") -241px -104px no-repeat;
  margin-left: 10px;
}
#tour_page_carousel #tour_page_carousel_controls #tour_page_carousel_controls_prev {
  background: url("https://britmovietours.com/wp-content/themes/bmt/a/img/bmt_sprite.png") -210px -104px no-repeat;
}
#tour_page_carousel #tour_page_carousel_positioner {
  display: block;
  position: relative;
  overflow: hidden;
}
#tour_page_carousel #tour_page_carousel_positioner img {
  display: block;
  width: 100%;
  height: auto;
}
#tour_page_carousel #tour_page_carousel_quote_bottom_right,
#tour_page_carousel #tour_page_carousel_quote_top_left {
  overflow: hidden;
  width: 46px;
  height: 37px;
  position: absolute;
  display: block;
}
#tour_page_carousel #tour_page_carousel_quote_top_left {
  background: url("https://britmovietours.com/wp-content/themes/bmt/a/img/bmt_sprite.png") -204px -149px no-repeat;
  top: 10px;
  left: 10px;
}
#tour_page_carousel #tour_page_carousel_quote_bottom_right {
  background: url("https://britmovietours.com/wp-content/themes/bmt/a/img/bmt_sprite.png") -176px -263px no-repeat;
  right: 10px;
  bottom: 10px;
}
#tour_page_carousel .carousel_item {
  background: #f4e6e5;
  width: 100%;
}
#tour_page_carousel .carousel_item img {
  display: block;
  width: 100%;
  height: auto;
}
.carousel_item {
  display: none;
}
.carousel_item:first-child,
.carousel_item.cycle-slide {
  display: block;
}
.carousel_quote {
  padding: 57px 67px;
  color: #ba2025;
}
.carousel_quote h2,
.carousel_quote h3,
.carousel_quote h4,
.carousel_quote h5,
.carousel_quote h6 {
  margin-bottom: 15px;
  display: block;
}
.carousel_quote h2 {
  font-size: 30px;
  line-height: 36px;
}
.carousel_quote h3 {
  font-size: 28px;
  line-height: 34px;
}
.carousel_quote h4 {
  font-size: 26px;
  line-height: 32px;
}
.carousel_quote h5 {
  font-size: 24px;
  line-height: 30px;
}
.carousel_quote h6 {
  font-size: 16px;
  line-height: 20px;
}
#tour_page_highlights {
  padding: 20px 0 0;
}
#tour_page_highlights li {
  list-style: none;
  padding: 0 0 10px 35px;
  background: url("https://britmovietours.com/wp-content/themes/bmt/a/img/icon-clip-dark.png") no-repeat 5px 0;
  font-size: 16px;
  line-height: 1.4;
}
.tour_page_details_item_even,
.tour_page_details_item_odd {
  overflow: hidden;
  padding: 15px 0 15px 15px;
}
.tour_page_details_item_even h4,
.tour_page_details_item_odd h4 {
  float: left;
  display: inline;
  width: 27%;
  margin-right: 3%;
  font-weight: bold;
  line-height: 20px;
}
#tour_page_details {
  clear: both;
}
#tour_page_details h3 {
  font-weight: normal;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  padding: 10px;
  display: block;
}
.tour_page_details_item_even {
  background: #f4e5e5;
}
.tour_page_details_content {
  float: left;
  display: inline;
  width: 69.9%;
}
.tour_page_details_content p,
.tour_page_details_content li {
  line-height: 20px;
  margin-bottom: 0;
}
#tour-ctas-wrap {
  clear: both;
  padding-top: 15px;
}
#tour-ctas {
  border: 3px solid #c4df9b;
  clear: both;
  padding: 15px;
  text-align: center;
  float: left;
  display: inline;
  margin-right: 0.8620689655172413%;
  margin-left: 0.8620689655172413%;
  width: 98.27%;
}
#tour-ctas h5 {
  color: #333;
  font-weight: bold;
  font-size: 30px;
  padding-bottom: 20px;
}
#tour-ctas .cta {
  display: inline-block;
  vertical-align: top;
  width: 262px;
  max-width: 90%;
  text-decoration: none;
}
#tour-ctas .cta:hover {
  text-decoration: none;
  opacity: .9;
}
#tour-ctas .cta strong {
  display: block;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  padding: 14px 0 10px;
}
#tour-ctas .cta span {
  display: block;
  font-size: 14px;
  padding-top: 3px;
  color: #333;
  cursor: default;
}
#tour-ctas .cta.cta-fs strong {
  background: #ba2025;
}
#tour-ctas .cta.cta-gift strong {
  background: #39b54a url("https://britmovietours.com/wp-content/themes/bmt/a/img/icon-gift.png") no-repeat 9px center;
  padding-left: 20px;
}
#tour-ctas .cta.add-gbox strong {
  background-image: url("https://britmovietours.com/wp-content/themes/bmt/a/img/icon-gift.png");
  background-repeat: no-repeat;
  background-position: 9px center;
  padding-left: 20px;
}
#tour-disclaimer {
  clear: both;
  padding: 20px;
  text-align: center;
}
#tour-others {
  width: 1160px;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  clear: both;
}
@media only screen and (max-width: 1170px) and (min-width: 970px) {
  #tour-others {
    width: 940px;
  }
}
@media only screen and (max-width: 969px) and (min-width: 750px) {
  #tour-others {
    width: 720px;
  }
}
@media only screen and (max-width: 749px) and (min-width: 480px) {
  #tour-others {
    width: 450px;
  }
}
#tour-others #tour-others-heading {
  float: left;
  display: inline;
  margin-right: 0.8620689655172413%;
  margin-left: 0.8620689655172413%;
  width: 98.27%;
  clear: both;
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  color: #333;
  padding: 20px 0;
  font-weight: normal;
}
#tour-others .tour-other {
  float: left;
  display: inline;
  margin-right: 0.8620689655172413%;
  margin-left: 0.8620689655172413%;
  width: 48.26%;
  padding: 20px 18px;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
}
@media only screen and (max-width: 749px) {
  #tour-others .tour-other {
    float: left;
    display: inline;
    margin-right: 0.8620689655172413%;
    margin-left: 0.8620689655172413%;
    width: 98.27%;
    clear: both;
  }
}
#tour-others .tour-other.even {
  clear: both;
}
#tour-others .tour-other .tour-pic {
  float: right;
  display: inline;
  max-width: 40%;
  height: auto;
  width: auto;
  margin-left: 5%;
  margin-bottom: 10px;
}
#tour-others .tour-other .excerpt {
  cursor: pointer;
}
#tour-others .tour-other h6 {
  font-weight: normal;
  font-size: 24px;
  line-height: 1.3;
  color: #333;
  margin-bottom: 10px;
}
#tour-others .tour-other p {
  font-size: 14px;
  color: #333;
}
#tour-others .tour-others-ctas {
  display: block;
  clear: both;
  text-align: center;
  font-size: 0;
}
#tour-others .tour-others-ctas .cta {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  padding: 13px 30px;
  margin: 5px 20px;
}
#tour-others .tour-others-ctas .cta.cta-more-info {
  background: #0e76bc;
}
#tour-others .tour-others-ctas .cta.cta-book {
  background: #ba2025;
}
#tour-others .tour-others-ctas .cta:hover {
  text-decoration: none;
  opacity: .9;
}
#partners_wrap {
  width: 1160px;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  clear: both;
  text-align: center;
}
@media only screen and (max-width: 1170px) and (min-width: 970px) {
  #partners_wrap {
    width: 940px;
  }
}
@media only screen and (max-width: 969px) and (min-width: 750px) {
  #partners_wrap {
    width: 720px;
  }
}
@media only screen and (max-width: 749px) and (min-width: 480px) {
  #partners_wrap {
    width: 450px;
  }
}
#partners_wrap #partners_heading {
  float: left;
  display: inline;
  margin-right: 0.8620689655172413%;
  margin-left: 0.8620689655172413%;
  width: 98.27%;
  clear: both;
  font-size: 24px;
  line-height: 1.4;
  color: #666;
  font-weight: normal;
  padding: 20px 20px 15px;
  border-top: 1px solid #c2c2c2;
}
#partners_wrap #partners {
  margin: 0;
  padding: 0;
}
#partners_wrap #partners li {
  display: inline-block;
  list-style: none;
  margin: 5px;
}
#tour_page {
  width: 1160px;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  clear: both;
}
@media only screen and (max-width: 1170px) and (min-width: 970px) {
  #tour_page {
    width: 940px;
  }
}
@media only screen and (max-width: 969px) and (min-width: 750px) {
  #tour_page {
    width: 720px;
  }
}
@media only screen and (max-width: 749px) and (min-width: 480px) {
  #tour_page {
    width: 450px;
  }
}
#tour_page #tour_page_hat {
  float: left;
  display: inline;
  margin-right: 0.8620689655172413%;
  margin-left: 0.8620689655172413%;
  width: 98.27%;
  clear: both;
}
#tour_page #months-wrap {
  float: left;
  display: inline;
  margin-right: 0.8620689655172413%;
  margin-left: 0.8620689655172413%;
  width: 98.27%;
  clear: both;
  border: 1px solid #b7b7b7;
  overflow: hidden;
  padding: 20px 20px 0;
}
#tour_page #months-wrap .month-row {
  overflow: hidden;
  padding-bottom: 20px;
}
#tour_page #months-wrap .month-row h2 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  padding: 5px 7px 20px;
  border-bottom: 1px solid #c2c2c2;
}
#tour_page #months-wrap .month-row .tour-row {
  overflow: hidden;
  border-bottom: 1px solid #c2c2c2;
}
#tour_page #months-wrap .month-row .tour-row.visible {
  background: #f6f6f6;
}
#tour_page #months-wrap .month-row .tour-row .row-link {
  display: none;
}
#tour_page #months-wrap .month-row .tour-row .col-link {
  float: right;
  display: inline;
  padding: 11px 10px 0 0;
}
#tour_page #months-wrap .month-row .tour-row .col-link a {
  background: #0e76bc;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  text-transform: uppercase;
  line-height: 1;
  font-size: 17px;
}
#tour_page #months-wrap .month-row .tour-row .col-link a:hover {
  text-decoration: none;
  opacity: .9;
}
#tour_page #months-wrap .month-row .tour-row .col-day,
#tour_page #months-wrap .month-row .tour-row .col-time,
#tour_page #months-wrap .month-row .tour-row .col-title {
  float: left;
  display: inline;
  padding-top: 10px;
  padding-bottom: 10px;
}
#tour_page #months-wrap .month-row .tour-row .col-title {
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}
#tour_page #months-wrap .month-row .tour-row .col-title:hover {
  text-decoration: underline;
}
#tour_page #months-wrap .month-row .tour-row .col-day {
  border-right: 1px solid #c2c2c2;
  width: 40px;
  text-align: center;
}
#tour_page #months-wrap .month-row .tour-row .col-time {
  border-right: 1px solid #c2c2c2;
  width: 50px;
  text-align: center;
}
@media only screen and (max-width: 749px) {
  #tour_page #months-wrap .month-row .tour-row {
    font-size: 12px;
  }
  #tour_page #months-wrap .month-row .tour-row .col-link {
    display: none;
  }
  #tour_page #months-wrap .month-row .tour-row .col-day,
  #tour_page #months-wrap .month-row .tour-row .col-time,
  #tour_page #months-wrap .month-row .tour-row .col-title {
    float: left;
    display: inline;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  #tour_page #months-wrap .month-row .tour-row .col-title {
    padding-left: 4px;
    padding-right: 4px;
  }
  #tour_page #months-wrap .month-row .tour-row .col-day {
    width: 30px;
  }
  #tour_page #months-wrap .month-row .tour-row .col-time {
    width: 40px;
  }
}
#tour-filters {
  float: right;
  display: inline;
}
#tour-filters select {
  -webkit-appearance: none;
  background: #e6f1f8;
  color: #000;
  text-indent: 10px;
  height: 30px;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  line-height: 1;
}
#tour-filters .select-wrap {
  width: 165px;
  float: left;
  display: inline;
}
#tour-filters .select-wrap select,
#tour-filters .select-wrap .icon-wrap {
  float: left;
  display: inline;
  margin: 0;
}
#tour-filters .select-wrap .icon-wrap {
  padding: 5px 0 0 5px;
}
#tour-filters #tour-filter-tour,
#tour-filters #filter-by-date {
  float: left;
  display: inline;
}
#tour-filters #filter-by-date span {
  float: left;
  display: inline;
  padding: 5px 5px 5px 10px;
}
@media only screen and (max-width: 749px) {
  #tour-filters #filter-by-date span {
    display: block;
    float: none;
  }
}
#tour-filters #tour-filter-tour {
  background-image: url("https://britmovietours.com/wp-content/themes/bmt/a/img/chevron.png");
  background-position: 277px 5px;
  background-repeat: no-repeat;
  width: 302px;
}
#gift-vouchers,
#tour_list,
#partners {
  width: 1160px;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  clear: both;
}
@media only screen and (max-width: 1170px) and (min-width: 970px) {
  #gift-vouchers,
  #tour_list,
  #partners {
    width: 940px;
  }
}
@media only screen and (max-width: 969px) and (min-width: 750px) {
  #gift-vouchers,
  #tour_list,
  #partners {
    width: 720px;
  }
}
@media only screen and (max-width: 749px) and (min-width: 480px) {
  #gift-vouchers,
  #tour_list,
  #partners {
    width: 450px;
  }
}
#gift-vouchers #tour_list_intro,
#gift-vouchers #partners-intro,
#tour_list #tour_list_intro,
#tour_list #partners-intro,
#partners #tour_list_intro,
#partners #partners-intro {
  float: left;
  display: inline;
  margin-right: 0.8620689655172413%;
  margin-left: 0.8620689655172413%;
  width: 98.27%;
  clear: both;
}
#gift-vouchers #tour_list_intro #page-title,
#gift-vouchers #partners-intro #page-title,
#tour_list #tour_list_intro #page-title,
#tour_list #partners-intro #page-title,
#partners #tour_list_intro #page-title,
#partners #partners-intro #page-title {
  text-align: center;
  font-weight: bold;
  color: #333;
  font-size: 30px;
}
#gift-vouchers #tour_list_intro #partners-intro-content,
#gift-vouchers #partners-intro #partners-intro-content,
#tour_list #tour_list_intro #partners-intro-content,
#tour_list #partners-intro #partners-intro-content,
#partners #tour_list_intro #partners-intro-content,
#partners #partners-intro #partners-intro-content {
  padding: 20px;
}
#gift-vouchers .tour_list_item,
#tour_list .tour_list_item,
#partners .tour_list_item {
  float: left;
  display: inline;
  margin-right: 0.8620689655172413%;
  margin-left: 0.8620689655172413%;
  width: 48.26%;
  padding: 20px 18px;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
}
#gift-vouchers .tour_list_item.even,
#tour_list .tour_list_item.even,
#partners .tour_list_item.even {
  clear: both;
}
#gift-vouchers .tour_list_item .tour-pic,
#tour_list .tour_list_item .tour-pic,
#partners .tour_list_item .tour-pic {
  float: right;
  display: inline;
  max-width: 40%;
  height: auto;
  width: auto;
  margin-left: 5%;
  margin-bottom: 10px;
}
#gift-vouchers .tour_list_item h6,
#tour_list .tour_list_item h6,
#partners .tour_list_item h6 {
  font-weight: normal;
  font-size: 24px;
  line-height: 1.3;
  color: #333;
  margin-bottom: 10px;
}
#gift-vouchers .tour_list_item p,
#tour_list .tour_list_item p,
#partners .tour_list_item p {
  font-size: 14px;
  color: #333;
}
@media only screen and (max-width: 749px) {
  #gift-vouchers .tour_list_item,
  #tour_list .tour_list_item,
  #partners .tour_list_item {
    float: left;
    display: inline;
    margin-right: 0.8620689655172413%;
    margin-left: 0.8620689655172413%;
    width: 98.27%;
    clear: both;
  }
}
#gift-vouchers .tour-others-ctas,
#tour_list .tour-others-ctas,
#partners .tour-others-ctas {
  display: block;
  clear: both;
  text-align: center;
  font-size: 0;
}
#gift-vouchers .tour-others-ctas .cta,
#tour_list .tour-others-ctas .cta,
#partners .tour-others-ctas .cta {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  padding: 13px 30px;
  margin: 5px 20px;
}
#gift-vouchers .tour-others-ctas .cta.cta-voucher,
#tour_list .tour-others-ctas .cta.cta-voucher,
#partners .tour-others-ctas .cta.cta-voucher {
  background: #39b54a url("https://britmovietours.com/wp-content/themes/bmt/a/img/icon-gift.png") no-repeat 5px 3px;
  padding-left: 50px;
}
#gift-vouchers .tour-others-ctas .cta.cta-more-info,
#tour_list .tour-others-ctas .cta.cta-more-info,
#partners .tour-others-ctas .cta.cta-more-info {
  background: #0e76bc;
}
#gift-vouchers .tour-others-ctas .cta:hover,
#tour_list .tour-others-ctas .cta:hover,
#partners .tour-others-ctas .cta:hover {
  text-decoration: none;
  opacity: .9;
}
#blog {
  width: 1160px;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  clear: both;
}
@media only screen and (max-width: 1170px) and (min-width: 970px) {
  #blog {
    width: 940px;
  }
}
@media only screen and (max-width: 969px) and (min-width: 750px) {
  #blog {
    width: 720px;
  }
}
@media only screen and (max-width: 749px) and (min-width: 480px) {
  #blog {
    width: 450px;
  }
}
#blog #aside {
  float: left;
  display: inline;
  margin-right: 0.8620689655172413%;
  margin-left: 0.8620689655172413%;
  width: 14.94%;
  line-height: 30px;
}
@media only screen and (max-width: 749px) {
  #blog #aside {
    display: none;
  }
}
#blog #aside #aside_categories_heading {
  font-weight: normal;
  font-size: 14px;
  color: #333;
}
#blog #aside #aside_categories,
#blog #aside .menu {
  margin: 0;
  padding: 0;
}
#blog #aside #aside_categories li,
#blog #aside .menu li {
  display: block;
  margin: 0;
  list-style: none;
}
#blog #aside #aside_categories li a,
#blog #aside .menu li a {
  color: #333;
  font-size: 18px;
}
#blog #content_right {
  float: left;
  display: inline;
  margin-right: 0.8620689655172413%;
  margin-left: 0.8620689655172413%;
  width: 81.58%;
}
@media only screen and (max-width: 749px) {
  #blog #content_right {
    width: 98.27%;
  }
}
#blog #content_right h1.archive_type {
  font-size: 34px;
  font-weight: bold;
  color: #333;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  margin-bottom: 10px;
}
#blog #content_right .post_hat {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  display: block;
}
#blog #content_right .post-meta {
  font-size: 14px;
}
.the-content {
  overflow: hidden;
  font-size: 14px;
  color: #000;
}
.the-content .large-paragraph {
  font-size: 18px;
}
.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
  margin-bottom: 5px;
  margin-top: 5px;
}
.the-content img {
  max-width: 100%;
  height: auto !important;
}
.the-content h1 {
  font-size: 30px;
}
.the-content h2 {
  font-size: 26px;
}
.the-content h3 {
  font-size: 24px;
}
.the-content h4 {
  font-size: 23px;
}
.the-content h5 {
  font-size: 22px;
}
.the-content h6 {
  font-size: 20px;
}
.the-content p,
.the-content ul,
.the-content ol {
  margin-bottom: 20px;
}
.the-content ul,
.the-content ol {
  padding-left: 20px;
}
.the-content ul li,
.the-content ol li {
  margin-bottom: 5px;
}
.the-content ul {
  list-style-type: disc;
}
.the-content ol {
  list-style-type: decimal;
}
.the-content .alignleft,
.the-content .alignright {
  display: inline;
}
.the-content .aligncenter {
  display: block;
  margin: 0 auto;
}
.the-content .alignleft,
.the-content .alignright,
.the-content .aligncenter {
  margin-bottom: 20px;
}
.the-content .alignleft {
  float: left;
  margin-right: 20px;
}
.the-content .alignright {
  float: right;
  margin-left: 20px;
}
.the-content .inline-centered-images {
  text-align: center;
  overflow: hidden;
}
.the-content .inline-centered-images a {
  display: inline-block;
}
.the-content .inline-centered-images .aligncenter {
  display: inline-block !important;
  margin: 10px !important;
}
#the-content h2 {
  text-transform: none;
  font-size: 20px;
}
body .post,
body .page {
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  display: block;
  margin-bottom: 10px;
}
#related-posts .alt-heading {
  text-align: center;
  color: #333;
  font-size: 18px;
  display: block;
  padding: 20px 10px 10px;
}
#related-posts .related-post {
  float: left;
  display: inline;
  width: 24.126984126984127%;
}
#related-posts .related-post a {
  border: 1px solid #ccc;
  padding: 8px 8px 10px;
  text-align: center;
  color: #666;
  display: block;
  font-size: 14px;
}
#related-posts .related-post a .related-pic {
  max-width: 100%;
  width: auto;
  height: auto;
}
#related-posts .related-post-2,
#related-posts .related-post-3,
#related-posts .related-post-4 {
  margin-left: 1.0582%;
}
#tripadvisor-regions {
  display: none;
}
#tripadvisor-regions h6 {
  font-weight: normal;
  font-size: 14px;
  padding: 10px;
}
#tripadvisor-regions ul {
  display: block;
  margin: 0;
  padding: 0;
}
#tripadvisor-regions ul li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 3px;
}
#tripadvisor-regions ul li a {
  display: block;
}
#activity_finder form input[type="submit"],
#home_activity_finder form input[type="submit"] {
  -webkit-appearance: push-button;
}
#activity_finder form .tour_categories,
#home_activity_finder form .tour_categories {
  display: none;
}
#read-reviews {
  width: 130px;
  display: block;
  overflow: hidden;
  margin-top: 11px;
  position: absolute;
  z-index: 10;
  top: 0px;
  right: 20px;
}
#read-reviews img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 751px) {
  #read-reviews {
    display: none;
  }
}
#hac-wrap {
  overflow: hidden;
  color: #000;
  position: relative;
  padding-bottom: 15px;
  text-align: left;
}
#hac-wrap #home_activity_finder {
  float: left;
  display: inline;
  margin-right: 0.8620689655172413%;
  margin-left: 0.8620689655172413%;
  width: 98.27%;
  clear: both;
  font-family: "pt-sans", sans-serif;
  overflow: hidden;
  padding: 15px 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#hac-wrap #home_activity_finder .haf_find_a_tour,
#hac-wrap #home_activity_finder form {
  display: inline-block;
}
@media only screen and (max-width: 751px) {
  #hac-wrap #home_activity_finder .haf_find_a_tour,
  #hac-wrap #home_activity_finder form {
    display: none;
  }
}
#hac-wrap #home_activity_finder .haf_find_a_tour {
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  margin: 0 1.7% 0 0;
  text-align: right;
}
@media only screen and (max-width: 969px) and (min-width: 751px) {
  #hac-wrap #home_activity_finder .haf_find_a_tour {
    width: 19%;
  }
}
#hac-wrap #home_activity_finder form {
  width: 60%;
}
@media only screen and (max-width: 969px) and (min-width: 751px) {
  #hac-wrap #home_activity_finder form {
    width: 78%;
  }
}
@media only screen and (max-width: 751px) {
  #hac-wrap #home_activity_finder form {
    width: 100%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
#hac-wrap #home_activity_finder form select {
  font-size: 14px;
  font-family: "pt-sans", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 40%;
  margin: 0 1% 0 0;
  border-radius: 9px;
  padding: 11px 0;
  text-indent: 11px;
  line-height: 1;
  background: #ebebeb url("https://britmovietours.com/wp-content/themes/bmt/a/img/select-arrdown.png") no-repeat top right;
  border: 1px solid #c2c2c2;
}
#hac-wrap #home_activity_finder form #af_search {
  display: inline-block;
  text-transform: uppercase;
  font-family: "pt-sans", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  background: #0e76bc;
  width: 14.5%;
  border-radius: 9px;
  padding: 11px 0;
  line-height: 1;
}
@media only screen and (max-width: 969px) and (min-width: 751px) {
  #hac-wrap #home_activity_finder form select,
  #hac-wrap #home_activity_finder form #af_search {
    font-size: 12px;
  }
}
@media only screen and (max-width: 751px) {
  #hac-wrap #home_activity_finder form select,
  #hac-wrap #home_activity_finder form #af_search {
    text-align: center;
  }
  #hac-wrap #home_activity_finder form select {
    width: 100%;
    margin-bottom: 8px;
  }
  #hac-wrap #home_activity_finder form #af_search {
    width: 103px;
  }
}
#fat-trigger-mobile {
  display: none;
}
@media only screen and (max-width: 751px) {
  #fat-trigger-mobile {
    display: block;
    text-align: center;
    color: #0e76bc;
    padding-bottom: 5px;
    text-decoration: none;
    font-weight: 300;
  }
  #fat-trigger-mobile span,
  #fat-trigger-mobile img {
    display: inline-block;
  }
  #fat-trigger-mobile img {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  #fat-trigger-mobile span {
    font-family: "pt-sans", sans-serif;
    margin-right: 5px;
    font-size: 18px;
  }
  #fat-trigger-mobile.active img {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.mg-block {
  border: 1px solid #d0cfca;
  padding: 15px 25px;
  margin-top: 28px;
  background: #fff;
  padding: 10px 10px;
}
.mg-block .mg-heading {
  font-family: "pt-sans", sans-serif;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  padding-right: 30px;
  background: right 10px no-repeat url("https://britmovietours.com/wp-content/themes/bmt/a/i/icon-arrow-down.png");
}
@media only screen and (max-width: 749px) {
  .mg-block .mg-heading {
    font-size: 16px;
  }
}
.mg-block .mg-heading.active {
  background: right 10px no-repeat url("https://britmovietours.com/wp-content/themes/bmt/a/i/icon-arrow-up.png");
}
.mg-block .mg-sub-heading {
  font-family: "pt-sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  display: block;
  clear: both;
  overflow: hidden;
}
@media only screen and (max-width: 749px) {
  .mg-block .mg-sub-heading {
    font-size: 13px;
  }
}
.mg-block .mg-sub-blocks {
  display: none;
}
.mg-block .mg-sub-block {
  overflow: hidden;
  padding-bottom: 25px;
}
.mg-block .mg-sub-block a.mg-om-block,
.mg-block .mg-sub-block a.mg-img-block {
  color: #0e76bc;
  float: left;
  display: inline;
  overflow: hidden;
  width: 24.367%;
  margin: 15px 1.72% 0 5.17%;
  font-size: 14px;
}
.mg-block .mg-sub-block a.mg-om-block:hover,
.mg-block .mg-sub-block a.mg-img-block:hover {
  text-decoration: none;
}
.mg-block .mg-sub-block a.mg-om-block:hover span.cta,
.mg-block .mg-sub-block a.mg-img-block:hover span.cta {
  text-decoration: underline;
}
@media only screen and (max-width: 749px) {
  .mg-block .mg-sub-block a.mg-om-block,
  .mg-block .mg-sub-block a.mg-img-block {
    width: 45%;
    margin: 15px 0 0 2.45%;
  }
}
.mg-block .mg-sub-block a.mg-om-block p,
.mg-block .mg-sub-block a.mg-img-block p {
  display: block;
  margin: 0;
  color: #000;
  line-height: 1.2;
}
.mg-block .mg-sub-block a.mg-img-block img {
  display: block;
  width: 100%;
  height: auto;
}
.mg-block .mg-sub-block a.mg-img-block p {
  padding: 10px 0 5px;
}
.mg-block .mg-sub-block a.mg-img-block span.cta {
  font-weight: bold;
}
@media only screen and (max-width: 969px) and (min-width: 750px) {
  .mg-block .mg-sub-block .mib-4,
  .mg-block .mg-sub-block .mib-7,
  .mg-block .mg-sub-block .mib-10,
  .mg-block .mg-sub-block .mib-13,
  .mg-block .mg-sub-block .mib-16,
  .mg-block .mg-sub-block .mib-19,
  .mg-block .mg-sub-block .mib-21 {
    clear: both;
  }
}
@media only screen and (max-width: 749px) {
  .mg-block .mg-sub-block .mib-3,
  .mg-block .mg-sub-block .mib-5,
  .mg-block .mg-sub-block .mib-7,
  .mg-block .mg-sub-block .mib-9,
  .mg-block .mg-sub-block .mib-11,
  .mg-block .mg-sub-block .mib-13,
  .mg-block .mg-sub-block .mib-15,
  .mg-block .mg-sub-block .mib-17,
  .mg-block .mg-sub-block .mib-19,
  .mg-block .mg-sub-block .mib-21,
  .mg-block .mg-sub-block .mib-23,
  .mg-block .mg-sub-block .mib-25,
  .mg-block .mg-sub-block .mib-27,
  .mg-block .mg-sub-block .mib-29 {
    clear: both;
  }
}
.mg-block .mg-sub-block a.mg-om-block span.cta {
  font-weight: bold;
}
.agg-rating {
  margin-right: 0.8620689655172413%;
  margin-left: 0.8620689655172413%;
  padding-top: 10px;
  display: block;
  clear: both;
}
#partners #partners-intro {
  text-align: left;
}
#partners #partners-intro #page-title {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
.partners-row {
  display: block;
  clear: both;
  overflow: hidden;
}
.partners-single {
  padding: 10px;
  float: left;
  display: inline;
  overflow: hidden;
}
.partners-single.even {
  margin-right: 5%;
  clear: both;
}
@media only screen and (max-width: 749px) {
  .partners-single {
    width: 100%;
  }
  .partners-single.even {
    margin: 0 0 10px;
  }
}
.partners-single .partners-text {
  float: left;
  display: inline;
  width: 64%;
}
.partners-single .partners-text img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}
.partners-image,
.fpa-img {
  float: left;
  display: inline;
  width: 30%;
  overflow: hidden;
  position: relative;
  margin-right: 5%;
}
.partners-image:after,
.fpa-img:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.partners-image img,
.fpa-img img {
  position: absolute;
  left: -1000%;
  right: -1000%;
  top: -1000%;
  bottom: -1000%;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}
.fpa-images {
  font-size: 0;
}
.fpa-img {
  width: 17.5%;
  margin: 0 0.95%;
  max-width: 150px;
  display: inline-block;
  float: none;
}
.fpa-block {
  text-align: center;
  text-decoration: none;
  color: #333;
  overflow: hidden;
  float: left;
  display: inline;
  margin-right: 0.8620689655172413%;
  margin-left: 0.8620689655172413%;
  width: 48.26%;
}
@media only screen and (max-width: 749px) {
  .fpa-block {
    float: left;
    display: inline;
    margin-right: 0.8620689655172413%;
    margin-left: 0.8620689655172413%;
    width: 98.27%;
    clear: both;
  }
}
.fpa-block:hover {
  text-decoration: none;
  color: #333;
}
#footer-partners-awards {
  padding-top: 10px;
  padding-bottom: 20px;
  width: 1160px;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  clear: both;
}
@media only screen and (max-width: 1170px) and (min-width: 970px) {
  #footer-partners-awards {
    width: 940px;
  }
}
@media only screen and (max-width: 969px) and (min-width: 750px) {
  #footer-partners-awards {
    width: 720px;
  }
}
@media only screen and (max-width: 749px) and (min-width: 480px) {
  #footer-partners-awards {
    width: 450px;
  }
}
#footer-partners-awards h6 {
  font-size: 16px;
  text-align: center;
  display: block;
  padding: 10px;
}
#index-heading {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
#index-heading h1 {
  padding-bottom: 20px;
}
#index-post-loop-wrap {
  overflow: hidden;
  width: 1160px;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
@media only screen and (max-width: 1170px) and (min-width: 970px) {
  #index-post-loop-wrap {
    width: 940px;
  }
}
@media only screen and (max-width: 969px) and (min-width: 750px) {
  #index-post-loop-wrap {
    width: 720px;
  }
}
@media only screen and (max-width: 749px) and (min-width: 480px) {
  #index-post-loop-wrap {
    width: 450px;
  }
}
@media only screen and (min-width: 750px) {
  #index-post-loop {
    display: flex;
    flex-wrap: wrap;
  }
}
#index-post-loop .loop-post {
  float: left;
  display: inline;
  margin-right: 0.8620689655172413%;
  margin-left: 0.8620689655172413%;
  width: 31.6%;
  background: #fff;
  overflow: hidden;
  border: 1px solid #D7D7D7;
  min-height: 360px;
  margin-bottom: 3%;
  padding: 12px 14px;
  text-decoration: none;
  color: #000;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#index-post-loop .loop-post:hover {
  text-decoration: none;
  opacity: .95;
  box-shadow: 5px 5px 7px 0 rgba(0,0,0,0.1);
}
#index-post-loop .loop-post:hover .lp-feature {
  -moz-transform: scale(1.115);
  -webkit-transform: scale(1.115);
  -o-transform: scale(1.115);
  -ms-transform: scale(1.115);
  transform: scale(1.115);
}
#index-post-loop .loop-post h3 {
  text-transform: uppercase;
  min-height: 50px;
  padding-top: 10px;
  padding-bottom: 5px;
}
#index-post-loop .loop-post .lp-feature {
  padding-top: 65%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 969px) and (min-width: 750px) {
  #index-post-loop .loop-post {
    float: left;
    display: inline;
    margin-right: 0.8620689655172413%;
    margin-left: 0.8620689655172413%;
    width: 48.26%;
    min-height: 330px;
  }
}
@media only screen and (max-width: 749px) {
  #index-post-loop .loop-post {
    float: left;
    display: inline;
    margin-right: 0.8620689655172413%;
    margin-left: 0.8620689655172413%;
    width: 98.27%;
    clear: both;
    min-height: auto;
  }
}
nav.navigation.pagination {
  display: block;
  clear: both;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
}
nav.navigation.pagination .screen-reader-text {
  visibility: hidden;
}
nav.navigation.pagination .nav-links {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 16px;
}
nav.navigation.pagination a {
  display: inline-block;
  color: #000;
  margin-left: 4px;
  margin-right: 4px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
nav.navigation.pagination a:hover {
  text-decoration: none;
  opacity: .8;
}
nav.navigation.pagination .page-numbers.current {
  color: #fff;
  background-color: #1A76BB;
  padding: 5px;
  margin-left: 4px;
  margin-right: 4px;
}
.row-terms {
  padding: 10px 0;
}
.row-terms label {
  display: block;
  padding: 5px 10px;
  border: 1px solid #eee;
  background: #fff;
  text-align: left;
  overflow: hidden;
}
.row-terms label input,
.row-terms label .terms-label-text {
  float: left;
  display: inline;
}
.row-terms label input {
  margin: 5px 10px 0 0;
}
.row-terms #terms_error {
  clear: both;
  background: #f00;
  display: none;
  text-align: left;
  color: #fff;
  padding: 5px 10px;
  opacity: .7;
}
.i-btn {
  display: block;
  width: 220px;
  position: relative;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin: 5px 0;
  background: #1a1a1a;
  border-radius: 3px;
  line-height: 1;
  font-size: 18px;
  font-family: "pt-sans", sans-serif;
}
.i-btn span {
  padding: 10px;
  display: inline-block;
}
.i-btn img {
  display: block;
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
}
#p404 {
  width: 540px;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  clear: both;
  text-align: center;
  color: #000;
  padding-bottom: 20px;
}
#p404 #p404-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 115px;
  height: auto;
}
#p404 a {
  font-weight: bold;
  color: inherit;
}
#p404 .the-content {
  font-size: 1.9rem;
  padding-top: 20px;
}
#p404 #searchform {
  padding-top: 20px;
}
#p404 #searchform #s {
  border: 1px solid #000;
  padding: 5px 10px;
}
#p404 #searchform #searchsubmit {
  border: 1px solid #898989;
  background-color: #898989;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
}
@media only screen and (max-width: 749px) {
  #p404 h1 {
    font-size: 1.6rem;
  }
  #p404 .the-content {
    font-size: 1.4rem;
  }
}
