@charset "UTF-8";
/* CSS Document */

/*** Support ***/
.support {
	/* background-color: #fafafa; */
	/* color: #555555; */
	/* padding: 10px; */
	text-align: center;
}

.support .title {
	background-image: url("images/efnote3_pedal_assembling_2_1920.jpg");
	background-size: cover;
	background-position: bottom;
	width: 100%;
	height: auto;
	background-color: #eeeeee;
	padding: 100px 20px 40px;
	margin-bottom: 20px;
}

.support .title h3 {
	padding: 0;
	margin: 0;
}

.support .body {
	background-color: #ffffff;
	padding: 20px;
	margin-bottom: 10px;
}

.div_button_low {
	position: absolute;
	width: 100%;
	top: 77%;
	text-align: center;
}

/*** Distributor ***/
.distributor-box {
	display: none;
	margin-top: 10px;
	padding-right: 30px;
}

.distributor-cell {
	border-radius: 2px;
	background-color: #ffffff;
	padding: 20px;
	margin-bottom: 5px;
}

.distributor-cell p {
	margin-bottom: 10px;
}

.distributor-cell .region {
	color: #777777;
}

.distributor-cell a {
	text-decoration: none;
	color: #555555;
}

select {
	font-size: 20px;
}



/**************
  Media Query
**************/

/* Tablet View */

@media (min-width: 768px){
	
	#distributor_selected .col-md-one-half {
		width: 100%;
	}
	
}


/* Desktop View */

@media (min-width: 1440px){
	
	#distributor_selected .col-md-one-half {
		width: 100%;
	}
	
}


