/* Resets */

#block-block-1 .block-inner ul,
#block-menu-primary-links .menu li,
#block-menu-secondary-links .menu li,
#block-menu-menu-footer .menu li,
.view .personen,
.view .partner,
#node-45 .formlink p,
#node-53 .linklist,
#node-53 .linklist li,
.panel-2col-stacked .panel-col-top .inside,
.flat {
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

#site-slogan {
  width: 348px;
  padding-top: 50px;
}

#site-slogan a {
  display: block;
  width: 100%;
  background: url('img/claim.png') no-repeat bottom;
  height: 130px;
  text-indent: -10000px;
  overflow: hidden;
  outline: none;
}

#block-menu-primary-links {
}

#block-menu-primary-links .block-inner {
  padding-left: 24px;
}

#block-menu-primary-links h2.title {
  display: none;
}

#block-menu-primary-links .menu li a {
  font-size: 34px;
  color: #ff3b3b;
  border: 0;
  text-decoration: none;
  line-height: 30px;
  text-transform: uppercase;
  font-family: "Arial Black", "Arial";
  font-weight: bold;
  outline: none;
  white-space: nowrap;
}

#block-menu-primary-links .menu li li {
  padding-left: 20px;
}

#block-menu-primary-links .menu li li a {
  font-size: 26px;
  line-height: 24px;
}

#block-menu-primary-links .menu li a.active,
#block-menu-primary-links .menu li a:hover,
#block-menu-primary-links .menu li li.active-trail a {
  color: #ffffff;
}


#block-menu-secondary-links {
  position: absolute;
  top: 0;
}

#block-menu-secondary-links .menu {
  margin: 25px -10px 0 23px;
}

#block-menu-secondary-links .menu li {
  float: left;
  padding-right: 25px;
}

#block-menu-secondary-links .menu a {
  text-decoration: none;
  /* background: url('img/arrow-menu-2nd.png') no-repeat 4px 3px; */
  line-height: 21px;
  color: #fff;
  font-size: 14px;
  display: block;
  float: left;
  
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#block-menu-secondary-links .menu a.active {
  text-decoration: none !important;
  /* background: #000000 url('img/arrow-menu-2nd-active.png') no-repeat 4px 3px; */
}

#block-menu-secondary-links .menu a:hover {
  text-decoration: underline;
}

/* FOOTER */
#block-menu-menu-footer {
  padding: 80px 0 0 220px;
  float: left;
}

#block-menu-menu-footer .menu li {
  float: left;
  padding-right: 25px;
}

#block-menu-menu-footer .menu a {
  text-decoration: none;
  color: #fff;
  
  font-family: "Arial Black", "Arial";
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}

#block-menu-menu-footer .menu a:hover {
  color: #FF3B3B;
}

#block-block-1 {
  position: absolute;
  padding: 125px 0 0 47px;
  /*
  top: 125px;
  left: 47px;
  */
  
}

#block-block-1 .block-inner {
  margin: 0;
}

#block-block-1 .block-inner ul li {
  font-size: 12px;
  line-height: 165%;
  display: block;
  float: left;
  padding-right: 10px;
}

#block-block-1 .block-inner li a {
  text-decoration: none;
  color: #fff;
}

#block-block-1 .block-inner li a:hover {
  text-decoration: underline;
}

#footer-inner .share {
  font-size: 12px;
  color: #fff;

  padding: 79px 0 0 0;
  line-height: 24px;

  min-width: 960px;

  /*
  position: absolute;
  right: 0;
  top: 0;
  position: relative;
  */
}

#footer-inner .share-button {
  float: left;
  width: 70px;
}

#footer-inner .share-button a {
  color:#FFFFFF;
  font-family:"Arial Black","Arial";
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
  text-transform:uppercase;
}

#footer-inner .share-button a span {
  padding-top: 5px;
}

