
.gm-style-iw {
    width: auto!important;
    top: 17px !important;
    left: -332px !important;
    /*right: 50px !important;*/


    border-radius: 2px 2px 10px 10px;
}



#search_bar, #search_bar, #map, #map *, #map_canvas * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.clearfix {
    zoom: 1
}

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.clearfix:after {
    clear: both
}

:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important;
    float: none !important;
    max-width: none !important
}

.cwmap_search_bar {
    background: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-left: none;
    border-right: none;
    padding: 15px 0
}

.cwmap_search_form {
    position: relative;
    width: 70%;
    margin: auto;
    max-width: 980px
}

.cwmap_search_form .cwmap_search_input {
    font-size: 17px;
    display: block;
    float: left;
    background: #fff;
    font-size: 14px;
    padding: 12px;
    height: 48px;
    width: 70%;
    border-radius: 4px 0 0 4px
}

.cwmap_search_form .button {
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    width: 30%;
    text-align: center
}

@media only screen and (max-device-width: 768px), only screen and (max-width: 768px) {
    .cwmap_search_form {
        width: 90%
    }

    .cwmap_search_form .cwmap_search_input, .cwmap_search_form .button {
        width: 100%;
        border-radius: 4px
    }

    .cwmap_search_form .button {
        margin-top: 10px
    }
}

.cwmap_zoom_control_container {
    position: absolute;
    top: 25px;
    left: 25px
}

.cwmap .cwmap_zoom_control_container {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-position: 0 -2px;
    /*background-image: url(/img/map/zoom_control_background.png?v=2);*/
    width: 24px;
    height: 230px
}

.text_button {
    text-align: center;
    color: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cwmap_increase_zoom_control {
    padding-top: 5px;
    font-size: 16px !important
}

.cwmap_decrease_zoom_control {
    padding-top: 13px;
    font-size: 25px !important
}

.cwmap_zoom_control {
    height: 160px;
    position: relative;
    top: 13px
}

.cwmap_zoom_control .ui-slider-handle {
    /*background-image: url(/img/map/zoom_control.png);*/
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    left: 5px
}

.cwmap .cwmap_zoom_control .ui-slider-handle:hover {
    background-position: bottom
}

.cwmap_horizontal_map_controls {
    position: absolute;
    top: 25px !important;
    right: 25px !important;
    letter-spacing: -4px;
    width: 350px;
    text-align: right
}

.cwmap_horizontal_map_controls .button_icon {
    color: #fff;
    position: absolute;
    left: 15px
}

.cwmap_horizontal_map_controls .cwmap_button {
    background: #71716C;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 15px;
    font-family: "Proxima-Nova-n6", "Proxima-Nova-1", "Proxima-Nova-2", "Proxima Nova", sans-serif;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0;
    vertical-align: top;
    position: relative
}

.cwmap_horizontal_map_controls .cwmap_button.selected {
    background: #333232
}

.cwmap_horizontal_map_controls .cwmap_share_button {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    position: relative;
    min-height: 20px
}

.cwmap_horizontal_map_controls .cwmap_share_button .button_icon {
    top: 9px;
    font-size: 15px
}

.cwmap_horizontal_map_controls .cwmap_satellite_button {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-right: none
}

.cwmap_horizontal_map_controls .cwmap_close_map_button {
    display: none
}

.cwmap_horizontal_map_controls .cwmap_close_map_button .button_icon {
    left: 9px
}

.cwmap_horizontal_map_controls .start-state .close-fullscreen {
    display: none
}

@media only screen and (max-device-width: 480px), only screen and (max-width: 480px) {
    .cwmap_horizontal_map_controls {
        width: 180px
    }

    .cwmap_horizontal_map_controls .button_title, .cwmap_horizontal_map_controls .cwmap_share_button, .cwmap_horizontal_map_controls .cwmap_fullscreen_button {
        display: none
    }

    .cwmap_horizontal_map_controls .cwmap_map_button {
        -moz-border-radius-topleft: 3px;
        -webkit-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
        -moz-border-radius-bottomleft: 3px;
        -webkit-border-bottom-left-radius: 3px;
        border-bottom-left-radius: 3px
    }

    .cwmap_horizontal_map_controls .cwmap_satellite_button {
        -moz-border-radius-topright: 3px;
        -webkit-border-top-right-radius: 3px;
        border-top-right-radius: 3px;
        -moz-border-radius-bottomright: 3px;
        -webkit-border-bottom-right-radius: 3px;
        border-bottom-right-radius: 3px
    }
}

:-webkit-full-screen .cwmap_horizontal_map_controls .close-fullscreen {
    display: block
}

:-webkit-full-screen .cwmap_horizontal_map_controls .open-fullscreen {
    display: none
}

:-moz-full-screen .cwmap_horizontal_map_controls .close-fullscreen {
    display: block
}

:-moz-full-screen .cwmap_horizontal_map_controls .open-fullscreen {
    display: none
}

:full-screen .cwmap_horizontal_map_controls .close-fullscreen {
    display: block
}

:full-screen .cwmap_horizontal_map_controls .open-fullscreen {
    display: none
}

.cwmap_share {
    background: #f8f8f8;
    padding: 20px;
    border: 1px solid #e0e0e0;
    width: 480px;
    top: 48px !important;
    right: 10px !important
}

.cwmap_share .form_field {
    margin-bottom: 15px
}

.cwmap_share label {
    font-family: "Proxima-Nova-n6", "Proxima-Nova-1", "Proxima-Nova-2", "Proxima Nova", sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #666
}

.cwmap_share input {
    background: #fff;
    font-size: 13px;
    padding: 5px
}

.cwmap_share textarea {
    font-size: 13px
}

.cwmap_share .close {
    display: block;
    font-family: "Proxima-Nova-n6", "Proxima-Nova-1", "Proxima-Nova-2", "Proxima Nova", sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    position: relative;
    padding-left: 22px;
    width: 80px
}

.cwmap_share .close:hover {
    text-decoration: none
}

.cwmap_share .close .button_icon {
    font-size: 13px;
    position: absolute;
    top: 0;
    left: 0;
    color: #000
}

.cwmap_share .cwm_share_url input {
    width: 100%
}

.cwmap_share .dimensions {
    overflow: hidden
}

.cwmap_share .dimensions .form_field {
    width: 47.5%
}

.cwmap_share .dimensions .form_field.width {
    float: left
}

.cwmap_share .dimensions .form_field.height {
    float: right
}

.cwmap_share .dimensions .form_field input {
    width: 100%
}

.cwmap_share .cwm_embed_code textarea {
    width: 100%;
    padding: 10px;
    height: 75px
}

@media only screen and (max-device-width: 600px), only screen and (max-width: 600px) {
    .cwmap_share {
        width: auto;
        left: 45px
    }

    .cwmap_share .dimensions .form_field {
        width: 100%
    }

    .cwmap_share .dimensions .form_field.width {
        float: none
    }

    .cwmap_share .dimensions .form_field.height {
        float: none
    }
}

.infobox_pointer {
    position: relative;
    top: -1px;
    margin: auto;
    width: 21px;
    height: 17px;
    /*background-image: url(/img/map/infobox_pointer.png)*/
}

.infobox #header-logo {
    /*background-image: url(/img/map/infobox_header_logo.png);*/
    width: 160px;
    height: 51px;
    float: left;
    text-indent: -9999px
}

