s
* {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}


html {
  overflow-x: hidden;
  height: 100% !important;
}
body,
html {
  font-size: 100% !important;
  min-height: 100%;
}
body {
  font-family: 'Poppins', sans-serif;
  min-height: 100% !important;
  color: #101010;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
* {
  font-family: 'Poppins', sans-serif;
}

body,
button,
div,
html,
input,
label,
li,
p,
select,
span,
textarea,
ul {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style-position: inside;
}
p {
  margin-bottom: 15px;
}
a {
  color: #9c1111;
}
a:hover {
  color: #b62514;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  clear: both;
  border-top: 1px solid #eaeaea;
  margin: 15px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  font-weight: 400;
  font-weight: 600;
}
h1 {
  color: #000;
  font-weight: bold;
  font-size: 35px;
}
h2 {
  margin: 20px 0;
  font-weight: bold;
}
h3 {
  margin: 15px 0;
  font-weight: bold;
}


.buttons-center {
  text-align: center;
}
.buttons-center a {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  background: #8f1211;
  width: auto;
  min-width: 200px;
  padding: 10px 20px;
  margin: 10px;
  text-align: center;
  border: 0;
  border-radius: 4px;
}
.buttons-center a:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
}
.buttons-center a:last-child {
  background: #000;
}
.buttons-center a:last-child:hover {
  background: #8f1211;
}
.buttons-center a:nth-child(3) {
  background: #8f1211;
}
.buttons-center a:nth-child(3):hover {
  background: #000;
  color: #fff;
}
.buttons-center a.btn-red {
  background: #8f1211;
  font-size: 20px;
}
.buttons-center a.btn-red:hover {
  background: #000;
}

.default-button,
.btn-default {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  background: #8f1211;
  width: auto;
  padding: 10px 20px;
  margin: 10px auto;
  text-align: center;
  border: 0;
  border-radius: 4px;
}
.default-button:hover,
.btn-default:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
}

.half-image,
.half-img,
.image-half {
  width: 50%;
  float: left;
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
  margin-top: 8px;
}
.half-image img,
.half-img img,
.image-half img {
  width: 100%;
  height: auto;
}
.half-video,
.video-half {
  width: 50%;
  float: left;
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
}
.image-right {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}


.youtube-play-button {
    cursor: pointer;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.youtube-play-button img{
    width: 100%;
    height: auto;
}
.youtube-play-button .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
    position: absolute;
}
.youtube-play-button:hover .play-button{
    background-color: #d02f38;
}
.youtube-play-button .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
    border-width: 8px 0 8px 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
}
.video-container-box {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-container-box .youtube-play-button {
    position: initial;
}
.video-youtube-box {
    position: relative;
}
.video-youtube-box img{
    margin: 0; 
    width: 100%;
    height: auto;
    float: left;
}
.video-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.aal-wrap {
  overflow: hidden;
  font-size: 85%;
}
.aal-wrap .container,
.container {
  margin: 0 auto;
  padding: 0;
  width: auto;
  max-width: 1630px;
}
.aal-wrap .reduced-container {
    max-width: 1200px;
}
.container1300,
.aal-wrap .container1300 {
    max-width: 1300px;
    margin: auto;
}
.container1200,
.aal-wrap .container1200 {
    max-width: 1200px;
    margin: auto;
}
.container1100,
.aal-wrap .container1100 {
    max-width: 1100px;
    margin: auto;
}

.carousel,
.carousel-inner,
.carousel-inner .item {
  min-height: initial;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item img {
  width: 100%;
  height: 545px;
  margin: 0;
}
#myCarousel10.carousel-fade .carousel-inner .item img,
#myCarousel11.carousel-fade .carousel-inner .item img,
#myCarousel3.carousel-fade .carousel-inner .item img,
#myCarousel2.carousel-fade .carousel-inner .item img {
  height: auto;
}
#myCarousel3.carousel-fade .carousel-inner .item img,
#myCarousel2.carousel-fade .carousel-inner .item img {
  width: auto;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.header-wrap,
.list1,
.search-wrap1,
.search-wrap1 button {
  display: block;
  overflow: visible;
}
.list1 {
  list-style: none;
  clear: both;
  line-height: 1;
}
.list1 li {
  display: inline-block;
  margin: 5px 0;
}
.list1 li:last-child {
  border: none;
}
.wrap-sign-up,
.top-rated {
  z-index: 9;
}
.home-wrap .overlay-video-home {
  position: absolute;
  top: 0;
  height: 1200px;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.header-wrap {
  background-color: transparent;
  color: #fff;
  padding: 10px 0;
  position: fixed;
  transition: all 0.25s ease 0s;
  width: 100%;
  z-index: 9990;
}
.header-wrap .container {
  /*max-width: 1300px;*/
}
.header-int {
  background: #000;
}
.page-wrap .h1-interior-page {
  text-align: center;
  border: medium none;
  font-size: 35px;
  font-weight: 600;
}
.page-wrap .h1-interior-page.no-title {
  opacity: 0;
  z-index: -1;
}
header.pagetitle {
  text-align: center;
  margin-bottom: 20px;
}
header.pagetitle a.btn-prices {
    display: inline-block;
    padding: 10px 20px;
    background: #8f1211;
    height: auto;
    font-size: 22px;
    line-height: 30px;
    width: 250px;
    margin: 10px;
    margin-top: 0;
}
header.pagetitle a.btn-prices:hover {
  background: #000;
}

.header-wrap .logo {
  float: left;
  margin-right: 10px;
}
.header-wrap .logo img {
  max-width: 70px;
}
.homepage .header-wrap .logo img {
  max-width: 100px;
}
.header-wrap .header-right {
  display: inline-block;
  float: right;
  margin-top: 10px;
}
.phone-top {
  display: inline-block;
}
.phone-top a {
  color: #fff;
  font-size: 25px;
}
.phone-top a i {
  font-size: 25px;
  margin-right: 5px;
}
.phone-top a:hover {
  color: #9c1111;
  text-decoration: none;
}

.open-menu {
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
}
.open-menu i {
  font-size: 30px;
  color: #B11D1D;
}
.close-menu {
  display: inline-block;
  /*float: right;*/
  cursor: pointer;
}
.close-menu i {
  font-size: 20px;
  padding: 5px;
}
.main-menu .top-line {
  display: inline-block;
  width: 100%;
  text-align: left;
}

.main-menu {
  display: none;
  background: rgb(0 0 0 / 0.8);
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  right: 0px;
  padding: 20px;
  width: 300px;
  overflow: auto;
  z-index: 99999;
}
/*.main-menu ul {
  max-width: 1000px;
  margin: auto;
  margin-top: 50px;
}*/
.main-menu ul li {
  list-style: none;
  display: block;
}
.main-menu ul li a {
  display: block;
  margin: 5px 0;
  padding: 10px 0;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}
.main-menu ul li a:hover {
  color: #8f1211;
}
.main-menu ul li a i {
  margin-left: 5px;
  display: none;
}
/*.main-menu ul li.has-submenu.menu-about {
  width: 50%;
  float: left;
}*/
.main-menu ul li ul {
  display: inline-block;
  margin-top: 0;
}
/*.main-menu ul li ul li {
  display: inline-block;
  width: 50%;
  float: left;
}*/
.main-menu ul li ul li a {
  padding: 5px 0;
  font-size: 16px;
  font-weight: 400;
}
.main-menu .search-form {

}
.main-menu .search-form form {

}
.main-menu .search-form form input {
  color: #000;
  font-size: 16px;
  width: calc(100% - 40px);
}
.main-menu .search-form form button {
  font-size: 16px;
  width: 40px;
}

.menu-overlay {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.header-wrap .btn-book-now {
  padding: 10px 20px;
  line-height: 1;
  font-size: 15px;
  border-radius: 3px;
  font-weight: bold;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 10px;
  display: block;
}

.wrap-interior-page .header-int {
  /*background: transparent;*/
}
.header-scroll,
.wrap-interior-page .header-scroll {
  background: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-scroll .left-header a,
.header-scroll .left-header em,
.header-scroll .social-icons {
  display: none;
}
.header-scroll .btn-book-now {
  margin-top: 9px !important;
}
.header-scroll .left-header .phone-hidden a {
  display: block;
}
.header-scroll .logo {
  width: 55px !important;
}
.header-scroll .logo img {
  width: 100% !important;
}
.header-scroll .left-header span {
  padding-left: 0;
  font-size: 17px;
  font-weight: 600;
}
.header-scroll span.phone {
  background: none;
  padding: 0;
}


.header-scroll .logo {
  margin-right: 15px;
}


.carousel-left h2,
.carousel-left h3 {
  font-weight: 700;
}

.carousel .carousel-inner {
  z-index: 1;
}
.carousel-slider {
  position: relative;
  z-index: 5;
  top: -550px;
}
.carousel-left {
  position: absolute;
  z-index: 2;
}
.carousel-left h2 {
  color: #FFF;
  margin-top: 40px;
}
.carousel-left h2 span {
  display: block;
}
.carousel-left h3 {
  color: #fff;
  font-size: 22px;
}


.tap-to-call {
  display: none;
}

.btn-red9 {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 8px 15px;
  border: 2px solid #8f1211;
  margin-left: 10px;
  border-radius: 5px;
  text-transform: uppercase;
}

.bg-popup-chris {
  position: relative;
  background: url(../images/christmas/popup-christmas.png) top center no-repeat;
  z-index: 9999;
  width: 540px;
  height: 319px;
}

/* galleria.classic.css */

#popup-survey .lightbox {
  left: auto;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  max-width: 100%;
  background: #ffffff;
  z-index: 99999999;
  position: fixed;
  top: 20%;
  height: auto;
}

.content-survey.text-popup {
    text-align: center;
}
#ouibounce-modal h1 {
  text-align: center;
  font-size: 25px;
  margin: 10px 0;
}
#ouibounce-modal p {
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 20px;
}
#ouibounce-modal a#linkbook {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 500;
  background: #8f1211;
  font-size: 18px;
  padding: 10px 20px;
}
#ouibounce-modal a#linkbook {
  background: #000;
}

.box-prom {
  background-color: #8f1211;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  float: left;
  margin-bottom: 20px;
}

.content-survey p {
  font-size: 18px;
}

.gallery {
  height: 440px;
}

.galleria-container {
  position: relative;
  overflow: hidden;
  width: 640px !important;
  height: 460px;
}

.galleria-container img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

video#bgvid {
  height: auto;
  max-height: 400%;
  max-width: 130%;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0px;
  width: auto;
  z-index: 0;
}

.galleria-stage {
  position: absolute;
  top: 0;
  bottom: 70px;
  height: 320px;
  left: 10px;
  right: 10px;
  overflow: hidden;
  border: 5px solid #fff;
  margin: 0 -10px;
}

.galleria-thumbnails-container {
  height: 217px;
  bottom: 0;
  position: absolute;
  z-index: 2;
  width: 650px;
  top: 335px;
}

.galleria-carousel .galleria-thumbnails-list {
  margin-left: 60px;
  width: 520px;
}

.galleria-thumbnails .galleria-image {
  height: 45px;
  width: 45px;
  background: #fff;
  margin: 0 5px 0 0;
  border: 5px solid #fff;
  float: left;
  cursor: pointer;
}

.galleria-thumbnails {
  width: 650px;
  height: 155px;
}

.galleria-counter {
  position: absolute;
  bottom: 10px;
  left: 10px;
  text-align: right;
  color: #fff;
  font: normal 11px/1 arial, sans-serif;
  z-index: 1;
}

.galleria-loader {
  background: #000;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: none;
  background: url(../images/classic-loader.gif) no-repeat 2px 2px;
}

.galleria-info {
  width: 50%;
  top: 15px;
  left: 15px;
  z-index: 2;
  position: absolute;
}

.galleria-info-text {
  background-color: #000;
  padding: 12px;
  display: none;
  zoom: 1;
}

.galleria-info-title {
  font: bold 12px/1.1 arial, sans-serif;
  margin: 0;
  color: #fff;
  margin-bottom: 7px;
}

.galleria-info-description {
  font: italic 12px/1.4 georgia, serif;
  margin: 0;
  color: #bbb;
}

.galleria-info-close {
  width: 9px;
  height: 9px;
  position: absolute;
  top: 5px;
  right: 5px;
  background-position: -753px -11px;
  opacity: .5;
  filter: alpha(opacity=50);
  cursor: pointer;
  display: none;
}

.notouch .galleria-info-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.touch .galleria-info-close:active {
  opacity: 1;
  filter: alpha(opacity=100);
}

.galleria-info-link {
  background-position: -669px -5px;
  opacity: .7;
  filter: alpha(opacity=70);
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: #000;
}

.notouch .galleria-info-link:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.touch .galleria-info-link:active {
  opacity: 1;
  filter: alpha(opacity=100);
}

.galleria-image-nav {
  position: absolute;
  top: 50%;
  margin-top: -62px;
  width: 100%;
  height: 62px;
  left: 0;
}

.galleria-image-nav-left,
.galleria-image-nav-right {
  opacity: .3;
  filter: alpha(opacity=30);
  cursor: pointer;
  width: 62px;
  height: 124px;
  position: absolute;
  left: 10px;
  z-index: 2;
  background-position: 0 46px;
}

.galleria-image-nav-right {
  left: auto;
  right: 10px;
  background-position: -254px 46px;
  z-index: 2;
}

.notouch .galleria-image-nav-left:hover,
.notouch .galleria-image-nav-right:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.touch .galleria-image-nav-left:active,
.touch .galleria-image-nav-right:active {
  opacity: 1;
  filter: alpha(opacity=100);
}

.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
  cursor: pointer;
  display: none;
  background-position: -495px 5px;
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 23px;
  z-index: 3;
  opacity: .8;
  filter: alpha(opacity=80);
}

.galleria-thumb-nav-right {
  background-position: -578px 5px;
  border-right: none;
  right: 0;
  left: auto;
}

.galleria-thumbnails-container .disabled {
  opacity: .2;
  filter: alpha(opacity=20);
  cursor: default;
}

.notouch .galleria-thumb-nav-left:hover,
.notouch .galleria-thumb-nav-right:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #111;
}

.touch .galleria-thumb-nav-left:active,
.touch .galleria-thumb-nav-right:active {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #111;
}

.notouch .galleria-thumbnails-container .disabled:hover {
  opacity: .2;
  filter: alpha(opacity=20);
  background-color: transparent;
}

.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right {
  display: block;
}

.galleria-thumb-nav-left,
.galleria-thumb-nav-right,
.galleria-info-link,
.galleria-info-close,
.galleria-image-nav-left,
.galleria-image-nav-right {
  background-image: url(../images/classic-map.png);
  background-repeat: no-repeat;
}


.padding1 {
  position:relative;
  padding-bottom:56.25%;
}
.padding1 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* style.css */
.intro-page h3,
.page-wrap .intro-page .border-lincoln em,
.page-wrap .intro-page p,
.support {
  color: #fff;
}
.curent,
.submenu-search a.active,
.support {
  font-weight: 700;
}
.leave-message,
.support {
  bottom: 0;
  position: fixed;
  left: 10px;
  cursor: pointer;
}

.result-search h2 {
  margin: 0;
  line-height: 14px;
}
.result-search .update-date {
  font-size: 10px;
}
.no-result {
  text-align: center;
  padding: 50px 0 150px;
}
.no-result h5 {
  font-size: 20px;
}
.curent-page {
  padding: 5px;
  font-size: 15px;
}
.submenu-search {
  float: left;
  clear: both;
  width: 100%;
}
.page-wrap .intro-page .border-lincoln {
  float: left;
  border: 3px solid #fff;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.intro-page h3 {
  text-align: center;
}
.support {
  background-color: #ab1313;
  border-radius: 5px 5px 0 0;
  font-size: 12px;
  line-height: 25px;
  height: 155px;
  text-align: left;
  width: 420px;
  z-index: 999999999999;
}
.support-in b,
.support-in dt {
  color: #ffda70;
  font-size: 17px;
}
.support-in i {
  font-size: 17px;
  margin-top: 15px;
  float: left;
}
.support-in .arrow-support {
  margin: 7px 10px 0;
}
.support-in b {
  float: left;
}
.support-in dt {
  font-weight: 400;
}
.support-in a {
  font-size: 16px;
  text-decoration: underline;
  color: #fff;
}
.support-in a img {
  float: left;
  margin: 2px 10px 0 0;
}
.social-blog {
  float: right;
  margin-top: 20px;
}
.social-blog a {
  font-size: 35px;
  margin-left: 10px;
}
.social-blog a:hover {
  color: #000;
}
#dda,
.support-in {
  z-index: 88;
}
.support-in img.driver {
  float: left;
  margin: 7px 10px 0;
}
.support a,
.support a:hover {
  color: #fff;
}
.leave-message {
  color: #000;
  font-weight: 700;
  font-size: 12px;
  height: 310px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px 5px 0 0;
}
.table-form {
  padding: 5px;
  color: #fff;
}
.table-form input[type=text] {
  height: 20px;
  width: 100%;
  padding: 0;
}
.table-form textarea {
  height: 90px;
  padding: 0;
}
.submit-leave-message {
  padding: 5px;
  margin-left: 10px;
  border: none;
  font-size: 12px;
  font-weight: 700;
}
#leave-a-message input,
#leave-a-message textarea {
  border-radius: 2px;
  border: 1px solid #5e5e5e;
}
#leave-a-message span {
  color: #7d7d7d;
}
#leave-a-message {
  padding: 0 10px;
}
#dda .support-in span {
  margin-top: -14px;
  display: block;
  text-align: center;
  margin-bottom: 5px;
  font-size: 14px;
}
.submit-leave-message {
  float: right;
  margin-right: 6px;
  width: 145px;
  background: -moz-linear-gradient(center top, #fafafa 0, #e5e5e5 100%) rgba(0, 0, 0, 0);
  color: #000;
  border-radius: 2px;
  margin-top: 10px;
}
.reservation-form input[type=checkbox],
.reservation-form-1 input[type=checkbox] {
  margin-bottom: 10px!important;
  display: block!important;
}
.pick-winneries img {
  border: 3px solid #686868;
  padding: 0;
}


.wrap-blog .blog-categories {
  display: inline-block;
  margin: 20px 0;
  width: 100%;
  text-align: center;
}
.wrap-blog .blog-categories p {
  font-size: 16px;
  font-weight: 500;
  margin-right: 15px;
  display: inline-block;
}
.wrap-blog .blog-categories select {
  display: inline-block;
  padding: 8px;
  font-size: 17px;
  font-weight: 500;
}

#blog-articles .flex {
  display:-webkit-box;
  display:-moz-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display:-webkit-flex;
  flex-direction:row;
}
.middle-blog {
  border: 1px solid #cacaca;
  margin-bottom: 30px;
}
.middle-blog .title {
  font-size: 20px;
  line-height: 1.4;
  min-height: 110px;
  font-weight: 500;
  display: block;
  margin: 0;
  padding: 10px;
  text-align: left;
}
.middle-blog:hover .title a {
  color: #000;
  text-decoration: none;
}
.middle-blog .img {
  overflow: hidden;
}
.middle-blog img {
  margin: 0 auto;
  float: none;
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
}
.middle-blog:hover img {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}
.middle-blog span.read-by {
  display: inline-block;
  width: 100%;
  padding: 0px 10px 5px;
  color: #757575;
  font-size: 15px;
}
.blog-navigation {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 15px 5px;
}
.blog-navigation a {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  padding: 7px 10px;
  margin: 5px;
  line-height: 1;
}
.blog-navigation a.active {
  background: #9c1111;
  color: #fff;
  border-radius: 3px;
}
.blog-navigation a.arrow-left {
  float: left;
}
.blog-navigation a.arrow-right {
  float: right;
}

/*news page*/
.news-list {
  min-height: 300px;
}
.news-list .flex {
  display:-webkit-box;
  display:-moz-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display:-webkit-flex;
  flex-direction:row;
}
.news-list .news-item {
  text-align: center;
  margin-bottom: 30px;
}
.news-list .news-item .box {
  border: 1px solid #8f1211;
}
.news-list .news-item p.title {
  font-size: 18px;
  margin: 10px 5px;
  font-weight: 500;
  color: #000;
  min-height: 60px;
}
.news-list .news-item .img {
  overflow: hidden;
}
.news-list .news-item .img img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news-list .news-item:hover .img img {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}
.news-list .news-item:hover p.title {
  color: #9c1111;
}
.news-list .news-item a:hover {
  text-decoration: none;
}

.btn2-price {
  background-color: #e3e3e3;
  font-size: 18px;
  font-weight: 600;
  color: #171717;
  padding: 10px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
a.btn2-submit {
  display: block;
  background: #8f1211;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
  margin-bottom: 10px;
}
a.btn2-submit:hover {
  background: #000;
  text-decoration: none;
}  

.col-sm-6.col-sm-offset-3.office {
  margin-bottom: 50px;
}
.main-office,
.temecula-office {
  width: 35.5%;
  float: left;
}

.main-office {
  margin-right: 15px;
}
a.take-me-back {
  padding: 10px 25px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #8f1211;
  margin: 10px 0;
  display: inline-block;
}
a.take-me-back:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.page-wrap .contact-office {
  margin-left: 0;
}
.page-wrap .contact-office li {
  list-style: none;
  padding-left: 30px;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 22px;
}
.page-wrap .contact-office .map-office {
  background: url("../images/icon-location.png");
  background-repeat: no-repeat;
  background-position: 0 0px;
  padding-left: 30px!important;
}
.page-wrap .contact-office .map-office a {
  color: #8f1211;
  text-decoration: underline;
  padding-left: 15px;
}
.page-wrap .contact-office .hours-office {
  background: url("../images/icon-hours.png");
  background-repeat: no-repeat;
  background-position: 0 0px;
  padding-left: 30px!important;
}
.page-wrap .contact-office .hours-office a {
  color: #8f1211;
  font-size: 18px;
}
.page-wrap .btn-black10 {
  background: #222222;
  min-width: 220px;
  font-size: 18px;
}
.page-wrap .min-widt-red10 {
  min-width: 220px;
  font-size: 18px;
}
.page-wrap .wrap-gallery {
  display: block;
  overflow: hidden;
}

.aal-wrap,
.lightbox,
img.zoom_in {
  display: block;
}

.blog-post-wrap {
  box-shadow: 0 1px 3px #777;
}
a.take-me-back {
  background-image: url(../images/backround-btn-popup.png);
  background-color: #9a1111;
  background-repeat: repeat-y;
  cursor: pointer;
  float: left;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  width: 250px;
  margin: 10px auto;
  clear: both;
}
.free-quotenow .estimated-quote h3,
.free-quotenow .estimated-quote p b,
.free-quotenow .estimated-quote span {
  text-transform: uppercase;
  font-weight: 600;
}
.modal-dialog {
  z-index: 99999999;
}
a.take-me-back:hover {
  color: #fff;
}
.box-take-back {
  width: 250px;
  margin: 20px auto 0;
}
.free-quotenow .estimated-quote h3 {
  font-size: 21px;
}
.free-quotenow .estimated-quote p {
  border-bottom: 1px solid #545555;
  color: #000;
  font-size: 18px;
  padding: 0 0 15px;
}
.free-quotenow .estimated-quote p b {
  font-size: 18px;
}
.free-quotenow .estimated-quote span {
  padding: 10px 0;
  float: left;
  font-size: 25px;
  color: #000;
  text-align: center;
}

.border-lincoln em {
  color: #c90b0b;
  font-style: normal;
}
.border-lincoln p {
  color: #fff;
  text-transform: lowercase;
  font-size: 21px !important;
  border-bottom: none !important;
  margin-bottom: 0 !important;
}
.btn-changes {
  width: 100% !important;
  margin-left: 0 !important;
  font-size: 18px !important;
  height: 50px !important;
  line-height: 50px !important;
  text-align: center !important;
}

img.zoom_in {
  width: 24px;
  height: 24px !important;
  float: none;
  margin: -55px auto 30px;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
}
.lightbox {
  background-clip: padding-box;
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, .3);
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
  left: 50%;
  margin-left: -35%;
  outline: 0;
  position: fixed;
  top: 10%;
  width: 70%;
  z-index: 1050;
}
hr,
img {
  border: none;
}
.lightbox iframe {
  height: 420px;
}
#lbOuterContainer {
  box-sizing: content-box;
}
.price-yarn-crawl {
  float: left;
}
.price-yarn-crawl span {
  float: left;
  margin-left: 5px;
  margin-top: 2px;
  margin-bottom: 10px;
}
.ui-datepicker-trigger {
  width: auto;
  margin-top: -30px !important;
  float: right;
  margin-right: 10px;
  z-index: 9999999;
}
#datepicker {
  text-transform: uppercase;
}
.getafree-form-wrap .ui-datepicker-trigger {
  margin-top: -40px !important;
}


