@charset "UTF-8";
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: "微軟正黑體", PT Sans, Arial, serif;
  font-size: 20px;
  line-height: 1.5;
  color: #666666;
  color: #7f7f7f;
  background: #fff;
  height: 100%;
  position: relative;
}

a {
  color: #48b0f7;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #48b0f7;
  outline: none;
}

a:focus,
a:hover {
  outline: 0;
  text-decoration: none;
}

a:active,
a:focus,
button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
select::-moz-focus-inner {
  outline: 0;
}

p {
  margin-bottom: 1.5em;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: "微軟正黑體", PT Sans, Arial, serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #fff;
  background: #48b0f7;
}

::-moz-selection {
  color: #fff;
  background: #48b0f7;
}

::selection {
  color: #fff;
  background: #48b0f7;
}

.dropdown-menu > li > a > i {
  display: inline-block;
  margin-right: 5px;
}

.clearfix {
  clear: both;
}

.margin-w20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.margin-h20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.padding-h20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-w20 {
  padding-left: 20px;
  padding-right: 20px;
}

.padding-wh20 {
  padding: 20px;
}

.text-danger {
  color: #d9534f;
}

.btn-rounded {
  border-radius: 100px !important;
  margin-top: -5px;
}

.btn-complete:hover {
  color: #ffffff;
  background-color: #adadad;
  border-color: #adadad;
}

.btn-complete, .btn-complete:focus {
  color: #ffffff;
  background-color: #ccc;
  border-color: #ccc;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="number"],
input[type="date"],
input[type="tel"], textarea {
  font-family: '微軟正黑體', Roboto, sans-serif;
  display: block;
  width: 100%;
  border: 1px solid #dcdff1;
  border-radius: 0;
  background-color: #ffffff;
  background-image: none;
  box-shadow: none;
  color: #000000;
  box-sizing: border-box;
  padding: 10px;
  letter-spacing: 1px;
}

input[type="checkbox"]:not(checked) {
  position: absolute;
  opacity: 0;
}

input[type="checkbox"] + label {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  position: relative;
  line-height: 2;
}

input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  margin-right: 15px;
  vertical-align: top;
  background-color: #f4f5fb;
}

input[type="checkbox"]:checked + label::after {
  content: "✔";
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-size: 110%;
  background-color: #d9534f;
}

.call-action select,
.call-action input[type="text"],
.call-action input[type="password"],
.call-action input[type="email"],
.call-action input[type="search"],
.call-action input[type="number"],
.call-action input[type="date"],
.call-action input[type="tel"] {
  height: 60px;
}
.call-action .btn {
  line-height: 215%;
  max-height: 60px;
}

.panel.panel-border {
  border: 1px solid #eeeeee;
}

.b-danger {
  border-color: #d9534f !important;
}

.panel {
  border-radius: 0px;
}

.rh20 {
  font-family: "微軟正黑體",arial,sans-serif;
}

.rhurl:hover.rhdefaultcolored, .rhurlctr.rhdefaultcolored, .rhurl.rhdefaultcolored span, .rhurl.rhdefaultcolored span:hover {
  color: #3f51b5;
}

.table-list td a {
  cursor: pointer;
  font-size: 16px;
}
.table-list td.table-function {
  text-align: center;
}
.table-list td.table-function a {
  margin: auto 8px;
  font-size: 20px;
  color: #9f9f9f;
}

.modal-dialog .modal-body {
  font-size: 16px;
}

.filter {
  font-size: 16px;
  margin-bottom: 40px;
}
.filter .filter-wrap {
  position: relative;
}
.filter label {
  padding-top: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.filter .form-group {
  border-bottom: 1px dashed #f3f3f3;
  padding: 5px 0;
}
.filter .form-control-static {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  border-left: 1px solid #f0f0f0;
}
.filter .form-control-static ul {
  padding-left: 0;
  list-style: none;
  position: relative;
  display: block;
  margin-right: 72px;
  zoom: 1;
  content: "";
  overflow: hidden;
  clear: both;
  vertical-align: middle;
}
.filter .form-control-static li {
  list-style: none;
  width: auto;
  overflow: hidden;
  float: left;
  text-align: left;
}
.filter .form-control-static a {
  padding: 0 8px;
  display: inline-block;
  white-space: nowrap;
  border-radius: 3px;
  color: #48b0f7;
}
.filter .form-control-static a.active {
  background-color: #3f51b5;
  color: #fff;
  border-radius: 50px;
}
.filter .filter-options {
  position: absolute;
  top: 0;
  right: 15px;
  vertical-align: middle;
  float: right;
}
.filter .show-more {
  position: absolute;
  bottom: -39px;
  right: 0;
  background-color: #ebebeb;
  border-radius: 0 0 3px 3px;
  padding: 8px;
}

.modal-body
.nav-tabs > li > a {
  border-radius: 16px;
  color: #3f51b5;
  padding: 6px 8px;
  margin-bottom: 20px;
}

.patient-info {
  border-bottom: 1px dotted #ddd;
  font-size: 14px;
  margin-bottom: 0px;
}

.consult-list {
  display: block;
  float: left;
}
.consult-list ul {
  padding: 10px 0 20px 0;
  border-bottom: 1px dotted #ddd;
  float: left;
}
.consult-list ul li {
  list-style: none;
}
.consult-list ul li .panel-body {
  position: relative;
  background: #f5f5f5;
  padding: 0 10px 10px 10px;
}
.consult-list ul li .panel-body :before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 10px solid transparent;
  border-top-color: #f5f5f5;
}
.consult-list .q {
  position: relative;
  min-height: 40px;
  font-size: 13px;
}
.consult-list .photo-user {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 100px;
}
.consult-list p {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
}
.consult-list .date {
  clear: both;
  display: block;
  margin: 5px 0;
  color: #ccc;
  font-size: 13px;
}
.consult-list .a span, .consult-list .a font {
  margin-left: 5px;
  font-size: 13px;
}
.consult-list .a .info {
  margin-bottom: 5px;
  color: #888;
}
.consult-list .a ol {
  padding-left: 0;
  float: left;
}
.consult-list .a ol:nth-of-type(even) {
  margin-top: 10px;
}
.consult-list .photo-dr {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}

.card-info {
  font-size: 14px;
}
.card-info li {
  list-style: none;
  margin-bottom: 5px;
}
.card-info dt {
  float: left;
  width: 40%;
  clear: left;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-info dd {
  margin-left: 40%;
  margin-bottom: 20px;
}
.card-info .diagnose-tag a {
  display: inline-block;
  padding: 3px 7px;
  margin: 3px 5px 3px 0;
  background: #ffeed1;
  color: #ff8100;
  border-radius: 3px;
  text-decoration: none;
}

.related-consult .consult-item {
  border: 1px solid #ececec;
  margin-bottom: 20px;
}
.related-consult .entry_title {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.related-consult p.ask-date {
  color: #bbb;
  font-size: 13px;
  text-align: right;
  margin-top: 5px;
}
.related-consult .ask {
  position: relative;
  min-height: 75px;
  margin: 10px 0;
}
.related-consult .ask .q-icon {
  font-size: 25px;
  font-family: "微軟正黑體", PT Sans, Arial, serif;
  font-weight: 400;
  border-radius: 50px;
  background-color: #3f51b5;
  color: #fff;
  padding: 4px 8px;
  font-style: normal;
}
.related-consult .reply {
  position: relative;
  border-top: 1px dashed #e2e2e2;
  padding-top: 15px;
  min-height: 120px;
  color: #000;
  margin: 0 0 10px 0;
}
.related-consult .reply p {
  margin-bottom: 5px;
}
.related-consult .reply img {
  width: 40px;
  height: 40px;
  border-radius: 50px;
}
.related-consult .reply span {
  margin-left: 10px;
  font-size: 14px;
  color: #888;
}
.related-consult .reply .dr-info {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #888;
}

.scrollbar {
  float: left;
  overflow-y: scroll;
  margin-bottom: 25px;
  min-height: 300px;
}

/* Scrollbar STYLE */
.brand-sc::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 4px;
}

.brand-sc::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
  border-radius: 4px;
}

.brand-sc::-webkit-scrollbar-thumb {
  background-color: #3f51b5;
  border-radius: 4px;
}

