.searchButtons ul li.col-xs-6 {
    position: static;
}

.searchButtons ul li > a {
    position: relative;
}

.searchButtons ul li a:hover:not(.disabled),
.searchButtons ul li a:focus:not(.disabled) {
    color: #ffffff;
    background-color: rgba(206,0,88,1);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.searchButtons ul li .dropdown-menu {
    position: absolute;
    padding: 20px 0;
    width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: rgba(236,236,236,0.9);
}
@media (min-width: 768px) {
    .searchButtons ul li .dropdown-menu {
        padding: 40px 0;
    }
}

.searchButtons ul li .dropdown-menu .row {
    flex-wrap: wrap;
    padding: 10px 0;
    /*background-color: rgba(0,0,0,0.2);*/
    background-color: transparent;
}

.searchButtons ul li .dropdown-menu .row .column {
    opacity: 0;
    /*padding: 5px;*/
    /*border: 10px solid transparent;
    margin: 0 -10px -10px 0;*/
}

.searchButtons ul li.where .dropdown-menu .row .column:nth-of-type(1) a {
    background-image: url("/media/1716/kenya1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.searchButtons ul li.where .dropdown-menu .row .column:nth-of-type(2) a {
    background-image: url("/media/2976/thailand_rf_thailand_154048251.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.searchButtons ul li.where .dropdown-menu .row .column:nth-of-type(3) a {
    background-image: url("/media/1869/italy-1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.searchButtons ul li.where .dropdown-menu .row .column:nth-of-type(4) a {
    background-image: url("/media/2743/usa-6.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.searchButtons ul li.where .dropdown-menu .row .column:nth-of-type(5) a {
    background-image: url("/media/1075/amazing-australia_rf_australia_kangaroo_157238853.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.searchButtons ul li.where .dropdown-menu .row .column:nth-of-type(6) a {
    background-image: url("/media/1989/peru-4.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}


.searchButtons ul li .dropdown-menu .row .column a {
    /*background-color: rgba(0,0,0,1);*/
    margin: 5px;
    background-color: rgba(255,255,255,1);
}

.searchButtons ul li .dropdown-menu .row .column a::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.searchButtons ul li.where .dropdown-menu .row .column a::before  {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: none;
    background-color: rgba(67,67,67,0.5);
    opacity: 1;
}

.dropdown-menu .row .column a .effect {
    position: relative;
    width: 100%;
}

.dropdown-menu .row .column a .effect h3 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

@media (min-width: 768px) {

    .dropdown-menu .row .column a .effect {
        position: absolute;
        width: auto;
        top: 20px;
        right: 20px;
        left: 20px;
        bottom: 20px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -webkit-transform: translateZ(30px);
        transform: translateZ(30px);
        border: 0 solid #fff;
        transition: border .4s ease;
    }


    .dropdown-menu .row .column a .effect h3 {
        margin-bottom: -10px;
        font-size: 16px;
        font-weight: 700;
        transition: .4s ease;
        opacity: 0.9;
        will-change: transform;
    }

}

.searchButtons ul li.where .row .col-sm-2 a h3 {
    font-size: 16px;
}

.dropdown-menu .row .column a:hover .effect,
.dropdown-menu .row .column a:focus .effect {
    border-width: 4px;
}

.searchButtons ul li.where .dropdown-menu .row .column a:hover::before,
.searchButtons ul li.where .dropdown-menu .row .column a:focus::before  {
    opacity: 0;
}

.dropdown-menu .row .column a:hover .effect h3,
.dropdown-menu .row .column a:focus .effect h3 {
    margin-bottom: 0;
    font-size: 20px;
    opacity: 1;
}

.searchButtons ul li .dropdown-menu .row .column a:hover:not(.disabled),
.searchButtons ul li .dropdown-menu .row .column a:focus:not(.disabled),
.searchButtons ul li.where .dropdown-menu .row .column a:hover:not(.disabled),
.searchButtons ul li.where .dropdown-menu .row .column a:focus:not(.disabled) {
    background-image: none;
    background-color: rgba(206,0,88,1);
    color: white;
}

.searchButtons ul li .dropdown-menu .row .column a:hover::before,
.searchButtons ul li .dropdown-menu .row .column a:focus::before {
    opacity: 1;
}

.searchButtons ul li.where .dropdown-menu .row .column a:hover::before,
.searchButtons ul li.where .dropdown-menu .row .column a:focus::before {
  
}

.searchButtons ul li .dropdown-menu .row .column a.disabled {
    /*background-color: rgba(80,80,80,1);*/
    opacity: 0.7;
    cursor: default;
}

.searchButtons ul li .dropdown-menu .row .column a.disabled h3 {
    /*color: rgba(255,255,255,0.5);*/
    color: #999;
}

.searchButtons ul li .dropdown-menu .row .column a.disabled::before {
    content: '';
    position: absolute;
    border: none;
    opacity: 0;
}

.searchButtons ul li .dropdown-menu .row .column a.disabled:hover::before {
    content: '';
    opacity: 0;
}

@media only screen and (max-width: 767px) {
    
    .searchButtons {
        height: auto;
    }

    .searchButtons ul {
        position: relative;
    }

    .searchButtons ul li {
        text-align: center;
    }

    .searchButtons ul li.col-xs-6 {
        padding: 1px;
    }

    .searchButtons ul li a {
      display:block;
      padding: 13px 10px 7px;
      margin: 1px;
      color: #ffffff;
      font-size: 13px;
      letter-spacing: 1px;
      text-transform: uppercase;
      text-decoration: none;
      background-color: rgba(67,67,67,0.8);
      cursor: pointer;
    }

    .searchButtons > .dropdown-menu,
    .searchButtons .open > .dropdown-menu {
        width: 100%;
        border-radius: 0px;
        border: none;
        margin: 0;
        padding: 20px 0;
        background-color: rgba(236,236,236,0.9);
    }

    .searchButtons ul li .dropdown-menu .row {
        flex-direction: column;
    }

    .searchButtons ul li .dropdown-menu .column {
/*       display: none;*/
    }

    .searchButtons ul li .dropdown-menu .column a {
        background: white;
        padding: 18px 10px 12px 10px;
    }

    .searchButtons ul li .dropdown-menu .row .column a::before {
        content: '';
        position: absolute;
        border: none;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .searchButtons ul li .dropdown-menu .row .column a:hover::before,
    .searchButtons ul li .dropdown-menu .row .column a:focus::before,
    .searchButtons ul li.where .dropdown-menu .row .column a:hover::before,
    .searchButtons ul li.where .dropdown-menu .row .column a:focus::before {
        border: none;
    }

    .searchButtons ul li .dropdown-menu .column a h3 {
        color: rgba(206,0,88,1);
        font-size: 16px;
    }

    .searchButtons ul li #whenDropdown + .dropdown-menu .row {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .searchButtons ul li #whenDropdown + .dropdown-menu .column {
        margin: 0;
        padding: 2px;
    }

    .searchButtons ul li #whenDropdown + .dropdown-menu .column a {
        padding: 10px;
    }
}

@media only screen and (min-width: 767px) {
    
    .searchButtons ul {
        width: auto;
        padding: 0;
    }
    
    .searchButtons ul li {
       margin: 0 1px;
       width: auto;
       background-color: rgba(67,67,67,0.8);
    }
}

/*   moved from search-results.css because it won't bundle   */

.list-item.row {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.list-item.row:hover {
    border: 5px double #666666;
}

/*
.list-item.row .thumb {
	width: 100%;
	height: 100%;
    margin-left: 0;
    margin-right: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.list-item.row:hover .thumb {
    -webkit-transform: perspective(700px) rotateY(25deg);
    transform: perspective(700px) rotateY(25deg);
    margin-left: -7px;
    margin-right: 7px;
}
*/

.list-item.row .list-item-links .btn {
    overflow: visible;
}

.list-item.row .list-item-links .top-links + a:hover {
    color: white;
}
/*
.list-item.row .list-item-links .btn::after {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    right: -10px;
    bottom: calc(50% - 10px);
    border-width: 10px 10px 10px 10px;
    border-color: transparent transparent transparent #666666;
}*/

.list-item.row:hover .list-item-links .btn::after {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.list-item.row:hover .list-item-links .btn {
    background-color: #666666;
}


.pop-hover

/* Pop */
@-webkit-keyframes pop-hover {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes pop-hover {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.pop-hover {
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.pop-hover:hover, .pop-hover:focus, .pop-hover:active {
  -webkit-animation-name: pop-hover;
  animation-name: pop-hover;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}