.box-news,
.box-news-car {
  padding: 10px 15px;
  border-radius: 3px;
  opacity: .75;
  filter: alpha(opacity=75);
  color: #232d47;
  float: left;
  background-color: #fff;
}
.carousel-left h3 span {
  display: block;
}
.box-news {
  font-size: 18px;
  width: 100%;
}
.box-news b {
  font-weight: 700;
  font-size: 24px;
}
.box-news span {
  font-weight: 700;
  font-size: 18px;
}
.box-news-car {
  font-size: 18px;
  width: 95%;
  line-height: 35px;
}
.box-news-car b {
  font-weight: 700;
  font-size: 24px;
}
.box-news-car span {
  font-weight: 700;
  font-size: 18px;
}
.room {
  width: 95%;
}
.list-pub {
  list-style-image: url(../images/list.png);
  float: left;
  margin: 5px 0;
  padding: 0 40px 0 0;
}
.part,
.ul-partners {
  margin-top: 20px;
  float: left;
}
ul.multi-cols.partnerships-logos {
  margin-left: 0;
  display:-webkit-box;
  display:-moz-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display:-webkit-flex;
  flex-direction:row;
}
ul.multi-cols.partnerships-logos li {
  text-align: center;
  float: left;
}
ul.multi-cols.partnerships-logos li span.logo-title {
  color: #8f1211;
  font-weight: bold;
  font-size: 18px;
}
.video-center p.restricted {
  max-width: 1200px;
  margin: auto;
  display: block;
  text-align: center;
  font-size: 17px;
  line-height: 25px;
}
.page-wrap .partners-content h3 {
  text-align: center;
  font-weight: bold;
}
.box-partners {
  color: #000;
}
.part {
  background-color: #fff;
  padding: 5px;
  font-weight: 700;
  font-style: italic;
  font-size: 15px;
}
.free-quotenow h3,
.getafree-form .btn {
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
.ul-partners {
  list-style: none;
  padding: 0 0 0 10px;
}
.ul-partners li {
  float: left;
  margin-left: -22px;
}
.ul-partners li:first-child {
  margin-left: 0;
}
.ul-partners li img {
  float: left;
  margin: 20px 0 0 -10px;
  position: relative;
  z-index: 1;
}
.box-banners,
.discount,
.ul-partners2 {
  float: left;
  z-index: 100;
}
.ul-partners2 {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  position: relative;
}
.ul-partners2 li {
  float: left;
}
.ul-partners2 li img {
  float: left;
  margin: 0 0 0 5px;
}
.discount {
  position: relative;
  margin: -10px 0 0 -30px;
  background: url(../images/discount.png) no-repeat;
  width: 54px;
  height: 54px;
}
.box-banners {
  top: -650px;
  margin-top: 45px;
}
.box-banners img {
  margin: 0 5px 5px 0;
}
.slider-wrap2 {
  clear: both;
  display: block;
  overflow: hidden;
}
.slider-wrap2 .carousel {
  height: 605px;
  margin: 0;
}
.slider-wrap2 .carousel .carousel-inner {
  width: auto;
}
.pers,
.pers span {
  width: 56px;
  float: left;
}
.box-pers {
  float: left;
  margin: 10px 0 5px;
}
.pers {
  background: url(../images/box.png) no-repeat;
  height: 65px;
  margin-right: 5px;
}
.pers img {
  margin: 4px 8px 0;
}
.pers span {
  text-align: center;
  font-size: 9px;
  color: #3B65A7;
  line-height: 11px;
}
.slider-wrap2 .carousel .carousel-control {
  border: none;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 13px;
  height: 22px;
}
.slider-wrap2 .carousel .carousel-control.left {
  background-image: url(../images/arrow-left.png);
  background-repeat: no-repeat;
}
.slider-wrap2 .carousel .carousel-control.right {
  background-image: url(../images/arrow-right.png);
  background-repeat: no-repeat;
  right: 6%;
  top: 10%;
}
.getafree-form-wrap {
  display: block;
  overflow: visible;
  z-index: 3;
  margin-top: 160px;
}
.getafree-form-wrap .free-quotenow {
  left: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  z-index: 3;
  background: rgba(0, 0, 0, 0.38);
  border-radius: 3px;
  width: 97.5%;
}
.padd {
  padding: 10px 25px;
}
.free-quotenow h3 {
  background: rgba(0, 0, 0, 0);
  color: #fff;
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.getafree-form .fields-wrap input[type=text] {
  height: 50px;
}
.is-block .is-block:hover {
  display: block !important;
}
.getafree-form {
  display: none;
  overflow: hidden;
}
.getafree-form .fields-wrap {
  display: block;
  overflow: hidden;
}
.getafree-form .fields-wrap input {
  background-color: rgba(255, 255, 255, .04);
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 7px 10px;
  width: 100%;
  color: #fff;
  opacity: 1;
  font-size: 18px;
  margin-bottom: 10px;
}
.getafree-form .fields-wrap textarea {
  background-color: rgba(255, 255, 255, .04);
  border: 1px solid #fff;
  border-radius: 2px;
  color: #7D7D7D;
  padding: 7px 10px;
  width: 100%;
}
.getafree-form .fields-wrap .form-control {
  color: #fff;
  opacity: 1;
  font-size: 18px;
  text-transform: uppercase;
}
.getafree-form .fields-wrap input::-moz-placeholder {
  font-size: 18px !important;
  color: #fff !important;
}
.getafree-form .fields-wrap input[type=checkbox] {
  margin-top: 13px !important;
  margin-bottom: 0 !important;
}
.getafree-form .fields-wrap textarea {
  margin-bottom: 10px !important;
}
.getafree-form .btn {
  background-color: #a61212;
  background-image: url("../images/background-instant-quote.png");
  background-position: center top;
  background-repeat: no-repeat;
  font-size: 24px;
  line-height: 40px;
  width: 100%;
  color: #fff;
  margin: 10px 0 10px 0;
  font-weight: bold;
}
.getafree-form .btn:hover {
  background: #ab1313;
}
.padd-none .col-sm-7 {
  padding-right: 5px;
}
.padd-none .col-sm-4 {
  padding-left: 0;
  width: 30.3333%;
  padding-right: 0;
}
.padd-none .col-sm-1 {
  padding: 0;
  margin-top: 10px;
}
.bg-facebook {
  background: url(../images/carousel/fb.png);
  float: left;
  font-size: 12px;
  height: 55px;
  width: 100%;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.bg-facebook .like-fb {
  background: url(../images/carousel/like-fb.png) rgba(0, 0, 0, 0);
  float: left;
  height: 24px;
  margin: 5px;
  width: 116px;
}
.bg-facebook .pieo-fb {
  background: url(../images/carousel/pieo-fb.png) rgba(0, 0, 0, 0);
  float: right;
  height: 30px;
  margin: 5px 10px 0 5px;
  width: 30px;
}
.bg-facebook b {
  color: #FFF;
  float: right;
  font-size: 12px;
  margin: 3px 0;
  text-align: center;
  width: 115px;
}
.bg-facebook span {
  color: #FFF;
  float: left;
  font-size: 10px;
  margin: 0 10px;
  width: 100%;
}
.bg-facebook span a {
  color: #FFF;
  text-decoration: underline;
}
.red-button-xxl {
  color: #FFF;
  text-align: center;
  font-weight: 700;
}

.red-button-xxl {
  background-color: #AB1313;
  border: 1px solid #C33;
  border-radius: 2px;
  font-size: 18px;
  font-weight: 500;
  margin-left: 15px;
  padding: 10 20px;
  width: 97%;
  margin-top: 20px;
  display: block;
  overflow: hidden;
}

.box5 {
  background-color: transparent;
  border: 0;
  color: #5F6060;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 8px 15px;
  text-align: center;
}
.box5 p {
  margin: 0;
  color: #fff;
}
.box5 p a:hover {
  text-decoration: none;
}
.box5 p a {
  color: #fff;
  text-decoration: underline;
}
.red-button-xxl:hover {
  text-decoration: none;
  color: #FFF;
}
.specials-coupons-form {
  display: block;
  overflow: hidden;
  margin: 15px 0;
}
.specials-coupons-form [type="text"] {
  font-size: 18px;
  color: #aaaaaa;
  width: 70%;
  border: medium none;
  float: left;
  border-radius: 0;
  padding: 8px 10px;
  height: 50px;
}
.specials-coupons-form textarea::-moz-placeholder,
.specials-coupons-form input::-moz-placeholder {
  font-style: italic;
}
.specials-coupons-form [type="submit"] {
  width: 30%;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border: medium none;
  font-weight: 600;
  background-color: #000;
  height: 50px;
  text-transform: uppercase;
}
.page-wrap .specials-coupons {
  display: block;
  overflow: hidden;
  text-align: center;
  font-weight: 600;
  font-size: 19px;
  color: #000;
  margin-bottom: 25px;
  line-height: 1.4;
  color: #000;
}
.page-wrap .specials-coupons a {
  color: #000;
  background-image: url("../images/arrow-black.png");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 25px;
}
.iframe-blog {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
  width: 640px;
  height: 480px;
}
.breadcrumbs-services {
  z-index: 9;
  position: absolute;
  margin-bottom: 20px;
  width: 100%;
  height: 30px;
}
.breadcrumbs-services .breadcrumbs {
  margin-top: 0;
}
.iframe-blog iframe {
  border: medium none;
}
a.all-wineries {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #a61212;
  background-image: url("../images/all-wineries.png");
  background-position: left top;
  background-repeat: no-repeat;
  height: 48px;
  line-height: 45px;
  padding-left: 14px;
  width: 500px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-transform: uppercase;
}
a.all-wineries:hover {
  background-image: url("../images/all-wineries-hover.png");
  background-position: left top;
  background-repeat: no-repeat;
  text-decoration: none;
  background-color: #000;
}


.your-custom small {
  font-size: 12px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 10px;
}
.page-wrap .y-custom2 .specials-coupons {
  display: block;
  clear: both;
  text-align: right;
}

.awards-wrap {
  display: block;
  overflow: hidden;
  padding: 40px 0;
  background-color: #fff;
}
.awards-wrap h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}
.awards-wrap strong {
  display: block;
  overflow: hidden;
  margin: 0 0 20px;
}
.awards-wrap .awards {
  position: relative;
  text-align: center;
  /*max-width: 1250px;*/
  margin: auto;
  /*margin-bottom: 20px;*/
}
.awards-wrap .flex-direction-nav {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 35px;
}
.awards-wrap .flex-direction-nav .flex-prev {
  float: left;
  margin-left: -30px;
}
.awards-wrap .flex-direction-nav .flex-prev i {
  font-size: 30px;
  cursor: pointer;
}
.awards-wrap .flex-direction-nav .flex-next {
  float: right;
  margin-right: -30px;
}
.awards-wrap .flex-direction-nav .flex-next i {
  font-size: 30px;
  cursor: pointer;
}
.awards-wrap .owl-dots {
  display: none;
}
.awards-wrap .item {
  display: inline-block;
  margin: 20px;
}
.awards-wrap .item img {
  display: block;
  width: auto;
  max-width: 200px;
  max-height: 70px;
  margin: auto;
  -webkit-filter: grayscale(100%); 
  filter: grayscale(100%);
}
.awards-list {
  list-style: none;
  display: block;
  overflow: hidden;
}
.awards-list li {
  float: left;
  display: block;
  text-align: center;
  margin-right: 9%;
}
.awards-list li:last-child {
  margin-right: 0;
}


.difference-limo {
  /*background: url("../images/img-aallin-difference-video.jpg") center center no-repeat;*/
  background: #eee;
  display: block;
  text-align: center;
  padding: 30px 0;
}
.difference-limo .div-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  cursor: pointer;
}
.difference-limo .div-video {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 10px auto;
  opacity: 0;
  position: relative;
}
.difference-limo h2 {
  color: #000;
  font-size: 30px;
  padding: 20px 0;
  text-transform: uppercase;
  width: auto;
  margin: 0 auto;
  display: block;
}
.difference-limo p {
  font-size: 18px;
  width: 83%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/*.why-limo {
  display: inline-block;
  float: none;
  max-width: 1400px;
}*/
.why-limo .diff {
  width: 33.33%;
  float: left;
  margin: 0px 0 30px;
}
.why-limo img {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 10px;
  width: auto;
  height: auto;
  max-width: 50px;
  max-height: 40px;
}
.why-limo a {
  color: #8f1211;
  padding: 10px;
  display: inline-block;
  border: 1px solid #8f1211;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 3px;
  width: 150px;
  max-width: 95%;
}
.why-limo a:hover {
  text-decoration: none;
  background: #8f1211;
  color: #fff;
}
.why-limo p {
  text-align: center;
  color: #000;
  padding: 10px 10px;
  display: block;
  min-height: 140px;
  overflow: hidden;
  margin: 0;
  width: 100%;
  font-size: 16px;
}


.btn-middle {
  margin: 0 auto;
  float: none;
  width: 370px;
  display: block;
  margin-bottom: 40px;
}
.btn-middle a {
  font-size: 18px;
  font-weight: 600;
  padding-right: 20px;
}
.btn-middle a:first-child {
  color: #a61212;
  /*background:url("../images/back-read-more.png");*/
  
  background-repeat: no-repeat;
  background-position: right center;
  margin-right: 0px;
}
.btn-middle a:last-child {
  color: #000;
  /*background:url("../images/our-party-bus.png");*/
  
  background-repeat: no-repeat;
  background-position: right center;
}

.wrap-text .text-buttons {
  width: 100%;
  background: rgb(143, 18, 17);
  text-align: center;
  padding: 30px 15px;
  margin: 0;
  float: none;
  display: inline-block;
}
.wrap-text .text-buttons p {
  display: inline-block;
  margin: auto;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}
.wrap-text .text-buttons .btn-middle {
  margin: 0 auto;
  float: none;
  width: auto;
  display: inline-block;
  color: #fff;
}
.wrap-text .text-buttons .btn-middle a {
    background: #000;
    padding: 10px 20px;
    display: inline-block;
}
.wrap-text .text-buttons .btn-middle a:hover {
    color: #000!important;
    background: #fff;
    text-decoration: none;
}
.wrap-text .text-buttons .btn-middle a:first-child {
  color: #ffffff;
}
.wrap-text .text-buttons .btn-middle a:last-child {
  color: #fff;
}
.footer-wrap {
  display: block;
  overflow: hidden;
  padding: 50px 0;
  color: #a1a1a1;
  background-color: #0a0a0a;
  margin-top: 100px;
  text-align: center;
}
.footer-wrap .footer-cities {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-top: 15px;
}
.footer-wrap .footer-cities p {
    margin: 0;
}
.footer-wrap .footer-cities .c-links {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.footer-wrap .footer-cities .c-links span {
    display: inline-block;
    margin: 5px;
    color: #a1a1a1;
}

.footer-wrap .social-wrap {
    display: inline-block;
    overflow: hidden;
    color: #7D7777;
    font-size: 12px;
    text-align: left;
    float: left;
    width: 50%;
    padding-right: 30px;
}
.footer-wrap .social-wrap p {
    font-size: 18px;
    color: #fff;
}

body.homepage .footer-wrap {
    margin-top: 0px;
}
.footer-wrap .links-wrap {
    display: block;
    overflow: hidden;
    color: #7D7777;
    text-align: left;
    margin: 15px 0;
}
.footer-wrap .links-wrap a {
  color: #a1a1a1;
  font-size: 16px;
}
.footer-wrap .links-wrap li a:hover {
  color: #cfc5c6;
}

.footer-wrap .subscribe-wrap {
    display: inline-block;
    width: 50%;
    float: left;
    text-align: left;
}

.footer-wrap p.copyright {
  text-align: left;
  margin-bottom: 0;
  color: #a1a1a1;
}
.btn3,
.protected-wrap img {
  margin-right: 10px;
  width: auto;
  height: 50px;
}

.page-wrap .padding-none {
  padding: 0;
}
.page-wrap .wrap-sign-up {
  margin: 30px 0;
}
#myCarousel3 .carousel-control.left {
  background: rgba(0, 0, 0, 0) url("../images/arrow-left-carousel.png") no-repeat scroll 0 0;
  color: #000;
  cursor: pointer;
  top: 45%;
  width: 34px;
  height: 34px;
  z-index: 99;
  border-radius: 30px;
}
#myCarousel3 .carousel-control.right {
  background: rgba(0, 0, 0, 0) url("../images/arrow-right-carousel.png") no-repeat scroll 0 0;
  color: #000;
  cursor: pointer;
  width: 34px;
  height: 34px;
  top: 45%;
  z-index: 99;
  border-radius: 30px;
}
#myCarousel3 .item {
  margin-left: 5%;
  width: 90%;
}
#myCarousel10 .carousel-control.left {
  background: url(../images/slider-arrow-left.png) no-repeat;
  color: #000;
  cursor: pointer;
  top: 45%;
  width: 34px;
  height: 34px;
  z-index: 99;
  border-radius: 30px;
}
#myCarousel10 .carousel-control.right {
  background: url(../images/slider-arrow-right.png) no-repeat;
  color: #000;
  cursor: pointer;
  width: 34px;
  height: 34px;
  top: 45%;
  z-index: 99;
  border-radius: 30px;
}
#myCarousel10 .item {
  margin-left: 5%;
  width: 90%;
}
#myCarousel11 .carousel-control.left {
  background: url(../images/slider-arrow-left.png) no-repeat;
  color: #000;
  cursor: pointer;
  top: 45%;
  width: 34px;
  height: 34px;
  z-index: 99;
  border-radius: 30px;
}
#myCarousel11 .carousel-control.right {
  background: url(../images/slider-arrow-right.png) no-repeat;
  color: #000;
  cursor: pointer;
  width: 34px;
  height: 34px;
  top: 45%;
  z-index: 99;
  border-radius: 30px;
}
#myCarousel11 .item {
  margin-left: 5%;
  width: 90%;
}

.gallery-car.gallery-reduced {
    display: block;
    max-width: 1200px;
    margin: auto;
}
.gallery-car .carousel-inner.ci {
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-flex;
    flex-direction: row;
}
.gallery-car .row.flex {
  display:-webkit-box;
  display:-moz-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display:-webkit-flex;
  flex-direction:row;
}
.gallery-car .photo {
  padding: 5px;
  position: relative;
}

.gallery-car .photo .img img {
  width: 100%;
  height: auto;
}
.gallery-car .photo .overlay {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
  background: #000;
  color: #fff;
  display: none;
  transition: all 0.5s ease;
}
.gallery-car .photo .overlay .flex {
  width: 100%;
  height: auto;
}
.gallery-car .photo .overlay p.quote {
  color: #fff!important;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  font-style: italic;
  position: relative;
  min-height: 20px;
  font-style: italic;
}
.gallery-car .photo .overlay li.rate,
.gallery-car .photo .overlay p.rate {
  min-height: 10px;
  margin: 10px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  background: none;
}
.gallery-car .photo .overlay p.rate img {
  margin-top: -4px;
}
.gallery-car .photo .overlay p.name,
.gallery-car .photo .overlay span.name {
  color: #fff;
}
.gallery-car .photo:hover .overlay {
  display: flex;
  transition: all 0.5s ease;
}

.load-gallery a {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #a61212;
  line-height: 25px;
  display: block;
  text-align: center;
  text-transform: capitalize;
  padding: 10px;
  width: 200px;
  margin: 15px auto;
  cursor: pointer;
  border-radius: 4px;
}
.load-gallery a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #000000;
}

.flex-container {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  transition: all 0.5s ease;
}


.wrap-reviews-homepage {
  display: block;
  overflow: hidden;
  padding: 50px 0;
  margin: 20px 0;
  /*background: url(../images/bg-pattern-cards-op.png);*/
  background: #f5f3f2;
  background-repeat: repeat;
  background-size: 130px;
}
.wrap-review-service {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
.wrap-reviews-homepage #myCarousel3 .back-white h2 {
  margin-top: 0;
}
.wrap-reviews-homepage .box-address p {
  min-height: auto;
}
.wrap-reviews-homepage #myCarousel3 h2 {
  font-size: 18px;
  color: #a61212;
  line-height: 1.2;
  margin-top: 25px;
  text-align: left;
  text-transform: none;
  min-height: 52px;
}
.wrap-reviews-homepage #myCarousel3 {
  margin-top: 40px;
}
.page-wrap .wrap-reviews-homepage ul {
  margin-left: 0;
}
.wrap-reviews-homepage ul li,
.list-features .wrap-reviews-homepage ul li {
  list-style: none;
  float: left;
  font-size: 14px;
  margin-bottom: 3px;
  color: #000;
  background: none;
  margin-left: 0;
  padding-left: 0;
}
.wrap-reviews-homepage ul li+li {
  float: none;
  display: block;
}
.wrap-reviews-homepage .date-reviews {
  background: rgba(0, 0, 0, 0) url("../images/homepage/date-review.png") no-repeat scroll left center;
  padding-bottom: 0px;
  font-size: 14px;
  padding-left: 22px;
}
.wrap-reviews-homepage .person-reviews {
  /*background: rgba(0, 0, 0, 0) url("../images/homepage/person-review.png") no-repeat scroll left center;*/
  /*padding-bottom: 0px;*/
  /*padding-left: 22px;*/
  font-size: 14px;
  margin-left: 15px;
  float: right;
  font-weight: 600;
}
.wrap-reviews-homepage h2,
.page-wrap .wrap-reviews-homepage h2 {
  font-size: 25px;
  text-align: center;
}
.wrap-reviews-homepage .stars i {
  color: #B11D1D;
  font-size: 22px;
}
.wrap-reviews-homepage p {
  font-size: 14px;
  font-style: italic;
  color: #000 !important;
  min-height: 95px;
}


.home-services h2 {
  text-align: center;
  text-transform: capitalize;
}
.home-services a.see-all {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #a61212;
  line-height: 25px;
  display: block;
  text-align: center;
  text-transform: capitalize;
  padding: 10px;
  width: 250px;
  margin: 10px auto;
  cursor: pointer;
  border-radius: 4px;
}
.home-services a.see-all:hover {
  text-decoration: none;
  background: #000;
}
.reviews-cta {
  margin: 0;
  padding: 30px 0;
  text-align: center;
}
.reviews-cta .flex {
  display:-webkit-box;
  display:-moz-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display:-webkit-flex;
  flex-direction:row;
}
.reviews-cta .left-div {
  display: inline-block;
}
.reviews-cta .left-div h2 {
  display: inline-block;
}
.reviews-cta .right-div {
  display: inline-block;
}
.reviews-cta .right-div .stars {
  margin-left: 30px;
  margin-right: 30px;
  display: inline-block;
  margin-top: 12px;
  float: left;
}
.reviews-cta .right-div a {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #a61212;
  line-height: 25px;
  display: inline-block;
  text-align: center;
  text-transform: capitalize;
  padding: 10px;
  width: 200px;
  margin: 0px;
  cursor: pointer;
  border-radius: 4px;
}
.reviews-cta .right-div a:hover {
  text-decoration: none;
  background: #000;
}

.protected-wrap {
  display: block;
  clear: both;
  margin: auto;
  text-align: center;
  padding-bottom: 20px;
}
.subscribe-wrap .specials-coupons-form {
  margin: 10px 0;
}
.subscribe-wrap p {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
}
.subscribe-wrap form {
  max-width: 400px;
}
.subscribe-wrap form input[type="text"] {
  font-size: 17px;
  color: #515151;
}
#sendintinerary form input[type="submit"]:hover,
.subscribe-wrap form input[type="submit"]:hover {
  text-decoration: none;
  background: #ab1313;
}
#sendintinerary form input[type="submit"],
.subscribe-wrap form input[type="submit"] {
  background: #8f1211;
}
#sendintinerary form input[type="submit"] {
  float: right;
}
.getitinerary {
  background: #ab1313;
  color: #ffffff;
  text-align: center;
  display: block;
  margin: auto;
  float: none;
  font-size: 18px;
  margin-top: 20px;
}
div#form-itinerary {
  max-width: 1400px;
  display: block;
  margin: auto;
  margin-bottom: 100px;
}
div#form-itinerary select,
div#form-itinerary input[type='text'] {
  border: 1px solid #7e7671;
  font-size: 16px;
  min-height: 45px;
  padding: 10px;
}
div#form-itinerary label {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}
div#form-itinerary label.error {
  font-size: 14px;
  font-weight: normal;
  color: red;
}

.btn1 {
  line-height: 30px;
  font-weight: 600;
  color: #fff ;
  text-decoration: none;
  background-color: #ab1313;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 3px;
}
.btn1:hover,
.btn3,
.btn3:hover {
  color: #fff;
  text-decoration: none;
}
.btn1:hover {
  background-color: #bb2323;
}
.btn3 {
  line-height: 29px;
  background: #222;
  background: -moz-linear-gradient(top, #333 1%, #000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #333), color-stop(100%, #000));
  background: -webkit-linear-gradient(top, #333 1%, #000 100%);
  background: -o-linear-gradient(top, #333 1%, #000 100%);
  background: -ms-linear-gradient(top, #333 1%, #000 100%);
  background: linear-gradient(top, #333 1%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000', GradientType=0);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}
.btn3:hover {
  background: #333;
  background: -moz-linear-gradient(top, #444 1%, #111 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #444), color-stop(100%, #111));
  background: -webkit-linear-gradient(top, #444 1%, #111 100%);
  background: -o-linear-gradient(top, #444 1%, #111 100%);
  background: -ms-linear-gradient(top, #444 1%, #111 100%);
  background: linear-gradient(top, #444 1%, #111 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#111111', GradientType=0);
}
.btn3 em,
.readmore1 {
  background-position: right center;
}
.btn3 em {
  float: right;
  display: block;
  width: 20px;
  height: 30px;
  background-image: url(../images/arrow_right2.png);
  background-repeat: no-repeat;
}
form {
  margin: 0;
}
.form-control {
  display: block;
  vertical-align: middle;
  height: 35px;
  padding: 5px 10px;
  line-height: 35px;
  font-size: 100%;
  color: #1d1d1d;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  border: none;
}
.btn,
.btn:hover {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
}
.uneditable-input,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea {
  font-size: 100%;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #7e7671;
}
select {
  padding: 6px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 100%;
  font-weight: 200;
  font-style: italic;
  color: #999;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  font-size: 100%;
  font-weight: 200;
  font-style: italic;
  color: #999;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 100%;
  font-weight: 200;
  font-style: italic;
  color: #999;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 100%;
  font-weight: 200;
  font-style: italic;
  color: #999;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.form-control::-webkit-input-placeholder {
  font-size: 100%;
  font-weight: 200;
  font-style: italic;
  color: #999;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.form-control:-moz-placeholder {
  font-size: 100%;
  font-weight: 200;
  font-style: italic;
  color: #999;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.form-control::-moz-placeholder {
  font-size: 18px;
  color: #fff;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  font-size: 100%;
  font-weight: 200;
  /* font-style:italic;*/
  
  color: #999;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.readmore1 {
  padding-right: 10px;
  font-weight: 700;
  color: #a61212;
  background-image: url(../images/arrow_right1.png);
  background-repeat: no-repeat;
}

.pichome1 {
  float: left;
  margin: 0 20px 5px 0;
}
.price1 {
  font-size: 183.3%;
  font-style: normal;
  color: #a61212;
}
.page-wrap h1 {
  margin-top: 35px;
  margin-bottom: 30px;
  text-align: center;
}

#book-now {
  float: none;
  display: block;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.page-wrap #accordion2 h2 {
  padding-top: 0;
}
.page-wrap h2 {
  font-size: 30px;
  clear: both;
  text-transform: capitalize;
  text-align: center;
}
.page-wrap .box-white h2 {
  clear: none;
}
.page-wrap li,
.page-wrap p {
  font-size: 18px;
  line-height: 1.7;
}
.page-wrap li,
.page-wrap ol {
  margin-bottom: 5px;
}
.page-wrap ol,
.page-wrap ul {
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  display: flow-root;
}
.page-wrap {
  /*background:#ebebeb;*/
  
  position: relative;
  z-index: 8;
}
.page-wrap-interior-page {
  margin-top: 100px;
}
.page-wrap h1,
.page-wrap h2,
.page-wrap h3 {
  color: #101010;
  font-weight: 600;
}
.page-wrap .top-blog h2 {
  font-size: 30px;
  color: #8f1211;
  text-align: center;
  margin: 30px 0;
  display: inline-block;
  width: 100%;
}
.page-wrap .top-blog h3 {
  font-size: 22px;
  color: #8f1211;
}
.page-wrap .list-halloween {
  margin: 0;
  padding: 0;
  text-align: left;
}
.list-center {
  width: 645px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.page-wrap .list-halloween li {
  background: url("../images/Halloween.png");
  background-repeat: no-repeat;
  background-position: 0 1px;
  padding-left: 30px;
  list-style: none;
}
.text-left-video {
  text-align: center;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 20px;
}
.text-left-video .col-sm-4 {
  margin-bottom: 30px;
}
.text-left-video p {
  font-size: 18px;
  line-height: 30px;
}
.wrap-blog {
  margin-top: 100px;
}
.inner-blog {
  display: block;
  max-width: 1100px;
  margin: auto;
}
.inner-blog .col-sm-6 a.button-client-photos,
.inner-blog .col-sm-6 a.button-book-now {
  margin: auto;
  line-height: 1.2;
  width: 250px;
  display: inline-block;
}
.inner-blog .row .col-sm-6:first-child {
  text-align: right;
}
.inner-blog .row .col-sm-6:last-child {
  text-align: left;
}

.inner-blog .width500 {
  width: 500px;
  max-width: 100%;
  float: left;
  margin-right: 20px;
  margin-bottom: 3px;
  position: relative;
}

.wrap-blog h2.restricted {
  max-width: 1000px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wrap-blog h3.restricted {
  max-width: 1000px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wrap-blog p.restricted {
  max-width: 1000px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}
a.btn-prices {
  height: 48px;
  line-height: 45px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  float: none;
  display: block;
  color: #fff;
  background-color: #a61212;
  margin-bottom: 50px;
  width: 472px;
  font-size: 24px;
  text-transform: capitalize;
  border-radius: 4px;
}
a.btn-prices:hover {
  background-color: #000;
  text-decoration: none;
}
a.btn-prices.mb-50 {
  margin-bottom: 50px;
}
a.btn-prices.no-btn {
  opacity: 0;
  z-index: -1;
}
.gallery-title {
  color: #a11212;
}
.p-temecula {
  padding-left: 0;
}
.pic1-temecula {
  float: left;
  margin-right: 10px;
}
.menu-temecula {
  background: #fff;
  float: left;
  width: 100%;
  padding: 5px 5px 0;
  border-bottom: 2px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.men-prob li a,
.men-prob li a:hover {
  background-color: #ebeae9 !important;
  color: #111110 !important;
  font-weight: 600;
}
.men-prob {
  margin: 0 0 15px 1px !important;
}
.men-prob li a {
  font-size: 13px !important;
}
.men-prob li a:hover {
  text-decoration: none !important;
}
.men-prob li {
  background: url(../images/temecula/pic-backactive.png) right top no-repeat rgba(0, 0, 0, 0) !important;
  list-style: none !important;
  padding: 6px 10px !important;
  float: left !important;
  background-color: #ebeae9 !important;
  font-weight: 600;
  text-align: center !important;
  line-height: 21px !important;
}
.men-prob li:last-child {
  background: #ebeae9 !important;
  padding: 5.5px 10px !important;
}
.men-prob img {
  padding-right: 5px !important;
}
.men-prob li:first-child {
  border-radius: 3px 0 0 3px !important;
}
.men-prob li:last-child {
  border-radius: 0 3px 3px 0 !important;
}
.pp {
  padding: 0;
}
.videoWrapper {
  position: relative;
  padding-bottom: 53.8%;
  /* 16:9 */
  
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.standard-iframe {
  height: 503px;
  display: block;
  overflow: hidden;
}
.standard-iframe {
  height: 503px;
  display: block;
  overflow: hidden;
}
.cont small {
  padding: 6px 10px;
  float: left;
  background-color: #ebeae9;
  font-weight: 600;
  text-align: center;
  font-size: 13px;
  width: 100%;
  display: none;
}
.cont,
.menu-temecula p {
  text-align: center;
}
.cont small img {
  margin-right: 10px;
  display: none;
}
.tabbable {
  margin-top: 27px;
}
.cont span {
  display: block;
  margin-bottom: 5px;
}
.cont {
  font-size: 11px;
  margin-bottom: 30px;
  margin-top: 18px;
}
.menu-temecula p {
  font-size: 10px;
  line-height: 14px;
}
.paddr {
  padding-left: 0;
  padding-right: 0;
  float: right;
}
#form-get {
  background-color: #000;
  padding: 10px 20px 20px 20px;
  margin-bottom: 10px;
  border: 1px solid #424242;
  border-radius: 0;
}
#form-get h3 {
  text-align: center;
  font-size: 25px;
}
#form-get .fields-wrap span {
  font-size: 15px;
  font-weight: 300;
  text-transform: initial;
}
#form-get .fields-wrap input[type="checkbox"] {
  margin-top: 10px !important;
}
#form-get textarea::-moz-placeholder,
input::-moz-placeholder {
  font-style: normal;
  color: #777;
}
#form-get input::-webkit-input-placeholder,
#form-get textarea::-webkit-input-placeholder {
  color: #fff !important;
  font-style: normal;
}
#form-get input::-moz-placeholder {
  color: #fff !important;
  font-style: normal;
}
#form-get #message::-moz-placeholder {
  color: #fff !important;
  font-style: normal;
}
#form-get select {
  background-color: transparent;
  display: block;
  width: 100%;
  border-radius: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  margin-top: 10px;
  border: 0;
  border-bottom: 1px solid #424242;
  font-style: normal;
  font-weight: 300;
}
#form-get select option {
    color: #000;
}
#form-get input[type=text],
#form-get textarea {
  background-color: transparent;
  float: left;
  border-radius: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  margin-top: 10px;
  border: 0;
  border-bottom: 1px solid #424242;
  font-style: normal;
  font-weight: 300;
}
#form-get textarea {
  border: 1px solid #424242;
}
#form-get select,
.uneditable-input,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
textarea {
  padding: 8px 0 8px 5px;
}
#already-quote {
  color: #fff;
  text-decoration: underline;
  display: block;
  text-align: center;
  font-size: 14px;
}

.btn-formred {
  background-color: #a61212;
  color: #fff;
  border: none;
  display: block;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  margin: 15px auto;
  padding: 10px 20px;
  width: 150px;
  line-height: 25px;
  text-transform: capitalize;
}
.btn-formred:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

#form-get input.getinstantq:hover {
  background: #620b0b;
}

.data-form {
  margin-top: 12px;
  padding: 5px;
  width: auto;
}

.modal-backdrop.in {
  opacity: 0.9;
}

.pad,
.panel-heading {
  padding-left: 0;
}
.art1,
.pad {
  padding-right: 0;
}
.fa {
  font-family: FontAwesome;
}
.fa-calendar {
  color: #8f1211;
  float: right;
  font-family: FontAwesome;
  font-size: 22px;
  margin-right: 10px;
  margin-top: -35px;
  cursor: pointer;
  position: relative;
  z-index: 99;
}
.panel-group .panel {
  background-color: #ebebeb;
  border-radius: 0;
  border: 0;
  overflow: visible;
  width: 100%;
}
.block,
.customers-resp,
.michael-james,
.right-author,
.scor-right {
  overflow: hidden;
}
.panel-default {
  color: #333;
}

#accordion2,
#accordion4,
#accordion6 {
  margin-top: 20px;
  margin-bottom: 35px;
}
.panel-group .panel .panel-heading .panel-title a {
  background: url(../images/temecula/accord.png) right center no-repeat rgba(0, 0, 0, 0);
  text-decoration: none;
  display: block;
  color: #101010;
  font-weight: 500;
  font-size: 20px;
}
.panel-group .panel .panel-heading .panel-title a:hover,
.panel-group .panel .panel-heading h2:hover {
  color: #8f1211;
}
.panel-default>.panel-heading {
  background-color: #ebebeb;
  border-color: #fff;
}
.art2,
.art3 {
  background: #fff;
}
#accordion2 .panel,
#accordion4 .panel,
#accordion6 .panel {
  box-shadow: 0 1px 1px transparent;
}
#accordion2 .panel .panel-heading .panel-title:hover {
  border: 0;
}