/* Scrollbar STYLE END */
.dr-list .well {
  padding: 19px;
  background-color: #ffffff;
  border: 0px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.07);
}
.dr-list .well .reward-honor {
  position: absolute;
  display: block;
  top: 0px;
  left: 15px;
  width: 47px;
  height: 51px;
  background-color: #f9a821;
  color: #fff;
  text-align: center;
}
.dr-list .well .reward-honor span {
  display: block;
  margin: 3px auto 0;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
.dr-list .well .reward-zeal {
  background-color: #d9534f;
  position: absolute;
  display: block;
  top: 0px;
  left: 15px;
  width: 47px;
  height: 51px;
  color: #fff;
  text-align: center;
}
.dr-list .well .reward-zeal span {
  display: block;
  margin: 3px auto 0;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
.dr-list .well .card-info {
  font-size: 14px;
  max-width: 202px;
  text-overflow: ellipsis;
  text-align: center;
}

.panel-body > .depart-inner {
  width: auto;
  height: auto;
  max-width: 650px;
  background: rgba(255, 255, 255, 0.8);
  margin: 15px auto;
  float: left;
  padding: 20px;
  overflow: hidden;
  border: 1px solid #eeeeee;
  border-color: #d9534f !important;
}
.panel-body h3 {
  font-weight: bold;
  padding: 0 0 10px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
  font-size: 22px;
}
.panel-body .depart-info li {
  padding: 5px 0 10px;
  font-size: 18px;
  line-height: 18px;
  list-style: none;
  color: #000;
}
.panel-body .depart-info a {
  color: #888;
  font-size: 16px;
  margin-left: 10px;
  font-size: 14px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  overflow: hidden;
  padding: 0 5px;
  border: 1px solid #e1e1e1;
  background: #f9f9f9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 5px;
}
.panel-body .depart-info font {
  color: #888;
  font-size: 14px;
  line-height: 26px;
}
.panel-body .depart-info i {
  margin-right: 10px;
  color: #3f51b5;
}
.panel-body .depart-info .depart-row {
  max-height: 96px;
  overflow-y: scroll;
  margin-bottom: 10px;
}

.tab-pane .panel-title i {
  margin-right: 10px;
}

.panel > div.page-header {
  margin-top: 15px;
  clear: both;
}

.panel.panel-input {
  background-size: 100% auto;
  padding: 20px;
}

.nav-tabs li span.badge {
  background-color: transparent;
  font-size: 16px;
  padding: 0 7px;
  font-weight: normal;
  margin-top: -5px;
  color: #3f51b5;
}
.nav-tabs li.active span.badge {
  color: #fff;
}

.choose-text {
  color: #7f7f7f;
  opacity: 0.5;
  margin-bottom: 0;
  max-width: 60px;
  max-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}

.choose-item input[type="radio"] {
  display: none;
}

.choose-item input[type="radio"]:checked + label p {
  opacity: 1 !important;
}

.choose-item input[type="radio"]:checked + label i.choose-item-select {
  opacity: 1 !important;
}

.choose-item input[type="radio"]:checked + label img.choose-who-icon {
  opacity: 1 !important;
}

.choose-who-icon {
  display: inline-block;
  height: 60px;
  vertical-align: middle;
  width: 60px;
  opacity: 0.5;
}

.choose-item {
  cursor: pointer;
  display: inline-block;
  margin: 0 13px 10px;
  position: relative;
}

.choose-item-select {
  color: #00cdcd;
  position: absolute;
  right: -14px;
  top: 33px;
  opacity: 0 !important;
  font-size: 28px;
}

.carousel-indicators {
  bottom: -3px;
}

.patient-side .card, .main_wrapper .card {
  padding: 20px;
  margin-bottom: 20px;
}
.patient-side h5, .main_wrapper h5 {
  color: #48b0f7;
}

.entry_title {
  white-space: nowrap;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
}

.panel-title a {
  color: #48b0f7;
}

.page-header {
  margin-top: 10px;
  clear: both;
}
.page-header h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.form-steps {
  overflow: hidden;
  position: relative;
  margin-top: 20px;
  text-align: center;
}

.form-progress {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}

.form-progress-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: #f35b3f;
}

.form-step {
  position: relative;
  float: left;
  width: 33.33%;
  padding: 0 5px;
}

.form-step-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 4px;
  background: #ddd;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.form-step.activated .form-step-icon {
  background: #fff;
  border: 1px solid #f35b3f;
  color: #f35b3f;
  line-height: 38px;
}

.form-step.active .form-step-icon {
  width: 48px;
  height: 48px;
  margin-top: 0;
  background: #f35b3f;
  font-size: 22px;
  line-height: 48px;
}

.form-step p {
  color: #ccc;
}

.form-step.activated p {
  color: #f35b3f;
}

.form-step.active p {
  color: #f35b3f;
}

/* carousel */
.media-carousel {
  margin-bottom: 0;
}

/* Previous button  */
.media-carousel .carousel-control.left {
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #ffffff;
  border: 4px solid #e5e5e5;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width: 40px;
  margin-top: 30px;
  top: 35%;
  color: #000;
}

/* Next button  */
.media-carousel .carousel-control.right {
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #ffffff;
  border: 4px solid #e5e5e5;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width: 40px;
  margin-top: 30px;
  top: 35%;
  color: #000;
}

/* Changes the position of the indicators */
.media-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}

/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li {
  background: #c0c0c0;
}

.media-carousel .carousel-indicators .active {
  background: #333333;
}

.media-carousel img {
  width: 250px;
  height: 100px;
}

/* End carousel */
.user-friend-list img,
.media img {
  height: 50px;
  width: 50px;
}

.user-profiles-list-small li {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  font: normal 14px sans-serif;
  background-color: #f4f8fa;
  border: 1px solid #dbe3e7;
  box-shadow: 0 2px 3px #dbe3e7;
  width: 252px;
  margin: 5px;
}

.user-profiles-list-small .user-avatar {
  float: left;
  padding: 10px 15px;
}

.user-profiles-list-small .user-avatar img {
  border-radius: 50%;
  border: 0;
}

.user-profiles-list-small .user-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 19px 0 0;
  max-width: 155px;
}

.user-profiles-list-small .user-name a {
  color: #5d6569;
  text-decoration: none;
  font-weight: bold;
}

.user-profiles-list-small .user-name span {
  display: block;
  font-size: 11px;
  color: #808d93;
  padding-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sort-list li a {
  padding: 5px 10px;
  font-size: 16px;
  border: 1px solid;
  border-radius: 20px;
  margin: 3px;
  background-color: transparent;
}

.sort-list li a .badge {
  background-color: transparent;
  color: #888;
  padding: 3px 5px;
  margin-top: -3px;
  margin-left: 5px;
}

.sort-list-col {
  margin-bottom: 20px;
  padding: 18px 0 20px 0;
}

.user-profiles-list-small > .sort-list-col {
  border-top: 1px solid #e2e2e2;
}

.sort-list-col h4 {
  margin-left: 10px;
  font-size: 16px;
  margin-bottom: 15px;
  color: #777;
}

.sort-list-col .panel-footer {
  margin-top: 10px;
}
.sort-list-col .social-row {
  margin-bottom: 10px;
}
.sort-list-col li span a {
  border-radius: 20px;
  margin: 3px;
  line-height: 10px;
  padding: 7px 10px;
}
.sort-list-col li span i {
  font-size: 12px;
  color: #fff;
}

.user-blog-list li div.card {
  padding: 4%;
  margin-bottom: 40px;
}
.user-blog-list .article-bg {
  content: "";
  margin: 0 auto;
}
.user-blog-list a img.article_feature-photo {
  height: 240px;
  width: 100%;
  cursor: pointer;
  object-fit: cover;
}
.user-blog-list .article_content {
  margin: 0 auto;
  width: 100%;
}
.user-blog-list .article_content_bg {
  margin: -65px auto 20px;
  background-color: #fff;
  text-align: center;
  width: 80%;
  position: relative;
}
.user-blog-list .article_content .article_content_avatar {
  width: 86px;
  height: 86px;
  margin: 0 auto;
  border-radius: 75pt;
  background-color: #fff;
  margin-top: -40px;
  position: relative;
  top: -40px;
}
.user-blog-list .article_content .article_content_avatar img {
  width: 86px;
  height: 86px;
  -webkit-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  border-radius: 75pt;
  border: 4px solid #fff;
}
.user-blog-list .article_content_info {
  margin: 0 auto;
  text-align: center;
  margin-top: -30px;
}
.user-blog-list .article_content_info ul {
  text-decoration: none;
  list-style: none;
  padding: 0;
}
.user-blog-list .article_content_info a h4 {
  margin-top: -30px;
  margin-bottom: -10px;
  color: #666;
  margin: 0 auto 10px;
  overflow: hidden;
  font-size: 18px;
  cursor: pointer;
}
.user-blog-list .article_content_info li small {
  font-size: 13px;
  color: #666;
  vertical-align: top;
}
.user-blog-list .article_content_info li a h5 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  vertical-align: top;
  overflow: hidden;
  height: 46px;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.user-blog-list .article_content_info li span {
  width: auto;
  text-align: left;
  font-size: 13px;
  color: #fff;
  left: 26px;
  padding: 8px;
  margin: 5px;
}
.user-blog-list .article_content_info li span i {
  margin-right: 5px;
}

.entry_content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.panel-title {
  clear: both;
}

.panel-title h4 {
  font-weight: bold;
  margin: 20px 0 0 0;
  font-size: 24px;
}

.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-role {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}

.profile-usermenu {
  margin-top: 30px;
}

.sub-menu {
  margin-bottom: 30px;
  background-color: #fff;
}

.sub-menu ul li,
.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.sub-menu ul li:last-child,
.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.sub-menu ul li a,
.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 16px;
  font-weight: 400;
}

