@charset "utf-8";
@import "reset.css";
@import "editor.css";
@import "content.css";

@font-face
{
  font-family: Awesome;
  src: url('fonts/fontawesome-webfont.ttf'),url('fonts/fontawesome-webfont.eot');
}

html
{
  float: left;
  width: 100%;
  background: #632612;
}

body
{
  background: url(img/bg.jpg) repeat left top;
  color: #592b14;
  font-size: 16px;
  font-family: Verdana,Arial, Helvetica, sans-serif;
  float: left;
  width: 100%;
}

.wrapper
{
	width: 96%;
	padding: 0 2%;
  margin: 0 auto;
  max-width: 1000px;
}

*
{
  line-height: 1.25em;
}

a
{
  color: #592b14;
}

input,
textarea,
select,
button
{
  border: 0 none;
  font-size: 16px;
  font-family: Verdana,Arial, Helvetica, sans-serif;
}

button,
input[type=submit]
{
  cursor: pointer;
}

::placeholder
{
  opacity: 1;
}

.img img
{
  display: block;
  width: 100%;
}

/* headlines */

.headline
{
  padding: 0 82px 7px 82px;
  box-sizing: border-box;
  background: url('img/ornament.png') no-repeat left bottom,url('img/ornament.png') no-repeat right bottom;
  width: 100%; 
  max-width: 664px;
  margin: 0 auto 30px auto;
  color: #592b14;
  text-align: center;
  font-family: Palatino Linotype, Verdana, Arial, Helvetica;
}

.headline span
{
  display: block;
  border-bottom: 1px solid #9b651c;
  height: 32px;
  overflow: visible;
}

.headline strong
{
  display: block;
  font-size: 1.875em;
  font-weight: normal;
  color: #764d14;
}

.path
{
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.25em;
}

.path span
{
  display: inline-block;
}

.path em
{
  font-style: normal;
  margin: 0 10px;
}

.path .due
{
  color: #999;
}

.section-headline
{
  width: 100%;
  margin-bottom: 30px;
  color: #592b14;
  text-align: center;
  font-size: 1.25em;
  font-weight: normal;
  font-family: Palatino Linotype, Verdana, Arial, Helvetica;
}

/* headlines end */

/* buttons */

