/* CSS Document */
/*******************/
/* LAYOUT ELEMENTS */
/* LAYOUT ELEMENTS */
/* LAYOUT ELEMENTS */
/* LAYOUT ELEMENTS */
/* LAYOUT ELEMENTS */
/*******************/
html, body {
  /*height:100%;*/
  width: 100%;
  margin: 0;
  padding: 0;
}

#wrapper {
  margin-right: auto;
  margin-left: auto;
  width: 960px;
  margin-top: 5em;
}

#header {
  margin-right: 10px;
  margin-left: 10px;
  width: 940px;
}

#sidebar {
  margin-right: 10px;
  margin-left: 10px;
  float: left;
  width: 220px;
  position: relative;
  z-index: 0;
}

#content {
  margin-right: 10px;
  float: right;
  margin-left: 10px;
  width: 640px;
  position: relative;
  z-index: 1;
}

#footer {
  margin-right: 10px;
  margin-left: 10px;
  clear: both;
  width: 940px;
}

.logo {
  /*display: inline-block;
position: fixed;
left: 10px;
top: 10px;
z-index: 1;*/
  display: inline-block;
  position: fixed;
  left: 50%;
  top: 10px;
  margin-left: 22%;
  z-index: 2;
}

.logo-small {
  display: inline-block;
  position: fixed;
  left: 10px;
  top: 10px;
  z-index: 1;
}

.logo_img {
  /*  width:auto;*/
}

.man-and-dog {
  position: absolute;
  bottom: 0px;
  right: 44px;
  opacity: 0.15;
  z-index: -1;
  display: none;
}

.red_glow, .orange_glow {
  border-radius: 6em;
  margin-top: 3em;
}

.center_div {
  text-align: center;
  width: 400px;
  height: 400px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 200px;
}

.content {
  /*width: 400px;
position: relative;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;*/
  margin-top: 100px;
  /*min-width:640px;*/
  border-top-left-radius: 00px;
  border-top-right-radius: 00px;
  /*padding-bottom: 2em;*/
}

.map {
  display: inline-block;
  float: right;
  text-align: center;
  margin-left: 1em;
  /*margin-right: -12em;*/
  /* margin-right: 2em; */
}

.address {
  margin-top: auto;
}

.copyright, .opcs {
  /*position: absolute;
left: 0px;
bottom: 0px;
margin-left:-0.5em;
margin-bottom:-0.5em;
padding-left: 1em;
padding-right: 1em;*/
  font-size: 0.7em;
  margin-left: 4em;
  margin-right: 4em;
  display: inline-block;
  margin-top: 5em;
  float: left;
}

.opcs {
  float: right;
  font-size: 0.7em;
  margin-left: 4em;
  margin-right: 4em;
  display: inline-block;
  margin-top: 5em;
}

.address {
  /* margin-left: 1em; */
  float: left;
  margin-top: 4em;
}

.title {
  font-size: 1.35em;
  padding-left: 0.3em;
}

#map_title_top {
  display: none;
}

#map_title_bottom {
  display: block;
}

/******************/
/* STYLE ELEMENTS */
/* STYLE ELEMENTS */
/* STYLE ELEMENTS */
/* STYLE ELEMENTS */
/* STYLE ELEMENTS */
/******************/
body {
  background-image: url("/images/man-and-dog.png");
  background-repeat: no-repeat;
  background-position: 98% 98%;
}

html, body {
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  text-shadow: 1px 1px 1px #000;
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
  text-shadow: 0.2em 0.2em 0.2em #000;
  letter-spacing: -0.05em;
  text-shadow: 0.2em 0.2em 0.5em #000;
  letter-spacing: 0.0em;
  text-transform: lowercase;
  font-family: "american_captain", "Arial Black", Gadget, sans-serif;
}

.man-and-dog {
  opacity: 0.15;
}

.red_glow {
  background-color: red;
  -webkit-box-shadow: 1em 0em 9em 4em red;
  -moz-box-shadow: 1em 0em 9em 4em red;
  box-shadow: 1em 0em 9em 4em red;
  color: white;
}

.orange_glow {
  background-color: #f63;
  -webkit-box-shadow: 0 0 5em 3em #f63;
  -moz-box-shadow: 0 0 5em 3em #f63;
  box-shadow: 0 0 5em 3em #f63;
}

