/**
 * JakPat Style
 *
 * @author Faisal Ahmad Sulhan
 * @version v2
 *
 */

/**
 * Responsive Style
 *
 * Extra small devices (phones, less than 768px)
 * No media query since this is the default in Bootstrap
 *
 * Small devices (tablets, 768px and up)
 * @media (min-width: @screen-sm-min) { ... }
 *
 * Medium devices (desktops, 992px and up)
 * @media (min-width: @screen-md-min) { ... }
 *
 * Large devices (large desktops, 1200px and up)
 * @media (min-width: @screen-lg-min) { ... }
 *
 */

/* Fonts
-------------------------------------------------- */


/* Color Code
-------------------------------------------------- */  

  .blue {
    color: #1DA0DB;
  }

  .dark-blue {
    color: #2163BD;
  }

  .green {
    color: #45BEAA;
  }

  .dark-green {
    color: #276783;
  }

  .light-gray {
    color: #F0F0F0;
  }

  .dark-gray {
    color: #E6E6E6;
  }

/* Body and structure
-------------------------------------------------- */

  body {
    background: #fff;
    font-family: 'Lato', 'Helvetica', 'Trebuchet';
    font-size: 13px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
  }

  a:hover {
    text-decoration: none;
  }

  ::selection {
    background-color: #3c3c3c;
    color: #fff;
  }

  .main {
    margin-top: 120px;
    width: 100%;
    height: 100%;
  }

  .img-responsive img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .hover-click:hover {
    cursor: pointer;
  }

/* Navbar
-------------------------------------------------- */
  

/* Modal Sign Up
-------------------------------------------------- */
  .modal-sign-up {
    text-align: center;
  }
  
  .modal-sign-up img {
    width: 180px;
    margin: 10px;
  }
  .modal-sign-up .close {
    color: white;
    opacity: 0.6;
    text-shadow: none;
  }
  .modal-sign-up .close:hover {
    opacity: 1;
  }
  .modal-sign-up h3 {
    font-weight: bold;
  }
  .modal-sign-up .modal-content {
    border-radius: 0;
    color: #2163BD;
    font-weight: bold;
    font-size: 22px;
  }
  .modal-sign-up .modal-body {
    padding: 20px;
  }
  .modal-sign-up .modal-header {
    background: #2163BD;
    color: white;
  }

/* Page Parallax
-------------------------------------------------- */

  .parallax {
    text-align: center;
    padding: 20px;
    padding-bottom: 60px;
  }
  .parallax h2 {
    margin-top: 10px;
    margin-bottom: 30px;
    line-height: 40px;
  }
  .parallax p.desc {
    font-size: 16px;
    margin-top: -20px;
    margin-bottom: 30px;
  }

