
/****************************************************************************************\
 **   @name		EXP Autos  Pro                                                  **
 **   @package          Joomla 1.6                                                      **
 **   @author		EXP TEAM::Alexey Kurguz (Grusha)                                **
 **   @copyright	Copyright (C) 2005 - 2013  EXP TEAM::Alexey Kurguz (Grusha)     **
 **   @link             http://www.feellove.eu                                          **
 **   @license		Commercial License                                              **
 \****************************************************************************************/


/* Start style InfoWindow */

.expgoogledl_top{
    background-color: #0081c2;
    color: #fff;
    text-align: center;
    margin: 2px 0;
    border-radius: 0;
    font-weight: bold;
    padding: 5px 5px;
}
.expgmap-trunicate{
    white-space: nowrap;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    -o-text-overflow: ellipsis;  
    -ms-text-overflow: ellipsis; 
}
.expgoogleads_img{
    position:relative;
}
.expgoogleads_img img{
    max-height: 100px
}

.expimg_special{
    position:absolute;
    top:5px;
    right:5px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

.expimg_special.rbgrey {
    background: rgba(247,5,5, 0.7);
    color: #fff;
    font-size: 10px;
    padding: 0px 5px;
    font-weight: bold;
}

.expimg_special.rbblue {
    background: rgba(41,137,216, 0.7);
    color: #fff;
    font-size: 10px;
    padding: 0px 5px;
    font-weight: bold;
}

.expimg_special.rborange {
    background: rgba(247,158,5, 0.7);
    color: #fff;
    font-size: 10px;
    padding: 0px 5px;
    font-weight: bold;
}

.expgoogledl_topmiddle{
    padding: 0;
    margin: 0;
    max-height: 100px;
    overflow: auto;
}

.expgoogledl_topmiddle li > span{
    font-weight: bold;
}

.expdetmap_canvas img {
    max-width: none !important;
}


.infoGmaps{
}

.infoGmaps.slick-slider {
    margin-bottom: 0;
    width: 200px;
    overflow: hidden;
}
.expgoogleads_img .expslickgmads{
    margin-bottom: 5px;
}

.expgoogleads_img .expslickgmads .jambezz-slick-next {
    left: 5px;
}

.expgoogleads_img .expslickgmads .jambezz-slick-prev {
    right: 5px;
}
.expgoogleads_img .expslickgmads .jambezz-control-right, 
.expgoogleads_img .expslickgmads .jambezz-control-left {
    margin-top: -15px;
}

.expgoogleads_img .expslickgmads .slick-dots li.slick-active button::before {
    color: rgb(73, 175, 205);
    opacity: 0.75;
}

.expgoogleads_img .expslickgmads .slick-dots li button::before {
    color: rgb(255, 255, 255);
    opacity: 0.75;
}

.expgoogleads_img .expslickgmads .slick-dots{
    bottom: 5px;
    margin-bottom: 0;
}
.expgoogleads_img .expslickgmads .slick-dots li {
    height: 5px;
    margin: 0 3px;
    width: 5px;
}

.infoGmaps.slick-slider > .jambezz-control-right, 
.infoGmaps.slick-slider > .jambezz-control-left {
    top: 33%;
    background: rgba(0,0,0,0.7);
}

.infoGmaps.slick-slider > .gmslick-dots{
    margin: 0;
    padding: 0;
    position: absolute;
    top: -4px;
}

.infoWinGm .sp-slider-wrapper{
    left: 48%;
}

.infoGmaps.slick-slider > .gmslick-dots li{
    display: inline-block;
    margin: 0 1px;
}

.infoGmaps.slick-slider > .gmslick-dots li button{
    padding: 0 4px;
    font-size: 9px;
    color: #000;
    background-color: #ccc;
    border-color: #ccc;
    border: 1px solid transparent;
}

.infoGmaps.slick-slider > .gmslick-dots li.slick-active button{
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

/* Label for Marker */
.expgm_labels{
    /*background-color: rgba(0, 0, 0, 0.7);*/
    background-color: #fff;
    border-radius: 10px;
    color: #000;
    font-size: 10px;
    font-weight: bold;
    margin-left: 10px !important;
    margin-top: -64px !important;
    padding: 0 7px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}



.gm-style-iw {
    width: 210px !important;
    top: 15px !important;
    left: 20px !important;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    padding:5px;
    max-height:250px;
}

/* white background and box outline */ 
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div 
{
    background-color: transparent !important; 
    box-shadow: none !important;
    width: auto !important; 
    height: auto !important; 
    z-index: 2;
} 
/* image icon inside close button */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child { 
    opacity: 1 !important;
    top: 15px !important;
}
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div:first-child > div{
    box-shadow: rgba(0, 0, 0, 0.6) 2px 7px 6px !important;
}
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div:nth-child(2) > div{
    box-shadow: rgba(0, 0, 0, 0.6) 2px 7px 6px !important;
}


/* End style InfoWindow */

.expgmap-trunicate{
    white-space: nowrap;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    -o-text-overflow: ellipsis;  
    -ms-text-overflow: ellipsis; 
}
/*** Google Maps ***/

.expdetmapads_container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.expdetmapads_container .expdetmap_canvas{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
}


/*** Loading ***/
/*
.expgooglelocload {
    position: absolute;
    background: rgba(255,255,255,0.5) url('../images/loader.gif') no-repeat center center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/

.expdetmap_canvas.expspinner-overlay-val::after {
    display: block;
    width: 40px;
    height: 40px;
    border: 5px solid rgba(2, 136, 209, 0.5);
    border-top: 5px solid #0288d1;
    border-radius: 50%;
    -webkit-animation-name: expspinner-anm;
    animation-name: expspinner-anm;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes expspinner-anm {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes expspinner-anm {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.expdetmap_canvas.expspinner-overlay {
    position: relative;
}
.expdetmap_canvas.expspinner-overlay::before {
    content: "";
    display: block;
    background: #fff;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.expdetmap_canvas.expspinner-overlay::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    z-index: 10;
}