.center_div {
  text-align: center;
  background-color: red;
  color: white;
  text-shadow: 0.2em 0.2em 0.2em #000;
  -webkit-box-shadow: 0 0 9em 4em red;
  -moz-box-shadow: 0 0 9em 4em red;
  box-shadow: 0 0 9em 4em red;
}

.content {
  color: white;
}

.left {
  text-align: left;
}

.american_captain {
  font-family: "american_captain", "Arial Black", Gadget, sans-serif;
  color: red;
  text-shadow: 0px 0px 0.1em black;
  /*	font-size: 1.25em;*/
  letter-spacing: -0.02em;
  /*padding-left: 0.1em;  */
}

.larger {
  font-size: 1.25em;
}

.smaller {
  font-size: 0.9em;
}

.white {
  color: white;
}

.opcs, .copyright {
  color: white;
  text-shadow: 0.2em 0.2em 0.2em #000;
  padding-left: 2em;
  padding-right: 2em;
}

.copyright {
}

.bullet_list {
  font-size: 0.8em;
}

.ul-images {
  list-style-type: none;
}

.ul-images > li {
  margin-right: 10px;
  margin-bottom: 10px;
  height: 38px;
  display: inline-block;
  box-shadow: 1px 1px 47px 3px rgba(0, 0, 0, 0.47);
  border-radius: 15px;
  overflow: hidden;
  vertical-align: top;
}

/*************************************/
/* VIEWPORT SPECIFIC LAYOUT ELEMENTS */
/* VIEWPORT SPECIFIC LAYOUT ELEMENTS */
/* VIEWPORT SPECIFIC LAYOUT ELEMENTS */
/* VIEWPORT SPECIFIC LAYOUT ELEMENTS */
/* VIEWPORT SPECIFIC LAYOUT ELEMENTS */
/*************************************/
@media screen and (max-width: 1363px) {
  #wrapper,#header,#footer,#navigation {
    width: 768px;
    margin: auto;
  }

  #logo {
    text-align: center;
  }

  .logo_img {
    width: 73%;
  }

  #navigation {
    text-align: center;
    background-image: none;
    padding-top: 20px;
  }

  #navigation ul li a {
    line-height: 60px;
    font-size: 40px;
  }

  #content, #sidebar {
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    width: 728px;
  }

  #content {
  }

  #sidebar {
    border-right: none;
    padding-top: 20px;
    margin-bottom: 20px;
  }

  #map_title_top {
    display: block;
  }

  #map_title_bottom {
    display: none;
  }

  .red_glow {
    -webkit-box-shadow: 0 0 9em 4em red;
    -moz-box-shadow: 0 0 9em 4em red;
    box-shadow: 0 0 9em 4em red;
  }

  .copyright {
    -webkit-box-shadow: 0px 0px 4em 3em red;
    -moz-box-shadow: 0px 0px 4em 3em red;
    box-shadow: 0px 0px 4em 3em red;
  }
}

@media screen and (max-width: 768px) {
  #wrapper,#header,#footer,#navigation {
    width: 481px;
    margin: auto;
  }

  .logo_img {
    width: 90%;
  }

  #content, #sidebar {
    margin-top: 1em;
    padding-right: 1em;
    padding-left: 1em;
    width: 440px;
  }

  #content {
    padding-bottom: 0em;
  }

  #sidebar {
    border-right: none;
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .map, .address {
  }

  .map {
    margin: 0;
    padding: 0;
  }

  .opcs, .copyright {
  }

  #sidebar {
    border-right: none;
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .map, .address {
    float: none;
    /*margin:auto;*/
    display: inline-block;
  }

  #map_title_top {
    display: none;
  }

  #map_title_bottom {
    display: block;
  }

  .red_glow {
    -webkit-box-shadow: 0em -1em 5em 3em red;
    -moz-box-shadow: 0em -1em 5em 3em red;
    box-shadow: 0em -1em 5em 3em red;
  }
}

@media screen and (max-width: 500px) {
  #wrapper,#header,#footer,#navigation {
    width: 481px;
    margin: auto;
  }

  .logo_img {
    width: 90%;
  }

  #content, #sidebar {
    margin-top: 1em;
    padding-right: 1em;
    padding-left: 1em;
    width: 439px;
  }

  #sidebar {
    border-right: none;
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .map, .address {
  }

  .map {
    margin: 0;
    padding: 0;
  }

  .opcs, .copyright {
  }
}
