
.smb-970x250-main-cont {
    margin: auto;
    width: 970px;
    height: 250px;
    position: relative;
}

.smb-970x250-slideshow-cont {
    height: 250px;
    width: 970px;
    display: none;
}

.smb-970x250-displayad-cont {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: auto;
    background: #f7f7f7;
}

.smb-970x250-item-cont {
    height: 250px;
    background: #f7f7f7;
}

.smb-970x250-info-canvas {
    position: absolute;
    z-index: 2;
    height: 250px;
    width: 600px;
    right: 0;
    background-color: #f48341;
    color: #f8f8f8;
    top: 0;
    border-bottom-left-radius: 2em;
    border-top-left-radius: 2em;
    display: none;
}

.smb-970x250-info-canvas-outline {
    position: absolute;
    z-index: 1;
    height: 250px;
    width: 610px;
    right: 0;
    background-color: #fff;
    top: 0;
    border-bottom-left-radius: 2em;
    border-top-left-radius: 2em;
    display: none;
}

.smb-970x250-adcont-backdrop {
    position: absolute;
    width: 970px;
    height: 250px;
    background-color: white;
    z-index: 2;
}

.smb-loading-logo {
    /* background-image: url('//saambaa.com/assets/image/smb-loading-logo.png'); */
    width: 100%;
    height: auto;
    /* background-size: 150px 131px; */
    position: absolute;
    bottom: 47%;
    left: 12%;
    z-index: -1;
    /* -webkit-animation: pulse 4s infinite; */
}

.smb-loading-logo:before {
    content: "We Help You Discover Your City";
    color: white;
}

.custom-select {
    max-width: none;
    padding: 0 5px
}

.custom-select:hover {
    border: none
}

.custom-select select {
    text-transform: uppercase;
    font-size: .9em;
    padding: 0 10px;
    line-height: 20px;
    height: 22px;
}

.custom-select::after {
    font-family: "Glyphicons Halflings";
    color: #444855;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e252";
    margin-top: -9px;
    overflow: unset;
    right: 1em;
}

.custom-select select,
.custom-select select:focus {
    background-color: #f7f7f7;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}

.custom-select select:focus {
    box-shadow: none
}