.community-accordion .panel {
  margin-bottom: 15px;
}
.community-accordion .panel .panel-heading {
  padding: 0;
  border: 0;
}
.community-accordion .panel .panel-heading h2 {
  font-size: 18px;
  margin: 0;
  padding: 15px;
}
.community-accordion .panel .panel-heading h2.panel-title a {
  font-size: 18px;
  font-weight: bold;
}


.art1,
.art2 {
  border-right: 1px solid #c8c8c8;
}
.art1,
.art2,
.art3 {
  border-bottom: 1px solid #c8c8c8;
  box-shadow: 0 1px 0 #dfdfdf;
}
.art1 {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 10px;
}
.art1 span {
  font-size: 13px;
  text-align: center;
  display: block;
}
.art1 .col-sm-6:last-child {
  padding-left: 0;
}
.art1 .col-sm-6:last-child img {
  padding-right: 15px;
  min-height: auto;
}
.art1 .col-sm-6 {
  min-height: 135px;
}
.art2 {
  padding: 0;
  border-left: 1px solid #c8c8c8;
  margin-top: 10px;
}
.art2 span {
  font-size: 19px;
  font-weight: 600;
  float: left;
  padding: 20.9px 0 22px 30px;
}
.art3 span,
.btn-pick {
  text-align: center;
}
.art0 {
  padding: 0;
  width: 4.3%;
}
.art3 span {
  float: none;
  width: 75%;
  margin: 0 auto;
  display: block;
  font-size: 13px;
  padding-top: 20px;
}
.pleft-limo .art3 span {
  width: 55%;
}
.panel-default .art1 img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: none;
}
.art3 {
  padding: 0;
  margin-top: 10px;
  width: 29%;
  text-align: center;
  margin-bottom: 30px;
}
.btn-success {
  background: #8f1211;
  border-radius: 5px;
  border: 1px solid #860000;
}
.btn-success:hover {
  background: #000;
  border: 1px solid #1c232a;
  border-radius: 5px;
}
.btn-pick {
  color: #fff !important;
  display: inline-block;
  font-size: 15px;
  background: #8f1211;
  float: none;
  width: auto;
  padding: 10px;
  margin: 10px auto;
  line-height: 15px;
  text-align: center;
  border-radius: 4px;
}
.btn-pick:hover {
  color: #fff;
  text-decoration: none;
}
.customers-resp {
  background: #fff;
  padding: 20px 13px 0 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  box-shadow: 1px 1px 0 #DFDFDF;
  display: block;
  clear: both;
}
.lim,
.portala {
  padding-left: 0;
}
.cust {
  margin-bottom: 20px;
  border: 0;
}
.cust .zoom_in {
  width: auto;
}
.cust img {
  width: 100%;
}
.list-wineries li a {
  font-size: 12px;
  color: #9C1111;
  text-decoration: none;
}
.list-wineries li a:hover {
  text-decoration: underline;
}
.panel-title a:hover,
a.orangebtn-play:hover {
  text-decoration: none;
}
ul.list-wineries {
  color: #9C1111;
  list-style: disc;
  font-size: 18px;
  line-height: 18px;
}
.list-wineries li {
  margin: 5px 0;
  font-size: 12px;
  font-weight: 700;
  color: #000;
}
.portala {
  margin-top: 7px;
  width: 35%;
}
.list-custom {
  padding-right: 0;
  width: 20%;
}
.mg-h3 h3 {
  margin-top: 15px;
  clear: both;
}
.pa {
  margin-bottom: 50px;
}
.lim {
  float: left;
}
.sedan3 {
  padding-left: 15%;
}
.art3-rates a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.art3-rates span {
  padding-top: 25px;
  padding-bottom: 11px;
}
.art3-int span {
  padding: 15px 6px 6px 5px;
  font-size: 12px;
}
.art2-int span {
  padding: 10px 0 9px 30px;
}
.pad-left,
.padd-lr,
.padding1 {
  padding-left: 0;
}

.standard-video {
  float: left;
  margin-right: 10px;
  padding: 0;
}
.art2 em {
  color: #8f1211;
  font-style: normal;
}
.padd-lr {
  padding-right: 0;
}
a.orangebtn-play {
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  background: #f07915;
  border: 1px solid #010000;
  margin-top: 30px;
  padding: 12.5px 12px;
  float: left;
  width: 100%;
  text-align: left;
}
.call-book img,
.padd-right,
.padd0 {
  padding-right: 0;
}
.padd0 {
  padding-left: 0;
}
.call-book a,
.call-book span,
a.prices-packages {
  padding-left: 20px;
  text-align: left;
  position: relative;
  color: #fff !important;
  width: 100%;
  float: left;
}
.orangebtn-play img {
  margin-left: 2%;
}
.call-book img {
  margin-top: 5px;
}
a.prices-packages {
  font-size: 15px;
  margin-top: -40px;
  text-decoration: underline;
}
.call-book span {
  font-size: 40px;
  margin-top: -150px;
}
.call-book a {
  font-size: 43px;
  font-weight: 600;
  margin-top: -100px;
}
.box-bottom {
  background: #fff;
  color: #000;
  float: left;
  width: 100%;
  padding-bottom: 30px;
  padding-top: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.box-bottom span {
  font-style: italic;
  font-size: 25px;
  color: #5b5b5b;
  clear: both;
  display: block;
}
.box-bottom p {
  font-size: 26px;
  font-weight: 700;
  float: left;
  padding-right: 45px;
}
.border-images a,
.coupon-b {
  padding-left: 0;
  padding-right: 0;
}
.pic1-brewery {
  margin-right: 10px;
  float: left;
}
.position {
  float: right;
  margin-bottom: 30px;
}
.left-home,
.right-home {
  cursor: pointer;
  height: 27px;
  width: 16px;
  margin: 120px 0 90px;
  position: relative;
  z-index: 100;
}
.cont em {
  display: block;
  color: #8f1211;
  font-weight: 600;
  font-style: normal;
}
.left-home {
  background: url(../images/arrow-left-brewery.png) no-repeat rgba(0, 0, 0, 0);
  float: left;
}
.right-home {
  background: url(../images/arrow-right-brewery.png) no-repeat rgba(0, 0, 0, 0);
  float: right;
}
.coupon1 img {
  width: 100%;
  height: auto;
  position: relative;
}
.brewery-slide .text span {
  font-weight: 400;
}
.brewery-slide {
  float: left;
  width: 253px;
  height: 174px;
  background: url(../images/brewery-slide.png);
  position: absolute;
  z-index: 100;
  top: 0;
}
.brewery-slide .text {
  -webkit-transform: rotate(-34deg);
  margin-top: 42px;
  -moz-transform: rotate(-34deg);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.estimated-quote small,
.reservation-form label,
.reservation-form-1 label {
  font-weight: 600;
}
.border-images img {
  border: 3px solid #686868;
}
.border-images {
  margin-top: 30px;
}
.border-images a {
  padding-bottom: 15px;
}
.men-brewery li {
  padding: 6px 0;
  font-size: 10px;
}
.call-book {
  clear: both;
  display: block;
}
.icons-title {
  width: 43%;
  float: right;
}
.icons-title span {
  height: auto !important;
}

.reservation-form {
  max-width: 1000px;
  margin: auto;
}
.reservation-form label,
.reservation-form-1 label {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
  color: #171717;
}
.reservation-form input,
.reservation-form select,
.reservation-form textarea,
.reservation-form-1 input,
.reservation-form-1 select,
.reservation-form-1 textarea {
  width: 100% !important;
  margin-bottom: 15px !important;
  padding: 10px !important;
}
.reservation-form textarea,
.reservation-form-1 textarea {
  min-height: 120px;
}
.reservation-form #message ,
.reservation-form-1 #message {
  background: #fff;
  border: 1px solid #b0b0b0;
  min-height: 200px;
}
.reservation-form input,
.reservation-form select,
.reservation-form-1 input,
.reservation-form-1 select {
  border: 1px solid #b0b0b0;
}
.reservation-form input.btn-default {
  border: 0;
}
.reservation-form input.btn-default {
  color: #fff;
}

.reservation-form p.small {
  font-size: 16px;
}
.fields-wrap.agree {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.fields-wrap.agree span {
  color: #000;
  text-transform: none;
  display: inline-block;
  margin-top: 0px;
  margin-left: 5px;
  font-size: 16px;
}


.p-left {
  padding-left: 0;
}
.box-test {
  background: #fff;
}
#accept {
  margin-top: 2px;
  width: 3% !important;
  float: left;
  margin-right: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset !important;
}
.fields-wrap textarea {
  margin-bottom: 0 !important;
}
.block {
  display: block;
}
.estimated-quote small {
  font-size: 18px;
  text-transform: uppercase;
}
.border-lincoln {
  border: 3px solid #5a5a5a;
  width: 100%;
  padding: 5px 0 0 !important;
  font-size: 21px !important;
}
.img-test,
.p-left-test {
  padding-left: 0;
}
.img-test {
  margin-bottom: 20px;
  margin-top: 10px;
}
.bottom-test p,
.box-test {
  margin-bottom: 30px;
  float: left;
}
.bottom-test {
  color: #000;
  padding: 20px 20px 10px 0;
}
.bottom-test p {
  font-size: 26px;
  font-weight: 700;
  padding-right: 30px;
}
.bottom-test span {
  color: #5b5b5b;
  font-style: italic;
  font-size: 18px;
  display: block;
  clear: both;
}
.bottom-test img {
  margin-top: -5px;
  padding: 2px;
}
.bing {
  margin-bottom: 60px;
}
.imgbox-left {
  padding: 0;
}
#myCarousel2 .item {
  width: 90%;
  margin-left: 5%;
  min-height: 150px;
}
#cv-widget {
  background: url(../images/Badge_Finalist2_2014_180x150.png) no-repeat rgba(0, 0, 0, 0) !important;
  width: 140px !important;
  margin-left: auto;
  margin-right: auto;
}
#cv-widget3 {
  background: url(../images/Badge_Finalist3_2014_180x150.png) no-repeat rgba(0, 0, 0, 0) !important;
  width: 140px !important;
}
.cv-clogo {
  left: 10px !important;
}
#fix-best-party {
  width: 100% !important;
  float: left !important;
  display: block !important;
  margin-bottom: 5px !important;
  font-size: 12px;
  text-align: center;
}
.cv-wlink {
  padding-top: 100px !important;
}



.breweries-list ul li,
.winneries-list ul li,
.reduced-container ul li,
.page-wrap.serv-int ul li {
    background: #0000 url(https://www.aallinlimo.com/frontend/default/images/card-icon-spade.png);
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 0 8px;
    list-style: none;
    text-align: left;
}
.breweries-list ul li,
.winneries-list ul li {
  margin-bottom: 15px;
}
.breweries-list,
.winneries-list {
  margin-top: 15px;
}


.about-top img {
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}
.about-d,
.about-img2 {
  margin-right: 15px;
  float: left;
}
.about-top p {
  font-size: 15px;
}
.about-top span {
  font-size: 18px;
  color: #000;
  margin-bottom: 30px;
  display: block;
}

.about-top span a {
  font-size: 18px;
  color: #8f1211;
}
.about-top h2 {
  font-weight: 700;
  margin-bottom: 5px;
}

.btn2-about {
  background: #a81213;
  color: #fff !important;
  border: 1px solid #800001;
  padding: 11px 0;
  margin-left: 30%;
}
.p-left0,
.p-limo,
.pleft-limo {
  padding-left: 0;
}
a.btn2-about:hover {
  text-decoration: none;
  color: #fff;
  background: #000;
}
.list-about ul {
  list-style: square;
  margin-bottom: 15px;
  margin-left: 0;
}
.list-about img {
  margin-bottom: 30px;
}
.about-img2 {
  border: 5px solid #fff;
  padding: 0;
  margin-bottom: 15px;
}
.box-about iframe,
.iframe-small {
  margin-right: 20px;
}
.box-about {
  float: left;
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  margin-top: 10px;
}

.provides-services {
  display: block;
  clear: both;
}
.page-wrap .provides-services ul {
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;
  -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
  -moz-column-gap: 40px; /* Firefox */
  column-gap: 40px;
  margin-left: 0;
}
.page-wrap .provides-services ul li {
  /*background: url("../images/icon-list.png");*/
  /*background-repeat: no-repeat;*/
  /*background-position: 0px 5px;*/
  /*padding-left: 30px;*/
  /*background-size: 20px;*/
  font-size: 18px;
  list-style: none;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 500;
  background: none;
}
/*.page-wrap .provides-services ul li:hover {
  background: url("../images/icon-list-black.png");
  background-repeat: no-repeat;
  background-position: 0px 5px;
  background-size: 20px;
}*/
.page-wrap .provides-services ul li img {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
}
.page-wrap .provides-services ul li a:hover {
  color: #000;
}

.limo-diference {
  display: block;
  text-align: left;
  margin-bottom: 50px;
  margin-top: 50px;
}
.limo-diference .video-wrapper {
  margin-bottom: 10px;
}
.page-wrap .limo-diference h2 {
  font-size: 35px;
  margin: 30px 0;
}
.page-wrap .limo-diference h4 {
  font-size: 30px;
}
.page-wrap .limo-diference p {
  font-size: 20px;
  line-height: 2;
}

.box-about p {
  font-style: italic;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 20px;
}

.sd-trusted-licensed {
  background: #fff;
  /*padding: 40px 0;*/
  margin: 30px 0;
}
.sd-trusted-licensed p {
  text-align: center;
  font-size: 18px;
  max-width: 1000px;
  margin: auto;
}
.box-about span {
  float: right;
}
.box-about span em {
  font-style: normal;
  font-weight: 600;
}
img.img-fixed-footer {
  width: 100px;
  margin: 0 auto;
  margin-top: -50px;
  display: inline-block;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  z-index: 99;
}
.iframe-small {
  width: 514px;
  height: 310px;
  float: left;
  margin-bottom: 20px;
}
.about-top iframe,
.reviewes,
.reviewes img {
  margin-bottom: 30px;
}
.reviewes img {
  padding: 0;
  border: 5px solid #fff;
  float: left;
  margin-right: 15px;
}
.reviewes {
  clear: both;
  display: block;
}
.reviewes p {
  font-style: italic;
  font-size: 13px;
}
.reviewes p em {
  font-weight: 600;
  font-size: 13px;
  color: #8f1211;
  font-style: normal;
}
.breadcrumbs {
  background: #e3e3e3;
  height: 30px;
  margin-top: 80px;
  display: none;
}
.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs ul a,
.breadcrumbs ul li.active-breadcrumbs {
  font-size: 12px;
  padding: 0 30px 0 25px;
  color: #5e5e5e;
  line-height: 30px;
  display: block;
  text-transform: capitalize;
}
.breadcrumbs ul li {
  float: left;
}
.breadcrumbs ul a {
  background: url(../images/breadcrumb-arrow.png) right 0 no-repeat;
}
.breadcrumbs ul a:first-child {
  padding-left: 5px;
}
.breadcrumbs ul span {
  display: block;
  color: #5e5e5e;
  text-transform: capitalize;
  line-height: 30px;
  padding: 0 15px;
}
.limo,
.limo-right {
  border: 5px solid #fff;
  padding: 0;
  width: 47%;
}
.limo {
  margin-right: 30px;
}
a.btn1-limo,
a.btn2-limo {
  font-size: 20px;
  margin-top: 30px;
  line-height: 44px;
  width: 36%;
  margin-bottom: 55px;
  padding: 0;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
a.btn1-limo {
  background: #000;
  margin-right: 15px;
}
a.btn1-limo:hover {
  text-decoration: none;
  background: #8f1211;
}
a.btn2-limo {
  background: #8f1211;
}
a.btn2-limo:hover {
  text-decoration: none;
  background: #000;
}
.wrap-limos a.btn1-limo {
  margin-right: 0;
}
.center-btns {
  display: block;
  float: none;
  margin: 35px auto 90px;
  overflow: hidden;
  width: 90%;
}
.wrap-limos {
  text-align: center;
}
.wrap-limos h2 {
  border-bottom: 1px solid #fff;
  color: #8f1211;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.wrap-limos span {
  border-bottom: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 35px;
  margin-top: 0;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 4px;
}
.wrap-limos a.btn1-limo,
.wrap-limos a.btn2-limo {
  float: left;
  height: 44px;
  line-height: 44px;
  margin-bottom: 0;
  margin-top: 0;
  min-height: 44px;
  position: relative;
  width: 50%;
  border-radius: 4px;
}

.wrap-limos.new-style .row {
  margin-bottom: 50px;
}
.wrap-limos.new-style .col-sm-4 img {
  width: 100%;
  height: auto;
}
.wrap-limos.new-style span {
  color: #515177;
  font-weight: normal;
}
.wrap-limos.new-style .center-btns a {
  display: block;
  width: 100%;
  float: none;
  margin-top: 10px;
}
.wrap-limos.new-style .center-btns a.btn1 {
  background: #1c232a;
}
.wrap-limos.new-style .center-btns a.btn1:hover {
  background: #000;
}

.pad-intlimo {
  padding: 0;
}
a.btn-booklimo {
  float: left;
  width: 100%;
  background: url(../images/back-btnlimo.png);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 52px;
  margin-top: 23px;
  border-radius: 4px;
  margin-bottom: 25px;
}
a.btn-booklimo:hover {
  text-decoration: none;
}


.pleft-limo {
  float: left;
}
.art1 img {
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: none;
  padding-left: 0 !important;
}
.art1 em {
  color: #b73232;
  font-style: normal;
  text-align: center;
  font-size: 13px;
  display: block;
}
.art2 span em {
  color: #8f1211;
  font-style: normal;
}
.art2 hr {
  border-top: 1px solid #c8c8c8;
  margin: 0;
}
.list-features ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
  margin-top: 10px;
}
.pleft-limo h2 {
  margin-top: 20px;
}
.list-features li {
  background: url(../images/li-limo.png) 0 40% no-repeat rgba(0, 0, 0, 0);
  font-size: 18px;
  background-repeat: no-repeat;
  padding-left: 22px;
  text-align: left;
}
.list-features h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 20px;
  text-align: left;
  padding-left: 40px;
}

.gallery-limo {
  display: block;
  clear: both;
  margin-bottom: 25px;
  text-align: center;
}
.gallery-limo a {
  display: inline-block;
  width: 250px;
  margin: 5px;
}
.gallery-limo img {
  padding: 0;
  width: 100%;
  height: auto;
}
.gallery-limo p {
  margin-bottom: 30px;
  font-size: 15px;
}
.ekko-lightbox .modal-body {
    position: relative;
    padding: 5px;
}

.pleft-limo .art3 a {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
}
.page-wrap h4 {
  clear: both;
  font-size: 18px;
  margin: 15px 0;
}
.right-topblog a,
.right-topblog em {
  font-size: 12px;
}
.border-white {
  border: 5px solid #FFF;
}
.form-limor {
  float: right;
}
.top-blog {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
article.top-blog .row {
    display: flow-root;
}
article.top-blog li {
  font-size: 17px;
  color: #000;
}
article.top-blog p {
  font-size: 17px;
  color: #000;
  margin-bottom: 15px;
  text-align: left;
}
.see-more {
  color: #8f1211;
  text-transform: uppercase;
  display: block;
  text-align: right;
  overflow: hidden;
  clear: both;
}
.text-image {
  text-align: center;
}
.top-blog .col-sm-4 img {
  position: relative;
  margin-bottom: 10px;
}
.wrap-image {
  display: block;
  overflow: hidden;
  background: #000;
}
.page-wrap .text-image {
  position: absolute;
  top: 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
}
.page-wrap .text-image p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 28px;
}
.page-wrap .text-image p a {
  color: #fff;
  text-decoration: underline;
}
.page-wrap .text-image p a:hover {
  text-decoration: none;
  color: #9c1111;
}
.page-wrap .text-image em {
  font-style: normal;
}

