

.container_16 {
    box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
      max-width: 1200px;
    }


            
            ul.nav.main {
                box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
                }
                
                .grid_16 {
                  position: relative;
  left: 13px;    
                    
                }
                
                .country_title {
                    box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
                      z-index: 10;
                    }
                    
                    div#branding {
                        box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
                        }
                        
                        .box {
 
                            }
                            .search-res-list-elem {
                                box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
                                }
 
@keyframes blink {
  0% { border: rgb(255, 0, 0, 1) solid; }
  50% { border: rgba(255, 0, 0, 0) solid; }
  100% { border: rgba(255, 0, 0, 1) solid; }
}
@-webkit-keyframes blink6 {
 10% { transform: scale(1, 1) rotate(80deg); }
 20% { transform: scale(0, 0) rotate(160deg); }
 100% { transform: scale(0, 0) rotate(0deg); }
}
@keyframes blink6 {
 10% { transform: scale(1, 1) rotate(80deg); }
 20% { transform: scale(0, 0) rotate(160deg); }
 100% { transform: scale(0, 0) rotate(0deg); }
}
.banner_top:after, .banner_top:before {
  content: "";
  position: absolute; top: 0; left: 0;
  display: block;
  width: 100px;
  height: 100px;
  background-image: 
    radial-gradient(rgba(255,255,255,1), rgba(255,255,255,0) 30%),
    linear-gradient(45deg, rgba(0,0,0,0) 49%, rgba(255,255,255,.4) 50%, rgba(0,0,0,0) 51%),
    linear-gradient(135deg, rgba(0,0,0,0) 49%, rgba(255,255,255,.4) 50%, rgba(0,0,0,0) 51%);
  -webkit-animation: blink6 5s linear infinite;
  animation: blink6 5s linear infinite;
  transform: scale(0, 0) rotate(0deg);
}
.banner_top:before {
  top: -30%;
  right: 0; left: auto;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.banner_right:after, .banner_right:before {
  content: "";
  position: absolute; top: 0; left: 0;
  display: block;
  width: 100px;
  height: 100px;
  background-image: 
    radial-gradient(rgba(255,255,255,1), rgba(255,255,255,0) 30%),
    linear-gradient(45deg, rgba(0,0,0,0) 49%, rgba(255,255,255,.4) 50%, rgba(0,0,0,0) 51%),
    linear-gradient(135deg, rgba(0,0,0,0) 49%, rgba(255,255,255,.4) 50%, rgba(0,0,0,0) 51%);
  -webkit-animation: blink6 5s linear infinite;
  animation: blink6 5s linear infinite;
  transform: scale(0, 0) rotate(0deg);
}
.banner_right:before {
  top: -30%;
  right: 0; left: auto;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
 
div#liveTexButton_11164 {
  transform: scale(0.90);
}
.ui-datepicker .ui-datepicker-header {
  background: aliceblue;
  border-color: aliceblue;
}

span.search-form-corn {
  display: none;
}
a.search-form-btn.tc-go-search.tc-search-wblue {
  background: -webkit-linear-gradient(top, #969696, #676767);
  border-color: antiquewhite;
  background: #909396;
}
.search-form.color-border-main.color-background-main.search-form-client {
  border-color: rgb(189, 187, 187);
}
.search-results .search-results-table-th {
  background-color: #8F8F90 !important;
}