/*FONTS*/

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);
@import url(http://fonts.googleapis.com/css?family=Lato);

/*MAIN*/

.row {
    margin-left: -15px;
    margin-right: -15px;
    *zoom: 1;
}
.row:before,
.row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}

.ct-googleMap--MapCol{
    width: 75%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
}

.ct-googleMap--SidebarCol{
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
}

.ct-googleMap {
    height: 525px;
    background-color: black;
    width: 100%;
}

*{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box}

.clearfix{
    clear: both;
}
.ct-googleMap--sidebar{
    text-align: left;
    width: 100%;
}
.ct-googleMap--selectContainer{
    margin-bottom: 18px;
}
.ct-googleMap--select{
    width: 100%;
    height: 42px;
    background-color: transparent;
    position: relative;
    z-index: 1;
    font-size: 18px;
    -webkit-appearance: none;
    /*Removes default chrome and safari style*/
    -moz-appearance: none;
    /*Removes default style Firefox*/
    /*text-indent: 0.01px;*/
    /* Removes default arrow from firefox*/
    text-overflow: "";
    /*Removes default arrow from firefox*/
    color: #333;
}
.ct-googleMap--resultsCounter{
    font-size: 1.2em;
    line-height: 40px;
    padding: 0 40px 0 17px;
}
.ct-googleMap--results{
    min-height: 320px;
}
.ct-googleMap--itemCounter{
    float: right;
}
.ct-googleMap--select:focus{
    outline: none;
}
.ct-googleMap--selectContainer, .ct-googleMap--searchContainer{
    position: relative;
}
.ct-googleMap--selectContainer:after, .ct-googleMap--searchContainer:after{
    content: "";
    clear: both;
}
.ct-googleMap--searchContainer:before, .ct-googleMap--selectContainer:before{
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}
.ct-googleMap--searchContainer{
    margin-bottom: 24px;
}
.ct-googleMap--sidebar .ct-googleMap--search{
    height: 42px;
    width: 100%;
    display: block;
    font-size: 18px;
    color: #333;
    background-color: transparent;
    border: 1px solid #d7d6d6;
}

.ct-googleMap--sidebar .ct-googleMap--search:focus{
   outline: none;
}
.ct-googleMap--sidebar .ct-googleMap--sidebarItem{
    font-size: 1.2em;
    line-height: 40px;
    color: #fff;
    border: none;
    padding: 0 0 0 17px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: table;
    width: 100%;
}
.ct-googleMap--sidebarItem span{
    display: table-cell;
    vertical-align: middle;
}
.ct-googleMap--sidebarItem .ct-googleMap--sidebarItemDistance{
    text-align: right;
    padding-left: 5px;
    width: 70px;
}