.sub-menu ul li a i,
.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 16px;
}

.sub-menu ul li a:hover,
.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.sub-menu ul li.active,
.profile-usermenu ul li.active {
  border-bottom: none;
}

.sub-menu ul li.active a,
.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

.search-bar {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 20px;
}

/* .search-bar .input-group #search-text-result {
    width: 413px;
    float: left;
    -webkit-padding-start: 0px;
}
.search-bar .input-group span.input-group-btn {
    position: absolute;
    top: 0;
    right: 0px;
    width: 80px;
} */
.article-box .home_sidebar {
  margin-top: 0px;
}
.article-box .purchase_sidebar div.purchase_sidebar_img {
  overflow: hidden;
  max-height: 230px;
}
.article-box div.purchase_sidebar {
  padding: 10px;
}
.article-box .purchase_sidebar_text > h2 {
  color: #ffffff;
  padding: 20px 0;
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
}
.article-box .purchase_sidebar_text > p {
  font-size: 17px;
  color: #fff;
  font-weight: 500;
}

.wrapper {
  padding-top: 30px;
}

.article-box div.single_fs_news_right_text {
  float: left;
  margin-top: 10px;
}

.article-box-top ol.breadcrumb {
  font-size: 16px;
  background-color: transparent;
  margin-bottom: 0px;
  padding-left: 0px;
}

.article-box-top > div.top-keyword ul {
  list-style: outside none none;
  margin: 0;
  text-align: right;
}
.article-box-top > div.top-keyword ul li {
  display: inline;
}
.article-box-top > div.top-keyword ul li a {
  display: inline-block;
  font-size: 16px;
  padding: 10px;
  text-transform: uppercase;
}

.breadcrumb {
  font-size: 16px;
  background-color: #fff;
  margin-bottom: 0px;
}

.article-box .card .thumbnail a > span {
  width: auto;
  text-align: left;
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 26px;
  bottom: 220px;
  padding: 5px;
}

.media-news .media-body a {
  font-size: 15px;
  color: #666;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.card-rank > .home_sidebar.purchase_sidebar_text h2 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
}

.single_post img, .single_post iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.article-box {
  /* 單篇新聞底下 START */
  /* 單篇新聞底下 END */
}
.article-box .card {
  margin-bottom: 20px;
}
.article-box .caption {
  padding: 0 10px 10px 10px;
}
.article-box .thumbnail a > img {
  height: 202.5px;
}
.article-box .caption > a h4 {
  min-height: 54px;
  max-height: 54px;
  margin-bottom: 10px;
  line-height: 1.5;
  word-break: break-all;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.article-box .caption > p {
  min-height: 70px;
  max-height: 70px;
  overflow: hidden;
  margin-bottom: 22px;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.article-box li .col-sm-3 .thumbnail a > img {
  height: 180px;
}
.article-box li.col-sm-3 .caption > p {
  min-height: 70px;
  max-height: 70px;
  overflow: hidden;
  margin-bottom: 10px;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.article-box li.col-sm-3 .thumbnail a > span {
  width: auto;
  text-align: left;
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 26px;
  bottom: 210px;
  padding: 5px;
}

.clearboth {
  clear: both;
}

.padding-top30 {
  padding-top: 30px;
}

.padding-top95 {
  padding-top: 95px;
}

.sa_img {
  margin-bottom: 30px;
}

.sa_details > a {
  color: #fff;
  display: block;
  font-size: 14px;
  height: 28px;
  text-transform: uppercase;
  width: 96px;
  text-align: center;
  padding-top: 3px;
}

.sa_details > h2 {
  font-size: 40px;
  font-weight: 700;
  margin-top: 20px;
}

.post_meta {
  margin-bottom: 23px;
  font-size: 16px;
}

.post_meta > ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.post_meta li {
  display: inline-block;
  margin-right: 14px;
  color: #999999;
}
.post_meta li a {
  color: #999999;
}

.post_meta > ul li a i,
.post_meta > ul li i {
  margin-right: 5px;
}

.post_text > p,
.single_comment_text > p {
  color: #333333;
  font-size: 18px;
  line-height: 1.8;
}

.post_inner {
  border-left: 2px solid #d9534f;
  line-height: 24px;
  margin-bottom: 25px;
  margin-left: 20px;
  margin-top: 25px;
  padding-left: 20px;
  color: #333333;
}

.post_inner > p {
  padding: 14px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}

.social_tags {
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
  overflow: hidden;
  padding: 23px 0;
}

.social_tags_left {
  float: left;
  margin-top: 5px;
  width: 50%;
}

.social_tags_left > p {
  color: #333333;
  float: left;
  margin-bottom: 0;
  margin-right: 20px;
  text-transform: uppercase;
  width: 55px;
  line-height: 35px;
}

.social_tags_left > ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.social_tags_left > ul li {
  display: inline-block;
  margin-right: 13px;
}

.social_tags_left ul li a {
  color: #333333;
  font-size: 15px;
}

.social_tags_right {
  float: right;
  margin-right: 20px;
  text-align: right;
  width: 30%;
}

.social_tags_right ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.social_tags_right ul li {
  display: inline-block;
}

.social_tags_right ul li a {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 29px;
  line-height: 29px;
  text-align: center;
  width: 29px;
}

.social_tags_right ul li.facebook a {
  background: #3B5998;
}

.social_tags_right ul li.google-plus a {
  background: #DD4B39;
}

.social_tags_right ul li.twitter a {
  background: #00ACED;
}

.social_tags_right ul li.linkedin a {
  background: #1483A6;
}

.sa-next-prev {
  border-bottom: 1px solid #ededed;
  overflow: hidden;
  padding: 38px 0;
}

.sa-prev {
  float: left;
  width: 50%;
}

.sa-prev > a,
.sa-next > a {
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

.sa-prev i {
  margin-right: 8px;
}

.sa-next {
  float: left;
  margin-right: 2%;
  text-align: right;
  width: 46%;
}

.sa-next-post {
  margin-top: 15px;
}

.sa-next-post > a {
  color: #333;
  font-size: 16px;
}

.sa-comments-box > h2,
.comment-form > h2 {
  color: #333;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 36px;
  text-transform: uppercase;
  font-weight: bold;
}

.single_comment {
  overflow: hidden;
  padding: 20px 0;
}

.single_comment_pic {
  float: left;
  margin-right: 35px;
  overflow: hidden;
  width: 105px;
  height: 60px;
  width: 60px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  border: 2px solid #FFF;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.6);
}

.single_comment_text {
  float: left;
  overflow: hidden;
  width: 83%;
}

.sa_title {
  overflow: hidden;
  font-size: 15px;
}

.sa_title > a {
  float: left;
  width: 80%;
  font-size: 15px;
}

.sa_title a h4 {
  color: #333;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.sa_title > p {
  color: #999;
  float: left;
  text-align: right;
  width: 20%;
  margin-bottom: 10px;
}

.single_comment_text > p {
  color: #999999;
  line-height: 24px;
  font-size: 15px;
  margin-bottom: 10px;
}

.single_comment_text > a {
  color: #999;
  font-size: 15px;
}

.single_comment_text i {
  margin-right: 5px;
}

.single_comment:nth-child(3) {
  margin-left: 50px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.single_comment:nth-child(3) .single_comment_pic {
  margin-left: 115px;
}

.single_comment:nth-child(3) .single_comment_text {
  width: 68%;
}

.inp_name {
  margin-bottom: 40px;
}

#c_name {
  margin-right: 3%;
}

.inp_name > input[type="text"],
.inp_name > input[type="email"] {
  border-color: #E7E7E7;
  border-style: solid;
  border-width: 0 0 1px;
  color: #777;
  padding: 19px 0;
  text-transform: uppercase;
  width: 48%;
  display: inline-block;
  height: inherit;
}

.comments_form textarea {
  border-color: #E7E7E7;
  border-style: solid;
  border-width: 0 0 1px;
  margin-bottom: 30px;
  margin-top: 12px;
  width: 100%;
  color: #777;
  text-transform: uppercase;
}

.post_text h1,
.post_text h2,
.post_text h3,
.post_text h4 {
  font-weight: bold;
  color: #d9534f;
}

.col-right > .home_sidebar {
  margin-top: 0px;
  height: 798px;
  position: relative;
  margin-bottom: 20px !important;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.07);
  -khtml-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.07);
}

.follow_us_side.card-rank .single_fs_news_img {
  float: left;
  margin-right: 11px;
  width: 27%;
  display: none;
}

.follow_us_side.card-rank .single_fs_news_right_text {
  margin-top: 0;
  width: 100%;
}

.col-right {
  float: right;
}

.col-left {
  float: left;
}

.card-rank {
  height: 798px;
  position: relative;
  margin-bottom: 20px !important;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.07);
  -khtml-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.07);
}