/*.infobox h1 {*/
    /*font: 17px/21px Arial, sans-serif;*/
    /*text-align: left;*/
    /*text-transform: none;*/
    /*color: #494949;*/
    /*font-weight: 600;*/
    /*margin: 0;*/
    /*padding: 15px*/
/*}*/
.infobox h1 {
    font: 17px/21px Arial, sans-serif;
    text-align: left;
    text-transform: none;
    color: #494949;
    font-weight: 600;
    margin: 0;
    padding: 8px
}

.infobox h2 {
    font: 600 14px/24px Proxima-Nova-n6, Proxima-Nova-1, Proxima-Nova-2, 'Proxima Nova', sans-serif;
    text-transform: none;
    color: #333232;
    margin: 0!important;
    padding: 0!important;

}

.infobox h2.green {
    color: #2b791b
}

.infobox h2.red {
    color: #b44242
}

.infobox p {
    font-family: Arial, sans-serif;
    text-align: left;
    font-size: 14px;
    margin: 0 0 15px 0;
    color: #000
}

.infobox a {
    color: #333
}

.infobox .scroll {
    height: 350px;
    overflow: scroll;
    overflow-x: hidden
}

.infobox .body {
    text-align: left;
    padding: 15px;
    width: 600px;
    background-color: #F4F4F4;
    font-family: Arial, sans-serif;
    color: #494949;
    border: 1px solid #e6e6e6;
    border-top-color: #ffffff;
    text-shadow: #fff -1px 1px 0;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    /*height: 300px;*/

}

.infobox .body p {
    margin-top: 2px;
    margin-bottom: 5px
}

.infobox .header {
    background: #e6e6e6;
    border-bottom: 1px solid #ccc;
    width: 600px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    /*height: 40px;*/

}