.ct-googleMap--InfoWindowBody{
    padding: 0 15px 15px 15px;
    position: relative;
    color:  #333;
    background: #fff;
}
.ct-googleMap--closeButton{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.ct-googleMap--InfoWindowBody span{
    font-size: 1.2em;
    line-height: 1.5em;
    display: block;
    position: relative;
}

.Navigation{
    list-style: none;
    padding: 0;
    margin: 0;
}
.Navigation:after{
    clear: both;
}

.Navigation li{
    display: inline-block;
}

.NavigationPrev a:before, .NavigationNext a:before{
    content: "";
    height: 32px;
    width: 44px;
    display: block;
    background-position: center;
    cursor: pointer;
}
.NavigationPrev{
    float: left;
}
.NavigationNext{
    float: right;
}
.NavigationPrev.NavigationDisable a:before, .NavigationNext.NavigationDisable a:before{
    cursor: default;
}

.Navigation .paginationCounter, .Navigation .paginationCounter span{
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
}

.NavPage{
    padding: 0 10px;
    color: #c2bdbd;
    cursor: pointer;
}
.NavPage:hover{
    color: #c2bdbd;
}

/*
Styles:
    - Lollipop
    - Cosmic Blue
    - Pop
    - Retro
    - Bee Pattern
*/


.lollipop, .cosmic, .pop, .retro, .bee{
    width: 100%; /*1200px*/
    margin: 0 auto;
    padding: 0 15px;
    font-family: 'Source Sans Pro', sans-serif;
}
.lollipop select, .cosmic select, .pop select, .retro select, .bee select{
    font-family: 'Source Sans Pro', sans-serif;
}

.lollipop input, .cosmic input, .pop input, .retro input, .bee input{
    font-family: 'Source Sans Pro', sans-serif;
}

/*lollipop*/
.lollipop .ct-googleMap--selectContainer{
    position: relative;
}
.lollipop .ct-googleMap--select{
    padding-left: 30%;
    text-transform: uppercase;
}
.lollipop .ct-googleMap--select option{
    color: #9f9d9d;
    background-color: #fff;
}

.lollipop .ct-googleMap--select, .lollipop .ct-googleMap--sidebar .ct-googleMap--search {
    color: #fff;
    text-transform: uppercase;
    background-color: #e6e8eb;
    border: none;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}
.lollipop .ct-googleMap--select{
    background-color: rgba(237,42,100,0.98);
    background: url('../images/lollipop/images/select-icon.png') no-repeat 95% center ;
    background: url('../images/lollipop/images/select-icon.png') no-repeat 95% center , -moz-linear-gradient(left, rgba(237,42,100,0.98) 0%, rgba(162,126,247,1) 100%);
    background: url('../images/lollipop/images/select-icon.png') no-repeat 95% center , -webkit-gradient(left top, right top, color-stop(0%, rgba(237,42,100,0.98)), color-stop(100%, rgba(162,126,247,1)));
    background: url('../images/lollipop/images/select-icon.png') no-repeat 95% center , -webkit-linear-gradient(left, rgba(237,42,100,0.98) 0%, rgba(162,126,247,1) 100%);
    background: url('../images/lollipop/images/select-icon.png') no-repeat 95% center , -o-linear-gradient(left, rgba(237,42,100,0.98) 0%, rgba(162,126,247,1) 100%);
    background: url('../images/lollipop/images/select-icon.png') no-repeat 95% center , -ms-linear-gradient(left, rgba(237,42,100,0.98) 0%, rgba(162,126,247,1) 100%);
    background: url('../images/lollipop/images/select-icon.png') no-repeat 95% center , linear-gradient(to right, rgba(237,42,100,0.98) 0%, rgba(162,126,247,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2a64', endColorstr='#a27ef7', GradientType=1 );
}
.lollipop .ct-googleMap--sidebar .ct-googleMap--search{
    text-align: center;
    background: rgba(237,42,100,0.98);
    background: -moz-linear-gradient(left, rgba(237,42,100,0.98) 0%, rgba(162,126,247,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237,42,100,0.98)), color-stop(100%, rgba(162,126,247,1)));
    background: -webkit-linear-gradient(left, rgba(237,42,100,0.98) 0%, rgba(162,126,247,1) 100%);
    background: -o-linear-gradient(left, rgba(237,42,100,0.98) 0%, rgba(162,126,247,1) 100%);
    background: -ms-linear-gradient(left, rgba(237,42,100,0.98) 0%, rgba(162,126,247,1) 100%);
    background: linear-gradient(to right, rgba(237,42,100,0.98) 0%, rgba(162,126,247,1) 100%);
}
.lollipop  ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
.lollipop :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
    opacity:  1;
}
.lollipop ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
    opacity:  1;
}
.lollipop :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}