.no-padding {
  padding: 0px;
}

.padding-btm80 {
  padding-bottom: 80px;
}

#slider > .owl-controls div.owl-pagination {
  margin-top: -50px;
  position: absolute;
  right: 50px;
}

.owl-theme .owl-controls .owl-page.active span, .carousel-indicators li.active {
  background-color: #3f51b5;
  height: 15px;
  margin: 5px;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 15px;
  border: 3px solid #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.owl-theme .owl-controls .owl-page span, .carousel-indicators li {
  background: #ffffff;
  height: 15px;
  margin: 5px;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 15px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.carousel-caption h3 {
  font-weight: bold;
  color: #fff;
  font-size: 36px;
  margin-bottom: 0px;
}
.carousel-caption h4 {
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0px;
}

.small-avatar-in {
  position: absolute !important;
  top: auto;
  left: auto;
  bottom: 10px;
  right: 10px;
  border: 0 solid #e4e4e4;
}
.small-avatar-in a img {
  float: left;
  height: 60px;
  clear: none;
  width: 60px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  border: 2px solid #FFF;
  display: block;
  position: relative;
  width: auto !IMPORTANT;
}

.card .card-title {
  border-bottom: 1px solid #efefef;
  color: #333333;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.card .card-title i {
  margin-right: 5px;
}
.card div > p.card-info {
  font-size: 16px;
}

.small-avatar a img {
  float: none;
  margin: 0 auto;
  height: 100px;
  clear: none;
  width: 100px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  display: block;
}

.banner_area {
  padding-top: 110px;
  padding-bottom: 20px;
  background-color: #ededed;
}

#slider .carousel-caption,
.br_single_news .carousel-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
  right: 0;
  text-align: left;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 40%, rgba(255, 255, 255, 0.02) 60%);
}

.bl_single_text h4 {
  font-weight: 700;
}

.br_single_text h4,
.left_title.main_nav_box ul li a,
.single_fs_news_left_text h4 {
  font-weight: bold;
}

.single_fs_news_left_text a:hover,
.single_fs_news_right_text a:hover,
.title_right ul li a:hover {
  text-decoration: none;
}

.header_search {
  position: absolute;
  right: 25px;
  top: 0;
}

.header_search input[type="text"] {
  background-color: #333333;
  background-image: url("../images/header_search.png");
  background-position: center center;
  background-repeat: no-repeat;
  border: 0 none;
  color: #ffffff;
  height: 20px;
  line-height: 73px;
  margin-top: 2px;
  padding: 0;
  text-indent: -999px;
  transition: all 0.3s ease-out 0s;
  width: 58px;
}

