/*.ui-footer {
    text-align: center;
    padding: 0.3em;
}

.ui-footer > .footerText {
    font-size: 0.7em;
    position: relative;
    top: -2px;
}*/

.err {
    color: red;
}

.buttons {
    text-align: center;
}

.left {
    float: left;
    display: inline-block;
}

.right {
    float: right;
    display: inline-block;
}

.clear {
    clear: both;
}

/* MAP STYLES*/
#page-location-content {
    position: absolute;
    top: 42px;
    bottom: 30px;
    left: 0;
    right: 0;
    padding: 0;
}

#page-location-content .ui-input-search,
#page-location-content div.ui-input-text {
    margin: 0 10px;
    padding: 0;
    background-image: none;
    position: relative;
    border: none;
}

#map-canvas {
    width: 100%;
    height: 100%;
}

#map-search-wrap {
    width: 100%;
    position: absolute;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 3px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#map-address {
    min-width: 200px;
    width: 60%;
    margin: 5px;
    float: left;
    background-color: #fff;
    font-style: italic;
    color: #000;
    padding: 7px 10px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(180, 180, 180);
    border-bottom-color: rgb(255, 255, 255);
    box-shadow: 0 -1px 0 #3C3C3C;
}

#map-search {
    float: left;
    width: 40px;
    height: 40px;
    color: #fff;
    border: none;
    background: none;
    background-image: url(../styles/images/search.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 4px;
}

#map-search:active {
    background-image: url(../styles/images/search_active.png);
    background-repeat: no-repeat;
}

#map-navigate-home {
    float: left;
    width: 40px;
    height: 40px;
    color: #fff;
    border: none;
    background: none;
    background-image: url(../styles/images/location.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 4px;
}

#map-navigate-home:active {
    background-image: url(../styles/images/location_active.png);
    background-repeat: no-repeat;
}

/* RETINA DISPLAY STYLES*/
@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    #map-search {
        background-image: url(../styles/images/search2x.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    #map-search:active {
        background-image: url(../styles/images/search_active2x.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    #map-navigate-home {
        background-image: url(../styles/images/location2x.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    #map-navigate-home:active {
        background-image: url(../styles/images/location_active2x.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }
}

h2 {
    font-size:1.2em;
    color:#DE6600;
    white-space: normal;
}

h3 {
    font-size:1em;
    color:#202E6F;
    white-space: normal;
}

h4 {
    font-size:0.8em;
    color:#202E6F;
    white-space: normal;
}

h5 {
    color:#202E6F;
}

p.subscript {
    font-size:0.8em;
    color:#ccc;
}

div#content div p {
    font-size:0.8em;
}

.ui-header .ui-title {
    margin-right: 10%;
    margin-left: 10%;
}

a.prod-list{
    text-decoration: none!important;
    font-size:0.8em;
    color:#000000;
}


/*  FOOTER  
-----------------------------------------------------------------------------------------------------------*/
.ui-footer .ui-title { font-size:.83em; }

.footer {
  text-shadow: none;
  font-weight: normal;
  padding: 0 15px 0;
  background-color: #333;
}

.footer .disclaimer {
  padding: 10px 15px;
  font-size: 0.7em;
  font-weight: normal;
  background-color: rgba(0,0,0,0.2);
  text-shadow: none !important;
  color: #ccc;
  text-align: center;
  border-bottom: 1px solid #343434;
}

.footer .copyright {
  font-size: 0.6em;
  font-weight: normal;
  margin: 30px 0 0;
  text-align: left;
  padding-bottom:16px;
  color:#ffffff;
}

.footer .ui-link {
  text-decoration: none;
  color: #ffffff;
}

.footer .footer-link {
  font-size: .7em;
  font-weight: normal;
}  

.footer .follow {
  margin-top: 5px;
  padding: 15px 0px;
  border-bottom: 1px solid #343434;
  overflow: hidden;
}

.footer .left {
  float: left;
}

.footer .right {
  float: right;
}

fieldset#language {
  margin-top: -5px;
}

fieldset#language .ui-btn-text {
  font-size: .8em;
}
#myVideo
{
  margin-bottom:15px;
}
#myVideo_wrapper
{
  margin-bottom:15px;
}
/*
#social-media
{
  height: 32px;
  position: relative;
  padding:0;
  width:143px;
  margin:5px auto 15px auto;
}
#social-media li , #social-media a
{
  height: 32px;
  width: 32px;
  display: block;
}
#social-media li
{
  margin-right:5px;
  float:left;
  list-style: none;
}
#social-media li:last-child
{
  margin-right:0px;
}
#social-media a
{
  background: url(../images/social_icons_32x32.png);
}  
#social-media-panel-1 a
{
  background-position:128px 0;
}
#social-media-panel-2 a
{
  background-position:96px 0;
}
#social-media-panel-3 a
{
  background-position:64px 0;
}
#social-media-panel-4 a
{
  background-position:32px 0;
}
*/
#social-media
{
  height: 48px;
  position: relative;
  padding:0;
  width:207px;
  margin:5px auto 15px auto;  
}
#social-media li , #social-media a
{
  height: 48px;
  width: 48px;
  display: block;
}
#social-media li
{
  margin-right:5px;
  float:left;
  list-style: none;
}
#social-media li:last-child
{
  margin-right:0px;
}
#social-media a
{
  background: url(../images/social-icons.png);
}  
#social-media-panel-1 a
{
  background-position:0px 0;
}
#social-media-panel-2 a
{
  background-position:-53px 0;
}
#social-media-panel-3 a
{
  background-position:-106px 0;
}
#social-media-panel-4 a
{
  background-position:-159px 0;
}

#social-media li a:hover {
  opacity: 0.5;
}



#footer-links {
  font: bold 10pt arial;
  padding:0;
}

#footer-links li{
  list-style-type: none;
  border-bottom-width:2px;
  border-bottom-style:solid;
  border-color: #484848;
  padding:5px 0;
}
#footer-links li a{
  color:#a9a8a8;
  display:block;
  width:100%;
  height:100%;
}
#footer-links li a:hover{
  color:#565656;
}
#backToTop
{
  visibility:hidden;
  background:url(../images/backToTop.png);
  float:right;
  width:49px;
  height:45px;
  cursor:pointer;
}