#ctgeolink{
    display: none;
}
.page-locator #locations {
	overflow: hidden;
}
/** geo popup style **/
.ct-geolocation-popup{
    padding: 0 35px;
}
.ct-geolocation-popup h3{
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
}
.ct-geolocation-popup a{
    text-transform: uppercase;
}
.ct-geolocation-popup .appears{
    text-align: center;
}
.ct-geolocation-popup .accurate{
    text-align: center;
    margin: 20px 0;
}
.ct-geolocation-popup .postal-geo{
    overflow: hidden;
}

.ct-geolocation-popup .policy{
    overflow: hidden;
    border-top: 1px solid #ccc;
}
.ct-geolocation-popup .policy a{
    line-height: 35px;
    margin: 20px 0 0;
    padding: 0 25px;
    display: inline-table;
    width: 50%;
    float: left;
    box-sizing: border-box;
}
.ct-geolocation-popup .policy a.privacy{
    border-right: 1px solid #ccc;
    text-align: right;
}
.ct-geolocation-popup .button.as-link{
	border: none;
	transition: none;
	text-decoration: none;
	line-height: 35px;
}
.ct-geolocation-popup .button.as-link:hover{
	background: transparent;
	color: #007AC3;
	text-decoration: underline;
}

.form-zip-block{
	border: 2px solid #CCC;
	padding: 20px 0 10px;
	overflow: hidden;
}
.form-zip-agree{
	padding-top:20px;
}
.form-zip-agree .form-type-checkbox{
	margin-right: 15px;
}
.form-zip-action{
	overflow: hidden;
    padding: 10px 0px;
}
/* views style **/
.view-map-locator{
	position: relative;
}
.view-map-locator .button{
	background-color: inherit;
}
.view-map-locator .button:hover{
    /*border-color: #007AC3;
    background-color: #007AC3;
    color: #FFF;
    text-decoration: none;*/
}
.view-map-locator #edit-submit-map-locator{
	width: 100%;
	margin: 0;
  height: 38px;
  line-height: 37px;
}

.view-map-locator .contractor-map-api{
    float: left;
    overflow: hidden;
    width: 75%;
}
.view-map-locator .contractor-map-sidenav {
	position: initial;
	min-width: initial;
    float: right;
    width: 25%;
    padding: 0px 20px;
    height: 300px;
    box-sizing: border-box;
    background: #EBEBEB url("../images/bg-prolocator.png") repeat scroll left top;
}
.view-map-locator .contractor-map-sidenav .form-required{
    display: none;
}
.view-map-locator .contractor-map-sidenav h2 {
    padding-top: 30px;
}
.view-map-locator .contractor-map-search{
    left: 0px;    
    width: 50%;
}
.view-map-locator .contractor-map-search .contractor-map-controls {
	width:100%;
}

.view-map-locator .contractor-map-search .geofield-proximity-origin{
    display: none;
}
.view-map-locator .contractor-map-search .form-submit{
    margin: 0 !important;
}

.view-map-locator .contractor-map-search .geolocate,
.view-locator-paragraph .contractor-map-search .geolocate{
    background: transparent url("../image/icon-geolocate.png") no-repeat scroll center center / contain;
}
.view-map-locator .form-item .description{
    display: none;
}
.view-map-locator span.geofield-proximity-origin-from{
    display: none;
}
.view-map-locator .views-exposed-form label{
	display: none;
}
.view-map-locator .views-exposed-form .views-exposed-widget{
	padding: 0;
	margin: 0 0 20px 0;
	width: 100%;
}
.view-map-locator .views-exposed-form .form-item{
	padding: 0;
	margin: 0;
	width: 100%;
}


/** views map attachment **/
.attachment .view-map-locator .views-label-field-agent-services{
	float: left;
}

/* select box styles */
.selectbox.btndropdown.small{
	padding: 0;
	text-align: left;
	width: 100%;
	position: relative;
	margin: 0;
	display: inline-block;
}
.selectbox .select{
	padding: 10px;
	width: 100%;
}
.selectbox .select .text{
	overflow: hidden;
}
.seldropdown{
	position: absolute;
	z-index: 9;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	left: -3px;
	background: #FFF;
	border: 3px solid #007AC3;
	width: 100%;
	box-sizing: border-box;
}
.seldropdown ul{
	margin: 0;
	padding: 0;
}
.seldropdown li{
	list-style: none;
	text-align: left;
	color: #007AC3;
	padding: 5px;
}
.seldropdown li:hover{
	color:#FFFFFF;
	background: #007AC3;
}



/*------------------------------------*\
        RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 1199px) {

}
@media only screen and (max-width: 1080px) {
  
}
@media only screen and (max-width: 992px) {
  
}
@media only screen and (max-width: 900px) {
    .view-map-locator .contractor-map-api{
        float: none;
        overflow: hidden;
        width: 100%;
    }
    .view-map-locator .contractor-map-sidenav {
	    position: initial;
	    min-width: initial;
        float: none;
        width: 100%;
        padding: 0px 20px;
        height: auto;
        box-sizing: border-box;
        background: #EBEBEB url("../images/bg-prolocator.png") repeat scroll left top;
}
}
@media only screen and (max-width: 767px) {
  
}
@media only screen and (max-width: 600px) {
  
}
@media only screen and (max-width: 480px) {
 
}