.at300bs.at15t_expanded, .at300bs.at15t_compact {
  background: url("img/addthis.png") no-repeat scroll left center #000000 !important;
}

#footer-inner .copyright {
  /*
  position: absolute;
  right: 15px;
  */
  float: right;
}

#footer-inner .copyright span {
  padding-right: 25px;
}

/* content*/
#content-inner {
  max-width: 700px;
  width: auto !important;  /* für moderne Browser */
  width: 700px;  /*für den IE */
}

#content-inner a,
#overlay a {
  color: #df0019;
  text-decoration: none;
}

#content-inner a:hover,
#overlay a:hover {
  text-decoration: underline;
}

.view-blog .view-content .odd,
.view-blog .view-content .even {
  padding: 20px 25px;
  background: #ffffff;
  
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.view-blog .view-content .first {
  margin-top: 0 !important;
}

.panel-info,
.view-blog .view-content .date,
.node-custom .meta .date {
  /*
  background: #df0019;
  width: 143px;
  line-height: 27px;
  color: #ffffff;

  padding: 0 0 0 10px;
  margin-right: 10px;

  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  zoom: 1;
  */

  line-height: 27px;
  color: #000000;
  padding: 0;
}

.node-type-person .node-inner .tags span {
  display: block;
  float: left;
  
  background: #df0019;
  line-height: 27px;
  color: #ffffff;

  padding: 0 15px 0 15px;
  margin-right: 10px;

  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  zoom: 1;
}

#content-inner .panel-info a {
  color: #fff;
}

#content-wrapper h1,
#content-wrapper h2 {
  font-weight: normal;
  font-size: 24px;
}

.node-type-blog #content-wrapper,
.node-type-webform #content-wrapper,
.node-type-page #content-wrapper,
#content-area .webform-confirmation {
  background: #ffffff;
  padding: 25px;
  
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.page-blog #content-header h1 { display: none; }

#node-22 .panel-1col .panel-pane  {
  padding: 25px;

  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.panel-grey {
  background: #cccccc;
}

.panel-white {
  background: #ffffff;
}

.panel-rounded {
  padding: 25px;

  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.view-blog .view-content .even,
.view-blog .view-content .odd,
.panel-rounded,
#node-22 .panel-1col .panel-pane,
.view .partner {
  margin-top: 25px;
}

.panel-rounded-small {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.panel-first,
.panel-1col .panel-1,
.panel-1col .panel-first {
  margin-top: 0 !important;
}

/* VIEWS: Personen */
.view .personen {
  overflow: auto;
}

.view .personen li {
  display: block;
  float: left;
  background: #fff;
  margin: 12px 12px 0 0;
 
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.view .personen li a {
  line-height: 28px;
  white-space: nowarp;
  padding: 0 12px;
  
  /*
  background: url('img/arrow-red-white.png') 6px 3px no-repeat #fff;
  */
}

.view .personen li am
.view .personen li a:hover {
  text-decoration: none;
}

.view .personen li.p0,
.view .personen li.p1 {
  /* background: #000; */
}

/* VIEWS: Partner */
#node-45 .node-inner {
  width: 585px;
}

.view .partner {
  overflow: auto;
}

.view .partner li h2.title {
  display: none;
}

.view .partner ul {
  margin-top: -30px;
}

.view .partner li {
  display: block;

  width: 278px;
  padding: 12px 0;
  margin-bottom: 30px;

  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.view .partner li img {
  display: block;
  margin: auto;
}

.view .partner li.i1,
.view .partner li.i3 {
  float: left;
}

.view .partner li.i2,
.view .partner li.i4 {
  float: right;
}

.view .partner li {
  background: #ffffff;
}

#node-45 .formlink {
  float: right;
}

#node-45 .formlink a {
  font-size: 34px;
  color: #fff;
  border: 0;
  text-decoration: none;
  line-height: 100%;
  text-transform: uppercase;
  font-family: "Arial Black", "Arial";
  font-weight: bold;
  white-space: nowrap;
  background: url('img/arrow-red-round.png') right bottom no-repeat;
  padding: 20px 70px 0 0;
}

#node-45 .formlink a:hover {
  color: #ff3b3b;
}

