.path-user #main,
.path-forum #main,
.path-search #main,
.path-comment #main,
.path-taxonomy .vocabulary-topics,
.path-node.node--type-topic #main {
  max-width: 1200px;
  margin: 0 auto;
}

.path-user table,
.forum-content table {
  width: 100%;
  border: 1px solid #ccc;
}

.path-user table td,
.forum-content table td {
  padding: 8px;
  text-align: left;
}

.path-user table thead th,
.forum-content table thead th {
  padding: 16px 8px;
  text-align: left;
  background-color: #142b3a;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
}

.forum-menu .menu {
  float: left;
  width: 100%;
  display: block;
  margin: 0;
}

.forum-menu .menu li,
.forum-menu .forum__name {
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  float: left;
  padding-top: 0;
}

.forum-menu .menu li a {
  border-bottom: 1px solid #ccc;  /* background: url(../images/forum-icons.png) no-repeat left;*/
}

.forum-menu .menu > li > a,
.forum-menu .forum__name a {
  transition: 0.4s;
  padding: 6px 0 6px 8px;
  display: inline-block;
}

.forum-menu .menu > li > a {
  width: calc(100% - 8px);
}

.forum-menu .forum__name a svg,
.forum-menu .forum__name a i,
.forum-view-wrapper .my-account-link svg,
.forum-view-wrapper .my-account-link i {
  margin-right: 6px;
  font-size: 14px;
  font-weight: bold;
  color: #1c75bc;
}

.forum-menu .forum__name a i,
.forum-menu .forum__name.child a svg {
  font-size: 12px;
}

.forum-menu li a:hover {
  background-color: #bbb;
  color: #4a4a4a;
}

.forum-menu li li a {
  font-size: 12px;
}

.forum-menu .menu > li .menu > li > a {
  padding-left: 26px;
  width: calc(100% - 26px);
}

.forum-menu li ul li a:hover {
  background-color: #e5e5e5
}

.forum-content .views-field-nothing a {
  text-transform: capitalize;
}

.forum-content table thead th a {
  color: #d4e5f0;
  text-decoration: underline;
}

.forum-content table td.views-field-comment-count {
  text-align: right;
  padding: 10px 20px;
  font-size: 14px;
}

.forum-content td.is-active {
  background-color: transparent;
}

.forum-menu .add-topic-link {
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}

.user-logged-in.path-node .block-page-title-block {
  max-width: 1150px;
  clear: both;
  margin: 0 auto;
}

.path-comment .comment-form,
.form-single-submit .block-page-title-block,
.user-logged-in.path-node form.node-topic-form {
  max-width: 900px;
  margin: 0 auto;
}

.path-forum .block-page-title-block,
.path-forum .block-system-main-block,
.node--type-topic .block-page-title-block,
.node--type-topic .block-system-main-block {
  padding: 0 16px;
}

.node--type-topic  footer {
  background-color: inherit;
  color: inherit;
  font-size: 13px;
  text-align: right;
}

.node--type-topic article h2.comment-form__title {
  width: 100% !important;
}

.path-forum .block-system ul.action-links li a:hover {
  background: #0a2b46;
}

form .below-actions {
  font-weight: normal;
  text-transform: none;
  background: #eee;
  font-size: 120%;
  padding: 12px 6px;
}

nav.menu--account ul li {
  display: inline-block;
  float: right;
  margin-left: 20px;
  font-size: 14px;
  text-transform: capitalize;
}

.path-forum .navigation.menu--account,
.node--type-topic .navigation.menu--account {
  display: inline-block;
  width: 100%;
  clear: both;
}

.region-content > .menu--account {
  margin-bottom: 0 !important;
}

form#node-topic-edit-form .form-type-vertical-tabs,
form#node-topic-edit-form div#edit-footer,
form#node-topic-form div#edit-footer {
  display: none;
}

form#node-topic-form .js-form-type-managed-file div.description {
  background: #f8f8f8;
  margin: 10px 0;
  padding-left: 10px;
  line-height: 30px;
}

form#node-topic-form .field--name-title input {
  width: 100%;
  line-height: 25px;
  font-size: 16px;
  border: 1px solid #ddd;
}

/* Button  */
.forum-view-wrapper div.add-topic-link a,
.path-forum .block-system ul.action-links li a {
  clear: both;
}

.path-comment .comment-form input.form-submit,
.forum-view-wrapper div.add-topic-link a,
.path-forum .block-system ul.action-links li a,
.field--name-field-topic-comment .form-actions input,
body.path-user .user-pass .form-actions input,
body.path-user .user-login-form .form-actions input,
body.path-user form.user-form .form-actions input,
form#node-topic-form .form-actions input.form-submit,
form#node-topic-edit-form .form-actions input.form-submit {
  background: #1c75bc;
  padding: 10px 16px;
  color: white;
  text-transform: capitalize;
  border: none;
  border-radius: 5px;
}

.path-comment .comment-form input.form-submit:hover,
.forum-view-wrapper div.add-topic-link a:hover,
.path-forum .block-system ul.action-links li a:hover,
.field--name-field-topic-comment .form-actions input:hover,
body.path-user .user-pass .form-actions input:hover,
body.path-user .user-login-form .form-actions input:hover,
body.path-user form.user-form .form-actions input:hover,
form#node-topic-form .form-actions input.form-submit:hover,
form#node-topic-edit-form .form-actions input.form-submit:hover {
  background: #13196c;
}