.header_search::after {
  background: #b6aa7f none repeat scroll 0 0;
  bottom: -3px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.header_search input[type="text"]:focus {
  background-color: #000000;
  background-image: none;
  text-indent: 10px;
  width: 220px;
}

.header_search input[type="submit"] {
  display: none;
}

.header_top {
  background-color: #333333;
  padding: 15px 0 14px;
}

.news_twiks {
  float: left;
  margin-right: 5px;
  width: 60px;
}

.news_twiks h4 {
  color: #bb5a93;
  font-size: 11px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.news_twiks_items {
  float: left;
  width: 84%;
  line-height: 13px;
}

#carousel-example-generic1 p {
  color: #fff;
  font-size: 11px;
  margin-bottom: 0;
  margin-top: -1px;
  text-transform: uppercase;
}

.header_top_right {
  text-align: right;
}

.social_header {
  float: left;
  width: 96%;
}

.social_header ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.home_sidebar .single_fs_news_right_text h4 a {
  color: #333;
  font-size: 16px;
}

.home_sidebar .single_fs_news_right_text > p {
  color: #999999;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.home_sidebar .follow_us_side .single_fs_news_right_text h4 {
  font-size: 11px;
  line-height: 14px;
}

.home_sidebar .single_fs_news_right_text a {
  font-size: 16px;
  line-height: 22px;
  margin-right: 5px;
}

.social_header ul li {
  display: inline-block;
}

.social_header ul li a {
  color: #fff;
  display: block;
  font-size: 13px;
  padding: 0 10px;
}

.social_header ul li a:hover {
  color: #C66196;
  text-decoration: none;
}

.social_header ul li a:focus {
  outline: none;
}

.header_search .header_submit {
  background-color: transparent;
  background-image: url("../images/header_search.png");
  background-repeat: no-repeat;
  border: medium none;
  margin-left: 0;
  margin-top: 5px;
}

.header_top_left {
  margin-top: 4px;
}

.header_logo_area {
  padding: 40px 0;
}

.logo {
  margin-top: 10px;
}

.header_add {
  margin-left: 22px;
}

.mainnav {
  box-shadow: 0 2px 10px #eee;
}

.main_nav_box ul {
  list-style: outside none none;
  padding: 0;
}

.main_nav_box ul li {
  display: inline-block;
  margin-right: -4px;
  padding: 8px 0;
  position: relative;
}

.main_nav_box ul li a {
  border-right: 1px solid #efefef;
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-left: 20px;
  padding: 18px 37px 18px 54px;
  text-transform: uppercase;
}

.main_nav_box ul li a:hover {
  text-decoration: none;
}

.hp_banner_left {
  float: left;
  position: relative;
  width: 73%;
  overflow: hidden;
}

.bl_single_news {
  float: left;
  margin-right: 1%;
  max-height: 409px;
  position: relative;
  width: 32.6667%;
  overflow: hidden;
}

.bl_single_news:nth-child(3) {
  margin-right: 0;
}

.bl_single_news img,
.br_single_news img,
.fs_news_left_img img,
.single_fs_news_img img,
.fs_news_left_img_g img,
.single_fs_news_img_h2 img,
.single_fs_news_lft_img_h2 img,
.single_fs_news_left_text img,
.cc_im_box img,
.autor_img img,
.srp_img img {
  transition: all 0.5s ease 0s;
  width: 100%;
}

.bl_single_news:hover img,
.br_single_news:hover img,
.single_fs_news_left_text:hover img,
.fs_news_right:hover img,
.fs_news_left_img_g:hover img,
.home_two_video_borrom_content:hover img,
.single_home_two_middle:hover img,
.single_author_about:hover img,
.srp_img:hover img {
  overflow: hidden;
  transform: scale(1.1) rotate(3deg);
}

.fs_news_left_img,
.single_fs_news_img,
.fs_news_left_img_g,
.single_fs_news_img_h2,
.single_fs_news_lft_img_h2,
.cc_im_box,
.autor_imgm,
.srp_img {
  overflow: hidden;
  position: relative;
}

.fs_news_left_img img {
  width: 100%;
}

.fs_news_left_img_g img {
  width: 100%;
}

.purchase_sidebar_img img {
  width: 100%;
}

.bl_single_text {
  bottom: 0;
  left: 0;
  padding: 20px;
  position: absolute;
  z-index: 1;
}

.bl_single_text a,
.br_single_text a {
  color: #fff;
}

.bl_single_text a:hover,
.br_single_text a:hover {
  text-decoration: none;
}

.bl_single_text a h4,
.br_single_text a h4 {
  font-size: 15px;
  margin-bottom: 0;
}

.bl_single_text span {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.top_med_span {
  background: #3368b0 none repeat scroll 0 0;
  display: block;
  margin-bottom: 10px;
  padding: 6px 20px;
  width: 92px;
}

.env_med_span {
  background: #ffa431 none repeat scroll 0 0;
  width: 100px;
}

.trv_med_span {
  background: #d9534f none repeat scroll 0 0;
  width: 61px;
}

.bl_single_text span {
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.single_fs_news_img_h2 {
  position: relative;
}

.single_fs_news_img_h2 > img {
  width: 100%;
}

.ht_all_news_right .single_fs_news_right_text h4 a,
.ht_news_left2 .single_fs_news_left_text h4 a {
  font-size: 12px;
  text-transform: inherit;
}

.hp_banner_right {
  float: left;
  margin-left: 1%;
  width: 26%;
}

.br_single_news {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}

.br_single_news:nth-child(2) {
  margin-bottom: 0px;
}

.br_single_text {
  bottom: 0;
  left: 0;
  padding: 20px;
  position: absolute;
  z-index: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.br_cam {
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.br_single_text a h4 {
  width: 100%;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0px;
  line-height: 24px;
}

.carousel-caption > span,
.br_single_text > span {
  color: #fff;
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
  padding: 5px 7px;
  text-align: center;
  text-transform: uppercase;
}

.left_title.main_nav_box ul li.topic1 {
  background: transparent url("../images/icon/people-01s.png") no-repeat scroll 0px 0px;
}
.left_title.main_nav_box ul li.topic1 a {
  color: #3f51b5;
}

.left_title.main_nav_box ul li.topic2 {
  background: transparent url("../images/icon/people-02s.png") no-repeat scroll 0px 0px;
}
.left_title.main_nav_box ul li.topic2 a {
  color: #d9534f;
}

.left_title.main_nav_box ul li.topic3 {
  background: transparent url("../images/icon/people-03s.png") no-repeat scroll 0px 0px;
}
.left_title.main_nav_box ul li.topic3 a {
  color: #ff9327;
}

.left_title.main_nav_box ul li.topic4 {
  background: transparent url("../images/icon/people-04s.png") no-repeat scroll 0px 0px;
}
.left_title.main_nav_box ul li.topic4 a {
  color: #9769c4;
}

.left_title.main_nav_box ul li.topic5 {
  background: transparent url("../images/icon/people-05s.png") no-repeat scroll 0px 0px;
}
.left_title.main_nav_box ul li.topic5 a {
  color: #3BB17E;
}

.left_title.main_nav_box ul li.topic6 {
  background: transparent url("../images/icon/people-06s.png") no-repeat scroll 0px 0px;
}
.left_title.main_nav_box ul li.topic6 a {
  color: #48b0f7;
}

.green_med_span {
  background: #3BB17E;
  width: 80px;
}

.red_med_span {
  background: #d9534f;
  width: 80px;
}

.sky_med_span {
  background: #48b0f7;
  width: 80px;
}

.blue_med_span {
  background: #3f51b5;
  width: 80px;
}

.orange_med_span {
  background: #ff9327;
  width: 80px;
}

.purple_med_span {
  background: #9769c4;
  width: 80px;
}

.tag_g_color,
.tag_r_color,
.tag_s_color,
.tag_b_color,
.tag_o_color,
.tag_p_color {
  color: #999999;
  font-size: 14px !important;
}

/* .tag_g_color {
color: #fff;
background-color: #3BB17E;
font-size: 12px !important;
border-radius: 2px;
padding: 2px;
}
.tag_r_color {
color: #fff;
    background-color: $brand-primary;;
    font-size: 12px !important;
    border-radius: 2px;
    padding: 2px;    
}
.tag_s_color {
color: #fff;
    background-color: $brand-secondary;
    font-size: 12px !important;
    border-radius: 2px;
    padding: 2px;    
}
.tag_b_color {
color: #fff;
    background-color: $brand-contrast;
    font-size: 12px !important;
    border-radius: 2px;
    padding: 2px;    
}
.tag_o_color {
color: #fff;
    background-color: #ff9327;
    font-size: 12px !important;
    border-radius: 2px;
    padding: 2px;    
}
.tag_p_color {
color: #fff;
    background-color: #9769c4;
    font-size: 12px !important;
    border-radius: 2px;
    padding: 2px;    
} */
.br_cam a {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  color: #fff;
  padding: 7px;
  text-align: center;
}

.br_cam.br_vid a {
  color: #ffffff;
  font-size: 21px;
}

.br_cam.br_vid_big a {
  color: #ffffff;
  font-size: 25px;
}

.br_cam.br_vid_big_s a {
  color: #ffffff;
  font-size: 14px;
  padding: 10px;
}

.fs_news_left_img {
  position: relative;
}

.fs_news_left_img_g {
  position: relative;
}

.fs_news_left_img_g::before {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.footer_top {
  background: #2b2b2b none repeat scroll 0 0;
  padding: 80px 0;
}

.footer_top_left > p {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
  margin-top: 16px;
  line-height: 25px;
}

.ft_contact {
  margin-top: 29px;
}

.ft_contact a {
  line-height: 39px;
}

.ft_contact > h4,
.ft_connected > h4,
.ftm_realted_post > h4,
.ftm_newsletter > h4,
.ftr_video > h4,
.ftr_tags > h4 {
  border-bottom: 1px solid #393939;
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 19px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.srp_img {
  float: left;
  margin-right: 6%;
  width: 23%;
}

.rel_post_text {
  float: left;
  width: 71%;
}

.ft_contact p,
.ft_connected > p,
.ft_contact a,
.rel_post_text > p,
.ftm_newsletter > p {
  color: #999999;
}

.ft_contact i {
  margin-right: 10px;
}

.ft_contact a:hover,
.ft_contact a:focus {
  text-decoration: none;
  color: #39A9E0;
}

.ft_connected > ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.ft_connected > ul li {
  display: inline-block;
  margin-right: 5px;
}

.ft_connected > ul li a {
  background: #3d3b3b none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: block;
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: 38px;
}

.ft_connected ul li a:hover,
.ft_connected ul li a:focus {
  text-decoration: none;
  background: #39A9E0;
}

.single_related_post {
  margin-bottom: 20px;
  overflow: hidden;
}

.single_related_post > img {
  float: left;
  margin-right: 15px;
  width: 85px;
}

.rel_post_text span {
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}

.ftm_newsletter input[type="text"] {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #515151 none repeat scroll 0 0;
  border-color: #515151 #515151 -moz-use-text-color;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 0;
  color: #999999;
  font-size: 12px;
  padding: 13px 20px;
  width: 81%;
  padding-bottom: 14px;
}

.fm_newsletter {
  background-color: #676767;
  background-image: url("../images/envelope.png");
  border: medium none;
  height: 44px;
  margin-left: -4px;
  margin-top: 0;
  width: 63px;
}

.ftr_tags {
  margin-top: 20px;
}

.ftr_tags > ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 85%;
}

.ftr_tags > ul li {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
}

.ftr_tags > ul li a {
  background: #515151 none repeat scroll 0 0;
  color: #fff;
  display: block;
  padding: 5px 15px;
}

.ftr_tags > ul li a:hover {
  background: #E35E5E none repeat scroll 0 0;
  text-decoration: none;
}

.footer_bottom {
  background: #323232 none repeat scroll 0 0;
  padding: 29px 0;
}

.footer_bottom p {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  margin-bottom: 0px;
}

.single_fs_news_left_text h4 {
  color: #333;
  font-size: 18px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-top: 17px;
}

.single_fs_news_lft_img_h2 {
  position: relative;
}

.single_fs_news_lft_img_h2 > img {
  width: 100%;
}

.single_fs_news_left_text > img {
  width: 100%;
}

.single_fs_news_left_text p {
  color: #999999;
  font-size: 10px;
  font-weight: 700;
  margin-left: 10px;
  text-transform: uppercase;
}

.single_fs_news_left_text i {
  margin-right: 5px;
}

.single_fs_news_left_text i:nth-child(2) {
  margin-left: 5px;
}

.single_fs_news_left_text {
  border: 1px solid #efefef;
  padding: 5px;
}

.left_title.main_nav_box ul li a {
  border-right: 1px solid #efefef;
  font-size: 22px;
  margin-left: 23px;
  padding: 10px 29px 9px 70px;
}

.header_title {
  border-bottom: 1px solid #efefef;
  margin-bottom: 26px;
  overflow: hidden;
  padding-top: 12px;
}

.left_title.main_nav_box {
  float: left;
  width: 50%;
}

.title_right {
  float: left;
  width: 50%;
}

.title_right > a {
  display: block;
  float: right;
  margin-top: 26px;
  width: 20px;
}

.title_right ul {
  list-style: outside none none;
  margin: 0;
  padding: 18px;
  text-align: right;
}

.title_right ul li {
  display: inline;
}

.title_right ul li a {
  color: #333333;
  display: inline-block;
  font-size: 14px;
  padding: 10px;
  text-transform: uppercase;
}

.title_right ul li.last_item a {
  color: #fff;
  background-color: #48b0f7;
  border-radius: 20px;
}

.title_right ul li a:hover {
  text-decoration: none;
}

.single_fs_news_img {
  float: left;
  margin-right: 11px;
  width: 24%;
  position: relative;
}

.single_fs_news_right_text h4 {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}

.single_fs_news_right_text a {
  font-size: 16px;
  line-height: 22px;
  margin-right: 5px;
}

.single_fs_news_right_text > p {
  color: #999999;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.single_fs_news_right_text {
  float: left;
  margin-top: 15px;
  width: 60%;
  margin-left: 8px;
}

.fs_news_right {
  border-bottom: 1px solid #efefef;
  overflow: hidden;
  padding: 10px 0;
}

.fs_news_right.last_right {
  border-bottom: 0px solid #efefef;
}

.all_news_right {
  /*   border: 1px solid #efefef; */
  padding: 0 10px;
}

.home_sidebar {
  margin-top: 40px;
}

.purchase_overlay {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.purchase_sidebar_img {
  border: 1px solid #efefef;
  position: relative;
  margin-bottom: 20px;
}

.purchase_sidebar_text {
  left: 0;
  padding: 0 20px;
  position: absolute;
  top: 16%;
}

.purchase_sidebar_text h2 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
}

.purchase_sidebar_text > p {
  font-size: 17px;
  color: #fff;
  font-weight: 500;
}

.purchase_s > a {
  background: #d9534f none repeat scroll 0 0;
  color: #fff;
  font-size: 13px;
  padding: 9px 13px;
  text-transform: uppercase;
}

.purchase_s {
  margin-top: 28px;
}

.fs_news_left.fs_twocol_news_left {
  border: 1px solid #efefef;
  padding: 5px;
}

.fs_twocol_news_left .single_fs_news_left_text {
  border: 0 solid #efefef;
  left: 25px;
  padding: 5px;
  position: absolute;
  top: 30%;
  z-index: 1;
}

.fs_twocol_news_left .single_fs_news_left_text.single_fs_news_left_text h4 > a {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.fs_twocol_news_left .single_fs_news_left_text.single_fs_news_left_text > p {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.fs_twocol_news_left .all_news_right {
  /*   border: 0 solid #efefef; */
  padding: 0 10px;
}

.follow_us_side h2, .panel-heading h2 {
  border-bottom: 1px solid #efefef;
  color: #333333;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 20px;
  text-transform: uppercase;
}

.single_follow_us {
  background: #3b5998 none repeat scroll 0 0;
  float: left;
  height: 130px;
  margin-right: 10px;
  text-align: center;
  width: 100%;
}

.single_follow_us a i {
  font-size: 18px;
  margin-bottom: 8px;
}

.single_follow_us a {
  color: #fff;
  font-size: 12px;
  padding-top: 35px;
  display: block;
}

.single_follow_us a:hover {
  text-decoration: none;
}

.all_single_follow {
  /*   border: 1px solid #efefef; */
  overflow: hidden;
  /*   padding: 10px; */
}

.single_follow_us.last_one {
  margin-right: -10px;
  background: #EA4C89 none repeat scroll 0 0;
}

.single_follow_us.twit {
  background: #48b0f7 none repeat scroll 0 0;
}

.single_follow_us.goopl {
  background: #DD4B39 none repeat scroll 0 0;
}

.follow_us_side {
  margin-bottom: 20px;
}

.follow_us_side .single_fs_news_right_text {
  margin-top: 0;
  width: 60%;
}

.follow_us_side .single_fs_news_right_text h4 {
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 18px;
}

.follow_us_side .single_fs_news_img {
  float: left;
  margin-right: 11px;
  width: 32%;
}

.AD_box > img {
  width: 100%;
  margin: 20px 0;
}

.news_pagination ul.news_pagi {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.news_pagination ul.news_pagi li {
  display: inline-block;
}

.news_pagination ul.news_pagi li a {
  color: #333333;
  display: block;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  width: 30px;
}

.news_pagination ul.news_pagi li a:hover {
  color: #fff;
  background: #333;
  text-decoration: none;
}

.news_pagination ul.news_pagi li.dotlia a:hover {
  color: #333;
  background: transparent;
  text-decoration: none;
}

.news_pagination ul.news_pagi li.nextlia a {
  color: #333333;
  padding: 0 10px;
  width: 50px;
}

.news_pagination ul.news_pagi li.nextlia a:hover {
  color: #fff;
  background: #333;
  text-decoration: none;
}

.news_pagination {
  padding-top: 23px;
}

.single_fs_news_right_text i {
  margin-left: 5px;
  margin-right: 5px;
}

.fs_news_vid_right .single_fs_news_left_text > h4 {
  margin-bottom: 18px;
  width: 74%;
}

/* mobile nav */
.only-for-mobile {
  display: none !important;
}

.mobi-menu {
  display: none;
}

.mobi-menu {
  left: 0;
  margin: 0 auto;
  max-width: 300px;
  position: absolute;
  right: 0;
  top: 50px;
  width: 100%;
  z-index: 99999;
}

#cssmenu {
  display: none;
  transition: all 0.3s ease-in-out 0s;
}

#cssmenu ul ul {
  display: none;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  border-bottom: 1px solid #ffffff;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  line-height: 1;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative;
  text-shadow: 0 0 0 #ffffff;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  background: #000000 none repeat scroll 0 0;
}

#cssmenu ul ul li a {
  padding: 15px 20px !important;
}

#cssmenu ul ul li a {
  background: #eeeeee none repeat scroll 0 0;
  border-bottom: 2px solid #ffffff;
  color: #666666;
  cursor: pointer;
  font-family: Cousine, Arial;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 40px;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
}

.sub_menu.sub_menu_p.single_mega {
  width: 207px;
}

ul.lev2sub {
  border-bottom: 2px solid #c66196;
  width: 236px;
}

.popup-form {
  color: #333333;
  line-height: 1.5;
  background-color: #ffffff;
  position: fixed;
  left: 50vw;
  top: 50vh;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 50px;
  width: 370px;
  max-width: 100vw;
  box-sizing: border-box;
  z-index: 1050;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 0px solid #999;
  border-radius: 0px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.popup-form label[for="register-toggle"] {
  color: #48b0f7;
  font-weight: 400;
  cursor: pointer;
  right: 50px;
  position: absolute;
  line-height: 32px;
}

.popup-form span.login {
  display: none;
}

.form span.login {
  display: none;
}

.popup-form span.register {
  display: block;
}

.popup-form label.inline {
  position: absolute !important;
  left: 0px;
  top: 0px;
}

.popup-form input[name="login"] {
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #d9534f;
  color: rgba(255, 255, 255, 0.87);
  outline: 0;
  outline-offset: 0;
  display: inline-block;
  width: auto;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-touch-action: manipulation;
  -khtml-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  margin: 0;
  text-decoration: none;
  box-shadow: none;
  padding: 0 30px;
  border: none;
  border-radius: 0 !important;
  position: relative;
  line-height: 40px;
}

.social-login {
  white-space: nowrap;
  text-align: center;
  margin-top: 40px;
}

.social-login label {
  color: #999999;
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
  line-height: 1.2;
  white-space: normal;
  font-weight: 400;
}

.social-login a {
  display: inline-block;
  margin-right: 25px;
  font-size: 25px;
}

.modal-footer.form .social-login {
  white-space: nowrap;
  text-align: center;
  margin-top: 40px;
}

.services-tab {
  margin-top: 70px;
  margin-bottom: 70px;
}

.nav-tabs {
  border-bottom: 0px solid transparent;
}

.nav-tabs > li > a {
  border-radius: 16px;
  background-color: transparent;
  color: #3f51b5;
  padding: 6px 25px;
  border: none;
  margin-right: 5px;
  line-height: 20px;
  font-weight: 500;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  position: relative;
  background-color: #3f51b5;
  color: #ffffff;
  border: none;
}

.nav-list > li {
  border: 0px solid #eee;
}

.nav-list > li > a:hover {
  text-decoration: none;
}

.nav-list > li > a > span {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}

.mega-dropdown {
  position: static !important;
}

.mega-dropdown-menu {
  padding: 20px 15px 15px;
  text-align: center;
  width: 100%;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#med-header {
  position: absolute;
  z-index: 99;
  width: 100%;
  opacity: 1;
  top: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
}
#med-header .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
}
#med-header #navbar .navbar-right {
  margin-right: 0;
}
@media screen and (max-width: 992px) {
  #med-header #navbar .navbar-right {
    margin-right: -15px;
  }
}
#med-header #navbar div.call-to-action {
  margin-left: 20px;
  float: right;
  text-align: left;
  font-size: 15px;
  display: inline-block;
  position: relative;
  list-style: none;
  line-height: 92px;
  text-decoration: none;
}
#med-header #navbar div.call-to-action a {
  font-family: "微軟正黑體", PT Sans, Arial, serif;
  color: #d9534f;
  position: relative;
  font-size: 19px;
  font-weight: 600;
  line-height: 60px;
  margin: 19px 0 19px 0;
  padding: 0 20px 0 20px;
  cursor: pointer;
}
#med-header #navbar div.call-to-action a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 50px;
  border: 2px solid #bbbbbb;
  border-radius: 4px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#med-header #navbar div.call-to-action a span {
  line-height: 40px;
}
#med-header #navbar div.call-to-action a span:before {
  background-color: transparent;
}
#med-header #navbar div.call-to-action a:hover, #med-header #navbar div.call-to-action a:focus, #med-header #navbar div.call-to-action a:active {
  text-decoration: none;
}
#med-header #navbar li a {
  font-family: "微軟正黑體", PT Sans, Arial, serif;
  color: rgba(0, 0, 0, 0.5);
  position: relative;
  font-size: 19px;
  font-weight: 600;
  line-height: 60px;
}
@media screen and (max-width: 992px) {
  #med-header #navbar li a {
    padding: 10px !important;
    line-height: 40px;
  }
}
#med-header #navbar li a span {
  position: relative;
  padding-bottom: 2px;
}
#med-header #navbar li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#med-header #navbar li a:hover {
  color: #000;
}
#med-header #navbar li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#med-header #navbar li.active a {
  background: transparent;
  background: none;
}
@media screen and (max-width: 480px) {
  #med-header #navbar li.active a {
    color: #d9534f;
  }
}
#med-header #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: transparent;
}
@media screen and (max-width: 480px) {
  #med-header #navbar li.active a span:before {
    background-color: transparent;
  }
}
#med-header .navbar-brand {
  float: left;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative;
  vertical-align: middle;
  margin-right: 70px;
  line-height: auto;
}
#med-header .navbar-brand > span {
  color: #d9534f;
}
#med-header .navbar-brand > img {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 992px) {
  #med-header .navbar-brand {
    padding: 0px 0 0 10px;
  }
}
#med-header.navbar-fixed-top {
  position: fixed !important;
  background: #fff;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  top: 0;
}
#med-header.navbar-fixed-top .navbar-brand {
  color: #535659;
}
#med-header.navbar-fixed-top #navbar li a {
  color: rgba(0, 0, 0, 0.5) !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#med-header.navbar-fixed-top #navbar li a:hover {
  color: #d9534f;
}
#med-header.navbar-fixed-top #navbar li.active a {
  color: #d9534f !important;
}
@media screen and (max-width: 768px) {
  #med-header.navbar-fixed-top #navbar li.active a {
    color: #d9534f !important;
  }
}
#med-header.navbar-fixed-top #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #d9534f;
}
@media screen and (max-width: 768px) {
  #med-header.navbar-fixed-top #navbar li.active a span:before {
    background-color: transparent;
  }
}
#med-header.navbar-fixed-top #navbar li.call-to-action a {
  border: 2px solid #d9534f;
  padding: 5px 10px 3px 10px;
  margin: 12px 0 0 0px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#med-header.navbar-fixed-top #navbar li.call-to-action a:hover {
  background-color: #d9534f;
  color: #fff !important;
}
#med-header.navbar-fixed-top #navbar li.call-to-action a span:before {
  background-color: transparent;
}
#med-header .navbar-default {
  border: transparent;
  background: #fff;
  margin: 0;
  max-width: 1170px;
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
#med-header .navbar-default .navbar-collapse {
  max-height: 460px;
}
@media screen and (max-width: 768px) {
  #med-header .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
#med-header .navbar-default .brand-slogan {
  margin: 28px 0 0 15px;
  float: left;
  letter-spacing: 2px;
  color: #adadad;
}
#med-header .navbar-default .brand-slogan em {
  color: #d9534f;
  font-style: normal;
}