.infobox .close-button {
    cursor: pointer;
    width: 15px;
    height: 15px;
    margin-top: 13px;
    margin-right: 16px;
    text-indent: -999em;
    position: absolute;
    top: -1px;
    right: 6px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE3NzBGQUYzMTdENTExRTNCQzQ0QkZCQUVDMEYwNDhCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE3NzBGQUY0MTdENTExRTNCQzQ0QkZCQUVDMEYwNDhCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTc3MEZBRjExN0Q1MTFFM0JDNDRCRkJBRUMwRjA0OEIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTc3MEZBRjIxN0Q1MTFFM0JDNDRCRkJBRUMwRjA0OEIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6CUcOXAAABW0lEQVR42mL8//8/w7Rp0/gYGBgKgPhBVlbWIgYsAKhGBUilAvFqoJozIDFmMTExYSB9AIgjgDjw9OnT/01NTQ+iaVQHUvuB2BOI44BqzgDV3GUCchYAsT6S2kag4mokjfJAagMQS0OFOIB4E1DclAXIcMDiyhag5BcgvR2I9wCxLJo8GxDLg2wOBOKfWAyYAMRHsWgEgYVAvJERGmA2IKcAsSADYTAXGGApIAbIZgYg5wiQCgbit3g0/QPieTCNIAC2GSlwEkEKcGg+D9RohCzAhKRRGUjl4LFZETkW4DYDBZWA7G1ArE6En6uALmiHJRIVaCJRYiAOOAMTCQMoIYGcvQ6IZbAomgRNUV+wyDUAXesP0syORXIO0Gn5QLwDyPbGYcAvkOYQIH6NJLgYqCkVxgGyDwEpPyD+hqQmDSi+HRZgoJDuAeLnQMEsHLnKEki1Qw2fCxIDCDAAH6V39GOOKsEAAAAASUVORK5CYII=")
}

.infobox .sensor-info {
    font: 100 12px/20px Proxima-Nova-n6, Proxima-Nova-1, Proxima-Nova-2, 'Proxima Nova', sans-serif;
    color: #4A90E2;
    letter-spacing: 0.5px;
    margin-bottom: 15px
}

.infobox .sensor-info .sensor-about {
    font-style: italic;
    margin-bottom: 0px
}

.infobox .sensor-info .sensor-about a, .infobox .sensor-info .sensor-about a:active, .infobox .sensor-info .sensor-about a:visited {
    color: #4A90E2;
    text-decoration: underline
}

.infobox .sensor-info .sensor-details {
    color: #494949;
    font: 600 12px/24px Proxima-Nova-n6, Proxima-Nova-1, Proxima-Nova-2, 'Proxima Nova', sans-serif
}

.infobox .sensor-info .sensor-details .detail-label {
    color: #4A90E2;
    text-transform: uppercase
}

.infobox .sensor-info .sensor-details .detail-divider {
    padding: 0px 2px;
    font-weight: 800
}

.infobox .sensor-info .sensor-details .detail-flowing {
    color: #2b791b
}

.infobox .sensor-info .sensor-details .detail-not-flowing {
    color: #b44242
}

.infobox .image {
    width: 30%;
    float: left
}

.infobox .image img {
    max-width: 100%
}

.infobox .column {
    width: 67%;
    float: right
}

@media only screen and (max-device-width: 768px), only screen and (max-width: 768px) {
    .infobox .body {
        width: 400px
    }

    .infobox .header {
        width: 400px

    }

    .infobox .image {
        width: auto;
        margin-bottom: 15px;
        float: none
    }

    .infobox .column {
        width: 100%;
        float: none
    }
}

@media only screen and (max-device-width: 480px), only screen and (max-width: 480px) {
    .infobox .body {
        width: 250px
    }

    .infobox .header {
        width: 250px
    }
}

.cwmap .cwmap_info_loader {
    background: rgba(255, 255, 255, 0.9);
    padding: 3px 6px;
    font-family: "Proxima-Nova-n6", "Proxima-Nova-1", "Proxima-Nova-2", "Proxima Nova", sans-serif;
    font-weight: 600;
    font-size: 13px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 0 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 0 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0 0 5px
}

.cwmap .infobox {
    box-shadow: 0 0 5px #000;
    border-radius: 6px
}

.googlemaps {
    position: relative
}

