#breadcrumbs {
  padding: 0 0;
  margin: 0 0 0 0;
}
/* @see https://css-tricks.com/triangle-breadcrumbs/ */
.nav-breadcrumb {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-radius: 5px 5px 0 0;
  background: #255171;
}
.nav-breadcrumb li {
  float: left;
}
.nav-breadcrumb li a {
  color: #009ee0;
  color: #fff;
  text-decoration: none;
  padding: 5px 0 5px 0px;
  position: relative;
  display: block;
  float: left;
}
.nav-breadcrumb li a:before {
  content: "›";
  display: inline-block;
  margin: 0 10px;
}
.nav-breadcrumb li:first-child a {
  padding-left: 15px;
}
.nav-breadcrumb li:first-child a:before {
  display: none;
}
.nav-items {
  margin: 0 0 20px 0;
  padding: 0;
  list-style-type: none;
}
.nav-items li {
  display: inline-block;
  margin: 0 1px 1px 1px;
  padding: 10px 0 0 0;
  text-align: center;
}
.nav-items li .item {
  display: block;
  padding: 7px 0;
  width: 2.5em;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #ccc;
  color: #666;
}
.nav-items li a.item {
  font-weight: bold;
  background-color: #fff;
  color: #039bdb;
}
.nav-items li a:hover,
.nav-items li.active a {
  text-decoration: none;
  color: #fff;
  background-color: #039bdb;
}
html,
body {
  height: 100%;
  background-color: #f4f4f4;
  font-family: 'Raleway', sans-serif;
  font-family: 'Hind', sans-serif;
  font-family: 'Open Sans', sans-serif;
  font-family: 'PT Sans', sans-serif;
  font-family: 'Source Sans Pro', sans-serif;
}
.awesomplete {
  width: 100%;
}
.awesomplete ul {
  background: rgba(255, 255, 255, 0.95);
  text-align: left;
}
.awesomplete ul > li {
  padding: 8px 15px;
  font-size: 14px;
}
.awesomplete ul > li mark {
  background: rgba(255, 255, 0, 0.2);
  padding: 0;
}
.awesomplete ul > li:hover {
  background: #dce4e9;
}
.awesomplete ul > li:hover mark {
  background: rgba(255, 255, 0, 0.4);
}
.awesomplete ul > li[aria-selected="true"] {
  background: #ecf0f3;
  color: black;
}
.awesomplete ul > li[aria-selected="true"] mark {
  background: rgba(255, 255, 0, 0.4);
}
.awesomplete ul > li[aria-selected="true"]:hover {
  background: #cdd7df;
}
.awesomplete ul {
  z-index: 3;
}
body {
  font-size: 15px;
}
form {
  margin: 0;
  padding: 0;
}
h2 {
  font-size: 1.5em;
  font-weight: bold;
}
h2 {
  padding: 15px 0;
  margin-top: 0;
  font-weight: 300;
  color: #03538e;
}
h2 strong {
  font-weight: 600;
}
blockquote {
  font-size: 0.9em;
  color: #666;
}
/* hide screen reader text */
.fa > span {
  display: none;
}
.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}
.clear {
  clear: both;
}
.smile {
  width: auto;
  height: auto;
}
.smile img {
  max-width: none;
  max-height: none;
}
.dropdown-menu button .fa {
  width: 1.2em;
}
.thumbnails {
  /*margin-left: 0 !important;
    margin-right: 0 !important;*/
  position: relative;
}
.thumbnails .thumbnail {
  text-align: center;
  padding-bottom: 50px;
}
.thumbnails .thumbnail .image {
  margin: 0 0 5px 0;
}
.thumbnails .thumbnail .image img {
  max-width: 100%;
}
.thumbnails .thumbnail h3 {
  font-size: 1em;
  margin: 0 0 10px 0;
  padding: 0;
}
.thumbnails .thumbnail h3 a {
  color: #333;
  font-weight: bold;
}
.thumbnails .thumbnail .btn {
  font-weight: bold;
}
.thumbnails .thumbnail .stats {
  color: #666;
  font-size: 0.85em;
}
.thumbnails .thumbnail .buttons {
  position: absolute;
  bottom: 40px;
  left: 0;
  text-align: center;
  width: 100%;
}
.main-background,
#main-nav,
#footer {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0375cc+0,009cdf+70 */
  background: #0375cc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1c90e8, #009cdf 70%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1c90e8, #009cdf 70%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1c90e8, #009cdf 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c90e8', endColorstr='#009cdf', GradientType=0);
  /* IE6-9 */
}
.content-box,
.content-wrapper,
.description-box {
  background-color: #fff;
  margin: 0 0 5px 0;
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 5px 5px;
  padding: 15px 0;
}
.content-box::after,
.content-wrapper::after {
  content: '';
  display: block;
  clear: both;
}
.content-box .content,
.content-wrapper .content {
  padding: 0 20px;
}
.content-box.topic-item,
.content-wrapper.topic-item {
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}
.forum-title-wrap {
  background: #0377CD;
  color: white;
  padding: 20px 0;
  margin-bottom: 20px;
}
.forum-title-wrap h2 {
  margin: 5px 0 5px;
  font-size: 24px;
  font-weight: 300;
  color: white;
  padding: 0 0 5px;
}
.forum-title-wrap .text {
  color: #8fc6f3;
  font-weight: 300;
}
.forum-category-title {
  padding: 0;
  border: 2px solid #ddd;
  font-weight: 600;
  background: whitesmoke;
  font-size: 16px;
  /*margin: -15px;*/
  margin-bottom: 0;
}
.forum-category-title a {
  display: block;
  padding: 10px 0;
  color: black;
}
.forum-category-title .category-actions {
  margin: 7px 0;
}
.forum-category-title .category-actions button {
  padding: 3px 8px;
  font-size: 12px;
}
.forum-category-title .category-actions button.inactive {
  background: #ddd;
}
.topic-actions {
  margin-bottom: 10px;
}
.forum-home-page .browse-categories ul {
  padding: 10px 0 !important;
}
.forum-home-page .browse-categories li {
  padding: 2px 10px !important;
  border: none !important;
}
.forum-home-page .browse-categories li a {
  color: black;
}
.padding-fix {
  padding-left: 0;
}
.become-member {
  display: block;
  background: #f5a900;
  overflow: hidden;
  border-radius: 5px;
  padding: 10px;
  margin-left: 30px;
  transition: background 0.5s ease;
}
.become-member h5 {
  font-weight: 600;
  color: white;
  font-size: 24px;
  padding: 9px 0 4px;
  margin: 0;
  font-family: 'Satisfy', cursive;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.become-member p {
  color: #8f6300;
  font-size: 16px;
  margin: 0;
}
.become-member:hover {
  background: #ff9f10;
}
.default-bg {
  background: url('/resources/img/home-bg.jpg') no-repeat center top #015fa7;
  background-size: 100%;
  padding-top: 30px;
}
.default-bg.forum-bg {
  padding-top: 0;
  background: url('/resources/img/forum-background.png') no-repeat center 70px;
  background-size: 100%;
}
#p_ .content-box {
  border-radius: 5px;
}
.post-actions {
  padding: 20px 0 10px;
}
.post-actions .btn {
  margin-right: 5px;
}
.post-actions .label {
  margin-right: 10px;
}
.post-actions .text-muted {
  color: #777777;
}
.post-actions .liked_by_users {
  cursor: pointer;
}
.action-buttons {
  margin-bottom: 10px;
}
.author-wrap {
  overflow: hidden;
}
.avatar {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  /*background: #607d8b;*/
  background: #b3cad4;
  width: 49px;
  max-width: 100%;
  height: 49px;
  line-height: 49px;
  vertical-align: middle;
  margin: 0 0 10px 0;
  text-align: center;
  float: left;
  margin-right: 10px;
}
.avatar .fa {
  font-size: 24px;
  color: rgba(250, 250, 250, 0.2);
  line-height: inherit;
}
.avatar img {
  max-width: 100%;
  max-height: 70px;
  vertical-align: initial;
}
.avatar.small {
  background: rgba(96, 125, 139, 0.6);
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.avatar.small .fa {
  font-size: 18px;
}
.post-count {
  font-weight: 600;
  color: #93989c;
  font-size: 12px;
}
.post-count:before {
  color: #93989c;
  font-size: 13px;
  font-weight: 800;
  position: relative;
  top: -1px;
}
.post-count span {
  display: inline-block !important;
  font-family: 'PT Sans', sans-serif;
}
.jump-to-last {
  position: relative;
  top: 7px;
}
.btn.btn-default {
  background-color: #03538e;
  color: #fff;
  border-style: none;
  border-radius: 3px;
}
.btn.btn-default i {
  margin-right: 3px;
}
.btn.btn-default:hover {
  background-color: #0470c0;
}
.btn.btn-default:active,
.btn.btn-default:focus {
  color: white;
  background-color: #02365c;
}
.btn.btn-default.inactive {
  background: #eee;
  color: #444;
}
.btn.btn-default.inactive i {
  margin-right: 3px;
}
.btn.btn-default.orange {
  background-color: #f5a900;
}
.reply-message {
  padding: 20px;
  background: #f4f7f9;
  border-radius: 3px;
}
.reply-message .form-control {
  border-radius: 0;
  border-color: #d4e1ec;
  box-shadow: none;
  height: auto;
}
.reply-message .buttons {
  margin: 10px 0 5px;
}
.reply-message .buttons .btn-default {
  padding: 8px 15px;
  background: #0377cd;
}
.reply-message .buttons .fa {
  color: #a8d8fb;
  font-weight: bold;
  position: relative;
  top: -1px;
  margin-right: 6px;
}
.reply-message .buttons .btn-danger {
  background: none;
  border: none;
  color: #555;
}
.reply-message .alert-info {
  background: #c3dce6;
  border: none;
  border-radius: 0;
  padding: 7px 15px;
}
.reply-message .title-input {
  font-size: 16px;
  padding: 12px;
}
.wysibb {
  border-color: #D4E1EC;
  font-size: initial;
}
.wysibb .wysibb-toolbar {
  background: #f7f7f7;
  border-color: #eee;
}
.wysibb .wysibb-toolbar .wysibb-toolbar-container {
  border-color: transparent;
}
.reply-this {
  color: #03538e;
  font-size: 20px;
}
.reply-this.new-topic {
  font-size: 30px;
}
#container {
  min-height: 100%;
  position: relative;
  z-index: 0;
}
#container .stars {
  white-space: pre;
}
#container .stars .star {
  color: #eee2ad;
  font-size: 20px;
}
#container .stars .star.selected {
  color: #e9c108;
}
#container .date,
#container .date a {
  color: #999;
  padding-top: 2px;
  font-weight: 300;
}
#container .topic-count {
  margin: 7px 0 0 15px;
}
#container .topic-count:before {
  color: #009688;
  font-size: 18px;
}
#container .topic-count span {
  font-weight: 600;
  display: inline-block !important;
  font-family: 'PT Sans', sans-serif;
}
#container .alert ul {
  margin: 0;
  padding: 0;
}
#container .alert li {
  margin: 0 0 5px 0;
  padding: 0;
}
#container .alert a {
  font-weight: bold;
}
#container .post-edits {
  margin: 20px 0 0 0;
}
#container .post-edits .alert {
  font-size: 0.8em !important;
  background-color: #f5f0e2;
  color: #666;
  padding: 5px 10px 2px;
  display: inline-block;
}
#container .post-edits .alert li {
  list-style: none;
  padding: 0;
}
#container .map a {
  display: inline-block;
  max-width: 100%;
  position: relative;
}
#container .map a img {
  max-width: 100%;
  border-style: none;
}
#container .map a .btn {
  position: absolute;
  bottom: 25px;
  right: 10px;
  background-color: #fff;
  color: #039bdb;
  border-style: none;
  text-transform: uppercase;
}
#container .pagination-container {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
}
#container .pagination-container .pagination {
  margin: 5px 0;
}
#container .break-word {
  word-break: break-all;
  word-wrap: break-word;
}
#banner-image {
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 300px;
  top: 0;
  left: 0;
  z-index: -1;
}
.fa-times.delete-member {
  color: red;
  cursor: pointer;
}
#agent-page .agent-logo {
  max-width: 100%;
  max-height: 150px;
}
#expert-opinion {
  padding: 15px;
  margin: 0 -15px 15px 15px;
  background-color: #ffb622;
  font-size: 0.85em;
  float: right;
  width: 30%;
}
#expert-opinion #expert-review {
  margin-bottom: 10px;
}
#expert-opinion #expert-details {
  margin: 0;
  word-break: break-all;
}
.expert-review-content::before {
  content: '\201c';
  top: 0;
  left: -5px;
}
.expert-review-content::after {
  content: '\201d';
  bottom: -10px;
  right: -5px;
}
.agent-banner {
  text-align: center;
  max-width: 100%;
}
#expert-logo {
  padding: 0;
}
#expert-logo img {
  max-width: 100%;
  max-height: 30px;
}
#expert-name {
  padding: 10px 0 0 0;
}
#travel_agents_list {
  margin: 0 0 10px 0;
}
#travel_agents_list .agents_list_item {
  display: none;
}
#travel_agents_list #displayed_agents {
  padding-bottom: 10px;
}
#travel_agents_list #displayed_agents .list_item_name a {
  color: #039bdb;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