#content-inner .view .personen li.p0 a,
#content-inner .view .personen li.p1 a {
  /*
  line-height: 58px;
  padding: 0 25px 0 40px;
  font-size: 18px;
  color: #fff;
  
  background: url('img/arrow-white-black-big.png') 18px 4px no-repeat;
  */
}

#content-inner .view .personen li.p0,
#content-inner .view .personen li.p1 {
  /* margin-right: 30px; */
}

.panel-1col .pane-nodequeue-1-panel-pane-1 {
  padding-right: 0;
}

/* Node-Type: Person */
#content-area .node-type-person .content {
  position: relative;
  /* margin-top: -5px; */
}

#content-area .node-type-person .portrait {
  height: 580px;
  overflow: hidden;
}

#content-area .node-type-person .portrait img {
  margin: auto;
  display: block;
}

#content-area .node-type-person .content .custom-pager li {
  position: absolute;
  top: 25px;
  list-style: none;
}

#content-area .node-type-person .content .custom-pager li a {
  display: block;
  width: 54px;
  height: 54px;
  text-indent: -10000px;
  overflow: hidden;
}

#content-area .node-type-person .content .custom-pager .first {
  left: 25px;
  background: url('img/arrow-grey-round.png') left top no-repeat;
}

#content-area .node-type-person .content .custom-pager .last {
  right: 25px;
  background: url('img/arrow-grey-round.png') right top no-repeat;
}

#content-area .node-type-person .content h1.title {
  /*
  margin: 0 65px;
  line-height: 54px;
  background: #fff;
  padding: 0 0 0 20px;
  */
}

#content-area .node-type-person .tags {
  float: left;
  margin: 18px 0 15px 0;
}

#content-area .node-type-person .social {
  /*
  display: block;
  float: right;
  margin: 18px 0 0 0;
  line-height: 27px;
  padding-right: 10px;
  */
  clear: both;
}

#content-area .node-type-person .xing,
#content-area .node-type-person .twitter {
  display: inline;
  padding-right: 10px;
}

#content-area .node-type-person .text {
  clear: both;
}

#content-area .node-type-person .backlink {
  margin-top: 15px;
  overflow: auto;
  clear: both;
}

#content-area .node-type-person .company {
  clear: both;
  text-align: right;
  line-height: 27px;
}

#content-area .node-type-person .company span {
  background: url("img/arrow-red-grey.png") no-repeat scroll 0 3px transparent;
  padding: 0 10px 0 12px;
}

#content-area .node-type-person .company .links {
  display: block;
  float: right;
  
  background: #df0019;
  color: #ffffff;
  
  line-height: 27px;
  padding: 0 20px 0 10px;
  
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  zoom: 1;
}

#content-area .node-type-person .company .links a {
  line-height: 27px;
  color: #ffffff;
}

#content-area .node-type-person .backlink a {
  line-height: 28px;
  padding: 0 22px 0 25px;
  background: #fff;
  text-decoration: none;
  color: #000;
  display: block;
  float: left;
  
  background: url('img/arrow-black-white.png') 10px 9px no-repeat #fff;
}

body.node-type-person #content-area {
  margin-top: -375px;
}

/* Custom Node Style */
.node-custom .meta {
  margin-top: 20px;
  overflow: auto;
  clear: both;
}

.meta-link {
  overflow: auto;
  clear: both;
}

.node-custom .meta .date,
.node-custom .field-field-link {
  float: left;
}

.node-custom .field-field-link a,
.meta-link a,
#webform-component-agb_link a,
a.link {
  line-height: 27px;
  
  /*
  padding-left: 12px;
  background: url('img/arrow-red-white.png') 0px 3px no-repeat;
  */
}