.ui-autocomplete {
    background: #f8f8f8;
    width: auto !important;
    left: 10px !important;
    right: 10px !important;
    position: absolute !important;
    max-width: 1260px;
    margin: auto;
    font-family: "Proxima-Nova-n6", "Proxima-Nova-1", "Proxima-Nova-2", "Proxima Nova", sans-serif;
    font-weight: 600
}

.ui-autocomplete .row_header {
    font-weight: bold;
    background: #333;
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #e0e0e0
}

.ui-autocomplete .ui-menu-item {
    cursor: pointer;
    font-size: 14px
}

.ui-autocomplete .ui-menu-item:nth-child(odd) {
    background: #fff
}

.ui-autocomplete .ui-menu-item a {
    color: #333;
    -webkit-transition: 0.1s color linear;
    -moz-transition: 0.1s color linear;
    -ms-transition: 0.1s color linear;
    -o-transition: 0.1s color linear;
    transition: 0.1s color linear
}

.ui-autocomplete .ui-menu-item a:hover {
    text-decoration: none;
    color: #777
}

.ui-autocomplete .column {
    display: inline-block;
    width: 19%;
    padding: 15px 20px;
    vertical-align: middle
}

.ui-autocomplete .results_count {
    padding: 15px 20px
}

@media only screen and (max-device-width: 750px), only screen and (max-width: 750px) {
    .ui-autocomplete {
        overflow-x: scroll
    }

    .ui-autocomplete li {
        width: 750px
    }
}

@media only screen and (max-device-width: 480px), only screen and (max-width: 480px) {
    .map_wrapper {
        height: 450px;
        overflow: hidden
    }

    .map_wrapper #map {
        height: 450px
    }
}

#my_projects_view #zoom_control {
    -moz-border-radius: none;
    -webkit-border-radius: none;
    border-radius: none;
    border: none;
    background: none;
    width: auto
}

#my_projects_view #zoom_control .ui-state-default, #my_projects_view #zoom_control .ui-widget-content .ui-state-default, #my_projects_view #zoom_control .ui-widget-header .ui-state-default {
    border: none;
    background: none
}

#my_projects_view #zoom_control .ui-slider-vertical .ui-slider-handle {
    margin: auto
}