#travel_agents_list #displayed_agents .list_item_content {
  padding-bottom: 10px;
}
.no-padding {
  padding: 0;
}
#header {
  display: block;
}
/* NAV */
.social-profile {
  text-align: right;
  margin: 10px 0 5px;
}
.social-profile a {
  color: white;
  font-weight: 300;
}
.social-profile .social-icons {
  font-size: 18px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 13px;
  margin-right: 8px;
}
.social-profile .social-icons a {
  margin-right: 15px;
}
.social-profile .social-icons a:hover {
  color: #03538e;
}
.social-profile .btn {
  padding: 2px 10px;
  font-weight: normal;
  position: relative;
  top: -3px;
}
.social-profile .btn i {
  padding-right: 3px;
}
.social-profile .sign-out {
  font-size: 12px;
}
.social-profile .sign-out:hover {
  text-decoration: none;
  color: rgba(250, 250, 250, 0.8);
}
.social-profile .write-review {
  background: #03538e;
  border-color: #03538e;
  margin-right: 5px;
}
.social-profile .write-review:hover {
  color: white;
  background-color: #0462a7;
  border-color: #0462a7;
}
.social-profile .profile {
  display: inline-block;
  position: relative;
  top: -2px;
}
.social-profile .profile .user {
  padding: 3px 4px 3px 8px;
  border-radius: 3px;
  text-decoration: none;
  vertical-align: middle;
  position: relative;
  top: -2px;
  transition: all 0.2s ease;
}
.social-profile .profile .user:hover {
  text-decoration: none;
  color: rgba(250, 250, 250, 0.8);
}
.social-profile .profile .user:hover .avatar-top {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.6);
  transition: all 0.2s ease;
}
.social-profile .profile .new-message {
  color: #f5a900;
}
.social-profile .profile i {
  color: rgba(250, 250, 250, 0.3);
  padding-right: 3px;
}
.social-profile .profile .btn {
  margin-left: 10px;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: normal;
  top: -2px;
  margin-bottom: 1px;
}
.social-profile .profile .avatar-top {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  width: 20px;
  max-width: 100%;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
  margin-right: 5px;
}
.social-profile .profile .avatar-top .fa {
  top: -1px;
  position: relative;
}
.social-profile .profile .avatar-top img {
  max-width: 100%;
  vertical-align: initial;
}
.social-profile > div {
  display: inline-block;
}
.profile-page h3 {
  margin-top: 50px;
}
.profile-user-details {
  padding: 15px;
}
.profile-user-details .sign-out {
  padding-left: 5px;
}
.profile-user-details .avatar {
  float: left !important;
  width: 90px;
  height: 90px;
  line-height: 90px;
}
.profile-user-details .avatar .fa {
  font-size: 40px;
}
.profile-user-details .avatar img {
  max-height: initial;
}
.profile-user-details h3 {
  margin-top: 6px;
}
.profile-user-details p {
  margin: 0;
  color: #888;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
}
.profile-user-details p strong {
  font-weight: 500;
}
/* Photos - Profile */
.upload-previews-wrap {
  padding: 5px;
  min-height: 230px;
  border-radius: 0 0 5px 5px;
  border: 2px solid #d4e1ec;
  margin-bottom: 20px;
  background: white;
}
#edit-file-page .form-upload,
#user-photo-page .form-upload {
  display: none;
}
#edit-file-page .upload-previews-wrap,
#user-photo-page .upload-previews-wrap,
#edit-file-page .single-image-wrap,
#user-photo-page .single-image-wrap {
  border-radius: 0;
  border: none;
  padding: 0;
  background: #e3ebf0;
  text-align: center;
  padding: 10px;
  min-height: 281px;
  width: 100%;
  display: table;
}
#edit-file-page .upload-previews-wrap .previews,
#user-photo-page .upload-previews-wrap .previews,
#edit-file-page .single-image-wrap .previews,
#user-photo-page .single-image-wrap .previews {
  display: table-cell;
  vertical-align: middle;
}
#edit-file-page .upload-previews-wrap .previews img,
#user-photo-page .upload-previews-wrap .previews img,
#edit-file-page .single-image-wrap .previews img,
#user-photo-page .single-image-wrap .previews img {
  max-height: 261px;
}
#edit-file-page .form-group,
#user-photo-page .form-group {
  margin-bottom: 10px;
}
#user-photo-page .single-image-wrap {
  min-height: 350px;
  margin-bottom: 20px;
}
#user-photo-page .single-image-wrap .previews img {
  max-height: 400px;
}
.file-upload-container {
  background: #f4f7f9;
  border-radius: 5px;
  padding: 20px 0;
  /*overflow: hidden;*/
  margin-bottom: 50px;
}
.file-upload-container .form-control {
  border-radius: 0;
  border-color: #d4e1ec;
  box-shadow: none;
  height: auto;
}
.file-upload-container .form-group.submit,
.file-upload-container .note {
  margin: 0 15px;
}
.file-upload-container .note {
  margin-bottom: 10px;
  font-size: 14px;
}
.file-upload-container label {
  font-weight: 600;
  font-size: 14px;
}
.form-upload {
  background: #d4e1ec;
  padding: 10px;
  margin-bottom: 0;
  border-radius: 5px 5px 0 0;
  position: relative;
}
.form-upload .form-group {
  margin-bottom: 0;
}
.form-upload input[type="file"] {
  line-height: 1;
}
.form-upload .remove-files {
  position: absolute;
  top: 10px;
  right: 10px;
}
.form-upload .remove-files .btn-danger {
  padding: 1px 4px;
}
#user-add-photos {
  padding: 0 10px;
}
#user-add-photos .preview-wrap {
  display: inline-block;
  height: 94px;
  width: 94px;
  position: relative;
  border: 1px solid #eee;
  border-radius: 3px;
  margin: 5px;
  margin-bottom: 0;
  overflow: hidden;
}
#user-add-photos .file-preview {
  height: 94px;
  min-width: 100%;
}
.gallery-photo,
#edit-file-page img {
  max-width: 100%;
  background-color: #fff;
  padding: 6px;
  border: 1px solid #e3ebf0;
}
.gallery-photo.small,
#edit-file-page img.small {
  padding: 4px;
}
#user-files-page .file-container {
  background-color: #f4f7f9;
  border-radius: 3px;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 10px;
  margin-bottom: 0;
}
#user-files-page .file-container p {
  margin-bottom: 0;
}
#user-files-page .file-container .desc {
  margin-bottom: 5px;
}
#user-files-page .file-container .featured {
  padding-left: 5px;
  font-weight: 300;
  font-size: 13px;
  position: relative;
  top: -1px;
}
#user-files-page .file-container .featured i {
  color: #f5a900;
  font-size: 12px;
}
#user-files-page .file-container .action-buttons {
  text-align: center;
  margin-top: 30px;
}
.btn.edit,
.btn.delete {
  width: 32px;
  height: 32px;
  border-radius: 30px;
  background: #d3dfe7;
  margin-right: 5px;
}
.btn.edit i,
.btn.delete i {
  margin: 1px 0;
}
.btn.edit:hover,
.btn.delete:hover {
  background: #b2c7d5;
}
.feature-action {
  padding: 2px 8px;
  color: white;
}
.feature-action i {
  padding-right: 2px;
  font-size: 11px;
}
.feature-action.feature {
  background: #8d9ec3;
  border: none;
}
.feature-action.feature:hover,
.feature-action.feature:focus,
.feature-action.feature:active {
  background: #6c82b1;
}
.feature-action.remove {
  background: #4f79d9;
  border: none;
}
.feature-action.remove:hover,
.feature-action.remove:focus,
.feature-action.remove:active {
  background: #2c5cc9;
}
.feature-action:hover {
  color: white;
}
.photo-details p {
  margin-bottom: 5px;
}
.photo-details h3.title {
  font-size: 16px;
  margin: 0 0 5px;
  font-weight: 600;
}
.photo-details h3.title a {
  color: black;
}
.photo-details .date {
  font-size: 12px;
  font-weight: 300;
  padding: 0 !important;
}
.photo-details .location {
  font-size: 14px;
}
.photo-details .location a {
  color: #666;
}
.photo-details .location i {
  font-size: 11px;
  top: -1px;
  position: relative;
}
.photo-details .user {
  font-size: 12px;
  font-weight: 300;
}
.photo-details .user a {
  font-weight: 500;
  color: #777777;
}
.photo-details .desc {
  font-size: 14px;
  line-height: 1.2;
}
.photo-details .comments-link {
  display: block;
  font-size: 14px;
  margin-top: 20px;
}
.photo-details .feature-action {
  margin-top: 37px;
}
.photo-details-link {
  text-align: left;
  text-decoration: none;
  font-size: 14px;
  display: block;
  top: -5px;
  position: relative;
}
.no-pad-right {
  padding-right: 5px;
}
/* Photos - Gallery */
#p_gallery .content-wrapper {
  background: #edf2f5;
}
#gallery-container {
  padding: 0 10px;
}
#gallery-container .col-md-3 {
  padding-right: 5px;
  padding-left: 5px;
}
#gallery-container .photo-container {
  display: inline-block;
  padding: 5px;
  margin-bottom: 10px;
  min-height: 355px;
}
#gallery-container .photo-container img {
  display: block;
  width: 100%;
  margin: 0 auto;
  z-index: 999;
  position: relative;
}
#gallery-container .photo-container .img-wrap {
  display: block;
  position: relative;
}
#gallery-container .photo-container .img-wrap:before,
#gallery-container .photo-container .img-wrap:after {
  content: "";
  position: absolute;
  z-index: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 100px / 5px;
}
#gallery-container .photo-container p {
  margin: 0;
}
#gallery-container .photo-container .date {
  font-size: 13px;
}
#gallery-container .photo-container .user {
  font-size: 13px;
}
#gallery-container .photo-container .user a {
  font-weight: 300;
}
#gallery-container .photo-container .photo-details {
  padding-left: 10px;
}
#gallery-container h3.title {
  font-size: 14px;
  margin: 10px 0 3px;
}
.photo-details-page h3.title {
  font-size: 18px;
}
.photo-details-page .user {
  font-size: 14px;
}
.photo-details-page .action-buttons {
  margin-top: 20px;
}
#main-nav {
  border-style: none;
  border-radius: 0;
  margin-bottom: 0;
}
#main-nav .navbar-brand {
  padding-top: 10px;
  padding-bottom: 0;
  height: auto;
}
#main-nav .navbar-nav {
  margin-top: 0px;
}
#main-nav .navbar-nav a {
  font-size: 18px;
}
#main-nav .navbar-nav .active {
  position: relative;
  background: white;
}
#main-nav .navbar-nav .active a {
  font-weight: bold;
  background-color: inherit;
  font-size: 16px;
  font-weight: 600;
}
#main-nav .navbar-toggle {
  border-style: none;
  background-color: transparent;
}
#main-nav .navbar-toggle .icon-bar {
  background-color: #fff;
}
#main-nav li:last-of-type {
  border-right-style: none;
  margin-right: 10px;
}
#main-nav li a {
  color: #fff !important;
  padding: 20px 0;
  margin: 0 15px;
  border-bottom: 4px solid transparent;
  transition: all 0.2s ease;
}
#main-nav li a:hover {
  border-bottom: 4px solid rgba(3, 83, 142, 0.8);
}
#p_ #main-nav li.p_ a,
#p_destination #main-nav li.p_destination a,
#p_cruise #main-nav li.p_cruise a,
#p_forum #main-nav li.p_forum a,
#p_blog #main-nav li.p_blog a,
#p_gallery #main-nav li.p_gallery a {
  border-bottom: 4px solid #F5A900;
}
#main-nav .search-box {
  width: 100%;
  /*background-color: @nav-search-box-background;*/
  border-radius: 3px;
  border: 1px solid #b5dff4;
  margin: 10px 0 15px 0;
  background-color: #fff;
  width: 18em;
}
#main-nav .search-box input {
  /*background-color: @nav-search-box-background;*/
  border-style: none;
  font-size: 1em;
  font-style: italic;
  box-shadow: none;
  background: #ffffff url('/resources/img/google_custom_search_watermark.gif') no-repeat 0 50%;
}
#main-nav .search-box input:focus {
  background-image: none;
}
#main-nav .search-box .btn {
  background-color: transparent;
}
#main-nav .search-box i {
  color: #039ad9;
  cursor: default;
}
#main-nav-content {
  border-style: none;
}
/* PAGE SEARCH BOX */
#search-box {
  margin: 0 0 30px 0;
}
#search-box h2 {
  color: #fff;
  text-align: center;
  margin: 0 0 15px 0;
  padding: 0;
  text-shadow: -1px -1px 0 #666666, 1px -1px 0 #666666, -1px 1px 0 #666666, 1px 1px 0 #666666;
}
#search-box .input-group-container {
  border: 1px solid rgba(3, 155, 219, 0.5);
  background-color: rgba(3, 155, 219, 0.5);
  padding: 3px;
  border-radius: 5px;
}
#search-box .input-group-container .input-group {
  border-radius: 3px;
  padding: 3px;
  background-color: rgba(255, 255, 255, 0.9);
}
#search-box .input-group-container .input-group .input-group-addon {
  border-style: none;
  background-color: transparent;
  color: #039bdb;
}
#search-box .form-control {
  border-style: none;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}
