html,
body {
    height: 100%;
    /*background-color: #d7d2cb;*/
    
    background-color: #ffffff;
}
.page-wrap {
    min-height: 100%;
    margin-bottom: -50px;
    /* equal to footer height */
}
.page-wrap:after {
    content: "";
    display: block;
}
.site-footer,
.page-wrap:after {
    height: 50px;
}
body.home .site-footer a {
    color: #fff;
}
body.home .page-wrap {
    background-image: url(../images/journey-together-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    color: #fff;
}
.login {
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
    border-radius: 5px;
    color: #333;
}
.welcome .login h1 {
    font-size: 30px;
    margin-bottom: 30px;
}
.nav-tabs.login-tabs > li > a {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    border: 0px;
    color: #002340;
}
.nav-tabs.login-tabs > li > a,
.nav-tabs.login-tabs > li > a:hover,
.nav-tabs.login-tabs > li > a:focus,
.nav-tabs.login-tabs > li,
.nav-tabs.login-tabs > li:hover,
.nav-tabs.login-tabs > li:focus {
    border: 0px;
}
.nav > li > a {
	padding: 10px 12px;
}
.login-tabs.nav-tabs > li.active a {
    background: #002340;
    color: #fff;
}
.welcome {
    padding-top: 3%;
}
.welcome h1 {
    font-size: 50px;
}
.welcome h1 small {
    color: #fff;
}
.form-horizontal .control-label {
    text-align: left;
}
.presentation ul.files {
  padding-left: 0;
}
.moduletable h3,
.tile h3 {
    font-weight: bold;
    font-size: 14px;
    color: #002340;
    text-transform: uppercase;
}
.edit-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 14px;
}
.dropdown-menu .edit-icon {
	position: initial;
}
.icons {
	display: none;
}
.delete-icon {
    position: absolute;
    top: 5px;
    right: 30px;
    font-size: 14px;
}
.moduletable .edit-icon {
    margin-top: -35px;
}
.moduletable.latest-classifieds .edit-icon {
    margin-top: 0px;
}

.edit-icon-content {
    margin-top: -35px;
    font-size: 16px;
}
.rssocial-sharing {
    padding: 0;
}
.rssocial-right {
    margin: 0;
}

/* ==== POLLS ==== */
.rp-poll-wrapper .radio, #cj-wrapper .radio {
	margin-left: 20px;
}
#cj-wrapper .navbar-default {
		margin-bottom: 20px;
		background: transparent;
		box-shadow: 0px 0px 0px;
		border: 0px;
}
#cj-wrapper .navbar-default a {
	color: #fff;
	margin-right: -30px;
	border-radius: 5px;
	background: #002340;
}
#cj-wrapper .navbar-nav li.dropdown {
	display: none;
}
#cj-wrapper .navbar-nav li {
	display: block;
}
#cj-wrapper .navbar-header{
	display: none;
}
#cj-wrapper .page-header {
	border-bottom: 0px;
	margin: 20px 0;
}
#cj-wrapper.poll-details .page-header {
	float: left;
}
.poll-answer-data-row .btn-group .btn {
	display: block !important;
}
#cj-wrapper input.input-order, #cj-wrapper label {
	display: inline-block !important;
}

/* ==== Pagination ==== */
.member-directory .cck_page_items {
	clear: left;
	float: left;
	display: block;
	width: 100%;
}
.pagination {
	display: block;
	width: 100%;
	float: left;
}