.lollipop .ct-googleMap--resultsCounter{
    color: #736c6c;
    padding: 0 38px 0 17px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    clear: both;
    background-color: transparent;
    position: relative;
}
.lollipop .ct-googleMap--itemCounter{
    float: none;
    margin-left: 5px;
    font-weight: 400;
}
.lollipop .ct-googleMap--sidebar .ct-googleMap--sidebarItem{
    color: #736c6c;
    background-color: transparent;
    padding-right: 30px;
    /*border-bottom: 1px solid #f4c1cd;*/
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}
.lollipop .ct-googleMap--sidebar .ct-googleMap--sidebarItem:hover{
    color: #fff;
    font-weight: bold;
    background: rgba(237,42,100,0.98);
    background: -moz-linear-gradient(left, rgba(237,42,100,0.98) 0%, rgba(162,126,247,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237,42,100,0.98)), color-stop(100%, rgba(162,126,247,1)));
    background: -webkit-linear-gradient(left, rgba(237,42,100,0.98) 0%, rgba(162,126,247,1) 100%);
    background: -o-linear-gradient(left, rgba(237,42,100,0.98) 0%, rgba(162,126,247,1) 100%);
    background: -ms-linear-gradient(left, rgba(237,42,100,0.98) 0%, rgba(162,126,247,1) 100%);
    background: linear-gradient(to right, rgba(237,42,100,0.98) 0%, rgba(162,126,247,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2a64', endColorstr='#a27ef7', GradientType=1 );
}
.lollipop .ct-googleMap--sidebar .ct-googleMap--sidebarItem:hover:after{
    height: 0;
}
.lollipop .ct-googleMap--results{
    margin-bottom: 50px;
}
.lollipop .NavigationPrev a:before, .lollipop .NavigationNext a:before{
    width: 34px;
}
.lollipop .NavigationPrev a:before{
    content: "PREV";
    line-height: 40px;
    color: #494141;
    opacity: 0.58;
}
.lollipop .NavigationNext a:before{
    float: right;
    content: "NEXT";
    line-height: 40px;
    color: #f5f5f5;
    opacity: 0.73;
}
.lollipop .NavigationPrev.NavigationDisable a:before, .lollipop .NavigationNext.NavigationDisable a:before{
    opacity: 0.3;
}
.lollipop .ct-googleMap--InfoWindowBody span{
    color: #736c6c;
}

.lollipop .Navigation{
    padding: 0 15px;
    background: rgba(237,42,100,0.98);
    background: -moz-linear-gradient(left, rgba(237,42,100,0.98) 0%, rgba(255,205,175,1) 98%, rgba(255,208,177,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237,42,100,0.98)), color-stop(98%, rgba(255,205,175,1)), color-stop(100%, rgba(255,208,177,1)));
    background: -webkit-linear-gradient(left, rgba(237,42,100,0.98) 0%, rgba(255,205,175,1) 98%, rgba(255,208,177,1) 100%);
    background: -o-linear-gradient(left, rgba(237,42,100,0.98) 0%, rgba(255,205,175,1) 98%, rgba(255,208,177,1) 100%);
    background: -ms-linear-gradient(left, rgba(237,42,100,0.98) 0%, rgba(255,205,175,1) 98%, rgba(255,208,177,1) 100%);
    background: linear-gradient(to right, rgba(237,42,100,0.98) 0%, rgba(255,205,175,1) 98%, rgba(255,208,177,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2a64', endColorstr='#ffd0b1', GradientType=1 );
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}
.lollipop .paginationCounter{
    font-size: 18px;
    line-height: 40px;

}
.lollipop .paginationCounter .NavPage{
    color: #c41c61;
}
.lollipop .paginationCounter  .active{
    color: #fff;
}
.lollipop .paginationCounter  .active:hover{
    color: #fff;
}

/*cosmic*/

.cosmic .ct-googleMap--selectContainer, .cosmic .ct-googleMap--searchContainer{
    float: left;
    width: 100%;
}
.cosmic .ct-googleMap--select{
    background-image: url('../images/cosmic/images/select-icon.png');
    background-repeat: no-repeat;
    background-position: 95% center;
    padding-left: 35px;
}
.cosmic .ct-googleMap--select, .cosmic .ct-googleMap--sidebar .ct-googleMap--search {
    color: #4757a3;
    background-color: #e6e8eb;
    width: 80%;
    float: right;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-weight: 600;
}
.cosmic .ct-googleMap--selectContainer:before{
    background-image: url('../images/cosmic/images/select-image.png');
    height: 30px;
    width: 24px;
    background-repeat: no-repeat;
}
.cosmic .ct-googleMap--searchContainer:before{
    background-image: url('../images/cosmic/images/input-image.png');
    height: 27px;
    width: 32px;
    background-repeat: no-repeat;
}
.cosmic .ct-googleMap--sidebar .ct-googleMap--search{
    padding-left: 37px;
}
.cosmic  ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #4757a3;
}
.cosmic :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #4757a3;
    opacity:  1;
}
.cosmic ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #4757a3;
    opacity:  1;
}
.cosmic :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #4757a3;
}
.cosmic .ct-googleMap--sidebar .ct-googleMap--search:before{
    content: "";
    background-image: url('../images/pop/images/input-image.png');
    height: 24px;
    width: 18px;
    display: block;
    position: absolute;
    top: 7px;
    left: 10px;
    z-index: 10;
}
.cosmic .ct-googleMap--resultsCounter{
    color: #4757a3;
    padding: 0 38px 0 17px;
    text-transform: uppercase;
    font-weight: bold;
    clear: both;
    background-color: #fff;
    position: relative;
}
.cosmic .ct-googleMap--itemCounter{
    color: #fff;
    height: 25px;
    width: 25px;
    position: absolute;
    margin-top: -12px;
    top: 50%;
    right: 34px;
    background-color: #4757a3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 24px;
    text-align: center;
}
.cosmic .ct-googleMap--sidebar .ct-googleMap--sidebarItem{
    color: #839cb4;
    background-color: #e6e8eb;
    padding-right: 30px;
    border-bottom: 1px solid #fff;
}
.cosmic .ct-googleMap--sidebar .ct-googleMap--sidebarItem:hover{
    color: #4757a3;
    font-weight: bold;
}
.cosmic .ct-googleMap--results{
    margin-bottom: 20px;
}
.cosmic .paginationCounter a {
    background-color: #e6e8eb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    margin: 0 4px;
    color: rgba(94, 103, 157, 0.40);
}
.cosmic .NavigationPrev a:before, .cosmic .NavigationNext a:before{
    width: 34px;
}
.cosmic .NavigationPrev a:before{
    background-image: url('../images/cosmic/images/paginationLeftArrow.png');
    background-repeat: no-repeat;
}
.cosmic .NavigationNext a:before{
    float: right;
    background-image: url('../images/cosmic/images/paginationRightArrow.png');
    background-repeat: no-repeat;
}
.cosmic .NavigationPrev.NavigationDisable a:before, .cosmic .NavigationNext.NavigationDisable a:before{
    opacity: 0.5;
}
.cosmic .ct-googleMap--InfoWindowBody span{
    color: #4757a3;
}
.cosmic .ct-googleMap--InfoWindowBody span:first-child{
    font-weight: bold;
}
.cosmic .paginationCounter  .active{
    color: #fff;
    background-color: #8d93b8;
}
.cosmic .paginationCounter  .active:hover{
    color: #fff;
}

