/* organizer
-----------------------------------------------------------------------------*/

body.body-org {
  background: url('https://event.pbplus.me/assets/bg_white_grey.png?1439366137') center top repeat-y;
}
@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi), (min-resolution: 1.3dppx) {
  body.body-org {
    background: url('https://event.pbplus.me/assets/bg_white_grey@2x.png?1439366137') center top repeat-y;
    background-size: 2560px 150px;
  }
}
body.body-org .page-content {
  padding-bottom: 80px;
  /* must be same height as the footer */
}
body.body-org .page-content .container {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
body.body-org footer.footer-simple {
  height: 80px;
  margin-top: -80px;
  /* negative value of footer height */
}

.wrapper-org .side-org-block {
  float: left;
  width: 290px;
  margin: 30px 0 40px;
  background: url('https://event.pbplus.me/assets/bg_white_pattern.png?1439366137');
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: #e0e0e0 1px solid;
}
@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi), (min-resolution: 1.3dppx) {
  .wrapper-org .side-org-block {
    background: url('https://event.pbplus.me/assets/bg_white_pattern@2x.png?1439366137');
    background-size: 150px 150px;
  }
}
.wrapper-org .side-org-block .side-org-inner {
  margin: 20px;
}
.wrapper-org .side-block.side-org {
  float: left;
  border: none;
  border-radius: 0;
  background: none;
  width: 290px;
  padding: 0 0 50px;
  margin: 0;
}
.wrapper-org .side-block.side-org img {
  max-width: 100%;
}
/*.wrapper-org .main-block.main-org {
  margin: 0;
  width: 580px;
  min-height: 470px;
  word-wrap: break-word;
}*/