.pagination ul {
  display: inline-block;
  padding-left: 15px;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > ul > li {
  display: inline;
}
.pagination > ul > li > a,
.pagination > ul > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > ul > li:first-child > a,
.pagination > ul > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > ul > li:last-child > a,
.pagination > ul > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > ul > li > a:hover,
.pagination > ul > li > span:hover,
.pagination > ul > li > a:focus,
.pagination > ul > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > ul > .active > a,
.pagination > ul > .active > span,
.pagination > ul > .active > a:hover,
.pagination > ul > .active > span:hover,
.pagination > ul > .active > a:focus,
.pagination > ul > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > ul > .disabled > span,
.pagination > ul > .disabled > span:hover,
.pagination > ul > .disabled > span:focus,
.pagination > ul > .disabled > a,
.pagination > ul > .disabled > a:hover,
.pagination > ul > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* ==== Custom Styles ==== */

.mobileSkin .mceListBox .mceText,
.mobileSkin .mceSplitButton a.mceOpen,
.mobileSkin .mceSplitButton a.mceAction,
.mobileSkin .mceListBox .mceOpen {
    width: auto !important;
    height: auto !important;
}
.quick-specs {
    padding: 15px 0;
    background: #D7D2CB;
    color: #002340;
    font-weight: bold;
    text-align: center;
}
.quick-specs .cck_module_list .list-unstyled {
    margin-bottom: 0;
}
.posted-by .list-unstyled li:before {
    content: "Posted by: ";
}
.cck_cm_blog_list li .tile,
.latest-classifieds li .tile,
.cck_cm_journeys_list li .tile {
    padding-bottom: 15px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.cck_cm_blog_list li:last-child .tile,
.latest-classifieds li:last-child .tile,
.cck_cm_journeys_list li:last-child .tile {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.cck_module_desc {
    font-weight: bold;
}
.small-text {
    font-size: 10px;
    color: #ccc;
}
.medium-text, .cck_freetext_terms_and_conditions, #user_terms_and_conditions label {
	font-size: 13px;
	color: #333;
}
.cck_freetext_terms_and_conditions {
  padding-top: 15px;
  padding-bottom: 15px;
}
#user_terms_and_conditions input,
#user_terms_and_conditions label{
	display: inline-block !important;
    vertical-align: middle;
	font-size: 12px;
}
#user_terms_and_conditions input {
	margin: -5px 3px 0 0;
	padding-right: 5px;
}
.list-unstyled ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.user-nav .nav-pills > li > a {
    border: 2px solid #fff;
}
.user-nav .nav-pills > li > a,
.user-nav .btn {
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
}
.user-nav .nav-pills > li > a:hover,
.user-nav .nav-pills > li > a:focus {
    color: #000;
    text-shadow: 0px 0px 0px;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background: #002340;
    text-shadow: none;
    border: 0;
    color: #fff;
}
.btn-link p {
    margin-bottom: 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background: #fff;
    text-shadow: none;
    border: 2px solid #fff;
    color: #002340;
}
.user-nav .logout-button .btn {
    padding: 10px 15px;
}
#login-form .controls {
    margin-bottom: 8px;
}
#login-form .nav-pills > li > a {
    padding: 0;
    margin: 0;
}
#login-form .nav-pills > li {
    clear: left;
}
#login-form .nav-pills > li + li {
    margin: 0;
    padding: 0;
}
#login-form .nav-pills > li > a:hover,
#login-form .nav-pills > li > a:focus {
    padding: 0;
    text-decoration: underline;
    background: transparent;
    margin: 0;
}
.btn.edit-profile {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-size: 18px;
    padding-top: 10px;
}
.table {
    margin-bottom: 0;
}
.forum-table {
    font-size: 16px;
}
.forum-table td {
    vertical-align: middle !important;
}
.forum-table ul.list-unstyled {
    margin-bottom: 0;
}
.small-txt {
    font-size: 12px;
}
.cck_module_list ul.slideshow {
    max-height: 232px;
    overflow: hidden;
    margin-bottom: 12px;
}
.cck_form_calendar input {
    height: 34px;
    width: 220px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.checkbox input[type="checkbox"] {
    top: 0;
}
.checkbox-inline input[type="checkbox"] {
    margin: 0 4px 0 0;
    float: left;
    position: initial;
}
.checkboxes.checkbox-inline {
    padding-left: 0;
}
.cck_module_list .cck_label label,
.moduletable.tile .cck_label label {
	margin-top: 3px;
	margin-bottom: 0px;
}
.cck_module_list ul {
	margin-bottom: 0px;
}
.cck_label label {
    margin-top: 8px;
}
.cck_form_text input,
.form-control input,
.cck_form_password input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.radios input {
    margin: 0 4px 0 0;
    float: left;
}
.radios label {
    float: left;
    margin: 0 10px 0 0;
}
#register #button_save {
    margin-top: 15px;
}
.moduletable .cck_user_name {
    font-size: 14px;
}
.user-details {
    font-size: 11px;
    display: inline;
}
.user-details label {
    font-weight: normal;
    margin-bottom: 0;
    display: inline;
    font-size: 11px;
}
.user-details label:after {
    content: " ";
}
.forum-category {
    display: none;
}
.divide-top-sm {
    margin-top: 20px;
}
.divide-bottom-sm {
    margin-bottom: 20px;
}
.divide-sm {
    margin-top: 20px;
    margin-bottom: 20px;
}
.divide-top-xs {
    margin-top: 10px;
}
.divide-bottom-xs {
    margin-bottom: 10px;
}
.divide-xs {
    margin-top: 10px;
    margin-bottom: 10px;
}
.nopad {
    padding: 0;
}
.privacy-note {
    color: #999;
    line-height: 15px;
    font-size: 12px;
    display: block;
}
.more a {
    display: block;
}
.moduletable .tile.tile.question {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
}
.nolabel {
    margin-top: 34px;
}
.random-members .user-name,
.hide-in-module .hide-in-module {
    display: none;
}
form div.row {
    margin-left: -15px;
}
.login-description {
    font-size: 16px;
    padding-bottom: 20px;
}
.cck_form_wysiwyg_editor {
    padding-top: 15px;
}
.latest-discussions .forum-category {
    display: block;
    font-style: italic;
}
.latest-discussions .forum-table {
    font-size: 12px;
    margin-bottom: 0;
}
.latest-discussions .forum-table a {
    font-size: 14px;
}
.latest-discussions .forum-table thead {
    font-size: 12px;
}
.latest-discussions .forum-table thead th {
    vertical-align: middle;
}
.tile-img {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
    margin-bottom: 20px;
}
.tile {
    background: rgba(215, 210, 203, 0.3);
    border-radius: 3px;
    box-shadow: 1px 1px 5px #aaa;
    padding: 20px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.tile.profile {
    background: #D7D2CB;
    color: #002340;
}
.tile.profile h3,
.tile.profile a,
.tile.profile p {
    color: #002340;
}
.tile .tile {
    box-shadow: 0px 0px 0px;
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    background: transparent;
}
.tile .cck_module_list .more {
    float: left;
}
h1,
h2,
h3 {
    margin-top: 0px;
}
h3 {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
}
h3.crunch-gap {
	margin-top: -12px;
}
.tile h3 {
    margin-top: 0;
    padding-top: 0;
    width: 100%;
}
.login h3 {
  font-size: 15px;
  font-weight: normal;
}
.col-md-4 .tile .lead {
    font-size: 15px;
    margin-bottom: 10px;
}
.tile .lead {
    margin-bottom: 0;
}
.cck_journey_blogs .lead {
	font-size: 14px;
}
.clear-floats {
    clear: both;
}
h3.community-logo {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
}
.community-logo img {
	max-height: 50px;
}
.user-nav {
	padding-top: 15px;
    padding-bottom: 12px;
}
header {
    /*background: url(../images/user-nav-bg.jpg) no-repeat;*/
    
    background: #002340;
    background-size: cover;
    margin-bottom: 25px;
}
a {
    color: #005ea5;
}
.pad-bottom {
    margin-bottom: 20px;
}
.navbar-header {
    background: rgba(255, 255, 255, 1);
    margin-bottom: 0px;
}
.navbar {
    border: 0;
    box-shadow: 1px 1px 5px #aaa;
    margin-bottom: 0;
	min-height: 40px;
}
.navbar-header ul > li > a {
    font-size: 18px;
    color: #002340;
    font-weight: bold;
    padding: 23px;
}
.navbar-header {
    float: none;
}
.logo {
    float: left;
}
.logo img {
    height: 45px;
    margin: 10px 0;
}
.journey-point {
    min-height: 100px;
}
.journey-list-view li:last-child .glyphicon {
    display: none !important;
}
.journey-list-view .journey-point a {
    text-transform: capitalize;
}
.classified-ad-listing-slideshow .cck-fl {
    display: none;
}
.classified-ad-listing-slideshow .cck-fl.owl-loaded {
    display: block;
}
/* RESPONSIVE UTILITIES */
/* Phone */

@media (max-width: 767px) {
    .navbar-toggle .icon-bar {
        border: 1px solid #fff;
    }
	.navbar-header {
	  margin-bottom: 0px;
	}
    .navbar-toggle {
        float: right;
        margin-top: 4px;
		margin-right: 0;
    }
    h3.community-logo {
        font-size: 15px;
		margin-top: 0px;
    }
	.user-nav {
		padding-top: 5px;
		padding-bottom: 2px;
	}
	.community-logo img {
		max-height: 40px;
	}
    .navbar-collapse {
        clear: both;
    }
    .navbar-collapse .nav-pills li {
        float: left;
        clear: left;
        width: 100%;
        text-align: center;
    }
    .user-nav .nav-pills > li > a,
    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        border: 0px;
    }
    .maindiv {
        clear: both;
    }
    .slideshow {
        height: 119px;
        overflow: hidden;
    }
    .user-nav .logout-button .btn {
        padding: 15px;
        font-size: 10px;
    }
	body.home .page-wrap {
		background-size: cover;
	}
	body.home .welcome h1 {
		font-size: 20px;
	}
	body.home .welcome-text img {
		margin: 0 auto;
		display: block;
		padding-bottom: 20px;
	}
	body.home .welcome-text {
		text-align: center;
	}
	.random-members .col-xs-3 {
		padding: 5px;
		height: 50px;
		overflow: hidden;
	}
}
/* Larger than a phone */

