.home #brand {
padding:40px 20px;
}

.brand_icon img{
-moz-transition:-moz-transform 0.5s ease-in; 
-webkit-transition:-webkit-transform 0.5s ease-in; 
-o-transition:-o-transform 0.5s ease-in;
}
.brand_icon img:hover{
-moz-transform:scale(1.2); 
-webkit-transform:scale(1.2);
-o-transform:scale(1.2);
}

.brands_sidebar .brand_icon img {
    max-width: 180px;
    margin:50px auto 10px auto;
}

.results_image {overflow:hidden;position:relative;}
.results_image img{
-moz-transition:-moz-transform 0.5s ease-in; 
-webkit-transition:-webkit-transform 0.5s ease-in; 
-o-transition:-o-transform 0.5s ease-in;
}
.results_image img:hover{
-moz-transform:scale(1.2); 
-webkit-transform:scale(1.2);
-o-transform:scale(1.2);
}

.results_image .vid_icon {
	position: absolute;
    right: 20px;
    top: 15px;
    z-index: 999;
}

.results_image .vt_icon {
	position: absolute;
    right: 20px;
    top: 15px;
    z-index: 999;
}

.results_image .360_icon {
	position: absolute;
    right: 20px;
    top: 15px;
    z-index: 999;
}

.results_image .360_icon.icon_space { 
    right: 60px; 
}

.results_image .vt_icon.icon_space { 
    right: 60px; 
}

img.brand-logo {     max-width: 50%;
    margin: 20px auto; }

.full-cover {
  display: block;
  width: 100vw !important;
  height: 100vh  !important;
  object-fit: cover;
}

.full-bg-image {
    background-repeat: no-repeat; 
    background-position: 50% 50% !important;
    -webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
    box-sizing: border-box;
    width:100%;
    height:100%;
    min-height:500px;
}

.post-type-archive-brand .full-bg-image {  
    min-height:600px;
}

.form-allowed-tags,
#commentform pre {display:none;}

.home h1.search_title {
    font-size: 24px;
}

.parallax {  
    /* Set a specific height */
    height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
}

.table-rates {
 background:#fff;
 margin-top:20px;
}

.table-rates .table tbody tr td,
.table-rates .table thead tr th {
 padding:20px;
}


.dropdown-divider:before {
    content: "";
    display: block;
    width: 90%;
    margin: 0 auto 0;
	border-top: 1px solid #cccccc;
}


@media screen and (max-device-width: 1024px){
  .parallax {
    background-attachment: scroll !important;
   }
}
@media screen and (min-width: 1200px) {
  .parallax {
	background-size: contain; 
  }
}
@media screen and (min-width: 1400px) {
  .parallax { 
	height: 550px; 
  }
}

.price {padding-bottom: 20px;color: #fff;}

.noline:before { border-top:none !important; }


.pagination-container {
    margin-bottom: 1em;
}
  
/* Display as inline to put all contarols in one line */
.pagination-container ul,
.pagination-container ul * {
  display: inline;
 }  
  
.pagination-container  a {
  border-bottom: none; 
}
 
.pagination-container .wpv_page_current span,
.pagination-container  a {
   padding: 0 0.5em; 
}
  
/* Highlight wpv_page_current to make the current page stand out */
.pagination-container .wpv_page_current span {
  background: #333;
  color: #fff;
}

.pattern_over:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.50);
    width: 100%;
    height: 100%;
    pointer-events: none;
}

span.more_photos {
   position: absolute;
    top: 10%;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    padding: 20%;
    color: #fff;
}
.pattern_over a:hover span.more_photos { 
    color: #fcb515;
}

#blog_post_content p {
  margin: 0 0 10px;
}
.gchoice_1_4_1 label {margin-left: 20px !important;}

div.search {margin-bottom:10px;}

iframe[name="google_conversion_frame"] { margin:0; }

.results_line {
  display:inline !important;
  height:1px !important;
}
.results_title {
  margin-bottom: 0 !important;
    font-family: Raleway;
    text-transform: uppercase;
    margin-top: 15px;
}

.pad10 { padding:10px;}

.pad20 { padding:20px;}

.padbottom40 { padding-bottom:40px;}

.price-reduced {
  text-decoration: line-through;
  font-size: 80%;
}


ul.social_links {
  overflow: auto;
  padding:20px;
}
 
ul.social_links li {
    list-style-type: none;
    display: inline-block;
}
 
ul.social_links li a i {
    background: #205D7A;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 25px;
    text-align: center;
    margin-right: 10px;
    padding-top: 15%;
    transition: all 0.2s ease-in-out;
}
ul.social_links li a .fa-facebook {
    background:#3b5998;
}  
ul.social_links li a .fa-twitter {
    background:#00aced;
}
ul.social_links li a .fa-google-plus {
    background:#dd4b39;
}
ul.social_links li a .fa-youtube {
    background:#cd201f;
}
ul.social_links li a i:hover {
    opacity: .7;
}

#dcomment i.fa,
#testimonial i.fa { font-style: italic; }

#gform_wrapper_4.gform_wrapper .gfield_radio li label {
    margin-left: 20px;
}

#blog_post_content a {
	text-decoration:underline;
}

#blog_post_content figcaption {
    text-align: center;
    font-size: small;
    color: #838383;
}

/* Wrapper for the banner */
.banner-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

img.location-flag {
    max-width: 30%;
    margin: 20px auto;
    position: absolute;
    left: 5%;
    opacity: 0.8;
}