/* Node:  */
#node-48 .center-wrapper h2.pane-title {
  background: #fff;
  padding-left: 20px;
  line-height: 60px;
}
#node-48 .center-wrapper .panel-col-first h2.pane-title {
  /* color: #df0019; */
}

#node-48 .center-wrapper .pane-content {
  padding-top: 17px;
}

#node-48 .center-wrapper .pane-content a {
  display: block;
  width: 143px;
  line-height: 27px;
  color: #ffffff;

  padding: 0 0 0 20px;
  margin-right: 10px;

  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;:
}

#node-48 .center-wrapper .panel-col-first .pane-content a,
#node-48 .center-wrapper .panel-col-last .pane-content a {
  background: #df0019 url('img/arrow-menu-2nd.png') no-repeat 9px 7px;
}

#node-48 .panel-2col-stacked .panel-col-first .inside,
#node-48 .panel-2col-stacked .panel-col-last .inside {
  width: 286px;
}

#node-48 .panel-2col-stacked .panel-col-last .inside {
  float: right;
}

/* Node: Speaker */
#node-50 .speaker .view-content .first,
#node-105 .panel-first .first {
  margin-top: 0;
}

#node-50 .speaker .view-content .panel-rounded {
  /* overflow: auto; */
}

.spacer,
#node-50 .speaker .view-content .spacer {
  clear: both;
}

#node-50 .speaker .view-content .odd,
#node-50 .speaker .view-content .even,
#node-105 .speaker .view-content .odd,
#node-105 .speaker .view-content .even {
  background: #fff;
}

#node-50 .speaker .view-content .picture,
#node-50 .speaker .view-content .logo,
#node-105 .speaker .view-content .picture,
#node-105 .speaker .view-content .logo {
  float: left;
  width: 165px;
}

#node-50 .speaker .view-content .picture .imagefield-field_speaker_logo,
#node-105 .speaker .view-content .picture .imagefield-field_speaker_logo {
  padding-top: 15px;
}

.speaker .jobname {
  padding: 5px 0 0 0;
}


/*
#node-50 .speaker .view-content .odd .name,
#node-50 .speaker .view-content .odd .company {
  float: left;
}

#node-50 .speaker .view-content .odd .content {
  margin-left: 185px;
  margin-top: 55px;
}

#node-50 .speaker .view-content .even .company {
  float: right;
}
*/

#node-50 .speaker .view-content .even .content,
#node-105 .speaker .view-content .even .content {
  margin-right: 165px;
  margin-top: 55px;
}

#node-50 .speaker .view-content .odd .company a,
#node-50 .speaker .view-content .even .company a,
#node-105 .speaker .view-content .odd .company a,
#node-105 .speaker .view-content .even .company a {
  line-height: 27px;
  /*
  padding-left: 12px;
  background: url("img/arrow-red-white.png") no-repeat scroll 0 3px transparent;
  */
}

#node-50 .speaker .vita,
#node-105 .speaker .vita {
  margin-left: 165px;
}

/* FORM: Anmeldung */
/*
#node-8 .node-inner {
  background: #d20015;
  padding: 25px;

  box-shadow: 0px 0px 4px #39000a;
  -moz-box-shadow: 0px 0px 4px #39000a;
  -webkit-box-shadow: 0px 0px 4px #39000a;

  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

#node-8 .node-inner,
#node-8 h1.title {
  color: #ffffff;
}
*/

#webform-client-form-3,
#webform-client-form-8 {
  margin: 1em 0;
}

#webform-client-form-3 .webform-component-textfield .form-item,
#webform-client-form-3 .webform-component-email .form-item,
#webform-client-form-8 .webform-component-textfield .form-item,
#webform-client-form-8 .webform-component-email .form-item,
#webform-client-form-8 #webform-component-preis,
#webform-client-form-8 #edit-submitted-kino-wrapper {
  position: relative;
  width: 49%;
  float: left;
  
  margin: 0.5em 0;
}