.wrap-fathersday .box-halloween {
  min-height: 280px;
}
a.button-book-now {
  display: block;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-weight: 500;
  background: #8f1211;
  font-size: 18px;
  padding: 10px;
  margin-top: 10px;
}
a.button-book-now:hover {
  text-decoration: none;
  background: #000;
}
a.button-client-photos {
  display: block;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-weight: 500;
  background: #000000;
  font-size: 18px;
  padding: 10px;
  margin-top: 10px;
}
a.button-client-photos:hover {
  text-decoration: none;
  background: #8f1211;
}
.left-topblog {
  padding: 0;
}
.right-topblog {
  padding-right: 0;
}
.right-topblog em {
  color: #acacac;
  font-style: normal;
}
.right-topblog a {
  color: #1d1d1d;
}
.right-topblog h2 {
  margin-bottom: 5px;
}
.right-topblog p {
  margin-top: 20px;
  clear: both;
}
.top-blog .box-halloween img {
  display: block;
  float: none;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.top-blog .box-halloween {
  min-height: 390px;
  text-align: center;
}
.top-blog .box-halloween-phone {
  min-height: 450px;
}
.top-blog .box-halloween .btn1 {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 120px;
}
.top-blog .p-left {
  padding-right: 30px;
}
.top-blog .box-halloween-phone .btn1 {
  margin-top: 10px;
}
a.btn-blog {
  background: #c92020;
  color: #fff !important;
  border: 1px solid #9b1111;
  box-shadow: 0 1px 0 #e0e0e0;
  font-size: 15px !important;
  padding: 7px 0;
  margin-top: 10px;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 15px;
}
.leftb-middle a,
.leftb-middle em,
.right-middle a,
.right-middle em {
  font-size: 12px;
}
a.btn-blog:hover {
  text-decoration: none;
  background: #000;
  border: 1px solid #000;
}
.leftb-middle,
.right-middle {
  background: #fff;
  border-bottom: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  box-shadow: 2px 0 2px #e4e4e4;
  width: 48.5%;
  min-height: 550px;
}
.leftb-middle {
  padding: 10px;
  margin-bottom: 18px;
}
.leftb-middle em {
  color: #acacac;
  font-style: normal;
}
.leftb-middle img {
  padding: 0;
}
.leftb-middle a {
  color: #1d1d1d;
}
.leftb-middle h2 {
  margin-bottom: 5px;
  margin-top: -25px;
}
.leftb-middle p {
  margin-top: 20px;
}
.right-middle {
  padding: 10px;
  margin-bottom: 18px;
  margin-left: 2.8%;
}
.list1-blog hr,
.list2-blog hr {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #d7d9dc;
}
.right-middle em {
  color: #acacac;
  font-style: normal;
}
.right-middle img {
  padding: 0;
}
.right-middle a {
  color: #1d1d1d;
}
.right-middle h2 {
  margin-bottom: 5px;
  margin-top: -25px;
}
.right-middle p {
  margin-top: 20px;
}
.data-top {
  background: url(../images/back-data.png) no-repeat rgba(0, 0, 0, 0);
  width: 69px;
  height: 69px;
  text-align: center;
  padding: 5px 0;
}
.date-top {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
}
.date-top .day-top {
  font-size: 22px;
  display: block;
  text-align: center;
}
.right-topblog .data-top {
  float: left;
  margin-left: -14%;
}
.leftb-middle .data-top,
.right-middle .data-top {
  top: -35px;
  margin: 0 auto;
  float: none;
  position: relative;
}
.right-author img {
  padding: 0;
  margin-bottom: 15px;
  display: block;
}
.right-author span {
  font-size: 16px;
  color: #373737;
}
.right-author a,
a.btn-getblog {
  font-weight: 600;
}
.right-author a {
  font-size: 16px;
  text-decoration: underline;
  color: #373737;
}
.right-author {
  text-align: center;
  margin-bottom: 30px;
  display: block;
}
a.btn-getblog {
  color: #fff;
  font-size: 21px;
  text-align: center;
  background: #000;
  float: none;
  margin: 0 auto 25px;
  padding: 11px 0;
  text-decoration: none;
  width: 91%;
  display: block;
}
.list1-blog li,
.list2-blog li a,
.list2-blog span {
  padding-left: 8%;
}
a.btn-getblog:hover {
  text-decoration: none;
  background: #860000;
  border-radius: 3px;
}
.list1-blog li {
  font-size: 13px;
  color: #8e8e8e;
  list-style: none;
  background: url(../images/list1-li.png) 0 50% no-repeat rgba(0, 0, 0, 0);
}
.list1-blog li a {
  font-size: 13px;
  color: #8e8e8e;
}
.list1-blog hr {
  margin: 12px 0;
}
.list1-blog {
  margin-bottom: 25px;
}
.list2-blog hr {
  margin: 12px 0;
}
.list2-blog li a {
  font-size: 14px;
  color: #252525;
  list-style: none;
}
.list2-blog li {
  background: url(../images/list1-li.png) 0 10% no-repeat rgba(0, 0, 0, 0);
  list-style: none;
}
.content ul,
ul.christ-list1,
ul.list-business,
ul.list-grad {
  list-style: square;
}
.list2-blog span {
  font-size: 11px;
  color: #8e8e8e;
}
.prob-title {
  width: 95%;
  float: left;
  padding-left: 5%;
  margin-bottom: 20px;
}
.pright-blog {
  padding: 0;
}
.over-img {
  position: relative;
  margin-top: -30px;
}
.bottom-img {
  background: url(../images/services/back1.png) 0 10% rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 0;
  width: 85%;
  height: 26px;
}
.bottom-img a {
  background: url(../images/services/arr-right.png) 0 48% no-repeat rgba(0, 0, 0, 0);
  float: right;
  padding-left: 15px;
  color: #fff;
  line-height: 26px;
  padding-right: 10px;
}
.services-listing h2 {
  font-size: 24px;
  color: #ab1313;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 15px;
  font-weight: 500;
}
.prob-title2 {
  padding-left: 0;
  float: left;
  width: 350px;
  max-width: 100%;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.bg-step {
  width: 100%;
}
.form-contest input,
.form-contest textarea {
  width: 100%;
  font-size: 18px;
  line-height: 1.3;
  padding: 10px;
}
.data-top2 {
  margin-left: 18%;
  color: #1d1d1d;
  background: 0 0;
  height: 45px;
}
.box-banner,
.box-banner2 {
  background-color: #242323;
  opacity: .9;
}
.date-top2 {
  color: #1d1d1d;
  font-size: 12px;
}
.date-top2 .day-top2 {
  display: inline;
  font-size: 12px;
}
.prob-title2 em {
  font-size: 18px;
  font-style: normal;
  color: #8f1211;
  margin-top: 5px;
  display: block;
}
.wrap-blog .title-post-blog {
  color: #8f1211;
  font-weight: bold;
  border-bottom: none;
  text-align: center;
}
.prob-title2 a,
.prob-title2 em a span {
  font-size: 18px;
}
.prob-title2 a,
.prob-title2 em a span {
  font-style: normal;
  color: #8f1211;
}
.prob-title2 span {
  color: #000;
  font-weight: 16px;
}
div#at4-share {
  display: none;
}
.text-banner,
.text-banner2 {
  color: #fff;
  font-style: italic;
}
.data-prob2 {
  height: 45px;
  float: left;
  padding-left: 3%;
}
.prob-title2 .data-prob2 {
  float: none;
  height: auto;
  padding-left: 0;
  font-size: 16px;
}
.prob-title2 img {
  float: left;
  position: relative;
  z-index: 999;
  margin-right: 15px;
  width: 60px;
}
.blog-int2 img {
  width: 100%;
  margin-bottom: 10px;
}
.about-banner {
  position: absolute;
  top: 0;
}
.boll,
.content-box,
.middle-winery em,
.wine-rom {
  position: relative;
}
.box-banner {
  float: left;
  padding-left: 0;
  margin: 31px 0 14px 28px;
}
.text-banner {
  font-style: italic;
  font-size: 42px;
  line-height: 48px;
  margin: 18px 0 0 22px;
}
.pad-contest {
  padding: 0;
}
.box-banner2 {
  float: left;
  height: 62px;
  margin: 0 0 0 54px;
}
.bg-step {
  background-color: #f0f0f0;
  float: left;
}
.text-banner2 {
  float: left;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  margin: 12px 0 0 5px;
}
.title-content-box,
.under-title-content-box {
  font-weight: 600;
  font-style: italic;
}

.title-content-box {
  color: #9c1111;
  font-size: 22px;
  font-style: italic;
  text-align: center;
}
.under-title-content-box {
  color: #404040;
  font-size: 15px;
  margin-bottom: 35px;
  text-align: center;
}
.pad-contest hr {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #bfbfbf;
  margin: 0;
}

.bg-step {
  border: 1px solid #fff;
  border-radius: 3px;
  color: #9c1111;
  font-size: 14px;
  margin: 10px 0 0;
}
.padding-pic img {
  float: left;
  margin: 15px;
}
.bg-step span {
  float: left;
  margin: 15px 0 0;
  font-size: 18px;
}
.padding-pic a {
  text-decoration: underline;
}
span.pad-submit {
  margin-top: 35px;
}

.bg-form label {
  cursor: default;
  float: left;
  font-size: 15px;
  font-weight: 500;
}
.bg-form span {
  color: #dc2c2c;
}
.form-label {
  float: left;
  margin-bottom: 15px;
}

.p2-left img,
.p3-left img,
.pp-left img {
  border: 5px solid #fff;
}

.text-content-form {
  float: left;
  margin: 30px 0;
  text-align: center;
}
.list-about {
  float: left;
}
.title-list {
  color: #404040;
  float: left;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
}
ul.list-rules {
  color: #000;
  float: left;
  font-size: 16px;
  list-style-type: disc;
  margin-bottom: 25px;
  margin-top: 15px;
}
.list-about li {
  margin: 3px 0 3px 15px;
}
.list-ab-right li {
  margin: 3px 0 3px 40px;
}
.title-rlist {
  margin-left: 20px;
}

.boll {
  background: url(../images/boll.png) no-repeat rgba(0, 0, 0, 0);
  float: left;
  height: 151px;
  margin: 5px 0 0 413px;
  width: 151px;
  z-index: 100;
}
.text-boll {
  color: #fff;
  float: left;
  font-size: 15px;
  margin: 45px 0 0;
  text-align: center;
  width: 150px;
}
.top-contest {
  margin-top: 60px;
}
.star-fixed {
  width: 263px;
  margin-top: 40px;
}
.p-textcontent h2 {
  clear: none;
}
.p-textcontent .paddr {
  margin-left: 15px;
}
.iframe-general {
  width: 100%;
  margin-bottom: 25px;
}
.p2-left,
.pp-left {
  padding-left: 0;
  margin: 10px 0;
}
#p-wine {
  padding: 0;
  width: 73.2%;
}
.pp-left img {
  height: 142px;
  width: 100%;
}
.p2-left img {
  height: 110px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 20px;
}
.p2-win,
.p3-left {
  padding-left: 0;
  margin: 10px 0;
}
.img-clear {
  clear: both;
}
.p2-win img {
  height: 70px;
  width: 100%;
}
#logos-wineries {
  margin-top: 0;
  padding: 20px 13px 0 0;
}
#logos-wineries a {
  padding-left: 15px;
}
.first-img,
.limou-tour,
.pad-wed,
.pp-win {
  padding-left: 0;
}
.pp-win {
  margin: 10px 0;
}
.title-gallery {
  display: block;
  clear: both;
}
.pad-wed .box-about {
  margin-top: 0;
  float: none;
}
.pad2-wed {
  padding: 0;
}
.pp-win img {
  height: 122px;
  width: 100%;
}
.limou-tour img {
  float: left;
  margin-bottom: 25px;
}
.iframe-temecula {
  float: left;
  width: 50%;
  margin-right: 15px;
}
.logo-temec {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.list-temec {
  clear: both;
  margin-bottom: 15px;
}
#accordion2 .panel-heading h2,
#accordion4 .panel-heading h2,
#accordion6 .panel-heading h2 {
  margin-bottom: 0;
}
.title-gallery h2 {
  color: #a11212;
  margin-bottom: 15px !important;
}
.first-img {
  margin-top: 0;
  margin-bottom: 2px;
}
.art3-rates .btn-pick {
  padding: 16px 25px;
}
.art3-int a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.art-int2 span {
  padding: 20.9px 0 22px 30px;
}
.testimonials-list {
  padding-left: 0;
  padding-right: 0;
}
.leftb-middle img,
.right-middle img {
  height: 170px;
}

.element-hotel,
.first-p,
.halloween-accordion h2,
.img-graduation,
.img-themes,
.list-lf strong {
  clear: both;
}
.reservation-form input[type=checkbox],
.reservation-form-1 input[type=checkbox] {
  -ms-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  padding: 10px;
}
.reservation-form #accept,
.reservation-form-1 #accept {
  box-shadow: none !important;
}

.weddings-logo img {
  margin: 5px;
}
.weddings-logo {
  margin-top: 20px;
  margin-bottom: 20px;
}
.serv-int h4 {
  text-align: center;
}
#ww-widget-reviews {
  margin-bottom: 30px;
}
.customers-services img {
  height: 109px;
}
.pic1-wedd {
  float: left;
  margin-right: 10px;
  margin-bottom: 7px;
}
ul.list-business {
  margin-bottom: 15px;
  margin-left: 15px;
}
.list-business li {
  font-size: 15px;
}
.last-conv {
  margin-bottom: 30px;
  float: left;
}
.m-top {
  margin-top: 28px;
}
.airport {
  margin-top: 100px;
}
a.btn-hotels {
  border-color: #9c1111 #9c1111 #840e0e;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  font-size: 13px;
  float: none;
  line-height: 34px;
  background: url(../images/btn-hotel.png);
  margin-right: 5px;
  padding: 8px 25px;
}
a.btn-hotels:hover {
  text-decoration: none;
  background: #000;
  border: 1px solid #000;
}
.two-btn {
  margin-bottom: 18px;
  margin-top: 18px;
}
.michael-james img {
  margin: 0 auto 10px;
  float: none;
  display: block;
  min-height: 140px;
}
.first-p {
  margin-top: 21px;
  display: block;
}
.michael-james {
  display: block;
  text-align: center;
}
.m-left {
  padding-left: 0;
}
.m-bt,
.new-years,
.row-new div {
  padding-left: 0;
}
.casa-del-prado,
.list-lf,
.p-lef-none,
.thank-right {
  padding-right: 0;
}

.row-new span {
  display: block;
  margin-bottom: 15px;
}
.row-new {
  text-align: center;
  display: block;
  margin-top: 30px;
}
.img-h-bottom {
  display: block;
  float: none;
  margin: 0 auto;
  text-align: center;
  width: 75%;
}
.img-h-bottom img {
  display: block;
  float: none;
  width: 100%;
  border: 1px solid #000;
  margin-top: 15px;
  margin-bottom: 25px;
}
.celeb-title {
  margin-top: 55px;
}
.new-years small {
  padding-left: 34px;
  display: block;
}
.col-amuse,
.list-bt-hallo,
.thank-left,
.themes-hallo,
.top-amusement {
  padding-left: 0;
}
.list-new-years {
  float: left;
}
.img-years {
  float: right;
  margin-top: 25px;
}
.iframe-valentines {
  width: 55%;
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}
.img-valentines {
  margin-top: 35px;
  margin-left: 15px;
}
.thank-left img,
.thank-right img {
  margin-top: 3px;
}
.m-day em {
  margin-bottom: 20px;
  display: block;
}
.pic-thank {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.thank-left {
  margin-bottom: 20px;
}
.thank-left span {
  display: block;
  font-size: 13px;
}
.facts-you-img {
  height: 240px;
  width: 220px;
}
.thank-right span {
  display: block;
  font-size: 13px;
}
.halloween-img {
  float: right;
  margin-bottom: 15px;
}
.text-centerhall {
  text-align: center;
  margin-bottom: 15px;
  display: block;
}
.img-themes {
  width: 80%;
  float: none;
  display: block;
  margin: 0 auto;
}
.img-themes img {
  width: 100%;
  margin-bottom: 20px;
}
.halloween-bt {
  float: left;
  margin-bottom: 15px;
}
.center-img-grad,
.img-graduation,
.img1-graduation {
  float: none;
  display: block;
}
.halloween-bt span {
  color: #f60;
}
.halloween-bt em {
  color: #000;
  font-style: normal;
  font-weight: 700;
}
.list-rt-hallo {
  padding: 0;
}
.top-m {
  margin-bottom: 20px;
}
.img-graduation {
  margin: 0 auto;
  width: 90%;
}
.img-graduation img {
  margin-bottom: 20px;
  width: 100%;
  height: 300px;
}
.img1-graduation {
  border: 4px solid #fff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  width: 75%;
}

#datepicker3,
.content-results h1,
.text-logo a,
.text-logo em,
.wrap-limousines h3,
.zoom-in {
  text-transform: uppercase;
}
.center-img-grad {
  margin: 0 auto;
  width: 60%;
  text-align: center;
}
.p-lef-none li,
ul.p-lef-none {
  margin-left: 0;
}
.center-img-grad img {
  width: 100%;
  border: 4px solid #fff;
  margin-bottom: 10px;
}
.list-grad li {
  font-size: 13px;
  line-height: 23px;
}
ul.list-grad {
  margin-bottom: 15px;
}
.center-img-grad a {
  text-align: center;
  display: block;
  clear: both;
}
.col-amuse strong {
  display: block;
  font-size: 13px;
}
.col-amuse a {
  font-size: 13px;
  float: left;
  margin-bottom: 20px;
}
.col-amuse span {
  display: block;
  font-size: 13px;
}
.col-amuse img {
  float: left;
  margin-right: 10px;
  margin-top: 15px;
  margin-bottom: 35px;
}
ul.p-lef-none {
  float: left;
}
#mobil-rafl {
  float: none;
  width: auto;
  margin: 0 auto;
}
.christ-list1,
.img1-christ,
.tour-highli {
  float: left;
}
.img-christmas {
  margin-bottom: 10px;
}
.reserve-christ {
  text-align: center;
  float: left;
}
.list-lf stong {
  text-align: center;
}
ul.christ-list1 {
  margin-left: 35px;
}
.awards-list2 li,
.bachelorette-venues li,
.day-out,
.fb-tw li,
.reviewed-winery li,
.reviews-gallery li,
.scor-right li,
.social-icons li,
.top-winery li {
  list-style: none;
}
.christ-list1 li {
  font-size: 13px;
  line-height: 23px;
}
.list-lf strong {
  text-align: left;
  display: block;
  margin-bottom: 15px;
  margin-left: 28%;
}
.img1-christ {
  margin-right: 10px;
  margin-bottom: 10px;
}
.list-other {
  width: 80%;
  margin: 0 auto;
}
.casa-del-prado {
  padding-left: 0;
}
.tour-img {
  float: right;
  text-align: center;
}
.wrap-wineries {
  background: #a52f2d;
  float: left;
  padding: 10px 0 20px;
  margin-bottom: 25px;
  width: 100%;
}
.wrap-wineries h2 {
  font-size: 44px;
  color: #fff;
  float: left;
  clear: none;
}
.pic-win {
  float: left;
  margin-left: 9.5%;
}
.wrap-wineries hr {
  border-top: 1px solid #c37d7c;
  border-bottom: 1px solid #73211f;
  margin-bottom: 15px;
  margin-top: 15px;
}
.wrap-midd {
  padding: 0 10px;
}
.wrap-midd h3 {
  font-weight: 600;
  font-style: italic;
  font-size: 21px;
  color: #e4b72f;
  border-bottom: 1px solid #e4b72f;
  line-height: 35px;
  clear: both;
}
.port-left em,
.port-left span {
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
}
.port-left {
  float: left;
  clear: both;
  display: block;
  margin-bottom: 8px;
}
.port-left span {
  font-weight: 600;
  display: block;
}
.port-left em {
  font-style: normal;
  display: none;
}
.port-left small,
.scor-right span {
  font-weight: 600;
}
.port-left small {
  color: #ffe47a;
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
}
.scor-right span {
  color: #fff;
  font-size: 13px;
  display: block;
  padding-left: 0;
  margin-bottom: 4px;
}
.score-winery {
  color: #fff;
  border: none;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
  float: right;
  display: block;
  height: 38px;
  line-height: 32px;
}
.scor-right {
  display: block;
  border: 1px dashed #fff;
  padding: 0 3px;
  margin-bottom: 20px;
}
.scor-right-left {
  float: left;
  padding-left: 5px;
}
.scor-right li {
  float: left;
}
.scor-right ul {
  clear: both;
  float: left;
  margin-top: 5px;
  margin-left: 0;
}
.pad-winery {
  padding-left: 0;
}
.top-winery hr {
  border-top: 1px solid #c4c4c4;
  margin-bottom: 15px;
  margin-top: 15px;
}

.top-winery strong {
  font-weight: bold;
}
a.play-btn-winery,
a.web-winery {
  font-weight: 600;
  color: #fff;
}
.logo-left {
  float: left;
  margin-right: 43px;
  margin-bottom: 50px;
  margin-top: 50px;
}
.pad-none,
.play-btn-winery img {
  float: right;
}
a.play-btn-winery {
  background: #a52f2d;
  border: 1px solid #010000;
  font-size: 17px;
  padding: 8px 20px;
  text-align: left;
  line-height: 39px;
  float: right;
  margin-top: 5px;
  margin-bottom: 15px;
  border-radius: 4px;
}
a.play-btn-winery:hover {
  color: #fff;
  text-decoration: none;
}
a.web-winery {
  font-size: 30px;
  background: url(../images/pic-website.png) left center no-repeat;
  padding-left: 55px;
  display: block;
}
a.direction-winery {
  font-size: 30px;
  background: url(../images/winery-direction.png) left no-repeat;
  color: #fff;
  padding-left: 30px;
}
.pad-none {
  padding: 0;
}
.panel-group.small-width .center-text {
  max-width: 1000px;
  margin: 20px auto;
  display: block;
}
.panel-group.small-width h2 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
.panel-group.small-width p {
  text-align: center;
  font-size: 17px;
}
.panel-group.small-width .menu-temecula p {
  font-size: 14px;
}
.top-brewery {
  background: #000;
}
.top-brewery li strong {
  color: #000;
}
.top-winery li {
  float: left;
  padding: 0 10px;
  color: #fff;
  border-right: 1px solid #fff;
  font-size: 30px;
  line-height: .8;
  margin-bottom: 10px;
}
.top-brewery li {
  color: #000;
}
.top-winery li p {
  margin-bottom: 0;
  line-height: .8;
}
.top-winery li:last-child {
  border-right: medium none;
  padding-right: 0;
}
.top-winery li:first-child {
  padding-left: 0;
}
.middle-winery {
  float: left;
  width: 100%;
  background: #fff;
  border: 2px dashed #959595;
  padding: 0 0 0 30px;
  margin-bottom: 25px;
}
.bottom-winery .call-winery,
.bottom-winery span {
  padding-right: 20px;
  display: block;
}
.middle-winery span {
  color: #a68e0d;
  font-size: 31px;
  padding-top: 20px;
  display: block;
  position: relative;
  z-index: 999;
}
.middle-winery em {
  color: #000;
  font-size: 24px;
  font-style: normal;
  z-index: 999;
}
.wine-rom {
  float: right;
  z-index: 2;
  margin-top: -40px;
}
.content-mw img {
  float: left;
  margin-right: 10px;
}
.content-mw {
  width: 90%;
  position: absolute;
  z-index: 999;
  margin-top: 40px;
}
.bottom-winery img,
.txt-coup {
  width: 100%;
}
.bottom-winery {
  float: left;
  margin-bottom: 25px;
}
.bottom-winery span {
  color: #fff;
  font-size: 28px;
  position: relative;
  margin-top: -120px;
  z-index: 999;
  float: right;
}
.bottom-winery .call-winery {
  float: right;
  font-size: 34px;
  color: #af1313;
  position: relative;
  margin-top: -84px;
  z-index: 999;
  clear: both;
}
.bottom-winery .winery-pp {
  float: right;
  padding-right: 20px;
  font-size: 17px;
  color: #171717;
  position: relative;
  margin-top: -40px;
  z-index: 999;
  display: block;
  clear: both;
  text-decoration: underline;
}
.pic-aproved {
  float: none;
  margin: 0 auto;
  display: block;
}
.advice {
  text-align: center;
  display: block;
  max-width: 1200px;
  margin: auto;
/*  margin-bottom: 50px;*/
}
.advice .video-wrapper{
  margin-bottom: 0px;
}
.advice h2{
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    text-transform: none;
    color: #101010;
    margin: 25px 0;
}
.advice h2.gallery-title {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 20px;
  padding: 0;
  display: none;
}
.advice img.pic-aproved{
  display: none;
}
.advice .wrap-gray{
  padding: 0;
  background: transparent;
}
.advice .wrap-gray .container {
    padding: 0px;
}
.advice p {
  font-size: 18px;
  text-align: left;
  line-height: 30px;
  margin-bottom: 15px;
}
.top-brewery .logo-left {
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  border: 1px solid #d4d4d4;
}
.top-brewery a.play-btn-winery {
  background: #f07915;
}
.ib,
.top-brewery ul {
  padding-left: 0;
}
.txt-coup {
  text-align: center;
  color: #f07915;
  font-size: 18px;
  float: left;
  position: relative;
  margin-top: -170px;
}
.pr-br {
  float: right;
}
.top-brewery .logo-dif {
  margin-bottom: 40px;
  margin-top: 38px;
}
.gift-form input {
  margin-bottom: 10px;
}
.separator {
  border-top: 1px solid #ccc;
  margin: 30px 0 25px;
  position: relative;
  clear: both;
  top: 10px;
}
.separator strong {
  background: #ebebeb;
  display: block;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  margin: -12px auto 0;
  text-align: center;
  width: 50px;
}
.fix-formg label {
  width: 25%;
  float: left;
}
.fix-formg input,
.fix-formg textarea {
  width: 75%;
}

.accont-fix label,
.fund-name label,
.gift-cert label {
  display: block;
  margin-bottom: 8px;
}
#check_1,
#check_2 {
  padding-right: 3px;
}
.fund-name input,
.fund-name label {
  width: 90%;
}
.accont-fix,
.fund-name {
  width: 20%;
  float: left;
}
.accont-fix input,
.accont-fix label {
  width: 90%;
}
.each-min,
.gift-cert {
  width: 30%;
  float: left;
}
.p-cert {
  padding-left: 0;
}
.each-min {
  margin-top: 27px;
}
.gift-cert input,
.gift-cert label {
  width: 90%;
}
.each-min span {
  width: 7%;
  float: left;
  font-weight: 700;
  margin-top: 8px;
}
.fix-lb,
.fix-lb2 {
  float: left;
  padding-left: 5px;
  margin-top: 3px;
}
.each-min input {
  width: 30%;
  margin-right: 5px;
}
#check_1 {
  float: left;
}
#check_2 {
  float: left;
}
.video-small-middle {
  width: 850px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.video-middle,
.video-middle2 {
  float: none;
  margin-left: auto;
  margin-right: auto;
  height: 315px;
  margin-bottom: 15px;
  display: block;
}
.video-middle {
  width: 60%;
}
.video-middle2 {
  width: 80%;
}
.price-yarn-crawl input {
  width: 5% !important;
  float: left;
  box-shadow: none !important;
  background: #fff !important;
}
.thank-reservation {
  font-size: 12px;
  margin-top: -10px;
  margin-bottom: 20px;
}
.startard-maps {
  width: 50%;
  float: left;
  margin-right: 10px;
  display: block;
  height: 300px;
}
.startard-maps iframe {
  display: block;
}
#margin-images .ui-datepicker-trigger {
  position: relative;
  margin-top: -45px;
  margin-bottom: 0;
}
#margin-images img {
  margin-bottom: 28px;
  margin-top: 3px;
}

#margin-images .pick-wineries {
  margin-top: 15px;
  margin-bottom: 20px;
}
#margin-images input[type=checkbox] {
  /*-ms-transform:scale(1.5);
  -moz-transform:scale(1.5);
  -webkit-transform:scale(1.5);
  -o-transform:scale(1.5);*/
  padding: 10px;
  box-shadow: none !important;
  display: inline-block!important;
  width: 30px!important;
}
.pick-winneries {
  text-align: center!important;
}
.fix-offices h2 {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  margin-top: -40px;
}
.fix-offices {
  clear: both;
}
.text-align {
  text-align: justify;
}
.fields-wrap input[type=checkbox] {
  background: #fff !important;
  width: 20px !important;
  border: none !important;
  margin-top: 7px !important;
  margin-bottom: 10px !important;
  float: left !important;
}
.fields-wrap span {
  margin-top: 3px;
  font-size: 18px;
  color: #fff;
}
.text-align ul {
  margin-left: 15px;
  margin-bottom: 15px;
  display: inline-block;
  width: auto;
}
.text-align ul.three li {
  width: 33%;
  float: left;

}
ul.flow,
.text-align ul.flow {
  display: flow-root;
}

.wrap-blog ul {
  display: flow-root;
}

.logo-wineries {
  float: left;
  margin-bottom: 56px;
  margin-top: 50px;
  padding-left: 0;
  width: 30.8%;
  margin-right: 15px;
}
.top-winery ul {
  padding: 0;
  color: #fff;
  margin-left: 0;
  display: block;
  overflow: visible;
  margin-bottom: 0;
  clear: both;
}
.page-wrap .paddr .btn-book-now {
  display: none;
  line-height: normal;
  padding: 10px 0;
  text-align: center;
}
.without-video {
  margin-top: 0;
  margin-bottom: 30px;
}
.price-yarn-crawl input[type=radio] {
  background: #fff !important;
}
.office-pl {
  padding-left: 0;
}
.office-pl strong {
  text-align: center;
  clear: both;
  display: block;
  margin-bottom: 15px;
}
.of-ptotal {
  padding: 0;
  border: 3px solid #fff;
  width: 48%;
  margin-right: 15px;
  margin-bottom: 15px;
}
.center-office {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border: 4px solid #fff;
  padding: 0;
  float: none;
}
ul.ul-stantard {
  margin-bottom: 10px;
  margin-left: 15px;
}
.ul-stantard li {
  line-height: 21px;
}
#form-contact label {
  float: left;
  padding-right: 10%;
}
#form-contact input {
  margin-bottom: 10px !important;
}
#form-contact input[type=checkbox] {
  background: #fff !important;
  border: none !important;
  float: left !important;
  margin-bottom: 5px !important;
  margin-top: 5px !important;
  width: 20px !important;
  box-shadow: none !important;
  margin-right: 3% !important;
}
.p-contract {
  padding: 0;
  clear: both;
}