/*pop*/

.pop .ct-googleMap--select, .pop .ct-googleMap--sidebar .ct-googleMap--search{
    border: 1px solid #d7d6d6;
    border-left: none;
    border-right: none;
    color: #9f9999;
}
.pop .ct-googleMap--select{
    padding-left: 80px;
    background-image: url('../images/pop/images/select-icon.png');
    background-repeat: no-repeat;
    background-position: 95% center;
}
.pop .ct-googleMap--selectContainer:before{
    background-image: url('../images/pop/images/select-image.png');
    height: 24px;
    width: 18px;
}
.pop .ct-googleMap--searchContainer:before{
    background-image: url('../images/pop/images/input-image.png');
    height: 22px;
    width: 22px;
}
.pop .ct-googleMap--sidebar .ct-googleMap--search{
    padding-left: 84px;
}
.pop  ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #9f9999;
}
.pop :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #9f9999;
    opacity:  1;
}
.pop ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #9f9999;
    opacity:  1;
}
.pop :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #9f9999;
}
.pop .ct-googleMap--sidebar .ct-googleMap--search:before{
    content: "";
    background-image: url('../images/pop/images/input-image.png');
    height: 24px;
    width: 18px;
    display: block;
    position: absolute;
    top: 7px;
    left: 10px;
    z-index: 10;
}
.pop .ct-googleMap--resultsCounter{
    color: #ff2c61;
}
.pop .ct-googleMap--sidebar .ct-googleMap--sidebarItem{
    color: #3fbdd6;
    background-color: #fff;
    padding-right: 40px;
}
.pop .ct-googleMap--sidebar .ct-googleMap--sidebarItem:nth-child(2n){
    background-color: transparent;
}
.pop .ct-googleMap--sidebar .ct-googleMap--sidebarItem:after{
    content: "";
    display: block;
    position: absolute;
    height: 15px;
    width: 15px;
    top: 50%;
    right: 20px;
    margin-top: -7px;
    background-image: url("../pop/images/item-arrow.png");
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.pop .ct-googleMap--sidebar .ct-googleMap--sidebarItem:hover{
    color: #fff;
    background-color: #ff2c62;
}
.pop .ct-googleMap--sidebar .ct-googleMap--sidebarItem:hover:after{
    background-image: url("../pop/images/item-arrowWhite.png");
}
.pop .ct-googleMap--results{
    margin-bottom: 60px;
}
.pop .paginationCounter{
    border: 1px solid #d7d6d6;
    border-left: none;
    border-right: none;
    margin: 0 auto;
    width: 98%;
}
.pop .Navigation .paginationCounter, .pop .Navigation .paginationCounter span{
    line-height: 30px;
}
.pop .NavigationPrev a:before, .pop .NavigationNext a:before{
    height: 32px;
    width: 44px;
}
.pop .NavigationPrev a:before, .pop .NavigationNext a:before{
    background-color: #d7d6d6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #d7d6d6;
}
.pop .NavigationPrev a:before{
    background-image: url('../images/pop/images/paginationLeftArrow.png');
    background-repeat: no-repeat;
}
.pop .NavigationNext a:before{
    float: right;
    background-image: url('../images/pop/images/paginationRightArrow.png');
    background-repeat: no-repeat;
}
.pop .NavigationPrev.NavigationDisable a:before{
    background-color: transparent;
    background-image: url('../images/pop/images/paginationLeftArrow--disable.png');
    border: 1px solid #d7d6d6;
}
.pop .NavigationNext.NavigationDisable a:before{
    background-color: transparent;
    background-image: url('../images/pop/images/paginationRightArrow--disable.png');
    border: 1px solid #d7d6d6;
}
.pop .ct-googleMap--InfoWindowBody span{
    color: #8b8d94;
}
.pop .ct-googleMap--InfoWindowBody span:first-child{
    color: #3fbdd6;
}
.pop .active{
    color: #ff2c61;
}
.pop .active:hover{
    color: #ff2c61;
}

/*retro*/

.retro .ct-googleMap--selectContainer{
    position: relative;
}
.retro .ct-googleMap--select {
    padding-left: 15px;
    background-image: url('../images/retro/images/select-icon.png');
    background-repeat: no-repeat;
    background-position: 95% center;
}
.retro .ct-googleMap--select option{
    color: #494141;
    background-color: #f1d081;
}
.retro .ct-googleMap--select, .retro .ct-googleMap--sidebar .ct-googleMap--search {
    color: #fec427;
    background-color: #494141;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.retro .ct-googleMap--sidebar .ct-googleMap--search{
    padding-left: 17px;
}
.retro  ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fec427;
}
.retro :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fec427;
    opacity:  1;
}
.retro ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fec427;
    opacity:  1;
}
.retro :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fec427;
}