#webform-client-form-8 #webform-component-opt .form-item {
  clear: both;
}

#webform-client-form-3 .webform-component-textarea .form-item {
  clear: both;
  position: relative;
  margin: 1em 0;
}

#webform-client-form-3 .webform-component-textfield .form-item,
#webform-client-form-3 .webform-component-email .form-item,
#webform-client-form-8 .webform-component-textfield .form-item,
#webform-client-form-8 .webform-component-email .form-item {
  height: 24px;
}


#webform-client-form-8 #webform-component-preis {
  font-weight: bold;
  padding-left: 5px;
}

#webform-client-form-3 #webform-component-subject .form-item,
#webform-client-form-8 #webform-component-opt .form-item .form-item {
  width: 100%;
  float: left
}

#webform-client-form-8 #webform-component-opt .form-checkboxes {
  margin-top: 0;
  margin-bottom: 0;
}

#webform-client-form-8 #webform-component-preis p {
  margin: 0;
}

#webform-client-form-3 .webform-component-textfield .form-item input,
#webform-client-form-3 .webform-component-email .form-item input,
#webform-client-form-8 .webform-component-textfield .form-item input,
#webform-client-form-8 .webform-component-email .form-item input {
  width: 245px;
  padding: 2px;
}

#webform-client-form-3 #edit-submitted-subject,
#webform-client-form-3 #edit-submitted-nachricht-wrapper * {
  width: 515px;
}

#webform-client-form-3 #edit-submitted-nachricht-wrapper {
  padding-top: 10px;
}

#webform-client-form-3 .webform-component-textfield .form-item label,
#webform-client-form-3 .webform-component-email .form-item label,
#webform-client-form-3 .webform-component-textarea .form-item label,
#webform-client-form-8 .webform-component-textfield .form-item label,
#webform-client-form-8 .webform-component-email .form-item label  {
  position: absolute;

  top: 5px;
  left: 5px;

  color: #000000;
  font-weight: normal;
}

#webform-client-form-3 #edit-submitted-nachricht-wrapper label {
  top: 15px;
}

#webform-client-form-8 #webform-component-opt label,
#webform-client-form-8 #webform-component-agb label {
  display: none;
}

#webform-client-form-8 #webform-component-opt .form-checkboxes label,
#webform-client-form-8 #webform-component-agb .form-checkboxes label {
  display: block;
  clear: both;
}

#webform-client-form-3 #webform-component-anrede *,
#webform-client-form-8 #webform-component-anrede * {
  display: inline;
  font-weight: normal;
}

#webform-client-form-8 #webform-component-plz .form-item {
  width: 65px;
}

#webform-client-form-8 #webform-component-plz .form-item input {
  width: 45px;
}

#webform-client-form-8 #webform-component-ort .form-item {
  width: 200px;
}

#webform-client-form-8 #webform-component-ort .form-item input {
  width: 180px;
}

#webform-client-form-3 #edit-actions,
#webform-client-form-8 #edit-actions {
  position: relative;
  height: 40px;
  clear: both;
  z-index: 10;
}

#webform-client-form-3 #edit-actions {
  width: 520px;
  padding-top: 10px;
}

#webform-client-form-8 #edit-actions #edit-next,
#edit-actions #edit-submit {
  position: absolute;
  right: 0;
}

#webform-client-form-8 .form-item input.error,
#webform-client-form-8 .form-item textarea.error,
#webform-client-form-8 .form-item select.error {
  /* padding: 0; */
}

#webform-component-agb_link {
  position: absolute;
  z-index: 11;
}

/* ANMLEDUNG ERFOLGREICH */
#node-54 h1 {
  display: none;
}

.thx .head {
  font-size: 32px;
  line-height: 100%;
}

.thx .head2 {
  font-size: 24px;
}