.button
{
  height: 26px;
  padding: 0 10px;
  color: #fff;
  background: linear-gradient(#a66a1e,#7b3317);
  line-height: 26px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 5px;
}

.big-button,
main .button
{
  height: 40px;
  line-height: 40px;
  font-size: 0.875em;
  background: linear-gradient(#9e661d,#ce7a25);
  padding: 0 20px;
}

.centered-button
{
  display: block;
  width: 90%;
  margin: 0 auto 30px auto;
  max-width: 220px;
  text-align: center;
}

.button:hover
{
  background: #ce7a25;
}

main .button:hover
{
  background: linear-gradient(#ce7a25,#9e661d);
}

.actions
{
  text-align: center;
  margin-bottom: 20px;
}

.actions .button
{
  margin-bottom: 10px;
}

/* buttons end */

/* general */

.section
{
  float: left;
  width: 100%;
  padding-bottom: 80px;
  background: url('img/separator.png') no-repeat center bottom;
  margin-bottom: 30px;
}

/* general end */

/* header */

.top
{
  background: #7d371a;
  padding: 17px 0;
  height: 26px;
}

.top *
{
  line-height: 26px;
  height: 26px;
}

.user-box 
{
  float: left;
}

.top label
{
  float: left;
  color: #fc0;
  font-size: 0.9375em;
  margin: 0 15px;
}

.top input
{
  float: left;
  padding: 0 5px;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  background: #9b651c;
  font-size: 0.875em;
}

.top input::-webkit-input-placeholder
{
  color: #fff;
}

.top input::-ms-input-placeholder
{
  color: #fff;
}

.top input:-ms-input-placeholder
{
  color: #fff;
}

.top input::placeholder
{
  color: #fff;
}

.user-box input
{
  width: 110px;
}

.user-box .button
{
  font-size: 0.625em;
  float: left;
  margin-top: 1px;
  margin-right: 10px;
}

.account-box
{
  float: left;
  position: relative;
}

.account-box,
.account-box a
{
  color: #fc0;
}

.account-box p
{
  cursor: pointer;
  padding-right: 10px;
}

.account-box p::before
{
  float: left;
  width: 25px;
  font-family: Awesome;
  content: "\f007";
  color: #fc0;
  text-align: center;
}

.account-box p.open,
.account-box p.open::before
{
  background: #e4ae64;
  color: #35150a;
}

.account-box ul
{
  display: none;
  position: absolute;
  left: 0;
  top: 26px;
  background: #e4ae64;
  min-width: 170px;
  z-index: 10;
}

.account-box ul,
.account-box li
{
  height: auto;
}

.account-box li
{
  border-bottom: 1px solid #35150a;
}

.account-box li:last-child
{
  border-bottom: 0 none;
}

.account-box a
{
  padding: 5px 10px;
  display: block;
  color: #35150a;
}

.search-box
{
  float: right;
}

.search-box input
{
  width: 310px;
}

.search-box button
{
  background: transparent;
  width: 26px;
  height: 26px;
  float: left;
  font-family: Awesome;
  color: #cf7a25;
  font-size: 20px;
}

.search-box button:hover
{
  color: #e4ae64;
}

header nav
{
  padding: 8px 0;
  height: 34px;
  background: #35150a;
}

header nav .hr a
{
  color: #fc0;
  float: left;
  width: 12.5%;
  text-align: center;
  line-height: 34px;
}

header nav .hr a:hover,
header nav .hr a.current
{
  background: #e4ae64;
  color: #35150a;
}

header nav .lr-menu
{
  display: none;
  text-align: center;
}

.lr-menu > p
{
  display: inline-block;
  background: url('img/menu.png') no-repeat left center;
  line-height: 30px;
  padding-left: 45px;
  color: #fc0;
  cursor: pointer;
}

.mb-menu
{
  width: 70%;
  min-height: 100%;
  padding: 2em 25% 0 5%;
  background: #7d371a;
}

.mb-menu p
{
  text-transform: uppercase;
  color: #fc0;
  font-size: 3em;
  margin-bottom: 0.4em;
  line-height: 1.1em;
  cursor: pointer;
}

.mb-menu p::after
{
  float: right;
  font-family: Awesome;
  color: #fc0;
  content: "\f00d";
  font-size: 24px;
}

.mb-menu ul a 
{
  display: block;
  color: #fc0;
  font-size: 1.9em;
  line-height: 43px;
  padding: 14px 50px 14px 0;
  border-bottom: 1px solid #fc0;
}

.mb-menu a:hover
{
  color: #fc0;
  text-decoration: none;
}

.heading
{
  background: #160807;
  margin-bottom: 50px;
}

.heading > div
{
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.heading > div > img
{
  display: block;
  width: 100%;
}

.heading > div > a
{
  position: absolute;
  z-index: 1;
  top: 18px;
  left: 12px;
  width: 43.2%;
}

.heading > div div
{
  position: absolute;
  z-index: 1;
  right: 40px;
  top: 46px;
  width: 156px;
  color: #e4ae64;
}

.heading > div div img
{
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.heading div p
{
  padding-left: 32px;
}

/* header end */

/* footer */

footer
{
  background: #632612;
  color: #e4ae64;
  text-align: center;
  padding: 25px;
  clear: both;
}

footer .socials
{
  text-align: center;
  margin-bottom: 10px;
}

footer .socials a
{
  display: inline-block;
  margin: 0 5px;
}

footer a
{
  color: #fc0;
}

/* footer end */

/* forms */

.std-form
{
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
}

.wide-form
{
  max-width: 900px;
}

.std-form > li
{
  float: left;
  margin: 0 4% 10px 0;
  width: 48%;
}

.std-form > li:last-child
{
  margin-bottom: 20px;
}

.std-form small
{
  display: block;
  font-size: 0.75em;
  margin-top: 5px;
}

.std-form > li.full,
.std-form > li.submit-box
{
  width: 100%;
  margin-right: 0;
}

.std-form .submit-box
{
  margin-bottom: 30px;
}

.std-form > li:nth-child(even)
{
  margin-right: 0;
}

.std-form label
{
  display: block;
  margin-bottom: 5px;
}

.std-form input,
.std-form select,
.std-form textarea
{
  border: 2px solid #de9838;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  color: #35150a;
  color: #9b651c;
  font-size: 0.875em;
  border-radius: 8px;
}

.std-form input
{
  height: 30px;
  line-height: 30px;
}

.std-form input[type=checkbox],
.std-form input[type=radio]
{
  float: left;
  width: auto;
  height: auto;
  margin-right: 10px;
}

input.err
{
  border-color: #c00 !important;
  background: #f99;
}

.std-form select
{
  height: 30px;
  line-height: 26px;
  padding: 3px 5px;
}

.std-form textarea
{
  height: 120px;
}

.std-form .submit-box p
{
  font-size: 0.875em;
  margin-bottom: 15px;
}

.std-form .submit-box .button
{
  font-size: 0.875em;
}

.table-form
{
  width: 100%;
  margin-bottom: 10px;
}

.table-form td,
.table-form th
{
  padding: 5px 10px;
}

.table-form td:first-child,
.table-form th:first-child
{
  padding-left: 0;
}

.table-form a
{
  color: #c00;
}

.loading-pane
{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.7);
}

.loading-pane p
{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  text-align: center;
  height: 2.5em;
  margin: calc(-1.25em - 30px) 0 0 -150px;
  background: #fff;
  padding: 30px 0;
  border: 1px solid #ccc;
}

/* login form */

.login-form .submit-box .button + a
{
  margin-left: 20px;
}

.login-form .submit-box .fb-login
{
  line-height: 26px;
  display: block;
  background: url('img/fb-logo.png') no-repeat left top;
  padding-left: 35px;
  margin-top: 15px;
}

.fb-popup
{
  display: none;
  position: fixed;
  background: rgba(255,255,255,0.7);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.fb-popup > div
{
  border: 1px solid #999;
  position: absolute;
  width: 320px;
  padding: 15px 10px;
  height: 150px;
  left: 50%;
  top: 50%;
  margin: -75px 0 0 -160px;
  background: #fff;
  box-sizing: border-box;
}

.fb-popup p
{
  margin-bottom: 30px;
  text-align: center;
  height: auto;
  line-height: 1.25em;
}

.fb-popup p a
{
  text-decoration: underline;
}

/* login form end */

/* forms end */

/* tabs */

.tabs
{
  width: 100%;
  max-width: 600px;
  height: 40px;
  margin: 0 auto 30px auto;
}

.tabs a,
.tabs span
{
  line-height: 40px;
  color: #fff;
  padding: 0 20px;
  margin-right: 10px;
  display: inline-block;
  border-radius: 10px;
}

.tabs span,
.tabs a:hover
{
  background: #7d371a;
}

.tabs a
{
  background: #9b651c;
}

/* tabs end */

/* notices & errors */

.errors,
.notices
{
  color: #fff;
  font-size: 9pt;
  padding: 5px;
  margin-bottom: 20px;
  text-align: center;
  clear: both;
}

.errors li,
.notices li
{
  background-position: 6px center;
  background-repeat: no-repeat;
  line-height: 22px;
  padding: 0 10px 0 25px;
}

.errors
{
  background-color: #DD0F0F;
}

.errors li
{
  background-image: url('img/error-icon.jpg');
}

.notices
{
  background-color: #92c32c;
}

.notices li
{
  background-image: url('img/confirm-icon.jpg');
}

/* notices & errors */

/* contact */

#map-canvas
{
  clear: both;
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
}

/* contact end */

/* home */

.intro
{
  padding-right: 400px;
  background: url('img/mirror.png') no-repeat right top;
  min-height: 387px;
  padding-bottom: 100px;
  margin-bottom: -70px;
}

.home .headline
{
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  background: url('img/ornament.png') no-repeat right bottom;
}

.instructions
{
  float: left;
  width: 100%;
  padding-bottom: 50px;
  background: url('img/separator.png') no-repeat center bottom;
  margin-bottom: 50px;
}

.instructions .headline
{
  max-width: calc(100% - 400px);
  margin-bottom: 50px;
}

.instructions li
{
  float: left;
  width: 18%;
  margin: 0 2% 20px 0;
  padding-top: 70px;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
}

.instructions li:nth-child(1)
{
  background-image: url('img/1.png');
}

.instructions li:nth-child(2)
{
  background-image: url('img/2.png');
}

.instructions li:nth-child(3)
{
  background-image: url('img/3.png');
}

.instructions li:nth-child(4)
{
  background-image: url('img/4.png');
}

.instructions li:nth-child(5)
{
  background-image: url('img/5.png');
  margin-right: 0;
}

.boxes li
{
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}

.boxes li:nth-child(3n)
{
  margin-right: 0;
}

.boxes h2
{
  font-size: 1.75em;
  font-weight: normal;
  margin-bottom: 10px;
  height: 1.25em;
  overflow: hidden;
  text-align: center;
}

.boxes li:nth-child(3n-2) h2
{
  text-align: left;
}

.boxes .img
{
  display: block;
  border: 2px solid #592b14;
  margin-bottom: 20px;
}

.boxes li div
{
  height: 3.75em;
  overflow: hidden;
}

/* home end */

/* package table */

.packages
{
  width: 100%;
  margin: 0 auto 30px auto;
  max-width: 800px;
}

.packages td,
.packages th
{
  padding: 10px;
  border: 1px solid #7d371a;
  text-align: center;
}

.packages tr td:first-child,
.packages tr th:first-child
{
  text-align: left;
}

.packages th
{
  background: #7d371a;
  color: #fff;
}

.packages tr:last-child td
{
  border: 0 none;
}

.packages .button
{
  padding: 0;
  margin: 0;
}

.info
{
  margin-bottom: 20px;
  text-align: center;
}

/* package table end */

/* list table */

.list-table
{
  width: 100%;
  margin: 0 auto 30px auto;
  max-width: 800px;
}

.list-table td,
.list-table th
{
  padding: 10px;
  border: 1px solid #9b651c;
  text-align: center;
}

.media-list td,
.media-list th
{
  border: 0 none;
}

.list-table th
{
  background: #7d371a;
  color: #fff;
}

.list-table .action
{
  margin: 0 5px;
}

.list-table .status
{
  font-family: Awesome;
}

.table-wrap
{
  overflow: auto;
}

/* list table end */

/* biographies */

/* list */

.biographies li
{
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 50px;
  background: url('img/separator.png') no-repeat center bottom;
}

.biographies .img
{
  float: left;
  width: 150px;
  border: 5px solid #cf7a25;
  margin-right: 30px;
}

.biographies .content
{
  width: calc(100% - 190px);
  float: left;  
}

.biographies h2
{
  border-bottom: 1px solid #9b651c;
  max-width: 480px;
  margin-bottom: 25px;
}

.biographies p
{
  margin-bottom: 10px;
}

.biographies .button
{
  float: right;
  margin-left: 20px;
}

/* list end */

/* details */

.biography
{
  float: left;
  width: 100%;
  background: url('img/separator.png') no-repeat center bottom;
  padding-bottom: 80px;
  margin-bottom: 30px;
}

.biography aside
{
  float: left;
  width: 240px;
  margin-right: 30px;
}

.biography aside img
{
  width: 100%;
  display: block;
  box-sizing: border-box;
  border: 5px solid #cf7a25;
  margin-bottom: 30px;
}

.biography aside p:not(.title)
{
  font-size: 0.875em;
  margin-bottom: 5px;
}

.biography section
{
  float: left;
  width: calc(100% - 270px);
}

.biography h1
{
  padding-right: 82px;
  background: url('img/ornament.png') no-repeat right bottom;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.biography h1 strong
{
  display: block;
  border-bottom: 1px solid #9b651c;
}

.thumbs
{
  text-align: center;
}

.thumbs li
{
  display: inline-block;
  width: 15.83%;
  margin: 0 0.25% 0.5% 0.25%;
  position: relative;
}

.thumbs > li > a > img,
.thumbs > li > img
{
  display: block;
  box-sizing: border-box;
  width: 100%;
  border: 3px solid #cf7a25;
  margin-bottom: 10px;
}

.thumbs p
{
  height: 1.25em;
  overflow: hidden;
}

.thumbs .overlay
{
  position: absolute;
  background: rgba(192,122,37,0.5);
  width: 100%;
  height: calc(100% - 10px - 1.25em);
  left: 0;
  top: 0;
}

.thumbs .overlay a
{
  position: absolute;
}

.thumbs .overlay .left,
.thumbs .overlay .right
{
  top: 50%;
  margin-top: -9px;
}

.thumbs .overlay .left
{
  left: 5px;
}

.thumbs .overlay .right
{
  right: 5px;
}

.thumbs .overlay .remove
{
  bottom: 5px;
  left: 50%;
  margin-left: -9px;
}

.pdfs
{
  text-align: center;
}

.pdfs a
{
  display: inline-block;
  margin: 0 1% 15px 1%;
  width: 31%;
  color: #9b651c;
  box-sizing: border-box;
  padding-left: 40px;
  background: url('img/pdf-icon.png') no-repeat left top;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
  overflow: hidden;
}

.videos
{
  text-align: center;
}

.videos > div
{
  display: inline-block;
  width: 48%;
  margin: 0 0.75% 3% 0.75%;
}

.videos .movie-box
{
  padding: 3.1% 8%;
  background: url('img/movie.png') no-repeat left top;
  background-size: 100% 100%;
  margin-bottom: 20px;
}

.videos p
{
  text-align: center;
  height: 2.5em;
  overflow: hidden;
}

.audios
{
  text-align: center;
}

.audios > div
{
  display: inline-block;
  width: 31%;
  margin: 0 1% 3% 1%;
}

.audios .audio-box
{
  background: url('img/gramophone.png') no-repeat left top;
  padding-left: 90px;
  height: 40px;
  padding-top: 75px;
}

.audios p
{
  text-align: center;
  height: 2.5em;
  overflow: hidden;
}

/* audio player */

.audio
{
  background: #895c2f;
  padding: 5px 10px;
  height: 18px;
}

.audio *
{
  float: left;
}

.audio > span,
.audio > div
{
  height: 18px;
  cursor: pointer;
}

.audio .play-pause
{
  width: 14px;
  background: url('img/play.png') no-repeat left top;
}

.audio .pause
{
  background-image: url('img/pause.png');
}

.audio .seekable
{
  width: calc(100% - 84px);
  margin: 3px 5px;
  height: 12px;
  border-radius: 10px;
  background: #d6d6d6;
  position: relative;
}

.audio .seekable span
{
  position: absolute;
  z-index: 10;
  width: 35px;
  margin-left: -17px;
  height: 18px;
  color: #fff;
  background: #ccc;
  line-height: 18px;
  font-size: 0.75em;
  border-radius: 10px;
  bottom: 20px;
  display: none;
  font-size: 0.75em;
  text-align: center;
}

.audio .seekable:hover span
{
  display: block;
}

.audio .progress-bar
{
  float: left;
  width: 0;
  background: #fff;
  height: 100%;
  border-radius: 10px;
}

.audio .time
{
  line-height: 18px;
  color: #fff;
  font-size: 0.75em;
  width: 35px;
  margin-right: 5px;
}

.audio .volume-control
{
  width: 20px;
  position: relative;
}

.audio .volume-control span
{
  display: block;
  width: 20px;
  height: 18px;
  background: url('img/volume.png') no-repeat left top;
}

.audio .volume-control > div
{
  display: none;
  position: absolute;
  bottom: 20px;
  right: 2px;
  background: #895c2f;
  z-index: 10;
  height: 70px;
  width: 8px;
  padding: 5px 6px;
}

.audio .volume-control > div div
{
  width: 100%;
}

.audio .volume-control > div > div
{
  height: 70px;
  background: #d6d6d6;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.audio .volume-control > div > div > div
{
  background: #fff;
  position: absolute;
  bottom: 0;
  height: 100%;
}

/* audio player end */

/* details end */

/* biographies end */

/* pagination */

.pagination
{
  clear: both;
  margin-bottom: 30px;
  text-align: center;
}

/* pagination end */

/* cookies box */

.cookies-box
{
  background: #fff;
  background:rgba(255,255,255,0.9);
  border:1px solid #35150a;
  max-width:300px;
  padding: 10px;
  position:fixed;
  bottom:10px;
  right:10px;
  z-index:99;
  font-size:0.875em;
}

.cookies-box .ed a
{
  color: #9b651c;
}

/* cookies box end */


/* media queries */

@media screen and (max-width: 1000px)
{
  .top
  {
    float: left;
    width: 100%;
    height: auto;
  }
  
  header nav
  {
    clear: both;
  }
  
  .user-box
  {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .user-box div
  {
    display: inline-block;
  }
  
  .user-box + .fb-popup + .search-box
  {
    width: 100%;
    text-align: center;
  }
  
  .user-box + .fb-popup + .search-box div
  {
    display: inline-block;
  }
  
  header nav .lr-menu
  {
    display: block;
  }
  
  header nav .hr
  {
    display: none;
  }
  
  .home .headline
  {
    padding: 0;
    background: none;
  }
  
  .intro
  {
    padding-right: 45%;
    background-size: 40% auto;
  }
  
  .instructions .headline
  {
    max-width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 800px)
{
  .boxes
  {
    clear: both;
    text-align: center;
  }
  
  .boxes li
  {
    display: inline-block;
    float: none;
    margin: 0 1% 30px 1%;
    width: 47%;
  }
  
  .thumbs li
  {
    width: 32%;
  }
  
  .pdfs a
  {
    width: 47%;
  }
  
  .audios > div
  {
    width: 47%;
  }
  
  .biography aside
  {
    width: 100%;
    margin-bottom: 30px;
  }
  
  .biography aside img
  {
    float: right;
    margin-right: 30px;
    width: 240px;
  }
  
  .biography aside img + div
  {
    float: left;
    width: calc(100% - 270px);
  }
  
  .biography section
  {
    width: 100%;
  }
}

@media screen and (max-width: 700px)
{
  .search-box,
  .search-box div
  {
    height: auto;
  }
  
  .account-box + .search-box
  {
    width: 100%;
    text-align: center;
  }
  
  .account-box + .search-box div
  {
    display: inline-block;
  }
  
  .account-box + .search-box label
  {
    display: block;
    margin-bottom: 10px;
    float: none;
  }
  
  .heading a
  {
    left: 10%;
    width: 80%;
    top: 50%;
    margin-top: -9%;
  }
  
  .heading a img
  {
    display: block;
    width: 100%;
  }
  
  .home .heading a
  {
    max-width: 50%;
    left: 2%;
    top: 2%;
    margin-top: 0;
  }
  
  .heading > div div
  {
    max-width: 20%;
    top: 10%;
    font-size: 0.75em;
  }
  
  .heading > div p
  {
    padding-left: 0;
  }
  
  .biographies li
  {
    text-align: center;
  }
  
  .biographies .img
  {
    float: none;
    display: block;
    margin: 0 auto 20px auto;
  }
  
  .biographies .content
  {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  
  .biographies h2
  {
    margin: 0 auto 25px auto;
    text-align: center;
    width: 100%;
  }
  
  .biographies p
  {
    text-align: center;
  }
  
  .biographies .button
  {
    display: inline-block;
    float: none;
    margin: 0 0 10px 0;
  }
  
  .videos > div
  {
    width: 80%;
  }
}

@media screen and (max-width: 600px)
{
  .user-box label,
  .user-box + .fb-popup + .search-box label  
  {
    display: block;
    margin-bottom: 10px;
    float: none;
  }
  
  .user-box,
  .user-box div
  {
    height: auto;
  }
  
  .headline
  {
    padding: 0;
    background: none;
  }
  
  .headline span
  {
    height: auto;
  }
  
  .intro
  {
    padding-right: 0;
    background: none;
  }
  
  .instructions li
  {
    float: none;
    display: block;
    width: 300px;
    margin: 0 auto 30px auto !important;
  }
  
  .boxes li
  {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
  }
  
  .std-form li
  {
    width: 100%;
    margin-right: 0 !important;
  }
  
  .audios > div,
  .pdfs a
  {
    width: 98%;
  }
  
  .thumbs li
  {
    width: 47%;
  }
  
  .biography aside img
  {
    float: none;
    display: block;
    margin: 0 auto 30px auto;
  }
  
  .biography aside div
  {
    float: none;
    text-align: center;
    width: 100% !important;
  }
  
  .biography section h1
  {
    padding: 0;
    background: none;
    text-align: center;
  }
  
  .biography section .ed
  {
    text-align: center;
  }
}

@media screen and (max-width: 450px)
{
  .thumbs li
  {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  
  .videos > div
  {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}

@media screen and (max-width: 400px)
{
  .user-box input
  {
    width: 90px;
  }
  
  .search-box input
  {
    width: 250px;
  }
}

/* media queries end */