nav.navbar.navbar-org {
  color: #fff;
  height: auto;
}
nav.navbar.navbar-org .container {
  min-height: 45px;
  height: auto;
  padding: 10px 0;
}
nav.navbar.navbar-org .container h1 {
  line-height: 1.5em;
}
nav.navbar.navbar-org .owner-actions {
  background: #323530;
}
nav.navbar.navbar-org .owner-actions .container {
  min-height: 0;
  height: auto;
  padding: 3px 0 2px;
}
nav.navbar.navbar-org .owner-actions ul {
  text-align: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.navbar.navbar-org .owner-actions ul li {
  display: inline;
  margin-left: 20px;
}
nav.navbar.navbar-org .owner-actions a {
  color: #888;
}
nav.navbar.navbar-org .owner-actions a:hover {
  color: #ccc;
}

ul.info-org {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.info-org i {
  margin-right: 8px;
}

.title-xl a.rss-feed {
  margin-left: 5px;
}
.title-xl a.rss-feed i {
  color: #e3780f;
  font-size: 0.92em;
}

.fixed-top {
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 999;
}

.fixed-bottom {
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 999;
}

.aside {
  clear: both;
  margin-bottom: 40px;
}

.side-title-org {
  margin-bottom: 10px;
  font-size: 20px;
}

.side-org-block img.img-org {
  display: block;
  max-width: 100%;
  max-height: 250px;
  margin: 0 auto 20px;
  border: #e0e0e0 1px solid;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.side-org-block ul.info-org {
  margin-top: 0;
  margin-bottom: 20px;
}
.side-org-block .btn-point {
  text-align: center;
  margin: 0 0 20px;
  padding: 0;
}

.main-block.main-org .featured .nav-tabs.organizerMobile li {
    width: 33.33333333%;
}

.main-block.main-org .featured .nav-tabs.organizerMobile li span.eventNum {
    color: #f39700;
}

.main-block.main-org p {
  margin-bottom: 1em;
}
.main-block.main-org .directive-link {
  margin-bottom: 5px;
}
.main-block.main-org .directive-link i {
  margin-right: 5px;
  color: #f39700;
}
.main-block.main-org .no-data {
  background: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: #e0e0e0 1px solid;
  margin-bottom: 15px;
  padding: 15px;
}
.main-block.main-org img {
  max-width: 100%;
  height: auto !important;
}

/* event page
-----------------------------------------------------------------------------*/

body.body-event {
  background: #dedede;
}
.body-event .pageMobile { 
  padding-bottom: 0px;
  padding-top: 40px;
}
.event-info a:focus {
  color: #f39700;
  text-decoration: underline;
} 
.body-event .pageMobile .content-wrapper {
  padding-bottom: 8px; 
}
.header {
  background: #252824;
  color: #fff;
}  
.header .header-title {
  padding: 20px 14px;
}  
.header .header-title h1 {
  display: inline;
  line-height: 40px;
  word-wrap: break-word;
}
/*.header .header-title h1.eventPageTitle:before {
  content:'「 ';
}
.header .header-title h1.eventPageTitle:after {
  content:' 」';
}*/
.og-banner {
  background: #fff;
}
.og-banner img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.event-info {
  background: #f7f7f7;
  padding: 12px 30px;
  border-bottom: #e5e5e5 1px solid;
  color: #444444;
}
.event-info li.infoStyle{
  padding: 6px 0px;
}
.event-info ul li div.qa_content {
  background:url(../img/common/bg_header.png) repeat center top;
  border: #e5e5e5 1px solid;    
  margin: 10px 0;
  padding: 14px 16px 6px 20px;
  font:normal 14px/30px "微軟正黑體", Arial, Verdana, sans-serif;
}
.event-info .intro-title span a {
  white-space: nowrap;
}
.organizers {
  background: #f5f5f5 url(../img/common/bg_line.png) repeat center top;
  line-height: 50px;
  border-bottom: #e5e5e5 1px solid;  
}
.co-organizers {
  background: #f5f5f5 url(../img/common/bg_line.png) repeat center top;
  line-height: 30px;
  border-bottom: #e5e5e5 1px solid;
}
.joinEvent {
  font-size: 0;
  background: #f5f5f5;
  float: center;
  text-align: center;    
  line-height: 80px;
  padding: 26px 30px 20px 30px;
  border-bottom: #e5e5e5 1px solid;
}
.joinEvent.fixed-bottom {
  line-height: 0;
  box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.5);
}
.organizers, .main, .co-organizers {
  padding: 0 30px;
}
.organizers li.org-left{
  float: left;    
}
.organizers span.org-link{
  margin-left: 7px;
  font-size: 12px;
}
.co-organizers li.org-left{
  float: left;
  padding: 10px 0;    
}
.organizers .btn-point {
  display: inline;
  float: right;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-right: -30px;
  padding: 0 40px;
  height: 50px;
  background-color: #f39700;
  box-shadow: rgba(0,0,0,0.1) 0 -2px 0 inset;
  line-height: 50px;
}
.main {
  background: #f7f7f7; 
  border-bottom: #e5e5e5 1px solid;  
}
.description {  
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  padding: 30px 0;
  word-wrap: break-word;
  float: left;
  line-height: 1.4em;
  color: #333;
}
.description img{
    width: 100%;
    padding: 10px 0;
}
.eventCategory { 
  display: table; 
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  padding: 30px 0 0 0;
  word-wrap: break-word;
  float: left;
  line-height: 1.4em;
  color: #333;
}
/*.eventCategory li{
  display: inline-block;
}
.eventCategory .btn-category {
  display: inline;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 33.33333%;
  height: 50px;
  padding: 15px 103.9px;   
  position: relative;    
  background: #f5f5f5 url(../img/common/bg_header.png)repeat center top;
  border: #afafaf 1px solid;
  line-height: 50px;
}*/
.eventCategory li{ 
    width: auto;
    line-height: 0;
    text-align: center;
    margin: 0px;
    padding: 0px;
    display: table-cell;
    list-style: none;
}
.eventCategory .btn-category {
  padding: 0 10px;
  width: 100%;
  font: normal 14px "微軟正黑體", Arial, Verdana, sans-serif;
  color: #777;
  background: #f5f5f5 url(../img/common/bg_header.png)repeat center top;
  border: #afafaf 1px solid;
  line-height: 50px;
  z-index: 4;
  display: inline-block;
  letter-spacing: 1px;
  border-radius: 2px;
  text-transform: uppercase;
  position: relative;
}
  .eventCategory .btn-category:hover {
    padding: 0 10px;
    width: 100%;
    font: normal 14px "微軟正黑體", Arial, Verdana, sans-serif;
    color: #f39700;
    background: #f5f5f5 url(../img/common/bg_header.png)repeat center top;
    border: #f39700 1px solid;
    line-height: 50px;
    z-index: 4;
    display: inline-block;
    letter-spacing: 1px;
    border-radius: 2px;
    text-transform: uppercase;
    position: relative;
  }
    .eventCategory .btn-category.active{
    padding: 0 10px;
    width: 100%;
    font: normal 14px "微軟正黑體", Arial, Verdana, sans-serif;
    color: #f39700;
    background: #f5f5f5 url(../img/common/bg_header.png)repeat center top;
    border: #f39700 1px solid;
    line-height: 50px;
    z-index: 4;
    display: inline-block;
    letter-spacing: 1px;
    border-radius: 2px;
    text-transform: uppercase;
    position: relative;
  } 
.joinEvent .btn-point {
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: calc(50% - 10px);
  height: 50px;
  margin: 0 5px;
  padding: 0px;   
  position: relative;    
  background-color: #f39700;
  box-shadow: rgba(0,0,0,0.1) 0 -2px 0 inset;
  line-height: 50px;
  overflow: hidden;
}
.joinEventMobile {
  background: rgba(243, 151, 0, 0.91111);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.8);
  position: fixed;
  bottom: 0;
  left: 0;
  float: center;
  text-align: center;     
  z-index: 100;
  width: 100%;
  height: 70px;
  padding: 10px;
}
.joinEventMobile a.btn-point{
    color: #ffffff;
}
.joinEventMobile a.btn-point:hover{
    color: #ffffff;
}
.joinEventMobile .btn-point {
  display: inline;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 100%;
  height: 50px;
  padding: 15px 120px;   
  position: relative;    
  background-color: #f39700;
  box-shadow: rgba(255,255,255,0.1) 0 -2px 0 inset;
  border: #ffffff 1px solid;
  line-height: 50px;
}
.new .fa.fa-star {
    /*background: url(../img/common/new.svg) no-repeat left top;*/   
    color: rgb(243, 151, 0);
}