#search-box .btn {
  text-transform: uppercase;
  font-weight: bold;
}
#p_ #search-box h2 {
  font-size: 2em;
}
/* MAIN CONTENT */
#content-container {
  padding-bottom: 20em;
}
.home-page .content-wrapper {
  border-radius: 5px;
  background: #f5f7f9;
}
.home-page .top-description {
  color: white;
  text-align: center;
  margin-bottom: 50px;
}
.home-page .top-description h1 {
  font-size: 30px;
  font-weight: 500;
}
.home-page .top-description p {
  color: rgba(250, 250, 250, 0.7);
  font-size: 18px;
  font-weight: 300;
}
.home-page .top-description .btn {
  font-size: 14px;
  font-weight: 300;
  color: rgba(250, 250, 250, 0.7);
  padding: 10px 25px;
  transition: all 0.2s ease;
  margin-bottom: 10px;
}
.home-page .top-description .btn span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: white;
}
.home-page .top-description .btn:hover {
  background: #024475;
}
.home-page .top-description .btn.write {
  background: #008de0;
}
.home-page .content-secondary .container {
  width: initial;
  padding: 0;
}
.home-page .content-secondary .container .btn {
  border-radius: 3px !important;
}
.home-page .content-secondary .container .btn span {
  display: none !important;
}
.home-page .content-secondary .container #search-box {
  margin-bottom: 17px;
}
/* Homepage Forum Dashboard */
.home-forum-block {
  position: relative;
}
.home-forum-block h2 {
  padding: 15px;
}
.home-forum-block .block {
  background: white;
  border-radius: 5px;
  margin-bottom: 15px;
  border: 1px solid #eee;
}
.home-forum-block .block h3 {
  border-bottom: 2px solid #eee;
  padding: 10px 15px;
  font-size: 18px;
  margin-top: 0;
}
.home-forum-block .block .block-content {
  padding: 0;
}
.home-forum-block .latest-posts .label-info {
  display: none;
}
.online-users {
  position: absolute;
  top: 5px;
  right: 18px;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  padding: 10px 0 10px;
}
.online-users .number {
  font-weight: bold;
}
.online-users .number:before {
  display: inline-block;
  content: '';
  border-radius: 50%;
  background: #24dba1;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
.online-users p {
  margin: 0;
}
.home-forum-block .latest-posts h3 {
  margin-bottom: 3px;
}
.latest-items {
  padding: 9px 0;
  border-bottom: 2px solid #eee;
}
.latest-items .post-count-wrap {
  text-align: center;
}
.latest-items .post-count {
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
  color: #666;
}
.latest-items .post-count:before {
  display: block;
}
.latest-items .post-count .text {
  display: none !important;
}
.latest-items p {
  margin-bottom: 0;
}
.latest-items h4 {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
}
.latest-items:last-child {
  border-bottom: none;
}
.active-users h3 .small {
  color: #aaa;
  float: right;
  position: relative;
  top: 4px;
}
.active-users .list-item {
  padding: 4px 20px;
  overflow: hidden;
}
.active-users .list-item div {
  display: inline-block;
}
.active-users .list-item .rank {
  color: #03538e;
  position: relative;
  top: -5px;
  font-size: 20px;
  margin-right: 8px;
}
.active-users .list-item .post-count {
  font-size: 12px;
}
.active-users .list-item .post-count:before {
  font-size: 12px;
  color: #888;
  position: relative;
  top: -1px;
}
.active-users .list-item .post-count .text {
  font-weight: 600;
  color: #888;
}
.active-users .list-item .avatar {
  position: relative;
  top: -3px;
  margin-right: 5px;
}
.popular-categories ol {
  padding-left: 15px;
}
.popular-categories li {
  list-style: none;
}
.popular-categories li a {
  display: block;
  color: #444;
  font-weight: 500;
  padding: 3px 0;
}
.place {
  padding: 0;
  /*margin:15px 0;*/
  overflow: hidden;
}
.place .btn {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.place .image {
  border-radius: 3px;
  overflow: hidden;
  padding: 0;
  margin: 0 0 10px 0;
  height: 69px;
}
.place .image img {
  height: 100%;
  max-width: 100%;
}
.place .title {
  color: #039bdb;
  font-size: 1.1em;
}
.place .place-content {
  /*padding: 10px;*/
}
.place .place-content .name {
  font-weight: bold;
  font-size: 1.5em;
  margin: 0;
  padding: 0;
}
.place .place-content .ranking {
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 1.1em;
  color: #666;
}
.place .place-content .ranking .ranking-value {
  color: #039bdb;
  font-size: 1.1em;
}
.place .place-content .ranking .ranking-value::before {
  content: '#';
}
.place .place-content .description {
  margin: 0 0 10px 0;
}
.place .place-content .place-review-overview {
  vertical-align: bottom;
  color: #666;
}
.place .place-content .place-review-overview .text {
  margin: 5px 0 0 0;
}
.place .place-content .place-review-overview .buttons {
  text-align: right;
}
.place .place-content .subtext {
  font-size: 0.85em;
  color: #666;
}
.place .place-content .review-count {
  color: #666;
}
.place .place-content .tips .tip {
  position: relative;
  color: #666;
  padding: 10px;
}
.place .place-content .tips .tip::before,
.place .place-content .tips .tip::after {
  position: absolute;
  font-size: 40px;
  color: #999;
  display: block;
}
.place .place-content .tips .tip::before {
  content: '\201c';
  top: 0;
  left: -10px;
}
.place .place-content .tips .tip::after {
  content: '\201d';
  bottom: -20px;
  right: 0;
}
.content-secondary .place .image {
  border-radius: 0;
}
#content .content-nav {
  font-weight: bold;
  text-align: right;
}
#content .content-nav .row {
  margin-bottom: 1.5em;
}
#content .content-nav .btn-default {
  background-color: #ffb622;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #F5A300;
  position: relative;
  top: -5px;
}
#content .content-nav .labels {
  text-align: left;
}
#content .content-nav .labels .label {
  margin-right: 3px;
}
#content .content-nav .dropdown-menu {
  left: auto;
  right: 0;
}
#content .content-main .tab-pane {
  margin: 0 0 30px 0;
  /*h2 {
                color: #fff;
                background-color: @main-colour;
                padding: 10px 20px;
                font-size: 20px;
                font-weight: 600;
                margin: 0;
                text-align: center;

                a {
                    color: #fff;
                }
            }*/
}
#content .content-main .tab-pane.active {
  display: block;
}
#content .content-main .tab-pane .tab-content {
  /*margin: @h2-size 20px 0 0;

                .row {
                    margin-left: 0;
                    margin-right: 0;
                }*/
}
#content .content-main .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
#content .content-main .form-horizontal .form-group input[type='file'] {
  width: 100%;
}
#content .content-main .review-overview {
  margin: 1.5em 0 30px 10px;
  padding: 0 0 20px 0;
  border-bottom: 1px dashed #d5d5d5;
}
#content .content-main .review-overview h3 {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 10px 0;
  clear: both;
}
#content .content-main .review-overview ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#content .content-main .review-overview ul li {
  margin-bottom: 10px;
}
#content .content-main .review-overview .breakdown .breakdown-text,
#content .content-main .review-overview .breakdown .breakdown-percent {
  padding-right: 0;
}
#content .content-main .review-overview .breakdown .progress {
  border-radius: 0;
  box-shadow: none;
  background-color: #eee;
  margin: 0;
}
#content .content-main .review-overview .breakdown .progress .progress-bar {
  background-color: #039bdb;
}
#content .content-main .review-overview .categories .category {
  width: 8em;
  display: inline-block;
}
#content .content-main .review-overview .categories .star {
  font-size: 1em;
}
#content .content-main .topic-list {
  background: #ecf0f3;
  margin: 10px 0 0 0;
  padding: 10px 0 15px;
}
#content .content-main .topic-list .review {
  margin-bottom: 0 !important;
}
#content .content-main .review-list {
  margin: 1.5em 0 0 0;
}
#content .content-main .review {
  margin: 0 0 10px 0;
  padding: 0;
}
#content .content-main .review .row {
  margin: 0 0 5px 0;
  padding: 0;
}
#content .content-main .review .author {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
  padding-right: 0;
  overflow: hidden;
}
#content .content-main .review .author .name {
  color: #666;
  line-height: 1.2;
}
#content .content-main .review .author .name a {
  color: #555;
}
#content .content-main .review .image {
  max-width: 100%;
}
#content .content-main .review .image img {
  max-width: 100%;
}
#content .content-main .review .review-content .content-box {
  padding: 10px;
  border-radius: 5px;
}
#content .content-main .review .review-content .rating {
  padding-left: 0;
}
#content .content-main .review .review-content .rating .title {
  font-size: 1.2em;
  margin-bottom: 5px;
  display: inline-block;
  color: #039bdb;
}
#content .content-main .review .review-content .category-rating {
  font-size: 0.85em;
  margin: 20px 0;
}
#content .content-main .review .review-content .category-rating .category-label {
  width: 8em;
  display: inline-block;
}
#content .content-main .review .review-content .category-rating .stars .star {
  font-size: 12px;
}
#content .content-main .review .review-content .alert {
  font-size: 0.85em;
  padding: 10px;
}
#content .content-main .review .review-content .alert a {
  font-weight: bold;
}
#content .content-main .review .review-content .labels {
  margin: 5px 0 0 0;
}
#content .content-main .review .review-content .labels .label {
  margin-right: 3px;
  margin-left: 5px;
  font-size: 0.85em;
}
#content .content-main .review .review-content .reply-to {
  font-weight: 600;
  color: black;
  font-size: 16px;
}
#content .content-main .review .review-content img {
  max-width: 90%;
}
#content .content-main .place-filter {
  margin-bottom: 15px;
  padding: 0;
}
#content .content-main .place-filter::after {
  content: '';
  display: block;
  clear: both;
}
#content .content-main .place-filter .form-control {
  border-radius: 0;
}
#content .content-main .place-filter .search-box .input-group {
  width: 100%;
}
#content .content-main .place-filter .search-box .btn {
  border-radius: 0;
  border: 1px solid #ccc;
  border-left-style: none;
}
#content .content-secondary {
  padding-top: 20px;
  overflow: hidden;
  border-radius: 5px;
}
#content .content-secondary #ads {
  display: block;
  width: 100%;
  height: 250px;
  margin: 0 0 20px 0;
}
#content .content-secondary .panel {
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
}
#content .content-secondary .panel .panel-heading {
  background-color: #567e9c;
  color: #fff;
  border-radius: 5px 5px 0 0;
  font-weight: 600;
  padding: 5px 10px;
  border-color: #4e6d7b;
}
#content .content-secondary .panel .panel-body {
  padding: 0;
}
#content .content-secondary .panel .panel-body p {
  padding: 10px;
  margin: 0;
}
#content .content-secondary .panel .place {
  margin: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
}
#content .content-secondary .panel .place .image {
  margin: 0;
}
#content .content-secondary .panel ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#content .content-secondary .panel ul li {
  margin: 0;
  padding: 10px;
  display: block;
  border-bottom: 1px solid #ddd;
}
#content .content-secondary .panel ul li .fa {
  color: #ffb622;
  width: 20px;
  font-size: 14px;
}
#content .content-secondary .profile {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f9fe+0,d6f0fd+100;White+3D+%232 */
  background: #f2f9fe;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f2f9fe 0%, #d6f0fd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f2f9fe 0%, #d6f0fd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f2f9fe 0%, #d6f0fd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f9fe', endColorstr='#d6f0fd', GradientType=1);
  /* IE6-9 */
}
#content .content-secondary .profile .panel-body {
  padding: 10px;
}
#content .content-secondary .profile img {
  max-width: 24px;
  vertical-align: bottom;
}
#content .content-secondary .profile .btn {
  font-weight: bold;
  text-transform: uppercase;
}
#content .content-secondary .stars .star {
  font-size: 12px;
}
#content .content-secondary .quote {
  font-size: 14px;
  color: #666;
  font-style: italic;
  position: relative;
  padding: 5px 7px;
  display: inline-block;
  margin: 0 5px 0 0;
}
#content .content-secondary .quote::before,
#content .content-secondary .quote::after {
  position: absolute;
  font-size: 30px;
  color: #999;
  display: block;
  font-style: normal;
}
#content .content-secondary .quote::before {
  content: '\201c';
  top: 0;
  left: -5px;
}
#content .content-secondary .quote::after {
  content: '\201d';
  bottom: -10px;
  right: -5px;
}
.btn-write-review {
  float: right;
  margin: 0 15px 20px 0;
  padding: 0 !important;
  position: relative;
  padding: 14px 20px;
  background: #eba509;
  display: inline-block;
  color: white;
  font-weight: 500;
  border-radius: 3px;
  font-size: 18px;
  transition: all 0.2s ease;
}
.btn-write-review span {
  display: inline-block;
  padding: 14px 20px 14px 80px;
  font-weight: 600px;
}
.btn-write-review .icon {
  padding: 0;
  width: 60px;
  background: url('/resources/img/pencil-icon.png') center center no-repeat #e37c04;
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 3px 0 0 3px;
}
.btn-write-review:hover {
  box-shadow: 0 0 0 8px rgba(245, 169, 0, 0.2) !important;
  color: white;
}
.btn-write-review:active,
.btn-write-review:focus {
  color: white;
}
.btn-write-review.small span {
  padding: 9px 15px 9px 65px;
}
.btn-write-review.small .icon {
  padding: 0;
  width: 50px;
}
.write-review-banner {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f9fe+0,d6f0fd+100;White+3D+%232 */
  background: url('/resources/img/write-review-bg.jpg') no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 60px 30px;
  margin-bottom: 30px;
  font-size: 16px;
  color: white;
  border-radius: 5px;
}
.write-review-banner h3 {
  font-family: 'Satisfy', cursive;
  font-size: 34px;
  font-weight: normal;
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
}
.write-review-banner a {
  margin-top: 20px;
  padding: 14px 20px;
  background: #eba509;
  display: inline-block;
  color: white;
  font-weight: 500;
  border-radius: 3px;
  font-size: 18px;
  transition: all 0.2s ease;
}
.write-review-banner a img {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.write-review-banner a:hover {
  background: #f6ae0e;
  box-shadow: 0 3px 6px 2px rgba(1, 39, 67, 0.8);
  text-decoration: none;
}
.write-review-banner p {
  font-weight: 300;
}
.write-review-banner img {
  max-width: 100%;
}
.write-review-banner.leave-review {
  background-image: url('/resources/img/leave-review-bg.png');
  background-color: white;
  border-radius: 30px;
  border: 4px solid #dae1e4;
  box-shadow: inset 0px 0px 0 8px white;
}
.write-review-banner.leave-review:after {
  content: '';
  width: 100px;
  height: 52px;
  background-image: url('/resources/img/leave-review-bubble2.png');
  position: absolute;
  bottom: 13px;
  left: 30px;
}
.write-review-banner.leave-review h3 {
  font-size: 44px;
  color: #0375cc;
}
.write-review-banner.leave-review p {
  color: #464646;
}
.write-review-banner.leave-review p strong {
  font-weight: bold;
  color: black;
}
.write-review-banner.leave-review .btn-write-review {
  float: none;
  margin-bottom: 0;
}
.nav-breadcrumb {
  background: #03538e;
}
/* Pop Over - Overlay */
.pop-over {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.pop-over .overlay {
  display: table-cell;
  vertical-align: middle;
}
.pop-over .pop-wrap {
  background: white;
  border-radius: 50%;
  width: 30%;
  text-align: center;
  margin: auto;
  width: 500px;
  height: 500px;
  background: url('/resources/img/popover-bg.png') no-repeat center center #ffffff;
  background-size: cover;
  border: 2px solid #f5a900;
}
.pop-over h2 {
  color: black;
  font-weight: 600;
  margin-top: 70px;
  margin-bottom: 0;
}
.pop-over h3 {
  margin-top: 0;
  font-weight: 300;
  font-size: 18px;
  padding: 0 80px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.pop-over .form-group {
  background: #f1f5f6;
  padding: 30px 40px;
  display: inline-block;
  border-radius: 60px;
}
.pop-over .form-control {
  display: inline-block;
  width: 200px;
  margin-right: 10px;
}
.pop-over p {
  font-size: 12px;
  color: #888;
  font-weight: 300;
  padding: 0 80px;
  margin-bottom: 20px;
}
.pop-over.promo h2 {
  margin-top: 60px;
}
.pop-over.promo h3 {
  font-size: 17px;
  margin-bottom: 15px;
}
.pop-over.promo .form-group {
  margin-bottom: 5px;
}
.promo2 .pop-wrap {
  border-radius: 0;
  width: 30%;
  text-align: center;
  margin: auto;
  width: 600px;
  height: 500px;
  background: white;
  border: 10px solid #083b61;
}
@media (max-width: 768px) {
  .promo2 .pop-wrap {
    width: 95%;
    height: auto;
    border: 5px solid #083b61;
  }
}
.promo2 .top {
  padding: 15px 0;
  background: url('/resources/img/background-top.png') no-repeat center center;
  background-size: cover;
}
.promo2 .deals {
  margin-bottom: 10px;
}
.promo2 .deals img {
  width: 100%;
}
.promo2 h2 {
  color: white;
  margin-top: 0;
  padding-bottom: 3px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.promo2 h3 {
  color: white;
  margin-top: 0;
  font-weight: 300;
  font-size: 15px;
  padding: 0;
  margin-bottom: 20px;
  line-height: 1.2;
}
.promo2 .form-group {
  background: #fff;
  padding: 1px 3px 3px;
  display: inline-block;
  border-radius: 0;
}
@media (max-width: 350px) {
  .promo2 .form-group {
    background: transparent;
  }
}
.promo2 .form-control {
  display: inline-block;
  width: 200px;
  margin-right: 5px;
  border: none;
}
@media (max-width: 350px) {
  .promo2 .form-control {
    margin-bottom: 5px;
  }
}
.promo2 p {
  font-size: 11px;
  color: #888;
  font-weight: 300;
  padding: 0 50px;
  margin-bottom: 3px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .promo2 p {
    padding: 0 10px;
  }
}
.promo2 .no-thanks {
  font-weight: 800;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.promo2 .btn-default {
  background: #1b9bdd;
  text-transform: uppercase;
}
.tech-slideshow {
  height: 60px;
  max-width: 330px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  box-shadow: inset 0 10px 30px white;
}
.shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+2,ffffff+10,ffffff+90,ffffff+98&1+2,0+10,0+90,1+98 */
  background: -moz-linear-gradient(left, #ffffff 2%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, #ffffff 98%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 2%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, #ffffff 98%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 2%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, #ffffff 98%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}
.tech-slideshow .mover {
  height: 60px;
  width: 1670px;
  background: url('/resources/img/logos.jpg');
  background-size: 1520px 60px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
.tech-slideshow .mover-1 {
  animation: moveSlideshow 20s linear infinite;
}
.tech-slideshow .mover-2 {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  background-position: 0 -200px;
  animation: moveSlideshow 15s linear infinite;
}
@keyframes moveSlideshow {
  100% {
    transform: translateX(-66.6666%);
  }
}
/*@media (max-width: @screen-xs-max) {
    .pop-over {
        display: none !important;
    }
}*/
/* Forum */
.tab-pane h2 {
  padding: 0;
}
/* Table Style */
.category-wrap {
  border-bottom: 2px solid #eee;
  margin-bottom: 20px;
}
.forum-home-page .category-wrap {
  border-bottom: none;
  margin-bottom: 0;
}
.forum-home-page .category-wrap:last-child {
  border-bottom: 2px solid #eee;
}
.category-items {
  padding: 10px 0;
  border: 2px solid #eee;
  border-top: none;
}
.category-items:last-child {
  border-bottom: none;
}
.category-items .category-description {
  margin: 0 0 4px;
  font-size: 15px;
}
.category-items .folder-link-wrap {
  padding-left: 25px;
}
@media (max-width: 768px) {
  .category-items .folder-link-wrap {
    padding-left: 0;
  }
}
.category-items .folder-link {
  font-weight: 600;
  font-size: 16px;
  /*&::before {
            content: "\f061";
            font-family: FontAwesome;
            font-size: 16px;
            color: #F5A300;
            font-weight: normal;
            display: inline-block;
            width: 20px;
        }*/
}
.category-items .last-post {
  font-size: 12px;
}
.category-items .last-post .title {
  font-size: 14px;
  line-height: 1.1;
  color: #255171;
}
.category-items .fa {
  position: absolute;
  left: 10px;
  top: 3px;
  color: #ddd;
}
.category-items .fa:before {
  font-size: 18px;
}
@media (max-width: 768px) {
  .category-items .fa {
    display: none;
  }
}
.category-items .count {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .category-items .count {
    padding-left: 0;
  }
}
.category-items .count strong {
  font-weight: 500;
}
.last-post {
  font-weight: 300;
  font-size: 13px;
  color: #888;
}
.last-post a {
  color: #555;
  font-weight: 600;
}
.forum-members-table .avatar {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.forum-members-table .avatar .fa {
  font-size: 36px;
}
.forum-members-table .avatar img {
  max-width: 100%;
  height: initial;
}
/* Topics Page */
.sticky-topic .last-post {
  margin-bottom: 5px;
}
.sticky-topic .label-info {
  font-size: 10px;
  position: relative;
  top: -3px;
  margin-right: 5px;
}
.sticky-topic .title a {
  font-size: 17px;
}
.sticky-topic .review-content p {
  font-size: 14px;
  line-height: 1.2;
}
.btn-warning {
  background: #f5a900;
}
#forum-topic {
  margin-bottom: 40px;
}
.user-name {
  color: #666;
  line-height: 1.2;
  font-weight: 600;
  font-size: 14px;
  padding-top: 6px;
}
.user-name a {
  color: #555;
  overflow-wrap: break-word;
  word-wrap: break-word;
  display: block;
  clear: both;
}
.op-post-wrap {
  border-bottom: 2px solid rgba(28, 53, 72, 0.1);
}
.op-post-wrap .uploaded-files {
  margin-top: 20px;
}
.op-post-wrap .uploaded-files .gallery-photo {
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.op-post {
  padding: 20px 0;
}
.op-post-count {
  position: absolute;
  right: 0;
  top: 10px;
}
.op-post-count .post-count {
  margin-right: 10px;
  font-size: 14px;
}
.op-post-count .post-count:before {
  font-size: 16px;
}
.op-post-count .label {
  position: relative;
  top: -1px;
}
.post-content {
  margin-bottom: 10px;
}
.op-title {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 4px solid #0375cc;
}
.op-title a {
  color: #222;
  font-size: 24px;
  font-weight: 300;
  padding-right: 80px;
  display: block;
}
.post-content img {
  max-width: 100%;
}
.op-reply .topic-item {
  border-bottom: 1px solid rgba(28, 53, 72, 0.05);
  background: #f4f7f9;
  padding: 20px 0;
}
.op-reply .reply-title {
  margin-bottom: 5px;
}
.op-reply .reply-title a {
  color: #444;
  color: black;
  font-weight: 600;
}
.op-reply .reply-title:after {
  content: '';
  display: block;
  clear: both;
}
.op-date,
.op-date a {
  color: #999;
  padding-top: 4px;
  font-weight: 300;
  line-height: 1.1;
  font-size: 13px;
}
/* Pagination */
.pagination > li > a,
.pagination > li > span {
  padding: 3px 10px;
}
#p_forum .pagination > li > a,
.pagination > li > span {
  border: 2px solid #ECF0F3;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  border-color: #ECF0F3;
  background: #0375cc;
}
.topic-pagination {
  background: #eee;
}
#tabs {
  text-align: left;
  list-style-type: none;
  margin: 0 0 10px;
  padding: 0;
  font-weight: bold;
}
#tabs li {
  display: inline-block;
  margin: 0 15px 10px 15px;
  padding: 0;
  white-space: nowrap;
}
#tabs li.active > a {
  color: #000;
  cursor: default;
}
#tabs li {
  margin-right: 0;
}
#tabs li a {
  padding: 5px 10px;
}
#tabs li.active a {
  background: #eef2f6;
}
#tabs a {
  color: #039bdb;
  text-decoration: none;
}
.destination-description-box {
  position: relative;
}
.destination-description-box .banner-container {
  position: absolute;
  left: 51%;
  bottom: 15px;
  width: 95%;
}
.destination-description-box .banner-container .banner {
  display: block;
  position: relative;
  left: -50%;
}
.destination-description-box .banner-container .banner img {
  border: 1px solid #eee;
}
@media (max-width: 768px) {
  .destination-description-box .banner-container {
    display: none;
  }
}
.destination-description-box .text {
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .destination-description-box .text {
    padding-bottom: 0;
  }
}
.description-box {
  border-radius: 5px;
  margin: 15px 0;
  overflow: hidden;
}
.description-box::after {
  content: '';
  display: block;
  clear: both;
}
.description-box img {
  max-width: 100%;
}
.description-box .memberships {
  margin-bottom: 10px;
}
.description-box .image {
  padding-left: 0;
  padding-right: 0;
}
.description-box .image img {
  width: 100%;
}
#p_forum .description-box .image {
  padding: 20px 10px;
  margin: 0;
}
.description-box .small-description {
  padding-top: 15px;
}
.description-box .small-description .place-name {
  font-weight: bold;
  font-size: 1.1em;
}
.description-box .small-description .place-address {
  font-size: 0.85em;
  color: #666;
}
.description-box .description {
  padding-left: 30px;
  padding-bottom: 20px;
}
.description-box .description .text {
  margin: 10px 0 0 0;
}
.description-box h2 {
  margin-bottom: 5px;
  font-size: 26px;
}
.description-box h3 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0;
  color: #666;
}
.description-box .ranking-value {
  color: #039bdb;
  font-size: 1.2em;
}
.description-box .ranking-value::before {
  content: '#';
}
.description-box .extra-info {
  color: #666;
  font-size: 0.85em;
}
.description-box .extra-info .fa {
  color: #888;
  width: 20px;
  font-size: 14px;
  text-align: center;
}
#p_destination .description-box,
#p_cruise .description-box {
  padding: 0;
  margin: 0 0 30px;
}
#book ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#book ul li {
  margin: 0 0 10px 0;
  padding: 10px;
}
#book ul .row {
  padding: 0;
}
#book ul .row div[class*=col-] {
  padding: 0;
}
#book ul img {
  max-width: 80px;
}
#book ul .buttons {
  text-align: right;
}
#book ul .buttons .btn {
  border-style: none;
  text-transform: uppercase;
  font-weight: bold;
}
/* FORUM LOGIN */
#forum-login .panel {
  border-style: none;
  box-shadow: none;
}
#forum-login .panel-heading {
  background-color: inherit;
  color: #039bdb;
  border-style: none;
  padding: 0;
}
#forum-login .panel-title {
  font-size: 1.5em;
}
#forum-login .btn {
  text-transform: uppercase;
  border-style: none;
  font-weight: bold;
}
.topic-info .metadata {
  margin: 0 0 20px 0;
  color: #999;
  font-size: 0.9em;
}
.topic-info .metadata .author {
  font-weight: bold;
}
.topic-info img {
  max-width: 90%;
}
.review-page-top {
  background: url('/resources/img/write-review-big-bg.png') no-repeat center center #023c69;
  background-size: cover;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.review-page-top h2 {
  color: white;
  font-family: 'Satisfy', cursive;
  font-size: 34px;
  font-weight: normal;
  padding: 30px 0 5px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
.review-page-top p {
  color: white;
  margin-bottom: 30px;
}
.review-page-top .default-image {
  margin-top: 30px;
  text-align: center;
}
.review-page-top .image {
  margin: 20px 0;
  position: relative;
  border-radius: 3px 3px 0 0;
}
.review-page-top .image img {
  border-radius: 3px;
  width: 100%;
}
.review-page-top .place-name {
  position: absolute;
  bottom: 0;
  background: white;
  padding: 0;
  width: 100%;
  text-align: center;
  border-radius: 0 0 3px 3px;
  line-height: 1.2;
  padding: 3px 0;
  font-size: 14px;
  font-weight: 600;
}
.review-page-top .place-name a {
  color: black;
}
.review-page-top .place-address {
  font-size: 11px;
  font-weight: 400;
}
.review-page .form-group {
  background: white;
  padding: 20px;
}
.review-page .form-group label {
  padding-top: 0;
}
#p_review .content-wrapper {
  /*background: @light-blue-bg;*/
}
.review-form {
  border: 2px solid #ecf0f3;
}
.review-form .tab-pane {
  margin-bottom: 0 !important;
}
.review-form .file-upload-container {
  padding: 20px;
  margin-bottom: 0;
}
.review-form .file-upload-container label {
  padding: 0;
}
.review-form .disabled {
  opacity: 0.4;
}
.review-form .top {
  background: #f4f7f9;
  padding: 30px 60px;
  text-align: center;
}
.review-form .top .destination,
.review-form .top .hotel {
  padding: 10px 30px;
}
.review-form .top .destination img,
.review-form .top .hotel img {
  position: relative;
  top: -2px;
  margin-right: 7px;
}
.review-form .top .destination label,
.review-form .top .hotel label {
  margin-right: 10px;
  font-size: 20px;
  font-weight: normal;
  padding-top: 0;
  position: relative;
  top: 2px;
  min-width: 130px;
  text-align: left;
}
.review-form .top .destination input,
.review-form .top .hotel input {
  border-radius: 50px;
}
.review-form .top .destination .awesomplete,
.review-form .top .hotel .awesomplete {
  width: 250px;
}
.review-form .top .form-group {
  margin-bottom: 0;
}
.review-form .input-group {
  width: 100%;
}
.review-form .select {
  width: 100%;
}
.review-form .block {
  border-top: 2px solid #ecf0f3;
  padding: 30px 60px;
}
.review-form #destination-review-title {
  cursor: pointer;
}
.review-form h3 {
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #03538e;
}
.review-form h3 span {
  font-size: 14px;
  color: #aaa;
  padding-left: 5px;
}
.review-form textarea {
  height: 150px;
}
.review-form .btn-default {
  font-size: 18px;
  padding: 8px 20px;
}
#review-form .category-rating .category-label {
  width: 8em;
  display: inline-block;
}
#review-form .category-rating .rating {
  display: inline-block;
  cursor: pointer;
  font-size: 24px;
}
#review-form .category-rating .rating .star {
  font-size: 1em;
}
#review-form .category-rating .rating .remove-rating {
  margin: 0 0 0 10px;
  color: #ccc;
}
#review-form .category-rating .rating .remove-rating:hover {
  color: #999;
}
#review-form .file-preview {
  height: 80px;
  width: 80px;
  position: relative;
  border: 1px solid #015fa7;
  margin: 5px;
}
#review-form .delete-review-file-container {
  position: relative;
  border: 1px solid #015fa7;
  margin: 5px;
  display: inline-block;
}
#review-form .delete-review-file-container .delete-review-file-overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 95, 167, 0.6);
  cursor: pointer;
  color: red;
  font-size: 70px;
  text-align: center;
  line-height: 80px;
  font-weight: bold;
  display: none;
}
#review-form .delete-review-file-container img {
  height: 100%;
  margin: 0;
}
#review-form .remove-files {
  margin-top: 10px;
}
.agent-description-box .image {
  padding-left: 15px;
  padding-top: 20px;
}
.get-cruising-h {
  margin-top: 15px;
  border: 1px solid #eee;
  font-size: 16px;
  border-radius: 6px;
  display: inline-block;
  padding-right: 20px;
}
.get-cruising-h img {
  display: inline-block;
  position: relative;
  top: -2px;
}
.get-cruising-h p {
  font-weight: 600;
  color: #004196;
  position: relative;
  display: inline-block;
  margin: 0;
  background: #66B0ED;
  padding: 7px 30px 7px 20px;
  border-radius: 6px 20px 20px 6px;
  margin-right: 20px;
  /*&:after {
            content: '';
            display: inline-block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 20px 0 20px 8px;
            border-color: transparent transparent transparent #66B0ED;
            position: absolute;
            right: -7px;
            top:0;

        }*/
}
.get-cruising-h .fa {
  font-size: 16px;
}
.get-cruising-h span {
  padding-left: 5px;
  font-size: 18px;
  color: white;
}
.get-cruising-h a {
  text-decoration: none;
}
.get-cruising-s {
  background: #66B0ED;
  position: relative;
  margin-bottom: 15px;
}
.get-cruising-s > img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  border-radius: 6px 0 0 6px;
}
.get-cruising-s .text-wrap {
  padding-left: 160px;
  display: inline-block;
}
.get-cruising-s p {
  background: transparent;
  display: block;
}
.get-cruising-s p:after {
  display: none;
}
.gc-ad {
  margin-bottom: 15px;
  display: block;
}
/* FOOTER */
#footer {
  display: block;
  color: #fff;
  padding: 50px 0;
  margin: 20px 0 0 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