.node--type-topic.node--view-mode-full .node__links {
  display: block;
}

.node .comment-add > a {
  margin: 15px 0 auto;
  display: inline-block;
}

.node--type-topic.node--view-mode-full .field--name-field-topic-term {
  margin-top: -20px;
}

.node--type-topic form.node-topic-edit-form,
body.path-user .block-local-tasks-block,
body.path-user .user-pass,
body.path-user .user-login-form,
body.path-user form.user-form {
  width: 900px;
  margin: 0 auto;
}

body.path-user .block-local-tasks-block {
  margin-top: 20px;
}

body.path-user form.user-form .password-parent {
  width: 100%;
}

.field--name-field-topic-comment input.text-full,
body.path-user .user-pass input,
body.path-user .user-login-form input,
body.path-user form.user-form input {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  width: 100%;
  line-height: 26px;
}

.field--name-field-topic-comment input.text-full
body.path-user .user-pass .form-actions input,
body.path-user .user-login-form .form-actions input,
body.path-user form.user-form .form-actions input {
  padding: 2px 16px;
  width: auto !important;
}

.node--type-topic .block-page-title-block .page-title {
  text-transform: capitalize;
  font-weight: bold;
}

.node--type-topic  .block-page-title-block {
  margin: 0 !important;
}

.forum-content,
.forum-content p,
.node--type-topic .field--name-body p,
.node--type-topic .field--name-comment-body p,
.node--type-topic .field--name-taxonomy-forums {
  font-size: 16px;
  line-height: 26px;
}

.node--type-topic .comment .content .comment__meta,
.node--type-topic .comment .content .comment-title,
.node--type-topic .comment .content .field--name-comment-body {
  margin: 0;
  background: #f8f8f8;
}

.node--type-topic .comment .content .comment-title {
  margin-top: 16px;
  padding: 20px;
}

.node--type-topic .comment .content .field--name-comment-body {
  margin-bottom: 16px;
  padding: 20px;
}

.node--type-topic  .comment__submitted {
  display: inline-block;
  float: right;
  text-align: right;
  margin-right: 20px;
}

.field--name-field-topic-comment .comment-form__title {
  margin-top: 20px !important;
}

.comment .comment__meta mark {
  float: right;
  padding: 0 10px;
}

.new .comment__submitted,
.new .field--name-comment-body {
  color: #333 !important;
}

.comment-topic-comments-form .form-actions #edit-preview {
  display: none;
}

.form-required {
  color: #4a4a4a;
}

/**/
.forum-view-wrapper {
  width: 100%;
  clear: both;
  display: inline-block;
}

.forum-view-wrapper .forum-menu {
  width: 250px;
  float: left;
}

.forum-view-wrapper .forum-content {
  width: calc(100% - 292px);
  float: left;
  padding: 0 16px 0 26px;
}

.forum-view-wrapper .my-account-link {
  width: 100%;
  padding: 8px 0;
  display: inline-block;
  margin-top: 16px;
}

.forum-view-wrapper div.add-topic-link a {
  width: 100%;
  padding: 12px 0;
  text-align: center;
}

.forum-view-wrapper .forum-content td.views-field-nothing {
  min-width: 340px;
}

.forum-content .views-row>div {
  display: inline-block;
  width: 100%;
  clear: both;
}

.node--type-topic.node--view-mode-teaser .field--name-title,
.forum-content .views-field-title {
  font-size: 24px;
  text-transform: capitalize;
  padding: 16px 0;
}

.node--type-topic.node--view-mode-teaser>h2,
.node--type-topic.node--view-mode-teaser >h2> a,
.node--type-topic.node--view-mode-teaser >h2> a > span{
  width:100%;
  display: block;
}
.node--type-topic.node--view-mode-teaser  h2 {
  margin: 0 !important;
  width: 100% !important;
}

.node--type-topic.node--view-mode-teaser .field--name-field-topic-term {
  display: inline;
  float: left;
}

.node--type-topic.node--view-mode-teaser .field--name-body p {
  margin: 0;
}

.node--type-topic.node--view-mode-teaser .node__links {
  font-size: 13px;
  text-align: right;
  margin-bottom: 16px;
}

.forum-content .teaser-footer-topic {
  float: left;
}

.forum-content .teaser-footer-date {
  float: right;
}

.forum-content  .views-field-nothing {
  font-size: 13px;
}

.forum-content  .views-exposed-form .form--inline>div {
  display: inline-block;
  margin: 0 16px 0 0;
}

.forum-content  .views-exposed-form .form--inline>div.form-actions {
  margin-top: 26px;
}

.forum-content  .views-exposed-form .form--inline {
  padding: 16px;
  background-color: #f6f6f6;
}
.forum-menu nav {
  margin:0;
}
@media (max-width:767px) {
  .forum-view-wrapper .forum-content,
  .forum-view-wrapper .forum-menu {
    width: 100%;
    padding: 0;
  }

  .forum-view-wrapper div.add-topic-link a {
    width: 100%;
    margin-right: 0;
  }

}

/*For the big space gap between the slider and the content on the homepage.*/
#homepage-content #block-fitbir-content {
  /*margin-top: -50px;*/
}

/*Flexslider Styling*/
.sh-item-des {
  margin: -150px 0 0 10px;
  width:1500px;
}
.sh-item-des a{
  background-color:#616265;
  border-radius:5px;
  padding:5px;
  color:white;
}
.sh-item-des a:hover{
  background-color:#2a9052;
}