#med-testimony {
  margin-bottom: 0px !important;
  padding-top: 110px !important;
  padding-bottom: 110px !important;
  background-image: url(../images/feedback.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}
#med-testimony .wrap-testimony {
  position: relative;
  width: 100%;
}
#med-testimony .wrap-testimony .testimony-slide {
  text-align: center;
}
#med-testimony .wrap-testimony .testimony-slide span {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  color: #fff;
}
#med-testimony .wrap-testimony .testimony-slide span a.twitter {
  color: #d9534f;
  font-weight: 600;
}
#med-testimony .wrap-testimony .testimony-slide figure {
  margin-bottom: 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#med-testimony .wrap-testimony .testimony-slide figure img {
  width: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#med-testimony .wrap-testimony .testimony-slide blockquote {
  border: none;
  margin: 0 auto;
  width: 62%;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  #med-testimony .wrap-testimony .testimony-slide blockquote {
    width: 100%;
  }
}
#med-testimony .wrap-testimony .testimony-slide blockquote p {
  font-style: italic;
  color: #fff;
  font-size: 20px;
  line-height: 1.6em;
}
#med-testimony .wrap-testimony .testimony-slide blockquote:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #48b0f7;
  left: 50%;
  margin-left: -25px;
  bottom: 0;
}
#med-testimony .wrap-testimony .testimony-slide.active {
  display: block;
}
#med-testimony .wrap-testimony .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}
#med-testimony .wrap-testimony .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}
#med-testimony .wrap-testimony .arrow-thumb a:hover, #med-testimony .wrap-testimony .arrow-thumb a:focus, #med-testimony .wrap-testimony .arrow-thumb a:active {
  text-decoration: none;
}

