.sprite {
  width: 35px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .sprite {
    width: 50px;
  }
}
.sprite.messages {
  background-position-x: 0px;
}
@media (min-width: 768px) {
  .sprite.messages {
    background-position: 11px center;
  }
}
.sprite.brothers {
  background-position-x: -62px;
}
@media (min-width: 768px) {
  .sprite.brothers {
    background-position: center;
  }
}
.sprite.settings {
  background-position-x: -124px;
}
@media (min-width: 768px) {
  .sprite.settings {
    background-position: -111px center;
  }
}
.profile-nav-sprite {
  width: 50px;
  height: 50px;
  vertical-align: middle;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
}
.profile-nav-sprite.user {
  background-position-y: 0px;
  background-position-x: 0px center;
}
@media (min-width: 768px) {
  .profile-nav-sprite.user {
    background-position-y: -141px;
  }
}
.profile-nav-sprite.info {
  background-position-y: 0px;
  background-position-x: 0px center;
}
@media (min-width: 768px) {
  .profile-nav-sprite.info {
    background-position-y: -179px;
  }
}
.profile-nav-sprite.notes {
  background-position-y: 0px;
  background-position-x: 0px center;
}
@media (min-width: 768px) {
  .profile-nav-sprite.notes {
    background-position-y: -409px;
  }
}
.profile-nav-sprite.news {
  background-position-y: 0px;
  background-position-x: 0px center;
}
@media (min-width: 768px) {
  .profile-nav-sprite.news {
    background-position-y: -371px;
  }
}
.profile-nav-sprite.brothers {
  background-position-y: 0px;
  background-position-x: 0px center;
}
@media (min-width: 768px) {
  .profile-nav-sprite.brothers {
    background-position-y: -333px;
  }
}
.profile-nav-sprite.albums {
  background-position-y: 0px;
  background-position-x: 0px center;
}
@media (min-width: 768px) {
  .profile-nav-sprite.albums {
    background-position-y: -218px;
  }
}
.profile-nav-sprite.message {
  background-position-y: 0px;
  background-position-x: 0px center;
}
@media (min-width: 768px) {
  .profile-nav-sprite.message {
    background-position-y: -294px;
  }
}
.profile-nav-sprite.activity {
  background-position-y: 0px;
  background-position-x: 0px center;
}
@media (min-width: 768px) {
  .profile-nav-sprite.activity {
    background-position-y: -257px;
  }
}
.layout {
  /**
  *
  * TWS SKINS DEFINITION
  *
  */
  /*
  |
  | MAIN HEADER
  |
  */
  /* Main Navigation */
  /* Main User Nav Menu */
  /* Main Navigation Search Form */
  /*
   |
   | ALL GLOBALS ELEMENTS STYLES
   |
   */
  /* Panels */
  /*
   |
   | ALL GLOBALS BUTTONS STYLES
   |
   */
  /*
   |
   | Before Content Section
   |
   */
  /*
   |
   | HOMEPAGE
   |
   */
  /* Carousel */
  /* The Last On TWS */
  /*
   |
   | INTERIOR PAGES
   |
   */
  /*
   |
   | PROFILE PAGES
   |
   */
  /* Profile Table */
  /* Profile Detail Pages */
  /* MODAL */
}
.layout header {
  background-color: #383838;
}
.layout nav.navbar-default {
  background-color: transparent;
}
@media (min-width: 767px) {
  .layout nav.navbar-default {
    background-color: #888670;
  }
}
@media (max-width: 991px) {
  .layout nav .navbar-collapse {
    background-color: #888670;
  }
}
.layout nav .navbar-collapse .nav .dropdown .dropdown-menu {
  background-color: #373b27;
}
.layout ul.user-nav li.dropdown ul.dropdown-menu li a:hover {
  background-color: #888670;
  color: white;
}
.layout ul.user-nav li.dropdown ul.dropdown-menu li.title a:hover {
  color: black;
  background-color: transparent;
}
.layout ul.user-nav li.dropdown ul.dropdown-menu li.alert dl dd .contact-info,
.layout ul.user-nav li.dropdown ul.dropdown-menu li.message dl dd .contact-info {
  color: #888670;
}
.layout ul.user-nav li.dropdown ul.dropdown-menu li.alert:hover {
  background-color: #888670;
}
.layout ul.user-nav li.dropdown ul.dropdown-menu li.alert:hover:before {
  background-color: transparent;
}
.layout ul.user-nav li.dropdown ul.dropdown-menu li.alert:hover + li:before {
  background-color: transparent;
}
.layout ul.user-nav li.dropdown ul.dropdown-menu li.alert:hover dl dd p.contact-info,
.layout ul.user-nav li.dropdown ul.dropdown-menu li.alert:hover dl dd p.message-excerpt {
  color: white;
}
.layout ul.user-nav li.dropdown ul.dropdown-menu li.alert:hover dl dd a i {
  color: white;
}
.layout form.navbar-form button {
  text-transform: none;
}
.layout form.navbar-form ul.dropdown-menu li a:hover {
  background-color: #888670;
  color: white;
}
.layout .panel.panel-with-borders {
  border-color: #888670;
}
.layout .panel.panel-default .panel-heading {
  background-color: #888670;
}
.layout .btn-brand-four {
  background-color: #888670;
}
.layout .facebook-likes i {
  color: #888670;
}
.layout .add-content {
  color: #888670;
}
.layout .btn-add-content-circle i {
  color: #888670;
}
.layout a.like-button {
  color: #888670;
}
.layout a.comment-button {
  color: #888670;
}
.layout a.reflection-button {
  color: #888670;
}
.layout .collapse-animation i {
  color: #888670;
}
.layout .btn-plus-circle {
  color: #888670;
  border-top-color: #888670;
  border-bottom-color: #888670;
}
.layout .btn-plus-circle i {
  color: #888670;
}
.layout .back-to-previos-page {
  color: #888670;
}
.layout .before-content {
  background-color: #888670;
}
.layout .carousel {
  background-image: url();
}
.layout .carousel .carousel-control {
  background-color: #888670;
}
.layout .carousel .carousel-control.left span:after {
  border-right-color: #888670;
}
.layout .carousel .carousel-control.right span:after {
  border-left-color: #888670;
}
.layout .the_latest_on_tws dl dd p.posted-by {
  color: #888670;
}
.layout .the_latest_on_tws .thumbnail .caption p a {
  color: #888670;
}
.layout .interior-pages dl dd a {
  color: #888670;
}
.layout .profile-page {
  /* Main Profile Pages Nav */
}
@media (min-width: 768px) {
  .layout .profile-page .profile-nav .dropdown > ul.dropdown-menu li.sub-menu-item-active > a {
    color: white;
  }
  .layout .profile-page .profile-nav .dropdown > ul.dropdown-menu li.active a,
  .layout .profile-page .profile-nav .dropdown > ul.dropdown-menu li.sub-menu-item-active a {
    border-right-color: #888670;
    border-top-color: #888670;
    border-bottom-color: #888670;
    background-color: #888670;
  }
  .layout .profile-page .profile-nav .dropdown > ul.dropdown-menu li.active + li a,
  .layout .profile-page .profile-nav .dropdown > ul.dropdown-menu li.sub-menu-item-active + li a {
    border-top-color: #888670;
  }
  .layout .profile-page .profile-nav .dropdown > ul.dropdown-menu li.active.with-sub-menu + li a,
  .layout .profile-page .profile-nav .dropdown > ul.dropdown-menu li.sub-menu-item-active.with-sub-menu + li a {
    border-top-color: #CCC;
  }
  .layout .profile-page .profile-nav .dropdown > ul.dropdown-menu li.active ul.sub-menu li a,
  .layout .profile-page .profile-nav .dropdown > ul.dropdown-menu li.sub-menu-item-active ul.sub-menu li a {
    border-right-color: #CCC;
    border-top-color: #CCC;
    border-bottom-color: #CCC;
    background-color: white;
  }
  .layout .profile-page .profile-nav .dropdown > ul.dropdown-menu li.active ul.sub-menu li a:hover,
  .layout .profile-page .profile-nav .dropdown > ul.dropdown-menu li.sub-menu-item-active ul.sub-menu li a:hover {
    color: #888670;
  }
  .layout .profile-page .profile-nav .dropdown > ul.dropdown-menu li.active ul.sub-menu li.active a,
  .layout .profile-page .profile-nav .dropdown > ul.dropdown-menu li.sub-menu-item-active ul.sub-menu li.active a,
  .layout .profile-page .profile-nav .dropdown > ul.dropdown-menu li.active ul.sub-menu li.sub-menu-item-active a,
  .layout .profile-page .profile-nav .dropdown > ul.dropdown-menu li.sub-menu-item-active ul.sub-menu li.sub-menu-item-active a {
    border-right-color: white;
    color: #888670;
  }
  .layout .profile-page .profile-nav .dropdown > ul.dropdown-menu li a:hover {
    border-right-color: #888670;
    border-top-color: #888670;
    border-bottom-color: #888670;
    background-color: #888670;
    color: white;
  }
  .layout .profile-page .profile-nav .dropdown > ul.dropdown-menu li:hover + li a {
    border-top-color: #888670;
  }
  .layout .profile-page .profile-nav .dropdown > ul.dropdown-menu li ul.sub-menu li a {
    border-right-color: #CCC;
    border-top-color: #CCC;
    border-bottom-color: #CCC;
    background-color: white;
  }
  .layout .profile-page .profile-nav .dropdown > ul.dropdown-menu li ul.sub-menu li a:hover {
    color: #888670;
  }
  .layout .profile-page .profile-nav .dropdown > ul.dropdown-menu li ul.sub-menu li.active a,
  .layout .profile-page .profile-nav .dropdown > ul.dropdown-menu li ul.sub-menu li.sub-menu-item-active a {
    border-right-color: white;
    color: #888670;
  }
}
.layout .profile-table .table-cell a {
  color: #888670;
}
.layout .profile-detail-pages dl dd ul li a {
  color: #888670;
}
.layout .profile-detail-pages .edit a i {
  color: #888670;
}
.layout .profile-detail-pages .back-to-profile {
  color: #888670;
}
@media (max-width: 992px) {
  .layout .profile-detail-pages .back-to-profile {
    background-color: #888670;
  }
}
.layout .profile-detail-pages .back-to-profile i {
  color: #fedd84;
}
.layout .modal-body .right-col .post-description p a {
  color: #888670;
}
.layout .btn-show-more i {
  background-color: #888670;
}
.layout .sign-in .panel .panel-body .forgot-login strong u a {
  color: #888670;
}
.layout .sign-in .panel .panel-body u {
  color: #888670;
}
.layout .sign-in .panel .panel-body u a {
  color: #888670;
}
.layout .sign-up .panel .panel-body .log-in {
  color: #888670;
}
.layout .sign-up .panel .panel-body .log-in u a {
  color: #888670;
}
.layout.invite {
  /**
  *
  * TWS SKINS DEFINITION
  *
  */
  /*
  |
  | MAIN HEADER
  |
  */
  /* Main Navigation */
  /* Main User Nav Menu */
  /* Main Navigation Search Form */
  /*
   |
   | ALL GLOBALS ELEMENTS STYLES
   |
   */
  /* Panels */
  /*
   |
   | ALL GLOBALS BUTTONS STYLES
   |
   */
  /*
   |
   | Before Content Section
   |
   */
  /*
   |
   | HOMEPAGE
   |
   */
  /* Carousel */
  /* The Last On TWS */
  /*
   |
   | INTERIOR PAGES
   |
   */
  /*
   |
   | PROFILE PAGES
   |
   */
  /* Profile Table */
  /* Profile Detail Pages */
  /* MODAL */
}
.layout.invite header {
  background-color: #383838;
}
.layout.invite nav.navbar-default {
  background-color: transparent;
}
@media (min-width: 767px) {
  .layout.invite nav.navbar-default {
    background-color: #888670;
  }
}
@media (max-width: 991px) {
  .layout.invite nav .navbar-collapse {
    background-color: #202020;
  }
}
.layout.invite nav .navbar-collapse .nav .dropdown .dropdown-menu {
  background-color: none;
}
.layout.invite ul.user-nav li.dropdown ul.dropdown-menu li a:hover {
  background-color: #202020;
  color: white;
}
.layout.invite ul.user-nav li.dropdown ul.dropdown-menu li.title a:hover {
  color: black;
  background-color: transparent;
}
.layout.invite ul.user-nav li.dropdown ul.dropdown-menu li.alert dl dd .contact-info,
.layout.invite ul.user-nav li.dropdown ul.dropdown-menu li.message dl dd .contact-info {
  color: #202020;
}
.layout.invite ul.user-nav li.dropdown ul.dropdown-menu li.alert:hover {
  background-color: #202020;
}
.layout.invite ul.user-nav li.dropdown ul.dropdown-menu li.alert:hover:before {
  background-color: transparent;
}
.layout.invite ul.user-nav li.dropdown ul.dropdown-menu li.alert:hover + li:before {
  background-color: transparent;
}
.layout.invite ul.user-nav li.dropdown ul.dropdown-menu li.alert:hover dl dd p.contact-info,
.layout.invite ul.user-nav li.dropdown ul.dropdown-menu li.alert:hover dl dd p.message-excerpt {
  color: white;
}
.layout.invite ul.user-nav li.dropdown ul.dropdown-menu li.alert:hover dl dd a i {
  color: white;
}
.layout.invite form.navbar-form button {
  text-transform: none;
}
.layout.invite form.navbar-form ul.dropdown-menu li a:hover {
  background-color: #202020;
  color: white;
}
.layout.invite .panel.panel-with-borders {
  border-color: #202020;
}
.layout.invite .panel.panel-default .panel-heading {
  background-color: #202020;
}
.layout.invite .btn-brand-four {
  background-color: #202020;
}
.layout.invite .facebook-likes i {
  color: #202020;
}
.layout.invite .add-content {
  color: #202020;
}
.layout.invite .btn-add-content-circle i {
  color: #202020;
}
.layout.invite a.like-button {
  color: #202020;
}
.layout.invite a.comment-button {
  color: #202020;
}
.layout.invite a.reflection-button {
  color: #202020;
}
.layout.invite .collapse-animation i {
  color: #202020;
}
.layout.invite .btn-plus-circle {
  color: #202020;
  border-top-color: #202020;
  border-bottom-color: #202020;
}
.layout.invite .btn-plus-circle i {
  color: #202020;
}
.layout.invite .back-to-previos-page {
  color: #202020;
}
.layout.invite .before-content {
  background-color: #202020;
}
.layout.invite .carousel {
  background-image: url();
}
.layout.invite .carousel .carousel-control {
  background-color: #202020;
}
.layout.invite .carousel .carousel-control.left span:after {
  border-right-color: #202020;
}
.layout.invite .carousel .carousel-control.right span:after {
  border-left-color: #202020;
}
.layout.invite .the_latest_on_tws dl dd p.posted-by {
  color: #202020;
}
.layout.invite .the_latest_on_tws .thumbnail .caption p a {
  color: #202020;
}
.layout.invite .interior-pages dl dd a {
  color: #202020;
}
.layout.invite .profile-page {
  /* Main Profile Pages Nav */
}
@media (min-width: 768px) {
  .layout.invite .profile-page .profile-nav .dropdown > ul.dropdown-menu li.sub-menu-item-active > a {
    color: white;
  }
  .layout.invite .profile-page .profile-nav .dropdown > ul.dropdown-menu li.active a,
  .layout.invite .profile-page .profile-nav .dropdown > ul.dropdown-menu li.sub-menu-item-active a {
    border-right-color: #202020;
    border-top-color: #202020;
    border-bottom-color: #202020;
    background-color: #202020;
  }
  .layout.invite .profile-page .profile-nav .dropdown > ul.dropdown-menu li.active + li a,
  .layout.invite .profile-page .profile-nav .dropdown > ul.dropdown-menu li.sub-menu-item-active + li a {
    border-top-color: #202020;
  }
  .layout.invite .profile-page .profile-nav .dropdown > ul.dropdown-menu li.active.with-sub-menu + li a,
  .layout.invite .profile-page .profile-nav .dropdown > ul.dropdown-menu li.sub-menu-item-active.with-sub-menu + li a {
    border-top-color: #CCC;
  }
  .layout.invite .profile-page .profile-nav .dropdown > ul.dropdown-menu li.active ul.sub-menu li a,
  .layout.invite .profile-page .profile-nav .dropdown > ul.dropdown-menu li.sub-menu-item-active ul.sub-menu li a {
    border-right-color: #CCC;
    border-top-color: #CCC;
    border-bottom-color: #CCC;
    background-color: white;
  }
  .layout.invite .profile-page .profile-nav .dropdown > ul.dropdown-menu li.active ul.sub-menu li a:hover,
  .layout.invite .profile-page .profile-nav .dropdown > ul.dropdown-menu li.sub-menu-item-active ul.sub-menu li a:hover {
    color: #202020;
  }
  .layout.invite .profile-page .profile-nav .dropdown > ul.dropdown-menu li.active ul.sub-menu li.active a,
  .layout.invite .profile-page .profile-nav .dropdown > ul.dropdown-menu li.sub-menu-item-active ul.sub-menu li.active a,
  .layout.invite .profile-page .profile-nav .dropdown > ul.dropdown-menu li.active ul.sub-menu li.sub-menu-item-active a,
  .layout.invite .profile-page .profile-nav .dropdown > ul.dropdown-menu li.sub-menu-item-active ul.sub-menu li.sub-menu-item-active a {
    border-right-color: white;
    color: #202020;
  }
  .layout.invite .profile-page .profile-nav .dropdown > ul.dropdown-menu li a:hover {
    border-right-color: #202020;
    border-top-color: #202020;
    border-bottom-color: #202020;
    background-color: #202020;
    color: white;
  }
  .layout.invite .profile-page .profile-nav .dropdown > ul.dropdown-menu li:hover + li a {
    border-top-color: #202020;
  }
  .layout.invite .profile-page .profile-nav .dropdown > ul.dropdown-menu li ul.sub-menu li a {
    border-right-color: #CCC;
    border-top-color: #CCC;
    border-bottom-color: #CCC;
    background-color: white;
  }
  .layout.invite .profile-page .profile-nav .dropdown > ul.dropdown-menu li ul.sub-menu li a:hover {
    color: #202020;
  }
  .layout.invite .profile-page .profile-nav .dropdown > ul.dropdown-menu li ul.sub-menu li.active a,
  .layout.invite .profile-page .profile-nav .dropdown > ul.dropdown-menu li ul.sub-menu li.sub-menu-item-active a {
    border-right-color: white;
    color: #202020;
  }
}
.layout.invite .profile-table .table-cell a {
  color: #202020;
}
.layout.invite .profile-detail-pages dl dd ul li a {
  color: #202020;
}
.layout.invite .profile-detail-pages .edit a i {
  color: #202020;
}
.layout.invite .profile-detail-pages .back-to-profile {
  color: #202020;
}
@media (max-width: 992px) {
  .layout.invite .profile-detail-pages .back-to-profile {
    background-color: #202020;
  }
}
.layout.invite .profile-detail-pages .back-to-profile i {
  color: #fedd84;
}
.layout.invite .modal-body .right-col .post-description p a {
  color: #202020;
}
.layout.invite .btn-show-more i {
  background-color: #202020;
}
.layout.invite .sign-in .panel .panel-body .forgot-login strong u a {
  color: #202020;
}
.layout.invite .sign-in .panel .panel-body u {
  color: #202020;
}
.layout.invite .sign-in .panel .panel-body u a {
  color: #202020;
}
.layout.invite .sign-up .panel .panel-body .log-in {
  color: #202020;
}
.layout.invite .sign-up .panel .panel-body .log-in u a {
  color: #202020;
}