@media (min-width: 1200px) {
  body.body-event .pageMobile .container  {
    width: 940px;
  }
  .joinEventMobile {
    display: none;
  }  
}

@media only screen and (min-width: 1024px) {
  .joinEventMobile {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .joinEventMobile {
    display: none;
  }
}    
@media (max-width: 768px) {
  body.body-event .wrapper .page-content.pageMobile {
    padding-top: 40px;/* mobile 1st line top */
    padding-bottom: 0px;
  }
  body.body-event .pageMobile .container  {
    width: 96%; 
  }
  .joinEventMobile {
    display: none;
  }      
}
@media (min-width: 320px) and (max-width: 480px) {
  .organizers li.org-left{
    width: 100%;
    line-height: 20px;
    margin: 20px 0;
  }
  .organizers li.org-right{
    width: 100%;
    position: relative;          
  }
  .co-organizers li.org-left{
    width: 100%;    
  }  
  .organizers li.org-right .btn-point {
    width: 100%;
    float: left; 
    text-align: center;
    margin: 0 0 20px;
    padding: 0;   
    position: relative;      
  } 
  .joinEvent { 
    display: none;       
  } 
  .joinEventMobile {
    display: block;
  }     
}

@media (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 1200px) and (min-resolution: 124.8dpi), (min-width: 1200px) and (min-resolution: 1.3dppx) {
  body.body-org {
    background: url('https://event.pbplus.me/assets/bg_white_grey_xl@2x.png?1439366137') center top repeat-y;
    background-size: 2560px 150px;
  }
}

@media (min-width: 1200px) {
  .wrapper-org .main-block.main-org {
    width: 805px;   
  }
}
@media (max-width: 979px) {
  body.body-org {
    background: url('https://event.pbplus.me/assets/bg_white_grey_m.png?1439366137') center top repeat-y;
  }
}
@media (max-width: 979px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 979px) and (min-resolution: 124.8dpi), (max-width: 979px) and (min-resolution: 1.3dppx) {
  body.body-org {
    background: url('https://event.pbplus.me/assets/bg_white_grey_m@2x.png?1439366137') center top repeat-y;
    background-size: 2560px 150px;
  }
}

@media (max-width: 979px) {
  .wrapper-org .side-org-block {
    width: 223px;
    margin: 30px 0 40px;
  }
  .wrapper-org .side-block.side-org {
    width: 225px;
    padding: 0 0 50px;
  }
  .wrapper-org .main-block.main-org {
    width: 490px;
    /*padding: 30px 0 50px;*/
  }
  .eventCategory .btn-category {
    width: 100%;
    font: normal 14px "微軟正黑體", Arial, Verdana, sans-serif;
    color: #777;
    background: #f5f5f5 url(../img/common/bg_header.png)repeat center top;
    border: #afafaf 1px solid;
    line-height: 50px;
    z-index: 4;
    display: inline-block;
    letter-spacing: 1px;
    border-radius: 2px;
    text-transform: uppercase;
    position: relative;
  }
  .eventCategory .btn-category:hover, .eventCategory .btn-category.active{
    width: 100%;
    font: normal 14px "微軟正黑體", Arial, Verdana, sans-serif;
    color: #f39700;
    background: #f5f5f5 url(../img/common/bg_header.png)repeat center top;
    border: #f39700 1px solid;
    line-height: 50px;
    z-index: 4;
    display: inline-block;
    letter-spacing: 1px;
    border-radius: 2px;
    text-transform: uppercase;
    position: relative;
  }      
}
@media (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 768px) and (min-resolution: 124.8dpi), (max-width: 768px) and (min-resolution: 1.3dppx) {
  body.body-org {
    background: url('https://event.pbplus.me/assets/bg_white_pattern@2x.png?1439366137') repeat;
    background-size: 150px 150px;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 1.05em;
  }

  /*.container {
    width: 90%;
  }*/

  body.body-org {
    background: url('https://event.pbplus.me/assets/bg_white_pattern.png?1439366137') repeat;
  }    
  .wrapper-org .side-org-block {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .wrapper-org .side-org-block .side-org-inner {
    position: relative;
    overflow: hidden;
  }
  .wrapper-org .side-org-block img.img-org {
    max-width: 50%;
    float: left;
    margin-bottom: 20px;
  }
  .wrapper-org .side-org-block ul {
    float: right;
    width: 45%;
  }
  .wrapper-org .side-org-block .btn-point {
    width: 45%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .wrapper-org .side-block.side-org {
    float: none;
    width: 100%;
    padding-top: 30px;
  }
  .wrapper-org .main-block.main-org {
    width: 100%;
    float: none;
    padding-bottom: 20px;
  }

  nav.navbar.navbar-org .container h1 {
    font-size: 1.5em;
  }

  body.body-org .page-content {
    padding-bottom: 100px;
    /* must be same height as the footer */
  }
  body.body-org footer.footer.footer-simple {
    height: 100px;
    margin-top: -100px;
  }
  body.body-org footer.footer.footer-simple .container {
    padding-top: 15px;
  }
  body.body-org footer.footer.footer-simple .language, body.body-org footer.footer.footer-simple a.logo.pull-right {
    float: none;
  }
  body.body-org footer.footer.footer-simple a.logo.pull-right {
    margin: 20px auto 0;
  }
}
@media (min-width: 481px) and (max-width: 576px) {
  .eventCategory .btn-category {
    width: 100%;
    font: normal 14px "微軟正黑體", Arial, Verdana, sans-serif;
    color: #777;
    background: #f5f5f5 url(../img/common/bg_header.png)repeat center top;
    border: #afafaf 1px solid;
    line-height: 50px;
    z-index: 4;
    display: inline-block;
    letter-spacing: 1px;
    border-radius: 2px;
    text-transform: uppercase;
    position: relative;
  }
  .eventCategory .btn-category:hover, .eventCategory .btn-category.active {
    width: 100%;
    font: normal 14px "微軟正黑體", Arial, Verdana, sans-serif;
    color: #f39700;
    background: #f5f5f5 url(../img/common/bg_header.png)repeat center top;
    border: #f39700 1px solid;
    line-height: 50px;
    z-index: 4;
    display: inline-block;
    letter-spacing: 1px;
    border-radius: 2px;
    text-transform: uppercase;
    position: relative;
  } 
}
@media (min-width: 320px) and (max-width: 480px) {
  body {
    font-size: 1.1em;
  }

  .wrapper-org .side-org-block {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .wrapper-org .side-org-block img.img-org {
    max-width: 100%;
    float: none;
  }
  .wrapper-org .side-org-block ul {
    float: none;
    width: 100%;
  }
  .wrapper-org .side-org-block .btn-point {
    width: 100%;
    position: relative;
  }
  .eventCategory .btn-category {
    padding: 0 8px;
    width: 100%;
    font: normal 14px "微軟正黑體", Arial, Verdana, sans-serif;
    color: #777;
    background: #f5f5f5 url(../img/common/bg_header.png)repeat center top;
    border: #afafaf 1px solid;
    line-height: 50px;
    z-index: 4;
    display: inline-block;
    letter-spacing: 1px;
    border-radius: 2px;
    text-transform: uppercase;
    position: relative;
  }
  .eventCategory .btn-category:hover, .eventCategory .btn-category.active {
    padding: 0 8px;
    width: 100%;
    font: normal 14px "微軟正黑體", Arial, Verdana, sans-serif;
    color: #f39700;
    background: #f5f5f5 url(../img/common/bg_header.png)repeat center top;
    border: #f39700 1px solid;
    line-height: 50px;
    z-index: 4;
    display: inline-block;
    letter-spacing: 1px;
    border-radius: 2px;
    text-transform: uppercase;
    position: relative;
  }
  .eventCategory li > a.btn-category .fa, .eventCategory li > a.btn-category .badge {
    display: none;
  } 
}

/* Abaw */
.event-form-checkout-options li {
  padding-top: 3px;
}

.event-form-checkout-options .item-description {
  color: lightcoral;
  line-height: 30px;
  display: block;
}

.formSingleChoiceLabel, .formMultipleChoiceLabel {
  padding-right: 10px;
}

.event-form-calendar {
  display: none;
}

@-moz-document url-prefix() {
  input[type="checkbox"], input[type="radio"] {
    margin-top: 0;
  }
}