.btn-submit-contract {
  background: url(../images/back-submit2.png) rgba(0, 0, 0, 0);
  border: 0 !important;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 30px !important;
  margin-top: 10px;
  padding: 14px !important;
  width: 100%;
}
.pic-community {
  float: left;
  margin-right: 10px;
  border: 1px solid #000;
}
.comm-page {
  width: 100%;
  max-width: 800px;
  display: block;
  margin: auto;
}
#bg img {
  left: 0;
  margin: 0 auto;
  min-height: 50%;
  min-width: 50%;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 1000px;
}
#bg {
  height: auto;
  position: absolute;
  width: 100%;
}
.results-wrap {
  display: block;
  overflow: hidden;
}
.content-results {
  position: relative;
}
.content-results h1 {
  font-size: 38px;
  font-weight: 700;
  color: orange;
  margin-top: 20px;
  float: left;
}
.btn-results-fb span,
a.btn-result-book span {
  cursor: pointer;
  position: relative;
  text-decoration: none;
}
.content-results p {
  color: #fff;
  font-size: 20px;
  text-align: justify;
}
.content-results span {
  color: orange;
}
.content-results hr {
  border-bottom: 1px solid #7d664b;
  border-top: 1px solid #2e1e0a;
}
.title-results {
  font-size: 21px !important;
  margin-top: 25px;
}
.bel-vino-results,
.belvino-pleft {
  margin-bottom: 50px;
  margin-top: 15px;
  padding-left: 0;
}
.bel-vino-results img {
  float: left;
  margin-right: 20px;
}
.bel-vino-results small {
  font-size: 13px;
  color: #fff;
  line-height: 30px;
  display: block;
}
.belvino-pleft span {
  font-size: 28px;
  color: #fff;
  margin-left: 20px;
  float: left;
  margin-top: -20px;
}
a.btn-results-fb {
  float: left;
  padding-left: 0;
  width: 455px;
}
.btn-results-fb img {
  width: 100%;
  min-height: 80px;
}
.btn-results-fb span {
  float: left;
  text-align: left;
  color: #fff;
  font-size: 18px;
  margin-top: -49px;
  padding-left: 30px;
}
a.btn-result-book {
  padding-right: 0;
  float: right;
  width: 455px;
  text-align: center;
}
.btn-result-book img {
  width: 100%;
  min-height: 80px;
}
a.btn-result-book span {
  float: left;
  text-align: center;
  color: #fff;
  font-size: 28px;
  margin-top: -58px;
  width: 100%;
}
.footer-results {
  background: #0d1019;
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.footer-res-left {
  padding-left: 0;
  float: left;
}
.footer-res-left span {
  color: #fff;
  font-size: 19px;
  margin-top: 35px;
  float: left;
}
.text-logo {
  float: left;
  margin-right: 15px;
}
.social-quiz {
  margin-top: 25px;
}
.text-logo a {
  color: #fff;
  font-size: 20px;
  font-style: italic;
  text-decoration: none;
  display: block;
  margin-top: 9px;
  font-weight: 700;
}
.text-logo em,
.text-logo span {
  font-style: italic;
  font-style: normal;
  color: #fff;
}
.art0 img {
  height: 160px;
}
.text-logo em {
  display: block;
  font-size: 14px;
}
.text-logo span {
  font-size: 20px;
  font-weight: 700;
}
.logo-results {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.footer-res-right {
  float: right;
  padding-right: 0;
  margin-top: 10px;
}
.footer-res-right strong a {
  color: #fff;
  font-size: 23px;
  font-style: italic;
  text-decoration: none;
  font-weight: 400;
  display: block;
}
.footer-res-right em,
.footer-res-right p {
  color: #969696;
  font-style: italic;
  display: block;
  font-style: normal;
}
.TCP,
.box-about h2,
.content-quiz p,
.logos-about-page h2,
.start-text h2,
.zoom-in,
ul.graph li,
ul.graph li.active {
  font-weight: 700;
}
.footer-res-right em {
  font-size: 14px;
}
.quiz-wrap {
  background-color: #0d1019;
  background-image: url(../images/pattern_wine.png);
  background-repeat: repeat;
  display: block;
  z-index: 1;
  position: relative;
  min-height: 668px;
  overflow: hidden;
}
.footer-res-right p {
  font-size: 20px;
}

.icons-top {
  position: relative;
  background: url(../images/pattern_wine.png) #0d1019;
  padding-bottom: 1px;
  padding-top: 3px;
}
#body-quiz {
  background-color: #0d1019;
  background-image: url(../images/pattern_wine.png);
  background-repeat: repeat;
}
.back2-res {
  display: none;
}
.right-ft {
  float: right;
  width: 70%;
}
.about-evolution span {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  margin-top: 10px;
}
.about-evolution p {
  font-size: 12px;
  width: 85%;
}
.about-Mike {
  margin-right: 20px;
  float: left;
  display: block;
  margin-bottom: 8px;
}
.box-about h2,
.box-about span {
  font-size: 15px;
}
.logos-about-page h2 {
  font-size: 15px;
  margin: 0 0 15px !important;
}
.logos-about-page p {
  font-size: 13px;
  font-style: italic;
}
#myCarousel2 .carousel-control.left {
  cursor: pointer;
  background: url(../images/slider-arrow-left.png) no-repeat;
  width: auto;
  z-index: 99;
  color: #000;
  top: 25px;
  font-size: 55px;
  height: 50px;
  overflow: hidden;
}
#myCarousel2 .carousel-control.right {
  cursor: pointer;
  background: url(../images/slider-arrow-right.png) no-repeat;
  width: auto;
  z-index: 99;
  color: #000;
  top: 25px;
  font-size: 55px;
  height: 50px;
  overflow: hidden;
}
#myCarousel2.carousel-fade .carousel-inner .item img:hover {
  opacity: 1;
}
#myCarousel2.carousel-fade .carousel-inner .item img {
  opacity: 0.7;
  border: 1px solid #c5c5c5;
}
.btn-orange-start span,
.content-quiz p,
.start-text h2,
.start-text p {
  color: #fff;
}
.margin-logo {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.content-start {
  position: relative;
}
.start-text {
  padding-left: 0;
}
.start-text h2 {
  font-size: 67px;
  line-height: 88px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.start-text p {
  font-style: italic;
  font-size: 19px;
}
.btn-orange-start span {
  font-size: 28px;
  position: relative;
  margin-top: -58px;
  width: 345px;
  float: left;
  text-align: center;
}
.start-page #bg img {
  height: 800px;
}
.btn-orange-start {
  margin-top: 90px;
  padding: 0;
  width: 345px;
}
.content-quiz p,
.img-top-quiz {
  margin-top: 20px;
}
.btn-orange-start img {
  width: 100%;
  min-height: 80px;
}
.content-quiz {
  position: relative;
  display: block;
  clear: both;
}
.quiz-wrap #bg img {
  height: auto;
}
.content-quiz p {
  font-size: 45px;
  clear: both;
  line-height: 55px;
}
.back-trasp {
  padding: 0;
  margin-top: 50px;
}
.day-out {
  display: block;
  clear: both;
  position: relative;
  padding-left: 20px;
  float: left;
  width: 90%;
}
.day-out li {
  color: #ffca53;
  font-size: 27px;
}
.answer {
  border: 3px solid transparent;
  clear: both;
  cursor: pointer;
  float: left;
  left: -20px;
  margin: 3px;
  padding: 5px 15px;
  position: relative;
  width: 96%;
}
.answer div {
  float: left;
  padding-right: 15px;
}
.answerSelected,
.answerSelected2 {
  background: url(../images/bg-check.png) top left;
}
.answerText {
  width: 90%;
}
.wrap-contact h4 {
  margin-top: 0;
}
.ans {
  position: relative;
  right: 32px;
  top: -14px;
  z-index: -10;
  display: none;
}
.answer img {
  float: right;
  margin-top: 10px;
}
.progress-large {
  width: 100%;
  margin: 0;
  padding: 0;
}
.progress-base {
  width: 100%;
  height: 50px;
  background: 0 0;
}
.progress-bar {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: url(../images/bar.png) right top no-repeat;
}
.quiz-progress-bar {
  background-color: #fea300;
  position: absolute;
  height: 50px;
}
.graph {
  border-radius: 5px;
  background: #ccc;
  border: 1px solid #888;
  height: 8px;
  width: 100%;
}
#bar {
  background: -moz-linear-gradient(center top, rgba(255, 197, 120, 1) 0, rgba(244, 128, 38, 1) 100%) rgba(0, 0, 0, 0);
  border-top: 1px solid #fceabb;
  height: 7px;
}
#bar p {
  line-height: 30px;
  margin: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.graph {
  color: #444;
  margin: 40px auto;
  max-width: 1615px;
  position: relative;
}
ul.graph {
  margin: 0 0 30px;
  padding: 0;
  float: left;
  display: block;
  clear: both;
}
ul.graph li {
  display: block;
  border-radius: 50%;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .2) inset;
  color: #000;
  font-size: 16px;
  height: 35px;
  line-height: 37px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, .2);
  top: -14px;
  width: 35px;
  z-index: 999;
}
.btn-back span,
.btn-next-question span,
.btn-quiz-back {
  font-size: 30px;
  position: relative;
}
ul.graph li.question1 {
  left: 0;
  background: #ddd;
}
ul.graph li.question2 {
  left: 11%;
  background: #ddd;
}
ul.graph li.question3 {
  left: 22%;
  background: #ddd;
}
ul.graph li.question4 {
  left: 33%;
  background: #ddd;
}
ul.graph li.question5 {
  left: 44%;
  background: #ddd;
}
ul.graph li.question6 {
  left: 55%;
  background: #ddd;
}
ul.graph li.question7 {
  left: 66%;
  background: #ddd;
}
ul.graph li.question8 {
  left: 77%;
  background: #ddd;
}
ul.graph li.question9 {
  left: 88%;
  background: #ddd;
}
ul.graph li.question10 {
  left: 99%;
  background: #ddd;
}
ul.graph li.answer-quiz,
ul.graph li.answer-quiz10,
ul.graph li.answer-quiz2,
ul.graph li.answer-quiz3,
ul.graph li.answer-quiz4,
ul.graph li.answer-quiz6,
ul.graph li.answer-quiz7,
ul.graph li.answer-quiz8,
ul.graph li.answer-quiz9 {
  background: url(../images/answer-quiz.png) top left no-repeat;
  height: 37px;
  width: 37px;
}
ul.graph li.answer-quiz2 {
  left: 11%;
}
ul.graph li.answer-quiz3 {
  left: 22%;
}
ul.graph li.answer-quiz4 {
  left: 33%;
}
ul.graph li.answer-quiz5 {
  background: url(../images/answer-quiz.png) top left no-repeat;
  height: 37px;
  width: 37px;
  left: 44%;
}
ul.graph li.answer-quiz6 {
  left: 55%;
}
ul.graph li.answer-quiz7 {
  left: 66%;
}
ul.graph li.answer-quiz8 {
  left: 77%;
}
ul.graph li.answer-quiz9 {
  left: 88%;
}
ul.graph li.answer-quiz10 {
  left: 99%;
}
ul.graph li.active {
  color: #8bc53f;
}
ul.graph li.active:before {
  background: #8bc53f;
  z-index: 99999;
}
ul.graph li.visited {
  background: #ececec;
  color: #57aed1;
  z-index: 99999;
}
ul.graph li.visited:before {
  background: #57aed1;
  z-index: 99999;
}
.btn-back {
  clear: both;
  display: block;
  margin-top: 50px;
  padding: 0;
}
a.btn-back:hover {
  text-decoration: none;
}
.btn-back span {
  color: #454021;
  display: block;
  margin-top: -63px;
  padding-left: 65px;
  text-align: center;
}
.btn-next-question {
  clear: both;
  display: block;
  float: right;
  margin-top: -64px;
  padding: 0;
}
.btn-next-question span {
  color: #fff;
  display: block;
  float: left;
  margin-top: -63px;
  padding-left: 95px;
}
.btn-next-question img {
  float: right;
}
.btn-quiz-back {
  background: url(../images/bg-unhover-btn.png) top center repeat-x;
  margin: 6px;
  width: 228px;
  float: left;
  border-radius: 32px;
  color: #454021;
  line-height: 64px;
  padding-left: 65px;
  padding-right: 50px;
  text-decoration: none;
  text-align: right;
  display: inline-block;
  border: 6px solid rgba(255, 255, 255, .5);
  background-clip: padding-box;
}
.active-next,
.btn-quiz-next {
  width: 358px;
  float: right;
  font-size: 30px;
  line-height: 64px;
  padding-right: 40px;
  padding-left: 65px;
  text-align: left;
  margin: 6px;
  display: inline-block;
  position: relative;
}
.btn-quiz-back:hover,
.btn-quiz-next:hover {
  background: url(../images/bg-hover-btn.png) top center repeat-x;
  text-decoration: none;
}
.btn-quiz-back:hover {
  border: 6px solid rgba(255, 255, 255, .5);
  background-clip: padding-box;
  color: #fff;
}
.btn-quiz-next {
  background: url(../images/bg-unhover-btn.png) top center repeat-x;
  border-radius: 32px;
  color: #454021;
  text-decoration: none;
  border: 6px solid rgba(255, 255, 255, .5);
  background-clip: padding-box;
}
.btn-quiz-next:hover {
  border: 6px solid rgba(255, 255, 255, .5);
  background-clip: padding-box;
  color: #fff;
}
.active-next {
  background: url(../images/bg-hover-btn.png) top center repeat-x;
  border-radius: 32px;
  border: 1px solid #ffd980;
  color: #fff;
  text-decoration: none;
  border: 6px solid rgba(255, 255, 255, .5);
  background-clip: padding-box;
}
.btn-quiz-back img {
  float: left;
  margin-top: 17px;
}
.btn-quiz-next img {
  float: right;
  margin-top: 17px;
}
.ps-bottom {
  color: #fff !important;
  font-size: 12px !important;
  line-height: 10px !important;
}


.sitemap-section {
  margin-bottom: 20px;
}
.sitemap-section .title-section h5 {
  font-size: 22px;
  font-weight: bold;
  background: #8f1211;
  color: #fff;
  padding: 10px;
  cursor: pointer;
}
.sitemap-section .title-section h5 i {
  float: right;
  font-size: 30px;
  font-weight: bold;
  margin: 0px;
}
.sitemap-section .title-section h5.active i {
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sitemap-section .links {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  display: inline-block;
  width: 100%;
  display: none;
}
.sitemap-section .links.services-links {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  display: inline-block;
  width: 100%;
  display: none;
}
.sitemap-section .links.sec-open {
  display: block;
}
.sitemap-section .links a {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 16px;
}
.sitemap-section .links.one-column {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
.iframe-michael {
  width: 680px;
  height: 385px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
  margin-bottom: 10px;
}
.fb-tw li,
.p-sandiego {
  padding-left: 0;
  margin-bottom: 20px;
}
.maps-san-diego {
  width: 73%;
  height: 350px;
}
.p-sandiego {
  margin-top: 25px;
}
.fb-tw img {
  margin-bottom: 5px;
}
.twitter-pic {
  margin-left: -5px;
}
.img-temec1,
.img-temec2 {
  margin: 5px 20px;
  border: 2px solid #000;
  width: 695px;
}
.height-textarea {
  overflow: hidden;
  height: 125px;
}
.img-temec1 {
  height: 396px;
}
.img-temec2 {
  height: 498px;
}
.first-star {
  margin-top: -20px;
}
a.btn-accord {
  background: #8f1211;
  float: left;
  line-height: 45px;
  height: 47px;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 3px;
}
a.btn-accord:hover {
  text-decoration: none;
  background: #8f1211;
  border-radius: 3px;
}
.btn-temec {
  width: auto;
  display: inline-block;
  margin: 10px;
}
.lim img,
.zoom-in {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.infographics img {
  width: 100%;
  margin-bottom: 15px;
  border: 2px solid #686868;
}
.infographics h3 {
  text-align: center;
}
.zoom-in {
  background-color: #ab1313;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  width: 110px;
  text-align: center;
  margin-bottom: 45px;
  font-weight: 500;
}
.zoom-in:hover {
  text-decoration: none;
  color: #fff;
  background: #000;
}
.button-print {
  float: right;
  width: 300px;
}
.button-print span {
  color: #fff;
  float: left;
  margin-top: -40px;
  position: relative;
  margin-left: 35px;
  text-align: left;
  width: 300px;
}
#layout-print .bel-vino-results small,
#layout-print .content-results h1,
#layout-print .content-results p,
#layout-print .content-results span {
  color: #000;
}
.button-print img {
  min-height: 60px;
  float: right;
  width: 100%;
}
.banner-wine,
.btn-red,
.quiz-wine-tours {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
}
#p-wine img {
  height: 46px;
}
#p-wine .customers-resp {
  margin-bottom: 20px;
}
#layout-print {
  background: #fff;
  color: #000;
}
#layout-print .bel-vino-results img {
  border: 1px solid #666 !important;
}
#layout-print .btn-results-fb span,
#layout-print a.btn-result-book span {
  color: #fff;
}
#layout-print .btn-results-fb img {
  border-radius: 45px;
  border: 1px solid #385499;
}
#layout-print a.btn-result-book img {
  border-radius: 45px;
  border: 1px solid #ffac00;
}
#result-green #bg img {
  height: 1100px;
}
#result-red #bg img {
  height: 1090px;
}
#quiz-wrap {
  min-height: 1000px;
}
#accordion3 h3 {
  font-size: 17px;
}
#accordion3 .panel .panel-heading a {
  background: none;
  font-size: 18px;
  font-weight: 500;
}
#accordion3 .panel .panel-heading {
  padding-right: 0;
}
.body-background {
  background-image: url(../images/homepage/bgrd-gritty.png);
}
.right-logo {
  font-size: 13px;
  color: #808182;
}
.banner-wine {
  margin-bottom: 40px;
}
.btn-red {
  background-color: #8f1211;
  border: 1px solid #860000;
  border-radius: 5px;
  width: 50%;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  clear: both;
  padding: 12px 0;
  margin-bottom: 10px;
}
.btn-red:hover {
  background: #000;
  text-decoration: none;
  color: #fff;
}
.fix-padding {
  padding-right: 0;
}
.TCP {
  background: #fff;
  font-size: 22px !important;
  line-height: 60px !important;
  min-height: 60px;
  text-align: center;
}
.button-phone,
.buttons-book-email,
.email_us {
  text-align: center;
  font-weight: 600;
  min-height: 40px;
  line-height: 40px;
  width: 100%;
  font-size: 17px;
  color: #fff;
  overflow: hidden;
}
.table-form #phone {
  background: 0 0;
  padding: 0;
}
.buttons-book-email,
.email_us {
  float: left;
  background: #8f1211;
  margin-bottom: 20px;
}
.buttons-book-email:hover,
.email_us:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.email_us {
  margin-right: 0 !important;
}
.email_us a {
  color: #fff;
}
.email_us a:hover {
  text-decoration: none;
}
.button-phone:hover {
  color: #fff;
  text-decoration: none;
  background: #8f1211;
}
.button-phone {
  background: #000;
  display: block;
}
.buttons-contact {
  float: left;
  margin-right: 20px;
  width: 21%;
}

.limousines-services {
  background: #fff;
  display: block;
  overflow: hidden;
  margin: 0;
}
.limousines-services li {
  list-style: none;
  border-bottom: 1px solid #b4b6b9;
  padding: 15px;
  display: block;
  overflow: hidden;
  clear: both;
}
.limousines-services li:last-child {
  border-bottom: medium none;
}
.wrap-limousines h3 {
  font-size: 13px;
  color: #000;
  padding-left: 15px;
  padding-top: 12px;
  margin-bottom: 4px;
}
.limousines-small {
  float: left;
  width: 60%;
}
.limousines-services .limousines-small {
  width: auto;
}
.limousines-sprinter {
  float: left;
}
.limousines-services a {
  float: right;
  color: #ab1313;
  text-align: right;
}
.services-listing .boxed-img-5fff {
  width: 100%;
}
.services-listing .bottom-img {
  margin-top: -26px;
  position: relative;
  width: 100%;
}
.wrap-limousines {
  background: #fff;
}
.limousines-services span {
  display: block;
}
.services-listing h4 {
  background: #fff;
  padding: 10px 10px 10px 13px;
  margin-bottom: 0;
}
h1.title-post-blog {
  margin: 50px 0 40px;
  text-transform: capitalize;
}
.bachelorette-venues h3,
.left-header a,
.left-header em,
a.btn-book-now {
  text-transform: capitalize;
}
.bachelorette-venues img {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 15px;
}
.bachelorette-venues ul {
  margin-left: 0 !important;
}
.bachelorette-venues .row {
  margin-bottom: 25px;
}
.review p {
  font-size: 18px;
}
.review p span {
  color: #8d0f0f;
  font-weight: 600;
}
.page-wrap .reviews-gallery {
  margin-left: 0;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #000;
}
.reviews-gallery li {
  float: left;
  margin-right: 15px;
}
.reviews-gallery li:last-child {
  margin-right: 0;
}
.reviews-gallery span {
  float: left;
  padding-right: 15px;
}
.reviews-gallery img {
  float: left;
}
.reviews-gallery .date-burgundy {
  background: url(../images/date-burgundy.png) left center no-repeat;
  padding-left: 25px;
}
.reviews-gallery .icon-burgundy {
  background: url(../images/icon-burgundy.png) left center no-repeat;
  padding-left: 25px;
}
.review .quote-burgundy {
  float: none;
  display: block;
  clear: both;
  margin: 15px auto;
}
.review small {
  font-size: 18px;
  color: #8d0f0f;
  text-align: center;
  display: block;
}

.wrap-background {
  background: #000 url("../images/background-limo.jpg") no-repeat scroll center center / cover;
  height: 750px;
  overflow: hidden;
  position: relative;
}
.wrap-interior-page {
  /*background: #fff url("../images/img-background.jpg") no-repeat scroll center center / cover;*/
  /*height: 360px;*/
  overflow: hidden;
  position: relative;
}
.wrap-interior-page .pagetitle h1 {
  text-align: center;
}

/*.wine-tours-page .service-interior {
  height: 750px;
  background: #fff url("../images/img-wine-tours-top.jpg") center center no-repeat;
  background-size: cover;
}
.brewery-page .service-interior {
  height: 750px;
  background: #fff url("../images/img-beer-tours-top.jpg") center center no-repeat;
  background-size: cover;
}*/
/*.brewery-page  .page-wrap-interior-page,
.wine-tours-page .page-wrap-interior-page {
    margin-top: -180px;
}*/
.service-template .service-title {
  margin-top: -150px;
  padding-bottom: 100px;
  height: 330px;
  overflow: hidden;
}
.service-template .service-title p {
  color: #B11D1D;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
.service-template .service-title h1 {
  font-size: 65px;
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: left;
}
.service-template .service-title a.btn-prices {
  margin: 30px 0;
  width: auto;
  display: inline-block;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 3px;
}


.top-rated {
  top: 250px;
  display: block;
  position: absolute;
  width: 100%;
}
.top-rated .container {
  /*max-width: 1300px;*/
}
.top-rated .text {
  text-align: left;
  /*max-width: 950px;*/
  margin-top: 50px;
  position: relative;
}
.top-rated .text h1 {
  color: #B11D1D;
  /*text-transform: uppercase;*/
  margin: 25px 0;
  font-weight: 600;
  font-size: 30px;
}
.top-rated .text h2 {
  color: #fff;
  font-size: 50px;
  margin: 25px 0;
  font-weight: 700;
  max-width: 650px;
}
.top-rated .text .rated {
  margin: 25px 0;
}
.top-rated .text .rated a {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
}
.top-rated .text .rated .stars {
  display: inline-block;
  margin-left: 15px;
}
.top-rated .text .rated .stars i {
  color: #b11d1d;
  font-size: 22px;
}
.top-rated a.read {
  background: #B11D1D;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  width: 130px;
  height: 130px;
  align-items: center;
  display: flex;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: -50px;
  bottom: -120px;
}
.top-rated a.read:hover {
  color: #000;
  text-decoration: none;
}

.red-button-small {
  background-color: #ab1313;
  background-image: url("../images/background-btn-red.png");
  background-position: center bottom;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 246px;
  text-transform: uppercase;
}
.red-button-small:hover {
  text-decoration: none;
  background: #ab1313;
  color: #fff;
}
.home-wrapper {
  /*background: #000 url('../images/img-home-top.jpg') center center no-repeat;*/
  height: 100%;
  position: absolute;
  width: 100%;
}
.wrap-sign-up {
  display: block;
  overflow: hidden;
  width: 100%;
}
.page-wrap .wrap-sign-up {
  position: relative;
}
.wrap-sign-up p {
  color: #fff;
  font-size: 24px;
  margin-bottom: 0;
  margin-top: 25px;
  text-transform: uppercase;
  text-align: center;
}
.page-wrap .wrap-sign-up p {
  line-height: 1.4;
}

.wrap-sign-up a.btn-book-now.instant-quote,
.wrap-sign-up a.black-btn.pull-right {
  min-width: 350px;
}



.wrap-limo{
  background:#fff;
  padding:5px 0 20px 0;
  display:block;
  overflow:hidden;
  text-align:center;
  margin-bottom:30px;
}
#myCarousel4 .item {
    margin-left: 5%;
    width: 90%;
}
#myCarousel4 .carousel-control.left {
    background:url("../images/arrow-left-carousel4.png") no-repeat scroll 0 0;
    color: #000;
    cursor: pointer;
    height: 16px;
    top: 45%;
    width: 8px;
    z-index: 99;
}
#myCarousel4 .carousel-control.right {
    background:url("../images/arrow-right-carousel4.png") no-repeat scroll 0 0;
    color: #000;
    cursor: pointer;
    height: 16px;
    top: 45%;
    width: 8px;
    z-index: 99;
}
.box-estimated-quote{
  display:block;
  overflow:hidden;
  border:6px solid #a10000;
  border-radius:5px;
  background:#fff;
}
.party-bus-features{
  display:block;
  overflow:hidden;
}
.page-wrap .party-bus-features h3{
  font-size:28px;
  color:#282828;
  text-align:center;
}
.page-wrap .party-bus-features ul li{
  font-size:25px;
  list-style:none;
  color:#282828;
  background:rgba(0, 0, 0, 0) url("../images/list-estimated-quote.png") no-repeat scroll left center;
  padding:10px 0 10px 40px;
  
}
.page-wrap .pbf2 li:last-child{
  background:rgba(0, 0, 0, 0) url("../images/list-estimated-quote-right.png") no-repeat scroll 280px 8px;
  
}
.page-wrap .party-bus-features ul {
  float:left;
  margin-left:50px;
}
.content-estimated-quote{
  text-align:center;
}
.page-wrap .box-estimated-quote ul li{
  list-style:none;
  font-size:20px;
  background:url("../images/list-estimated-quote.png") no-repeat scroll left center;
  padding-left: 30px;
  background-size: 20px;
  border-bottom:1px solid #959595;
  padding-top:15px;
  padding-bottom:15px;
  text-align:left;
}
.page-wrap .box-estimated-quote ul li:last-child{
  border:medium none;
}
.page-wrap .box-estimated-quote ul{
  margin:0;
  padding:0 30px 15px 30px;
}
.page-wrap .box-estimated-quote ul li a{
  float:right;
  font-weight: 600;
  color:#5e5e5e;
}
.page-wrap .box-estimated-quote h2{
  background:#a10000;
  color:#fff;
  text-transform:uppercase;
  text-align:center;
  font-size:22px;
  padding-bottom:15px;
}
.page-wrap .box-estimated-quote p{
  font-size:18px;
  color:#a10000;
}
.page-wrap .box-estimated-quote span{
  color:#666666;
  display:block;
  margin-bottom:8px;
}
.page-wrap .box-estimated-quote em{
  font-style:normal;
  font-size:16px;
  color:#a10000;
}
#myCarousel5 .item {
    margin-left: 5%;
    width: 90%;
}

