/* Official Colors */
/* Font Selection */
/*Common Objects*/
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  font-family: "Helvetica Neue", Microsoft JhengHei, Helvetica, Arial, sans-serif;
  color: text-primary;
  background-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  font-family: "Helvetica Neue", Microsoft JhengHei, Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: default;
}
p {
  margin: 0 0 25px;
  font-size: 14px;
  line-height: 1.5;
  cursor: default;
}
@media (min-width: 768px) {
  p {
    margin: 0 0 35px;
    font-size: 16px;
    line-height: 1.6;
  }
}
a {
  cursor: pointer;
  color: #00b6ae;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #00504c;
}
hr {
  border-top: 2px solid rgba(128, 128, 128, 0.2) !important;
}
button.close {
  outline: none !important;
}
.btn {
  cursor: pointer;
  border: 2px solid #6f7982;
  color: white;
  font-family: "Montserrat", "Helvetica Neue", Microsoft JhengHei, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #6f7982;
  border-radius: 5px;
}
.btn-default {
  cursor: pointer;
  border: 1px solid #00b6ae;
  color: #00b6ae;
  background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #00b6ae;
  outline: none;
  color: black;
  background-color: #00b6ae;
}
.btn-transparent {
  cursor: pointer;
  border: 2px solid white;
  padding: 10px 20px;
  color: white;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn-transparent:hover,
.btn-transparent:focus {
  outline: none;
  color: white;
  background: rgba(255, 255, 255, 0.1);
}
.btn-transparent i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.btn-green {
  cursor: pointer;
  background-color: #00b6ae;
  padding: 5px 10px !important;
  border-radius: 3px;
  color: white;
  font-family: "Montserrat", "Helvetica Neue", Microsoft JhengHei, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  border: 3px solid #00b6ae;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-white {
  background-color: #ffffff;
  padding: 8px 20px;
  font-size: 16px;
  color: #00b6ae;
  font-weight: 400;
  border: none;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  /* Safari */
  transition: all 0.5s ease;
}
footer {
  padding: 25px 0;
  text-align: center;
}
footer span.copyright {
  line-height: 40px;
  font-family: "Montserrat", "Helvetica Neue", Microsoft JhengHei, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  font-family: "Montserrat", "Helvetica Neue", Microsoft JhengHei, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: black;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #00b6ae;
}
/* Navigation Bar */
.navbar-custom {
  display: none;
  font-family: "Montserrat", "Helvetica Neue", Microsoft JhengHei, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  background-color: black;
}
.navbar-custom .container {
  width: 100%;
}
.navbar-custom .container .navbar-header {
  color: white;
}
.navbar-custom .container .navbar-brand {
  vertical-align: middle;
  margin-top: -5px;
}
.navbar-custom .container .navbar-brand:focus {
  outline: none;
}
.navbar-custom .container .navbar-brand .navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: white;
}
.navbar-custom .container .navbar-brand .navbar-toggle:focus,
.navbar-custom .container .navbar-brand .navbar-toggle:active {
  outline: none;
}
.navbar-custom .container a {
  color: white;
  letter-spacing: 1px;
}
.navbar-custom .container .nav {
  /*@media(max-width: 768px){
				.member-li {
					background-color: @brand-primary;

					.member-btn {
						margin-top: 0;
					}
				}
			}*/
}
.navbar-custom .container .nav li {
  margin-bottom: -2px;
  color: white;
  /*.member-btn {
					letter-spacing: initial;
					background-color: @brand-primary;
					margin-top: 8px;
				}*/
}
.navbar-custom .container .nav li .current {
  color: #00b6ae;
}
.navbar-custom .container .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.navbar-custom .container .nav li a:hover {
  color: rgba(255, 255, 255, 0.8);
  outline: none;
  background-color: transparent;
}
.navbar-custom .container .nav li a:focus,
.navbar-custom .container .nav li a:active {
  outline: none;
  background-color: transparent;
}
.navbar-custom .container .nav li.active {
  outline: none;
}
.navbar-custom .container .nav li.active a {
  background-color: rgba(255, 255, 255, 0.3);
}
.navbar-custom .container .nav li.active a:hover {
  color: white;
}
.navbar-fixed-bottom {
  bottom: 0%;
  position: absolute;
}
.navbar-fixed-top {
  top: 0%;
  position: fixed;
  z-index: 1;
}
.navbar-scroll {
  position: fixed;
  width: 100%;
  top: 0;
}
::-moz-selection {
  text-shadow: none;
  background: #9bdbd8;
}
::selection {
  text-shadow: none;
  background: #9bdbd8;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
.modal .modal-dialog .modal-content {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.modal .modal-dialog .modal-content .modal-header {
  color: #00b6ae;
  text-transform: capitalize;
  border-bottom: 5px solid rgba(128, 128, 128, 0.2) !important;
  padding: 15px 30px !important;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  display: inline-block;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 30px 50px !important;
}
.modal .modal-dialog .modal-content .container {
  width: 100%;
}
.vertical-middle {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.table-parent {
  display: table;
  width: 100%;
}
.table-child {
  display: table-cell;
  width: 50%;
}
@media (max-width: 768px) {
  .table-child {
    display: block;
    width: 100%;
  }
}
.invisible {
  display: none;
}
.indicator-circle {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #9bdbd8;
  display: inline-block;
  margin-right: 5px;
}
.indicator-circle.active {
  background-color: #00b6ae;
}
.indicator-circle:first-of-type {
  margin-left: 50px;
}
/*typography*/
.primary-text {
  color: rgba(0, 0, 0, 0.6);
}
.secondary-text {
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: 0.5px;
}
/*animation*/
@-webkit-keyframes glowing {
  0% {
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 182, 174, 0.2);
  }
  50% {
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 182, 174, 0.8);
  }
  100% {
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 182, 174, 0.2);
  }
}
@-moz-keyframes glowing {
  0% {
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 182, 174, 0.2);
  }
  50% {
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 182, 174, 0.8);
  }
  100% {
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 182, 174, 0.2);
  }
}
@-o-keyframes glowing {
  0% {
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 182, 174, 0.2);
  }
  50% {
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 182, 174, 0.8);
  }
  100% {
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 182, 174, 0.2);
  }
}
@keyframes glowing {
  0% {
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 182, 174, 0.2);
  }
  50% {
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 182, 174, 0.8);
  }
  100% {
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 182, 174, 0.2);
  }
}
.green-glowing-animation {
  animation-name: glowing;
  animation-duration: 2500ms;
  animation-iteration-count: infinite;
}
.tooltip-bottom {
  position: absolute;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.tooltip-bottom#testing_a_tooltip_1 {
  top: 140px;
  left: 650px;
}
.tooltip-bottom .tooltiptext {
  width: 200px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  /*top: 150%;
	    left: 50%;*/
  margin-left: -60px;
  padding: 15px;
}
.tooltip-bottom .tooltiptext:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
}
.tooltip-right {
  position: absolute;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.tooltip-right#testing_a_tooltip_2 {
  top: 37px;
  left: 640px;
}
.tooltip-right#publish-tooltip {
  position: relative;
}
.tooltip-right#publish-tooltip .tooltiptext {
  width: 520px;
  margin-left: 0px;
  line-height: 24px;
  padding: 25px 30px;
}
.tooltip-right .tooltiptext {
  width: 200px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  /*top: 150%;
	    left: 50%;*/
  margin-left: -60px;
  padding: 15px;
}
.tooltip-right .tooltiptext:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 100%;
  /* To the right of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.8);
}
.tooltip-left {
  position: absolute;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.tooltip-left#testing_a_tooltip_3 {
  top: 260px;
  left: 600px;
}
.tooltip-left#testing_a_tooltip_4 {
  top: 215px;
  left: 600px;
}
.tooltip-left#testing_a_tooltip_4 .tooltiptext {
  width: 300px;
}
.tooltip-left .tooltiptext {
  width: 200px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  /*top: 150%;
	    left: 50%;*/
  margin-left: -60px;
  padding: 15px;
}
.tooltip-left .tooltiptext:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%;
  /* To the left of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
}
/* Landing Page Style */
#landing {
  display: none;
  /* Intro Section */
}
#landing .intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: white;
  background: url(../img/home/intro-bg.png) no-repeat center center scroll;
  background-color: #00b6ae;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  /* intro body media query */
}
#landing .intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}
#landing .intro .intro-body .wrapper {
  width: 100%;
  height: 100%;
  padding-left: 15%;
  padding-top: 12%;
  /* button style for product trial */
}
#landing .intro .intro-body .wrapper .brand-icon {
  width: 132px;
  height: 131px;
  display: inline-block;
  background: url(../img/home/brand-icon.png) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#landing .intro .intro-body .wrapper .brand-heading {
  padding-left: 30px;
  display: inline-block;
}
#landing .intro .intro-body .wrapper .brand-heading .brand-name {
  width: 352px;
  height: 71px;
  margin-top: 10px;
  background: url(../img/home/brand-name.png) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#landing .intro .intro-body .wrapper .brand-heading .brand-des {
  width: 368px;
  height: 30px;
  margin-top: 30px;
  background: url(../img/home/brand-des.png) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#landing .intro .intro-body .wrapper .btn {
  display: block;
  width: 375px;
  margin-left: 41%;
  margin-top: 25px;
  padding-left: 65px;
  padding-right: 63px;
}
#landing .intro .intro-body .wrapper a {
  color: white;
}
#landing .intro .intro-body .wrapper a:hover,
#landing .intro .intro-body .wrapper a:focus {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.54);
}
@media (min-width: 768px) {
  #landing .intro {
    height: 100%;
    padding: 0;
  }
}
#landing .content-section {
  padding: 50px 0px;
  color: rgba(0, 0, 0, 0.6);
}
#landing .content-section .text {
  padding: 0 50px;
}
#landing .content-section .section-image {
  height: 400px;
}
#landing .content-section .media {
  margin-top: 50px;
  color: #00b6ae;
}
#landing .section-2 {
  background-color: #f3f6fa;
}
#landing .trial {
  width: 100%;
  padding: 100px 0;
  line-height: 2;
  background: url(../img/home/trial-bg.png) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-transform: uppercase;
  color: white;
}
#landing .trial a {
  color: white;
}
#landing .trial a:hover,
#landing .trial a:focus {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.54);
}
@media (min-width: 767px) {
  #landing .content-section {
    padding: 125px 0px;
  }
}
#landing #contact .form-group {
  margin-bottom: 25px;
}
#landing #contact .form-group input,
#landing #contact .form-group textarea {
  padding: 20px;
}
#landing #contact .form-group input.form-control {
  height: auto;
}
#landing #contact .form-group textarea.form-control {
  height: 236px;
}
#landing #contact .form-control:focus {
  border-color: #00b6ae;
  box-shadow: none;
}
#landing #contact ::-webkit-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Microsoft JhengHei, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #bbbbbb;
}
#landing #contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Montserrat", "Helvetica Neue", Microsoft JhengHei, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #bbbbbb;
}
#landing #contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Montserrat", "Helvetica Neue", Microsoft JhengHei, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #bbbbbb;
}
#landing #contact :-ms-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Microsoft JhengHei, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #bbbbbb;
}
#landing #contact .text-danger {
  color: #e74c3c;
  text-align: left;
}
@media (max-width: 768px) {
  #landing .intro .intro-body .wrapper {
    padding: 0;
    width: 100%;
    height: 100%;
  }
  #landing .intro .intro-body .wrapper .brand-heading {
    padding-left: 0;
    text-align: center;
  }
  #landing .intro .intro-body .wrapper #landing-trial-1 {
    display: none;
  }
  #landing .content-section .section-image {
    height: auto;
  }
  #landing .media {
    display: none;
  }
  #landing #contact {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }
}
/* End of Landing Page */
/* Service Page */
#service {
  display: none;
  background-color: white;
}
#service header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../img/service/header-bg.png');
  background-repeat: none;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 30px 0;
  text-align: center;
  color: white;
}
#service header .intro-text {
  padding-top: 100px;
  padding-bottom: 50px;
}
#service header .intro-text .intro-lead-in {
  padding: 50px 0px 0px 0;
}
#service header .intro-text .intro-heading {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 2;
  padding: 50px 0;
}
#service header .intro-text .intro-heading h1 {
  font-family: "Montserrat", "Helvetica Neue", Microsoft JhengHei, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 90px;
  font-style: italic;
}
#service header .intro-text a {
  font-size: 18px;
}
#service #list {
  padding: 50px 10px 50px 10px;
}
#service #list .media {
  padding: 30px 20px 30px 20px;
}
#service #list .media .media-object {
  padding-right: 20px;
}
#service #list .media .media-heading {
  color: rgba(0, 0, 0, 0.6);
}
#service #list .media .media-content {
  color: rgba(0, 0, 0, 0.54);
  font-size: 16px;
  line-height: 1.4;
}
#service #portfolio {
  background-color: #f3f6fa;
  padding: 100px 0 100px 0;
}
#service #portfolio .heading {
  padding-bottom: 20px;
}
#service #portfolio .heading h2 {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  margin: 0;
  padding-bottom: 5px;
}
#service #portfolio .heading hr {
  width: 20%;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(0, 0, 0, 0.38);
}
#service #portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#service #portfolio .portfolio-item .portfolio-caption {
  /*max-width: 400px;*/
  min-height: 260px;
  margin: 0 auto;
  background-color: white;
  padding: 25px;
}
#service #portfolio .portfolio-item .portfolio-caption h4 {
  text-transform: none;
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(128, 128, 128, 0.2);
}
#service #portfolio .portfolio-item .portfolio-caption p {
  padding: 20px 0;
  color: rgba(0, 0, 0, 0.38);
  letter-spacing: 1px;
  font-size: 16px;
  margin: 0;
}
#service #portfolio .portfolio-item .portfolio-caption .more {
  text-align: right;
  font-size: 16px;
  line-height: 40px;
}
#service #portfolio .portfolio-item .portfolio-caption .more .fa {
  border-radius: 50%;
  border: 1px solid #00b6ae;
  margin-right: 10px;
  padding: 5px 10px 5px 10px;
}
@media (min-width: 767px) {
  #service #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
#service .portfolio-modal .modal-dialog {
  width: 80%;
  /*.modal-backdrop {
                opacity: 0;
                display: none;
            }*/
}
#service .portfolio-modal .modal-dialog .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: left;
}
#service .portfolio-modal .modal-dialog .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}
#service .portfolio-modal .modal-dialog .modal-content p {
  margin-bottom: 30px;
}
#service .portfolio-modal .modal-dialog .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-style: italic;
  font-size: 16px;
}
#service .portfolio-modal .modal-dialog .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
#service .portfolio-modal .modal-dialog .modal-content img {
  margin-bottom: 30px;
}
#service #download .download-section {
  width: 100%;
  padding: 100px 0;
  line-height: 2;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../img/service/header-bg.png') no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-transform: uppercase;
  color: white;
}
#service #download .download-section a {
  color: white;
}
#service #download .download-section a:hover,
#service #download .download-section a:focus {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.54);
}
/* End of Service Page */
/* Linkbundle Page */
#linkbundle {
  display: none;
  background-color: white;
}
#linkbundle header {
  background-image: url(../img/home/trial-bg.png);
  background-repeat: none;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 75px 0 50px 0;
  text-align: center;
  color: white;
}
#linkbundle header .section-image {
  padding-top: 75px;
  -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.2));
}
#linkbundle header .intro-text {
  padding: 50px 0 50px 0;
}
#linkbundle header .intro-text .intro-heading h1 {
  font-family: "Helvetica Neue", Microsoft JhengHei, Helvetica, Arial, sans-serif;
  text-transform: none;
  padding: 50px 0 10px 0;
  letter-spacing: 1px;
  margin-bottom: 0;
}
#linkbundle header .intro-text .intro-heading p {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 200;
}
@media (max-width: 768px) {
  #linkbundle .navbar-header,
  #linkbundle .navbar-collapse,
  #linkbundle .navbar {
    width: 100%;
  }
}
#linkbundle .content-section {
  padding: 75px 0px;
  color: rgba(0, 0, 0, 0.6);
}
#linkbundle .content-section .text {
  padding: 0 50px;
}
#linkbundle .content-section .media {
  margin-top: 50px;
  color: #00b6ae;
}
#linkbundle .section-1 .section-image {
  height: 300px;
  padding-left: 100px;
}
@media (max-width: 768px) {
  #linkbundle .section-1 .section-image {
    padding-left: 0px;
    height: auto;
  }
}
#linkbundle .section-title {
  padding: 10px 20px;
}
#linkbundle .section-content {
  padding: 10px 20px 0px 20px;
}
#linkbundle .section-2 {
  background-color: #f3f6fa;
}
#linkbundle .section-2 .section-image {
  height: 300px;
  padding-left: 0px;
}
@media (max-width: 768px) {
  #linkbundle .section-2 .section-image {
    padding-left: 0px;
    height: auto;
  }
}
#linkbundle .section-3 .section-image {
  height: 300px;
}
@media (max-width: 768px) {
  #linkbundle .section-3 .section-image {
    padding-left: 0px;
    height: auto;
  }
}
#linkbundle .section-4 {
  background-color: #f3f6fa;
}
#linkbundle .section-4 .section-image {
  padding: 20px 200px 0px 200px;
}
@media (max-width: 768px) {
  #linkbundle .section-4 .section-image {
    padding: 20px 25px 0px 25px;
  }
}
#linkbundle .trial {
  width: 100%;
  padding: 100px 0;
  line-height: 2;
  background: url(../img/home/trial-bg.png) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-transform: uppercase;
  color: white;
}
#linkbundle .trial a {
  color: white;
}
#linkbundle .trial a:hover,
#linkbundle .trial a:focus {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.54);
}
#linkbundle .link-input {
  width: 300px;
  margin-right: 5px;
  line-height: 30px;
  padding-left: 10px;
  border: #00b6ae 1px solid;
  background: #ffffff !important;
  font-size: 16px !important;
  border-radius: 3px;
  color: #00b6ae;
}
#linkbundle .custom-table .custom-thead {
  padding-left: 10px;
  background-color: whitesmoke !important;
  line-height: 40px !important;
  font-size: 14px !important;
  color: gray !important;
}
#linkbundle .custom-table tbody tr:hover {
  background-color: whitesmoke;
}
#linkbundle .custom-table tbody tr td {
  color: gray;
  padding: 10px 5px;
  font-size: 14px;
}
#linkbundle .custom-table tbody tr td p {
  padding: 0;
  margin: 0;
}
#linkbundle .lb-list-primary-btn {
  background-color: transparent;
  padding: 5px 10px;
  border: 1px #777 solid;
  color: #777;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  /* Safari */
  transition: all 0.3s ease;
}
/* End of Linkbudle Page */
/* News Page */
#news {
  display: none;
  background-color: white;
}
#news header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../img/service/header-bg.png');
  background-repeat: none;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 30px 0;
  text-align: center;
  color: white;
}
#news header .intro-text {
  padding-top: 100px;
  padding-bottom: 50px;
}
#news header .intro-text .intro-lead-in {
  padding: 50px 0px 0px 0;
}
#news header .intro-text .intro-heading {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 2;
  padding: 50px 0;
}
#news header .intro-text .intro-heading h1 {
  font-family: "Montserrat", "Helvetica Neue", Microsoft JhengHei, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 90px;
  font-style: italic;
}
#news header .intro-text a {
  font-size: 18px;
}
#news .classic {
  padding-top: 50px;
  padding-bottom: 50px;
}
#news .classic .container .row {
  /*background-color: @background-secondary;*/
  height: 350px;
  padding: 20px 0px 30px 0px;
}
#news .classic .container .row .classic-image {
  height: 100%;
}
#news .classic .container .row .classic-content {
  height: 100%;
  padding: 30px 30px 30px 20px;
}
#news .classic .container .row .classic-content h3 {
  color: rgba(0, 0, 0, 0.6);
  text-transform: none;
  margin: 0;
  padding-bottom: 20px;
}
#news .classic .container .row .classic-content p {
  padding: 20px 0;
  color: rgba(0, 0, 0, 0.38);
  letter-spacing: 1px;
  font-size: 16px;
  margin: 0 0 20px 0;
  border-bottom: 2px solid rgba(128, 128, 128, 0.2);
}
#news .classic .container .row .classic-content .more span {
  font-size: 16px;
}
#news .classic .container .row .classic-content .more span .fa {
  margin-left: 5px;
}
#news .blogpost-modal .modal-dialog {
  width: 80%;
}
#news .blogpost-modal .modal-dialog .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
}
#news .blogpost-modal .modal-dialog .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}
#news .blogpost-modal .modal-dialog .modal-content p {
  margin-bottom: 30px;
}
#news .blogpost-modal .modal-dialog .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-style: italic;
  font-size: 16px;
}
#news .blogpost-modal .modal-dialog .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
#news .blogpost-modal .modal-dialog .modal-content img {
  margin-bottom: 30px;
}
#news .blogpost-modal .modal-dialog .modal-backdrop {
  opacity: 0;
  display: none;
}
/* End of News Page */
/* Start Tools Page */
#tools {
  display: none;
  background-color: white;
}
#tools header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../img/tools/header-bg.png');
  background-repeat: none;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