#footer h3 {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 5px 0;
  padding: 0;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#footer ul li {
  margin: 0 0 5px 0;
  padding: 0;
}
#footer a {
  color: #fff;
}
#footer .copyright {
  font-size: 0.85em;
  font-weight: bold;
}
#footer .copyright img {
  display: block;
  max-width: 100%;
}
.uploaded-files {
  margin-bottom: 5px;
}
.uploaded-files .review-preview-image {
  display: inline-block;
  border: 1px solid #e4e4e4;
  padding: 4px 0;
  margin: 1px;
  border-radius: 2px;
  text-align: center;
  margin-right: 5px;
}
.social-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.8em;
}
.social-links li {
  display: inline-block;
  margin: 0 5px 5px 0;
}
button.zocial {
  border: none;
}
#forum-login button.zocial {
  margin-right: 10px;
}
#colorbox img {
  max-width: 100%;
  margin-bottom: 10px;
}
#cboxClose {
  font-size: 20px;
}
#cboxLoadedContent {
  margin-bottom: 30px;
}
.write-review-container #cboxTopLeft,
.write-review-container #cboxTopCenter,
.write-review-container #cboxTopRight,
.write-review-container #cboxMiddleLeft,
.write-review-container #cboxMiddleRight,
.write-review-container #cboxBottomLeft,
.write-review-container #cboxBottomCenter,
.write-review-container #cboxBottomRight {
  display: none;
}
.write-review-container #cboxContent {
  background: transparent;
}
.write-review-container #cboxClose {
  bottom: 30px;
}
#cboxOverlay.write-review-container {
  opacity: 0.5 !important;
}
#colorbox.write-review-container #cboxContent {
  float: none !important;
  margin: 0 auto;
}
.alert.alert-danger {
  white-space: pre-line;
}
.top-list h3 {
  font-size: 1.2em;
  font-weight: normal;
  margin: 0 0 10px 0;
  padding: 0;
  color: #666;
}
.top-list ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
  counter-reset: list;
}
.top-list li {
  counter-increment: list;
  margin: 0;
  padding: 0;
}
.top-list li::before {
  content: counter(list);
  width: 1.5em;
  display: inline-block;
  text-align: center;
  margin: 0 5px 0 0;
  font-weight: bold;
  font-size: 1.5em;
  vertical-align: middle;
  color: #e9c108;
}
@media (max-width: 767px) {
  .center-xs {
    text-align: center;
  }
  .social-profile .social-icons {
    border-right: none;
    margin-right: 0;
  }
  .get-cruising-h {
    padding-right: 0;
  }
  .get-cruising-h p {
    display: block;
    margin-right: 0;
    border-radius: 6px 6px 0 0;
  }
  .get-cruising-h p a {
    display: block;
  }
  .get-cruising-h img {
    margin: 8px 0 5px 8px;
  }
}
@media (max-width: 991px) {
  .review-form .top {
    padding: 10px 15px;
  }
  .review-form .block {
    padding: 30px 15px;
  }
  .center-xs {
    text-align: center;
  }
  .btn-write-review {
    float: none;
  }
  .container {
    width: auto;
  }
  #content-container {
    padding-bottom: 40em;
  }
  #breadcrumbs .fa {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
  }
  #breadcrumbs .fa::before {
    display: none;
  }
  #breadcrumbs .fa > span {
    display: block;
  }
  .nav-breadcrumb li a {
    padding: 5px 15px;
    float: none;
    background-color: transparent;
    font-weight: 600;
  }
  .nav-breadcrumb li a:before {
    content: "\f104";
    font-family: FontAwesome;
    display: inline-block;
    border-style: none;
    margin: 0 10px 0 0;
    position: static;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
  }
  .content-box,
  .description-box {
    box-shadow: 0 5px 5px -5px #cccccc;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .content-box .content {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  #main-nav li a {
    font-size: 17px !important;
    margin: 0 7px;
  }
  #main-nav .search-box {
    width: 11em;
  }
}
@media (min-width: 768px) {
  #content .content-secondary {
    border-top-style: none;
    padding-top: 0;
  }
  #main-nav .container {
    position: relative;
  }
  #main-nav .container .search-box {
    margin: 0;
    position: absolute;
    top: 7px;
    right: 15px;
  }
  .author-wrap {
    margin-left: 8px;
  }
  .user-name {
    padding-top: 0;
  }
  .feature-action {
    margin-top: 37px;
  }
  .file-container .action-buttons {
    margin-top: 0 !important;
    text-align: right !important;
  }
}
@media (min-width: 992px) {
  #content .content-main {
    padding-right: 10px;
  }
  #content .content-main .tab-pane {
    /*margin-top: (@h2-size / 2);
                position: relative;
                padding: @h2-size 0 10px 0;
                */
    /*h2 {
                    position: absolute;
                    top: -(@h2-size / 2);
                    left: -15px;
                }*/
  }
  #content .content-main .tab-pane .tab-content {
    margin-right: 0;
  }
  #content .content-main .tab-pane.tab-pane-compact {
    border-top-style: none;
    margin-top: 0;
    padding-top: 0;
  }
  #forum-login .panel {
    padding: 0 25px;
  }
  .forum-title-wrap h2 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  #content-secondary .map a {
    display: block;
  }
  #content-secondary .map a img {
    width: 100%;
  }
  .default-bg.forum-bg {
    background-size: initial;
  }
}
@media (max-width: 767px) {
  #expert-opinion {
    float: none;
    width: 100%;
    margin: inherit;
  }
  .dropdown-menu {
    left: auto;
    right: 0;
  }
  .agent-banner {
    display: none;
  }
  #content .content-secondary #ads {
    display: none;
  }
  #main-nav li a {
    padding: 15px 0 10px 0;
    margin: 0 15px;
  }
  #main-nav .search-box {
    width: 100%;
  }
  .topic-actions .btn-default {
    margin-bottom: 5px;
  }
  .latest-items .post-count:before {
    display: inline-block;
    padding-right: 3px;
  }
  .latest-items .post-count-wrap {
    text-align: left;
  }
}
@media (max-width: 450px) {
  .profile-user-details {
    text-align: center;
  }
  .profile-user-details .avatar {
    float: none !important;
  }
  .profile-user-details .sign-out {
    display: block;
  }
  .online-users {
    position: static;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    padding: 0 15px;
  }
}