.retro .ct-googleMap--resultsCounter{
    color: #fec427;
    padding: 0 38px 0 17px;
    text-transform: uppercase;
    text-align: left;
    clear: both;
    background-color: #494141;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    bottom: -8px;
}
.retro .ct-googleMap--sidebar .ct-googleMap--sidebarItem{
    color: #3fbdd6;
    background-color: transparent;
    padding-right: 30px;
    border-bottom: 1px solid #746e6e;
}
.retro .ct-googleMap--sidebar .ct-googleMap--sidebarItem:hover{
    color: #fff;
}
.retro .ct-googleMap--sidebar .ct-googleMap--sidebarItem:hover:after{
    height: 0;
}
.retro .ct-googleMap--results{
    background-color: #494141;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding-bottom: 40px;
}
.retro .NavigationPrev a:before, .retro .NavigationNext a:before{
    width: 34px;
    color: #494141;
    line-height: 40px;
    font-weight: bold;
}
.retro .NavigationPrev a:before{
    content: "PREV";

}
.retro .NavigationNext a:before{
    float: right;
    content: "NEXT";
}
.retro .NavigationPrev.NavigationDisable a:before, .retro .NavigationNext.NavigationDisable a:before{
    opacity: 0.5;
}
.retro .ct-googleMap--InfoWindowBody:before {
    content: "";
    height: 32px;
    width: 29px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fec427;
    -webkit-border-radius: 4px 0 4px 0;
    -moz-border-radius: 4px 0 4px 0;
    border-radius: 4px 0 4px 0;
    background-image: url("../retro/images/infowindow--smImage.png");
}
.retro .ct-googleMap--InfoWindowBody span{
    color: #1d191c;
}