/* Create Survey
-------------------------------------------------- */
  
  .create-survey {
    border-top: 1px solid #ECECEC;
  }
  .create-survey form {
    text-align: left;
  }
  .create-survey .tab-nav-bottom {
    border-top: 1px solid #ECECEC; 
    margin-top: 20px; 
    padding-top: 20px;
  }
  
  @media (min-width: 768px) {
    .create-survey form .left {
      padding-right: 30px; 
      border-right: 1px solid #ECECEC;
    }
    .create-survey form .right {
      padding-left: 30px;
    }
  }

  .create-survey h3 {
    text-align: left;
    font-size: 16px;
  }
  .create-survey textarea {
    /* Options: horizontal, vertical, both */
    resize: vertical;
    /* Safari fix */
    overflow: auto;
  }
  .create-survey .form-inline .glyphicon {
    margin-left: 3px;
    font-size: 16px; 
    top: 5px;
    color: gray;
  }
  .create-survey .form-inline .glyphicon.fa {
    font-size: 18px;
    top: 0px;
  }
  .create-survey .form-inline .glyphicon:hover {
    color: #428bca;
  }
  .create-survey .form-inline .glyphicon.active {
    color: green;
  }
  .create-survey .form-inline .glyphicon.active:hover {
    color: #428bca;
  }
  .create-survey .form-inline .input-group-addon .tooltip {
    margin-top: -15px;
  }
  .create-survey .input-group .glyphicon {
    margin: 0;
    top: 2px;
  }
  .create-survey .form-group.form-inline .input-group input {
    border-right: 1px;
  }
  
  .create-survey .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .create-survey .input-group-option {
    max-width: 85%;
  }
  .create-survey .input-option {
    max-width: 85%;
  }

  .create-survey .form-inline .form-control {
    display: inline-table;
    vertical-align: middle;
  }
  .create-survey .display-inline {
    display: inline;
  }

  @media (min-width: 768px) {
    .create-survey .form-inline .input-group
    {
      width: 100%;
    }
    .create-survey .form-inline .input-group .input-group-addon, 
    .create-survey .form-inline .input-group .input-group-btn {
      width: 36px;
    } 
    .create-survey .form-inline .input-option.form-control {
      width: 100%;
    }
  }
  
  /* Step for Free Survey */
  .appbar {
    margin: 0 -35px; 
    padding-left: 25px;
    text-align: left;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    height: auto;
    background: #fff;
  }
  .appbar a:hover {
    cursor: pointer;
  }
  .step {
    padding: 0;
    width: 150px;
    height: 47px;
    float: left;
    background: transparent url('../img/create-survey/step_chevron_left.png') no-repeat right center;
  }

  @media (max-width: 480px) {
    .appbar {
      padding-left: 0;
      border-bottom: 0px;
    }
    .step {
      clear: both;
      width: 100%;
      border-bottom: 1px solid rgb(234, 234, 234);
      background: transparent;
    }
  }

  .step-number, .step-number-active, .step-text, .step-text-active {
    margin: 0 0 0 10px;
  }
  .step-number {
    font-size: 11px;
    font-weight: bold;
    color: #999;
    margin-top: 3px;
  }
  .step-number-active {
    font-size: 11px;
    font-weight: bold;
    color: #222;
    margin-top: 3px;
  }
  .step-text {
    color: #333;
    font-size: 14px;
  }
  .step-text-active {
    font-size: 14px;
    color: #d14836;
  }
  .disable .step-number {
    color: #A8A8A8;
  }
  .disable .step-text {
    color: #A8A8A8;
  }
  /* end of Step */

  /* Magic List in Draggable Options */
  .magic-list div, .magic-list-item div {
    display: inline-block;
  }

  .magic-list-dragger {
    cursor: move;
    margin-left: -4px;
    padding-right: 3px;
    top: -2px;
  }

  .goog-inline-block {
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
  }

  .magic-list-drag-handle {
    background: no-repeat url("../img/create-survey/freebird_sprite8.png") -152px -185px;
    height: 6px;
    width: 18px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  /* end of Magic */

/* Additional Cost
-------------------------------------------------- */
  .additional-cost.pricing-table {
    background: #0066cc;
  }
  .additional-cost.pricing-table .item-price div .feature {
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 20px;
  }
  .additional-cost .fa {
    margin: 20px;
  }
  .additional-cost.pricing-table .item-price div .price {
    /*font-size: 36px;*/
  }
  .additional-cost.pricing-table .item-price div .text-respondent {
    font-size: 18px;
  }

/* Testimonial
-------------------------------------------------- */

  .testimonial {
    margin-top: 50px;
    min-height: 120px;
  }
  .testimonial .item p {
    font-size: 16px;
    line-height: 24px;
  }

/* Events
-------------------------------------------------- */

  .events.pricing-table {
    background: #2667b9;

  }
  .events.pricing-table a {
    color: white;
  }
  .events.pricing-table a.btn.dark-white {
    background-color: white;
    color: #1F58A1;
    margin-right: -3px;
  }
  .events.pricing-table a.btn.dark-white:hover {
    background-color: #1DA0DB;
    color: white;
  }
  .events.pricing-table h3 {
    line-height: 32px;
    margin-top: 10px;
  }

/* Pricing Table
-------------------------------------------------- */

  .pricing-table {
    background: #0066cc;
    color: whitesmoke;
  }
  .pricing-table h3 {
    margin-top: 40px;
  }

  /* Item Price */
  .pricing-table .item-price div {
    margin: 25px 0px;
    padding: 15px;
    border-radius: 10px;
    color: black;
    background: whitesmoke;
  }
  .pricing-table .item-price div .no-question {
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 24px;
  }
  .pricing-table .item-price div .text-question {
    font-size: 16px;
  }
  .pricing-table .item-price div .price {
    font-weight: bold;
    color: #0066cc;
    font-size: 64px;
    line-height: 48px;
  }
  .pricing-table .item-price div .text-respondent {
    font-size: 24px;
    line-height: 40px;
  }
  /* end of Item */
  
  /* Calculate Cost */
  .pricing-table .form-horizontal {
    margin: 0 auto;
  }
  .pricing-table .form-group {
    display: inline-block;
    margin: 0 10px;
  }
  .pricing-table .operation {
    text-align: center;
  }
  .pricing-table .operation span {
    font-weight: bold;
    font-size: 18px;
    line-height: 50px;
  }
  .pricing-table input {
    font-weight: 900;
    text-align: center;
  }
  .pricing-table .question-box {
    max-width: 400px;
  }
  .pricing-table .question-box .input-group {
    max-width: 400px;
  }
  .pricing-table .question-box .left {
    border-right: 0;
  }
  .pricing-table .question-box .right {
    border-left: 0;
  }
  .pricing-table .question-box .trick .left,
  .pricing-table .question-box .trick .right {
    visibility: hidden;
    height: 0px;
    padding: 0;
    margin: 0;
  }
  .pricing-table .question-box .trick span {
    visibility: hidden;
  }
  .pricing-table .panel-box {
    max-width: 160px;
  }
  .pricing-table #inputCost {
    color: green;
  }

  @media (min-width: 768px) {
    .pricing-table .form-control {
      height: 50px;
    }
    .pricing-table input {
      font-size: 30px;
      line-height: 50px;
    }
    .pricing-table .question-box .left {
      width: 125px;
    }
    .pricing-table .question-box .right {
      width: 240px;
    }
  }

  @media (min-width: 1200px) {
    .pricing-table .operation span {
      line-height: 90px;
    }
  }
  /* end of Calculate */

  .pricing-table a.btn.medium {
    padding: 10px 15px;
    font-size: 19px;
  }
  .pricing-table a.btn.dark-blue {
    background-color: #0066cc;
    margin-right: -3px;
  }
  .pricing-table a.btn:hover {
    background-color: whitesmoke;
    color: #1F58A1;
  }
  .pricing-table a.btn.light-blue {
    background-color: whitesmoke;
    color: #1F58A1;
  }
  .pricing-table a.btn {
    border: none;
    border-radius: 0;
    margin: 0;
    text-decoration: none;
    color: whitesmoke;
    background-color: #AAA;
    display: inline-block;
  }

  .pricing-table .btn-pricing .btn-primary:hover, 
  .pricing-table .btn-pricing .btn-primary:focus, 
  .pricing-table .btn-pricing .btn-primary:active, 
  .pricing-table .btn-pricing .btn-primary.active, 
  .pricing-table .btn-pricing .btn-primary {
      cursor: none;
      color: #fff;
      background-color: #2667b9;
      border-color: #2667b9;
  }

  .pricing-table .table-center th {
    text-align: center;
    vertical-align: middle !important;
  }
  .pricing-table .table-left td {
    text-align: left;
  }

  .pricing-table .has-error input {
    color: #a94442;
  }
  .pricing-table .question-box {
    max-width: 360px;
    margin: 0 auto;
  }
  .pricing-table .question-box .input-group {
    max-width: 300px;
  }
  @media (min-width: 768px) {
    .pricing-table .question-box .right {
      width: 200px;
    }
  }
  @media (min-width: 1200px) {
    .pricing-table .operation {
      width: 4.166665%;
    }
  }