#myCarousel5 .carousel-control.left {
    background:url("../images/arrow-left-carousel4.png") no-repeat scroll 0 0;
    color: #000;
    cursor: pointer;
    height: 16px;
    top: 45%;
    width: 8px;
    z-index: 99;
}
#myCarousel5 .carousel-control.right {
    background:url("../images/arrow-right-carousel4.png") no-repeat scroll 0 0;
    color: #000;
    cursor: pointer;
    height: 16px;
    top: 45%;
    width: 8px;
    z-index: 99;
}
.page-wrap .wrap-limo span{
  font-size:24px;
  color:#950707;
  margin-bottom:5px;
  display:block;
}
.page-wrap .wrap-limo p{
  color:#333333;
  font-size:27px;
  margin-bottom:15px;
}
.page-wrap .wrap-limo img{
  float:none;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:35px;
  display:block;
  margin-top:17px;
}

.limo-car-left .imgs {
    display: inline-block;
    width: 100%;
    height: auto;
    min-height: 200px;
    overflow: hidden;
}
.limo-car-left .imgs > div {
  width: 50%;
  height: auto;
  position: relative;
  float: left;
  display: inline-block;
  overflow: hidden;
}
.limo-car-left .imgs .overlay{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.44);
  padding-top: 30px;
}
.limo-car-left .imgs .overlay a:hover{
  text-decoration: none;
  background: #000;
  color: #fff;
}

.limo-car-left .imgs .overlay a{
    color: #fff;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 0;
    min-height: 40px;
    font-size: 16px;
    background: #1c232a;
    display: inline-block;
    width: 200px;
}
.limo-car-left .imgs .overlay p{
  color: #fff;

}
.limo-car-left .imgs img{
  width: 49%;
  height: auto;
  float: left;
}
.limo-car-left .imgs img.first{
  margin-right: 1%;
}
.limo-car-left .imgs img.second{
  margin-left: 1%;
}

.limo-car-left .img-over{
    padding: 0;
    width: 100%;
    margin-bottom: 10px;
}
.limo-car-left .img-over > div{
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  display: inline-block;
  overflow: hidden;
}
.limo-car-left .img-over .overlay{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.44);
  padding-top: 30px;
}
.limo-car-left .img-over .overlay a:hover{
  text-decoration: none;
  background: #000;
}
.limo-car-left .img-over .overlay p{
  color: #fff;
    line-height: 30px;
    font-size: 23px;
    text-transform: uppercase;
}
.limo-car-left .img-over .overlay a{
    color: #fff;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 0;
    min-height: 40px;
    font-size: 16px;
    background: #1c232a;
    display: inline-block;
    width: 200px;
}
.limo-car-left .img-over img{
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
}

.row.mb50{
  margin-bottom: 50px;
}

.list-blog li{
  background:rgba(0, 0, 0, 0) url("../images/card-icon-spade.png");
  padding-left:20px;
  background-repeat:no-repeat;
  background-position:0 5px;
  list-style:none;
}
.page-wrap .top-blog ul li{
  background:rgba(0, 0, 0, 0) url("../images/card-icon-spade.png");
  padding-left:20px;
  background-repeat:no-repeat;
  background-position:0 5px;
  list-style:none;
  text-align: left;
}


.box-white {
  display: block;
  overflow: hidden;
  background: #fff;
  padding: 30px;
  margin: 30px 0;
}
.back-white {
  background: #fff;
  display: block;
  overflow: hidden;
  padding: 15px 15px 12px 15px;
}

.page-wrap #accordion2 .box-white .themes-for-halloween h2 {
  color: #a61212;
  text-transform: none;
}
.themes-for-halloween img {
  display: block;
  margin: auto;

}
.themes-for-halloween .col-sm-4 {
  margin-bottom: 30px;
}
.themes-for-halloween h3 {
  color: #a61212;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}
.themes-for-halloween h3 img {
  display: inline-block;
}
.themes-for-halloween .open-dec {
  font-size: 16px;
  text-align: center;
}
.row-center {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: none;
}

.search-wrap1 {
  float: none;
  margin: 0 0 15px;
  padding: 1px;
  background-color: transparent;
  border: 1px solid #5e5e5e;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  width: 270px;
}
.search-wrap1 input,
.search-wrap1 input[type=text] {
  float: left;
  width: 85%;
  height: 26px;
  padding: 0 0 0 5px;
  line-height: 26px;
  color: #000;
  background-color: transparent;
  border: none;
}
.search-wrap1 button {
  float: right;
  width: 15%;
  height: 26px;
  text-indent: -9999px;
  background-color: #f5f5f5;
  background-image: url("../images/icon_search1.png");
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  border-radius: 1px;
  border-left: 1px solid #5e5e5e;
}

.wrap-404 {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: none;
  margin-top: 50px;
  margin-bottom: 0px;
}
.wrap-404 .search-wrap1 {
  width: 100%;
  display: block;
  overflow: hidden;
  background: #fff;
  border: medium none;
}
.wrap-404 .search-wrap1 input {
  display: inline-block;
  border: 1px solid;
  padding: 10px;
  min-height: 45px;
  line-height: 30px;
  width: calc(100% - 50px);
  border-radius: 0;
}
.wrap-404 .search-wrap1 button {
  background: #8f1211;
  height: 45px;
  width: 50px;
  text-align: center;
  color: #fff;
  border: 1px solid #8f1211;
  text-indent: initial;
  font-size: 20px;
}
.wrap-404 .search-wrap1 button:hover {
  background-color: #000;
}
.page-wrap .wrap-404 .p-404 {
  font-size: 130px;
  line-height: 110px;
  margin-bottom: 0;
  text-align: center;
}
.page-wrap .wrap-404 .page-not-found {
  font-size: 28px;
  text-align: center;
  display: block;
}
.page-wrap .wrap-404 .you-may-try {
  margin-top: 45px;
  clear: both;
}
.page-wrap .wrap-404 .social-search-page {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
  float: none;
}
.page-wrap .wrap-404 .social-search-page li {
  background: none;
  padding-left: 0;
}

.your-custom {
  display: block;
  overflow: hidden;
  margin: 40px 0;
  position: relative;
}
.your-custom .white-div p.disclaimer {
  margin-top: 20px;
  font-size: 15px;
  color: #666;
}

.tour-plan {
  display: inline-block;
  width: 100%;
  /*background: #000;*/
  margin-top: 20px;
}
.tour-plan .item img {
  width: auto;
  max-height: 70px;
  float: left;
  margin-right: 20px;
  opacity: 0.5;
  margin-bottom: 10px;
}
.tour-plan .item h4 {
  /*color: #fff;*/
  display: inline-block;
  margin: 10px 0;
}
.tour-plan .item p.time {
  color: #B11D1D;
  font-size: 16px;
}
.tour-plan .item p.desc {
  /*color: #ccc;*/
  font-size: 16px;
  line-height: 1.6;
  display: block;
  clear: both;
}

.yc2 {
  background: #fff;
  min-height: 150px;
}
.yc2 small {
  color: #000;
  margin-top: 70px;
  position: relative;
  display: block;
}
.p-textcontent .paddr-fix {
  margin-left: 0;
}

.your-custom.yc2 .banner-wine {
  margin-top: 40px;
  margin-bottom: 0;
}
.page-wrap .create-custom h2 {
  color: #2a2a2a;
  text-transform: none;
  font-size: 25px;
}
.page-wrap .create-custom {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}
.page-wrap .create-custom p.red {
    text-align: center;
    color: #8f1211;
    font-size: 20px;
    display: inline-block;
}
.page-wrap .c-custom2 {
  width: 950px;
}

.page-wrap .create-custom a {
  font-size: 20px;
  font-weight: bold;
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #a61212;
  width: auto;
  text-align: center;
  height: auto;
  line-height: 40px;
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
}
.page-wrap .create-custom a:hover {
  background-color: #000;
  text-decoration: none;
  color: #fff;
}

.your-custom .logos-part {
  display: block;
  clear: both;
  width: 100%;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
}
.your-custom .logos-part .item {
  display: inline-block;
  width: 180px;
  margin: 10px;
  background: #fff;
  padding: 10px;
  position: relative;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.your-custom .logos-part .item *{
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.your-custom .logos-part .item a.title{
    margin: 10px 0;
    display: inline-block;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
}
.your-custom .logos-part .item a.title:hover{
  text-decoration: none;
}
.your-custom .logos-part .item a.read-more{
    font-weight: bold;
    color: #fff;
    display: none;
}
.your-custom .logos-part .item img{
  width: 100%;
  /*max-width: 200px;*/
  height: auto;
}
.your-custom .buttons {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.your-custom .buttons a,
.your-custom a.all-wineries {
    background-image: none;
    font-size: 18px;
    font-weight: 600;
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #a61212;
    width: 350px;
    text-align: center;
    height: auto;
    line-height: 40px;
    color: #fff;
    padding: 5px 25px;
    margin: 10px;
    display: inline-block;
    text-transform: capitalize;
      border-radius: 4px;
}
.your-custom .buttons a:hover,
.your-custom a.all-wineries:hover {
  text-decoration: none;
  background: #000;
}
.your-custom a.all-wineries {
  background: #000;
}
.your-custom a.all-wineries:hover {
  background-color: #a61212;
}

.your-custom .logos-part .item .hover {
    position: absolute;
    background: rgba(0, 0, 0, 0.70);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
}
.your-custom .logos-part .item:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.page-wrap #accordion2 .box-white h2,
.serv-int .box-white h2 {
  color: #2a2a2a;
}
.box-white p {
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}
.box-white .video-center {
  width: 100%;
  height: auto;
  width: 100%;
  height: auto;
  max-width: 1000px;
}
.serv-int .box-white.service-top-content {
  display: block;
  max-width: 1300px;
  margin: auto;
  text-align: left;
  padding-bottom: 0;
}
.serv-int .box-white.service-top-content .service-text {
  display: block;
  clear: both;
  margin: 20px auto;
}

.print-coupon {
    float: none;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #a61212;
    line-height: 25px;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
    width: auto;
    margin: 15px auto;
    cursor: pointer;
    border-radius: 4px;
}
.print-coupon:hover {
  text-decoration: none;
  color: #fff;
  background-color: #000000;
}

.pc2 {
  text-align: center;
}

.cf::after,
.cf::before {
  content: "";
  display: table;
}
.cf::after {
  clear: both;
}
.cf::after,
.cf::before {
  content: "";
  display: table;
}
.box-white .video-center-about {
  max-width: 100%;
  margin: 0;
  float: none;
}
.left-header {
  margin-top: 15px;
  display: block;
}
.left-header a {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  display: block;
}
.left-header em {
  font-style: normal;
  font-style: italic;
  font-size: 17px;
  display: block;
}
.left-header span {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.social-icons {
  display: block;
  margin: auto;
  margin-bottom: 20px;
}
.social-icons li {
  display: inline-block;
  margin: 5px;
  line-height: 25px;
}
.social-icons li:last-child {
  margin-right: 0;
}

.social-search-page {
  float: none;
}
.page-wrap .social-search-page {
  margin-left: 0;
}
.page-wrap .social-search-page li {
  background: none!important;
  padding: 0!important;
}
.page-wrap .social-search-page li a {
  color: #9c1111;
}
.page-wrap .social-search-page li:hover a {
  color: #000;
}
.footer-wrap .social-icons {
  clear: both;
}
.social-icons li a {
  font-size: 30px;
  background-repeat: no-repeat;
  display: block;
  font-family: FontAwesome;
  color: #fff;
}
.social-icons li a:hover {
  color: #8f1211 !important;
  text-decoration: none;
}

.left-header span.show-scroll {
  display: none;
}
.header-wrap.header-scroll .left-header span.show-scroll {
  display: block;
}

a.btn-book-now {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    line-height: 1.5;
    padding: 10px 20px;
    background: #8f1211;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 4px;
}
a.btn-book-now:hover {
  text-decoration: none;
  background: #000;
}

.images-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: none;
  margin-bottom: 10px;
}
.img-test img,
.rates-new-year .art3 span {
  float: none;
  margin: 0 auto;
  display: block;
}
.p-none {
  padding: 0;
}
.rates-new-year .art3 span {
  width: 65%;
}
.top-winery p {
  color: #fff;
  font-size: 30px;
  display: block;
  clear: both;
}
.top-winery p strong {
  font-weight: bold;
}
.wrap-top-winery {
  display: block;
  overflow: hidden;
  background: url(../images/background-winery.jpg) center center no-repeat;
  min-height: 600px;
  padding: 30px 0;
  margin-bottom: 50px;
  display: none;
}
.phone-hidden {
  display: none;
}
.wrap-top-winery .row {
  margin-bottom: 30px;
}
.logo-events {
  float: left;
  margin-right: 30px;
}
h1.h1-events {
  font-weight: 600;
  color: #8f1211;
  float: left;
  font-size: 35px;
  padding-left: 0;
}
#form-get #datepicker {
  text-transform: uppercase;
}
#form-get .ui-datepicker-trigger {
  margin-top: -25px !important;
  position: relative;
  display: none;
}
.wrap-events {
  padding: 25px 0;
  background: #fff;
}

a.events-archive {
  background: #b05958;
  text-align: center;
  color: #fff;
  font-size: 27px;
  border-radius: 5px;
  padding: 8px 25px;
  float: right;
  margin-top: 20px;
}
.wrap-top-winery p,
a.hourly-pricing {
  font-size: 30px;
  color: #fff;
}
a.events-archive:hover {
  color: #fff;
  text-decoration: none;
  background: #8f1211;
}
.view-events:hover {
  background: #e3e2e2;
}
.wrap-top-winery p {
  line-height: 1.2;
}
a.hourly-pricing {
  padding: 10px;
  border-radius: 5px;
  background: #8f1211;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  margin: 20px 0;
  width: 100%;
}
a.coupons-print {
  padding: 10px;
  margin: 0 auto;
  background: #000;
  display: block;
  width: auto;
  text-align: center;
  border-radius: 4px;
  font-size: 30px;
  color: #fff;
}
a.hourly-pricing:hover {
  background: #ab1313;
  color: #fff;
  text-decoration: none;
}
.coupons-winery {
  margin-bottom: 50px;
  display: block;
  overflow: hidden;
}
.coupons-winery.coupons-distilleries a img {
  max-width: 500px;
  float: right;
}
.shortcode.custom-coupons .coup {
  max-width: 500px!important;
}
.bw {
  margin: 0;
}
.serv-int .box-white {
  margin-bottom: 0;
  padding: 20px 0;
  background: transparent;
}
.wrap-winery .gallery-title {
  font-size: 45px;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #101010;
}
.wrap-brewery1 .gallery-title {
  font-size: 45px;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #101010;
}
.wrap-gray h2.gallery-title {
  border: 0;
}
.wrap-gray p {
  font-size: 18px;
  text-align: left;
  line-height: 30px;
  margin-bottom: 15px;
}
.carousel-reviewed #myCarousel2 .carousel-control {
  top: 50%;
}

.serv-int .box-quote {
  text-align: left;
}
.serv-int .box-quote p {
  font-size: 18px;
  font-style: italic;
  text-align: left;
}
.serv-int .box-quote span {
  text-align: left;
  font-style: normal;
  font-weight: 600;
  color: #000;
}

.video-align-center {
  max-width: 800px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.video-center .box-white {
  margin-bottom: 0;
  padding: 20px 0;
  background: transparent;
}


.content-center {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}

.desc-content p {
  text-align: center;
  font-size: 18px;
  line-height: 25px;
}

.carousel-reviewed {
  display: block;
  padding-bottom: 20px;
}
.item-reviewed span {
  font-size: 22px;
  color: #000;
  line-height: 1.5;
}
.item-reviewed span small {
  font-weight: 500;
  color: #8d0f0f;
  font-size: 22px;
}
.reviewed-winery li,
.reviewed-winery li span {
  font-size: 20px;
}
.page-wrap .reviewed-winery {
  margin-left: 0;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #000;
  margin-top: 10px;
  margin-bottom: 20px;
}
.reviewed-winery li {
  color: #000;
  float: left;
  margin-right: 30px;
}
.reviewed-winery li:last-child {
  margin-right: 0;
}
.item-reviewed {
  display: block;
}
.item-reviewed p {
  font-size: 22px;
  color: #000;
  text-align: center;
  line-height: 1.6;
}
.wrap-events .item-reviewed p {
  text-align: left;
  font-size: 22px;
  line-height: 1.5;
}
.reviewed-winery .date-review {
  background: url(../images/date-review.png) left top no-repeat;
  padding-left: 30px;
  padding-bottom: 2px;
}
.reviewed-winery .person-review {
  background: url(../images/person-review.png) left center no-repeat;
  padding-left: 30px;
}
.box-address {
  float: left;
  margin-right: 10px;
  border: 1px solid #ccc;
  /*background: #e3e2e2;*/
  padding: 10px;
  width: 500px;
  max-width: 100%;
}
.box-address > img{
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.concert-top > p{
    font-size: 18px;
    line-height: 1.5;
}

div#christmas-page-top p {
  min-height: auto;
}
.top-winery p {
  line-height: 1.2;
  margin-bottom: 0;
}
.top-winery p a {
  color: #fff;
}
.view-events {
  background: #fff;
  padding: 40px;
  border-top: 1px solid #4f4f4f;
  /*border-bottom: 1px solid #4f4f4f;*/
  display: block;
  overflow: hidden;
}
.view-events .image {
  width: 200px;
  height: auto;
  float: left;
  margin-right: 20px;
}
.view-events img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.view-events .text {
  display: inline-block;
  width: calc(100% - 270px);
}
.view-events h4 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  margin-bottom: 20px;
}
.view-events a:hover h4 {
  color: #8f1211;
}
.location-events,
.view-events span {
  color: #000;
  float: left;
  margin-right: 20px;
  display: block;
}
.view-events span {
  background: url(../images/calendar-events.png) left center no-repeat;
  background-size: 25px;
  /*font-size: 30px;*/
  padding-left: 40px;
}
.view-events p {
  float: left;
  font-size: 28px;
  min-height: initial;
}
.view-events p.pad-left-20 {
  padding-left: 20px;
  border-left: 1px solid;
}
.location-events {
  background: url(../images/address-events2.png) 0 3px no-repeat;
  font-size: 20px;
  padding-left: 20px;
  clear: both;
}
a.view-event {
  font-size: 35px;
  color: #8f1211;
  text-transform: uppercase;
  text-decoration: underline;
  margin-top: 8px;
  display: block;
}
a.book-black {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  display: block;
  padding: 15px 0;
  background: #8f1211;
  text-align: center;
  margin-bottom: 15px;
}
.address-ev,
.wrap-events a.buy-tickets {
  font-weight: 600;
}
a.book-black:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
}
.wrap-events a.buy-tickets {
  font-size: 28px;
  text-decoration: underline;
  color: #000;
  margin-top: 0px;
  margin-left: 20px;
}
.wrap-events a.buy-tickets:hover {
  color: #8f1211;
}
.address-ev {
  font-size: 25px;
  color: #000;
  margin-top: 10px;
}
.address-ev img {
  margin-right: 10px;
  width: 20px;
  float: left;
}
.gates-open h2 {
  font-size: 35px;
  font-weight: bold;
  color: #8f1211;
}
.gates-open p {
  font-size: 30px;
  color: #000;
}
.gates-open p b {
  font-weight: 600;
}
.ticket,
.wrap-events a,
.wrap-events p {
  line-height: 1.1;
}
a.btn-inline {
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
}
.wrap-events p {
  color: #000;
  font-size: 28px;
  font-style: normal;
}
.ticket {
  color: #000;
  font-size: 20px;
  font-style: normal;
  padding-left: 5px;
}
.wrap-events a {
  font-size: 22px;
}
.wrap-events .h2-burgundy,
.wrap-logos h3 {
  font-weight: 600;
}
.wrap-events .h2-burgundy {
  font-size: 35px;
  color: #8f1211;
}

.view-concerts-list {
  max-width: 1300px;
  margin: 30px auto;
}
.view-events.view-concerts {
  padding: 20px;
}
.view-events.view-concerts .text {
  display: block;
  width: auto;
}
.view-events.view-concerts h4 {
  font-size: 25px;
  line-height: 1.5;
}
.view-events.view-concerts a.book-black {
  font-size: 22px;
}
.view-events.view-concerts  p {
  font-size: 22px;
}


.wrap-top-breweries {
  background: url(../images/background-breweries2.jpg) center center no-repeat rgba(0, 0, 0, 0);
  background-size: cover;
  margin-top: -35px;
  padding-bottom: 0;
}
.box-halloween img {
  float: left;
  margin-right: 10px;
}
.box-halloween img {
  float: none;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  display: block;
}
.box-halloween {
  min-height: 390px;
}
.box-halloween-phone {
  min-height: 445px;
}
.box-halloween {
  display: block;
  overflow: hidden;
  border: 2px solid #686868;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
  outline: 2px solid #8d0f0f;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.box-white-halloween img {
  float: none;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  display: block;
}
.box-white-halloween .box-halloween {
  min-height: 390px;
}
.box-halloween:hover {
  outline: 3px solid #8d0f0f;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.box-halloween .btn1 {
  margin-left: 0;
}
.box-halloween .btn1 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 120px;
  margin-top: 10px;
  float: none;
}
.box-halloween-phone .btn1 {
  padding-left: 0;
  padding-right: 0;
}

.wrap-logos {
  display: block;
}
.wrap-logos .item {
  margin-bottom: 20px;
}
.wrap-logos h3 {
  font-size: 18px;
  color: #941111;
  text-align: center !important;
  margin-bottom: 0;
  margin-top: 8px;
  min-height: 60px;
}

.logos-standard {
  border: 1px solid #686868;
  background: #fff;
}
.logos-standard img {
  float: none;
  margin: 0 auto;
  display: block;
}

