@media print {
  .non-printable {
    display: none !important;
  }
  .printable {
    display: block;
    border: 0 !important;
  }
}

/* fixes unnecessary horizontal scrollbar created from toTop plugin */
/* Wrapper for page content to push down footer */

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px;
  /* Negative indent footer by it's height */
}
/* Set the fixed height of the footer here */

#push,
#footer {
  height: 60px
}
/* Lastly, apply responsive CSS fixes as necessary */

@media (max-width: 767px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container .credit {
  margin: 20px 0;
  text-align: center;
}

.muted {
  color: #999999;
}

#paper {
  overflow: hidden;
  font: normal 3.571em/1.335em "Raleway Dots", arial, sans-serif;
  margin: 0 auto 10px;
  min-height: 3in;
  padding: 0px 5px;
  max-height: 7in;
  position: relative;
  text-align: left;
  word-spacing: 20px;
  font-weight: 500;
  border: 1px solid #d2d2d2;
  background: #fff;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#d9eaf3), color-stop(4%, #fff)) 0 4px !important;
  background: -webkit-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px !important;
  background: -moz-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px !important;
  background: -ms-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px !important;
  background: -o-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px !important;
  background: linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px !important;
  -webkit-background-size: 100% 20px !important;
  -moz-background-size: 100% 20px !important;
  -ms-background-size: 100% 20px !important;
  -o-background-size: 100% 20px !important;
  background-size: 100% 22px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}
.spacer {
  height: 40px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}

h3 {
  margin-bottom: 25px;
  text-align: center;
}

.navbar {
  margin-bottom: -20px;
}

.navbar-toggle .icon-bar {
  background-color: #666;
}

.navbar-header .navbar-toggle:hover {
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

#navbar a {
  color: #999 !important;
}

#toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#print ol li img {
  border: 1px solid #aaa;
  margin-bottom: 10px;
}

.btn-simple {
  opacity: .8;
  color: #666666;
  background-color: transparent;
}

.btn-simple:hover,
.btn-simple:focus {
  background-color: transparent;
  box-shadow: none;
  opacity: 1;
}

.btn-simple i {
  font-size: 16px;
}

h3 small {
  font-size: 60%;
}
/* entire container, keeps perspective */

.card-container {
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
  margin-bottom: 30px;
}
/* flip the pane when hovered */

.card-container:not(.manual-flip):hover .card,
.card-container.hover.manual-flip .card {
  -webkit-transform: rotateY( 180deg);
  -moz-transform: rotateY( 180deg);
  -o-transform: rotateY( 180deg);
  transform: rotateY( 180deg);
}

.card-container.static:hover .card,
.card-container.static.hover .card {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}
/* flip speed goes here */

.card {
  -webkit-transition: -webkit-transform .5s;
  -moz-transition: -moz-transform .5s;
  -o-transition: -o-transform .5s;
  transition: transform .5s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}
/* hide back of pane during swap */

.front,
.back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
}
/* front pane, placed above back */

.front {
  z-index: 2;
}
/* back, initially hidden pane */

.back {
  -webkit-transform: rotateY( 180deg);
  -moz-transform: rotateY( 180deg);
  -o-transform: rotateY( 180deg);
  transform: rotateY( 180deg);
  z-index: 3;
}

.back .btn-simple {
  position: absolute;
  left: 0;
  bottom: 4px;
}
/*        Style       */

.card {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 4px;
  color: #444444;
}

.card-container,
.front,
.back {
  width: 100%;
  height: 420px;
  border-radius: 4px;
}

.card .cover {
  height: 105px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}

.card .cover img {
  width: 100%;
}

.card .user {
  border-radius: 50%;
  display: block;
  height: 120px;
  margin: -55px auto 0;
  overflow: hidden;
  width: 120px;
}

.card .user img {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 4px solid #FFFFFF;
  width: 100%;
}

.card .content {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  padding: 10px 20px 20px;
}

.card .content .main {
  min-height: 160px;
}

.card .back .content .main {
  height: 215px;
}

.card .name {
  font-size: 22px;
  line-height: 28px;
  margin: 10px 0 0;
  text-align: center;
  text-transform: capitalize;
}

.card .back .main p {
  padding-bottom: 20px;
  text-align: center;
}

.card .front h5 {
  margin: 5px 0;
  font-weight: 400;
  line-height: 20px;
  margin-left: calc(50% - 175px/2);
}

.card .profession {
  color: #999999;
  text-align: center;
  margin-bottom: 20px;
}

.card .footer {
  border-top: 1px solid #EEEEEE;
  color: #999999;
  margin: 30px 0 0;
  padding: 10px 0 0;
  text-align: center;
}

.card .footer .social-links {
  font-size: 18px;
}

.card .footer .social-links a {
  margin: 0 7px;
}

.card .footer .btn-simple {
  margin-top: -6px;
}

.card .header {
  padding: 15px 20px;
  height: 90px;
}

.card .motto {
  border-bottom: 1px solid #EEEEEE;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 10px;
  text-align: center;
}
/*       Fix bug for IE      */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .front, .back {
    -ms-backface-visibility: visible;
    backface-visibility: visible;
  }
  .back {
    visibility: hidden;
    -ms-transition: all 0.2s cubic-bezier(.92, .01, .83, .67);
  }
  .front {
    z-index: 4;
  }
  .card-container:hover .back {
    z-index: 5;
    visibility: visible;
  }
}
.zpt-radio-btn{
    margin:0px 6px 0px 0px !important;
}
.zpt-pad-l-r-0{
    padding-left:0px;
    padding-right:0px;
}