.thx .head,
.thx .head2 {
  line-height: 100%;
}

#node-54 .node-inner,
.webform-confirmation .thx {
  padding-bottom: 25px;
}


/* Presse */
#node-53 .node-inner {
  overflow: auto;
}

#node-53 .col-first {
  float: left;
  width: 360px;
}

#node-53 .linklist {
  /* margin-left: 390px; */
  width: 200px;
  float: right;
}

#node-53 .linklist a {
  background: url("img/arrow-red-white.png") no-repeat scroll 0 3px transparent;
  line-height: 27px;
  padding-left: 12px;
}

#node-53 .linklist li {
  border-bottom: 1px #df0019 solid;
}

#content-wrapper .feed-icons {
  display: none;
}

#content-wrapper input,
#content-wrapper textarea {
  font-size: 14px;
  line-height: 18px;
}

/* OVERLAY */
#overlay {
  display: none;
  position: absolute;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  z-index:100;
  
  width: 100%;
  height: 100%;
}

.bbq-content-trans {
  display: none;

  background: #000;
  position:fixed;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  z-index: 90;
    
  filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}


/* OVERLAY */
.bbq-item {
  width: 980px;
}

.bbq-item .ajax-content-wrapper {
  max-width: 700px;
  width: auto !important;  /* für moderne Browser */
  width: 700px;  /*für den IE */
  
  margin-left: 360px; /* The width of #sidebar-left. */
}

.bbq-item .content {
  background: #fff;
}

.bbq-item .node-type-person {
  margin-top: -150px;
}

.bbq-item #content-area {
  width: 600px;
  margin-left: 15px;
}

/* BTN */
#node-8 #edit-next {
  width: 150px;
  height: 33px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url('img/btn-next.png') no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

#node-8 #edit-previous {
  width: 150px;
  height: 33px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url('img/btn-angaben.png') no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

#node-8 #edit-submit {
  width: 150px;
  height: 33px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url('img/btn-buchen.png') no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

.link-button {
  margin-top: 15px;
}

#node-23 .flat {
  overflow: auto;
}

#node-23 .flat li {
  float: left;
}

#node-23 .flat .first {
  width: 52%;
}

#node-63 .content h2 {
  font-size: 24px;
  line-height: 100%;
}

#node-63 .content ul li,
#node-63 .content h2 {
  display: block;
  float: left;
}

#node-63 .content ul li a {
  margin-left: 30px;
}

#node-63 .content ul li.first a {
  margin-left: 0;
}

#agenda .time {
  float: left;
  font-weight: bold;
  padding-top: 6px;
}


#agenda .view-content li {
  position: relative;
}

#agenda h2,
#agenda h2.title,
#agenda .name,
#agenda .job,
#agenda .info {
  margin-left: 110px;
  margin-right: 165px;
}

#agenda .pane-2 .info {
  margin-right: 50px;
}

#agenda .pane-2 .info span {
  white-space: nowrap;
  font-style: italic;
}

#agenda .name a {
  line-height: 27px;
}

#agenda .logo {
  float: right;
  width: 150px;
}

.inline-wrapper {
  display: block;
  margin-top: -15px;
  clear: both;
}

.inline-image {
  float: left;
  padding: 15px 15px 0 0;
}

.inline-right {
  float: right;
  margin-left: 15px;
}

.nostyle {
  list-style: none outside none;
  padding: 0;
}

#edit-submitted-kino-wrapper label {
  clear: both;
  padding-bottom: 0.5em;
}

.nowrap {
  white-space: nowrap;
}

/* Partner */
.js .jshide {
  display: none;
}

.js #node-45 .pane-2 h2 {
  cursor: pointer;
}

/* Gallery */
.gallery li {
  display: block;
  float: left;
	line-height: 100%;
  padding: 15px 15px 0 0;
}

#video .view-content li {
	padding-top: 15px;
}