.page-wrap .awards-list2 {
  display: block;
  overflow: hidden;
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.awards-list2 li {
  margin-right: 20px;
  float: left;
}
.awards-list2 li:last-child {
  margin-right: 0;
}


.img-hair {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.btns-center .btn-red {
  float: left;
  width: 350px;
  display: inline-block;
  clear: none;
}
.btns-center {
  width: 718px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
  clear: both;
}

.wrap-events .event-filter {
  text-align: center;
  margin-bottom: 30px;
}
.btns-center .btn-red:first-child {
  margin-right: 10px;
}
.wrap-events .buttons-events a {
  font-size: 20px;
  background: #8f1211;
  color: #fff;
  padding: 10px 20px;
  margin: 10px;
  display: inline-block;
}
.wrap-events .buttons-events a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.wrap-events .buttons-events .active-btn {
  background: #000;
}
.event-dropdown {
  text-align: center;
  margin-bottom: 30px;
}
.event-dropdown select {
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #8f1211;
  color: #8f1211;
}
.event-dropdown select option {

}

.btn-red-simple {
  background-color: #ab1313;
  border: 1px solid #c33;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  padding: 7px 15px;
  color: #fff;
  text-decoration: none;
  margin-right: 10px;
}
.btn-red-simple:hover {
  background: #000;
  text-decoration: none;
  color: #fff;
  border: 1px solid #030401;
}

/*be smart page*/
.be-smart {
  text-align: center;
  padding: 100px 0;
  margin-top: 100px;
}
.be-smart form {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 20px auto;
}
.be-smart form input {
  width: 100%;
  max-width: 300px;
  margin: 5px;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  text-align: center;
}
.be-smart form input[type="submit"] {
  background: #a61212;
  color: #fff;
  line-height: 40px;
  border: 0;
  outline: 0;
}
.be-smart h3 {
  font-weight: bold;
  font-size: 25px!important;
}
.be-smart h3 span {
  color: #8f1211;
}
.be-smart .result div {
  padding: 5px 0;
  font-size: 16px;
  color: #000;
}
.be-smart .result .bac-level-msg {
  margin: 20px 0;
  font-size: 16px;
}
.be-smart .result .bac-level {
  font-size: 22px;
  color: #000;
  margin: 20px 0;
}
.be-smart .result button:hover {
  background: #ab1313;
}
.be-smart .result button {
  background: #8f1211;
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
.be-smart .result .spread {
  border: 1px solid #8f1211;
  text-align: center;
  padding: 30px;
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}
.be-smart .result .spread p span {
  color: #8f1211;
  font-weight: bold;
}
.be-smart .result .spread p {
  font-size: 20px;
  line-height: 30px;
}
.box-halloween-phone,
.box-halloween {
  padding: 0;
  border: 0;
  background: #fff;
  min-height: 500px;
}
.box-halloween-phone img,
.box-halloween img {
  width: 100%;
  height: auto;
}
.box-halloween-phone h3,
.box-halloween h3 {
  color: #8f1211;
  font-weight: bold;
  padding: 0 10px;
}
.box-halloween-phone p,
.box-halloween p {
  padding: 0 10px;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}
.concert-tabs .tab-content .box-halloween-phone p,
.concert-tabs .tab-content .box-halloween p {
  padding: 0 10px;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}
article.top-blog .box-halloween-phone p,
article.top-blog .box-halloween p {
  padding: 0 10px;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}
.box-halloween-phone p strong,
.box-halloween p strong,
.box-halloween-phone p b,
.box-halloween p b {
  display: none;
}

.box-halloween-phone a.btn-party-bus:hover,
.box-halloween a.btn-party-bus:hover {
  background: #000;
}
.box-halloween-phone a.btn-party-bus,
.box-halloween a.btn-party-bus {
  margin-right: auto;
  display: block;
  width: 150px;
  margin-top: 10px;
  float: left;
  background: #8f1211;
  border-radius: 0;
  border: 0;
  outline: 0;
  text-align: center;
  text-transform: uppercase;
  line-height: 40px;
  height: 40px;
  font-weight: 500;
  font-size: 15px;
  position: absolute;
  left: calc(50% - 75px);
  bottom: 50px;
  border-radius: 4px;
}
.box-white.box-white-halloween {
  background: transparent;
}
.contract-row {
  text-align: center;
  margin-bottom: 50px;
}
.contract-row h2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0 10px;
}
.contract-row img {
  display: block;
  margin: 10px auto;
  width: 500px;
  max-width: 100%;
  display: none;
}
.party-bus-features {
  display: none;
}
p.center.instant-center {
  max-width: 1000px;
  margin: 15px auto;
  font-size: 17px;
  line-height: 25px;
}

/*coupons page*/
.new-coupons {
  margin-top: -20px;
}
.new-coupons h2 {
  font-size: 30px;
  color: #1c232a;
  text-align: center;
  text-transform: uppercase;
  margin: 30px 0;
  padding: 0;
  font-weight: bold;
}
p.big-disclaimer {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  max-width: 1200px;
  display: block;
  margin: 20px auto;
}
.custom-coupons {
  display: inline-block;
  width: 100%;
}
.custom-coupons .coup {
  width: 31%;
  float: left;
  margin: 1%;
  text-align: center;
  color: #000;
  height: auto;
  padding: 15px;
  position: relative;
  /*background: #8f1211;*/
  background: #e3e3e3;
  min-height: 200px;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  flex-direction: row;
}
.custom-coupons .coup p.title {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
  margin: 10px 0;
}
.custom-coupons .coup p.text {
  font-size: 16px;
  line-height: 25px;
  margin: 5px 0;
}
.custom-coupons .coup img {
  width: 40px;
}

.custom-coupons .coup p span.white {
  color: #8f1211;
}
.custom-coupons .coup p a:hover {
  background: #9c1111;
  color: #fff;
  text-decoration: none;
}
.custom-coupons .coup p a {
  background: #fff;
  color: #000;
  padding: 5px 20px;
  text-transform: uppercase;
}
.custom-coupons .coup.wine {
  background: url(../images/coupons/coupon-wine-min.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.custom-coupons .coup.champain {
  background: url(../images/coupons/coupon-champane-min.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.custom-coupons .coup.beer {
  background: url(../images/coupons/coupon-beer-min.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.custom-coupons .coup * {
  z-index: 10;
}
.custom-coupons .coup {
  z-index: 1;
}
.custom-coupons .coup img.background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.custom-events {
  width: 100%;
  display: inline-block;
}
.custom-events.shortcode {
  float: left;
  width: auto;
  margin-right: 20px;
}
.custom-events .event {
  width: 31%;
  float: left;
  margin: 1%;
  text-align: center;
  color: #fff;
  height: auto;
  padding: 15px;
  position: relative;
  background: #ebebeb;
}
.custom-events.shortcode .event {
  width: auto;
  max-width: 505px;
  padding-right: 25%;
}

.custom-events .event p.title {
  font-size: 16px;
  line-height: 25px;
  min-height: 50px;
  color: #1c232a;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  margin: 5px 0;
}
.custom-events .event p.valid {
  color: #adadad;
  border: 2px solid;
  padding: 5px;
  font-size: 16px;
  line-height: 25px;
  min-height: 50px;
  display: inline-block;
  width: 100%;
}
.custom-events .event img {
  width: 40px;
}
.custom-events .event p span.white {
  color: #9c1111;
}

.custom-events .event * {
  z-index: 10;
}
.custom-events .event {
  z-index: 1;
}
.custom-events .event img.background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*new service page*/

.new-services .flex {
  display:-webkit-box;
  display:-moz-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
  /*justify-content: center;*/
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display:-webkit-flex;
  flex-direction:row;

}
.new-services .big {
  margin: 15px 0;
}
.new-services .big .top-title {
  display: inline-block;
  width: 100%;
  padding: 15px 0px;
  margin: 0;
  position: absolute;
  bottom: 0;
  background: rgb(0 0 0 / 80%);
  text-align: center;
  z-index: 9;
}
.new-services .big .top-title h4 {
  text-transform: uppercase;
  margin: 0;
  width: auto;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.new-services .big .top-title:hover {
  background: #000;
}
.new-services .big .top-title a {
  float: right;
  margin: 0;
  background: #9c1111;
  color: #fff;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
}
.new-services .big .box {
  position: relative;
  overflow: hidden;
}
.new-services .big .img img {
  width: 100%;
  height: auto;
  max-width: 100%;
  background: #fff;

}
.new-services .big .box:hover .img img {
  transform: scale(1.05);
}
.new-services .big .wrap-limousines {
  padding: 10px 0;
}
.new-services .big .wrap-limousines h3 {
  font-size: 14px;
  margin: 10px 0 20px;
  padding: 0;
  display: inline-block;
  width: 100%;
  font-weight: normal;
}
.new-services .big .wrap-limousines ul {
  padding: 0;
  margin: 0;
}
.new-services .big .wrap-limousines li {
  width: 50%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  clear: none;
  border: 0;
  font-size: 16px;
  line-height: 1.4;
}
.new-services .big .wrap-limousines li img {
  float: none;
  display: block;
  margin: 0 auto;
}
.new-services .big .wrap-limousines li a span {
  display: inline;
}
.new-services .big .wrap-limousines li a {
  display: block;
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
.new-services .row.lists {
  margin-top: 30px;
  margin-bottom: 30px;
}
.new-services .lists h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin: 20px 0;
}
.new-services .lists ul {
  padding: 0;
  margin: 0;
}
.new-services .lists ul li {
  list-style: none;
  width: 25%;
  float: left;
  display: inline-block;
  line-height: 35px;
}
.new-services .lists ul li img {
  margin-right: 10px;
}
.new-services .lists ul li a {
  color: #000;
  font-size: 16px;
}

.home-services {
    margin: 50px 0;
}

/*bachelor bottom section*/
.bachelor-bottom {
  background: url(../images/bachelors-wedding-bg.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 50px 20px;
}
.bachelor-bottom h2 {
  text-align: center;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
}
.bachelor-bottom .box-about {
  background: transparent;
  color: #fff;
  margin: 0;
  padding: 0;
  display: block;
  margin: 10px auto;
  max-width: 1200px;
  float: none;
}
.bachelor-bottom .box-about p {
  text-align: center;
  font-size: 18px;
}
.bachelor-bottom .box-about span {
  float: none;
  text-align: center;
  display: block;
  font-size: 18px;
}
.bachelor-bottom .box-about a.btn-book-now.instant-quote {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 400px;
}

/*print for coupons*/
@media print {
  .img-print {
    width: 100%;
    position: relative;
  }
  
  .img-print .coup {
    width: 100%;
    float: none;
    margin: 0;
    text-align: center;
    color: #fff;
    height: auto;
    min-height: 250px;
    padding: 15px;
    padding-top: 50px;
    position: relative;
  }
  
  .img-print .coup p.title {
    font-size: 25px;
    color: #1c232a;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0;
  }
  
  .coup p.text {
    font-size: 18px;
    text-transform: uppercase;
    margin: 10px 0;
    color: #fff;
  }
  
  .coup img {
    width: 60px;
    margin: 15px 0;
  }
  
  .coup p span.white {
    color: #fff;
  }
  
  .coup p a {
    display: none;
  }
  
  .coup * {
    z-index: 10;
  }
  
  .coup {
    z-index: 1;
  }
  
  .coup img.background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  
  .event {
    width: 100%;
    float: none;
    margin: 0;
    text-align: center;
    color: #fff;
    height: auto;
    min-height: 250px;
    padding: 15px;
    padding-top: 50px;
    position: relative;
    padding-right: 0%;
  }
  
  .event .print {
    display: none;
  }
  
  .event .print a:hover {
    color: #9c1111;
    text-decoration: none;
  }
  
  .event .print a {
    font-size: 30px;
    font-weight: bold;
    color: #e1e2e4;
  }
  
  .event p.title {
    font-size: 22px;
    color: #1c232a;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    margin: 5px 0;
  }
  
  .event p.valid {
    color: #e1e2e4;
    border: 2px solid;
    padding: 5px;
    margin: 10px 0;
    font-size: 18px;
    max-width: 90%;
    margin-left: 5%;
  }
  
  .event img {
    width: 60px;
    margin: 15px 0;
  }
  
  .event p span.white {
    color: #9c1111;
  }
  
  .event * {
    z-index: 10;
  }
  
  .event {
    z-index: 1;
  }
  
  .event img.background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}

/*email-review page*/
.email-review {
  margin-top: 150px;
}
.email-review #error {
  padding-left: 15px;
}
.email-review form label {
  margin-bottom: 5px;
  font-size: 16px;
}
.email-review form input {
  line-height: 40px;
  min-height: 40px;
  font-size: 18px;
}
.email-review form input[type="submit"]:hover {
  background: #ab1313;
}
.email-review form input[type="submit"] {
  text-decoration: none;
  background: #ab1313;
  padding: 12px 20px;
  line-height: 0.8;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0;
  margin: 0;
  clear: both;
  color: #fff;
  width: 200px;
  margin-top: 15px;
  border: 0;
}
.email-review form .col-xs-12.col-sm-6 {
  margin-bottom: 20px;
}
.email-review form textarea {
  min-height: 150px;
  font-size: 18px;
  line-height: 35px;
  border: 1px solid #7e7671;
  border-radius: 4px;
}


/*about page*/
.partners-img {
  text-align: center;
}
.partners-img a {
  display: inline-block;
  text-align: center;
  margin: 30px;
}
.partners-img img {
  width: 200px;
}
.featured {
  display: block;
  width: 100%;
  max-width: 1600px;
  margin: 20px auto;
}
.featured .magazine {
  height: 400px;
  background: #fff;
  margin-bottom: 30px;
  /*padding: 10px;*/
  
  display: flex;
  align-items: center;
}
.featured .magazine img {
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.featured .magazine .overlay {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  /*height: 100%;*/
  
  left: 15px;
  right: 15px;
  bottom: 30px;
  padding: 15px;
  overflow: hidden;
}
.featured .magazine:hover .overlay {
  display: block;
}
.featured .magazine .overlay h4 {
  color: #8f1211;
  font-size: 20px;
  margin-top: 0;
}
.featured .magazine .overlay p {
  color: #fff;
  text-align: left;
  font-size: 16px;
}
.featured .col-xs-12.col-sm-6.col-md-4 {
  margin-bottom: 30px;
}

/*feedback page*/

.reservation-form div#error,
.reservation-form-1 div#error {
  text-align: center;
}

/*distilleries page*/

.dist-page .distillery {
  margin-bottom: 30px;
}
.dist-page .distillery .dist-content {
  background: #fff;
  padding: 15px;
  text-align: center;
}
.dist-page .distillery .image {
  overflow: hidden;
}
.dist-page .distillery .image img {
  max-width: 100%;
  width: auto;
  height: 120px;
  margin: auto;
  display: block;
}
.dist-page .distillery .dist-content:hover img {
  -webkit-transform: scale(1.2);  
  -moz-transform: scale(1.2);  
  -ms-transform: scale(1.2);  
  transform: scale(1.2);  
}
.dist-page .distillery a.title:hover {
  text-decoration: none;
}
.dist-page .distillery a.title {
  margin: 10px 0;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  min-height: 50px;
}
.dist-page .distillery p {
  font-size: 16px;
  line-height: 22px;
}
.dist-page .distillery a.read-more {
  font-weight: bold;
  opacity: 0;
}
.dist-page .distillery:hover a.read-more {
  opacity: 1;
}
.dist-page .distillery:hover .dist-content {
  outline: 1px solid #8f1211;
}

.distillery-tabs .row-fluid {
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-flex;
    flex-direction: row;
}
.distillery-tabs h2 {
    margin: 20px 0;
    padding: 0;
}
.box-distillery {
  display: block;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
  outline: 2px solid #8d0f0f;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  min-height: 260px;
}
.box-distillery img {
  float: none;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  display: block;
}

.box-distillery h3 {
    text-align: center;
    font-size: 20px;
    margin: 10px 0;
}

.distileries-list .tab-content .col-sm-3 {
    margin-bottom: 30px;
}
.distileries-list .tab-content h3 {
  font-size: 18px;
  margin: 10px 0;
}

.video-wrapper,
.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-wrapper iframe,
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.center-text .center {
  text-align: center;
}
.center-text .center p {
  text-align: center;
  max-width: 1200px;
  display: block;
  margin: 10px auto;
}
.center-text a.btn-accord:hover {
  text-decoration: none;
  background: #ab1313;
}
.center-text a.btn-accord {
  background: #8f1211;
  float: left;
  line-height: 45px;
  height: 47px;
  width: 100%;
  margin-bottom: 15px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
}
.clear,
.clear:hover,
.cleared {
  clear: both;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.cleared {
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.transp3 {
  filter: alpha(opacity=30);
  -moz-opacity: .3;
  -khtml-opacity: .3;
  opacity: .3;
}
.transp7 {
  filter: alpha(opacity=70);
  -moz-opacity: .7;
  -khtml-opacity: .7;
  opacity: .7;
}
.opaque {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.centered-blocks,
.centered-blocks:hover {
  display: table;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.pos-ml-5 {
  margin-left: 5px !important;
}
.pos-ml-10 {
  margin-left: 10px !important;
}
.pos-ml-15 {
  margin-left: 15px !important;
}
.pos-ml-20 {
  margin-left: 20px !important;
}
.pos-ml-30 {
  margin-left: 30px !important;
}
.pos-mr-5 {
  margin-right: 5px !important;
}
.pos-mr-10 {
  margin-right: 10px !important;
}
.pos-mr-15 {
  margin-right: 15px !important;
}
.pos-mr-20 {
  margin-right: 20px !important;
}
.pos-mr-30 {
  margin-right: 30px !important;
}
.pos-mt-5 {
  margin-top: 5px !important;
}
.pos-mt-10 {
  margin-top: 10px !important;
}
.pos-mt-15 {
  margin-top: 15px !important;
}
.pos-mt-20 {
  margin-top: 20px !important;
}
.pos-mt-30 {
  margin-top: 30px !important;
}
.pos-mb-5 {
  margin-bottom: 5px !important;
}
.pos-mb-10,
.pos-mb-15 {
  margin-bottom: 10px !important;
}
.pos-mb-15 {
  margin-bottom: 15px !important;
}
.pos-mb-20 {
  margin-bottom: 20px !important;
}
.pos-mb-30 {
  margin-bottom: 30px !important;
}
.pos-mb-40 {
  margin-bottom: 40px !important;
}
.left,
.left:hover {
  float: left !important;
}
.right,
.right:hover {
  float: right !important;
}
.no-float,
.no-float:hover {
  float: none !important;
}
.is-block,
.is-block:hover {
  display: block !important;
}
.is-inline,
.is-inline:hover {
  display: inline !important;
}
.no-border,
.no-border:hover {
  border: none !important;
}
.no-background,
.no-background:hover {
  background: 0 0 !important;
}
.yes-overflow,
.yes-overflow:hover {
  overflow: visible !important;
}
.no-overflow,
.no-overflow:hover {
  overflow: hidden !important;
}
.box-w-border,
.box-w-border:hover {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.no-margin,
.no-margin:hover {
  margin: 0 !important;
}
.no-padding,
.no-padding:hover {
  padding: 0 !important;
}
.no-padding-left,
.no-padding-left:hover {
  padding-left: 0 !important;
}
.no-padding-right,
.no-padding-right:hover {
  padding-right: 0 !important;
}
.no-padding-top,
.no-padding-top:hover {
  padding-top: 0 !important;
}
.no-padding-bottom,
.no-padding-bottom:hover {
  padding-bottom: 0 !important;
}
.no-margin-left,
.no-margin-left:hover {
  margin-left: 0 !important;
}
.no-margin-right,
.no-margin-right:hover {
  margin-right: 0 !important;
}
.no-margin-top,
.no-margin-top:hover {
  margin-top: 0 !important;
}
.no-margin-bottom,
.no-margin-bottom:hover {
  margin-bottom: 0 !important;
}
.text-centered,
.text-centered:hover {
  text-align: center !important;
}
.text-upper {
  text-transform: uppercase !important;
}
.text-lower {
  text-transform: lowercase !important;
}
.is-bold,
.is-bold:hover {
  font-weight: 700 !important;
}
.no-bold,
.no-bold:hover {
  font-weight: 400 !important;
}

.gates-open h2 {
  text-align: center;
}

.list-features .reviewed-winery li {
  background: none;
  padding-left: 0;
  line-height: 20px;
}
.videowt {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

/*rates*/
.tabbable-rates {
  margin-top: 30px;
}
.tabbable-rates .reduced {
  display: block;
  max-width: 800px;
  margin: 30px auto;
}
.price-listing {
  display: block;
  max-width: 1400px;
  margin: auto;
}
.price-listing .item {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.price-listing .item h4 {
  display: inline-block;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  margin: 0;
  color: #8f1211;
}
.price-listing .item span {
  display: block;
}
.price-listing .item a {
  float: left;
  margin-right: 20px;
  text-align: center;
}
.price-listing .item a img {
  display: block;
  margin: auto;
}
.price-listing .item a em {
  display: inline-block;
}
.price-listing .item .price {
  margin: 20px 0;
  display: inline-block;
}
.price-listing .item .price p {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.price-listing .center-btns {
  display: block;
  float: none;
  overflow: visible;
  width: 100%;
  max-width: 300px;
  margin: auto;
  margin-top: 20px;
}
.price-listing .center-btns a {
  float: none;
  display: block;
  width: auto;
  padding: 10px;
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 10px;
}


.limo-rate {
  text-align: center;
  margin-bottom: 20px;
}
.limo-rate p {
  margin-bottom: 0;
}
.limo-rate p b { 
  font-size: 20px
}

.center {
  text-align: center;
}
.tabbable-rates .nav-tabs {
  border-bottom: medium none;
}
.btn-pick:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
#myCarousel2 .col-sm-3 img {
  border: 1px solid #ccc;
}
.video-center .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.modal-content-form {
  display: block;
  overflow: hidden;
  top: 100px;
  background-color: #000;
}
.modal-dialog-form {
  padding: 0;
  height: 700px;
}
.modal-form {
  z-index: 9999;
}
.modal-content-form .modal-body {
  padding: 0;
}
.modal-content-form .modal-body .close {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  height: 30px;
  width: 30px;
  padding: 5px;
  opacity: 1;
  cursor: pointer;
}
.btn-book-now.instant-quote {
  padding: 10px 25px;
  margin: 0 auto;
  background: #000;
  font-size: 18px;
  line-height: 30px;
  display: block;
  width: auto;
  border-radius: 4px;
}
.btn-book-now.instant-quote:hover {
  background: #8f1211;
}
.black-btn {
  font-weight: bold;
  color: #fff;
  line-height: 30px;
  margin-bottom: 10px;
  text-align: center;
  padding: 10px 25px;
  margin: 0 auto;
  background: #000;
  font-size: 18px;
  display: inline-block;
  width: auto;
  border: 0;
  font-weight: 600;
  margin-bottom: 10px;
  border-radius: 4px;
}
.black-btn:hover {
  background: #8f1211;
  color: #fff;
  text-decoration: none;
}
.red-btn,
.btn-book-now.instant-quote.red-btn {
  background: #8f1211;
}
.red-btn:hover,
.btn-book-now.instant-quote.red-btn:hover {
  background: #000;
}
.wrap-coupons a.btn-book-now {
  padding: 0 15px;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 30px;
  border-radius: 4px;
}
.wrap-coupons {
  display: block;
  overflow: hidden;
  text-align: center;
}
a.thumb-copupons:hover {
  background: #fff;
  opacity: 0.6;
}

.box-white.no-white {
  background: transparent;
}
.box-white.no-white .wrap-logos {
  background: transparent;
}



/*scholarship page*/
.scholarship-page .col-sm-12.reduced {
  max-width: 1000px;
  display: block;
  margin: auto;
}
.scholarship-page .container.reduced {
  max-width: 1000px;
  display: block;
  margin: auto;
}
form.sch-form {
  padding: 50px 0;
  display: inline-block;
  width: 100%;
}
form.sch-form input {
  padding: 0px 10px;
  height: auto;
}
form.sch-form textarea {
  min-height: 200px;
  min-width: 100%;
  max-width: 100%;
  padding: 10px;
  border: 1px solid #7e7671;
}
form.sch-form input[type="submit"] {
  text-decoration: none;
  background: #ab1313;
  padding: 12px 20px;
  line-height: 0.8;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0;
  margin: 0;
  clear: both;
  color: #fff;
}
.box-white.margin-top {
  margin-top: 150px;
}
div#faqs-scholarship {
  padding: 50px 0;
}
div#faqs-scholarship > h2 {
    text-align: center;
}
div#faqs-scholarship span.see {
  float: right;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  color: #8f1211;
  line-height: 20px;
  z-index: 999;
  background: #ebebeb;
}
div#faqs-scholarship .panel.panel-default {
    margin-bottom: 15px;
}
div#faqs-scholarship .panel-default>.panel-heading{
    border: 0;
    padding: 0;
}
div#faqs-scholarship h3.panel-title{
    height: auto;
    min-height: auto;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}
div#faqs-scholarship .panel .panel-heading .panel-title a{
    display: inline-block;
    width: 100%;
    padding: 5px 10px;
    background: 0;
    background: 0;
}
div#faqs-scholarship .panel .panel-heading .panel-title a h3{
    margin: 0;
    line-height: 1.5;
    font-size: 18px;
    padding: 0;
    margin-top: 10px;
}
div#faqs-scholarship .panel-body {
    padding: 15px;
}

div#faqs-accordion {
  margin: 30px auto;
  display: block;
  max-width: 1000px;
}
div#faqs-accordion .panel.panel-default{
  margin-bottom: 15px;
}
div#faqs-accordion .panel-heading {
  border: 0;
  padding: 0;
}
div#faqs-accordion .panel-heading h4.panel-title,
div#faqs-accordion .panel-heading h3.panel-title,
div#faqs-accordion .panel-heading h2.panel-title {
  margin: 0;
  padding: 0 10px;
}
div#faqs-accordion .panel-heading h4.panel-title a,
div#faqs-accordion .panel-heading h3.panel-title a,
div#faqs-accordion .panel-heading h2.panel-title a{
  padding: 10px 0;
}
div#faqs-accordion .panel-body {
    padding: 15px;
}
div#faqs-accordion .panel-body p {
  margin: 0;
  padding: 0;
}
div#faqs-accordion .panel-body .panel.panel-default {
    margin-bottom: 0;
    padding: 10px 0;
}
div#faqs-accordion .panel-body .panel-body {
  padding: 10px 0;
}

.application-fade {
  background-color: rgba(117, 117, 117, 0.9);
  position: absolute;
  width: 100%;
  z-index: 9999;
  top: 180px;
  left: 0;
  bottom: 0;
  text-align: center;
}
.modal-close-application {
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  display: block;
  overflow: hidden;
  background-image: url(../images/background-form.png);
  width: 100%;
  max-width: 700px;
  height: initial;
  position: relative;
  display: block;
  margin: auto;
  padding: 50px;
  top: 10%;
}
.modal-close-application p {
  font-size: 25px;
  color: #fff;
  line-height: 35px;
}
.modal-close-application a:hover {
  text-decoration: none;
  background: #ab1313;
}
.modal-close-application a {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 10px 30px;
  background: #8f1211;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.sch-winner hr {
  border-top: 2px solid #303030;
}
.sch-winner .winner {
  text-align: left;
}
.sch-winner .winner hr {
  border-color: 1px solid #303030;
  border-color: 1px solid #303030;
}
.sch-winner .winner img {
  max-width: 400px;
  margin: auto;
  margin-bottom: 10px;
  display: block;
}
.sch-winner .winner p.bold {
  font-weight: bold;
  font-size: 20px;
}
.sch-winner .winner p a {
  cursor: pointer;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
}
.sch-winner .winner .essay {
  display: none;
}
.sch-winner .winner .essay h5 {
  font-weight: bold;
}
.sch-winner .winner .essay p {
  margin-bottom: 10px;
  text-align: left;
}
.sch-winner .winner .essay p.name {
  font-weight: 600;
  font-style: italic;
}
.sch-winner .others p.bold {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: left;
  cursor: pointer;
}
.sch-winner .others p.bold i {
  float: right;
}
.sch-winner .other-app {
  text-align: left;
  display: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.sch-winner .other-app p.bold {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.sch-winner .other-app p a {
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  display: block;
}
.sch-winner .other-app .essay {
  display: none;
}
.sch-winner .other-app .essay h5 {
  font-weight: bold;
}
.sch-winner .other-app .essay p {
  margin-bottom: 10px;
  text-align: left;
}
.sch-winner .other-app .essay p.name {
  font-weight: 600;
  font-style: italic;
}
.sch-winner .other-app .student {
  margin-bottom: 20px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.sch-winner .other-app .student p {
  margin-bottom: 5px;
  text-align: left;
}

/*/rates*/
.videowt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#legend {
  background: #fff;
  padding: 10px;
  top: 0;
  height: 600px
}
#legend h3 {
  margin-top: 0;
}
#legend img {
  vertical-align: middle;
  width: 60px;
}
#legend h5 {
  font-size: 20px;
  margin: 30px 0 10px;
}
#legend p {
  line-height: 2;
}

.wrap-contact .buttons-center {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 10px auto;
  clear: both;
}
.wrap-contact .buttons-center .buttons-contact {
  display: inline-block;
  float: none;
  margin: 0 10px;
  margin-top: 10px;
}
.wrap-contact .buttons-center .buttons-contact a {
  margin: 0;
}
.wrap-contact>p {
  text-align: center;
  max-width: 1000px;
  display: block;
  margin: 20px auto;
}
.contact-page .col-sm-12.pad {
  display: none;
}
.row.pos-mt-30.contact-offices {
  padding-bottom: 50px;
}

/*winery new design*/
.winery-details {
  display: block;
  max-width: 1200px;
  margin: auto;
  margin-top: 30px;
}
.wvideo .imgs {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.winery-details .wvideo .imgs img{
    width: 33.33%;
    display: inline-block;
}
.winery-details .first {
  background: #fff;
  padding: 10px;
  display: inline-block;
  float: left;
  width: 50%;
}
.winery-details .first .wlogo img {
  display: block;
  margin: 0 auto;
}
.winery-details .first h5 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
}
.winery-details .first p {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
}
.winery-details .first p a {
  color: #000;
  text-decoration: underline;
}
.winery-details .first p a:hover {
    text-decoration: none;
    color: #9c1111;
}
.winery-details .first .buttons {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.winery-details .print-coupon {
    font-size: 18px;
    margin-top: 10px;
    float: left;
}
.winery-details .first .buttons img {
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
  float: left;
  margin-right: 10px;
  width: 30px;
}
.winery-details .second {
  background: #fff;
  display: inline-block;
}
.winery-details .second .price {
  padding: 10px;
  text-align: center;
  display: inline-block;
  float: right;
  margin-top: -210px;
  width:50%;
}
.winery-details .second .price .half {
    display: inline-block;
    width: 50%;
    float: left;
    /*border-top: 2px solid #a61212;*/
    /*border-bottom: 2px solid #a61212;*/
    padding: 10px 0;
}
.winery-details .second .price .half:last-child {
  border-top: 0;
}
.winery-details .second .price img {
  display: block;
  clear: both;
  margin: 0 auto;
  margin-right: 10px;
  height: 60px;
  float: left;
}
.winery-details .second .price p {
  font-size: 22px;
  color: #000;
  text-align: left;
  font-weight: bold;
  margin: 0;
}
.winery-details .second .price p.small {
  font-size: 18px;
  color: #000;
  font-weight: normal;
}
.winery-details .second .desc {
  padding: 10px;
  display: inline-block;
  width: 100%;
}
.winery-details .second .desc p {
  font-size: 18px;
  line-height: 30px;
}
.winery-details .second.short {
  width: 50%;
}
.winery-details .second.short .price {
  margin-top: 0;
  float: none;
  width: 100%;
}
.winery-details .wvideo {
  display: inline-block;
}


.winery-details .winery-info .first {
  padding: 0px;
  float: none;
  width: auto;
}
.winery-details .winery-info .first .buttons {
  display: inline-block;
  width: auto;
}
.winery-details .winery-info .second .price {
  margin-top: 0;
  width: auto;
  float: none;
}
.winery-details .winery-info .second .price .half {
  min-width: 200px;
}

.staff-page .img img {
  display: block;
  margin: 20px auto;
}
.staff-page .names {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.staff-page .names .name {
  width: auto;
  float: left;
  margin: 10px;
}
.staff-page .names .name h4 {
  color: #a61212;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.staff-page .names .name p {
  font-size: 14px;
  color: #000;
  margin: 0;
}
.staff-page .names .name a:hover {
  text-decoration: none;
}
.staff-page .names .name a {
  color: #a61212;
  font-size: 14px;
  text-decoration: underline;
}
.staff-page .staff-text {
  margin-top: 70px;
  padding-bottom: 80px;
  display: inline-block;
}
.staff-page .staff-text h4 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 25px 0;
}
.staff-page .staff-text p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
}
.staff-page .staff-text .col-xs-12.col-sm-12.col-md-7 div>p {
  margin-bottom: 10px;
}
.buttons-centered {
  text-align: center;
}
.accordion-section-title,
.accordion-section-title-2 {
  display: block;
  text-align: center;
  border: 1px solid #820f0f;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  background: #f2f2f2;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  background-color: #a61212;
}
.accordion-section-title:hover,
.accordion-section-title:active,
.accordion-section-title:focus,
.accordion-section-title-2:hover,
.accordion-section-title-2:active,
.accordion-section-title-2:focus {
  color: #fff;
  text-decoration: none;
}
.accordion-section-title.active,
.accordion-section-title-2.active {
  background: #000;
  border: 1px solid #000;
}
.accordion-section-title.active:hover,
.accordion-section-title.active:active,
.accordion-section-title.active:focus,
.accordion-section-title-2.active:hover,
.accordion-section-title-2.active:active,
.accordion-section-title-2.active:focus {
  color: #fff!important;
  text-decoration: none;
}
.accordion-section-title:after,
.accordion-section-title-2:after {
  content: '\f107';
  font-family: 'FontAwesome';
  color: #fff;
  margin-left: 10px;
  position: absolute;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.accordion-section-content,
.accordion-section-content-2 {
  padding: 15px;
  display: none;
  overflow: hidden;
}
.accordion-section-content ul,
.accordion-section-content-2 ul {
  margin: 0!important;
}
.multi-cols {
  width: 100%;
  float: left;
  display: block;
  margin-top: 0;
  padding: 0;
  list-style-type: none;
}
.partnerships-logos li {
  margin-bottom: 50px;
  list-style-type: none;
  display: inline-block;
}
.partnerships-logos li a,
.partnerships-logos li p {
  display: block;
  text-align: center;
}
.partnerships-logos li a {
  text-decoration: none;
  font-size: 13px;
}
.partnerships-logos li a span {
  display: block;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.partnerships-logos li a span img {
  width: auto;
  max-height: 100px;
  margin-bottom: 5px;
}
.partnerships-logos li a span.logo-title {
  font-weight: 600;
  margin-top: 5px;
}
.partnerships-logos li p {
  font-size: 12px;
  margin-top: 1px;
}
.accordion-section-content.open,
.accordion-section-content-2.open {
  display: block
}
.partnerships-logos li a:hover .logo-part-img img {
  transform: scale(1.1, 1.1);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.container.partnerships {
  margin-top: 45px;
  margin-bottom: 60px;
}

/*search page*/

.search-wrap .pagetitle h1 {
  font-size: 24px!important;
}
.search-wrap .pagetitle h1 span {
  color: #8f1211;
}
.search-wrap .pagetitle p.out {
  font-size: 16px;
}
.search-wrap .pagetitle .sort {
  margin-top: 20px;
}
.search-wrap .pagetitle .sort a {
  color: #000;
}
.search-wrap .pagetitle .sort a.active {
  color: #8f1211;
  font-weight: bold;
}
.search-wrap .search-results {
  margin-bottom: 50px;
}
.search-wrap .result {
  display: inline-block;
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px solid #ddd;
}
.search-wrap .result:first-child {
  padding-top: 0;
}
.search-wrap .result a.title,
.search-wrap .result h3 {
  margin: 5px 0;
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.search-wrap .text h3 a {
  color: #000;
}
.search-wrap .result span.update-date {
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
}
.search-wrap .result p {
  font-size: 16px;
  margin-bottom: 0;
}
.search-wrap .submenu-search.clearfix {
  font-size: 16px;
}

.search-wrap .navigation {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 30px 0;
}
.search-wrap .navigation a {
  color: #000;
  font-weight: bold;
  border-right: 1px solid;
  padding: 0 10px;
}
.search-wrap .navigation a.curent-page.curent {
  color: #8f1211;
}
.search-wrap .navigation a:last-child {
  border: 0;
}

.search-form {
  display: inline-block;
  width: 100%;
  text-align: center;
  float: none;
  margin:  auto;
  margin-top: 20px;
  margin-bottom: 50px;
}
.search-form .search-div {
  width: 100%;
  max-width: 500px;
  margin: auto;
}
.search-form form {
  width: 100%;
  display: block;
  overflow: hidden;
  background: #fff;
  border: medium none;
}
.search-form form input {
  display: inline-block;
  border: 1px solid;
  padding: 10px;
  height: 45px;
  line-height: 30px;
  width: calc(100% - 50px);
  border-radius: 0;
  float: left;
}
.search-form form button {
  background: #8f1211;
  height: 45px;
  width: 50px;
  text-align: center;
  color: #fff;
  border: 1px solid #8f1211;
  text-indent: initial;
  font-size: 20px;
}
.search-form form button:hover {
  background-color: #000;
}


div#inspirock-attraction-widget-33710 {
  padding-bottom: 50px!important;
}
#inspirock {
  padding-bottom: 50px;
}
div#map-modal .modal-content .modal-header h4 {
  margin: 0;
  padding: 0;
}
div#map-modal .modal-content .modal-header .close {
  float: right;
  position: absolute;
  right: 10px;
  font-size: 30px;
}
div#map-modal .modal-content .modal-body {
  padding: 0;
}
div#map-modal .modal-content {
  width: 100%;
  display: block;
  overflow: hidden;
  top: 100px;
  background: #fff;
}
div#map-modal .modal-dialog {
  width: 1000px;
  max-width: 90%;
  display: block;
  z-index: 9999!important;
}
button.modal-btn {
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  background-color: #a61212;
  background-position: left top;
  background-repeat: no-repeat;
  height: auto;
  line-height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: none;
  margin-top: 15px;
  text-align: left;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: uppercase;
}
button.modal-btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #000000;
}