@media (min-width: 768px) {
    #navbar-collapse {
        padding-left: 0px;
        padding-right: 0px;
        float: left;
    }
    .text-right-sm-above {
        text-align: right;
    }
	body.home .welcome-text {
		margin-top: 350px;
	}
}
/* Tablet */

@media (min-width: 768px) and (max-width: 991px) {
	.navbar-header ul > li > a {
		font-size: 13px;
		color: #002340;
		font-weight: bold;
		padding: 23px 17px;
	}
	.nav > li > a {
		padding: 5px 7px;
		font-size: 12px;
	}
	.nav > .item-107 {
		display: none;
	}
	.btn.edit-profile {
		font-size: 14px;
		padding: 5px 0 0 0;
		margin: 0;
	}
	.user-nav .logout-button .btn {
		padding: 5px 10px;
	}
	h3.community-logo {
		margin-top: 0px;
		margin-bottom: 0px;
		color: #fff;
		font-size: 15px;
	}
	.cck_class_vehicle_km,
	.cck_class_vehicle_price,
	.cck_class_vehicle_year,
	.cck_class_seller
	{
		font-size: 12px;
	}
	.random-members .col-xs-3 {
		padding: 5px;
		margin-bottom: 10px;
	}
	.welcome h1 {
	  font-size: 30px;
	}
	body.home .page-wrap {
		background-size: cover;
	}
}
/* Small Monitor */

@media (min-width: 992px) and (max-width: 1199px) {
	.random-members .col-xs-3 {
		padding: 5px;
		height: 50px;
		overflow: hidden;
	}
	body.home .page-wrap {
		background-size: cover;
	}
	.user-nav .nav-pills > li > a, .user-nav .btn {
		font-size: 13px;
		padding: 8px;
	}
	.btn.edit-profile {
		font-size: 15px !important;
	}
	h3.community-logo {
	  font-size: 23px;
	}
	.cck_class_vehicle_km,
	.cck_class_vehicle_price,
	.cck_class_vehicle_year,
	.cck_class_seller
	{
		font-size: 13px;
	}
	h3 {
		font-size: 20px;
	}
	.community-logo img {
		max-height: 40px;
	}
}
/* Desktop */

@media (min-width: 1200px) {
	.random-members .col-xs-3 {
		padding: 5px;
		height: 50px;
		overflow: hidden;
	}
}
/* Large Widescreen Desktop */

@media (min-width: 1921px) {
	.random-members .col-xs-3 {
		padding: 5px;
		height: 50px;
		overflow: hidden;
	}
}