/*! Removed normalize.css v1.1.3 */
/*! The Bootstrap code has been moved to /staticassets/css/bootstrap-3.2.0.css */


/*! Place here for non-related Bootstrap core CSS from /staticassets/css/bootstrap-3.2.0.css */
/*! Start: override the core */
body {
  font-family: 'PT Sans', sans-serif;
  color: #4a4a4a;
  background-color: #cccccc;
}
a {
  color: #4a4a4a;
}
a:hover,
a:focus {
  color: #242424;
}
small,
.small {
  font-size: 114%;
}
.text-primary {
  color: #4a4a4a;
}
a.text-primary:hover {
  color: #313131;
}
.bg-primary {
  background-color: #4a4a4a;
}
a.bg-primary:hover {
  background-color: #313131;
}
pre {
  color: #4a4a4a;
}
.table .table {
  background-color: #cccccc;
}
legend {
  color: #4a4a4a;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 36px;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 36px;
  font-size: 16px;
}
select.input-sm {
  height: 36px;
  line-height: 36px;
}
.input-sm + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.help-block {
  color: #8a8a8a;
}
.btn-primary {
  background-color: #4a4a4a;
  border-color: #3d3d3d;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #313131;
  border-color: #1f1f1f;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #4a4a4a;
  border-color: #3d3d3d;
}
.btn-primary .badge {
  color: #4a4a4a;
}
.btn-success {
  background-color: #32a51c;
  border-color: #2b8f18;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-color: #257915;
  border-color: #1c5b0f;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #32a51c;
  border-color: #2b8f18;
}
.btn-success .badge {
  color: #32a51c;
}
.btn-link:hover,
.btn-link:focus {
  color: #242424;
}
.btn-sm,
.btn-group-sm > .btn {
  font-size: 16px;
}
.btn-xs,
.btn-group-xs > .btn {
  font-size: 16px;
}
.dropdown-menu > li > a {
  color: #4a4a4a;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #3d3d3d;
}
.dropdown-header {
  font-size: 16px;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 36px;
  font-size: 16px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 36px;
  line-height: 36px;
}
.input-group-addon.input-sm {
  font-size: 16px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #4a4a4a;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #cccccc;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #cccccc;
  }
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #4a4a4a;
}
@media (min-width: 768px) {
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #cccccc;
  }
}
.navbar-btn.btn-sm {
  margin-top: 7px;
  margin-bottom: 7px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #242424;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  font-size: 16px;
}
.label-primary {
  background-color: #4a4a4a;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #313131;
}
.label-success {
  background-color: #32a51c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #257915;
}
.badge {
  font-size: 16px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #4a4a4a;
}
.thumbnail {
  background-color: #cccccc;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #4a4a4a;
}
thumbnail .caption {
  color: #4a4a4a;
}
.progress-bar {
  font-size: 16px;
  background-color: #4a4a4a;
}
.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
  -webkit-animation: progress-bar-stripes 2s linear infinite 300ms 0 ease;
  -moz-animation: progress-bar-stripes 2s linear infinite 300ms 0 ease;
  -ms-animation: progress-bar-stripes 2s linear infinite 300ms 0 ease;
}
.progress-bar-success {
  background-color: #32a51c;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #b0b0b0;
}
.panel-default > .panel-heading {
  color: #4a4a4a;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
}
.panel-primary {
  border-color: #4a4a4a;
}
.panel-primary > .panel-heading {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #4a4a4a;
}
.panel-primary > .panel-heading .badge {
  color: #4a4a4a;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #4a4a4a;
}
.tooltip {
  font-size: 16px;
}
/* End */