/*concerts page*/

.concert-content .concert-top {
  max-width: 800px;
  margin: auto;
}
.concert-content .box-address {
  display: block;
  float: none;
  margin: auto;
  margin-bottom: 15px;
}

.concerts-panel .panel-default {
  margin: 0;
  margin-bottom: 15px;
}
.concerts-panel .panel-default .panel-heading {
  padding: 0;
  background: transparent;
  border: 1px solid #8f1211;
  overflow: hidden;
}
.concerts-panel .panel-default .panel-heading h2.panel-title {
  padding: 0;
  margin: 0;
}
.concerts-panel .panel-default .panel-heading h2.panel-title a {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  padding: 10px;
  background: #8f1211;
  text-align: center;
}
.concerts-panel .panel-default .panel-heading h2.panel-title a:hover {
  color: #000;
}
.concerts-panel .item a h3 {
  font-size: 20px;
  color: #941111;
  text-align: center !important;
  margin-bottom: 0;
  margin-top: 8px;
  min-height: 60px;
}
.concert-tabs .item {
  margin-bottom: 20px;
}
.concert-tabs .item a h3 {
  font-size: 20px;
  color: #941111;
  text-align: center !important;
  margin-bottom: 0;
  margin-top: 8px;
  min-height: 60px;
}
.concert-tabs .item .box-halloween-phone {
  margin-bottom: 10px;
}
.concert-tabs ul.nav.nav-tabs {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  margin-bottom: 10px;
}
.concert-tabs ul.nav.nav-tabs li {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background: #a61212;
  margin: 0;
  margin-bottom: 10px;
}
.concert-tabs ul.nav.nav-tabs li a {
    color: #fff;
    border: 0;
}
.concert-tabs ul.nav.nav-tabs li a:hover {
    color: #fff;
    background: transparent;
    border: 0;
}
.concert-tabs ul.nav.nav-tabs li a span {
  display: none;
}
.concert-tabs ul.nav.nav-tabs li.active a {
  color: #fff;
  background: #a61212;
  border: 0;
  text-decoration: none;
  font-weight: 500;
}
.concert-tabs ul.nav.nav-tabs li.active a span {
  display: inline-block;
  margin-left: 5px;
  font-size: 18px;
}
.concert-tabs .tab-content {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.concert-tabs .venue-box p {
  text-align: center;
  margin: 15px 0;
  font-size: 18px;
  line-height: 30px;
}

.concerts-content {
  padding-bottom: 50px;
}
.concerts-content .box {
  background: #fff;
  padding: 10px;
  text-align: center;
  border: 1px solid #8f1211;
  margin-bottom: 30px;
}
.concerts-content .box h4 {
  color: #8f1211;
  font-weight: bold;
  margin: 10px 0;
  font-size: 20px;
}
.concerts-content .box p {
  min-height: auto;
  height: auto;
  font-size: 18px;
  line-height: 30px;
}
.concerts-content .box p.location{
  min-height: 60px;
}
.concerts-content .box p i {
  margin-right: 5px;
  font-size: 20px;
  display: none;
}
.concerts-content .box .item {
  border: 1px solid #8f1211;
  padding: 0 10px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.concerts-content .box .item p.title {
  margin-bottom: 0;
  color: #8f1211;
  font-weight: bold;
  font-size: 18px;
  width: 70%;
  float: left;
}
.concerts-content .box .item p.date {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  width: 70%;
  float: left;
}
.concerts-content .box .item a {
  width: 30%;
  background: #8f1211;
  color: #fff;
  text-align: center;
  padding: 8px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 4px;
}
.concerts-content .box a.view-more {
  width: 100%;
  /*background: #8f1211;*/
  color: #8f1211;
  font-weight: bold;
  font-size: 16px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.accordion-venues {
  margin-bottom: 50px;
}
.accordion-venues .panel-default{
  margin-bottom: 10px;
  background: none;
}
.accordion-venues .panel-heading {
  padding: 0;
  border: 0;
}
.accordion-venues .panel-heading a{
  background: #a61212;
  display: block;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
.accordion-venues .panel-heading a:active,
.accordion-venues .panel-heading a:hover {
    text-decoration: none;
}
.accordion-venues .panel-heading a i {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    float: right;
    margin-top: 5px;
}
.accordion-venues .panel-heading a.collapsed i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


.page-wrap.no-top {
  padding-top: 100px;
}
.page-wrap.p-textcontent {
  padding-bottom: 50px;
  padding-top: 100px;
}
.weed-tours .box-halloween img {
  max-width: 250px;
}
.weed-tours .box-halloween-phone {
  min-height: 350px;
}
.new-two-lines {
  display: inline-block;
  width: 100%;
  /*margin-top: 50px;*/
  margin-bottom: 50px;
}
.primary-option {
  display: block;
  max-width: 1000px;
  margin: auto;
  /*border-bottom: 1px solid #a2a2a2;*/
  padding: 30px 0;
}
.suggested-option {
  display: block;
  max-width: 1000px;
  margin: auto;
  border-top: 1px solid #a2a2a2;
  padding: 30px 0;
}
.new-design-quote {
  display: inline-block;
  width: 100%;
}
.new-design-quote .box-estimated-quote {
  border: 0;
  background: transparent;
}
.new-design-quote .box-estimated-quote h3 {
  margin-top: 0;
  font-size: 25px;
}
.new-design-quote .box-estimated-quote h2 {
  background: transparent;
  color: #000;
  font-size: 50px;
  line-height: 60px;
  font-weight: bold;
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 0;
  padding-top: 0;
  border-bottom: 2px solid #000;
}
.new-design-quote .box-estimated-quote span {
  color: #000000;
  display: block;
  font-size: 25px;
  line-height: 35px;
  display: inline-block;
}
.new-design-quote .limo-car-left .imgs {
  min-height: initial;
}
.new-design-quote .limo-car-left .img-over .overlay p {
  line-height: 20px;
  font-size: 20px;
}
.new-design-quote .content-estimated-quote {
  text-align: left;
}
.new-design-quote .content-estimated-quote .buttons {

}
.new-design-quote .content-estimated-quote .buttons a {
  margin: 20px 0;
  display: block;
  width: 250px;
}
.new-design-quote .content-estimated-quote p {
  font-size: 17px;
}
.new-design-quote .content-estimated-quote em {
  display: block;
}
.new-design-quote .content-estimated-quote span em {
  display: inline-block;
}
.new-design-quote .content-estimated-quote span {
  font-size: 17px;
  width: 100%;
  line-height: 22px;
}
.new-design-quote .content-estimated-quote ul {
  padding: 0;
  padding-right: 20px;
  margin-bottom: 15px;
}
.new-design-quote .content-estimated-quote ul li {
  border: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000;
}

.primary-option>h2,
.suggested-option>h2 {
  color: #a10000;
  font-weight: bold;
  text-align: left;
  font-size: 25px;
  padding-left: 15px;
}
.suggested-option .imgs img {
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
}

.suggested-option .content-estimated-quote ul li {
  padding-left: 30px;
  background-size: 20px;
  font-size: 18px;
}
.thumbs-content {
  text-align: center;
  margin-bottom: 30px;
}
.thumbs-content h4 {
  font-size: 40px;
  line-height: 1.3;
}
.thumbs-content p {
  font-size: 20px;
  margin-bottom: 20px;
}
.thumbs-content a:hover {
  text-decoration: none;
}
.thumbs-content .imgs img {
  width: 80px;
  height: auto;
  margin: 10px;
}
.thumbs-content .imgs img:hover {
  opacity: 0.7;
}
.video-testimonials .video-wrapper,
.video-testimonials .videoWrapper {
  margin-bottom: 30px;
}

.buttons-center-large {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
  margin-top: 20px;
}
.buttons-center-large a {
  background: #8f1211;
  width: 350px;
  max-width: 100%;
  display: inline-block;
  font-size: 18px;
  padding: 10px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}
.buttons-center-large a:hover {
  text-decoration: none;
  background: #ab1313;
}
.testimonials-tabs {
  display: block;
  width: 300px;
  float: left;
}
.testimonials-tabs .tab {
  background: #8f1211;
  padding: 10px;
  color: #fff;
  margin: 5px;
  width: 100%;
  text-align: left;
}
.testimonials-tabs .tab.active {
  background: #000;
}
.testimonials-tabs .tab.active .icon {
  display: inline-block !important;
  float: right;
}
.testimonials-tabs .tab.child h2 {
  margin-left: 30px;
  width: calc(100% - 25px);
}
.testimonials-tabs .tab h2 {
  color: #fff;
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 18px;
  cursor: pointer;
}

.dropdown-categories {
  clear: both;
  float: none;
  margin: auto;
  width: 400px;
  max-width: 100%;
  height: 50px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.dropdown-categories.open {
  overflow: visible;
}
.testimonials-tabs-dropdown {
  float: none;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 999;
  padding-top: 50px;
}
.testimonials-tabs-dropdown .tab {
  margin: 0;
  padding: 5px 10px;
}
.testimonials-tabs-dropdown .tab h2 {
  line-height: 30px;
}
.testimonials-tabs-dropdown .tab h2 i {
    color: #fff;
    display: inline-block;
    float: right;
    margin-top: 5px;
}
.testimonials-tabs-dropdown .tab.active {
  position: absolute;
  top: 0;
  padding: 10px;
}
.testimonials-tabs .tab:hover {
    background: #8f1211;
}

.page-wrap .wrap-reviews-gallery #myCarousel3 {
  margin-top: 0;
}
.page-wrap .wrap-reviews-gallery #myCarousel3 .carousel-inner h2 {
  margin: 10px 0;
  padding: 0;
  min-height: auto;
  font-size: 20px;
}
.title-section-inner {
  text-align: center;
}
.links-inner {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  padding: 0px 20px;
}
.pick-input,
.drop-input {
  margin-top: 20px;
}
.more-input {
  width: 100%;
}
label.error {
  color: #ab1313;
  margin-top: -10px;
  margin-bottom: 20px;
  font-size: 14px;
}
input.error,
select.error,
textarea.error {
  border: 1px solid #ab1313;
}
#sendinstantqu label.error {
  color: #ab1313;
  font-size: 14px;
  font-weight: 600;
}
#newsletter-subscribe label.error {
  float: left;
}


.thank-you-content {
  padding: 50px 0 150px;
}
.thank-you-content p{
  text-align: center;
  font-size: 25px;
  line-height: 1.5;
}




.tour-item {
  margin-bottom: 50px;
}
.tour-item .tour-box {
  text-align: center;
  border: 1px solid;
  padding: 10px;
  padding-top: 40px;
  position: relative;
}
.tour-item .price{
  position: absolute;
  left: 0;
  top: 0;
  background: #a71616;
  color: #fff;
  padding: 10px;
  font-size: 25px;
  font-weight: bold;
}
.tour-item .price span{
  font-size: 14px;
  font-weight: normal;
}
.tour-item h2{
  margin-bottom: 0;
  font-weight: bold;
  font-size: 25px;
}
.tour-item h4{
  margin-top: 5px;
  font-size: 15px;
  margin-bottom: 15px;
}
.tour-item .visit {
    margin-bottom: 15px;
}
.tour-item .visit span{
  display: block;
  font-weight: bold;
  color: #a71616;
  font-size: 18px;
  line-height: 1.3;
}
.tour-item .pick-up-address {
  margin-bottom: 15px;
}
.tour-item .pick-up-address b{
    font-size: 18px;
}
.tour-item .car {
  margin-bottom: 15px;
}
.tour-item .car b{
    font-size: 18px;
}
.tour-item a.book{
  background: #a71616;
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  width: 180px;
  display: inline-block;
  margin: 20px 0;
}
.tour-item a.book:hover{
    background: #000;
    text-decoration: none;
}
.tour-item .inline-new-calendar .ui-datepicker-inline {
  display: block;
  margin: auto;
  width: 350px;
  max-width: 100%;
}
.tour-item .inline-new-calendar .ui-widget-header{
  background: #a71616;
}
.tour-item .inline-new-calendar table.ui-datepicker-calendar th {
  font-size: 13px;
  text-align: center;
}
.tour-item .inline-new-calendar .ui-state-default {
  text-align: center;
}

.book-tour #form-get {
  background: none;
  padding: 10px;
  margin-bottom: 0;
}
.book-tour #form-get .group{
    text-align: left;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.book-tour #form-get .group.half{
  display: inline-block;
  width: 50%;
  float: left;
}
.book-tour #form-get .group.third2 {
      width: 66%;
    float: left;
}
.book-tour #form-get .group.third1 {
      width: 34%;
}
.book-tour #form-get label{
  font-size: 15px;
  line-height: 25px;
  display: inline-block;
  width: 100%;
}
.book-tour #form-get input{
    color: #000;
    font-size: 16px;
    width: 100%;
    margin: 0;
    min-height: 35px;
}
.book-tour #form-get select{
    color: #000;
    font-size: 16px;
    width: 100%;
    margin: 0;
}
.book-tour #form-get .group.third2 select {
    width: 46%;
    margin-right: 2%;
}
div#modal_please_choose_date {
    top: 10%;
}
div#modal_please_choose_date .modal-dialog{
    width: 700px;
    max-width: 100%;
}
div#modal_please_choose_date h3{
  text-align: center;
  margin: 10px 0;
  font-size: 25px;
}
div#modal_please_choose_date p{
  text-align: center;
  margin: 20px 0;
  font-size: 18px;
}


.text-reduced {
  display: block;
  max-width: 1200px;
  margin: auto;
}
.elements-bottom h2{
  text-align: center;
}
.elements-bottom p{
  font-size: 18px;
  line-height: 30px;
}


ul.two {
    display: flow-root;
}
ul.two li{
    width: 50%;
    float: left;
    padding-right: 20px;
}

ul.three {
    display: flow-root;
}
ul.three li {
    width: 33%;
    float: left;
    padding-right: 20px;
}

ul.four {
    display: flow-root;
}
ul.four li {
    width: 25%;
    float: left;
    padding-right: 20px;
}



form.stripe-form .row > div {
    margin-bottom: 15px;
}
form.stripe-form input[type='text'],
form.stripe-form input[type='email']{
  font-size: 16px;
  padding: 10px;
  min-height: 40px;
}
form.stripe-form select{
  font-size: 16px;
  padding: 10px;
  min-height: 40px;
}


.error-modal {
  z-index: 9999;
  top: 20%;
  overflow: auto;
  overflow-y: auto;
}
.error-modal .modal-content{
  background: #fff;
  display: block;
  text-align: center;
}
.error-modal .modal-content p{
  color: red;
}
.error-modal .modal-content button.btn.btn-white {
    width: 100px;
}


.wrap-celebrities {
    margin: 30px 0 0;
}
.wrap-celebrities h2{
  /*font-size: 26px;*/
  text-align: center;
  margin: 20px 0;
  /*text-transform: uppercase;*/
  /*font-weight: 600;*/
}
.wrap-celebrities h2 span {
  color: #a61212;
}
.celebrities-slider {
  position: relative;
  width: 100%;
  display: inline-block;
}
.celebrities-slider .flex {
  display:-webkit-box;
  display:-moz-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display:-webkit-flex;
  flex-direction:row;
}
.celebrities-slider .item {
  text-align: center;
  /*padding: 10px;*/
  /*display: inline-block;*/
  /*width: 350px;*/
  margin-bottom: 30px;
}
.celebrities-slider .item img {
  width: 100%;
  height: auto;
}
.celebrities-slider .item p.name {
  font-size: 18px;
  margin: 10px 0;
  text-transform: capitalize;
  font-weight: 500;
}
.celebrities-slider .flex-direction-nav {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 35%;
}
.celebrities-slider .flex-direction-nav .flex-prev {
  float: left;
  margin-left: -30px;
}
.celebrities-slider .flex-direction-nav .flex-prev i {
  font-size: 30px;
  cursor: pointer;
}
.celebrities-slider .flex-direction-nav .flex-next {
  float: right;
  margin-right: -30px;
}
.celebrities-slider .flex-direction-nav .flex-next i {
  font-size: 30px;
  cursor: pointer;
}


/*faqs page*/

.faqs-accordion {
  max-width: 1200px;
  margin: auto;
}
.faqs-accordion .panel-default {
  margin-bottom: 15px;
}
.faqs-accordion .panel-heading {
  margin: 0;
  padding: 0;
  padding-right: 15px;
}
.faqs-accordion .panel-heading h3 {
  margin: 0;
  font-size: 20px;
}
.faqs-accordion .panel-heading h3 a {
  padding: 15px;
}
.faqs-categ-accordion .panel-heading h4 {
  margin: 0;
}
.faqs-categ-accordion .panel .panel-heading h4.panel-title a {
  background: none;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  padding: 10px;
}
.faqs-categ-accordion .panel-body {
  padding: 10px 0;
}



.why-us ul li {
  background: rgba(0,0,0,0) url(https://www.aallinlimo.com/frontend/default/images/xcard-icon-spade.png.pagespeed.ic.VtcR_KUI-Z.png);
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: 0 5px;
  list-style: none;
  text-align: left;
}



.blog-accordion .panel-default {
  margin-bottom: 15px;
}
.blog-accordion .panel .panel-heading {
  padding: 0;
}
.blog-accordion .panel .panel-heading .panel-title {
  margin: 0;
  padding: 0;
}
.blog-accordion .panel .panel-heading .panel-title a {
  background: transparent;
  padding: 10px;
  display: inline-block;
  width: 100%;
}
.blog-accordion .panel .panel-heading .panel-title a i {
  float: right;
  font-size: 18px;
  margin-top: 4px;
}
.blog-accordion .panel .panel-heading .panel-title a.collapsed i {
  transform: rotate(180deg);
  margin-top: 8px;
}
 
.casino-subtitle p {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0;
}
.casino-subtitle p img {
  width: 20px;
  margin: 0px 10px;
  height: auto;
  display: inline;
  margin-top: -5px;
}

.casinos-list {
    max-width: 1000px;
    margin: 20px auto;
    display: block;
}

.div1000 {
    max-width: 1000px;
    margin: 20px auto;
    display: block;
}
.div1100 {
    max-width: 1100px;
    margin: 0px auto;
    display: block;
}
.div1200 {
    max-width: 1200px;
    margin: 0px auto;
    display: block;
}
.div1300 {
    max-width: 1300px;
    margin: 0px auto;
    display: block;
}




/*affiliate page*/

.affiliate-section {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}
.affiliate-section .rates-box {
  border: 2px solid #8f1211;
  padding: 5px 10px;
}
.affiliate-section .rates-box p {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0;
  text-align: center;
}
.affiliate-section .steps {
  margin-top: 20px;
}
.affiliate-section .steps .col-xs-12 {
    margin-bottom: 30px;
}
.affiliate-section .steps .box {
  border: 1px solid #b11d1d;
  padding: 15px;
  text-align: center;
}
.affiliate-section .steps .box h4 {
  font-size: 22px;
  color: #8d8d8d;
  margin: 10px 0;
}
.affiliate-section .steps .box p {
  margin: 10px 0;
  min-height: 90px;
}
.affiliate-section div#faqs-accordion {
  max-width: 1200px;
}
.cta-affiliate {
  display: inline-block;
  width: 100%;
}
.cta-affiliate .box {
  background: #8f1211;
  padding: 20px;
  text-align: center;
}
.cta-affiliate .box h3 {
  color: #fff;
  display: inline-block;
  margin-right: 50px;
}
.cta-affiliate .box a {
  background: #000;
}
.cta-affiliate .box a:hover {
  background: #fff;
  color: #000;
}

.affiliate-form .input-group {
  display: block;
  margin-bottom: 20px;
}
.affiliate-form .input-group label {
  font-size: 16px;
  font-weight: 500;
  margin: 5px 0;
}
.affiliate-form .input-group input {
  display: block;
  float: none;
  padding: 10px;
  font-size: 17px;
  height: auto;
  line-height: 1;
  border-color: #b7b7b7;
}
.affiliate-form .input-group textarea {
  display: block;
  float: none;
  padding: 10px;
  font-size: 17px;
  height: auto;
  line-height: 1.6;
  border: 1px solid #b7b7b7;
  min-height: 120px;
  max-width: 100%;
  min-width: 100%;
}

form.affiliate-login {
  width: 100%;
  max-width: 400px;
  margin: 50px auto;
}
form.affiliate-login .input-group {
  display: block;
  margin-bottom: 20px;
  float: none;
}
form.affiliate-login .input-group label {
  font-size: 16px;
  margin: 5px 0;
  font-weight: 500;
}
form.affiliate-login .input-group input {
  display: block;
  font-size: 17px;
  line-height: 1;
  padding: 10px;
  height: auto;
  float: none;
}


.dashboard-affiliate {
    
}
.dashboard-affiliate .content {
    max-width: 1000px;
    display: block;
    margin: auto;
    border: 1px solid #eee;
}
.affiliate-tabs {
  display: inline-block;
    width: 100%;
}
.affiliate-tabs .nav-tabs {
  width: 300px;
    float: left;
    display: inline-block;
    padding: 0;
    border: 0;
}
.affiliate-tabs .nav-tabs li:before {
    content: none;
}
.affiliate-tabs .nav-tabs li {
    list-style: none;
    background: none;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    background: #f3f3f3;
}
.affiliate-tabs .nav-tabs li a {
    border: 0;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    background: inherit;
    color: #686868;
}
.affiliate-tabs .nav-tabs li.hover,
.affiliate-tabs .nav-tabs li.focus,
.affiliate-tabs .nav-tabs li.active {
    background: #f3f3f3;
}
.affiliate-tabs .nav-tabs li.hover a,
.affiliate-tabs .nav-tabs li.focus a,
.affiliate-tabs .nav-tabs li.active a {
    color: #b11d1d;
    font-weight: bold;
    background: inherit;
    border: 0;
}
.affiliate-tabs .tab-content {
    display: inline-block;
    float: left;
    width: calc(100% - 300px);
    padding-left: 30px;
    padding-top: 20px;
}
.affiliate-tabs .account {
  margin-bottom: 50px;
}
.affiliate-tabs .account h3 {
    text-align: left;
    font-size: 22px;
    font-weight: 500;
    margin-top: 0;
}
.affiliate-tabs .affiliate-links {
  margin-bottom: 50px;
}
.affiliate-tabs .affiliate-links h3 {
    text-align: left;
    font-size: 22px;
    font-weight: 500;
    margin-top: 0;
}
.affiliate-tabs .affiliate-links p {
  margin-bottom: 20px;
}
.affiliate-tabs .reservations {
  margin-bottom: 50px;
}
.affiliate-tabs .reservations h3 {
  text-align: left;
    font-size: 22px;
    font-weight: 500;
    margin-top: 0;
}
.affiliate-tabs .reservations p {
  margin-bottom: 25px;  
}
.affiliate-tabs .reservations p.total {
  font-weight: 700;
}
.affiliate-tabs .payments {
  margin-bottom: 50px;
}
.affiliate-tabs .payments h3 {
  text-align: left;
    font-size: 22px;
    font-weight: 500;
    margin-top: 0;
}
.affiliate-tabs .payments p {
  margin-bottom: 25px;
}
.affiliate-tabs .payment-sum {
  margin-bottom: 25px;
}
.affiliate-tabs .payment-sum p {
  margin-bottom: 15px;
  font-weight: 600;
}


/*contact form*/

.contact-form .input-group {
  display: block;
  margin-bottom: 20px;
}
.contact-form .input-group label {
  font-size: 16px;
  font-weight: 500;
  margin: 5px 0;
}
.contact-form .input-group input {
  display: block;
  float: none;
  padding: 10px;
  font-size: 17px;
  height: auto;
  line-height: 1;
  border-color: #b7b7b7;
}
.contact-form .input-group textarea {
  display: block;
  float: none;
  padding: 10px;
  font-size: 17px;
  height: auto;
  line-height: 1.6;
  border: 1px solid #b7b7b7;
  min-height: 150px;
  max-width: 100%;
  min-width: 100%;
}











