@charset "utf-8";
/***** BEGIN RESET *****/

#block-dealer-locator .block-inner {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 10px;
}
#block-dealer-locator h2 {
	font-size: 27px;
    font-weight: 500;
    color: #000;
	font-family: 'Bebas Neue', cursive;
	text-align: left;
}
#XlocatorCountry {
    width: 150px !important;
}


input {
    width: 47.5%;
}

input:disabled {
    background: #dddddd;
}



.result-location {
    font-weight: 500;
    margin: 3px;
}

.invalid-input {
    border-style: solid;
    border-color: red;
    padding-bottom: 8px;
    padding-top: 16px;
}

.location-selection {
    border-style: solid;
    border-color: #ffc220;
    padding: 3px;
    margin: 0px;
}

.result-location .distance {
    text-align: right;
    font-weight: bold;
}

.result-location .name {
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: smaller;
}

.result-location .address {
    font-size: smaller;
}

.result-location .phone {
    text-decoration: underline;
    font-size: smaller;
}

.result-location .website a {
    font-size: smaller;
    color: #7745D4;
}

.result-location .directions a {
    font-size: smaller;
    color: #7745D4;
}

.result-location {
    padding-top: 10px;
}

.result-city .cityName {
    font-size: small;
}

.result-city .cityCountry {
    font-size: small;
}

form#search label {
    padding-right: 10px;
}

span#specialties {
    padding-right: 30px;
}

#results-text .detect {
    text-align: center;
    text-decoration: underline;
    font-size: smaller;
    color: gray;
}

#results-text {
    display: inline-block;
    width: 30%;
    height: 500px;
    overflow-y: scroll;
}

#results-map {
    display: inline-block;
    width: 69%;
    height: 500px;
    margin: 0;
    /*border:1px solid black;*/
}

#map {
    width: 100%;
    height: 500px;
    margin: 0;
}

h2 {
    background-image: none;
}
/*h2.block-title {*/
    /*!*font-size: 20px;*!*/
    /*!*font-weight: normal;*!*/
    /*!*letter-spacing: 0;*!*/
    /*!*margin-top: 7px;*!*/
    /*!*margin-bottom: 18px;*!*/
/*}*/


#block-dealer-locator .block-inner {
    /* background: url('where-to-buy-page-background.png') repeat-x scroll 0% 0% transparent; */
background: rgb(230,230,230); /* Old browsers */
background: -moz-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(196,197,192,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(230,230,230,1) 0%,rgba(196,197,192,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(230,230,230,1) 0%,rgba(196,197,192,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#c4c5c0',GradientType=0 ); /* IE6-9 */
	padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 10px;
	margin-right: 6px;
	width:100%;
	float:left;
	border-radius:10px;
	padding:20px;
	box-sizing:border-box;
	margin-bottom:20px;
	margin-top:75px;
}

#XlocatorCountry {
   width: 47.5%!important;
   float:left;
	margin:22px 2.5% 0 0;
	padding:10px 0;
	box-sizing:border-box;
	border:1px solid #000;
}

.radiosection {
width:100%;
float:left;	
margin:20px 0;
}



&amp; {
    width: 47.5%;
	float:left;
	margin:0 2.5% 0 0;
}

input:disabled {
    background: #dddddd;
}

input[type="submit"] {
    color: #000;
    background-color: #ffc220;
    font-family: 'Bebas Neue', cursive;
	font-size:20px;
	font-weight:500;
	width:auto;
	padding:6px 50px;
	margin-right:1%;
	margin-top:10px;
	border: 0;
}

input[type="reset"] {
	background: #ffc221 !important;
    color: #000!important;
    display: inline-block;
    border-radius: 4px;
    padding: 6px 50px;
	font-family: 'Bebas Neue', cursive;
  	font-weight:500;
    text-transform: uppercase;
    border: none;
    font-size: 18px;
    float: left;
    color: #000 !important;
	border:none;
	margin-top:10px;
	width:auto;
}

input[type="reset"]:hover {
	background:#000;
	color:#ffc221!important
}

.result-location {
    font-weight: 500;
    margin: 3px;
	font-size:16px;
	font-family: 'Bebas Neue', cursive;
}

.invalid-input {
    border-style: solid;
    border-color: red;
    padding-bottom: 8px;
    padding-top: 16px;
}

.location-selection {
    border-style: solid;
    border-color: #ffc220;
    padding: 3px;
    margin: 0px;
}

.result-location .distance {
    text-align: right;
    font-weight: bold;
}

.result-location .name {
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: smaller;
	font-size:18px;
}

.result-location .address {
    font-size: smaller;
}

.result-location .phone {
    text-decoration: underline;
    font-size: smaller;
}

.result-location .website a {
    font-size: smaller;
    color: #7745D4;
}

.result-location .directions a {
    font-size: smaller;
    color: #7745D4;
}

.result-location {
    padding-top: 10px;
}

.result-city .cityName {
    font-size: small;
}

.result-city .cityCountry {
    font-size: small;
}

form#search label {
 font-family: 'Bebas Neue', cursive;
 font-size:20px;
 font-weight:500;
 color:#000;
 margin-bottom:5px;
}

h2 {
font-family: 'Bebas Neue', cursive;
 font-size:27px;
 font-weight:500;
 color:#000;	
}

span#specialties {
    padding-right: 30px;
}

#results-text .detect {
    text-align: center;
    text-decoration: underline;
    font-size: smaller;
    color: gray;
}

#results-text {
    display: inline-block;
    width: 30%;
    height: 500px;
    overflow-y: scroll;
}

#results-map {
    display: inline-block;
    width: 69%;
    height: 500px;
    margin: 0;
    /*border:1px solid black;*/
}

#map {
    width: 100%;
    height: 500px;
    margin: 0;
}

h2 {
    background-image: none;
}
/*h2.block-title {*/
    /*!*font-size: 20px;*!*/
    /*!*font-weight: normal;*!*/
    /*!*letter-spacing: 0;*!*/
    /*!*margin-top: 7px;*!*/
    /*!*margin-bottom: 18px;*!*/
/*}*/

 