.rig_infobox, .path_infobox {
    width: 246px;
    margin-bottom: 6px;
    border: 1px solid #4b4b4b;
    position: relative;
    border-radius: 6px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#dfdfdf');
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#dfdfdf));
    background: -moz-linear-gradient(top, #f3f3f3, #dfdfdf)
}

.rig_infobox .close-button, .rig_infobox .close-button {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 9px;
    height: 10px;
    display: block;
    /*background: url("/images/maps/close-button.png") center top no-repeat;*/
    text-indent: -9999px;
    cursor: pointer
}

.rig_infobox .close-button:hover, .path_infobox .close-button:hover {
    background-position: center bottom
}

.rig_infobox, .path_infobox div {
    font: 11px/14px Arial, sans-serif;
    color: #3f93f5;
    text-transform: uppercase
}

.path_infobox {
    position: relative;
    padding: 10px 15px
}

.path_infobox .arrow {
    content: '.';
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -10px;
    margin-left: -14px;
    /*background: url("/images/maps/bottom-arrow.png") center center no-repeat*/
}

.rig_infobox {
    padding: 15px 15px 55px;
    text-align: center
}

.rig_infobox img {
    padding-bottom: 5px
}

.rig_infobox h3 {
    color: #474747;
    font: bold 16px/20px Arial, sans-serif;
    margin: 0 0 3px;
    text-transform: none
}

.infoBox .rig_twitter_follow {
    display: block;
    background: #64a6f2;
    padding: 12px 15px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79b0f1', endColorstr='#3f93f5');
    background: -webkit-gradient(linear, left top, left bottom, from(#79b0f1), to(#3f93f5));
    background: -moz-linear-gradient(top, #79b0f1, #3f93f5);
    box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.25);
    position: absolute;
    bottom: 0;
    left: 0;
    width: inherit;
    border-top: 1px solid #7a7a7a;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.2);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    font: 600 13px/18px proxima-nova-1, proxima-nova-2, Arial;
    text-transform: uppercase
}

.ie7 .infoBox .rig_twitter_follow {
    width: 252px
}

.rig_infobox .arrow {
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -8px;
    /*background: url("/images/maps/bottom-arrow-blue.png") center center no-repeat;*/
    margin-left: -14px
}

#my_projects .rig_twitter_follow a {
    color: #fff;
    /*background: url("/images/maps/twitter-bird.png") left center no-repeat;*/
    padding-left: 0px;
    color: #fff
}

.rig_twitter_follow a:hover {
    text-decoration: none;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0.3)
}

.path_infobox {
    padding: 15px
}

.path_infobox .location {
    color: #474747;
    font: bold 16px/18px Arial, sans-serif;
    margin: 0;
    text-transform: none
}

.path_infobox .date, .path_infobox .days {
    display: inline;
    font-weight: normal
}

.path_infobox .days {
    color: #5c5c5c;
    margin-left: 5px
}

.path_infobox .notes {
    font: 12px/16px Georgia, serif;
    color: #5c5c5c;
    text-transform: none
}

.path_infobox .notes hr {
    background-color: #cdcdcd;
    color: #cdcdcd;
    border-color: #cdcdcd;
    margin: 10px -15px;
    width: auto
}

.path_infobox .close-button, .rig_infobox .close-button {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 9px;
    height: 10px;
    display: block;
    /*background: url("/images/maps/close-button.png") center top no-repeat;*/
    text-indent: -9999px;
    cursor: pointer
}

.path_infobox .close-button:hover, .path_infobox .close-button:hover {
    background-position: center bottom
}

.ie7 .cwmap input.cwmap_search_input, .ie8 .cwmap input.cwmap_search_input {
    padding-top: 18px;
    height: 40px
}

.ie7 .cwmap .cwmap_share_map_url, .ie8 .cwmap .cwmap_share_map_url {
    padding-top: 6px;
    height: 24px
}

.ie7 .cwmap .cwmap_share_embed_map_width, .ie7 .cwmap.cwmap_share_embed_map_height .ie8 .cwmap .cwmap_share_embed_map_width, .ie8 .cwmap .cwmap_share_embed_map_height {
    height: 30px;
    padding-top: 4px
}

.ie7 .cwmap .share {
    height: 225px
}

.ie8 .cwmap .infobox_pointer, .ie9 .cwmap .infobox_pointer {
    top: -6px
}

.map-slider {
		-webkit-appearance: none;
		height: 160px;
		border-radius: 5px;
		outline: none;
		-webkit-transition: .2s;
		transition: opacity .2s;
		-webkit-appearance: slider-vertical;
        padding: 0;
        margin: 0;
        width:24px;

	}
	.map-slider::-webkit-slider-thumb {
		-webkit-appearance: none; /* Override default look */
		appearance: none;
		width: 10px; /* Set a specific slider handle width */
		height: 10px; /* Slider handle height */
		background: #4CAF50; /* Green background */
		cursor: pointer; /* Cursor on hover */
	}

	.map-slider::-moz-range-thumb {
		width: 10px; /* Set a specific slider handle width */
		height: 10px; /* Slider handle height */
		background: #4CAF50; /* Green background */
		cursor: pointer; /* Cursor on hover */
	}
	.gm-style .controls {
		font-size: 28px;  /* this adjusts the size of all the controls */
		/* background-color: transparent;
		*box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
		box-sizing: border-box;
	   border-radius: 2px;*/
		cursor: pointer;
		font-weight: 300;
		height: 1.9em;
	   /* margin: 6px;*/
		text-align: center;
		user-select: none;
		padding: 2px;
		width: 1em;
		margin: 20px;
        border-radius: 12px;
	}
	.gm-style .controls button {
		border: 0;
		background-color: #89ca2e;
		/*color: rgba(0, 0, 0, 0.6); */
		color: #fff;
	   /* box-shadow: 0px 0px 20px -6px #000;*/
	}
	.gm-style .controls button:hover {
		/*color: rgba(0, 0, 0, 0.9);
		font-weight: 700;*/
	}

	.gm-style .controls.zoom-control {
		display: flex;
		flex-direction: column;
		height: auto;
		background-color: #000;
		opacity: 1;
        background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
        background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
        background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	}
	.gm-style .controls.zoom-control button {
		font: 0.85em Arial;
		margin: 1px;
		padding: 0;
		background-color: #000;
		color: #89ca2e;
	}

	.gm-style .controls.maptype-control {
		display: flex;
		flex-direction: row;
		width: auto;
	}
	.gm-style .controls.maptype-control button {
        display: inline-block;
        font-size: 0.5em;
        margin: 0;
        padding: 0 16px;
        font-weight: 500;
	}
	.gm-style .controls.maptype-control.maptype-control-is-map .maptype-control-map , .is-fullscreen {
		font-weight: 700;
	}
	.gm-style .controls.maptype-control.maptype-control-is-satellite .maptype-control-satellite {
		font-weight: 700;
	}
.gm-style .controls.maptype-control button.maptype-control-share {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
.gm-style .controls.maptype-control button.maptype-control-map {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}