@charset "utf-8";
/* CSS Document */
/*Single Page Style*/
.site-content-left {
    width: 20%;
    margin-right: 5%;
    line-height: 18px;
}
.site-content-right {
    width: 70%;
}
.site-content-both {
    display: inline-table;
    vertical-align: top;
}
.content-single-post {
    margin: 0;
}
.note-price-single-post, .content-single-post {
    line-height: 20px;
    text-align: justify;
}
.booknow {
    padding: 8px;
    display: block;
    margin: 20px 0;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    margin-top: 10px;
    text-decoration: none;
}
.booknow:hover {
    text-decoration: underline;
    color: #fff;
}
.book_now_bottom {
    clear: both;
    margin-top: 20px;
    float: right;
}
.thumbnail_offer_single {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
}



/* Display view */

.brands-container {
    width: auto;
    -moz-hyphens: none;
}

.brands-container div {
    margin: 0 5px;
}

.logo-size-thumbnail {
    width: auto;
    display: inline-block;
    margin: 2px;
    vertical-align: middle;
}
.logo-size-medium {
    width: auto;
    display: inline-block;
    margin: 2px 4px;
    vertical-align: middle;
}
.logo-size-large {
    width: auto;
    display: inline-block;
    margin: 2px;
    vertical-align: middle;
}
.social-media-bar {
    display: inline-block;
    margin: 2px;
    vertical-align: middle;
}
.iframe-bar {
    display: inline-block;
    margin: 2px;
    vertical-align: bottom;
}
.iframe-bar iframe {
    margin: 0 !important;
}

.brands-package-widget {
    display: inline-block;
    margin: 2px;
}

.category-name {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
}
.brands-by-category {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
}

.fblikeblog {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    height: 20px;
}
.twittercounterblog {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    height: 20px;
}
.gpluscounterblog {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    height: 20px;
}



/* Tooltip */
.tt-wrapper {
    position: relative;
    }
.tt-wrapper .tooltip-css {
    border:1px solid red;
    width: auto;
    padding: 5px;
    left: 0;
    margin-left: 0px;
    font-size: 10px;
    color: #333;
    border: 4px solid #fff;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    pointer-events: none;
    bottom: 100px;
    opacity: 0;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tt-wrapper .tooltip-css:before,
.tt-wrapper .tooltip-css:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 10%;
    margin-left: -9px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0,0,0,0.3);
}
.tt-wrapper .tooltip-css:after {
    bottom: -14px;
    margin-left: -10px;
    border-top: 10px solid #fff;
}
.tt-wrapper:hover .tooltip-css {
    opacity: 1;
    bottom: 70px;
}
