/*************************************************************************************************/
/* Geolocation - Base																			 */
/*************************************************************************************************/
#wpc-geolocation-addon {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 1200 !important;
}
#wpc-geolocation-addon .wpc-loading-spinner {
	
}
#wpc-geolocation-addon #wpcloudy-detect-location {
    background: none repeat scroll 0 0 #3498DB;
    border-radius: 2px;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 35px;
    margin: 2%;
    text-align: center;
    text-decoration: none;
    width: 96%;
    transition: all 300ms linear;
}
#wpc-geolocation-addon #wpcloudy-detect-location:hover {
	background: none repeat scroll 0 0 #2770A3;
}
#wpc-geolocation-addon #wpcloudy-detect-location:before {
    content: "\e040";
    font-family: 'Climacons-Font';
    font-size: 40px;
    font-weight: normal;
    margin-right: 10px;
    vertical-align: bottom;
}
#wpc-geolocation-addon #wpcloudy-city-search-form {
    display: inline-block;
    margin: 2%;
    width: 96%;
}
#wpc-geolocation-addon #wpcloudy-city-search-form input[type="submit"] {
    background: #3498DB;
    border: 0 none;
    border-radius: 2px;
    color: #FFFFFF;
    float: right;
    font-size: 12px;
    font-weight: 700;
    margin-left: 1%;
	padding: 13px 2px;
    text-transform: uppercase;
    transition: all 300ms linear 0s;
    vertical-align: middle;
    width: 19%;
}
#wpc-geolocation-addon #wpcloudy-city-search-form input[type="submit"]:hover {
	background: none repeat scroll 0 0 #2770A3;
}
#wpc-geolocation-addon #wpcloudy-city-search-form input[type="text"] {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    color: #2B2B2B;
    padding: 10px;
    width: 78%;
}
#wpc-geolocation-addon .result, #wpc-geolocation-addon #status {
    display: inline-block;
    margin: 2%;
    width: 96%;
    font-size: 14px;
}
#wpc-geolocation-addon .result a {
    display: inline;
}
#wpc-geolocation-addon #status #clear_cookies {
	display: inline-block;
	width: 100%;
}
#wpc-geolocation-addon .wpc-set-location {
    background: none repeat scroll 0 0 #3498DB;
    color: #FFFFFF;
    line-height: 12px;
    padding: 5px;
    position: absolute;
    right: 0;
    top: -10px;
    transition: all 300ms linear 0s;
    z-index: 100;
    border: none;
    border-radius: 2px;
}
#wpc-geolocation-addon .wpc-set-location:hover {
	background: #2770A3;
}
#wpc-geolocation-addon .wpc-set-location:before {
	content: "\e040";
	font-family: 'Climacons-Font';
    font-size: 30px;
    font-weight: normal;
    vertical-align: top;
}
#wpc-geolocation-addon .modal-open {
  overflow: hidden;
}
#wpc-geolocation-addon .modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
#wpc-geolocation-addon .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
#wpc-geolocation-addon .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#wpc-geolocation-addon .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
#wpc-geolocation-addon .modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#wpc-geolocation-addon .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
#wpc-geolocation-addon .modal-header .close {
  margin-top: -2px;
}
#wpc-geolocation-addon .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
#wpc-geolocation-addon .modal-body {
  position: relative;
  padding: 20px;
}
#wpc-geolocation-addon .modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
#wpc-geolocation-addon .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
#wpc-geolocation-addon .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
#wpc-geolocation-addon .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  #wpc-geolocation-addon .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  #wpc-geolocation-addon .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  #wpc-geolocation-addon .modal-sm {
    left: 0;
    width: 300px;
    top:25%;
  }
}
@media (min-width: 992px) {
  #wpc-geolocation-addon .modal-lg {
    width: 900px;
  }
}