/*! Start: additional style */
.forum-thread-message {
	font-size: 16px;
}
.forum-thread-message blockquote {
	padding: 5px 15px;
    margin: 10px 0;
	border-color: #ccc;
}
.forum-thread-message blockquote > br,
.forum-thread-message blockquote + br,
.forum-thread-message p + br + br {
    display: none;
}
.latest-forum.checkbox {
  margin-top: 0px;
  margin-bottom: 0px;
}
.navbar {
  margin-bottom: 1px;
}
.search-form.navbar-form {
  box-shadow: none;
  -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.navbar-form.search-form .search-dropdown-mobile > span {
  font-family: 'Quantico', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
  line-height: 43px;
  color: white;
  font-size: 19px;
}
.navbar-form.search-form .search-dropdown-mobile > select {
  width: 55%;
  text-transform: uppercase;
  font-size: 13px;
  border: 0;
  border-radius: 0;
}
@media (min-width: 768px) {
  .navbar-form.search-form .search-dropdown-mobile {
    display: none;
  }
}
/* End */

.font-xbig {
  font-size: 34px !important;
}
.font-big {
  font-size: 30px !important;
}
.font-medium {
  font-size: 24px !important;
}
.font-small {
  font-size: 16px !important;
}
.font-xsmall {
  font-size: 12px !important;
}
.quantico {
  font-family: 'Quantico', sans-serif;
}
.quantico small {
  font-size: 18px;
  color: #000000;
}
.quantico.light {
  font-weight: lighter;
}
.quantico.normal {
  font-weight: normal;
}
.quantico.bold {
  font-weight: bold;
}
.abel {
  font-family: 'Abel', sans-serif;
}
.abel small {
  font-size: 14px;
  color: #000000;
}
.abel.light {
  font-weight: lighter;
}
.abel.normal {
  font-weight: normal;
}
.abel.bold {
  font-weight: bold;
}
.abel.italic {
  font-style: italic;
}
.sans {
  font-family: 'PT Sans', sans-serif;
}
.sans small {
  font-size: 14px;
  color: #000000;
}
.sans.light {
  font-weight: lighter;
}
.sans.normal {
  font-weight: normal;
}
.sans.bold {
  font-weight: bold;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  color: #4a4a4a;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  display: block;
}
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
  font-weight: lighter;
}
h1.normal,
h2.normal,
h3.normal,
h4.normal,
h5.normal,
h6.normal {
  font-weight: normal;
}
h1.bold,
h2.bold,
h3.bold,
h4.bold,
h5.bold,
h6.bold {
  font-weight: bold;
}
.h3 {
  color: #4a4a4a;
  font-size: 24px;
}
ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.dropdown {
  display: inline-block;
}
.dropdown.dropdown-block {
  display: block;
  width: 100%;
}
.dropdown button {
  display: inline-block;
  text-transform: none;
  font-size: 16px;
  border: 1px solid #dadada;
}
.dropdown ul.dropdown-menu {
  min-width: 100%;
  border-radius: 0;
  margin: 0px;
  margin-top: -1px;
}
dl.dl-horizontal {
  margin: 0;
  border-bottom: 0px;
  /*
    Is used to styling Reunions and Members
    
      ///////////   TITLE HERE
      ///Image///   Option: one
      ///////////   Option: two
                    Option: three

  */
  /*Is used to styling Newsfeed, Announcements, Siterep and Reflections

    - Newsfeed has Likes under the image and Like | Comment buttons under the excerpt

      ///////////   TITLE HERE
      ///Image///   
      ///////////   BY: Who post this content
      LIKES    18
                    ///////////   Text text text text text text text text
                    ///Image///   text text text text text text text text
                    ///////////   text text text text text text text text 

                    LIKE | COMMENT
 




    - Announcements has Likes under the image and Like | Comment buttons under the post excerpt

      ///////////   TITLE HERE
      ///Image///   
      ///////////   BY: Who post this content

                    ///////////   Text text text text text text text text
                    ///Image///   text text text text text text text text
                    ///////////   text text text text text text text text      





    -Sitrep and Reflection has Likes under the imagen and Like | Comment / View Reflection buttons under the post excerpt, but down't has
     who post the content

      ///////////   TITLE HERE
      ///Image///   
      ///////////   text text text text text text text text
      LIKES    18   text text text text text text text text
                    Text text text text text text text text
                    text text text text text text text text

                    LIKE | COMMENT / VIEW REFLECTION
                    
  */
}
dl.dl-horizontal dt .image {
  position: relative;
  height: 70px;
  width: 70px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
dl.dl-horizontal dt a {
  float: none!important;
  display: block;
  text-align: center;
  line-height: 2.5;
  font-weight: normal;
}
dl.dl-horizontal dd {
  margin-left: 85px;
}
dl.dl-horizontal dd h6 {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 5px;
}
dl.dl-horizontal dd p {
  line-height: 1.2;
  margin-bottom: 5px;
}
dl.dl-horizontal dd p:last-child {
  margin: 0px;
}
dl.dl-horizontal dd p.posted-by {
  margin-top: 10px;
  font-style: italic;
}
dl.dl-horizontal.dl-post-one-col-list {
  border-left: 0px;
  border-right: 0px;
}
dl.dl-horizontal.dl-post-one-col-list p {
  color: #4a4a4a;
  font-weight: bold;
  position: relative;
  margin-bottom: 0px;
  line-height: 1;
}
dl.dl-horizontal.dl-post-one-col-list p span {
  position: absolute;
  left: 60px;
  color: #4a4a4a;
  font-weight: normal;
}
@media (max-width: 767px) {
  dl.dl-horizontal.dl-post-one-col-list dt {
    float: left;
  }
}
dl.dl-horizontal.dl-post-one-col-list.big-image {
  padding: 20px;
}
dl.dl-horizontal.dl-post-one-col-list.big-image dt .image {
  height: 90px;
  width: 90px;
}
dl.dl-horizontal.dl-post-one-col-list.big-image dd {
  margin-left: 105px;
}
dl.dl-horizontal.dl-post-one-col-list.big-image dd h6 {
  margin-bottom: 12px;
}
dl.dl-horizontal.dl-post dt {
  width: auto;
}
@media (max-width: 767px) {
  dl.dl-horizontal.dl-post {
    padding-left: 0;
    padding-right: 0;
    border-left: 0px;
    border-right: 0px;
  }
  dl.dl-horizontal.dl-post dt {
    float: left;
  }
  dl.dl-horizontal.dl-post dt .image {
    width: 35px;
    height: 35px;
  }
  dl.dl-horizontal.dl-post dt .facebook-likes {
    display: inline-block;
    width: 35px;
  }
  dl.dl-horizontal.dl-post dd {
    margin-left: 0;
  }
  dl.dl-horizontal.dl-post dd h6 {
    margin-left: 45px;
  }
  dl.dl-horizontal.dl-post dd h6.forum-posts {
    padding-right: 100px;
  }
  dl.dl-horizontal.dl-post dd p {
    margin-left: 45px;
  }
  dl.dl-horizontal.dl-post dd .posted-by {
    margin-left: 45px;
  }
  dl.dl-horizontal.dl-post dd .post {
    display: block;
    margin-top: 40px;
  }
  dl.dl-horizontal.dl-post dd .post .post-img {
    display: block;
  }
  dl.dl-horizontal.dl-post dd .post .post-img img {
    width: 100%;
  }
  dl.dl-horizontal.dl-post dd .post .post-excerpt {
    padding-left: 0;
    padding-right: 0;
  }
  dl.dl-horizontal.dl-post dd .post .post-excerpt h6 {
    margin-left: 0px;
  }
}
dl.dl-horizontal.dl-profile-detail-page dt {
  float: left;
}
dl.dl-horizontal.dl-profile-detail-page dt .image {
  width: 35px;
  height: 35px;
}
dl.dl-horizontal.dl-profile-detail-page dd {
  margin-left: 0;
}
dl.dl-horizontal.dl-profile-detail-page dd h6 {
  margin-left: 45px;
}
dl.dl-horizontal.dl-profile-detail-page dd h6.forum-posts {
  padding-right: 100px;
}
dl.dl-horizontal.dl-profile-detail-page dd p {
  margin-left: 45px;
}
dl.dl-horizontal.dl-profile-detail-page dd .posted-by {
  margin-left: 45px;
}
dl.dl-horizontal.dl-profile-detail-page dd .post {
  display: block;
  margin-top: 40px;
}
dl.dl-horizontal.dl-profile-detail-page dd .post .post-img {
  display: block;
}
dl.dl-horizontal.dl-profile-detail-page dd .post .post-img img {
  width: 100%;
}
dl.dl-horizontal.dl-profile-detail-page dd .post .post-excerpt {
  padding-left: 0;
  padding-right: 0;
}
dl.dl-horizontal.dl-profile-detail-page dd .post .post-excerpt h6 {
  margin-left: 0px;
}
dl.dl-horizontal.dl-profile-pin dt {
  width: auto;
}
dl.dl-horizontal.dl-profile-pin dd {
  margin-left: 125px;
}
dl.dl-horizontal.dl-profile-pin dd h6 {
  margin: 8px 0px 3px 0;
}
dl.dl-horizontal.dl-profile-pin dd hr {
  height: 1px;
  margin: 15px 0px 5px 0px;
  clear: none;
  background-color: #E4E4E4;
}
dl.dl-horizontal.dl-profile-pin dd i {
  margin-right: 5px;
}
dl.dl-horizontal.dl-profile-pin dd i::before {
  margin-right: 2px;
}
dl.dl-horizontal.dl-profile-additional-info {
  margin: 15px 0px;
}
@media (max-width: 991px) {
  dl.dl-horizontal.dl-profile-additional-info {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
dl.dl-horizontal.dl-profile-additional-info dt {
  width: auto;
}
@media (max-width: 768px) {
  dl.dl-horizontal.dl-profile-additional-info dt {
    float: left;
  }
}
dl.dl-horizontal.dl-profile-additional-info dt a {
  background-color: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#efefef));
  background: -webkit-linear-gradient(top, #f5f5f5, #efefef);
  background: -moz-linear-gradient(top, #f5f5f5, #efefef);
  background: -ms-linear-gradient(top, #f5f5f5, #efefef);
  background: -o-linear-gradient(top, #f5f5f5, #efefef);
  display: block;
}
@media (max-width: 991px) {
  dl.dl-horizontal.dl-profile-additional-info dt a {
    display: inline-block;
  }
}
dl.dl-horizontal.dl-profile-additional-info dt a span {
  display: block;
  width: 110px;
  height: 110px;
  border: 1px solid #CCCCCC;
  background-repeat: no-repeat;
  background-position: center;
}
dl.dl-horizontal.dl-profile-additional-info dd {
  margin-left: 110px;
  padding-left: 20px;
}
dl.dl-horizontal.dl-profile-additional-info dd h4 {
  font-size: 18px;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 12px;
}
dl.dl-horizontal.dl-profile-additional-info dd h4 small {
  font-size: 14px;
  color: #000000;
}
dl.dl-horizontal.dl-profile-additional-info dd h4.light {
  font-weight: lighter;
}
dl.dl-horizontal.dl-profile-additional-info dd h4.normal {
  font-weight: normal;
}
dl.dl-horizontal.dl-profile-additional-info dd h4.bold {
  font-weight: bold;
}
dl.dl-horizontal.dl-profile-additional-info dd p {
  line-height: 1.7em;
}
/*.announcements{
  @media( max-width: @screen-xs-max ){
    dl{
      dd{
        margin-top: -35px;

        .post{
          margin-top: 25px;
        }
      }
    }
  }
}

.newsfeed{
  @media( max-width: @screen-xs-max ){
    dl{
      dd{
        margin-top: -65px;
      }
    }
  }
}


//Use the same POST class
.sitreps{
  @media( max-width: @screen-xs-max ){
    dl{
      dd{
        margin-top: -100px;
        p{ margin-left: 45px; }
      }
    }
  }
}

.reflections{
  @media( max-width: @screen-xs-max ){
    dl{
      dd{
        h6{
          margin-top: -100px;
        }
      }
    }
  }
}


//Use the same POST Class
.reunions{
  @media( max-width: @screen-xs-max ){
    dl{
      dd{
        h6{
          margin-top: -70px;
        }
      }
    }
  }
}


.new-members{
  @media( max-width: @screen-xs-max ){
    dl{
      dd{
        margin-top: -90px;
        p{
          span{
            display: block;
            position: relative;
            left: auto;
          }
        }
      }
    }
  }
}*/
.play-btn {
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.play-btn:before {
  content: '';
  width: 44px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -22px;
  border: 2px solid #fedd84;
}
.play-btn:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 12px solid #fedd84;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -5px;
}
.horizontal-gradient {
  background-color: #f7f7f7;
  background-image: -webkit-gradient(linear, left top, right top, from(#f7f7f7), to(#ffffff));
  background-image: -webkit-linear-gradient(left, #f7f7f7, #ffffff);
  background-image: -moz-linear-gradient(left, #f7f7f7, #ffffff);
  background-image: -ms-linear-gradient(left, #f7f7f7, #ffffff);
  background-image: -o-linear-gradient(left, #f7f7f7, #ffffff);
}
.vertical-gradient {
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f6f6));
  background: -webkit-linear-gradient(top, #ffffff, #f6f6f6);
  background: -moz-linear-gradient(top, #ffffff, #f6f6f6);
  background: -ms-linear-gradient(top, #ffffff, #f6f6f6);
  background: -o-linear-gradient(top, #ffffff, #f6f6f6);
}
.btn {
  border: none;
  margin: 0 0 0 0px;
  padding: 4px 12px;
  border-radius: 0px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.btn i {
  color: #fedd84;
}
.btn i[class*="caret"] {
  margin-left: 3px;
}
.btn.btn-yellow {
  background: #fedd84;
}
.btn.btn-yellow i {
  color: #525345;
}
.btn.btn-brand-one {
  border: 1px solid #dadada;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f6f6));
  background: -webkit-linear-gradient(top, #ffffff, #f6f6f6);
  background: -moz-linear-gradient(top, #ffffff, #f6f6f6);
  background: -ms-linear-gradient(top, #ffffff, #f6f6f6);
  background: -o-linear-gradient(top, #ffffff, #f6f6f6);
  padding: 9px 12px;
}
.btn.btn-brand-one small {
  font-size: 14px;
  color: #000000;
}
.btn.btn-brand-one.light {
  font-weight: lighter;
}
.btn.btn-brand-one.normal {
  font-weight: normal;
}
.btn.btn-brand-one.bold {
  font-weight: bold;
}
.btn.btn-brand-two {
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d7d7d7));
  background: -webkit-linear-gradient(top, #ffffff, #d7d7d7);
  background: -moz-linear-gradient(top, #ffffff, #d7d7d7);
  background: -ms-linear-gradient(top, #ffffff, #d7d7d7);
  background: -o-linear-gradient(top, #ffffff, #d7d7d7);
  color: #525345;
}
.btn.btn-brand-three {
  color: white;
  font-size: 20px;
  line-height: 38px;
}
.btn.btn-brand-four {
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  color: white;
  line-height: 34px;
  padding: 0px;
}
.btn.btn-brand-four small {
  font-size: 14px;
  color: #000000;
}
.btn.btn-brand-four.light {
  font-weight: lighter;
}
.btn.btn-brand-four.normal {
  font-weight: normal;
}
.btn.btn-brand-four.bold {
  font-weight: bold;
}
.btn.text-left {
  padding: 9px 28px 9px 12px;
}
.btn.text-left i.fa-caret-right,
.btn.text-left i.fa-caret-down {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 13px 10px;
}
.btn.btn-upload {
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f6f6));
  background: -webkit-linear-gradient(top, #ffffff, #f6f6f6);
  background: -moz-linear-gradient(top, #ffffff, #f6f6f6);
  background: -ms-linear-gradient(top, #ffffff, #f6f6f6);
  background: -o-linear-gradient(top, #ffffff, #f6f6f6);
  margin-bottom: 0px!important;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: normal;
  max-width: 100px;
  padding: 6px 10px;
  border: 1px solid #dadada;
}
.btn.btn-upload small {
  font-size: 14px;
  color: #000000;
}
.btn.btn-upload.light {
  font-weight: lighter;
}
.btn.btn-upload.normal {
  font-weight: normal;
}
.btn.btn-upload.bold {
  font-weight: bold;
}
.btn.btn-simple {
  width: auto;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: none;
  padding: 0;
}
.btn.btn-simple:active {
  box-shadow: none;
}
.btn.btn-sign-up {
  text-align: center;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  color: white;
}
.btn.btn-sign-up small {
  font-size: 14px;
  color: #000000;
}
.btn.btn-sign-up.light {
  font-weight: lighter;
}
.btn.btn-sign-up.normal {
  font-weight: normal;
}
.btn.btn-sign-up.bold {
  font-weight: bold;
}
.btn.btn-facebook-sign-up {
  text-align: center;
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: white;
  background-color: #3c5c95;
  line-height: 34px;
  padding: 0px;
}
.btn.btn-facebook-sign-up small {
  font-size: 14px;
  color: #000000;
}
.btn.btn-facebook-sign-up.light {
  font-weight: lighter;
}
.btn.btn-facebook-sign-up.normal {
  font-weight: normal;
}
.btn.btn-facebook-sign-up.bold {
  font-weight: bold;
}
.btn-add-content-circle {
  border: none;
  margin: 0 0 0 0px;
  padding: 4px 12px;
  border-radius: 0px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  font-size: 12px;
  padding-left: 26px;
}
.btn-add-content-circle i {
  color: #fedd84;
  font-size: 24px;
  position: absolute;
  top: 1px;
  left: 0px;
}
.btn-upgrade {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  margin: 0 0 0 0px;
  padding: 4px 12px;
  border-radius: 0px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  background: #fedd84;
  font-family: 'Quantico', sans-serif;
  text-transform: uppercase;
  padding: 8px 43px;
  margin-bottom: 20px;
}
.btn-upgrade:focus,
.btn-upgrade:active:focus,
.btn-upgrade.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-upgrade:hover,
.btn-upgrade:focus {
  color: #333333;
  text-decoration: none;
}
.btn-upgrade:active,
.btn-upgrade.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-upgrade.disabled,
.btn-upgrade[disabled],
fieldset[disabled] .btn-upgrade {
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-upgrade i {
  color: #fedd84;
}
.btn-upgrade i[class*="caret"] {
  margin-left: 3px;
}
.btn-upgrade.btn-yellow {
  background: #fedd84;
}
.btn-upgrade.btn-yellow i {
  color: #525345;
}
.btn-upgrade.btn-brand-one {
  border: 1px solid #dadada;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f6f6));
  background: -webkit-linear-gradient(top, #ffffff, #f6f6f6);
  background: -moz-linear-gradient(top, #ffffff, #f6f6f6);
  background: -ms-linear-gradient(top, #ffffff, #f6f6f6);
  background: -o-linear-gradient(top, #ffffff, #f6f6f6);
  padding: 9px 12px;
}
.btn-upgrade.btn-brand-one small {
  font-size: 14px;
  color: #000000;
}
.btn-upgrade.btn-brand-one.light {
  font-weight: lighter;
}
.btn-upgrade.btn-brand-one.normal {
  font-weight: normal;
}
.btn-upgrade.btn-brand-one.bold {
  font-weight: bold;
}
.btn-upgrade.btn-brand-two {
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d7d7d7));
  background: -webkit-linear-gradient(top, #ffffff, #d7d7d7);
  background: -moz-linear-gradient(top, #ffffff, #d7d7d7);
  background: -ms-linear-gradient(top, #ffffff, #d7d7d7);
  background: -o-linear-gradient(top, #ffffff, #d7d7d7);
  color: #525345;
}
.btn-upgrade.btn-brand-three {
  color: white;
  font-size: 20px;
  line-height: 38px;
}
.btn-upgrade.btn-brand-four {
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  color: white;
  line-height: 34px;
  padding: 0px;
}
.btn-upgrade.btn-brand-four small {
  font-size: 14px;
  color: #000000;
}
.btn-upgrade.btn-brand-four.light {
  font-weight: lighter;
}
.btn-upgrade.btn-brand-four.normal {
  font-weight: normal;
}
.btn-upgrade.btn-brand-four.bold {
  font-weight: bold;
}
.btn-upgrade.text-left {
  padding: 9px 28px 9px 12px;
}
.btn-upgrade.text-left i.fa-caret-right,
.btn-upgrade.text-left i.fa-caret-down {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 13px 10px;
}
.btn-upgrade.btn-upload {
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f6f6));
  background: -webkit-linear-gradient(top, #ffffff, #f6f6f6);
  background: -moz-linear-gradient(top, #ffffff, #f6f6f6);
  background: -ms-linear-gradient(top, #ffffff, #f6f6f6);
  background: -o-linear-gradient(top, #ffffff, #f6f6f6);
  margin-bottom: 0px!important;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: normal;
  max-width: 100px;
  padding: 6px 10px;
  border: 1px solid #dadada;
}
.btn-upgrade.btn-upload small {
  font-size: 14px;
  color: #000000;
}
.btn-upgrade.btn-upload.light {
  font-weight: lighter;
}
.btn-upgrade.btn-upload.normal {
  font-weight: normal;
}
.btn-upgrade.btn-upload.bold {
  font-weight: bold;
}
.btn-upgrade.btn-simple {
  width: auto;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: none;
  padding: 0;
}
.btn-upgrade.btn-simple:active {
  box-shadow: none;
}
.btn-upgrade.btn-sign-up {
  text-align: center;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  color: white;
}
.btn-upgrade.btn-sign-up small {
  font-size: 14px;
  color: #000000;
}
.btn-upgrade.btn-sign-up.light {
  font-weight: lighter;
}
.btn-upgrade.btn-sign-up.normal {
  font-weight: normal;
}
.btn-upgrade.btn-sign-up.bold {
  font-weight: bold;
}
.btn-upgrade.btn-facebook-sign-up {
  text-align: center;
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: white;
  background-color: #3c5c95;
  line-height: 34px;
  padding: 0px;
}
.btn-upgrade.btn-facebook-sign-up small {
  font-size: 14px;
  color: #000000;
}
.btn-upgrade.btn-facebook-sign-up.light {
  font-weight: lighter;
}
.btn-upgrade.btn-facebook-sign-up.normal {
  font-weight: normal;
}
.btn-upgrade.btn-facebook-sign-up.bold {
  font-weight: bold;
}
.btn-upgrade i {
  color: #525345;
}
.btn-upgrade small {
  font-size: 18px;
  color: #000000;
}
.btn-upgrade.light {
  font-weight: lighter;
}
.btn-upgrade.normal {
  font-weight: normal;
}
.btn-upgrade.bold {
  font-weight: bold;
}
.btn-learn-more {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  margin: 0 0 0 0px;
  padding: 4px 12px;
  border-radius: 0px;
  text-decoration: none;
  position: relative;
  border: 1px solid #dadada;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f6f6));
  background: -webkit-linear-gradient(top, #ffffff, #f6f6f6);
  background: -moz-linear-gradient(top, #ffffff, #f6f6f6);
  background: -ms-linear-gradient(top, #ffffff, #f6f6f6);
  background: -o-linear-gradient(top, #ffffff, #f6f6f6);
  padding: 9px 12px;
  font-family: 'Quantico', sans-serif;
  text-transform: uppercase;
  padding: 8px 43px;
}
.btn-learn-more:focus,
.btn-learn-more:active:focus,
.btn-learn-more.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-learn-more:hover,
.btn-learn-more:focus {
  color: #333333;
  text-decoration: none;
}
.btn-learn-more:active,
.btn-learn-more.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-learn-more.disabled,
.btn-learn-more[disabled],
fieldset[disabled] .btn-learn-more {
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-learn-more i {
  color: #fedd84;
}
.btn-learn-more i[class*="caret"] {
  margin-left: 3px;
}
.btn-learn-more.btn-yellow {
  background: #fedd84;
}
.btn-learn-more.btn-yellow i {
  color: #525345;
}
.btn-learn-more.btn-brand-one {
  border: 1px solid #dadada;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f6f6));
  background: -webkit-linear-gradient(top, #ffffff, #f6f6f6);
  background: -moz-linear-gradient(top, #ffffff, #f6f6f6);
  background: -ms-linear-gradient(top, #ffffff, #f6f6f6);
  background: -o-linear-gradient(top, #ffffff, #f6f6f6);
  padding: 9px 12px;
}
.btn-learn-more.btn-brand-one small {
  font-size: 14px;
  color: #000000;
}
.btn-learn-more.btn-brand-one.light {
  font-weight: lighter;
}
.btn-learn-more.btn-brand-one.normal {
  font-weight: normal;
}
.btn-learn-more.btn-brand-one.bold {
  font-weight: bold;
}
.btn-learn-more.btn-brand-two {
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d7d7d7));
  background: -webkit-linear-gradient(top, #ffffff, #d7d7d7);
  background: -moz-linear-gradient(top, #ffffff, #d7d7d7);
  background: -ms-linear-gradient(top, #ffffff, #d7d7d7);
  background: -o-linear-gradient(top, #ffffff, #d7d7d7);
  color: #525345;
}
.btn-learn-more.btn-brand-three {
  color: white;
  font-size: 20px;
  line-height: 38px;
}
.btn-learn-more.btn-brand-four {
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  color: white;
  line-height: 34px;
  padding: 0px;
}
.btn-learn-more.btn-brand-four small {
  font-size: 14px;
  color: #000000;
}
.btn-learn-more.btn-brand-four.light {
  font-weight: lighter;
}
.btn-learn-more.btn-brand-four.normal {
  font-weight: normal;
}
.btn-learn-more.btn-brand-four.bold {
  font-weight: bold;
}
.btn-learn-more.text-left {
  padding: 9px 28px 9px 12px;
}
.btn-learn-more.text-left i.fa-caret-right,
.btn-learn-more.text-left i.fa-caret-down {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 13px 10px;
}
.btn-learn-more.btn-upload {
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f6f6));
  background: -webkit-linear-gradient(top, #ffffff, #f6f6f6);
  background: -moz-linear-gradient(top, #ffffff, #f6f6f6);
  background: -ms-linear-gradient(top, #ffffff, #f6f6f6);
  background: -o-linear-gradient(top, #ffffff, #f6f6f6);
  margin-bottom: 0px!important;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: normal;
  max-width: 100px;
  padding: 6px 10px;
  border: 1px solid #dadada;
}
.btn-learn-more.btn-upload small {
  font-size: 14px;
  color: #000000;
}
.btn-learn-more.btn-upload.light {
  font-weight: lighter;
}
.btn-learn-more.btn-upload.normal {
  font-weight: normal;
}
.btn-learn-more.btn-upload.bold {
  font-weight: bold;
}
.btn-learn-more.btn-simple {
  width: auto;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: none;
  padding: 0;
}
.btn-learn-more.btn-simple:active {
  box-shadow: none;
}
.btn-learn-more.btn-sign-up {
  text-align: center;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  color: white;
}
.btn-learn-more.btn-sign-up small {
  font-size: 14px;
  color: #000000;
}
.btn-learn-more.btn-sign-up.light {
  font-weight: lighter;
}
.btn-learn-more.btn-sign-up.normal {
  font-weight: normal;
}
.btn-learn-more.btn-sign-up.bold {
  font-weight: bold;
}
.btn-learn-more.btn-facebook-sign-up {
  text-align: center;
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: white;
  background-color: #3c5c95;
  line-height: 34px;
  padding: 0px;
}
.btn-learn-more.btn-facebook-sign-up small {
  font-size: 14px;
  color: #000000;
}
.btn-learn-more.btn-facebook-sign-up.light {
  font-weight: lighter;
}
.btn-learn-more.btn-facebook-sign-up.normal {
  font-weight: normal;
}
.btn-learn-more.btn-facebook-sign-up.bold {
  font-weight: bold;
}
.btn-learn-more small {
  font-size: 14px;
  color: #000000;
}
.btn-learn-more.light {
  font-weight: lighter;
}
.btn-learn-more.normal {
  font-weight: normal;
}
.btn-learn-more.bold {
  font-weight: bold;
}
.btn-learn-more small {
  font-size: 18px;
  color: #000000;
}
.btn-learn-more.light {
  font-weight: lighter;
}
.btn-learn-more.normal {
  font-weight: normal;
}
.btn-learn-more.bold {
  font-weight: bold;
}
.btn-load-more {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  margin: 0 0 0 0px;
  padding: 4px 12px;
  border-radius: 0px;
  text-decoration: none;
  position: relative;
  border: 1px solid #dadada;
  font-weight: bold;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f6f6));
  background: -webkit-linear-gradient(top, #ffffff, #f6f6f6);
  background: -moz-linear-gradient(top, #ffffff, #f6f6f6);
  background: -ms-linear-gradient(top, #ffffff, #f6f6f6);
  background: -o-linear-gradient(top, #ffffff, #f6f6f6);
  padding: 9px 12px;
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  padding: 8px 93px;
  font-size: 16px;
}
.btn-load-more:focus,
.btn-load-more:active:focus,
.btn-load-more.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-load-more:hover,
.btn-load-more:focus {
  color: #333333;
  text-decoration: none;
}
.btn-load-more:active,
.btn-load-more.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-load-more.disabled,
.btn-load-more[disabled],
fieldset[disabled] .btn-load-more {
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-load-more i {
  color: #fedd84;
}
.btn-load-more i[class*="caret"] {
  margin-left: 3px;
}
.btn-load-more.btn-yellow {
  background: #fedd84;
}
.btn-load-more.btn-yellow i {
  color: #525345;
}
.btn-load-more.btn-brand-one {
  border: 1px solid #dadada;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f6f6));
  background: -webkit-linear-gradient(top, #ffffff, #f6f6f6);
  background: -moz-linear-gradient(top, #ffffff, #f6f6f6);
  background: -ms-linear-gradient(top, #ffffff, #f6f6f6);
  background: -o-linear-gradient(top, #ffffff, #f6f6f6);
  padding: 9px 12px;
}
.btn-load-more.btn-brand-one small {
  font-size: 14px;
  color: #000000;
}
.btn-load-more.btn-brand-one.light {
  font-weight: lighter;
}
.btn-load-more.btn-brand-one.normal {
  font-weight: normal;
}
.btn-load-more.btn-brand-one.bold {
  font-weight: bold;
}
.btn-load-more.btn-brand-two {
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d7d7d7));
  background: -webkit-linear-gradient(top, #ffffff, #d7d7d7);
  background: -moz-linear-gradient(top, #ffffff, #d7d7d7);
  background: -ms-linear-gradient(top, #ffffff, #d7d7d7);
  background: -o-linear-gradient(top, #ffffff, #d7d7d7);
  color: #525345;
}
.btn-load-more.btn-brand-three {
  color: white;
  font-size: 20px;
  line-height: 38px;
}
.btn-load-more.btn-brand-four {
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  color: white;
  line-height: 34px;
  padding: 0px;
}
.btn-load-more.btn-brand-four small {
  font-size: 14px;
  color: #000000;
}
.btn-load-more.btn-brand-four.light {
  font-weight: lighter;
}
.btn-load-more.btn-brand-four.normal {
  font-weight: normal;
}
.btn-load-more.btn-brand-four.bold {
  font-weight: bold;
}
.btn-load-more.text-left {
  padding: 9px 28px 9px 12px;
}
.btn-load-more.text-left i.fa-caret-right,
.btn-load-more.text-left i.fa-caret-down {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 13px 10px;
}
.btn-load-more.btn-upload {
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f6f6));
  background: -webkit-linear-gradient(top, #ffffff, #f6f6f6);
  background: -moz-linear-gradient(top, #ffffff, #f6f6f6);
  background: -ms-linear-gradient(top, #ffffff, #f6f6f6);
  background: -o-linear-gradient(top, #ffffff, #f6f6f6);
  margin-bottom: 0px!important;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: normal;
  max-width: 100px;
  padding: 6px 10px;
  border: 1px solid #dadada;
}
.btn-load-more.btn-upload small {
  font-size: 14px;
  color: #000000;
}
.btn-load-more.btn-upload.light {
  font-weight: lighter;
}
.btn-load-more.btn-upload.normal {
  font-weight: normal;
}
.btn-load-more.btn-upload.bold {
  font-weight: bold;
}
.btn-load-more.btn-simple {
  width: auto;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: none;
  padding: 0;
}
.btn-load-more.btn-simple:active {
  box-shadow: none;
}
.btn-load-more.btn-sign-up {
  text-align: center;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  color: white;
}
.btn-load-more.btn-sign-up small {
  font-size: 14px;
  color: #000000;
}
.btn-load-more.btn-sign-up.light {
  font-weight: lighter;
}
.btn-load-more.btn-sign-up.normal {
  font-weight: normal;
}
.btn-load-more.btn-sign-up.bold {
  font-weight: bold;
}
.btn-load-more.btn-facebook-sign-up {
  text-align: center;
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: white;
  background-color: #3c5c95;
  line-height: 34px;
  padding: 0px;
}
.btn-load-more.btn-facebook-sign-up small {
  font-size: 14px;
  color: #000000;
}
.btn-load-more.btn-facebook-sign-up.light {
  font-weight: lighter;
}
.btn-load-more.btn-facebook-sign-up.normal {
  font-weight: normal;
}
.btn-load-more.btn-facebook-sign-up.bold {
  font-weight: bold;
}
.btn-load-more small {
  font-size: 14px;
  color: #000000;
}
.btn-load-more.light {
  font-weight: lighter;
}
.btn-load-more.normal {
  font-weight: normal;
}
.btn-load-more.bold {
  font-weight: bold;
}
.btn-load-more small {
  font-size: 14px;
  color: #000000;
}
.btn-load-more.light {
  font-weight: lighter;
}
.btn-load-more.normal {
  font-weight: normal;
}
.btn-load-more.bold {
  font-weight: bold;
}
.add-content {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  line-height: 42px;
}
.add-content i {
  color: #fedd84;
  margin-left: 5px;
}
.select-city {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  margin: 0 0 0 0px;
  padding: 4px 12px;
  border-radius: 0px;
  text-decoration: none;
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #dadada;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f6f6));
  background: -webkit-linear-gradient(top, #ffffff, #f6f6f6);
  background: -moz-linear-gradient(top, #ffffff, #f6f6f6);
  background: -ms-linear-gradient(top, #ffffff, #f6f6f6);
  background: -o-linear-gradient(top, #ffffff, #f6f6f6);
  padding: 9px 12px;
  padding: 6px 28px 6px 12px;
  text-align: left;
}
.select-city:focus,
.select-city:active:focus,
.select-city.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.select-city:hover,
.select-city:focus {
  color: #333333;
  text-decoration: none;
}
.select-city:active,
.select-city.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.select-city.disabled,
.select-city[disabled],
fieldset[disabled] .select-city {
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.select-city i {
  color: #fedd84;
}
.select-city i[class*="caret"] {
  margin-left: 3px;
}
.select-city.btn-yellow {
  background: #fedd84;
}
.select-city.btn-yellow i {
  color: #525345;
}
.select-city.btn-brand-one {
  border: 1px solid #dadada;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f6f6));
  background: -webkit-linear-gradient(top, #ffffff, #f6f6f6);
  background: -moz-linear-gradient(top, #ffffff, #f6f6f6);
  background: -ms-linear-gradient(top, #ffffff, #f6f6f6);
  background: -o-linear-gradient(top, #ffffff, #f6f6f6);
  padding: 9px 12px;
}
.select-city.btn-brand-one small {
  font-size: 14px;
  color: #000000;
}
.select-city.btn-brand-one.light {
  font-weight: lighter;
}
.select-city.btn-brand-one.normal {
  font-weight: normal;
}
.select-city.btn-brand-one.bold {
  font-weight: bold;
}
.select-city.btn-brand-two {
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d7d7d7));
  background: -webkit-linear-gradient(top, #ffffff, #d7d7d7);
  background: -moz-linear-gradient(top, #ffffff, #d7d7d7);
  background: -ms-linear-gradient(top, #ffffff, #d7d7d7);
  background: -o-linear-gradient(top, #ffffff, #d7d7d7);
  color: #525345;
}
.select-city.btn-brand-three {
  color: white;
  font-size: 20px;
  line-height: 38px;
}
.select-city.btn-brand-four {
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  color: white;
  line-height: 34px;
  padding: 0px;
}
.select-city.btn-brand-four small {
  font-size: 14px;
  color: #000000;
}
.select-city.btn-brand-four.light {
  font-weight: lighter;
}
.select-city.btn-brand-four.normal {
  font-weight: normal;
}
.select-city.btn-brand-four.bold {
  font-weight: bold;
}
.select-city.text-left {
  padding: 9px 28px 9px 12px;
}
.select-city.text-left i.fa-caret-right,
.select-city.text-left i.fa-caret-down {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 13px 10px;
}
.select-city.btn-upload {
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f6f6));
  background: -webkit-linear-gradient(top, #ffffff, #f6f6f6);
  background: -moz-linear-gradient(top, #ffffff, #f6f6f6);
  background: -ms-linear-gradient(top, #ffffff, #f6f6f6);
  background: -o-linear-gradient(top, #ffffff, #f6f6f6);
  margin-bottom: 0px!important;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: normal;
  max-width: 100px;
  padding: 6px 10px;
  border: 1px solid #dadada;
}
.select-city.btn-upload small {
  font-size: 14px;
  color: #000000;
}
.select-city.btn-upload.light {
  font-weight: lighter;
}
.select-city.btn-upload.normal {
  font-weight: normal;
}
.select-city.btn-upload.bold {
  font-weight: bold;
}
.select-city.btn-simple {
  width: auto;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: none;
  padding: 0;
}
.select-city.btn-simple:active {
  box-shadow: none;
}
.select-city.btn-sign-up {
  text-align: center;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  color: white;
}
.select-city.btn-sign-up small {
  font-size: 14px;
  color: #000000;
}
.select-city.btn-sign-up.light {
  font-weight: lighter;
}
.select-city.btn-sign-up.normal {
  font-weight: normal;
}
.select-city.btn-sign-up.bold {
  font-weight: bold;
}
.select-city.btn-facebook-sign-up {
  text-align: center;
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: white;
  background-color: #3c5c95;
  line-height: 34px;
  padding: 0px;
}
.select-city.btn-facebook-sign-up small {
  font-size: 14px;
  color: #000000;
}
.select-city.btn-facebook-sign-up.light {
  font-weight: lighter;
}
.select-city.btn-facebook-sign-up.normal {
  font-weight: normal;
}
.select-city.btn-facebook-sign-up.bold {
  font-weight: bold;
}
.select-city small {
  font-size: 14px;
  color: #000000;
}
.select-city.light {
  font-weight: lighter;
}
.select-city.normal {
  font-weight: normal;
}
.select-city.bold {
  font-weight: bold;
}
.select-city i.fa-caret-right,
.select-city i.fa-caret-down {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 9px 10px;
  color: black;
}
.btn-collapse-panel {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  margin: 0 0 0 0px;
  padding: 4px 12px;
  border-radius: 0px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 16px;
  padding: 8px 12px;
}
.btn-collapse-panel:focus,
.btn-collapse-panel:active:focus,
.btn-collapse-panel.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-collapse-panel:hover,
.btn-collapse-panel:focus {
  color: #333333;
  text-decoration: none;
}
.btn-collapse-panel:active,
.btn-collapse-panel.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-collapse-panel.disabled,
.btn-collapse-panel[disabled],
fieldset[disabled] .btn-collapse-panel {
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-collapse-panel i {
  color: #fedd84;
}
.btn-collapse-panel i[class*="caret"] {
  margin-left: 3px;
}
.btn-collapse-panel.btn-yellow {
  background: #fedd84;
}
.btn-collapse-panel.btn-yellow i {
  color: #525345;
}
.btn-collapse-panel.btn-brand-one {
  border: 1px solid #dadada;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f6f6));
  background: -webkit-linear-gradient(top, #ffffff, #f6f6f6);
  background: -moz-linear-gradient(top, #ffffff, #f6f6f6);
  background: -ms-linear-gradient(top, #ffffff, #f6f6f6);
  background: -o-linear-gradient(top, #ffffff, #f6f6f6);
  padding: 9px 12px;
}
.btn-collapse-panel.btn-brand-one small {
  font-size: 14px;
  color: #000000;
}
.btn-collapse-panel.btn-brand-one.light {
  font-weight: lighter;
}
.btn-collapse-panel.btn-brand-one.normal {
  font-weight: normal;
}
.btn-collapse-panel.btn-brand-one.bold {
  font-weight: bold;
}
.btn-collapse-panel.btn-brand-two {
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d7d7d7));
  background: -webkit-linear-gradient(top, #ffffff, #d7d7d7);
  background: -moz-linear-gradient(top, #ffffff, #d7d7d7);
  background: -ms-linear-gradient(top, #ffffff, #d7d7d7);
  background: -o-linear-gradient(top, #ffffff, #d7d7d7);
  color: #525345;
}
.btn-collapse-panel.btn-brand-three {
  color: white;
  font-size: 20px;
  line-height: 38px;
}
.btn-collapse-panel.btn-brand-four {
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  color: white;
  line-height: 34px;
  padding: 0px;
}
.btn-collapse-panel.btn-brand-four small {
  font-size: 14px;
  color: #000000;
}
.btn-collapse-panel.btn-brand-four.light {
  font-weight: lighter;
}
.btn-collapse-panel.btn-brand-four.normal {
  font-weight: normal;
}
.btn-collapse-panel.btn-brand-four.bold {
  font-weight: bold;
}
.btn-collapse-panel.text-left {
  padding: 9px 28px 9px 12px;
}
.btn-collapse-panel.text-left i.fa-caret-right,
.btn-collapse-panel.text-left i.fa-caret-down {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 13px 10px;
}
.btn-collapse-panel.btn-upload {
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f6f6));
  background: -webkit-linear-gradient(top, #ffffff, #f6f6f6);
  background: -moz-linear-gradient(top, #ffffff, #f6f6f6);
  background: -ms-linear-gradient(top, #ffffff, #f6f6f6);
  background: -o-linear-gradient(top, #ffffff, #f6f6f6);
  margin-bottom: 0px!important;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: normal;
  max-width: 100px;
  padding: 6px 10px;
  border: 1px solid #dadada;
}
.btn-collapse-panel.btn-upload small {
  font-size: 14px;
  color: #000000;
}
.btn-collapse-panel.btn-upload.light {
  font-weight: lighter;
}
.btn-collapse-panel.btn-upload.normal {
  font-weight: normal;
}
.btn-collapse-panel.btn-upload.bold {
  font-weight: bold;
}
.btn-collapse-panel.btn-simple {
  width: auto;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: none;
  padding: 0;
}
.btn-collapse-panel.btn-simple:active {
  box-shadow: none;
}
.btn-collapse-panel.btn-sign-up {
  text-align: center;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  color: white;
}
.btn-collapse-panel.btn-sign-up small {
  font-size: 14px;
  color: #000000;
}
.btn-collapse-panel.btn-sign-up.light {
  font-weight: lighter;
}
.btn-collapse-panel.btn-sign-up.normal {
  font-weight: normal;
}
.btn-collapse-panel.btn-sign-up.bold {
  font-weight: bold;
}
.btn-collapse-panel.btn-facebook-sign-up {
  text-align: center;
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: white;
  background-color: #3c5c95;
  line-height: 34px;
  padding: 0px;
}
.btn-collapse-panel.btn-facebook-sign-up small {
  font-size: 14px;
  color: #000000;
}
.btn-collapse-panel.btn-facebook-sign-up.light {
  font-weight: lighter;
}
.btn-collapse-panel.btn-facebook-sign-up.normal {
  font-weight: normal;
}
.btn-collapse-panel.btn-facebook-sign-up.bold {
  font-weight: bold;
}
.btn-collapse-panel i {
  line-height: 20px;
  position: relative;
  top: 1px;
  font-size: 18px;
}
.collapse-animation i {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
}
.collapse-animation.collapsed i {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
}
.btn-plus-circle {
  padding: 10px 0px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-bottom: 15px;
  text-align: left;
  position: relative;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
}
.btn-plus-circle small {
  font-size: 14px;
  color: #000000;
}
.btn-plus-circle.light {
  font-weight: lighter;
}
.btn-plus-circle.normal {
  font-weight: normal;
}
.btn-plus-circle.bold {
  font-weight: bold;
}
.btn-plus-circle i {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 7px;
  font-size: 25px;
}
.shadow-box {
  position: relative;
}
.shadow-box .dropdown-toggle {
  padding-right: 45px!important;
}
.shadow-box .dropdown-toggle i {
  border-left: 1px solid white;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  color: white;
}
.shadow-box .dropdown-menu {
  border: 0px;
  margin-top: 6px;
  min-width: 100%;
}
.shadow-box .dropdown-menu li a {
  padding: 2px 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.shadow-box .dropdown-menu li a:hover {
  background-color: #4a4a4a;
  color: white;
}
.shadow-box.open:before {
  content: '';
  position: absolute;
  top: 100%;
  right: 10px;
  margin-top: 0px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
}
.back-to-previos-page {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  line-height: 38px;
  position: relative;
}
.back-to-previos-page i {
  color: #FEDD84;
  margin-right: 4px;
}
.btn-show-more {
  padding: 0;
  cursor: pointer;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
}
.btn-show-more small {
  font-size: 14px;
  color: #000000;
}
.btn-show-more.light {
  font-weight: lighter;
}
.btn-show-more.normal {
  font-weight: normal;
}
.btn-show-more.bold {
  font-weight: bold;
}
.btn-show-more i {
  color: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  font-weight: normal;
}
.btn-dropdown {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  margin: 0 0 0 0px;
  padding: 4px 12px;
  border-radius: 0px;
  text-decoration: none;
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #dadada;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f6f6));
  background: -webkit-linear-gradient(top, #ffffff, #f6f6f6);
  background: -moz-linear-gradient(top, #ffffff, #f6f6f6);
  background: -ms-linear-gradient(top, #ffffff, #f6f6f6);
  background: -o-linear-gradient(top, #ffffff, #f6f6f6);
  padding: 9px 12px;
  text-align: left;
  color: #555555;
  font-weight: normal;
}
.btn-dropdown:focus,
.btn-dropdown:active:focus,
.btn-dropdown.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-dropdown:hover,
.btn-dropdown:focus {
  color: #333333;
  text-decoration: none;
}
.btn-dropdown:active,
.btn-dropdown.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-dropdown.disabled,
.btn-dropdown[disabled],
fieldset[disabled] .btn-dropdown {
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-dropdown i {
  color: #fedd84;
}
.btn-dropdown i[class*="caret"] {
  margin-left: 3px;
}
.btn-dropdown.btn-yellow {
  background: #fedd84;
}
.btn-dropdown.btn-yellow i {
  color: #525345;
}
.btn-dropdown.btn-brand-one {
  border: 1px solid #dadada;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f6f6));
  background: -webkit-linear-gradient(top, #ffffff, #f6f6f6);
  background: -moz-linear-gradient(top, #ffffff, #f6f6f6);
  background: -ms-linear-gradient(top, #ffffff, #f6f6f6);
  background: -o-linear-gradient(top, #ffffff, #f6f6f6);
  padding: 9px 12px;
}
.btn-dropdown.btn-brand-one small {
  font-size: 14px;
  color: #000000;
}
.btn-dropdown.btn-brand-one.light {
  font-weight: lighter;
}
.btn-dropdown.btn-brand-one.normal {
  font-weight: normal;
}
.btn-dropdown.btn-brand-one.bold {
  font-weight: bold;
}
.btn-dropdown.btn-brand-two {
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d7d7d7));
  background: -webkit-linear-gradient(top, #ffffff, #d7d7d7);
  background: -moz-linear-gradient(top, #ffffff, #d7d7d7);
  background: -ms-linear-gradient(top, #ffffff, #d7d7d7);
  background: -o-linear-gradient(top, #ffffff, #d7d7d7);
  color: #525345;
}
.btn-dropdown.btn-brand-three {
  color: white;
  font-size: 20px;
  line-height: 38px;
}
.btn-dropdown.btn-brand-four {
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  color: white;
  line-height: 34px;
  padding: 0px;
}
.btn-dropdown.btn-brand-four small {
  font-size: 14px;
  color: #000000;
}
.btn-dropdown.btn-brand-four.light {
  font-weight: lighter;
}
.btn-dropdown.btn-brand-four.normal {
  font-weight: normal;
}
.btn-dropdown.btn-brand-four.bold {
  font-weight: bold;
}
.btn-dropdown.text-left {
  padding: 9px 28px 9px 12px;
}
.btn-dropdown.text-left i.fa-caret-right,
.btn-dropdown.text-left i.fa-caret-down {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 13px 10px;
}
.btn-dropdown.btn-upload {
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f6f6));
  background: -webkit-linear-gradient(top, #ffffff, #f6f6f6);
  background: -moz-linear-gradient(top, #ffffff, #f6f6f6);
  background: -ms-linear-gradient(top, #ffffff, #f6f6f6);
  background: -o-linear-gradient(top, #ffffff, #f6f6f6);
  margin-bottom: 0px!important;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: normal;
  max-width: 100px;
  padding: 6px 10px;
  border: 1px solid #dadada;
}
.btn-dropdown.btn-upload small {
  font-size: 14px;
  color: #000000;
}
.btn-dropdown.btn-upload.light {
  font-weight: lighter;
}
.btn-dropdown.btn-upload.normal {
  font-weight: normal;
}
.btn-dropdown.btn-upload.bold {
  font-weight: bold;
}
.btn-dropdown.btn-simple {
  width: auto;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: none;
  padding: 0;
}
.btn-dropdown.btn-simple:active {
  box-shadow: none;
}
.btn-dropdown.btn-sign-up {
  text-align: center;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  color: white;
}
.btn-dropdown.btn-sign-up small {
  font-size: 14px;
  color: #000000;
}
.btn-dropdown.btn-sign-up.light {
  font-weight: lighter;
}
.btn-dropdown.btn-sign-up.normal {
  font-weight: normal;
}
.btn-dropdown.btn-sign-up.bold {
  font-weight: bold;
}
.btn-dropdown.btn-facebook-sign-up {
  text-align: center;
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: white;
  background-color: #3c5c95;
  line-height: 34px;
  padding: 0px;
}
.btn-dropdown.btn-facebook-sign-up small {
  font-size: 14px;
  color: #000000;
}
.btn-dropdown.btn-facebook-sign-up.light {
  font-weight: lighter;
}
.btn-dropdown.btn-facebook-sign-up.normal {
  font-weight: normal;
}
.btn-dropdown.btn-facebook-sign-up.bold {
  font-weight: bold;
}
.btn-dropdown small {
  font-size: 14px;
  color: #000000;
}
.btn-dropdown.light {
  font-weight: lighter;
}
.btn-dropdown.normal {
  font-weight: normal;
}
.btn-dropdown.bold {
  font-weight: bold;
}
.btn-dropdown .caret {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.carousel {
  height: 420px;
}
@media (max-width: 767px) {
  .carousel {
    min-height: 0;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .carousel ol.carousel-indicators {
    width: 100%;
    margin-left: -50%;
    bottom: 0px;
  }
}
.carousel ol.carousel-indicators li {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid transparent;
  margin: 0px 5px;
  width: 12px;
  height: 12px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.carousel ol.carousel-indicators li.active {
  border: 1px solid transparent;
  margin: 0px 5px;
  background-color: #FEDD84;
}
.carousel ol.carousel-indicators li:hover {
  border: 1px solid #FEDD84;
}
.carousel .carousel-inner {
  height: 100%;
}
.carousel .carousel-inner .item {
  height: 100%;
  padding: 60px 50px 70px;
}
@media (max-width: 767px) {
  .carousel .carousel-inner .item {
    padding: 10px;
  }
}
.carousel .carousel-inner .item .table {
  margin: 0px;
}
.carousel .carousel-inner .item .table .table-row .table-cell {
  text-align: center;
}
.carousel .carousel-inner .item .table .table-row .table-cell:last-child {
  width: 600px;
}
.carousel .carousel-inner .item img {
  display: inline-block;
}
.carousel .carousel-inner .item .img-responsive.slide {
  white-space: nowrap;
  -webkit-filter: drop-shadow(2px 5px 5px rgba(0,0,0,1));
  filter: drop-shadow(2px 5px 5px rgba(0,0,0,1));
 }
.carousel .carousel-inner .item .carousel-caption {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  padding: 0px;
}
@media (max-width: 767px) {
  .carousel .carousel-inner .item .carousel-caption hr {
    margin: 10px 0px;
  }
}
.carousel .carousel-inner .item .carousel-caption h1 {
  font-family: 'Quantico', sans-serif;
  font-weight: bold;
  font-size: 34px !important;
  text-transform: uppercase;
  color: #fedd84;
  margin-bottom: 15px;
}
.carousel .carousel-inner .item .carousel-caption h1 small {
  font-size: 18px;
  color: #000000;
}
.carousel .carousel-inner .item .carousel-caption h1.light {
  font-weight: lighter;
}
.carousel .carousel-inner .item .carousel-caption h1.normal {
  font-weight: normal;
}
.carousel .carousel-inner .item .carousel-caption h1.bold {
  font-weight: bold;
}
.carousel .carousel-inner .item .carousel-caption h1 span {
  color: white;
}
@media (max-width: 767px) {
  .carousel .carousel-inner .item .carousel-caption h1 {
    font-size: 17px !important;
    margin-bottom: 10px;
  }
}
.carousel .carousel-inner .item .carousel-caption p {
  font-family: 'Abel', sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 24px !important;
  margin-bottom: 20px;
}
.carousel .carousel-inner .item .carousel-caption p small {
  font-size: 14px;
  color: #000000;
}
.carousel .carousel-inner .item .carousel-caption p.light {
  font-weight: lighter;
}
.carousel .carousel-inner .item .carousel-caption p.normal {
  font-weight: normal;
}
.carousel .carousel-inner .item .carousel-caption p.bold {
  font-weight: bold;
}
.carousel .carousel-inner .item .carousel-caption p.italic {
  font-style: italic;
}
.carousel .carousel-inner .item .carousel-caption p span {
  color: #fedd84;
}
@media (max-width: 767px) {
  .carousel .carousel-inner .item .carousel-caption p {
    font-size: 14px !important;
    margin-bottom: 5px;
  }
}
.carousel .carousel-control {
  opacity: 1;
  width: 53px;
  height: 53px;
  position: absolute;
  top: 160px;
  margin-top: -26.53px;
  display: none;
  z-index: 1000;
}
@media (min-width: 992px) {
  .carousel .carousel-control {
    display: block;
  }
}
.carousel .carousel-control.right {
  right: -26.5px;
  background-image: none;
  box-shadow: inset 0px 0px 0px transparent;
  transition: box-shadow 0.3s ease-in-out;
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  -ms-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
}
.carousel .carousel-control.right span:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 25px solid #fedd84;
  position: absolute;
  top: 17px;
  left: 15px;
}
.carousel .carousel-control.right span:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 5px solid #fedd84;
  position: absolute;
  top: 17px;
  left: 15px;
}
.carousel .carousel-control.right:hover {
  box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.15);
}
.carousel .carousel-control.left {
  left: -26.5px;
  background-image: none;
  box-shadow: inset 0px 0px 0px transparent;
  transition: box-shadow 0.3s ease-in-out;
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  -ms-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
}
.carousel .carousel-control.left span:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 25px solid #fedd84;
  position: absolute;
  top: 17px;
  right: 15px;
}
.carousel .carousel-control.left span:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 5px solid #fedd84;
  position: absolute;
  top: 17px;
  right: 15px;
}
.carousel .carousel-control.left:hover {
  box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.15);
}
.panel {
  border: 0px;
  border-radius: 0px;
}
.panel.panel-default {
  box-shadow: none;
}
.panel.panel-gray .panel-heading {
  background-color: #f1f2f2;
}
.panel.panel-with-borders {
  border-radius: 0px;
  box-shadow: none;
  border: 1px solid;
}
.panel.panel-with-borders .panel-heading i {
  display: none;
}
.panel.first-panel {
  margin-top: 20px;
}
.panel .panel-heading {
  border-radius: 0px;
  border: 0px;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  color: white;
  font-size: 16px;
  position: relative;
  padding: 11px 15px;
}
.panel .panel-heading small {
  font-size: 14px;
  color: #000000;
}
.panel .panel-heading.light {
  font-weight: lighter;
}
.panel .panel-heading.normal {
  font-weight: normal;
}
.panel .panel-heading.bold {
  font-weight: bold;
}
.panel .panel-heading i {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 10px;
  font-size: 18px;
  opacity: .5;
}
.panel .panel-body.no-gutter {
  padding-left: 0px;
  padding-right: 0px;
}
.panel .panel-body.no-gutter .subtittle {
  margin-left: 15px;
  margin-right: 15px;
}
.panel .panel-footer {
  padding: 0px;
  border: 0px;
  background-color: none;
}
.panel.collapsed-panel .panel-heading {
  padding: 0px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 16px;
}
.panel.collapsed-panel .panel-heading a {
  background-color: #f1f2f2;
}
@media (max-width: 991px) {
  .panel.collapsed-panel .panel-heading a {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .panel.collapsed-panel .panel-body {
    padding: 15px 0px;
  }
}
.thumbnail {
  border: 0px;
  border-radius: 0px;
  padding: 0px;
  margin: 15px 0px;
  background-color: transparent;
}
.thumbnail .image {
  position: relative;
  height: 75px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.thumbnail .caption {
  padding: 9px 0px;
}
.thumbnail .caption h3 {
  font-size: 14px;
  font-family: 'Abel', sans-serif;
  font-weight: bold;
}
.thumbnail .caption h3 small {
  font-size: 14px;
  color: #000000;
}
.thumbnail .caption h3.light {
  font-weight: lighter;
}
.thumbnail .caption h3.normal {
  font-weight: normal;
}
.thumbnail .caption h3.bold {
  font-weight: bold;
}
.thumbnail .caption h3.italic {
  font-style: italic;
}
.thumbnail .caption p {
  margin: 4px 0px;
  font-size: 12px;
}
.thumbnail .caption p a {
  text-decoration: underline;
}
.thumbnail.block {
  background-color: transparent;
  border: 0px;
  padding: 0;
}
.thumbnail.block .caption {
  position: relative;
}
.thumbnail.block .caption div {
  position: absolute;
  top: 0;
  right: 0;
  padding: 14px 0px;
}
.thumbnail.block .caption a strong {
  font-size: 20px;
}
.thumbnail.block .caption .facebook-likes {
  margin-top: 8px;
  margin-right: 10px;
}
.thumbnail.block .image {
  min-height: 220px;
  position: relative;
}
.panel .thumbnail {
  margin-bottom: 0px;
}
.panel .thumbnail .image {
  height: 100px;
}
.panel .thumbnail .caption a strong {
  color: #CCC;
}
.table {
  display: table;
  height: 100%;
}
.table .table-row {
  display: table-row;
  height: 100%;
}
.table .table-row .table-cell {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.table.profile-table .table-row .table-cell {
  padding: 5px 10px;
}
.table.profile-table .table-row .table-cell a.underline {
  text-decoration: underline;
}
.table.profile-table .table-row:nth-child(odd) {
  background: #FFFFFF;
}
.table.profile-table .table-row:nth-child(even) {
  background: #F3F3F3;
}
.medal {
  text-align: center;
}
.medal h5 {
  font-weight: bold;
  margin: 10px 0px;
}
form {
  /*margin-top: 20px;*/
}
form label {
  margin-bottom: 15px;
  font-size: 16px;
}
form .radio {
  margin-top: 5px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  form .radio .radio-inline + .radio-inline,
  form .radio .checkbox-inline + .checkbox-inline {
    display: block;
    margin-left: 0px;
    margin-top: 10px;
  }
}
form .choose-file input[type="file"] {
  display: none;
}
form .choose-file label {
  float: left;
}
form .choose-file > div .form-group {
  padding: 0px 20px;
}
form .choose-file > div:first-child .form-group {
  padding-left: 0px;
  border-right: 1px solid #CCC;
}
form .choose-file .file_name {
  display: block;
  margin-left: 110px;
  line-height: 34px;
}
form .choose-file .file_name span {
  max-height: 34px;
  overflow: hidden;
  display: block;
}
form .form-group {
  margin-bottom: 25px;
}
form input.form-control {
  border-radius: 0px;
  border-color: #e0e0e0;
  height: 34px;
  /*line-height: 33px;*/
}
form input.form-control {
  border-radius: 0px;
}
form input[type="checkbox"].custom {
  display: none;
}
form input[type="checkbox"].custom + label {
  width: 21px;
  height: 19px;
  margin-right: 5px;
  line-height: 22px;
  display: block;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: left;
  float: left;
  margin-top: -2px;
}
form input[type="checkbox"].custom:checked + label {
  background-position: right;
}
form textarea,
div[contenteditable="true"] {
  min-height: 150px;
  resize: none;
  border-radius: 0px;
}
div[contenteditable="true"] {
	overflow-y: auto;
}
@media (max-width: 480px) {
  .post {
    margin-top: 18px!important;
  }
}
.post .post-img,
.post .post-excerpt {
  padding-top: 10px;
  position: relative;
}
.post .post-img .image-container {
  position: relative;
}
@media (min-width: 480px) {
  .post .post-img + .post-excerpt {
    padding-left: 15px;
  }
}
.post .post-excerpt {
  padding-right: 15px;
}
.post .post-excerpt p {
  font-weight: normal;
  color: black;
}
@media (max-width: 480px) {
  .post .post-excerpt p {
    margin-left: 0px!important;
  }
}
.nav-tabs li {
  width: 100%;
  max-width: 200px;
  text-align: center;
}
@media (max-width: 767px) {
  .nav-tabs li {
    max-width: 33%;
  }
}
.nav-tabs li a {
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  color: #4a4a4a;
}
.nav-tabs li a small {
  font-size: 14px;
  color: #000000;
}
.nav-tabs li a.light {
  font-weight: lighter;
}
.nav-tabs li a.normal {
  font-weight: normal;
}
.nav-tabs li a.bold {
  font-weight: bold;
}
.nav-tabs li a:hover,
.nav-tabs li a:focus,
.nav-tabs li a:active {
  border: 1px solid #dddddd;
  background-color: transparent;
  border-radius: 0;
}
.nav-tabs li.active a {
  color: #4a4a4a;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid #F1F2F2;
}
.nav-tabs li.active a:active,
.nav-tabs li.active a:focus,
.nav-tabs li.active a:hover {
  color: #4a4a4a;
  background-color: transparent;
  outline: none;
  border-bottom: 1px solid #F1F2F2;
}
.well {
  background-color: white;
}
.modal .modal-dialog .modal-content {
  border-radius: 0px;
}
.modal .close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fedd84;
  position: absolute;
  z-index: 100;
  opacity: 1;
  top: -20px;
  right: -20px;
}
.modal .close:after {
  content: '';
  width: 28px;
  height: 1px;
  position: absolute;
  top: 19px;
  left: 6px;
  background-color: #88846c;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.modal .close:before {
  content: '';
  width: 28px;
  height: 1px;
  position: absolute;
  top: 19px;
  left: 6px;
  background-color: #88846c;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.modal.modal-post-details .modal-dialog {
  min-width: 90%;
}
.modal.modal-post-details .modal-dialog .modal-content .modal-body {
  border-radius: 0;
  padding: 0;
  min-height: 600px;
  position: relative;
}
.modal.modal-post-details .modal-dialog .modal-content .modal-body .container-fluid {
  padding: 0px;
}
.modal.modal-post-details .modal-dialog .modal-content .modal-body .container-fluid .row .right-col {
  background-color: #F7F7F7;
  padding: 30px 25px 30px 15px;
}
@media (max-width: 1040px) {
  .modal.modal-post-details .modal-dialog .modal-content .modal-body .container-fluid .row .right-col {
    padding-bottom: 20px;
  }
}
.modal.modal-post-details .modal-dialog .modal-content .modal-body .container-fluid .row .right-col .post-description {
  margin: 15px 0px;
}
.modal.modal-post-details .modal-dialog .modal-content .modal-body .container-fluid .row .right-col .post-description p {
  margin-bottom: 15px;
}
.modal.modal-post-details .modal-dialog .modal-content .modal-body .container-fluid .row .right-col .post-description .media-btn {
  float: none;
  margin-top: 0px;
}
.modal.modal-post-details .modal-dialog .modal-content .modal-body .container-fluid .row .right-col .copy-post-to-shadowbox,
.modal.modal-post-details .modal-dialog .modal-content .modal-body .container-fluid .row .right-col .edit-post {
  font-weight: bold;
  text-decoration: none;
}
.modal.modal-post-details .modal-dialog .modal-content .modal-body .container-fluid .row .right-col .post-comments {
  margin: 15px 0px 0px 0px;
  max-height: 300px;
  width: 100%;
  display: block;
  overflow-y: scroll;
}
.modal.modal-post-details .modal-dialog .modal-content .modal-body .container-fluid .row .right-col .post-comments ul li {
  padding: 10px 0px;
  border-top: 1px solid #CCC;
}
.modal.modal-post-details .modal-dialog .modal-content .modal-body .container-fluid .row .right-col .post-comments ul li dl dt .image {
  width: 40px;
  height: 40px;
}
.modal.modal-post-details .modal-dialog .modal-content .modal-body .container-fluid .row .right-col .post-comments ul li dl dd {
  margin-left: 50px;
}
.modal.modal-post-details .modal-dialog .modal-content .modal-body .container-fluid .row .right-col .post-comments ul li dl dd .who-comment {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 5px;
}
.modal.modal-post-details .modal-dialog .modal-content .modal-body .container-fluid .row .right-col .post-comments ul li dl dd .comment-date {
  color: #CCC;
  font-size: 12px;
}
.modal.modal-post-details .modal-dialog .modal-content .modal-body .container-fluid .row .right-col .post-comments ul li dl dd .like-button,
.modal.modal-post-details .modal-dialog .modal-content .modal-body .container-fluid .row .right-col .post-comments ul li dl dd .reply-button {
  font-size: 12px;
  font-weight: bold;
}
.modal.modal-post-details .modal-dialog .modal-content .modal-body .container-fluid .row .right-col .add-new-comment {
  width: 100%;
  line-height: 25px;
  padding: 0px 10px;
}
.modal.modal-post-details .modal-dialog .modal-content .modal-body .container-fluid .row .left-col {
  background-color: black;
}
@media (min-width: 250px) {
  .modal.modal-post-details .modal-dialog .modal-content .modal-body .container-fluid .row .left-col {
    height: 300px;
  }
}
@media (min-width: 480px) {
  .modal.modal-post-details .modal-dialog .modal-content .modal-body .container-fluid .row .left-col {
    height: 450px;
  }
}
@media (min-width: 768px) {
  .modal.modal-post-details .modal-dialog .modal-content .modal-body .container-fluid .row .left-col {
    height: 650px;
  }
}
.modal.modal-add-media .modal-dialog {
  width: 100%;
  max-width: 680px;
}
.modal.modal-add-media .modal-header {
  background-color: #f2f2f2;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
}
.modal.modal-add-media .modal-header h4 {
  font-family: 'Quantico', sans-serif;
  font-weight: bold;
}
.modal.modal-add-media .modal-header h4 small {
  font-size: 18px;
  color: #000000;
}
.modal.modal-add-media .modal-header h4.light {
  font-weight: lighter;
}
.modal.modal-add-media .modal-header h4.normal {
  font-weight: normal;
}
.modal.modal-add-media .modal-header h4.bold {
  font-weight: bold;
}
.modal.modal-add-media .modal-body {
  padding: 30px;
}
.modal.modal-add-media .modal-body .file-under {
  margin: 20px 0;
}
.modal.modal-add-media .modal-body .file-under strong {
  margin-right: 20px;
  line-height: 40px;
}
.modal.modal-add-media .modal-body .file-under .btn {
  min-width: 260px;
}
.modal.modal-add-media .modal-body .file-under .btn i {
  color: #4A4A4A;
}
.modal.modal-add-media .modal-body .table {
  margin-top: 15px;
}
.modal.modal-add-media .modal-body .table .table-head .table-cell {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
.modal.modal-add-media .modal-body .table .table-body .table-cell {
  padding: 10px 0;
}
.modal.modal-add-media .modal-body .table .table-body .remove {
  display: block;
  text-align: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 1px solid #CCC;
  color: #CCC;
}
.modal.modal-add-media .modal-footer {
  text-align: left;
  padding: 30px;
  border-top: 0px;
}
@media (max-width: 767px) {
  .modal.video-modal .close {
    right: 0;
  }
}
@media (min-width: 992px) {
  .modal.video-modal .modal-dialog {
    width: 855px;
    height: 480px;
  }
}
@media (max-width: 767px) {
  .modal.video-modal .modal-dialog {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.modal.video-modal .modal-dialog .modal-content {
  max-height: 480px;
}
@media (max-width: 767px) {
  .modal.video-modal .modal-dialog .modal-content {
    max-height: 224px;
  }
}
.modal.video-modal .modal-dialog .modal-content .modal-body {
  position: relative;
  padding: 0;
  padding-bottom: 56.14035088%;
}
@media (min-width: 650px) and (max-width: 991px) {
  .modal.video-modal .modal-dialog .modal-content .modal-body #ytplayer {
    height: 480px;
    width: 600px;
  }
}
@media (max-width: 767px) {
  .modal.video-modal .modal-dialog .modal-content .modal-body #ytplayer {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
  }
}
.profile-page .w-60 {
  width: 60px;
}
.profile-page .w-100 {
  width: 100px;
}
.profile-page .w-120 {
  width: 120px;
}
.profile-page .w-140 {
  width: 140px;
}
.profile-page .w-175 {
  width: 175px;
}
.profile-page .counter {
  width: 40px;
  float: left;
  text-align: center;
  display: block;
}
.profile-page .counter.width60px {
	width:60px !important;
}
.profile-page .counter i {
  margin-right: 5px;
}
.profile-page .click-message {
  margin-bottom: 20px;
}
.profile-page .completed-checkbox {
  float: right;
}
.profile-page .completed-checkbox input.completed-input {
  display: none;
}
.profile-page .completed-checkbox label.completed-label {
  width: 21px;
  height: 19px;
  margin-right: 5px;
  line-height: 22px;
  display: block;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: left;
  float: left;
  margin-top: -2px;
}
.profile-page .completed-checkbox input.completed-input:checked + label {
  background-position: right;
}
.profile-page h1 {
  font-family: 'Quantico', sans-serif;
  font-weight: bold;
}
.profile-page h1 small {
  font-size: 18px;
  color: #000000;
}
.profile-page h1.light {
  font-weight: lighter;
}
.profile-page h1.normal {
  font-weight: normal;
}
.profile-page h1.bold {
  font-weight: bold;
}
.profile-page h3 {
  font-family: 'Quantico', sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
}
.profile-page h3 small {
  font-size: 18px;
  color: #000000;
}
.profile-page h3.light {
  font-weight: lighter;
}
.profile-page h3.normal {
  font-weight: normal;
}
.profile-page h3.bold {
  font-weight: bold;
}
.profile-page h4 {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
}
.profile-page h4 small {
  font-size: 14px;
  color: #000000;
}
.profile-page h4.light {
  font-weight: lighter;
}
.profile-page h4.normal {
  font-weight: normal;
}
.profile-page h4.bold {
  font-weight: bold;
}
.profile-page .profile-header {
  overflow: hidden;
  position: relative;
  background-color: #f1f2f2;
  border-bottom: 1px solid #dbdbdb;
}
.profile-page .profile-header .row {
  position: relative;
  margin-bottom: 30px;
}
.profile-page .profile-header .row:last-child {
  margin-bottom: 0px;
}
.profile-page .profile-header .row.intelligent-gutter > div[class^="col-"]:first-child {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .profile-page .profile-header .row.intelligent-gutter > div[class^="col-"]:first-child {
    padding-left: 35px;
    padding-right: 0px;
  }
}
.profile-page .profile-header .row.intelligent-gutter > div[class^="col-"]:last-child {
  padding-left: 15px;
}
@media (min-width: 992px) {
  .profile-page .profile-header .row.intelligent-gutter > div[class^="col-"]:last-child {
    padding-left: 30px;
  }
}
.profile-page .profile-header > .row {
  margin-bottom: 0px;
}
.profile-page .profile-header .mobile-title h3 {
  margin: 10px 0px 0px 0px;
}
.profile-page .profile-header .user-picture {
  height: 160px;
  max-width: 160px;
}
.profile-page .profile-header .brand-charge-rank {
  background-color: #001c31;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.35);
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 15px;
  width: 95px;
  height: 160px;
}
@media (min-width: 768px) {
  .profile-page .profile-header .brand-charge-rank {
    top: 15px;
    height: 250px;
  }
}
@media (min-width: 992px) {
  .profile-page .profile-header .brand-charge-rank {
    top: 30px;
    right: 35px;
  }
}
.profile-page .profile-header .brand-charge-rank .rank {
  position: absolute;
  width: 40px;
  bottom: 0;
  margin-bottom: 10px;
  right: 50%;
  margin-right: -20px;
}
@media (min-width: 768px) {
  .profile-page .profile-header .brand-charge-rank .rank {
    width: 60px;
    margin-bottom: 15px;
    margin-right: -30px;
  }
}
.profile-page .profile-header .brand-charge-rank .rank img {
  display: block;
}
.profile-page .profile-header .brand-charge-rank .charge {
  position: absolute;
  width: 40px;
  top: 0;
  margin-top: 10px;
  right: 50%;
  margin-right: -20px;
}
@media (min-width: 768px) {
  .profile-page .profile-header .brand-charge-rank .charge {
    width: 60px;
    margin-top: 20px;
    margin-right: -30px;
  }
}
.profile-page .profile-header .brand-charge-rank.marines .rank img {
  margin-top: -18px;
}
@media (min-width: 768px) {
  .profile-page .profile-header .brand-charge-rank.marines .rank img {
    margin-top: -26px;
  }
}
.profile-page .profile-header .btn.btn-brand-four {
  margin-top: 10px;
  padding: 0px;
}
.profile-page .profile-header .profile-brief:before,
.profile-page .profile-header .profile-brief:after {
  content: " ";
  display: table;
}
.profile-page .profile-header .profile-brief:after {
  clear: both;
}
.profile-page .profile-header .profile-brief:before,
.profile-page .profile-header .profile-brief:after {
  content: " ";
  display: table;
}
.profile-page .profile-header .profile-brief:after {
  clear: both;
}
.profile-page .profile-header .profile-brief li {
  float: left;
  border-right: 1px solid #ccc;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .profile-page .profile-header .profile-brief li {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.profile-page .profile-header .profile-brief li:first-child {
  padding-left: 0px;
}
.profile-page .profile-header .profile-brief li:last-child {
  padding-right: 0px;
  border-right: 0px;
}
@media (min-width: 250px) and (max-width: 991px) {
  .profile-page .profile-header .profile-brief li:last-child {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
.profile-page .profile-header .primary-unit p {
  margin-bottom: 0px;
  line-height: 20px;
}
@media (min-width: 480px) and (max-width: 1199px) {
  /* .profile-page .profile-header .website-achievements {
    margin-top: 30px;
  } */
}
.profile-page .profile-header .website-achievements ul li {
  float: left;
}
.profile-page .profile-header .website-achievements ul li a {
  line-height: 1;
  display: block;
}
.profile-page .profile-header .profile-photo {
  height: 160px;
  max-width: 160px;
  margin: 0 auto;
  margin-bottom: 45px;
}
.profile-page .profile-header .profile-photo .no-picture {
  cursor: pointer;
  display: block;
  border: 1px solid #ddd;
  background-color: white;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.profile-page .profile-header .upload-current-photo {
  line-height: 30px;
  color: #ccc;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
}
.profile-page .profile-header .upload-current-photo:hover {
  color: #444;
}
.profile-page .profile-header .tab-content {
  padding: 30px 0px;
}
.profile-page .profile-header .tab-content:before,
.profile-page .profile-header .tab-content:after {
  content: " ";
  display: table;
}
.profile-page .profile-header .tab-content:after {
  clear: both;
}
.profile-page .profile-header .tab-content:before,
.profile-page .profile-header .tab-content:after {
  content: " ";
  display: table;
}
.profile-page .profile-header .tab-content:after {
  clear: both;
}
@media (min-width: 768px) {
  .profile-page .profile-header .tab-content {
    min-height: 300px;
  }
}
.profile-page .profile-header .tab-content ul {
  width: 100%;
}
.profile-page .profile-header .tab-content ul:before,
.profile-page .profile-header .tab-content ul:after {
  content: " ";
  display: table;
}
.profile-page .profile-header .tab-content ul:after {
  clear: both;
}
.profile-page .profile-header .tab-content ul:before,
.profile-page .profile-header .tab-content ul:after {
  content: " ";
  display: table;
}
.profile-page .profile-header .tab-content ul:after {
  clear: both;
}
@media (min-width: 768px) {
  .profile-page .profile-header .tab-content ul {
    margin-bottom: 30px;
  }
}
.profile-page .profile-header .tab-content ul li {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .profile-page .profile-header .tab-content ul li {
    float: left;
    min-width: 25%;
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .profile-page .profile-header form {
    margin-top: 0px;
  }
}
.profile-page .profile-header form .form-group {
  width: 340px;
}
@media (min-width: 460px) and (max-width: 991px) {
  .profile-page .profile-header form .form-group {
    float: left;
  }
}
.profile-page .profile-header form .form-group .form-control {
  height: 36px;
  width: 100%;
}
@media (min-width: 250px) and (max-width: 360px) {
  .profile-page .profile-header form .form-group .form-control {
    width: 200px;
    margin-bottom: 20px;
    float: left;
  }
}
@media (min-width: 360px) and (max-width: 460px) {
  .profile-page .profile-header form .form-group .form-control {
    width: 230px;
    margin-bottom: 20px;
    float: left;
  }
}
@media (min-width: 250px) and (max-width: 360px) {
  .profile-page .profile-header form .btn {
    float: none;
    display: block;
    margin-left: 210px;
    max-width: 180px;
  }
}
@media (min-width: 360px) and (max-width: 460px) {
  .profile-page .profile-header form .btn {
    float: none;
    display: block;
    margin-left: 240px;
    max-width: 180px;
  }
}
@media (min-width: 460px) and (max-width: 768px) {
  .profile-page .profile-header form .btn {
    float: none;
    display: block;
    margin-left: 350px;
    max-width: 180px;
  }
}
@media (min-width: 769px) {
  .profile-page .profile-header form .btn {
    min-width: 100px;
    margin-left: 10px;
  }
}
.profile-page .profile-header form .btn.btn-brand-four {
  margin-top: 0px;
  padding: 0px;
}
.profile-page .profile-body {
  /* 
     |
     |  This class define the list of badgets on profile pages
     |
     */
  /* 
     |
     |  List of images used on the design
     |
     */
}
.profile-page .profile-body .subtittle {
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  font-style: italic;
  margin-top: 5px;
  margin-bottom: 25px;
}
.profile-page .profile-body .subtittle small {
  font-size: 14px;
  color: #000000;
}
.profile-page .profile-body .subtittle.light {
  font-weight: lighter;
}
.profile-page .profile-body .subtittle.normal {
  font-weight: normal;
}
.profile-page .profile-body .subtittle.bold {
  font-weight: bold;
}
.profile-page .profile-body ul.pins-list {
  padding: 20px 0;
}
.profile-page .profile-body ul.pins-list:before,
.profile-page .profile-body ul.pins-list:after {
  content: " ";
  display: table;
}
.profile-page .profile-body ul.pins-list:after {
  clear: both;
}
.profile-page .profile-body ul.pins-list:before,
.profile-page .profile-body ul.pins-list:after {
  content: " ";
  display: table;
}
.profile-page .profile-body ul.pins-list:after {
  clear: both;
}
@media (max-width: 991px) {
  .profile-page .profile-body ul.pins-list {
    margin: 30px 0px;
  }
}
.profile-page .profile-body ul.pins-list > li:first-child {
  margin-left: 0px!important;
}
.profile-page .profile-body ul.pins-list li.list-of-pins {
  margin-left: 0;
}
.profile-page .profile-body ul.pins-list li.list-of-pins ul .pin:first-child {
  margin-left: 0px;
}
@media (min-width: 992px) {
  .profile-page .profile-body ul.pins-list li.list-of-pins {
    margin-left: 135px;
  }
}
.profile-page .profile-body ul.pins-list li.list-of-pins ul.list-of-ribbons .pin {
  margin: 0px 15px;
}
@media (max-width: 991px) {
  .profile-page .profile-body ul.pins-list li.list-of-pins ul.list-of-ribbons {
    text-align: center;
  }
  .profile-page .profile-body ul.pins-list li.list-of-pins ul.list-of-ribbons > li {
    display: inline-block;
    float: none;
  }
}
.profile-page .profile-body ul.pins-list li.pin {
  float: left;
  margin: 0 15px;
  /* Pin with image */
  /* END Pin with image */
  /* Button to add a new pin */
  /* END Button to add a new pin */
}
.profile-page .profile-body ul.pins-list li.pin.pin-image {
  /* Renderize a frame around the picture */
  /* Pin with details in its right */
  /* END Pin with details in its right */
}
@media (max-width: 991px) {
  .profile-page .profile-body ul.pins-list li.pin.pin-image {
    margin: 0;
    width: 50%;
    text-align: center;
  }
}
.profile-page .profile-body ul.pins-list li.pin.pin-image a {
  display: block;
  max-width: 110px;
  max-height: 110px;
}
@media (max-width: 991px) {
  .profile-page .profile-body ul.pins-list li.pin.pin-image a {
    display: inline-block;
  }
}
.profile-page .profile-body ul.pins-list li.pin.pin-image a.with-background {
  background-color: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#efefef));
  background: -webkit-linear-gradient(top, #f5f5f5, #efefef);
  background: -moz-linear-gradient(top, #f5f5f5, #efefef);
  background: -ms-linear-gradient(top, #f5f5f5, #efefef);
  background: -o-linear-gradient(top, #f5f5f5, #efefef);
  border: 1px solid #CCCCCC;
  padding: 44px 16px;
}
.profile-page .profile-body ul.pins-list li.pin.pin-image a.with-background span {
  width: 75px;
  height: 20px;
}
.profile-page .profile-body ul.pins-list li.pin.pin-image a span {
  display: block;
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.profile-page .profile-body ul.pins-list li.pin.pin-image.frame a {
  background-color: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#efefef));
  background: -webkit-linear-gradient(top, #f5f5f5, #efefef);
  background: -moz-linear-gradient(top, #f5f5f5, #efefef);
  background: -ms-linear-gradient(top, #f5f5f5, #efefef);
  background: -o-linear-gradient(top, #f5f5f5, #efefef);
  border: 1px solid #CCCCCC;
  padding: 10px;
}
.profile-page .profile-body ul.pins-list li.pin.pin-image.frame a span {
  width: 88px;
  height: 88px;
}
.profile-page .profile-body ul.pins-list li.pin.pin-image.with-details {
  /* Details on the right of the image */
  /* Details below of the image */
}
@media (max-width: 991px) {
  .profile-page .profile-body ul.pins-list li.pin.pin-image.with-details.right {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.profile-page .profile-body ul.pins-list li.pin.pin-image.with-details.bottom {
  height: 200px;
}
.profile-page .profile-body ul.pins-list li.pin.pin-image.with-details.bottom h5 {
  margin-top: 18px;
  margin-bottom: 2px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .profile-page .profile-body ul.pins-list li.pin.pin-image.with-details dl dt {
    width: 40%;
    float: left;
  }
}
@media (max-width: 991px) {
  .profile-page .profile-body ul.pins-list li.pin.pin-image.with-details dl dt a {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .profile-page .profile-body ul.pins-list li.pin.pin-image.with-details dl dd {
    margin-left: 40%;
    text-align: left;
    padding-left: 20px;
  }
}
.profile-page .profile-body ul.pins-list li.pin.pin-image.with-details dl dd a {
  width: auto;
  height: auto;
  display: inline;
}
.profile-page .profile-body ul.pins-list li.pin.pin-image.with-details dl dd a:first-child {
  margin-left: 5px;
}
.profile-page .profile-body ul.pins-list li.pin.add-pin {
  margin-left: 0px;
}
@media (max-width: 991px) {
  .profile-page .profile-body ul.pins-list li.pin.add-pin {
    float: none;
    margin: 0;
    text-align: center;
    margin-bottom: 30px;
  }
}
.profile-page .profile-body ul.pins-list li.pin.add-pin a {
  background-color: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#efefef));
  background: -webkit-linear-gradient(top, #f5f5f5, #efefef);
  background: -moz-linear-gradient(top, #f5f5f5, #efefef);
  background: -ms-linear-gradient(top, #f5f5f5, #efefef);
  background: -o-linear-gradient(top, #f5f5f5, #efefef);
  display: block;
}
@media (max-width: 991px) {
  .profile-page .profile-body ul.pins-list li.pin.add-pin a {
    display: inline-block;
  }
}
.profile-page .profile-body ul.pins-list li.pin.add-pin a span {
  display: block;
  width: 110px;
  height: 110px;
  border: 1px solid #CCCCCC;
  background-repeat: no-repeat;
  background-position: center;
}
.profile-page .profile-body .ribbon-container {
  float: left;
}
.profile-page .profile-body .ribbon-container .no-ribbon {
  width: 74px;
  height: 20px;
}
.profile-page .profile-body .ribbon-container .ribbon {
  float: none;
}
.profile-page .profile-body .ribbon-container .ribbon a {
  display: block;
}
.profile-page .profile-body .ribbon-container .ribbon a.with-background {
  background-color: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#efefef));
  background: -webkit-linear-gradient(top, #f5f5f5, #efefef);
  background: -moz-linear-gradient(top, #f5f5f5, #efefef);
  background: -ms-linear-gradient(top, #f5f5f5, #efefef);
  background: -o-linear-gradient(top, #f5f5f5, #efefef);
}
.profile-page .profile-body .ribbon-container .ribbon a span {
  display: block;
  width: 74px;
  height: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.profile-page .profile-body .profile-media-list {
  margin: 30px 0px;
}
.profile-page .profile-body .profile-media-list .thumbnail .image {
  height: 75px;
}
@media (max-width: 767px) {
  .profile-page .profile-body .profile-media-list > div {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 30px;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .profile-page .profile-body .profile-media-list > div {
    width: 100%;
  }
  .profile-page .profile-body .profile-media-list > div a.add-media {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.profile-page .profile-body .profile-media-list .thumbnail {
  margin-top: 0px;
}
.profile-page .profile-body .profile-media-list .thumbnail .caption h3 {
  margin-bottom: 10px;
  font-family: 'PT Sans', sans-serif;
}
.profile-page .profile-body .profile-media-list a.add-media {
  width: 110px;
  background-color: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#efefef));
  background: -webkit-linear-gradient(top, #f5f5f5, #efefef);
  background: -moz-linear-gradient(top, #f5f5f5, #efefef);
  background: -ms-linear-gradient(top, #f5f5f5, #efefef);
  background: -o-linear-gradient(top, #f5f5f5, #efefef);
  display: block;
}
@media (max-width: 991px) {
  .profile-page .profile-body .profile-media-list a.add-media {
    display: inline-block;
  }
}
.profile-page .profile-body .profile-media-list a.add-media span {
  display: block;
  width: 110px;
  height: 110px;
  border: 1px solid #CCCCCC;
  background-repeat: no-repeat;
  background-position: center;
}
.profile-detail-pages .back-to-profile {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  line-height: 42px;
  position: relative;
  top: -6px;
}
@media (max-width: 992px) {
  .profile-detail-pages .back-to-profile {
    width: 30px;
    height: 30px;
    background-color: red;
    border-radius: 100%;
    text-align: center;
    line-height: normal;
    top: 0px;
    margin-right: 10px;
  }
}
.profile-detail-pages .back-to-profile i {
  color: #fedd84;
  margin-right: 4px;
}
@media (max-width: 992px) {
  .profile-detail-pages .back-to-profile i {
    font-size: 26px;
    line-height: 30px;
    margin-right: 4px;
  }
}
.profile-detail-pages .member {
  padding: 20px 40px;
  margin-left: 25px;
  margin-right: 25px;
}
@media (max-width: 991px) {
  .profile-detail-pages .member {
    padding: 10px;
    margin: 0;
  }
}
.profile-detail-pages .member:nth-child(even) {
  background: #F3F3F3;
}
.profile-detail-pages .member:nth-child(odd) {
  background: #FFF;
}
.profile-detail-pages .member .member-name {
  margin-bottom: 10px;
}
.profile-detail-pages .member .member-name h4 {
  margin: 0;
}
.profile-detail-pages .member .member-details {
  width: 100%;
  display: block;
}
.profile-detail-pages .member .member-details li {
  width: 20%;
  float: left;
  text-align: center;
  border-right: 1px solid;
}
@media (max-width: 991px) {
  .profile-detail-pages .member .member-details li {
    min-height: 40px;
    line-height: 20px;
  }
}
.profile-detail-pages .member .member-details li:first-child {
  text-align: left;
}
.profile-detail-pages .member .member-details li:last-child {
  border: 0px;
}
.profile-detail-pages h3 {
  font-family: 'Quantico', sans-serif;
  margin-bottom: 40px;
  display: inline-block;
  min-width: 260px;
}
.profile-detail-pages h3 small {
  font-size: 18px;
  color: #000000;
}
.profile-detail-pages h3.light {
  font-weight: lighter;
}
.profile-detail-pages h3.normal {
  font-weight: normal;
}
.profile-detail-pages h3.bold {
  font-weight: bold;
}
.profile-detail-pages h4 {
  font-family: 'PT Sans', sans-serif;
  text-transform: none;
  font-size: 16px;
  display: inline-block;
}
.profile-detail-pages h4 small {
  font-size: 14px;
  color: #000000;
}
.profile-detail-pages h4.light {
  font-weight: lighter;
}
.profile-detail-pages h4.normal {
  font-weight: normal;
}
.profile-detail-pages h4.bold {
  font-weight: bold;
}
.profile-detail-pages p {
  font-size: 16px;
  line-height: 1.5;
}
.profile-detail-pages dl {
  margin-bottom: 20px;
}
.profile-detail-pages dl dt {
  border: 1px solid #ccc;
  width: 350px;
  height: 253px;
}
.profile-detail-pages dl dt div {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 150px 150px;
  width: 350px;
  height: 253px;
}
@media (max-width: 1199px) {
  .profile-detail-pages dl dt {
    width: 100%;
    margin-bottom: 20px;
  }
  .profile-detail-pages dl dt div {
    width: 100%;
  }
}
.profile-detail-pages dl dd {
  margin-left: 380px;
}
@media (max-width: 1199px) {
  .profile-detail-pages dl dd,
  .unit-detail-pages dl dd {
    margin: 0px;
  }
}
.profile-detail-pages dl dd ul li {
  position: relative;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
.profile-detail-pages dl dd ul li small {
  font-size: 14px;
  color: #000000;
}
.profile-detail-pages dl dd ul li.light {
  font-weight: lighter;
}
.profile-detail-pages dl dd ul li.normal {
  font-weight: normal;
}
.profile-detail-pages dl dd ul li.bold {
  font-weight: bold;
}
.profile-detail-pages dl dd ul li a {
  font-weight: bold;
  text-decoration: underline;
}
.profile-detail-pages dl dd ul li span {
  font-weight: normal;
  position: absolute;
  left: 70px;
}
.profile-detail-pages dl dd ul li span.nmi-right-text-3 {
  left: 115px;
}
.profile-detail-pages dl dd ul li span.nmi-right-text-4 {
  left: 75px;
}
.profile-detail-pages dl dd ul li span.nmi-right-text-5 {
  left: 100px;
}
.profile-detail-pages dl dd ul li span.no-absolute {
  position: inherit;
}
.profile-detail-pages dl dd ul li:last-child {
  margin-bottom: 20px;
}
.profile-detail-pages dl dd ul li:last-child ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px;
  border-right: 1px solid #ccc;
}
.profile-detail-pages dl dd ul li:last-child ul li.no-border {
  border-right: none;
}
.profile-detail-pages dl dd ul li:last-child ul li:last-child {
  border-right: none;
}
@media (max-width: 480px) {
  .profile-detail-pages dl dd ul li:last-child ul li {
    display: block;
    border: none;
  }
}
.profile-detail-pages dl dd ul li:last-child ul li a {
  padding-right: 10px;
}
.profile-detail-pages dl dd ul li:last-child ul li span {
  position: relative;
  text-decoration: none;
  left: -9px;
}
.profile-detail-pages .collapsed-panel .panel-body p {
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
}
.profile-detail-pages .collapsed-panel .panel-body p small {
  font-size: 14px;
  color: #000000;
}
.profile-detail-pages .collapsed-panel .panel-body p.light {
  font-weight: lighter;
}
.profile-detail-pages .collapsed-panel .panel-body p.normal {
  font-weight: normal;
}
.profile-detail-pages .collapsed-panel .panel-body p.bold {
  font-weight: bold;
}
.profile-detail-pages .edit a {
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
}
.profile-detail-pages .edit a small {
  font-size: 14px;
  color: #000000;
}
.profile-detail-pages .edit a.light {
  font-weight: lighter;
}
.profile-detail-pages .edit a.normal {
  font-weight: normal;
}
.profile-detail-pages .edit a.bold {
  font-weight: bold;
}
.profile-detail-pages .edit a i {
  font-size: 16px;
}
.profile-detail-pages .no-margin {
  margin-bottom: 0px;
}
.profile-detail-pages .nmi-right-text {
  left: 115px;
}
.profile-detail-pages .nmi-right-text-2 {
  left: 50px;
}
.profile-detail-pages .nmi-right-text-3 {
  left: 115px;
}
.profile-detail-pages .msh-right-text-2 {
  left: 100px;
}
.profile-detail-pages .no-border {
  border: none;
}
.title {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .title {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.title h3 {
  margin-bottom: 0;
  line-height: 38px;
  float: left;
}
.title .btn-plus-circle {
  border: 0px;
  min-width: 120px;
  padding-left: 35px;
  color: #000!important;
  margin-right: 10px;
  margin-left: 20px;
  margin-bottom: 0px;
}
.title .btn-plus-circle i {
  left: 0;
  right: auto;
}
@media (min-width: 240px) and (max-width: 405px) {
  .title .btn-plus-circle {
    float: left !important;
    display: inline-block;
    margin-left: 0px;
  }
}
@media (min-width: 240px) and (max-width: 405px) {
  .title .back-to-previos-page {
    float: left !important;
    margin-bottom: 20px;
  }
}
@media (min-width: 405px) {
  .title .back-to-previos-page {
    float: left !important ;
  }
}
@media (min-width: 1200px) {
  .title .back-to-previos-page {
    float: right !important ;
  }
}
.buttons-bar {
  margin-bottom: 25px;
}
.buttons-bar a.btn.btn-brand-one {
  font-weight: normal;
  font-size: 16px;
  padding: 6px 12px;
}
.buttons-bar a.btn.btn-brand-one:first-child {
  margin-right: 15px;
}
.buttons-bar a.btn.btn-brand-one:last-child {
  padding: 6px 30px;
}
.media-btn {
  float: left;
  margin-top: -4px;
  margin-left: 2px;
  margin-right: 2px;
}
.media-btn .my-album-icons {
  width: 21px;
  height: 19px;
  display: inline-block;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
}
.media-btn .my-album-icons.delete {
  position: relative;
  top: 5px;
}
.media-btn .my-album-icons.edit {
  position: relative;
  top: 5px;
}
.media-btn .my-album-icons.like {
  position: relative;
  top: 2px;
}
.media-btn .my-album-icons.comments {
  position: relative;
  top: 5px;
}
.album-list {
  margin-left: -1%;
  margin-right: -1%;
}
.album-list label.media-checkbox-label {
  width: 21px;
  height: 19px;
  margin-left: 2px;
  margin-right: 2px;
  display: block;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: left;
}
.album-list input.media-checkbox-input {
  display: none;
}
.album-list input.media-checkbox-input:checked + label {
  background-position: right;
}
.album-list li {
  position: relative;
  float: left;
  width: 98%;
  margin: 1%;
  min-height: 160px;
  overflow: hidden;
  cursor: pointer;
  color: #ccc;
}
@media (min-width: 480px) {
  .album-list li {
    width: 48%;
  }
}
@media (min-width: 992px) {
  .album-list li {
    width: 23%;
  }
}
.album-list li a {
  color: #ccc;
}
.album-list li:hover .media-tools {
  opacity: 1;
}
.album-list li:hover .media-tools .top-tools {
  margin-top: 0;
}
.album-list li:hover .media-tools .media-tittle {
  margin-bottom: 0;
}
.album-list li:hover .media-tools .bottom-tools {
  margin-bottom: 0;
}
.album-list .my-album-thumbnail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.album-list .media-tools {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}
.album-list .media-tools .top-tools {
  position: absolute;
  z-index: 20;
  margin-top: -100%;
  top: 0;
  left: 0px;
  right: 0px;
  padding: 7px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.album-list .media-tools .media-tittle {
  position: absolute;
  z-index: 20;
  margin-bottom: -100%;
  bottom: 33px;
  left: 0px;
  right: 0px;
  padding: 7px;
  font-weight: bold;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.album-list .media-tools .bottom-tools {
  position: absolute;
  z-index: 20;
  margin-bottom: -100%;
  bottom: 0;
  left: 0px;
  right: 0px;
  padding: 7px;
  border-top: 1px solid #999;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.album-list .modal-handler {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.album-list.video {
  margin-left: -15px;
  margin-right: -15px;
}
.album-list.video .row {
  margin-left: -15px;
  margin-right: -15px;
}
.album-list.video .thumbnail .image {
  height: 160px;
}
.album-list.video .thumbnail .caption h3 {
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
}
.album-list.video .thumbnail .caption h3 small {
  font-size: 14px;
  color: #000000;
}
.album-list.video .thumbnail .caption h3.light {
  font-weight: lighter;
}
.album-list.video .thumbnail .caption h3.normal {
  font-weight: normal;
}
.album-list.video .thumbnail .caption h3.bold {
  font-weight: bold;
}
.album-list.video .play-btn:before {
  content: '';
  width: 80px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 50%;
  margin-left: -40px;
  border: 2px solid #FEDD84;
}
.album-list.video .play-btn:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  border-left: 20px solid #FEDD84;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -10px;
}
.video-filter {
  position: relative;
}
@media (max-width: 767px) {
  .video-filter ul {
    float: none !important;
    margin-top: 10px;
  }
  .video-filter ul li {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 1250px) {
  .video-filter ul {
    float: none !important;
    margin-top: 10px;
    position: inherit;
  }
}
@media (min-width: 991px) {
  .video-filter ul {
    float: right;
  }
}
.video-filter ul li a.btn.text-left {
  padding: 6px 214px 6px 12px;
  font-weight: normal;
  font-size: 16px;
}
.video-filter ul li a.btn.text-left i {
  padding: 10px;
}
@media (max-width: 768px) {
  .video-filter ul li a.btn.text-left {
    padding: 6px 100px 6px 12px;
    width: 100%;
  }
}
.image-displayed {
  background-size: contain;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.video-displayed {
  background-size: contain;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
header .top-header {
  display: none;
}
@media (min-width: 768px) {
  header .top-header {
    display: block;
  }
}
header a.logo {
  padding: 15px 15px 15px;
}
@media (min-width: 768px) {
  header a.logo {
    margin-left: 0px;
    padding: 0px;
  }
}
@media (min-width: 768px) {
  header a.logo img {
    margin: 40px 0px;
    padding-right: 20px;
  }
}
header .callout {
  font-family: 'Quantico', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  margin: 23px 0px 15px 0;
  float: left;
  position: relative;
  font-size: 13px;
}
@media (max-width: 767px) {
  header .callout {
    display: none !important;
  }
}
header .callout small {
  font-size: 18px;
  color: #000000;
}
header .callout.light {
  font-weight: lighter;
}
header .callout.normal {
  font-weight: normal;
}
header .callout.bold {
  font-weight: bold;
}
@media (min-width: 992px) {
  header .callout {
    float: right;
    margin: 23px 40px 15px 0;
  }
}
header .callout hr {
  height: 1px;
  background-color: #676766;
  margin: 5px 0px;
}
header .callout i {
  color: #676766;
  position: absolute;
  top: 0;
  padding: 4px 0;
  font-size: 10px;
}
header .callout i.right {
  right: 0px;
}
header .callout i.left {
  left: 0px;
}
header .callout .callout-text {
  color: #CCCCCC;
  line-height: 22px;
}
header .callout .callout-text a {
  display: block;
  cursor: pointer;
}
header .callout .callout-text a i {
  color: #676766;
  position: absolute;
  top: 0;
  padding: 6px 0;
  font-size: 10px;
  transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
}
header .callout .callout-text a i.right {
  right: 0px;
}
header .callout .callout-text a i.left {
  left: 0px;
}
header .callout .callout-text a:hover i {
  color: #fedd84;
}
header .callout .callout-text a span {
  color: #fedd84;
}
.navbar-collapse .user-nav {
  display: block;
}
@media (min-width: 768px) {
  .navbar-collapse .user-nav {
    display: none;
  }
}
.user-nav {
  display: none;
  float: none;
  position: relative;
}
@media (min-width: 768px) {
  .user-nav {
    display: block;
    float: right;
  }
}
.user-nav li {
  float: none;
  margin: 0px;
}
@media (min-width: 768px) {
  .user-nav li {
    float: left;
    margin: 20px 0px;
  }
}
.user-nav li:last-child {
  clear: both;
  margin: 0;
}
.user-nav li.dropdown {
  display: block;
}
.user-nav li.dropdown.open:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -3px;
  margin-top: 10px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
}
.user-nav li.dropdown:nth-child(1) ul.dropdown-menu {
  right: -116px;
}
.user-nav li.dropdown:nth-child(2) ul.dropdown-menu {
  right: -66px;
}
.user-nav li.dropdown:nth-child(3) ul.dropdown-menu {
  right: -16px;
}
.user-nav li.dropdown ul.dropdown-menu {
  border-radius: 0px;
  padding: 0px;
  margin: 0px;
  margin-top: 46px;
  border: 0;
  top: 0;
  left: auto;
  z-index: 10000;
  width: auto;
}
.user-nav li.dropdown ul.dropdown-menu li {
  float: none;
  margin: 0px;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.user-nav li.dropdown ul.dropdown-menu li a {
  padding: 8px 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.user-nav li.dropdown ul.dropdown-menu li.title .title-description {
  padding: 5px 10px;
  font-weight: bold;
}
.user-nav li.dropdown ul.dropdown-menu li.title .title-description a {
  color: black;
  float: right;
  padding: 2px 0px;
  line-height: 1;
  font-weight: bold;
}
.user-nav li.dropdown ul.dropdown-menu li.title .title-description a:hover {
  text-decoration: underline;
}
.user-nav li.dropdown ul.dropdown-menu li.alert:before,
.user-nav li.dropdown ul.dropdown-menu li.message:before {
  content: '';
  display: block;
  height: 1px;
  margin: 0px 10px;
  background-color: rgba(0, 0, 0, 0.15);
  transition: border-color 0.3s ease-in-out;
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
}
.user-nav li.dropdown ul.dropdown-menu li.alert + li.title:before,
.user-nav li.dropdown ul.dropdown-menu li.message + li.title:before {
  content: '';
  display: block;
  height: 1px;
  margin: 0px 10px;
  background-color: rgba(0, 0, 0, 0.15);
  transition: border-color 0.3s ease-in-out;
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
}
.user-nav li.dropdown ul.dropdown-menu li.alert dl,
.user-nav li.dropdown ul.dropdown-menu li.message dl {
  margin: 0px;
  padding: 10px;
  border: 0px;
}
.user-nav li.dropdown ul.dropdown-menu li.alert dl dt,
.user-nav li.dropdown ul.dropdown-menu li.message dl dt {
  width: 44px;
}
.user-nav li.dropdown ul.dropdown-menu li.alert dl dd,
.user-nav li.dropdown ul.dropdown-menu li.message dl dd {
  margin-left: 44px;
  padding: 0px 0px 0px 10px;
}
.user-nav li.dropdown ul.dropdown-menu li.alert dl dd p.contact-info,
.user-nav li.dropdown ul.dropdown-menu li.message dl dd p.contact-info,
.user-nav li.dropdown ul.dropdown-menu li.alert dl dd p.message-excerpt,
.user-nav li.dropdown ul.dropdown-menu li.message dl dd p.message-excerpt {
  float: left;
  max-width: 190px;
  line-height: 44px;
  font-weight: bold;
  margin-bottom: 0px;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
}
.user-nav li.dropdown ul.dropdown-menu li.alert dl dd a,
.user-nav li.dropdown ul.dropdown-menu li.message dl dd a {
  display: block;
  margin-left: 200px;
  margin-top: 8px;
  margin-bottom: 8px;
  min-width: auto;
}
.user-nav li.dropdown ul.dropdown-menu li.alert dl {
  cursor: pointer;
}
.user-nav li.dropdown ul.dropdown-menu li.alert dl dd p.contact-info,
.user-nav li.dropdown ul.dropdown-menu li.alert dl dd p.message-excerpt {
  line-height: 22px;
}
.user-nav li.dropdown ul.dropdown-menu li.alert dl dd p.message-excerpt {
  font-weight: normal;
  font-size: 12px;
}
.user-nav li.dropdown ul.dropdown-menu li.alert dl dd a i {
  color: black;
  font-size: 20px;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
}
.user-nav li.dropdown ul.dropdown-menu li.alert dl dd a:hover {
  background-color: transparent;
}
nav.navbar.navbar-default {
  border: 0px;
  border-radius: 0px;
  height: auto;
}
@media (min-width: 768px) {
  nav.navbar.navbar-default {
    height: 100px;
  }
}
nav.navbar .navbar-header .table {
  margin-bottom: 0px;
}
nav.navbar .navbar-header .navbar-toggle {
  border: 0;
  border-radius: 0;
  padding: 7px 18px 18px;
  margin: 0;
  background-color: transparent;
  float: left;
}
nav.navbar .navbar-header .navbar-toggle span {
  background-color: #fedd84;
}
nav.navbar .navbar-collapse {
  padding: 0px;
  position: relative;
}
@media (max-width: 767px) {
  nav.navbar .navbar-collapse {
    display: block;
    width: 230px;
    position: fixed;
    z-index: 1000;
    top: 0px;
    bottom: 0px;
    left: -230px;
    height: 100%!important;
    margin: 0;
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.25);
    background-color: #507b9d;
    padding-top: 100px;
    transition: left 0.5s ease-in-out;
    -webkit-transition: left 0.5s ease-in-out;
    -moz-transition: left 0.5s ease-in-out;
    -ms-transition: left 0.5s ease-in-out;
    -o-transition: left 0.5s ease-in-out;
  }
  nav.navbar .navbar-collapse.opened {
    left: 0;
  }
}
nav.navbar ul.nav {
  list-style: none;
  margin: 0px;
  position: relative;
  z-index: 100;
  /*   @media( min-width: @screen-sm ){
        margin: 7.5px -15px;
      }*/
}
nav.navbar ul.nav li {
  position: relative;
  padding: 0;
}
@media (min-width: 768px) {
  nav.navbar ul.nav li {
    padding-right: 7px;
  }  
}
nav.navbar ul.nav li a {
  font-family: 'Quantico', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
  padding: 0 15px;
  line-height: 43px;
  color: white;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  font-size: 19px;
}
nav.navbar ul.nav li a small {
  font-size: 18px;
  color: #000000;
}
nav.navbar ul.nav li a.light {
  font-weight: lighter;
}
nav.navbar ul.nav li a.normal {
  font-weight: normal;
}
nav.navbar ul.nav li a.bold {
  font-weight: bold;
}
@media (min-width: 768px) {
  nav.navbar ul.nav li a {
    padding: 29px 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  nav.navbar ul.nav li a {
    font-size: 16px;
  }
}
nav.navbar ul.nav li a:hover,
nav.navbar ul.nav li a:active,
nav.navbar ul.nav li a:focus {
  background-color: transparent;
  color: #fedd84;
}
nav.navbar ul.nav li.active a,
nav.navbar ul.nav li.open a {
  background-color: transparent;
  color: #fedd84;
}
nav.navbar ul.nav li.active a:hover,
nav.navbar ul.nav li.open a:hover,
nav.navbar ul.nav li.active a:active,
nav.navbar ul.nav li.open a:active,
nav.navbar ul.nav li.active a:focus,
nav.navbar ul.nav li.open a:focus {
  background-color: transparent;
  color: #fedd84;
}
nav.navbar ul.nav li:hover a {
  background-color: transparent;
}
nav.navbar ul.nav li:after {
  content: '';
  display: block;
  height: 7px;
  width: 7px;
  background: #3a3a38;
  border-radius: 50%;
  margin: 23.5px 0;
  margin-top: 23.5px;
  margin-right: 0px;
  margin-bottom: 23.5px;
  margin-left: 0px;
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -3.5px;
  display: none;
}
@media (min-width: 768px) {
  nav.navbar ul.nav li:after {
    display: block;
  }
}
nav.navbar ul.nav li:nth-child(6):after {
  display: none;
}
nav.navbar ul.nav li.dropdown > a,
nav.navbar ul.nav li.mobile-user-nav > a {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  nav.navbar ul.nav li.dropdown > a,
  nav.navbar ul.nav li.mobile-user-nav > a {
    border-top: 0px;
  }
}
nav.navbar ul.nav li.dropdown > a i,
nav.navbar ul.nav li.mobile-user-nav > a i {
  color: #fedd84;
}
@media (max-width: 767px) {
  nav.navbar ul.nav li.dropdown > a i.fa-caret-down,
  nav.navbar ul.nav li.mobile-user-nav > a i.fa-caret-down {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 11.5px 15px;
  }
}
nav.navbar ul.nav li.dropdown .dropdown-menu,
nav.navbar ul.nav li.mobile-user-nav .dropdown-menu {
  box-shadow: inset 0px 7px 14px -7px rgba(0, 0, 0, 0.7);
  border-radius: 0px;
  padding: 5px 10px;
  border-top: 0px;
  background-color: #002a50;
}
nav.navbar ul.nav li.dropdown .dropdown-menu li,
nav.navbar ul.nav li.mobile-user-nav .dropdown-menu li {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
nav.navbar ul.nav li.dropdown .dropdown-menu li:last-child,
nav.navbar ul.nav li.mobile-user-nav .dropdown-menu li:last-child {
  border-bottom: 0px;
}
nav.navbar ul.nav li.dropdown .dropdown-menu li:after,
nav.navbar ul.nav li.mobile-user-nav .dropdown-menu li:after {
  display: none;
}
nav.navbar ul.nav li.dropdown .dropdown-menu li a,
nav.navbar ul.nav li.mobile-user-nav .dropdown-menu li a {
  line-height: 1;
  font-size: 14px;
  display: block;
  padding: 10px 20px;
  font-weight: normal;
  color: white;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
}
nav.navbar ul.nav li.dropdown .dropdown-menu li a:hover,
nav.navbar ul.nav li.mobile-user-nav .dropdown-menu li a:hover {
  color: #fedd84;
}
nav.navbar ul.nav li.dropdown .btn-upgrade,
nav.navbar ul.nav li.mobile-user-nav .btn-upgrade {
  text-align: left;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
  background-color: #fedd84;
  width: unset;
}
nav.navbar ul.nav li.dropdown:hover .btn-upgrade,
nav.navbar ul.nav li.mobile-user-nav:hover .btn-upgrade {
  background-color: #fedd84;
}
nav.navbar ul.nav li.mobile-user-nav > a {
  font-weight: normal;
}
.news-nav .btn-brand-one i {
  color: #4a4a4a;
}
@media (min-width: 250px) and (max-width: 767px) {
  .profile-nav {
    padding: 15px;
  }
}
.profile-nav li {
  display: block;
}
.profile-nav .dropdown .nav li a {
  padding: 3px 20px;
  border-radius: 0;
}
.profile-nav .dropdown .nav ul.sub-menu li {
  position: relative;
}
.profile-nav .dropdown .nav ul.sub-menu li a {
  display: block;
  line-height: 25px;
  padding-left: 40px;
}
.profile-nav .dropdown .nav ul.sub-menu li a:hover {
  background-color: #f5f5f5;
}
.profile-nav .dropdown .nav ul.sub-menu li a:focus {
  background-color: #eeeeee;
}
@media (min-width: 768px) {
  .profile-nav .dropdown .nav ul.sub-menu li a {
    /*
							  line-height: 52px;
							  padding-left: 50px;
						*/
    line-height: 14px;
    padding-left: 50px;
    padding: 18px 0 18px 50px;
  }
}
@media (min-width: 768px) {
  .profile-nav .dropdown > .dropdown-toggle {
    display: none;
  }
  .profile-nav .dropdown .dropdown-menu {
    float: none;
    margin-bottom: 20px;
    position: relative;
    display: block;
    padding: 0;
    box-shadow: none;
    border: 0;
    margin-top: 0;
  }
  .profile-nav .dropdown .dropdown-menu ul.sub-menu li a {
    display: block;
    background-color: white;
    color: #1d1d1d;
  }
  .profile-nav .dropdown .dropdown-menu ul.sub-menu li:last-child a {
    border-bottom: 0px;
  }
  .profile-nav .dropdown .dropdown-menu ul.sub-menu li:first-child a {
    border-top: 0px;
  }
  .profile-nav .dropdown .dropdown-menu li {
    margin-top: 0px;
    display: block;
  }
  .profile-nav .dropdown .dropdown-menu li a {
    white-space: normal;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 52px;
    line-height: 51px;
    padding-left: 50px;
    padding-right: 0px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 0px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  .profile-nav .dropdown .dropdown-menu li a small {
    font-size: 14px;
    color: #000000;
  }
  .profile-nav .dropdown .dropdown-menu li a.light {
    font-weight: lighter;
  }
  .profile-nav .dropdown .dropdown-menu li a.normal {
    font-weight: normal;
  }
  .profile-nav .dropdown .dropdown-menu li a.bold {
    font-weight: bold;
  }
  .profile-nav .dropdown .dropdown-menu li:last-child a {
    border-bottom: 1px solid #ccc;
  }
}
.search-form {
  position: absolute;
  right: 0;
  top: 0;
  margin: 13px 14px;
  padding: 0;
  border: 0;
}
@media (min-width: 768px) {
  .search-form {
    top: 50%;
    margin: 0px;
    padding: 0px;
    margin-top: -17px;
  }
}
.search-form .input-group-btn {
  width: auto;
  overflow: hidden;
}
.search-form .input-group-btn.open {
  overflow: visible;
}
.search-form .input-group-btn input.form-control {
  border: 0px;
  outline: 0px;
  border-radius: 0px;
  display: inline-block;
  vertical-align: middle;
  width: 82%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .search-form .input-group-btn input.form-control, .search-form .input-group-btn .select2-container{
    width: auto;
    position: relative;
    left: 100%;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 992px) {
  .search-form .input-group-btn input.form-control {
    width: 200px;
  }
}
.search-form .input-group-btn input.form-control:hover {
  box-shadow: none;
}
.search-form .input-group-btn button.btn {
  padding: 6px 10px;
  font-size: 16px;
  position: relative;
  z-index: 100;
}
.search-form .input-group-btn button.btn.dropdown-toggle {
  font-family: 'Quantico', sans-serif;
  display: none;
  padding-right: 25px;
  text-align: left;
}
.search-form .input-group-btn .select2-container {
  display: none;
}
.search-form .input-group-btn button.btn.dropdown-toggle small {
  font-size: 18px;
  color: #000000;
}
.search-form .input-group-btn button.btn.dropdown-toggle.light {
  font-weight: lighter;
}
.search-form .input-group-btn button.btn.dropdown-toggle.normal {
  font-weight: normal;
}
.search-form .input-group-btn button.btn.dropdown-toggle.bold {
  font-weight: bold;
}
.search-form .input-group-btn button.btn.dropdown-toggle i {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 9px;
  color: #4a4a4a;
}

.search-form #SearchBtn i {
    padding-top: 3px;
    padding-bottom: 3px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .search-form .input-group-btn button.btn.dropdown-toggle, .search-form .input-group-btn .select2-container {
    display: inline-block;
    position: relative;
    left: 100%;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 992px) {
  .search-form .input-group-btn button.btn.dropdown-toggle, .search-form .input-group-btn .select2-container {
    display: inline-block;
  }
}
.search-form .input-group-btn .dropdown-menu {
  margin: 0;
  border: 0;
  border-radius: 0;
  left: -1px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .search-form.open {
    z-index: 1000;
  }
  .search-form.open .input-group-btn .dropdown-toggle {
    left: 0px;
    opacity: 1;
    z-index: 10;
    display: inline-block;
  }
  .search-form.open .input-group-btn input.form-control, .search-form.open .input-group-btn .select2-container  {
    left: 0;
    opacity: 1;
    z-index: 10;
    width: auto;
  }
}
.before-content {
  display: block;
}
@media (min-width: 768px) {
  .before-content {
    display: none;
  }
}
.before-content p {
  font-family: 'Abel', sans-serif;
  font-weight: normal;
  margin: 0px;
  padding: 5px 0px;
  text-align: center;
}
.before-content p small {
  font-size: 14px;
  color: #000000;
}
.before-content p.light {
  font-weight: lighter;
}
.before-content p.normal {
  font-weight: normal;
}
.before-content p.bold {
  font-weight: bold;
}
.before-content p.italic {
  font-style: italic;
}
.before-content p a {
  color: white;
}
.before-content p span {
  font-family: 'Quantico', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #fedd84;
}
.before-content p span small {
  font-size: 18px;
  color: #000000;
}
.before-content p span.light {
  font-weight: lighter;
}
.before-content p span.normal {
  font-weight: normal;
}
.before-content p span.bold {
  font-weight: bold;
}
body {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #4a4a4a;
  background-color: #cccccc;
}
body .capitalize {
  text-transform: capitalize!important;
}
body header,
body .main-content,
body footer {
  left: 0px;
  position: relative;
  transition: left 0.5s ease-in-out;
  -webkit-transition: left 0.5s ease-in-out;
  -moz-transition: left 0.5s ease-in-out;
  -ms-transition: left 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out;
}
@media (max-width: 767px) {
  body.mobile-menu-opened {
    overflow: hidden;
  }
}
body.mobile-menu-opened header,
body.mobile-menu-opened > .main-content,
body.mobile-menu-opened footer {
  left: 230px;
}
@media (min-width: 768px) {
  body.mobile-menu-opened header,
  body.mobile-menu-opened > .main-content,
  body.mobile-menu-opened footer {
    left: 0px;
  }
}
body hr {
  height: 2px;
  margin: 30px 0;
  border: 0px;
  clear: both;
  background-color: #C2C2C2;
}
body .main-content > .container {
  background-color: white;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  /*@media( min-width: @screen-xs ){
      padding-left: 15px;
      padding-right: 15px;
    }*/
}
body .row {
  margin: 0px;
}
body .row.gutter-x2 > div[class^="col-"] {
  padding: 15px;
}
@media (min-width: 768px) {
  body .row.gutter-x2 > div[class^="col-"] {
    padding: 30px;
  }
}
body .row.no-gutter > div[class^="col-"] {
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 767px) {
  body .row.no-mobile-gutter > div[class^="col-"] {
    padding-left: 0px;
    padding-right: 0px;
  }
}
body .row.intelligent-gutter > div[class^="col-"] {
  padding-top: 30px;
  padding-bottom: 30px;
}
body .row.intelligent-gutter > div[class^="col-"]:first-child {
  padding-left: 30px;
}
body .row.intelligent-gutter > div[class^="col-"]:last-child {
  padding-right: 30px;
}
@media (max-width: 991px) {
  body .row.intelligent-gutter > div[class^="col-"] {
    padding: 15px;
  }
  body .row.intelligent-gutter > div[class^="col-"]:first-child {
    padding-left: 15px;
  }
  body .row.intelligent-gutter > div[class^="col-"]:last-child {
    padding-right: 15px;
  }
}
body .facebook-likes {
  font-size: 12px;
  color: black;
}
body .facebook-likes i {
  font-size: 14px;
  margin-right: 5px;
}
body .text-center {
  text-align: center!important;
}
body .text-right {
  text-align: right!important;
}
body .text-left {
  text-align: left!important;
}
body .border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #CCC;
}
@media (max-width: 767px) {
  body .m-t-40 {
    margin-top: 40px;
  }
}
small.field-detail {
  font-size: 75%;
  color: #999999;
  margin-bottom: 25px;
  display: block;
}
small.inline-detail {
  font-size: 100%;
  color: #999999;
  margin-bottom: 0px;
  margin-left: 10px;
  display: inline-block;
}
.l-h-34 {
  line-height: 34px;
}
footer {
  color: #CCCCCC;
  padding: 30px 0;
  background-color: #383838;
}
@media (min-width: 992px) {
  footer {
    padding: 60px 0;
  }
}
footer a {
  color: #696969;
  text-decoration: underline;
}
footer .logo {
  text-align: center;
}
footer .logo img {
  margin: 0 auto 20px;
}

footer .logo > img {
	max-height: 30px;
}
@media (min-width: 992px) {
  footer .logo img {
    margin: 0;
  }
}
footer .copy {
  text-align: center;
}
@media (min-width: 992px) {
  footer .copy {
    text-align: left;
  }
}
  footer .copy p {
  color: #cccccc;
}
footer .copy p a {
  color: #cccccc;
}
@media (max-width: 767px) {
  footer .copy p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .the_latest_on_tws .thumbnail .image {
    height: 130px;
  }
}
.the_latest_on_tws dl.dl-horizontal {
  padding: 20px 10px;
  border: 1px solid #F0F0F0;
  border-bottom: 0px;
}
@media (max-width: 767px) {
  .the_latest_on_tws dl.dl-horizontal dt a {
    display: inline-block;
    width: 70px;
  }
}
.the_latest_on_tws dl.dl-horizontal dd p a.like-button,
.the_latest_on_tws dl.dl-horizontal dd p a.comment-button {
  font-weight: bold;
}
.the_latest_on_tws ul {
  margin-bottom: -1px;
}
.the_latest_on_tws ul li:last-child dl {
  border-bottom: 1px solid #F0F0F0;
}
@media (max-width: 767px) {
  .the_latest_on_tws .table {
    display: block;
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .the_latest_on_tws .table .table-row {
    display: block;
  }
}
.the_latest_on_tws .table .table-row .table-cell {
  padding-top: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .the_latest_on_tws .table .table-row .table-cell {
    display: block;
  }
}
.the_latest_on_tws .jobs li {
  padding: 15px 30px;
  background-color: #f5f5f5 ;
}
.the_latest_on_tws .jobs li .job span {
  color: black;
  display: block;
}
.the_latest_on_tws .jobs li .job span.title {
  font-weight: bold;
}
.the_latest_on_tws .jobs li:nth-child(2n+1) {
  background: #ffffff;
}
.the_latest_on_tws .seals {
  padding: 3px 0px 2px 0px;
  background-color: black;
}
.the_latest_on_tws .timestamps {
  float: right !important;
  font-style: italic;
  color: #4a4a4a;
}
.the_latest_on_tws .content-type {
  float: right !important;
  background-color: #cccccc;
  color: #666666;
  padding: 2px 0px;
  width: 100px;
  text-align: center;
  position: relative;
  right: -10px;
}
.the_latest_on_tws .content-type:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #cccccc;
  position: absolute;
  top: 0px;
  right: 100%;
}
@media (max-width: 767px) {
  .the_latest_on_tws .content-type {
    display: none;
  }
}

.table.single {
    height: auto;
    width: 100%;
}

.familyToolTip > abbr {
	cursor:pointer;
}

.unit-list-example strong>.lowertext {
    text-transform: lowercase;
}

.mos-description ul li {
	list-style: initial;
}
label.buddy-link-pref {
	font-size: 17px !important;
	padding-bottom: 15px;
}

.checkbox:not(.right) label.buddy-link-pref:before,
.checkbox:not(.right) label.buddy-link-pref:before {
	border: 1px solid #000;
}