/**********************************************************************************/
/*                                                                                */
/*  Standard HTML tag classes and selectors.                                      */
/*                                                                                */
/**********************************************************************************/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section 
{
  display: block;
}

audio,
canvas,
video 
{
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

html
{
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

sub,
sup 
{
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup 
{
  top: -0.5em;
}

sub 
{
  bottom: -0.25em;
}

img 
{
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img 
{
  max-width: none;
}

button,
input,
select,
textarea 
{
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input 
{
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner 
{
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] 
{
  -webkit-appearance: button;
  cursor: pointer;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] 
{
  cursor: pointer;
}

input[type="search"] 
{
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button 
{
  -webkit-appearance: none;
}

textarea 
{
  overflow: auto;
  vertical-align: top;
}

body 
{
  margin: 0;
  font-family: "Elephant", "Book Antiqua", Palatino, serif;
  font-size: 14px;
  line-height: 20px;
  color: black;
  background-color: white;
}

a
{
  color: #000099;
  cursor: pointer;
  text-decoration: none;
}

a:focus 
{
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active 
{
  outline: 0;
}

a:hover,
a:focus 
{
  color: #283d0c;
  text-decoration: none;
}

[class*="span"] 
{
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

p 
{
  margin: 0 0 10px;
}

small 
{
  font-size: 85%;
}

strong 
{
  font-weight: bold;
}

em 
{
  font-style: italic;
}

cite 
{
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6
{
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: #000099;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small 
{
  font-weight: normal;
  color: #000099;
}

h1,
h2,
h3 
{
  line-height: 32px;
}

h1 
{
  font-size: 28px;
}

h2 
{
  font-size: 24.5px;
}

h3 
{
  font-size: 21px;
}

h4 
{
  font-size: 17.5px;
}

h5 
{
  font-size: 14px;
}

h6 
{
  font-size: 11.9px;
}

h1 small 
{
  font-size: 20px;
  line-height: 22px;
}

h2 small 
{
  font-size: 18px;
  line-height: 20px;
}

h3 small 
{
  font-size: 16px;
  line-height: 18px;
}

h4 small 
{
  font-size: 14px;
  line-height: 16px;
}

h5 small 
{
  font-size: 12px;
  line-height: 14px;
}

h6 small 
{
  font-size: 10px;
  line-height: 12px;
}

ul,
ol 
{
  padding: 0;
  margin: 0 0 10px 0;
}

ul ul,
ul ol,
ol ol,
ol ul 
{
  margin-bottom: 0;
}

li {
  line-height: 20px;
}

ul
{
  list-style-type: none;  
  overflow: hidden;  
}

dl 
{
  margin-bottom: 20px;
}

dt,
dd 
{
  line-height: 20px;
}

dt 
{
  font-weight: bold;
}

dd 
{
  margin-left: 10px;
}

hr 
{
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #000099;
  border-bottom: 1px solid #ffffff;
}

abbr[title],
abbr[data-original-title] 
{
  cursor: help;
  border-bottom: 1px dotted #888888;
}

blockquote 
{
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p 
{
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote small 
{
  display: block;
  line-height: 20px;
  color: #888888;
}

blockquote small:before {
  content: '\2014 \00A0';
}

q:before,
q:after,
blockquote:before,
blockquote:after 
{
  content: "";
}

address 
{
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

code,
pre 
{
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #444444;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

code 
{
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}

pre 
{
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

pre code 
{
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

form 
{
  margin: 0 0 20px;
}

fieldset 
{
  padding: 0;
  margin: 0;
  border: 0;
}

legend 
{
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #444444;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small 
{
  font-size: 15px;
  color: #888888;
}

label,
input,
button,
select,
textarea 
{
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea 
{
  font-family: inherit;
}

label 
{
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
{
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

input,
textarea
{
/*	
  width: 206px;
*/  
}

textarea 
{
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
{
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus
{
  border-color: rgba(97, 51, 20, 0.8);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(97, 51, 20, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(97, 51, 20, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(97, 51, 20, 0.6);
}

input[type="radio"],
input[type="checkbox"] 
{
  margin: 4px 0 0;
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] 
{
  width: auto;
}

select,
input[type="file"] 
{
  height: 30px;
  line-height: 30px;
}

select 
{
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}

select[multiple],
select[size] 
{
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus 
{
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input:-moz-placeholder,
textarea:-moz-placeholder 
{
  color: #888888;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder 
{
  color: #888888;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder 
{
  color: #888888;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"]
{
  float: none;
  margin-left: 0;
}

input,
textarea
{
  margin-left: 0;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] 
{
  cursor: not-allowed;
  background-color: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] 
{
  background-color: transparent;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid 
{
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus 
{
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

table 
{
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

/**********************************************************************************/
/*                                                                                */
/*  Standard CampMarco classes and selectors.                                     */
/*                                                                                */
/**********************************************************************************/

.navbar
{
  background-color: white; 
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-width: 0 0 1px;
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
  height: 40px; 
  left: 0;
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  overflow: visible;
  position: fixed;
  right: 0;
  text-align: right;
  top: 0;
  z-index: 1942;
}

.nav 
{
  margin-left: 0;
  list-style: none;
}

.nav a
{
  font-size: 20px; 
  line-height: 40px;
}

.nav a:hover
{
  background-color: #000099; 
  color: white; 
}

.dropdown-menu
{
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: white; 
  border-bottom: 1px solid #ccc;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid #ccc;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid #ccc;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 0 solid #ccc;
  border-top: 0 solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  color: black; 
  display: none;
  float: left;
  list-style: none;
  margin-top: 10px;
  min-width: 300px;
  padding: 5px;
  position: absolute;
  white-space: nowrap;
  z-index: -1;
}

.dropdown-menu a
{
  display: block;
  font-size: 24px; 
  line-height: 40px;
}

.dropdown-menu a:hover
{
  background-color: #000099; 
  color: white; 
}

.iconbar
{
  background-color: transparent;
  display: inline;
  position: absolute;
  right: 0;
  top: 0;
}

.banner
{
  left: 0;
  position: fixed; 
  right: 0;
  top: 42px;
}

.button
{
  background-color: #0296C4;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #ffffff;
  font-size: 20px; 
  height: 36px;
  margin: 2px;
  width: 300px;
}

.col-1
{
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

.col-2
{
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.col-3
{
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.col-4
{
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}

.col-1,
.col-2,
.col-3,
.col-4
{
  -webkit-column-fill: balance;
  -moz-column-fill: balance;
  column-fill: balance;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-column-rule: none;
  -moz-column-rule: none;
  column-rule: none;
}

.copyright
{
  color: #000099;
  font: normal normal normal small Elephant, serif;
}

.footer
{
  background: url(../image/CampMarcoAddress.png) bottom left no-repeat, url(../image/CampMarcoContact2.png) bottom right no-repeat;
  background-color: #000099;
  color: white;
  height: 70px;
  left: 0;
  margin-bottom: 40px;
  right: 0;
  vertical-align: middle;
}

.footer-navbar
{
  background-color: transparent;
  display: inline;
  float: right;
  height: 40px; 
  left: 0;
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  overflow: visible;
  right: 0;
  top: 0;
  z-index: 1;
}

.footer-iconbar
{
  background-color: transparent;
  display: inline;
  float: right;
  right: 0;
  top: 0;
  z-index: 1;
}

.footnote
{
  background-color: transparent;
  bottom: 0;
  color: #000099;
  height: 20px;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1;
}

.content,
.home
{
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
}

.content-2up
{
  bottom: 0;
  left: 0;
  position: fixed;
  width: 70%;
}

.content-2up:after
{
  clear: both;
  display: table;
}

.content-float 
{
  background-color: white;
  float: left;
}

.dropdown-icon,
.icon,
.wikipedia
{
  cursor: pointer;
  padding: 2px;
  width: 36px;
}

.dropdown-icon
{
  display: inline-block;
}

.dropdown
{
  font-size: 20px; 
  display: inline-block;
  padding: 10px;
}

.dropdown a
{
  padding: 0 0;
}

.dropdown:hover a
{
  background-color: #000099; 
  color: white; 
}

.dropdown:hover .dropdown-menu
{
  display: block;
}

.dropdown-icon:hover .dropdown-menu
{
  display: block;
  margin-top: 2px;
}

.product-ad
{
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding: 20px;
}

.product-banner
{
  color: red;
  margin: 0;
  padding: 0;
  text-align: center;
}

.product-title
{
  color: #000099;
  margin: 0;
  padding: 0;
  text-align: center;
}

.trademark .product-title::after
{
  content: #000099;
}

.product-dsc
{
  font-size: 20px;
  line-height: 24px;
}

.product-logo
{
  background-color: transparent;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

.product-hr
{
  color: #000099;
  text-align: center;
}

.quote-text
{
  color: #000099;
  font-style: italic;
  margin: 0;
  padding: 0;
  text-align: right;
}

.quote-author
{
  color: red;
  margin: 0;
  padding: 0;
  text-align: right;
}

.taskbar
{
  background-color: transparent;
  bottom: 0;
  height: 40px; 
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 0;
}

.panel
{
  background-color: white; 
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  bottom: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  margin: 20px;
  padding: 40px 40px 0px 20px;
  position: fixed;
  right: 0;
  z-index: 1;
}

.panel-content
{
  bottom: 90px;
  left: 0;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 1;
}

.panel-footer
{
  background: url(../image/CampMarcoAddress.png) bottom left no-repeat, url(../image/CampMarcoContact2.png) bottom right no-repeat;
  background-color: #000099; 
  bottom: 0;
  color: white;
  height: 90px;
  left: 0;
  list-style: none;
  margin: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  z-index: 1;
}

.panel-form
{
  bottom: 0;
  left: 0;
  position: relative;
  right: 0;
  top: 0;
  margin: 20px;
  z-index: 1;
}

.panel-input
{
  position: relative;
  width: 100%;
}

.panel-menu
{
  background-color: #000099; 
  bottom: 0;
  color: white;
  left: 0;
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  position: absolute;
  top: 40px;
  width: 200px; 
  z-index: 1;
}

.panel-navbar
{
  background-color: white; 
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-width: 0 0 1px;
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
  height: 40px; 
  left: 0;
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  overflow: visible;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.sidebar
{
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  bottom: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  color: #000099;
  display: none;
  float: left;
  font-family: inherit;
  font-size: 14px;
  line-height: 14px;
  list-style: none;
  overflow: hidden;  
  position: fixed;
  white-space: wrap;
  width: 30%; 
}

.fixed
{
  position: fixed;
}

.float
{
  position: static;
}

.sidebar-input
{
  width: 100%;
}

.logo
{
  background-color: transparent;
  z-index: 1;
}

.src-map 
{
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.src-map-dsc 
{
  background-color: white; 
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-width: 0 0 1px;
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
  color: #000099;
  margin-right: 0;
  padding: 0;
  text-align: left;
  z-index: 1942;
}

.src-map-row 
{
  background-color: white; 
  color: #000099;
  margin: 0;
  padding: 0;
  text-align: left;
}

.src-att-dsc 
{
  color: #000099;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  text-align: left;
}

.src-att-dsc:hover
{
  background-color: #000099; 
  color: white; 
}

.src-att-dsc:hover .src-att-tip
{
  display: block;
  margin-top: 2px;
}

.src-att-tip 
{
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: white; 
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  color: black; 
  display: none;
  float: left;
  list-style: none;
  margin-top: 10px;
  min-width: 50%;
  max-width: 50%;
  padding: 10px;
  position: absolute;
  white-space: wrap;
  z-index: 1;
}

.src-att-val 
{
  color: #000099;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}

.googlemap
{
  background-color: transparent;
  position: absolute;
  left: 200px;
  height: 640px;
  width: 640px;
}

.entry
{
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-color: transparent;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding: 20px;
  width: 768px;
}

.word
{
  color: #000099;
  font-size: 36px;
  font-style: normal;
  font-weight: bold;
  line-height: 36px;
  margin: 0;
  padding: 0;
  text-align: left;
}

.pronunciation
{
  color: #000099;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
  padding: 0;
  text-align: left;
}

.part-of-speech
{
  color: #0296C4;
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  line-height: 24x;
  margin: 0;
  padding: 0;
  text-align: left;
}

.definition
{
  color: #000099;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-align: left;
}

.synonym
{
  color: #0296C4;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  margin: 0;
  margin-left: 20px;
  padding: 0;
  text-align: left;
}

.features
{
  background: url(../image/sbbFeatures.png) top left no-repeat white;
  color: #000099;
  font-family: inherit;
  font-size: 20px;
  line-height: 20px;
  list-style: circle inside url(../image/lsCheckmark_blue.png);
  overflow: hidden;  
  white-space: wrap;
}

.feature-list
{
  margin-left: 20px;
  margin-top: 40px;
}

.link
{
  color: #000099;
  font-weight: bold;
  font-style: italic;
}

.link:hover
{
  background-color: #000099; 
  color: white; 
}

.more
{
  color: #000099;
  float: right;
  font-weight: bold;
}

.more:hover
{
  background-color: #000099; 
  color: white; 
}

.wikipedia
{
  background: url(../image/icnWikipedia.png) bottom right no-repeat transparent;
}

/**********************************************************************************/
/*                                                                                */
/*  Standard screen classes.                                                      */
/*                                                                                */
/**********************************************************************************/
/*  6 - extra small devices (phones, 767px and down)                              */
/**********************************************************************************/
@media (max-width: 767px)
{
.nav a
{
  font-size: 12px; 
}

.banner
{
  background: url(../image/BestLocalMusic_banner_60.png) no-repeat white;
}
.banner,
.banner-bg
{
  height: 60px;
}
.banner-bg
{
  display: block;
  width: 307px;
}
.button
{
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.content-2up,
.content,
.home,
.panel,
.sidebar
{
  top: 102px;
}
.footnote
{
  display: none;
}
.home
{
  background: url(../image/bgBestLocalMusic_6.png) top left no-repeat white;
  background-size: contain;
}
.content,
.sidebar,
.logo
{
  margin: 5px;
}
.panel
{
  margin: 5px;
  padding: 40px 20px 0px 5px;
}
.panel-content
{
  left: 0;
}
.panel-menu
{
  display: none;
}
.quote-author,
.quote-text
{
  display: none;
}
.product-ad
{
  border: 0;
  padding: 0;
}
.product-logo
{
  display: none;
  width: 60px;
}
.logo
{
  width: 60px;
}
.sidebar
{
  padding: 2px;
}
.taskbar
{
  text-align: center; 
}
}

/**********************************************************************************/
/*  5 - small devices (portrait tablets and large phones, 768px and up)           */
/**********************************************************************************/
@media (min-width: 768px) and (max-width: 1024px)
{
.nav a
{
  font-size: 14px; 
}

.banner
{
  background: url(../image/BestLocalMusic_banner_90.png) no-repeat white;
}
.banner,
.banner-bg
{
  height: 90px;
}
.banner-bg
{
  display: block;
  width: 460px;
}
.content-2up,
.content,
.home,
.panel,
.sidebar
{
  top: 132px;
}
.home
{
  background: url(../image/bgBestLocalMusic_5.png) top left no-repeat white;
  background-size: contain;
}
.content,
.sidebar,
.logo
{
  margin: 12px;
}
.panel
{
  margin: 12px;
  padding: 40px 24px 0px 12px;
}
.product-ad
{
  border: 0;
  padding: 0;
}
.product-logo
{
  display: none;
  width: 100px;
}
.logo
{
  width: 100px;
}
.sidebar
{
  padding: 12px;
}
}

/**********************************************************************************/
/*  4 - medium devices (landscape tablets, 992px and up)                          */
/**********************************************************************************/
@media (min-width: 992px) and (max-width: 1199px)
{
.nav a
{
  font-size: 16px; 
}

.banner
{
  background: url(../image/BestLocalMusic_banner_90.png) no-repeat white;
}
.banner,
.banner-bg
{
  height: 90px;
}
.banner-bg
{
  display: block;
  width: 460px;
}
.content-2up,
.content,
.home,
.panel,
.sidebar
{
  top: 132px;
}
.home
{
  background: url(../image/bgBestLocalMusic_4.png) top left no-repeat white;
  background-size: contain;
}
.icon,
.wikipedia
{
  padding: 2px;
  width: 36px;
}
.content,
.sidebar,
.logo
{
  margin: 14px;
}
.panel
{
  margin: 14px;
  padding: 40px 28px 0px 14px;
}
.product-dsc
{
  width: 992px;
}
.product-logo
{
  display: block;
  width: 120px;
}
.logo
{
  display: block;
  width: 120px;
}
.sidebar
{
  display: block;
  padding: 14px;
}
} 

/**********************************************************************************/
/*  3 - large devices (standard high definition, 1280 x 720px and up)             */
/**********************************************************************************/
@media (min-width: 1200px) and (max-width: 1919px)
{
.nav a
{
  font-size: 18px; 
}

.banner
{
  background: url(../image/BestLocalMusic_banner_90.png) no-repeat white;
}
.banner,
.banner-bg
{
  height: 90px;
}
.banner-bg
{
  display: block;
  width: 460px;
}
.content-2up,
.content,
.home,
.panel,
.sidebar
{
  top: 132px;
}
.home
{
  background: url(../image/bgBestLocalMusic_3.png) top left no-repeat white;
  background-size: contain;
}
.content,
.sidebar,
.logo
{
  margin: 16px;
}
.panel
{
  margin: 16px;
  padding: 40px 32px 0px 16px;
}
.product-dsc
{
  width: 992px;
}
.product-logo
{
  display: block;
  width: 120px;
}
.logo
{
  display: block;
  width: 120px;
}
.sidebar
{
  display: block;
  padding: 16px;
}
} 

/**********************************************************************************/
/*  2 - extra large devices (full high definition, 1920px x 1080 and up)          */
/**********************************************************************************/
@media (min-width: 1920px) and (max-width: 3839px)
{
.banner
{
  background: url(../image/BestLocalMusic_banner_90.png) no-repeat white;
}
.banner,
.banner-bg
{
  height: 90px;
}
.banner-bg
{
  display: block;
  width: 460px;
}
.content-2up,
.content,
.home,
.panel,
.sidebar
{
  top: 132px;
}
.home
{
  background: url(../image/bgBestLocalMusic_2.png) top left no-repeat white;
  background-size: contain;
}
.content,
.sidebar,
.logo
{
  margin: 20px;
}
.panel
{
  margin: 20px;
  padding: 40px 40px 0px 20px;
}
.product-dsc
{
  width: 992px;
}
.product-logo
{
  display: block;
  width: 120px;
}
.logo
{
  display: block;
  width: 120px;
}
.sidebar
{
  display: block;
  padding: 20px;
}
}

/**********************************************************************************/
/*  1 - extra large devices (ultra high definition/4k, 3840 x 2160px and up)      */
/**********************************************************************************/
@media (min-width: 3840px)
{
.banner
{
  background: url(../image/BestLocalMusic_banner_90.png) no-repeat white;
}
.banner,
.banner-bg
{
  height: 90px;
}
.banner-bg
{
  display: block;
  width: 460px;
}
.content-2up,
.content,
.home,
.panel,
.sidebar
{
  top: 132px;
}
.home
{
  background: url(../image/bgBestLocalMusic_1.png) top left no-repeat white;
  background-size: contain;
}
.content,
.sidebar,
.logo
{
  margin: 40px;
}
.panel
{
  margin: 40px;
  padding: 40px 80px 0px 40px;
}
.product-dsc
{
  width: 992px;
}
.product-logo
{
  display: block;
  width: 120px;
}
.sidebar
{
  display: block;
  padding: 40px;
}
.logo
{
  display: block;
  width: 120px;
}
}