.retro .ct-googleMap--InfoWindowBody span:first-child{
    font-weight: bold;
}

.retro .Navigation{
    background-color: #c1bebe;
    padding: 0 15px;
    margin-top: -5px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}
.retro .paginationCounter{
    font-size: 18px;
    line-height: 40px;

}
.retro .paginationCounter .NavPage{
    color: #878282;
}
.retro .paginationCounter  .active{
    color: #494141;
    font-weight: bold;
}
.retro .paginationCounter  .active:hover{
    color: #494141;
}

/*bee*/
.bee .ct-googleMap--selectContainer{
    position: relative;
}
.bee .ct-googleMap--select{
    padding-left: 30%;
    text-transform: uppercase;
    background-image: url("../bee/images/select-icon.png");
    background: no-repeat;
    background-position: 95% center;
    background-color: #d7d6d6;
}
.bee .ct-googleMap--select option{
    color: #333;
}
.bee .ct-googleMap--select, .bee .ct-googleMap--sidebar .ct-googleMap--search {
    color: #494141;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}
.bee .ct-googleMap--sidebar .ct-googleMap--search{
    text-align: center;
    background-color: #fec427;
}
.bee  ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #494141;
}
.bee :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #494141;
    opacity:  1;
}
.bee ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #494141;
    opacity:  1;
}
.bee :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #494141;
}

.bee .ct-googleMap--resultsCounter{
    color: #736c6c;
    padding: 0 38px 12px 17px;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    clear: both;
    background-color: #fff;
    position: relative;
    -webkit-border-radius: 18px 18px 0 0;
    -moz-border-radius: 18px 18px 0 0;
    border-radius: 18px 18px 0 0;
    bottom: -12px;
}
.bee .ct-googleMap--itemCounter{
    margin-left: 5px;
    font-weight: 400;
}
.bee .ct-googleMap--sidebar .ct-googleMap--sidebarItem{
    color: #736c6c;
    background-color: transparent;
    padding-right: 30px;
}
.bee .ct-googleMap--sidebar .ct-googleMap--sidebarItem:hover{
    color: #736c6c;
    font-weight: bold;
    background-color: #fec427;
}
.bee .ct-googleMap--results{
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}
.bee .NavigationPrev a:before, .bee .NavigationNext a:before{
    color: #494141;
    height: 40px;
    width: 54px;
    background-color: #fec427;
    font-weight: bold;
}
.bee .NavigationPrev a:before{
    content: "PREV";
    line-height: 40px;
    -webkit-border-radius: 18px 0 0 18px;
    -moz-border-radius: 18px 0 0 18px;
    border-radius: 18px 0 0 18px;
}
.bee .NavigationNext a:before{
    float: right;
    content: "NEXT";
    line-height: 40px;
    -webkit-border-radius: 0 18px 18px 0;
    -moz-border-radius: 0 18px 18px 0;
    border-radius: 0 18px 18px 0;
}
.bee .NavigationPrev.NavigationDisable a:before, .bee .NavigationNext.NavigationDisable a:before{
    color: rgba(245, 245, 245, 0.58);
    background-color: #494141;
    font-weight: 400;
}
.bee .ct-googleMap--InfoWindowBody span{
    color: #736c6c;
    text-transform: uppercase;
}

.bee .ct-googleMap--InfoWindowBody span:first-child{
    font-weight: bold;
}

.bee .Navigation{
    background-color: #d7d6d6;
    text-align: center;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}
.bee .paginationCounter{
    font-size: 18px;
    line-height: 40px;

}
.bee .paginationCounter .NavPage{
    color: #8d8585;
    font-weight: bold;
}
.bee .paginationCounter  .active{
    color: #494141;
}
.bee .paginationCounter  .active:hover {
    color: #494141;
}

/*RESPONSIVE(MEDIA QUERIES)*/

@media(max-width: 1200px ) {
    .lollipop, .cosmic, .pop, .retro, .bee{
      width: 100%;
    }
    .ct-googleMap--SidebarCol{
        width: 40%;
    }
    .ct-googleMap--MapCol{
        width: 60%;
    }
}

@media (max-width: 768px) {
    .ct-googleMap--SidebarCol, .ct-googleMap--MapCol{
        width: 100%;
    }
    .ct-googleMap--sidebar{
        margin-bottom: 30px;
    }
}