@charset "utf-8";

* { box-sizing: border-box; }

body {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	font-weight: normal;
	color: #555555;
	margin: 0;
	-webkit-text-size-adjust: none;
}
.container {
	max-width: 768px; 
	margin: 0 auto; 
	position: relative; 
} 
h2 {
	margin: 0;
	padding-bottom: 0;
	font-size: 19px;
	color: #3355ff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	margin: 0;
	font-size: 16px;
	line-height: 1.4;
	color: #3333ff;
	font-weight: bold;
	padding: 5px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 16px;
	margin: 0 0 5px 0;
}

a { 
	color: #fff;
	text-decoration: none;
}

span { 
	color: #3333ff; 
	font-weight: 600;
}
	
/* BANNER */
.banner-expert {
	background-image: url(../images/banner-expert.jpg);
	background-size: cover;
	margin-bottom: 20px;
	height: 235px;
	background-position: right top;
	background-repeat: no-repeat;
	border-bottom: 10px solid #fc9827;
}
.logo {
	float: left;
	position: absolute;
	top: 10px;
	left: 3px; 	
}
.logo img {
	width: 163px;
	height: auto;
}
.banner-expert .tag {
	float: left;
	position: absolute;
	top: 145px;
	left: 10px;
	font-size: 24px;
	line-height: 26px;
	color: #fff;
	font-weight: 800;
	clear: both;
	padding: 30px 20px 0 0;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
}

/* NEW-LINK-toggle Feet or Meters */
.bar {
	margin-left: 10px;
	margin-bottom: 12px;
}
a.feet {
	font-weight: bold;
    cursor: pointer;
    padding: 5px 20px;
	margin-bottom: 12px;
    font-size: 17px;
    transition: 0.4s;
	color: #fff;
	background: #3355ff;
	border: 3px solid #3355ff;
	width: 100px;
}
a.feet:focus { outline: none; }

a.meters {
	font-weight: bold;
    cursor: pointer;
    padding: 5px 10px;
	margin-bottom: 12px;
    outline: none;
    font-size: 17px;
    transition: 0.4s;
	background: #fff;
	color: #3355ff;
	border: 3px solid #3355ff;
	width: 100px;
}

a.meters:focus { outline: none; }

a.meters:hover {
	background: #fc9827;
	color: #fff;
	border: 3px solid #fc9827;
}

a.meters:active {
	background: #3355ff;
	border: 3px solid #3355ff;
	color: #fff;
}

/* BUTTON-Click for Detail */
button.click {
	font-weight: bold;
    cursor: pointer;
    padding: 5px 10px;
	margin-bottom: 5px;
	margin-top: 0;
    font-size: 17px;
    transition: 0.4s;
	background-color: #fff;
	color: #3355ff;
	width: 280px;
	border: 3px solid #3355ff;
	font-family: Arial, Helvetica, sans-serif;
}

button.click:focus { outline: none; }

button.click:hover {
	background: #ff8800;
	border: 3px solid #ff8800;
	color: #fff;
}
.click:after {
	content: '\002b';
	font-size: 16px;
	float: right;
	padding-right: 3px;
}

.click:after:focus { color: #ff8800; }

.click.active:after {
	content: "\2212";
}

/* BUTTON-Accordion */
button.accordion {
    background-color: #3355ff;
    color: #fff;
	font-weight: bold;
    cursor: pointer;
    border: none;
    outline: none;
    transition: 0.4s;
	width: 100%;
	height: auto; 
	line-height: 36px;
	font-size: 17px;
	box-shadow: 2px 2px 5px #555;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; 
}
button.accordion:hover {
	opacity: 0.5;
}
.accordion:after {
	content: '\002b';
	font-size: 16px;
	color: #fff;
	float: right;
	margin-right: 7px;
}

.accordion.active:after {
	content: "\2212";
}

/* PANEL */
div.panel {
    display: none;
	padding: 10px 10px 0 10px;
	background-color: rgba(228,241,255,.4);
}
div.panel ul {
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style-type: square;
	font-size: 16px;
}
div.panel li {
	text-align: left;
	margin: 0 0 0 15px;
	padding: 0 0 5px 0;
	list-style-position: outside;
	font-size: 16px;
}
div.panel.show {
    display: block;
}

/* SECTION */
section.main {
	margin: 0 10px 10px 10px;;
	padding: 0;
}
section::after { 
	content:''; 
	display: block; 
	clear: both; 
}

/*NEW COLOR BAR */
section.main .bar {
	width: 100%;
	float: left;
	text-align: center;
	background-color: #e4f1ff;
	color: blue;
	font-size: 19px;
	padding: 4px 4px;
	margin: 10px 0 20px 0;
	box-sizing: border-box;
}

/* CONTENT-Text */
section.main .content-text {
	width: 100%;
	clear: both;
	float: left;
	padding: 0;
	margin-bottom: 10px;
}
section.main .content-text h2 {
	color: #0066ff;
	padding-top: 10px;
}
section.main .content-text a { 
	color: #0066ff;
}
section.main .content-text a:hover { 
	color: #0099ff;
}

/* CONTENT-Intro */
section.main .content-intro {
	width: 100%;
	float: left;
}

/* CONTENT-Bar */
section.main .content-bar {
	border-top: 20px solid #0066ff;
}

/* CONTENT-TABLE */
table { 
	padding-bottom: 5px;
	width: 100%;
}

td { vertical-align: top; }

td:nth-child(1) {
	width: 35%;
	text-align: center;
	color: #3333ff;
	font-weight: bold;
	padding-right: 5px;
	font-size: 16px;
}
td:nth-child(2) {
	text-align: left;
	width: 65%;
	font-size: 16px;
}

/* FOOTER */
footer {
	width: 100%;
	clear: both;
	border-top: 10px solid #fc9827;
}
footer .content {
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	padding: 20px 0;
	box-sizing: border-box;
	background-image: url(../images/banner-expert.jpg);
	background-size: cover;
	font-family: Arial, Helvetica, sans-serif; 
}
footer .content p {
	width: 100%;
	clear: both;
	text-align: center;
	margin-bottom: 0;
	font-size: 17px;
}
footer .content a {
	text-align: center;
	font-weight: bold;
    cursor: pointer;
    padding: 5px 20px;
	margin: 0 auto 10px auto;
    transition: 0.4s;
	color: #fff;
	border: 3px solid #fff;
	display: block;
	width: 250px;
	line-height: normal; 
}

footer .content a:focus {
	outline: none;
}

footer .content a:hover {
	background: #fc9827;
	border: 3px solid #fc9827;
	color: #fff;
}

/* MEDIA QUERIES*/
@media screen and (max-width: 768px) {
.banner-expert .tag {
	padding-right: 35%;
	padding-top: 12px;
	line-height: 1.2;
}
.logo img { width: 143px; }
}

@media screen and (max-width: 600px) {
.banner-expert .tag {
	padding-right: 20%;
}
}
@media screen and (max-width: 490px) {
.banner-expert .tag {
	padding-top: 20px;
	padding-right: 20px;
	font-size: 21px;
}
.logo img { width: 150px; }

}
	
@media screen and (max-width: 380px) {
.banner-expert {
	height: 210px;
}
.banner-expert .tag {
	top: 120px;
	font-size: 19px;
	padding-right: 0;
}

a.feet { font-size: 16px; }

a.meters { font-size: 16px; }

button.click { font-size: 16px; }

button.accordion { font-size: 16px; }

.accordion:after { margin-right: 0; }

.logo img { width: 130px; }

footer .content { font-size: 16px; }

footer .content p { font-size: 16px; }

footer .content a { font-size: 16px; }

}









	