#med-home {
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  color: #fff;
}
#med-home a {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: underline;
}
#med-home a:hover {
  color: #fff;
  text-decoration: none;
}
#med-home .gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  overflow: auto;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3) url(../images/icon/raster.png);
}
#med-home .text-wrap {
  height: 900px;
}
#med-home .text-wrap {
  display: table;
  width: 100%;
  position: relative;
  z-index: 4;
}
#med-home .text-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#med-home .text-inner h1 {
  font-size: 55px;
  text-transform: uppercase;
  color: white;
  margin: 0 0 20px 0;
  font-weight: 700;
}
#med-home .text-inner h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 20px 0;
}
#med-home .text-inner .call-to-action {
  display: block;
  width: 100%;
}
#med-home .text-inner .call-to-action a {
  width: 230px;
  display: inline-block;
  font-size: 20px;
  padding: 15px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-right: 10px;
  -webkit-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
}
#med-home .text-inner .call-to-action a.demo {
  border: 2px solid #fff;
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  #med-home .text-inner .call-to-action a.demo {
    margin-bottom: 20px;
  }
}
#med-home .text-inner .call-to-action a.demo:hover {
  background: rgba(255, 255, 255, 0.2);
}
#med-home .text-inner .call-to-action a.download {
  border: 2px solid #d9534f;
  background: #d9534f;
  text-decoration: none !important;
}

#med-team,
#med-article,
#med-links,
#med-footer {
  padding: 5em 0;
}
@media screen and (max-width: 768px) {
  #med-team,
  #med-article,
  #med-links,
  #med-footer {
    padding: 2em 0;
  }
}

/* Thumbnail Box */
.caption h4 {
  color: #444;
}

.caption p {
  color: #999;
}

/* Carousel Control */
#med-article {
  padding: 5em 0;
  background-color: #dbdbdb;
}

#med-article .item ul,
#med-article .item ol {
  margin-top: 0;
  margin-bottom: 0px;
}

.carousel-inner ul > li {
  list-style: none;
  /*     padding: 0 10px; */
}

.control-box {
  text-align: right;
  width: 100%;
}

#med-article > .carousel.slide {
  max-width: 1170px;
  margin: 0 auto;
  float: none;
}

#myCarousel.carousel-control {
  background: #666;
  border: 0px;
  border-radius: 0px;
  display: inline-block;
  font-size: 34px;
  font-weight: 200;
  line-height: 18px;
  opacity: 0.5;
  padding: 4px 10px 0px;
  position: static;
  height: 30px;
  width: 15px;
}

.card {
  background-color: white;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.07);
  -khtml-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.07);
}