#tools header .intro-text {
  padding-top: 50px;
  /*padding-bottom: 50px;*/
}
#tools header .intro-text .intro-lead-in {
  padding: 50px 0px 0px 0;
}
#tools header .intro-text .intro-heading {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 2;
  padding: 50px 0;
}
#tools header .intro-text .intro-heading h2 {
  font-family: "Montserrat", "Helvetica Neue", Microsoft JhengHei, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  line-height: 1.5;
}
#tools header .intro-text a {
  font-size: 18px;
}
#tools header .intro-button {
  padding-top: 50px;
  text-align: center;
  color: white;
  font-size: 20px;
}
#tools header .intro-button p {
  color: white;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 2;
  padding: 50px 0 0 0;
  margin: 0;
}
#tools #extension {
  padding-top: 50px;
  padding-bottom: 50px;
}
#tools #extension .container .media {
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 50px;
}
#tools #extension .container .media .media-body {
  padding-left: 50px;
}
#tools #extension .container .media .media-body .media-heading {
  color: rgba(0, 0, 0, 0.54);
}
#tools #extension .container .media .media-body p {
  color: rgba(0, 0, 0, 0.38);
}
/* End of Tools Page */
/* Start the Publish Page */
#publish {
  /* Facebook Preview Styles */
  /* Fast Publish */
}
#publish header img {
  width: 100%;
}
#publish section {
  background-color: #eee;
  padding: 50px 0px;
}
#publish section h3 {
  color: #6f7982;
}
#publish section h4 {
  color: #00b6ae;
}
#publish #left-panel.affix {
  top: 20px;
  /*z-index: 9999;*/
}
#publish .panel-custom {
  background-color: white;
  border-radius: 0;
  border: none;
  box-shadow: 2px 2px 10px #CCC;
}
#publish .panel-custom .panel-title {
  background-color: #736086;
  color: white;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 45px;
  padding: 10px 30px;
}
#publish .panel-custom .panel-body {
  padding: 25px;
}
#publish .qs_preview_wrapper {
  word-wrap: break-word;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 4px rgba(0, 0, 0, 0.1);
  display: inline-block;
}
#publish #qs_preview_image,
#publish .qs_preview_image {
  width: 470px;
  height: 246px;
  background-position: center top;
  background-color: #000000;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#publish #link_image_hint,
