@import url(http://fonts.googleapis.com/css?family=Capriola);
.header-container {
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 !important;
  background: url(/static/portal/img/nav-bg.png) repeat-x 0px 0px;
}
.header-container .header-container-inner #header .logo {
  float: left;
  padding: 5px 0px;
  width: 160px;
}
.header-container .header-container-inner #header .logo a {
  font-size: 35px;
  font-family: 'pacifico';
  color: #FFFFFF;
  text-decoration: none;
}
.header-container .header-container-inner #header .menus {
  font-weight: 400;
  font-size: 18px;
  float: right;
  padding-top: 20px;
  list-style: none;
}
.header-container .header-container-inner #header .menus li {
  position: relative;
  float: left;
  margin-left: 30px;
}
.header-container .header-container-inner #header .menus li a {
  text-decoration: none;
  color: #FFFFFF;
}
.header-container .header-container-inner #header .menus li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
#header {
  height: 70px;
}
#header:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
@media (max-width: 767px) {
  #cssmenu {
    display: none;
  }
}
#cssmenu {
  float: right;
  zoom: 1;
  height: 63px;
  background: url(/static/portal/img/bottom-bg.png) repeat-x center bottom;
  border-radius: 2px;
  width: auto;
}
#cssmenu ul {
  background: url(/static/portal/img/nav-bg.png) repeat-x 0px 4px;
  height: 59px;
  font-family: 'Capriola', sans-serif;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#cssmenu ul li {
  float: left;
  list-style: none;
}
#cssmenu ul li a {
  display: block;
  height: 59px;
  padding: 22px 30px 0;
  margin: 4px 2px 0;
  border-radius: 2px 2px 0 0;
  text-decoration: none;
  font-size: 15px;
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  font-weight: 400;
  opacity: .9;
}
#cssmenu ul li a:hover,
#cssmenu ul li.active a {
  background: url(/static/portal/img/color.png) center bottom;
  margin-top: 0px;
  padding-top: 26px;
  color: #004f7c;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.55);
  opacity: 1;
}
#footer {
  background-color: #48555E;
}
.footer-inner .welcome {
  text-align: center;
  color: #dde6ec;
  font-size: 30px;
  font-weight: 600;
}
.footer-inner .social {
  height: 100px;
  text-align: center;
  border-bottom: 2px solid #4e5d67;
  box-shadow: inset 0 -2px 0 #414e55;
  -moz-box-shadow: inset 0 -2px 0 #414e55;
  -webkit-box-shadow: inset 0 -2px 0 #414e55;
  -ms-box-shadow: inset 0 -2px 0 #414e55;
  margin-top: 10px;
}
.footer-inner .social .social-icon {
  display: inline-block;
  height: 70px;
  width: 70px;
  text-indent: -9999px;
  text-decoration: none;
}
.footer-inner .social .facebook {
  background: transparent url(/static/portal/img/social_icons/facebook.png) no-repeat;
}
.footer-inner .social .twitter {
  background: transparent url(/static/portal/img/social_icons/twitter.png) no-repeat;
}
.footer-inner .social .linkedin {
  background: transparent url(/static/portal/img/social_icons/linkedin.png) no-repeat;
}
.footer-inner .sitemap {
  margin-top: 50px;
  padding: 0px 30px;
}
.footer-inner .sitemap .sitemap-item .sitemap-title {
  font-size: 18px;
  color: #FFFFFF;
}
.footer-inner .sitemap .sitemap-item .sitemap-list {
  margin-left: -30px;
  list-style: none;
  color: #90a0aa;
}
.footer-inner .sitemap .sitemap-item .sitemap-list li:before {
  content: "- ";
}
.footer-inner .sitemap .sitemap-item .sitemap-list li {
  font-size: 16px;
}
.footer-inner .sitemap .sitemap-item .sitemap-list li a {
  color: #90a0aa;
  text-decoration: none;
}
.footer-inner .logo {
  font-family: 'pacifico';
  font-size: 40px;
  color: #dde6ec;
  margin: 50px auto;
  text-align: center;
}
.sitemap-item {
  float: left;
  width: 33.333%;
}
@media (max-width: 767px) {
  .sitemap-item {
    float: none;
    width: auto;
  }
}
.clients-inner .clients-title {
  text-align: center;
  font-weight: bold;
}
.clients-inner .clients-list {
  padding: 20px;
}
.clients-inner .clients-list .single-client {
  float: left;
  overflow: hidden;
}
.clients-inner .clients-list .single-client img {
  height: 70px;
  padding: 15px 15px;
}
.clients-inner .clients-list .single-client .event-name {
  text-align: center;
  padding: 5px 0px;
}
.clients-inner .clients-sotries {
  margin: 20px 0px;
}
.clients-inner .clients-sotries .single-story {
  padding: 10px;
}
.clients-inner .clients-sotries .single-story .story-content {
  min-height: 150px;
  font-size: 13px;
  vertical-align: middle;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.07), inset -8px -8px 0px 1px #f2f2f2, inset 8px 8px 0px 1px #f2f2f2, inset 8px -8px 0px 1px #f2f2f2, inset -8px 8px 0px 1px #f2f2f2, inset 9px -9px 0px 1px rgba(0, 0, 0, 0.07), inset -9px -9px 0px 1px rgba(0, 0, 0, 0.07);
  color: #999;
}
.clients-inner .clients-sotries .single-story .story-from {
  margin: 20px 0px;
  text-align: center;
}
.clients-inner .clients-sotries .single-story .story-from img {
  height: 50px;
}
.single-story {
  width: 50%;
  float: left;
}
@media (max-width: 767px) {
  .single-story {
    width: auto;
    float: none;
  }
}
.arrow_box:after,
.arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_box:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #88b7d5;
  border-width: 30px;
  margin-left: -30px;
}
.arrow_box:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #c2e1f5;
  border-width: 36px;
  margin-left: -36px;
}
#marketing {
  background-color: #0487BF;
  min-height: 500px;
}
.marketing-inner .marketing-title {
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
}
.marketing-inner .marketing-content {
  color: #FFFFFF;
  padding-top: 40px;
}
.marketing-inner .marketing-content .double-side {
  padding: 0px 30px;
}
.marketing-inner .marketing-content .double-side .market-item {
  margin: 30px 0px;
}
.marketing-inner .marketing-content .double-side .market-item .item-title {
  font-size: 16px;
  font-weight: bold;
}
.marketing-inner .marketing-content .double-side .market-item .item-title img {
  margin-right: 10px;
  float: left;
  width: 45px;
}
.marketing-inner .marketing-content .double-side .market-item .item-content {
  font-size: 13px;
  color: #e3e3e3;
  padding: 5px 0px 0px 50px;
}
.marketing-inner .marketing-content .divider {
  margin-top: 20px;
  float: left;
  width: 1px;
  height: 200px;
  background-color: #FFFFFF;
}
.double-side {
  float: left;
  width: 49%;
}
@media (max-width: 767px) {
  .double-side {
    float: none;
    width: auto;
  }
}
#apps {
  background-color: #217CA3;
  min-height: 400px;
}
.apps-inner .apps-title {
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
}
.apps-inner .apps-content .row-one {
  width: 100%;
}
.apps-inner .apps-content .row-two {
  margin: 0 auto;
}
.apps-inner .apps-content .row-two .apps-item {
  width: 100%;
}
.apps-item {
  text-align: center;
  float: left;
  width: 33.333%;
  padding: 20px;
  color: #FFFFFF;
}
.apps-item .single-app-title {
  font-size: 16px;
  font-weight: bold;
}
.apps-item .single-app-content {
  margin: 10px 0px;
  font-size: 14px;
}
.row-two {
  width: 33.333%;
}
@media (max-width: 767px) {
  .apps-item {
    width: 100%;
  }
  .row-two {
    width: 100%;
  }
}
.content-deck {
  width: 80%;
  margin: 0 auto;
}
h5 {
  font-size: 16px;
  text-transform: uppercase;
}
/* deck */
.accordion-heading #mobile-agenda h5:before {
  content: '3 ';
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  border-bottom: 1px solid #d0d0d0;
}
.accordion-group a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.accordion-group:last-of-type {
  border-bottom: none;
}
.feature-focus {
  background: #e6e6e6;
}
.accordion-heading {
  border-bottom: 0;
}
/* icons */
/*
.accordion-heading h5:before {
    font-family: "pictosregular";
    width: 20px;
    margin-left: -30px;
    margin-right: 5px;
    color: #b3b3b3;
}
*/
.accordion-heading h5 {
  color: #777;
  text-decoration: none;
  font-weight: 600;
  padding-left: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion-group .in,
.accordion-group a:hover,
.accordion-group a:active {
  background: #e6e6e6;
}
.accordion-heading a:hover,
.accordion-heading a:focus,
.accordion-heading a:active,
.accordion-heading a:hover h5,
.accordion-heading a:focus h5,
.accordion-heading a:active h5 {
  text-decoration: none !important;
  color: #0072C6;
  /*#1f9fca;*/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion-heading .feature-focus h5 {
  color: #0072C6;
  margin-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 0px 15px 15px 20px;
}
.header-title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
  font-weight: 100;
}
#the-features {
  width: 50%;
  float: left;
}
.phone-right {
  width: 40%;
  margin-left: 60%;
}
.phone-right .iphone {
  background-image: url('/static/portal/img/iphone-5.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center 0px;
  width: 100%;
  height: 600px;
  padding: 68px 0px 0px 33px;
}
.phone-right .download {
  margin-top: 30px;
  text-align: center;
}
.phone-right .f1 .img-inner {
  background-image: url('/static/portal/img/screenshot/event-app-mainmenu.png');
}
.phone-right .f2 .img-inner {
  background-image: url('/static/portal/img/screenshot/event-app-agenda.png');
}
.phone-right .f3 .img-inner {
  background-image: url('/static/portal/img/screenshot/event-app-profiledetail.png');
}
.phone-right .f4 .img-inner {
  background-image: url('/static/portal/img/screenshot/event-app-twitter.png');
}
.phone-right .f5 .img-inner {
  background-image: url('/static/portal/img/screenshot/event-app-announcement.png');
}
.phone-right img {
  width: 100%;
}
.img-inner {
  background-repeat: no-repeat;
  height: 450px;
}
@media (max-width: 767px) {
  .phone-right {
    display: none;
  }
  #the-features {
    width: 100%;
  }
}
#slides {
  margin-top: -21px;
  height: 500px;
  font-size: 30px;
  text-align: center;
  padding: 0px !important;
  background-image: url('/static/tab/img/banner.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.carousel-inner .item {
  height: 500px;
}
.carousel-inner .item .carousel-caption {
  top: 0;
  padding: 100px 0px 0px 0px;
}
.carousel-inner .item .carousel-caption .slide-detail {
  color: #3f484b;
  float: left;
  text-align: left;
  padding: 20px;
}
.carousel-inner .item .carousel-caption .slide-detail .slide-title {
  font-weight: 600;
}
.carousel-inner .item .carousel-caption .slide-detail .slide-content {
  color: #585858;
  margin-top: 30px;
}
.carousel-inner .item .carousel-caption .slide-detail .slide-content .navigate {
  margin-top: 20px;
}
.carousel-inner .item .carousel-caption .slide-image {
  background-image: url('/static/portal/img/iphone-5.png');
  background-repeat: no-repeat;
  margin-top: -60px;
  background-size: auto 100%;
  background-position: center center;
  float: left;
  height: 450px;
}
.carousel-inner .item .carousel-caption .slide-image img {
  height: 323px;
  margin-top: 66px;
}
.slide-detail {
  width: 70%;
}
.slide-image {
  width: 30%;
}
.slide-content {
  font-size: 20px;
}
@media (max-width: 767px) {
  .slide-detail {
    float: none;
    width: auto;
  }
  .slide-image {
    display: none;
  }
  .slide-content {
    font-size: 14px;
  }
}
#slide-1 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#slide-2 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#slide-3 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#slide-4 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.carousel-caption {
  text-shadow: none;
  left: 5%;
  right: 5%;
}
.carousel-control {
  top: 50%;
  bottom: auto;
  z-index: 1000;
  width: 5%;
}
#download {
  background-color: #42a0d9;
}
.download-inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px;
}
.download-inner .download-title {
  color: #FFFFFF;
  text-align: center;
}
.download-inner .download-item {
  margin-top: 50px;
  text-align: center;
}
.download-inner .download-item .link {
  margin-top: 30px;
}
.download-item {
  float: left;
  width: 50%;
}
@media (max-width: 767px) {
  .download-item {
    float: none;
    width: auto;
  }
}
.menu-toggle {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 60px;
  color: #cccccc;
  font-size: 28px;
  text-align: center;
  display: none;
}
@media (max-width: 767px) {
  .menu-toggle {
    display: block;
  }
}
.mobile-menu {
  background-color: #48555e;
  position: absolute;
  top: 0;
  right: 0;
  height: 1500px;
  width: 200px;
  display: none;
}
.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
}
.mobile-menu ul li {
  border-bottom: 1px solid #3d484f;
  padding: 20px 20px;
}
.mobile-menu ul li a {
  color: #fbfdfe;
  display: block;
  text-decoration: none;
}
.mobile-menu ul li:hover {
  background-color: #3d484f;
}
.hidden {
  display: none;
}
.mobile-menu-open #container {
  right: 0;
}
@media (max-width: 767px) {
  .mobile-menu-open #container {
    right: 200px;
  }
  .mobile-menu {
    display: block;
  }
}
#ems {
  background-color: #DDE6EC;
}
.ems-inner .ems-title {
  text-align: center;
  text-weight: bold;
}
.ems-inner .ems-desc {
  font-size: 14px;
  width: 80%;
  margin: 20px auto;
}
.ems-inner .ems-preview {
  width: 450px;
  margin: 20px auto;
  text-align: center;
}
.ems-inner .ems-preview img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .ems-inner .ems-preview {
    width: 300px !important;
  }
}
.ems-inner .ems-entries {
  text-align: center;
}
.ems-desc {
  text-align: center;
}
@media (max-width: 767px) {
  .ems-desc {
    text-align: left;
  }
}
html {
  height: 100%;
}
body {
  background-color: #fbfbfe;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}
#viewport {
  overflow: hidden;
}
#viewport #container {
  padding-top: 80px;
  min-width: 320px;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease-in-out 150ms;
  -moz-transition: all ease-in-out 150ms;
  -ms-transition: all ease-in-out 150ms;
  transition: all ease-in-out 150ms;
  overflow-x: hidden;
  position: relative;
}
#viewport #container .content-block {
  width: 100%;
  min-height: 50px;
  padding: 30px 0;
}
.content {
  width: 1000px;
  margin: 0 auto;
}
.section-title {
  font-size: 30px;
}
@media (max-width: 767px) {
  .content {
    width: auto;
  }
  .section-title {
    font-size: 25px;
  }
}