/* Payment
-------------------------------------------------- */

  .payment {
    background: #F0F0F0;
  }
  .payment img {
    padding: 10px;
    max-width: 120px;
  }

/* Partner
-------------------------------------------------- */

  .partner .image img {
    max-width: 200px;
  }

/* Free Transalation
-------------------------------------------------- */

  .free-translation {
    background: white;
    margin-bottom: -50px; /* Used for Remove Gap in Student Smooth Scroll */
  }
  .free-translation img {
    padding: 5px;
    max-width: 120px;
  }
  .free-translation .box {
    padding: 10px;
    display: inline-block;
  }
  .free-translation p {
    font-size: 14px;
  }

/* Use Case
-------------------------------------------------- */

  .use-case .item-case {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .use-case .img-circle {
    width: 240px;
    height: 240px;
  }
  .use-case .item-case p {
    font-size: 14px;
  }

/* Survey Workflow
-------------------------------------------------- */
  
  .panel-management {
    background: #F0F0F0;
  }

  .panel-management .item-case {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .panel-management .img-circle {
    width: 200px;
    height: 200px;
  }
  .panel-management .item-case p {
    font-size: 16px;
  }
  .panel-management .item-case h3 {
    font-weight: bold;
  }
  .panel-management .item-case .circle-number {
    margin: 0 auto;
    margin-top: 20px;
    height: 32px;
    width: 32px;
    border-radius: 100%;
    background: #45BEAA;
    color: whitesmoke;
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
  }

/* Panel Maagement
-------------------------------------------------- */
  
  .survey-workflow {
    /*background: #F0F0F0;*/
  }

  .arrow-left {
    position: relative; width: 100px; left: -13%; top: 150px;
  }

  .arrow-right {
    position: relative; width: 100px; left: 13%; top: 150px;
  }

  .survey-workflow .item-case {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .survey-workflow .img-box {
    width: 200px;
  }
  .survey-workflow .big .img-box {
    width: 300px;
    margin-top: 30px;
  }
  .survey-workflow .item-case.big {
    text-align: center;
  }
  @media (min-width: 992px) {
    .survey-workflow .big .img-box {
      width: 350px;
      margin-top: 60px;
    }
    .survey-workflow .item-case.big {
      text-align: right;
    }
  }
  .survey-workflow .item-case p {
    font-size: 16px;
  }
  .survey-workflow .item-case h3 {
    font-weight: bold;
  }
  .survey-workflow .item-case .circle-number {
    margin: 0 auto;
    margin-top: 20px;
    height: 32px;
    width: 32px;
    border-radius: 100%;
    background: #45BEAA;
    color: whitesmoke;
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
  }
  .survey-workflow a.btn.medium {
    padding: 10px 15px;
    font-size: 19px;
  }
  .survey-workflow a.btn.dark-green {
    background-color: #276783;
    margin-right: -3px;
    transition: all 0.2s ease-out 0s;
  }
  .survey-workflow a.btn:hover {
    background-color: #45BEAA;
  }
  .survey-workflow a.btn.light-green {
    background-color: #45BEAA;  
  }
  .survey-workflow a.btn {
    border: none;
    border-radius: 0;
    margin: 0;
    text-decoration: none;
    color: #FFF;
    background-color: #AAA;
    display: inline-block;
    margin-bottom: 10px;
  }

/* Modal Download
-------------------------------------------------- */
  .modal-download {
    text-align: center;
  }
  
  .modal-download .help-block {
    text-align: left;
    margin-bottom: 0;
  }
  .modal-download .modal-content {
    border-radius: 0;
  }

/* Sample
-------------------------------------------------- */

  .example-survey {
    background: #F0F0F0;
  }

/* Mobile App
-------------------------------------------------- */

  .mobile-app {
    margin-bottom: 0px;
    padding-bottom: 40px;
    background: white;
  }
  .mobile-app img {
    margin: 10px;
  }
  .mobile-app p {
    font-size: 16px;
    color: #333;
  }
  .mobile-app .box {
    vertical-align: top;
    width: 160px;
    padding: 10px;
    display: inline-block;
  }
  .mobile-app .box:hover p {
    color: #1DA0DB;
    -webkit-transition: color 1s ease;
    transition: color 1s ease;
  }
  .mobile-app .box:hover .img-circle {
    border: 5px solid #1DA0DB;
    -webkit-transition: border-color 1s ease;
    transition: border-color 1s ease;
  }
  .mobile-app .box .img-circle {
    border-radius: 10%;
    width: 120px;
    border: 5px solid #EFEFEF;
  }
  .mobile-app .carousel-control.left,
  .mobile-app .carousel-control.right {
    background-image: none;
  }
  .mobile-app .carousel-control {
    color: #1DA0DB;
    opacity: 1;
    text-shadow: none;
  }

/* Mobile Panel
-------------------------------------------------- */
  .mobile-panel .box-counter {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
  }
  .mobile-panel .box-counter .clock-backward-compatibility {
    font-size: 64px;
    line-height: 64px;
    background: #1DA0DB;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
    color: whitesmoke;
  }
  .mobile-panel .box-counter .text {
    font-size: 24px; 
    line-height: 45px;
  }
  .mobile-panel .box-counter .text-right,
  .mobile-panel .box-counter .text-left {
    text-align: center;
  }
  .mobile-panel .box-counter .clock {
    margin: 0 auto;
    width: 420px;
    display: none;
  }
  /* end of Counter */
  .mobile-panel .box-panel {
    margin: 50px 0;
    margin-top: 0;
  }
  .mobile-panel .box-panel h3 {
    color: #276783;
    text-align: left;
    margin-left: 25px;
    margin-top: 0;
  }
  /* end of */

  /* Percentage */
  .mobile-panel .media {
    text-align: left;
    margin: 0 auto;
    margin-left: 20px;
  }
  .mobile-panel .media-body {
    margin-top: 12px;
  }
  .mobile-panel .progress-bar-success {
    background-color: #276783; 
  }
  .mobile-panel .progress {
    width: 75%;
    float: left;
    margin-bottom: 0;
  }
  .mobile-panel .media-body .text-percentage {
    font-size: 14px; 
    float: left; 
    margin-left: 5px; 
    line-height: 20px; 
    font-weight: bold; 
    color: #276783;
  }

  .mobile-panel .media-body .text-desc {
    clear: both; 
    float: left;
    margin: 5px auto;
    color: #45BEAA; 
    font-size: 16px;
  }

  @media (min-width: 480px) {
    .mobile-panel .box-counter .clock-backward-compatibility {
      display: none;
    }
    .mobile-panel .box-counter .clock {
      display: block;
    }
  }

  @media (min-width: 1200px) {
    .mobile-panel .box-counter .text {
      font-size: 36px; 
      line-height: 72px;
    }
    /*.mobile-panel .box-counter .text-left {
      text-align: left;
      margin-right: 30px;
      margin-left: -30px;
    }
    .mobile-panel .box-counter .text-right {
      text-align: right;
      margin-left: 30px;
      margin-right: -30px;
    }*/
  }


/*campaign landing*/
  .img-banner {
    width: 100%;
    height: 100%;
  }

  .bold-title {
    font-weight: bold;
  }
  .information {
    border-radius: 10px;
    display: inline-block;
    background-color: #f4ff89;
    padding: 12px;
    font-style: italic;
  }

  .checklist {
    text-align: left;
    padding: 12px 12px 12px 0px;
  }

  .checklist span {
    font-weight: bold;
    font-style: italic;
  }

  .fb-login {
    background: #4267b2;
    border-radius: 5px;
    color: white;
    height: 40px;
    text-align: center;
    width: 100%;
    font-weight: bold;
  }

  .container-modal {
    display: none;
  }

  .container-modal.shadow {
    min-height: -webkit-fill-available;
    padding: 25px;
    display: none;
    background: #777;
    margin-right: -15px;
    margin-left: -15px;
  }

  .container-modal.active {
    display: block;
  }

  .popup-header {
    background-color: #ddd;
    height: 100px;
  }

  .popup-content {
    background-color: #eee;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .or {
    padding: 12px;
  }

  .input-fb {
    margin: 5px 0px 0px;
    height: 40px;
    border-radius: 5px;
    display: inline-table;
  }

  .forgot-pwd {
    padding: 12px;
  }

  .forgot-pwd a {
    color: #333;
  }
  
  form .fb-login {
    margin-top: 12px;
  }

  .checklist-container {
    text-align: left;
    padding: 12px 12px 12px 60px;
  }

  .bgr-white {
    background-color: white;
    padding-bottom: 0px;
  }

  .btn-join {
    background-color: #ddd;
    padding: 12px;
  }

  .title-banner {
    margin-bottom: 0px !important;
  }

  .row.parallax.campaign-panel p {
    font-weight: bold;
  }

  .download-app {
    display: inline-flex;
  }

  .download-app img {
    padding: 5px;
  }

  .text-uppercase {
    text-transform: uppercase;
  }

  .popup-container {
    text-align: left;
    padding: 20px;
    background: white;
  }

  .popup-container ol {
    padding-left: 10px;
  }
  
  .center-text {
    text-align: center;
  }

  .content-referred {
    padding-bottom: 0px !important;
  }

  .form-switcher {
    margin: 0;
    padding: 0;
  }

  .form-switcher li {
    list-style: none;
    display: inline-block;
    width: 50%;
    float: left;
    margin: 0;
  }

  .form-switcher li a {
    width: 100%;
    display: block;
    height: 50px;
    line-height: 50px;
    color: #666666;
    background-color: #dddddd;
    text-align: center;
  }

  @media (min-width: 1200px) {
    .img-banner {
      width: 30% !important;
      height: 30% !important;
    }
    .container-modal.header.shadow.medias.active {
      width: 30%;
    }
    .container-modal.shadow.medias.active {
      width: 30% !important;
    }
  }
  @media (min-width: 768px) {
    .row.banner.medias {
      text-align: center;
    }
    .img-banner {
      width: 40%;
      height: 40%;
	  }
    .container-modal.header.shadow.medias.active {
      width: 40% !important;
    }
    .container-modal.shadow.medias.active {
      width: 40% !important;
    }
    .row.parallax.campaign-panel.medias {
      width: 50%;
      margin-left: auto;
        margin-right: auto
    }
    .container-modal.header.shadow.medias {
      margin-left: auto;
      margin-right: auto;
      width: 50%;
    }

    .form-switcher.medias {
      margin-left: auto;
      margin-right: auto;
      margin-top: 0px;
    }

    .container-modal.shadow.active.medias {
      margin-left: auto;
      margin-right: auto;
      width: 50%;
    }
  }

/*close campaign*/

/* Slider Top
-------------------------------------------------- */

  .slider-top {
    height: 518px;
    background: url('../img/slider-top/bg.jpg');
    background-size: cover;
  }
  .slider-top .slider {
    margin-bottom: -281px;
  }
  .slider-top h2 {
    font-family: Source Sans Pro;
    color: whitesmoke;
    font-weight: bold;
    /*letter-spacing: 2px;*/
    line-height: 48px;
    /*text-transform: uppercase;*/
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    margin-bottom: 50px;
    font-size: 48px;
  }
  .slider-top .slider-bg {
    z-index: 999;
    position: relative;
    margin-top: -13px;
  }
  .slider-top .slide {
    width: 255px; 
    position: relative; 
    top: -310px; 
    margin: 0 auto;
  }
  .slider-top .slide img {
    height: 309px !important;
  }

/* Slider Top Alternative
-------------------------------------------------- */
  .slider-top-alt {
    margin: 0 -15px;
  }

/* Footer
-------------------------------------------------- */

  /* Footer */

    .footer {
      background: #131313;
      text-align: center;
      padding: 25px 0;
    }

    .footer div {
      padding: 25px;
    }

    .footer a {
      cursor:pointer;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
    }

  /* Footer Links */

    .footer-links {
      display: inline-block;
      border: 1px solid #494949;
      border-radius: 100px;
      margin: 0 3px;
      margin-bottom: 5px;
    }

    .footer-links i {
      font-size: 25px;
      color: #494949;
      display: block;
      width: 35px;
      height: 35px;
      line-height: 38px;
    }

    .footer-text {
      margin: 10px 0 0 0;
      color: #868686;
      font-size: 15px;
      font-weight: 300;
    }

    .footer-text span {
      margin: 0 5px;
    }

    .footer-text a {
      color:#868686;
    }

    .footer .footer-links:hover {
      border: 1px solid white;
    }

    .footer a:hover {
      color: white;
    }

    .footer a:hover i {
      color: white;
    }

/* Footer Bottom
-------------------------------------------------- */

  .footer-bottom {
    background: black;
    color: #868686;
    padding-bottom: 20px;
  }

  .footer-bottom a:hover {
    color: white;
  }

  .footer-bottom a {
    margin: 0 5px;
    color: #868686;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

/* About Us
-------------------------------------------------- */
  .about-us {
    text-align: justify;
  }

/* FAQ Panel
-------------------------------------------------- */
  .faq-panel {
    text-align: justify;
  }
  .faq-panel ul {
    margin-left: -15px;
  }
  .faq-panel ol {
    font-weight: bold;
    margin-left: -20px;
  }
  .faq-panel ol > li {
    margin-bottom: 30px;
  }
  .faq-panel ol > li p {
    font-weight: normal;
  }
  .faq-panel .title {
    font-weight: bold;
  }
  .faq-panel h3.content-heading-first {
    margin: 0px 0px 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
  }
  .faq-panel h3.content-heading {
    margin: 50px 0px 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
  }
  .faq-panel h3.content-sub-heading {
    margin: 30px 0px 20px;
  }
  .faq-panel h3.content-sub-heading span.hand {
    margin-right: 7px;
  }

/* Privacy
-------------------------------------------------- */
  .privacy {
    text-align: justify;
  }

  .privacy ol > li:last-of-type {
    margin-bottom: 15px;
  }

  .privacy h4 {
    margin-top: 30px;
  }

/* Service Value
-------------------------------------------------- */
  
  .service-value {
    background: white;
  }
  .service-value-gray {
    background: #F0F0F0;
  }

  .service-value h2 {
    font-size: 50px;
    margin-top: 25px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .service-value p {
    font-size: 20px;
    line-height: 26px;
  }
  .service-value .item {
    margin: 20px 0px;
  }
  .service-value p:last-of-type {
    margin-bottom: 50px;
  }
  .service-value .img-responsive img {
    width: auto;
  }
  .service-value .img-responsive {
    display: inline-block;
  }

  .service-value .text-left,
  .service-value .text-right {
    text-align: center;
  }
  
  @media (min-width: 768px) {
    .service-value .ease-from-left {
      position: relative;
      left: -1000px;
      -webkit-transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
    }

    .service-value .ease-to-right {
      -webkit-transform: translateX(1000px); 
      transform: translateX(1000px);
    }

    .service-value .ease-from-right {
      position: relative;
      right: -1000px;
      -webkit-transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
    }

    .service-value .ease-to-left {
      -webkit-transform: translateX(-1000px); 
      transform: translateX(-1000px);
    }

    .service-value img {
      margin: 20px;
    }

    .service-value .text-left {
      text-align: left;
    }

    .service-value .text-right {
      text-align: right;
    }
    .service-value h2 {
      margin-top: 50px;
    }
  }

/* Demographic
-------------------------------------------------- */
  
  .demographic {
    margin-top: -60px;
  }
  .demographic .list {
    margin-top: 30px;
  }

  .demographic .list p {
    max-width: 300px;
    text-align: left;
    padding: 5px 10px;
    background: #F4F4F4;
    border-radius: 5px;
    margin: 5px auto;
    text-transform: capitalize;
  }
  .demographic .list p span {
    float: right;
    color: #2163BD;
    font-weight: bold;
    margin-left: 15px;
  }

  .demographic p {
    font-size: 16px;
    line-height: 20px;
    margin-top: -15px;
  }
  .demographic .map {
    width: 100%;
    padding-bottom: 40%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url(../img/demographic/map-base.png);
    background-position: center center;
  }

  .demographic .map-detail {
    background-image: url(../img/demographic/map-detail.png), url(../img/demographic/map-base.png);
    background-position: center center, center center;
    -webkit-transition: ease-in-out 2s;
    -o-transition: ease-in-out 2s;
    transition: ease-in-out 2s;
  }
  .demographic .map-box {
    max-width: 100%;
    height: 448px;
  }

  .demographic .map-base {
    position: relative;
    top: 0;
  }
  .demographic .map-detail {
    position: relative;
    top: -100%;
  }

/* Download Client Brief
-------------------------------------------------- */

  .download-client-brief a.btn.medium {
    padding: 10px 15px;
    font-size: 19px;
  }
  .download-client-brief a.btn.dark-blue {
    background-color: #0066cc;
    margin-right: -3px;
  }
  .download-client-brief a.btn:hover {
    background-color: #30a3da;
  }
  .download-client-brief a.btn.light-blue {
    background-color: #30a3da;  
  }
  .download-client-brief a.btn {
    border: none;
    border-radius: 0;
    margin: 0;
    text-decoration: none;
    color: #FFF;
    background-color: #AAA;
    display: inline-block;
  }

/* Responsive Youtube Embed
-------------------------------------------------- */

  .video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; } 
  .video-container iframe, 
  .video-container object, 
  .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Sales Quote Button
-------------------------------------------------- */
  
  .btn-jumbo {
    border-radius: 3px;
    padding: 10px 40px 10px 40px;
  }

  @media (min-width: 480px) {
    .btn-jumbo {
      font-size: 24px;
      line-height: 34px;
    }
  }
  @media (max-width: 480px) {
    .btn-jumbo {
      font-size: 18px;
      line-height: 26px;

      display: block;
      width: 100%;
    }
  }

  /************** Top brand page **************/
  .top-brand {
    background-color: #00628e; /*#F9F9F9;*/
  }
  .top-brand .header {
    color: #F9F9F9;
    background: #00628e;
    padding-top: 0px;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 0px;
    font-size: 16px;
  }
  .top-brand .header-title {
    text-align: center;
    padding-top: 25px;
  }
  .top-brand .header-title img.jakpat-brandchart {
    margin: 0px auto;
    max-width: 700px;
  }
  .top-brand .header .header-title h2 {
    text-align: center;
    margin: 0px 0px 30px;
    font-size: 22px;
  }
  .top-brand .header .header-title p {
    text-align: justify;
    line-height: 1.6;
    margin: 0 0 25px;
  }
  .top-brand .select-top-brand {
    padding: 20px 15px;
    background-color: #0172a5;
  }
  .top-brand .bg-white {
    background-color: #fff;
  }
  .top-brand .content-top-brand {
    padding-bottom: 20px;
    background-color: #F9F9F9;
  }
  .top-brand .content-top-brand .current-category {
    text-align: center;
    color: #00628e;
    padding-top: 30px;
    background-color: #F9F9F9;
  }
  .top-brand .content-top-brand .current-category h1 {
    margin-top: 30px;
    font-size: 52px;
  }
  .top-brand .sales-quote-container {
    background-color: #F9F9F9;
    padding-bottom: 55px;
    margin-top: -2px;
  }
  .top-brand .sales-quote {
    text-align: center;
    background-color: #2667b9;
    color: whitesmoke;
    padding: 45px 15px;
  }
  .top-brand .sales-quote h1 {
    margin: 0px 0px 26px;
  }
  .btn-yellow {
    border: none;
    font-weight: 500;
  }
  .btn-yellow,
  .btn-yellow:hover {
    color: #000;
    background-color: #f3e014;
  }
  .top-brand-footer {
    background-color: #4a4a4a;
    color: #d6d6d6;
    font-size: 16px;
  }
  .content-footer-inside {
    padding: 45px 35px;
  }
  .content-footer-inside h1 {
    font-size: 38px;
    margin: 0px 0px 20px 0px;
  }
  .content-footer-inside p {
    margin: 0px;
    line-height: 1.6;
  }
  .new-top-brand {
    padding: 30px;
  }
  .top-brand-container {
    margin-top: 30px;
    max-height: 278px;
  }
  .rank-top-brand {
    padding: 20px 0px;
    background-color: #D8ECFC;
    text-align: center;
    border-top: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
  }
  .rank-top-brand h2 {
    color: black;
    font-weight: bold;
    font-size: 42px;
    margin: 0px;
  }
  .rank-top-brand h2 span {
    font-size: 16px;
    position: absolute;
    font-weight: normal;
  }
  .top-brand-container .box-top-brand {
    margin: 0px;
    background-color: #fff;
    padding: 25px 0px;
    border-bottom: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
  }
  .brand-logo {
    margin: 0px;
    text-align: center;
  }
  .brand-logo img.logo-image {
    max-width: 200px;
    margin: auto 0px;
  }
  .top-brand-container .box-top-brand p {
    text-align: center;
    margin: 10px;
  }

  @media (max-width: 480px) {
    .top-brand {
      margin-top: 0px;
    }
    .top-brand .header {
      height: auto;
    }
    .top-brand .header .header-title {
      text-align: center;
      display: block;
    }
    .top-brand-footer {
      padding: 1px;
    }
  }

  @media (max-width: 768px) {
    .top-brand .header {
      height: auto;
    }
    .top-brand .header .header-title h2 {
      font-size: 18px;
      margin: 0px 0px 30px;
      line-height: 36px;
    }
    .top-brand .header .header-title p {
      font-size: 13px;
    }
    .top-brand .content-top-brand .current-category h1 {
      font-size: 30px;
      line-height: 36px;
    }
    .top-brand .sales-quote h1 {
      font-size: 30px;
      line-height: 36px;
    }
    .top-brand-footer {
      padding: 1px;
    }
    .content-footer-inside {
      padding: 35px 30px;
    }
    .content-footer-inside h1 {
      margin: 0px 0px 20px 0px;
      font-size: 30px;
    }
    .content-footer-inside p {
      margin: 0px;
    }
    .new-top-brand {
      padding: 30px 15px;
    }
  }

  @media (max-width: 992px) {
    .top-brand .header-title img.jakpat-brandchart {
      max-width: 100%;
    }
  }

/* Jakpat Button  
-------------------------------------------------- */
  .btn-primary.btn-jakpat {
    background-color: #0066cc;
    border-color: #0066cc;
    transition: all 0.2s ease-out 0s;
  }

  .btn-primary.btn-jakpat:hover {
    background-color: #0059b2;
    border-color: #0059b2;
  }

  .btn-success.btn-jakpat {
    background-color: #00b2a6;
    border-color: #00b2a6;
    transition: all 0.2s ease-out 0s;
  }

  .btn-success.btn-jakpat:hover {
    background-color: #45beaa;
    border-color: #45beaa;
  }

  .btn-info.btn-jakpat {
    background-color: #00b2a6;
    border-color: #00b2a6;
  }

  .btn-info.btn-jakpat:hover {
    background-color: #45beaa;
    border-color: #45beaa;
  }