.caption {
  padding: 0 20px 20px 20px;
}
.caption h4 {
  min-height: 54px;
  max-height: 54px;
  margin-bottom: 20px;
  line-height: 1.5;
  overflow: hidden;
}
.captiona:hover {
  color: #d9534f;
}
.caption p {
  min-height: 96px;
  max-height: 96px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: transparent;
  border: 0px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.getting-started {
  margin-bottom: 0px !important;
  padding-top: 110px !important;
  padding-bottom: 110px !important;
  background-image: url(../images/doctors.png) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}
.getting-started h3 {
  color: #fff;
}
.getting-started p {
  color: rgba(255, 255, 255, 0.8);
}
.getting-started .call-to-action {
  display: block;
  width: 100%;
  float: left;
}
@media screen and (max-width: 992px) {
  .getting-started .call-to-action {
    float: none !important;
    width: 100%;
    text-align: left !important;
  }
}
.getting-started .call-to-action a.sign-up {
  float: right;
  margin-top: 20px;
  padding: 18px 60px;
  background: #ea574c;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
}
@media screen and (max-width: 992px) {
  .getting-started .call-to-action a.sign-up {
    float: left !important;
  }
}
.getting-started .call-to-action a.sign-up:hover, .getting-started .call-to-action a.sign-up:focus, .getting-started .call-to-action a.sign-up:active {
  text-decoration: none;
}
.getting-started .call-to-action a.sign-up:hover {
  background: #393e46;
}

.branded-background {
  position: relative;
}

.branded-background::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(63, 81, 181, 0.9);
}

#med-team {
  background: #f1faff;
}
#med-team .team-box {
  position: relative;
  padding: 30px;
  padding-top: 5em;
  background: #fff;
  float: left;
  width: 100%;
  -webkit-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 992px) {
  #med-team .team-box {
    margin-bottom: 110px;
  }
}
#med-team .team-box .core {
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -73px;
  margin-left: -73px;
  width: 147px;
  height: 147px;
}
#med-team .team-box .core img {
  width: 147px;
  height: 147px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 15px solid #f1faff;
}
#med-team .team-box h3 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
#med-team .team-box .position {
  font-size: 16px;
  color: #8f989f;
  display: block;
  margin-bottom: 30px;
}
#med-team .team-box .social-media {
  margin: 0;
  padding: 0;
}
#med-team .team-box .social-media li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 24px;
  margin-right: 10px;
}
#med-team .team-box .social-media li a {
  color: #333;
}
#med-team .team-box .social-media li a:hover, #med-team .team-box .social-media li a:focus, #med-team .team-box .social-media li a:active {
  text-decoration: none;
  color: #d9534f !important;
}

.partner-logo {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.section-heading {
  float: left;
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 0px;
  clear: both;
}
.section-heading h2 {
  margin: 0 0 0 0;
  font-size: 40px;
  font-weight: 400;
  color: #333;
  position: relative;
  display: block;
  padding-bottom: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .section-heading h2 {
    font-size: 28px;
  }
}
.section-heading h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #8f989f;
  position: relative;
  display: block;
  padding-bottom: 30px;
}
.section-heading h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #48b0f7;
  left: 50%;
  margin-left: -25px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .section-heading h3 {
    font-size: 16px !important;
    line-height: 28px;
  }
}

#med-footer {
  background: #3f5267;
  color: #74889e;
}
#med-footer a {
  color: #74889e;
}
#med-footer a:hover {
  color: #fff !important;
  text-decoration: underline;
}
#med-footer .section-title {
  font-size: 22px;
  color: #fff;
  position: relative;
  padding-bottom: 20px;
}
#med-footer .section-title:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  display: block;
  width: 35px;
  height: 2px;
  background: #48b0f7;
}
#med-footer .copy-right {
  position: relative;
  padding-top: 20px;
  margin-top: 40px;
}
#med-footer .copy-right > a {
  color: rgba(255, 255, 255, 0.4);
}
#med-footer .copy-right:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  height: 2px;
  background: #48b0f7;
}
#med-footer .contact-info {
  margin: 0 0 60px 0;
  padding: 0;
}
#med-footer .contact-info li {
  font-size: 16px;
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
#med-footer .contact-info li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
  color: #48b0f7;
}
#med-footer .social-media {
  margin: 0 0 30px 0;
  padding: 0;
}
#med-footer .social-media li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 24px;
  margin-right: 10px;
}
#med-footer .social-media li a {
  color: #48b0f7;
}
#med-footer .social-media li a:hover, #med-footer .social-media li a:focus, #med-footer .social-media li a:active {
  text-decoration: none;
}
#med-footer .contact-form .form-group input[type="name"],
#med-footer .contact-form .form-group input[type="text"],
#med-footer .contact-form .form-group input[type="email"],
#med-footer .contact-form .form-group textarea {
  font-size: 16px;
}
#med-footer .contact-form .form-group input[type="name"]::-webkit-input-placeholder,
#med-footer .contact-form .form-group input[type="text"]::-webkit-input-placeholder,
#med-footer .contact-form .form-group input[type="email"]::-webkit-input-placeholder,
#med-footer .contact-form .form-group textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#med-footer .contact-form .form-group input[type="name"]:-moz-placeholder,
#med-footer .contact-form .form-group input[type="text"]:-moz-placeholder,
#med-footer .contact-form .form-group input[type="email"]:-moz-placeholder,
#med-footer .contact-form .form-group textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
}
#med-footer .contact-form .form-group input[type="name"]::-moz-placeholder,
#med-footer .contact-form .form-group input[type="text"]::-moz-placeholder,
#med-footer .contact-form .form-group input[type="email"]::-moz-placeholder,
#med-footer .contact-form .form-group textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}
#med-footer .contact-form .form-group input[type="name"]:-ms-input-placeholder,
#med-footer .contact-form .form-group input[type="text"]:-ms-input-placeholder,
#med-footer .contact-form .form-group input[type="email"]:-ms-input-placeholder,
#med-footer .contact-form .form-group textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#med-footer .contact-form .form-group input {
  color: #fff;
  background: transparent;
  border: none;
  background: #485b71;
  box-shadow: none;
}
#med-footer .contact-form .form-group textarea {
  color: #fff;
  background: transparent;
  border: none;
  background: #485b71;
  box-shadow: none;
}
#med-footer #btn-submit {
  color: rgba(255, 255, 255, 0.9) !important;
  background: #d9534f !important;
}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.med-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.med-nav-toggle.active i::before, .med-nav-toggle.active i::after {
  background: #d9534f;
}
.med-nav-toggle:hover, .med-nav-toggle:focus, .med-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.med-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #535659;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #535659;
  transition: all .2s ease-out;
}
.med-nav-toggle i::before, .med-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #535659;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.med-nav-toggle i::before {
  top: -7px;
}

.med-nav-toggle i::after {
  bottom: -7px;
}

.med-nav-toggle:hover i::before {
  top: -10px;
}

.med-nav-toggle:hover i::after {
  bottom: -10px;
}

.med-nav-toggle.active i {
  background: transparent;
}

.med-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.med-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.med-nav-toggle {
  position: absolute;
  top: 2px;
  right: 15px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 25px;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .med-nav-toggle {
    display: block;
  }
}

.user-nav-toggle {
  position: absolute;
  top: 2px;
  right: 60px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  font-size: 27px;
  color: #535659;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .user-nav-toggle {
    display: block;
  }
}

.form-control.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.form-control.btn.btn-primary {
  background: #d9534f;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.form-control.btn.btn-primary:hover, .form-control.btn.btn-primary:active, .form-control.btn.btn-primary:focus {
  box-shadow: none;
  background: #d9534f;
}
.form-control.btn:hover, .form-control.btn:active, .form-control.btn:focus {
  background: #6f6f6f !important;
  border: 1px solid #6f6f6f !important;
  color: #fff;
  outline: none !important;
}
.form-control.btn.btn-default:hover, .form-control.btn.btn-default:focus, .form-control.btn.btn-default:active {
  border-color: transparent;
}

.social {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
.social li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.social li a {
  font-size: 16px;
  display: table;
  width: 40px;
  height: 40px;
  margin: 0 4px;
}
.social li a i {
  display: table-cell;
  vertical-align: middle;
}
.social li a:hover, .social li a:active, .social li a:focus {
  text-decoration: none;
  border-bottom: none;
}
.social li a.social-box {
  background: #d9534f;
  color: #fff;
}
.social li a.social-circle {
  background: #d9534f;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.social li a:hover {
  background: #393e46 !important;
}
.social.social-box a {
  background: #d9534f;
  color: #fff;
}
.social.social-circle a {
  background: #d9534f;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.js .to-animate,
.js .to-animate-2,
.js .to-animate-3,
.js .single-animate {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.med-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-controls .owl-dot span {
  background: #e6e6e6;
}
.owl-carousel .owl-controls .owl-dot span:hover, .owl-carousel .owl-controls .owl-dot span:focus {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot:hover span, .owl-carousel .owl-controls .owl-dot:focus span {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot.active span {
  background: transparent;
  border: 2px solid #d9534f;
}