#publish .link_image_hint {
  height: 246px;
  width: 100%;
  color: #000000;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#publish #link_image .upload-box {
  margin: 0px;
}
#publish #fb_preview_link_title,
#publish .fb_preview_link_title {
  width: 440px;
  font-family: Georgia, 'lucida grande', tahoma, verdana, arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 22px;
  word-wrap: break-word;
  color: #141823;
  border: 1px #CCC dashed;
  resize: none;
  padding: 5px;
}
#publish #fb_preview_link_description,
#publish .fb_preview_link_description {
  width: 440px;
  font-family: helvetica, arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  word-wrap: break-word;
  color: #142020;
  border: 1px #CCC dashed;
  resize: none;
  padding: 5px;
}
#publish #link_desc,
#publish .link_desc {
  padding: 12px;
  margin-bottom: 5px;
  overflow: hidden;
}
#publish #link_desc span {
  display: block;
  text-align: left;
  width: 100%;
  font-size: 12px;
  margin-top: 10px;
  line-height: 12px;
  text-transform: uppercase;
  color: #9197a3;
  padding: 0px 5px;
}
#publish .ad-preview-block-container {
  list-style: none;
  padding-left: 0px;
}
#publish .ad-preview-block {
  list-style: none;
  margin-bottom: 30px;
}
#publish .ad-preview-block .profile {
  padding: 0 0 1px;
  vertical-align: 1px;
}
#publish .ad-preview-block .profilepic {
  width: 24px;
  height: 24px;
  margin-right: 3px;
  cursor: pointer;
  vertical-align: 1px;
}
#publish .ad-preview-block .pagename {
  color: #3b5998;
  font-size: 16px;
  vertical-align: top;
  cursor: pointer;
  font-weight: bold;
}
#publish .ad-preview-block .publish {
  margin: 10px;
}
#publish .ad-preview-block .publish.btn-green:disabled {
  background-color: #fafafa;
  color: #999;
  border-color: rgba(0, 0, 0, 0.06);
  box-shadow: none;
  text-shadow: 0 1px 0 #fff;
}
#publish .form-group {
  margin-bottom: 5px;
}
#publish .form-group input,
#publish .form-group textarea {
  padding: 10px;
}
#publish .form-group input.form-control {
  height: auto;
}
#publish .form-group textarea.form-control {
  height: 236px;
}
#publish .form-control:focus {
  border-color: #00b6ae;
  box-shadow: none;
}
#publish ::-webkit-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Microsoft JhengHei, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #bbbbbb;
}
#publish :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Montserrat", "Helvetica Neue", Microsoft JhengHei, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #bbbbbb;
}
#publish ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Montserrat", "Helvetica Neue", Microsoft JhengHei, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #bbbbbb;
}
#publish :-ms-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Microsoft JhengHei, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #bbbbbb;
}
/* End the Publish Page */
