/* Tripline Site CSS */

/*MATERIAL THEME*/
body.theme-material {
	background-color: #fafafa;
	color: #50514f;
	font-size: 14px;
	line-height: 1.846;
	font-weight: 400;
}

body.theme-material h1,
body.theme-material h2,
body.theme-material h3,
body.theme-material h4,
body.theme-material h5,
body.theme-material h6 {
	color: #50514f;
	font-weight: 500;
}

body.theme-material .lead {
	font-weight:normal;
	font-size: 16px;
}

body.theme-material .blue {
	color: #1c91c4;
}

body.theme-material .red {
	color: #F25F5C;
}

body.theme-material .orange {
	color: #ff9800;
}

body.theme-material .green {
	color: #70C1B3;
}

body.theme-material .yellow {
	color: #FFE066;
}

body.theme-material .grey {
	color: #777;
}

body.theme-material .dark {
	color: #50514F;
}

body.theme-material .light {
	color: #aaa;
}

body.theme-material .white {
	color: #fff;
}

body.theme-material a {
	color: #1c91c4;
}

body.theme-material a:active,
body.theme-material a:focus {
	color: #1c91c4;
	text-decoration: none;
}

body.theme-material a:hover {
	text-decoration: none;
	color: #1982B0;
}

body.theme-material a.red:hover {
	color: #F25F5C;
}

body.theme-material .alert-sitewide {
	background-color: #FFE066;
	color: #50514F;
	text-align: center;
	margin: 0;
  border-radius: 0;
}

body.theme-material .alert-welcome {
	border-radius: 0;
	text-align: center;
	margin-bottom: 0px;
}

body.theme-material .alert-sitewide a {
	color: #1c91c4;
}

body.theme-material .alert-sitewide a:hover {
	color: #1982B0;
}

body.theme-material .alert-warning a {
	color: #fff;
}

body.theme-material .alert-warning a:hover {
	color: #eee;
}

body.theme-material .alert-success {
	background-color: #70C1B3;
}

body.theme-material .alert-success a:hover {
	color: #eee;
}

body.theme-material .alert-xs {
	margin: 0;
	padding: 5px;
	border-radius: 0;
	line-height: 16px;
}

body.theme-material .nav-pills>li.active>a,
body.theme-material .nav-pills>li.active>a:hover,
body.theme-material .nav-pills>li.active>a:focus {
	background: #1c91c4;
}

body.theme-material .btn {
	border-radius: 20px;
	box-shadow: none;
	font-weight: 500;
}

body.theme-material .btn:focus,
body.theme-material .btn:active:focus,
body.theme-material .btn.active:focus,
body.theme-material .btn.focus,
body.theme-material .btn:active.focus,
body.theme-material .btn.active.focus {
	outline: none;
}

body.theme-material .btn-default {
	border: 1px solid #eee;
}

body.theme-material .btn-primary {
	background: #1c91c4;
	color: #ffffff;
}

body.theme-material .btn-primary:hover,
body.theme-material .btn-primary:active,
body.theme-material .btn-primary:focus {
	background: #1982B0;
	color: #fff;
}

body.theme-material .btn-primary:active,
body.theme-material .btn-primary.active,
body.theme-material .open>.dropdown-toggle.btn-primary {
	background: #1982B0;
}

body.theme-material .btn-warning {
	background: #ff9800;
	color: #ffffff;
}

body.theme-material .btn-warning:hover,
body.theme-material .btn-warning:active,
body.theme-material .btn-warning:focus {
	background: #ff9f0f;
	color: #fff;
}

body.theme-material .btn-warning:active,
body.theme-material .btn-warning.active,
body.theme-material .open>.dropdown-toggle.btn-warning {
	background: #ff9f0f;
}

body.theme-material .btn-default a {
	color: inherit;
}

body.theme-material a.btn-default {
	color: #444444;
}

body.theme-material a.btn-success {
	background-color: #70C1B3;
	color: #ffffff;
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
	background-color: #64ada1;
	background-image: -webkit-radial-gradient(circle, #64ada1 10%, #70C1B3 11%);
	background-image: -o-radial-gradient(circle, #64ada1 10%, #70C1B3 11%);
	background-image: radial-gradient(circle, #64ada1 10%, #70C1B3 11%);
}

.btn-success:active:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus {
	background-color: #64ada1;
}

body.theme-material textarea:focus,
body.theme-material textarea.form-control:focus,
body.theme-material input.form-control:focus,
body.theme-material input[type=text]:focus,
body.theme-material input[type=password]:focus,
body.theme-material input[type=email]:focus,
body.theme-material input[type=number]:focus,
body.theme-material [type=text].form-control:focus,
body.theme-material [type=password].form-control:focus,
body.theme-material [type=email].form-control:focus,
body.theme-material [type=tel].form-control:focus,
body.theme-material [contenteditable].form-control:focus,
body.theme-material select:focus,
body.theme-material select.form-control:focus {
	-webkit-box-shadow: inset 0 -2px 0 #1c91c4;
	box-shadow: inset 0 -2px 0 #1c91c4;
	outline: none;
}

body.theme-material input[type="checkbox"]:checked:after,
body.theme-material .checkbox input[type="checkbox"]:checked:after,
body.theme-material .checkbox-inline input[type="checkbox"]:checked:after {
	background-color: #1c91c4;
	border-color: #1c91c4;
}

body.theme-material input[type="checkbox"]:focus:after,
body.theme-material .checkbox input[type="checkbox"]:focus:after,
body.theme-material .checkbox-inline input[type="checkbox"]:focus:after {
	border-color: #1c91c4;
}

body.theme-material input[type="radio"]:before,
body.theme-material .radio input[type="radio"]:before,
body.theme-material .radio-inline input[type="radio"]:before {
	background-color: #1c91c4;
}

body.theme-material input[type="radio"]:checked:after,
body.theme-material .radio input[type="radio"]:checked:after,
body.theme-material .radio-inline input[type="radio"]:checked:after {
	border-color: #1c91c4;
}

body.theme-material .tt-menu,
.tt-dropdown-menu {
	background: #fff;
	border: 1px solid #EEE;
}

body.theme-material .tt-suggestion:hover {
	color: #fff;
	background-color: #1c91c4;
}

body.theme-material .nav-tabs>li.active>a,
body.theme-material .nav-tabs>li.active>a:focus {
	border: none;
	-webkit-box-shadow: inset 0 -2px 0 #1c91c4;
	box-shadow: inset 0 -2px 0 #1c91c4;
	color: #1c91c4;
}

body.theme-material .nav-tabs>li>a,
body.theme-material .nav-tabs>li>a:focus {
	color: #666;
}

body.theme-material .nav-tabs>li>a:hover,
body.theme-material .nav-tabs>li>a:focus:hover {
	background-color: transparent;
	-webkit-box-shadow: inset 0 -2px 0 #1c91c4;
	box-shadow: inset 0 -2px 0 #1c91c4;
	color: #1c91c4;
}

body.theme-material #footer.navbar a {
	color: #666666;
}

body.theme-material #footer.navbar a:hover {
	color: #212121;
}

body.theme-material .list-group {
	border-radius: 0;
}

body.theme-material .list-group .list-group-item {
	background-color: transparent;
	overflow: hidden;
	border: 0;
	border-radius: 0;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}

body.theme-material .list-group .list-group-item.comment {
	margin-bottom: 0px;
	padding: 5px 0 0px 0;
}

body.theme-material .list-group .list-group-item .row-picture,
body.theme-material .list-group .list-group-item .row-action-primary {
	float: left;
	display: inline-block;
	padding-right: 8px;
}

body.theme-material .list-group .list-group-item .row-picture i,
body.theme-material .list-group .list-group-item .row-action-primary i {
	/*background: rgba(0, 0, 0, .25);*/
	border-radius: 100%;
	text-align: center;
	line-height: 56px;
	border: 1px solid rgba(0, 0, 0, .1);
	/*font-size: 20px;
	color: white;*/
}

body.theme-material .list-group .list-group-item .row-picture i:hover,
body.theme-material .list-group .list-group-item .row-action-primary i:hover {
	background: rgba(255, 255, 255, 1);
}

body.theme-material .list-group .list-group-item .row-picture img,
body.theme-material .list-group .list-group-item .row-action-primary img {
	background: rgba(0, 0, 0, .1);
	padding: 1px;
}

body.theme-material .list-group .list-group-item .row-picture img,
body.theme-material .list-group .list-group-item .row-action-primary img,
body.theme-material .list-group .list-group-item .row-picture i,
body.theme-material .list-group .list-group-item .row-action-primary i,
body.theme-material .list-group .list-group-item .row-picture label,
body.theme-material .list-group .list-group-item .row-action-primary label {
	display: block;
	width: 56px;
	height: 56px
}

body.theme-material .list-group .list-group-item .row-picture img.tripthumb {
	width: 80px;
	border-radius:5px;
	border:none;
}

body.theme-material .list-group .list-group-item.small-picture .row-picture img,
body.theme-material .list-group .list-group-item.small-picture .row-picture i {
	width: 24px;
	height: 24px;
	line-height: 24px;
}

body.theme-material .list-group .list-group-item .row-content {
	display: inline-block;
	width: calc(100% - 112px);
	min-height: 66px;
	border-bottom: 1px solid #eee;
}

body.theme-material .list-group .list-group-item.comment .row-content {
	min-height: inherit;
	border-bottom: none;
}

body.theme-material .list-group .list-group-item.comment .row-content .row-content-footer {
	font-size: 11px;
}

body.theme-material .list-group .list-group-item.small-picture .row-content {
	width: calc(100% - 52px);
}

body.theme-material .list-group .list-group-item .row-content .least-content {
	position: absolute;
	right: 16px;
	top: 0;
	color: rgba(0, 0, 0, .54);
	font-size: 14px;
}

body.theme-material .list-group .list-group-item .list-group-item-heading {
	font-size: 20px;
	margin-bottom: 2px;
	/*line-height: 29px;*/
}

body.theme-material .list-group-item-text {
	padding: 5px 0px;
	color: #666;
	font-size: 1.1em;
}

body.theme-material .list-group-item-heading-plus {
	font-size: 80%;
	margin: 0px 5px;
	color: #888;
}

body.theme-material .list-group-item-stats {
	color: #888;
	padding: 3px 0px;
}

body.theme-material .list-group-item-actions {
	padding: 10px 0px;
}

body.theme-material .pagination>.active>a,
body.theme-material .pagination>.active>span,
body.theme-material .pagination>.active>a:hover,
body.theme-material .pagination>.active>span:hover,
body.theme-material .pagination>.active>a:focus,
body.theme-material .pagination>.active>span:focus {
	background-color: #1c91c4;
	border-color: #1c91c4;
}

body.theme-material .close {
	font-size: 24px;
}

body.theme-material .text-red {
	color: #F25F5C;
}

body.theme-material .text-blue {
	color: #1c91c4;
}

body.theme-material .text-muted {
	color: #999;
}

body.theme-material .well {
	background: #fff;
}

body.theme-material .modal-content {
	background: #fafafa;
}

/*SITEWIDE*/
html.full,
html.full body {
	height: 100%;
}

body {
	padding-top: 64px;
	text-align: left;
}

body.noheader {
	padding-top: 0px;
}

body:not(.modal-open) {
	overflow: auto !important;
	/*fix for slideshow init issue*/
}

.navbar .container-fluid,
.page.container-fluid {
	padding-left: 25px;
	padding-right: 25px;
}

.alert {
	margin-top:15px;
}

.page.container {
	padding-top: 10px;
	padding-bottom: 50px;
	min-height: 100%;
}

section {
	padding: 25px 0px 0px 0px;
}

section.top {
	padding: 0px 0px 0px 0px;
}

section.bottom {
	padding: 25px 0px 25px 0px;
}

.flex-container {
	display: flex;
	flex-direction: row;
}

.avatar-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.avatar-container .badge {
	background: #1c91c4;
	margin-top: -10px;
	padding: 2px 4px;
	font-size: 9px;
	font-weight: 500;
	text-transform: uppercase;
}

.nav .avatar-container .badge,
.grid-item .avatar-container .badge {
	margin-top: -8px;
	padding: 1px 3px;
	font-size: 8px;
}

img.avatar {
	border-radius: 100%;
	width: 80px;
	height: 80px;
}

img.avatar.mini {
	width: 24px;
	height: 24px;
}

h1,
.h1 {
	font-size: 36px;
}

h2,
.h2 {
	font-size: 30px
}

h3,
.h3 {
	font-size: 24px
}

h4,
.h4 {
	font-size: 18px
}

h5,
.h5 {
	font-size: 14px
}

h6,
.h6 {
	font-size: 12px
}

a {
	word-wrap: break-word;
}

img {
	max-width: 100%;
}

textarea {
	outline: none;
}

textarea.code {
	background-color: #eee !important;
	font-family: courier;
	font-size: 12px;
	cursor: text !important;
	padding: 2px 4px;
}

.username {
	font-weight: bold;
}

.user-head {
	padding-top: 24px;
}

.lead:empty {
	margin-bottom: 0px;
}

.nav-tabs li .badge {
	padding: 3px 6px;
	/*background: #eee;
	color: #50514f;*/
	color: #1c91c4;
	background: #daf1fb;
	font-weight: 500;
}

.nav-tabs li.active .badge {
	color: #1c91c4;
	background: #daf1fb;
}

.badge.comment-count {
	color: #50514f;
	background: #f7f7f7;
	padding: 4px 8px;
}

.badge.comment-count.active {
	color: #1c91c4;
	background: #daf1fb;
	font-weight: 500;
}

/*UTILITIES*/
.rec {
	position: relative;
	margin: 5px 0 5px 0;
	padding-bottom: 56.25%;
	/* 16:9 , trip page is 39% */
	height: 0;
	clear: both;
}

.rec .rec-object,
.rec object,
.rec iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/*icon animation*/
.fa-wiggle {
	animation: fa-wiggle 2.5s infinite;
}
.fa-wiggle:hover {
	animation: none;
}
@keyframes fa-wiggle {
	0%   { transform: rotate(0deg); }
 	80%  { transform: rotate(0deg); }
 	85%  { transform: rotate(15deg); }
 	95%  { transform: rotate(-15deg); }
	100% { transform: rotate(0deg); }
}

.fa-beat {
  animation:fa-beat 5s ease infinite;
}
@keyframes fa-beat {
  0%  { transform:scale(1); }
  5%  { transform:scale(1.25); }
  20% { transform:scale(1); }
  30% { transform:scale(1); }
  35% { transform:scale(1.25); }
  50% { transform:scale(1); }
  55% { transform:scale(1.25); }
  70% { transform:scale(1); }
}

.overlay {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.tmarked {
	position: relative;
}

.tmarked::after {
	content: "®";
	position: absolute;
	bottom: 18px;
	right: -6px;
	font-size: 10px;
}

.spinner {
	margin: 20px 0;
	text-align: center;
	font-size: 4rem;
	color: #aaa;
	display: none;
}

.caps {
	text-transform: uppercase;
}

.small {
	font-size: 86%;
}

.mini {
	font-size: 76%;
}

.cloak {
	display: none;
}

.no-float {
	float: none !important;
}

a.loadmore {
	font-size: 12px;
}

.big {
	font-size: 150%
}

.bold {
	font-weight: bold;
}

.nobold {
	font-weight: normal !important;
}

.nobold strong {
	font-weight: normal !important;
}

.mute {
	opacity: 0.7;
}

.row.equal-height-cols::before {
	display:block;
}

.row.equal-height-cols {
	display:flex;
	flex-wrap: wrap;
}

.help {
	margin-top:10px;
	color:#999;
	font-size: 86%;
	line-height:1.3;
}

/*ADS*/
.message-rec {
	max-width: 300px;
	margin: auto;
}

.message-banner-mobile {
	max-height: 100px;
	position: fixed;
	bottom: 0;
	z-index: 1000;
	width: 100%;
	text-align:center;
}


/*WELLS*/
.well {
	margin-top: 15px;
	border-radius: 20px;
}

.well h1,
.well h2,
.well h3,
.well h4,
.well h5,
.well h6 {
	margin-top: 5px;
}

/*TABS*/
.tab-pane-subselect {
	position: absolute;
	right: 15px;
	top: 20px;
	width: 100px;
	font-size: 14px;
}

/*PILLS & BUTTONS*/
.primary-button-container {
	text-align: right;
	margin-top: 20px;
}

.nav-pills.pills-xs>li>a {
	padding: 1px 6px;
	font-size: 11px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn.loadmore {
	margin: 40px 0px 30px 0px;
}

.button-group {
	margin: 15px 0px 15px 0px;
}

.btn-transparent {
	background: transparent;
	box-shadow: none;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent.focus {
	color: #fff;
}

.btn-file {
	position: relative;
	overflow: hidden;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

.sign-in-btn-group {
	margin-bottom: 20px;
}
.sign-in-btn-group .btn-wrap {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.btn-facebook {
	/*make it match google button*/
	width:200px;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	color: #3c4043;
	border: 1px solid #dadce0 !important;
}
.btn-facebook:hover {
	border-color: #d2e3fc !important;
	background-color: rgba(249,250,254,1);
}
.btn-facebook i {
	color: #1877F2;
	font-size: 18px;
}

/*CHIPS*/
.chip {
	border:1px solid #eee;
	width: fit-content;
	padding: 4px 12px;
	border-radius: 20px;
}
.chip.dark {
	border: none;
	background: #50514F;
	color: #fff !important;
}
.chip .chip-action {
	padding-left: 4px;
	opacity: 0.7;
}
.chip .chip-action:hover{
	opacity: 1;
	cursor: pointer;
}

/*ACCORDIONS*/
.accordion-group {
	margin-bottom: 5px;
	border: 1px solid #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
}

.accordion-heading {
	border-bottom: 0;
}

a.accordion-toggle {
	display: block;
	padding: 8px 15px;
	cursor: pointer;
	background: #eee;
	color: #50514F !important;
}

.accordion-inner {
	padding: 9px 15px;
	border-top: 1px solid #eee;
}

/*FORMS*/
.container.single-form {
	max-width: 480px;
	margin: 7% auto;
}

.container.multi-form {
	max-width: 100%;
	margin: 7% auto;
}

.container.single-form .form-header,
.container.multi-form .form-header {
	margin: 0px auto 25px auto;
}

.container.single-form #logo,
.container.multi-form #logo {
	width: 200px;
	margin: auto;
}

form .alert {
	margin-bottom: 10px;
}

form .input-group {
	margin-bottom: 10px;
}

form .button-group {
	margin: 15px 0px 15px 0px;
}

form .input-group-addon {
	padding: 6px 16px 6px 2px;
	font-size: 14px;
}

form .form-error {
	color: #ff9800;
}

/*TYPEAHEAD*/
span.twitter-typeahead {
	width: 100%;
}

.tt-menu,
.tt-dropdown-menu {
	width: 100%;
	padding: 3px;
}

.tt-suggestion {
	padding: 3px;
	white-space: nowrap;
	overflow: hidden;
}

.tt-suggestion p {
	margin: 0;
}

.tt-suggestion.tt-cursor,
.tt-suggestion:hover {
	cursor: pointer;
	color: #fff;
	background: #1c91c4;
}

.tt-dropdown-menu img.pbg-attribution {
	width: 120px;
	float: right;
}

.tt-dropdown-menu img.fsq-attribution {
	width: 120px;
	/*float:right;*/
}

/*FLEXBOX*/
.row-flex,
.row-flex>div[class*='col-'] {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex: 1 1 auto;
}

.row-flex-wrap {
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	align-content: flex-start;
	flex: 0;
}

.row-flex>div[class*='col-'],
.container-flex>div[class*='col-'] {
	margin: -.2px;
	/* hack adjust for wrapping */
}

.container-flex>div[class*='col-'] div,
.row-flex>div[class*='col-'] div {
	width: 100%;
}


.flex-col {
	display: flex;
	display: -webkit-flex;
	flex: 1 100%;
	flex-flow: column nowrap;
}

.flex-grow {
	display: flex;
	-webkit-flex: 2;
	flex: 2;
}

/*MAPS*/
.map-canvas {
	width: 100%;
	height: 100%;
}

/*GRIDS*/
.grid {
	margin-bottom: 10px;
}

.grid.inline {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0px;
}

.grid-item {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}

.grid-item img.avatar {
	width: 40px;
	height: 40px;
}

.grid-item a {
	position: relative;
}


.grid-item span.remove-user {
	position: absolute;
	left:calc(50% - 7px);
	bottom: -10px;
	color: #ddd;
	opacity: 0;
	filter: alpha(opacity=0);
	background: #fff;
	line-height: 1em;
	padding: 2px;
	border-radius: 3px;
	font-size: 12px;
}

.grid-item:hover span.remove-user {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.grid-item span.remove-user:hover {
	color: #F25F5C;
}

/*PHOTOS*/
.asset-thumb {
	display: inline-block;
	margin: 0px 5px 5px 0px;
	width: 100%;
	height: 120px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.blueimp-gallery>.slides>.slide>.slide-content {
	max-height: 700px !important;
}

.asset-gallery.single-asset {
	width: 50%;
}

.asset-gallery span.delete-asset {
	position: absolute;
	right: 0px;
	color: #ddd;
	bottom: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
	background: #333;
	line-height: 1em;
	padding: 3px;
	border-radius: 4px 0px 0px 0px;
}

.asset-gallery .jg-entry:hover>a span.delete-asset {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.75s ease-in-out;
	-moz-transition: all 0.75s ease-in-out;
	-o-transition: all 0.75s ease-in-out;
	transition: all 0.75s ease-in-out;
}

.asset-gallery span.delete-asset:hover {
	color: #F25F5C;
}

.fileinput-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	filter: 'alpha(opacity=0)';
	-ms-filter: 'alpha(opacity=0)';
	font-size: 200px;
	direction: ltr;
	cursor: pointer;
}

/*EDITOR*/

body.dragging,
body.dragging * {
	cursor: move !important;
}

#editor-modal .modal-dialog {
	height: 100%;
	width: 100%;
	margin: 0;
}

#editor-modal .modal-dialog .modal-content {
	height: 100%;
	border-radius: 0;
}

#editor-modal .modal-dialog .modal-content .modal-body {
	padding: 0;
	height: 100%;
}

#editor-modal .modal-dialog .modal-content .modal-body .alert {
	position: absolute;
	top: 0;
	width: calc(100% - 5px);
	margin: 5px 0px 5px 5px;
}

#editor-modal .modal-dialog .modal-content .modal-body .alert.in {
	z-index: 9000;
}

#editor-modal .modal-dialog .modal-content .row.main-row {
	height: 100%;
}

#editor-modal .modal-dialog .modal-content .row .editor-col {
	height: 100%;
}

#editor-modal .modal-dialog .modal-content .row .editor-col.editor-col-waypoints {
	padding-right: 0px;
	padding-left: 30px;
}

#editor-description {
	font-size:16px;
	line-height: 1.5;
}

#editor-actions {
	position: absolute;
	bottom: 10px;
	right: 0px;
}

#editor-trash {
	position: absolute;
	bottom: 10px;
	left: 30px;
	padding: 0px 15px;
	border: 1px dashed #ddd;
	border-radius: 4px;
	color: #ccc;
	font-size: 18px;
}

#editor-modal .modal-dialog .modal-content .row .editor-col.editor-col-waypoints input#editor-title {
	margin-top: 15px;
	font-size: 20px;
	font-weight: 600;
	color: #50514f;
}

#editor-modal .modal-dialog .modal-content .row .editor-col.editor-col-waypoints .nav-pills li a {
	padding: 5px 15px;
}

#editor-modal .modal-dialog .modal-content .row .editor-col .tab-content {
	height: calc(100% - 155px);    
	overflow: hidden;
}

#editor-modal .modal-dialog .modal-content .row .editor-col .tab-content form {
	margin: 10px 0px 0px 0px;
	background: #fff;
	padding: 5px;
}

/*PLACE SEARCH*/
#editor-add-places {
	margin-top:15px;
}

#editor-add-places .input-icon {
	position: absolute;
	z-index: 999;
  left: 10px;
  top: 10px;
	color: #888;
}

#editor-add-places input {
	background: #fff;
	padding: 0 10px 0 32px;
}

#editor-add-places input::placeholder {
	color: #777;
}

#editor-point-drop {
	padding: 0 0 0 10px;
	color: #777;
	font-size: 16px;
	cursor: pointer;
}

#editor-point-drop.active {
	color: #F25F5C;
}

.pac-container {
	z-index: 3000;
	padding-bottom: 5px;
}

.pac-item-selected,
.pac-item-selected:hover {
	background-color: #eee;
}

.pac-container.pac-logo::after {
	margin-top: 3px;
	margin-right: 5px;
}

#editor-add-places ul#editor-search-results {
	position: absolute;
	z-index: 1001;
	top: 37px;
	width: calc(100% - 20px);
	padding: 0px;
	background: #fff;
	max-height: 300px;
	overflow: auto;
	display: none;
	/*from pac-container*/
	border-radius: 2px;
	border-top: 1px solid #d9d9d9;
	font-family: Arial, sans-serif;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#editor-add-places ul#editor-search-results.active {
	display: block;
}

#editor-add-places ul#editor-search-results>li {
	list-style: none;
	cursor: pointer;
	/*from pac-item*/
	padding: 0 4px;
	border-top: 1px solid #e6e6e6;
	font-size: 11px;
	color: #999;
}

#editor-add-places ul#editor-search-results>li:hover {
	background: #fafafa;
}

#editor-add-places ul#editor-search-results>li .place-result-icon {
	/*from pac-icon*/
	width: 15px;
	height: 20px;
	margin-right: 3px;
	margin-top: 6px;
	display: inline-block;
	vertical-align: top;
	background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons_hdpi.png);
	background-size: 34px;
	background-position: -1px -161px;
}

#editor-add-places ul#editor-search-results>li:hover .place-result-icon {
	background-position: -18px -161px;
}

#editor-add-places ul#editor-search-results>li .place-result-title {
	display: inline-block;
	width: calc(100% - 25px);
	padding-top: 2px;
	/*from pac-search*/
	font-size: 13px;
	color: #000;
	font-weight: 700;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#editor-add-places ul#editor-search-results>li .place-result-sub {
	margin: -6px 0 0 20px;
}

#editor-add-places ul#editor-search-results>li .place-result-address {
	font-size: 10px;
	line-height: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: calc(100% - 25px);
}

#editor-add-places ul#editor-search-results>li .place-result-addons {
	line-height: 8px;
	padding: 3px 0 5px 0;
}

#editor-add-places ul#editor-search-results>li .place-result-rating {
	font-size: 8px;
	display: inline-block;
	color: #777;
}

#editor-add-places ul#editor-search-results>li .place-result-price {
	font-size: 8px;
	display: inline-block;
	color: #777;
}

/*MAPBOX GEOCODER TYPEAHEAD*/

#editor-add-places .tt-menu,
#editor-add-places .tt-dropdown-menu {
	width: calc(100% + 10px);
	padding: 3px;
	margin: 5px;
	border-radius: 4px;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
}

#editor-add-places .tt-suggestion,
#editor-set-location .tt-suggestion,
#trip-meta-add-location .tt-suggestion {
	margin: 4px 0;
	padding: 2px 6px;
	border-radius: 4px;
}

#editor-add-places .tt-suggestion .title,
#editor-set-location .tt-suggestion .title,
#trip-meta-add-location .tt-suggestion .title {
	white-space: nowrap !important;
	font-size: 15px;
	font-weight:500;
}

#editor-add-places .tt-suggestion .title i,
#editor-set-location .tt-suggestion .title i,
#trip-meta-add-location .tt-suggestion .title i {
	color: #aaa;
	white-space: nowrap !important;
}

#editor-add-places .tt-suggestion.tt-cursor .title i,
#editor-set-location .tt-suggestion.tt-cursor .title i,
#trip-meta-add-location .tt-suggestion.tt-cursor .title i {
	color: #fff;
}

#editor-add-places .tt-suggestion .address,
#editor-set-location .tt-suggestion .address,
#trip-meta-add-location .tt-suggestion .address {
	/*padding-left: 16px;*/
	color: #aaa;
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	white-space: nowrap !important;
	margin-bottom: 3px;
}

#editor-add-places .tt-suggestion .address strong,
#editor-set-location .tt-suggestion .address strong,
#trip-meta-add-location .tt-suggestion .address strong {
	font-weight: normal !important;
}

#editor-add-places .tt-suggestion.tt-cursor .address,
#editor-set-location .tt-suggestion.tt-cursor .address,
#trip-meta-add-location .tt-suggestion.tt-cursor .address {
	color: #fff;
}

/*MAPBOX ADD PLACES*/

#mapbox-add-places input {
	padding-left: 32px;
}

#mapbox-add-places input:focus {
	border:none;
}

#mapbox-add-places [class$="--SearchBox"] {
  --boxShadow: none;
	--borderRadius: none;
}

#mapbox-add-places [class$="--SuggestionDesc"] {
  color: #888;
  padding-top: 2px;
  font-size: 13px;
}

#mapbox-add-places [class$="--ResultsAttribution"] {
	font-size: 11px;
}

/*EDITOR WAYPOINT LIST*/

#editor-places {
	height: 100%;
}

#editor-waypoint-list {
	height: 100%;
	margin: 0;
	padding: 0px 1px 150px 1px;
	list-style-type: none;
	outline: none;
	cursor: pointer;
	overflow: auto;
}

#editor-waypoint-list>li .editor-waypoint {
	margin: 10px 0;
	min-height: 10px;
}

#editor-waypoint-list>li.selected .editor-waypoint {
	background: #50514f;
}

#editor-waypoint-list>li.selected .editor-waypoint .waypoint-title {
	color: #fff;
}

#editor-waypoint-list>li.sortable-dragging {
	display: block;
	opacity: .5;
}

#editor-waypoint-list>li .editor-waypoint-main {
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 7px 5px;
}

#editor-waypoint-list>li .editor-waypoint-sub {
	font-size: 12px;
	padding: 10px;
	display: none;
}

#editor-waypoint-list>li.selected .editor-waypoint-sub {
	display: none;
}

#editor-waypoint-list>li .editor-waypoint-sub textarea {
	width: 100%;
	font-size: 12px;
	line-height: 1.4;
	padding: 3px;
}

#editor-waypoint-list>li .editor-waypoint .waypoint-icon {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	background: #FD2604;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	-webkit-flex: none;
	flex: none;
	margin-right: 7px;
}

#editor-waypoint-list>li .editor-waypoint .waypoint-title {
	-webkit-flex: 3;
	flex: 3;
	font-weight: 500;
	/*font-size: 16px;*/
	line-height: 16px;
	margin-right: 5px;
}

#editor-waypoint-list>li .editor-waypoint .waypoint-date {
	-webkit-flex: none;
	flex: none;
}

#editor-waypoint-list>li .editor-waypoint .waypoint-date .input-group.date {
	float: left;
	width: 65px;
	margin-right: 10px;
}

#editor-waypoint-list>li .editor-waypoint .waypoint-date .input-group.time {
	float: left;
	width: 53px;
}

#editor-waypoint-list>li .editor-waypoint .editor-wp-input {
	font-size: 11px;
	height: 24px;
	background: #fff;
	padding: 0px 2px;
}

#editor-waypoint-list>li .editor-waypoint .editor-wp-input::-webkit-input-placeholder {
	font-size: 9px;
	padding-top: 2px;
	color: #ddd;
}

#editor-waypoint-list>li .editor-wp-input::-moz-placeholder {
	font-size: 10px;
	padding-top: 2px;
	color: #ddd;
}

#editor-waypoint-list>li .editor-waypoint .editor-wp-input:-ms-input-placeholder {
	font-size: 10px;
	padding-top: 2px;
	color: #ddd;
}

#editor-waypoint-list>li .editor-waypoint .waypoint-date .input-group .input-group-addon {
	font-size: 12px;
	padding: 0px 5px;
}

#editor-waypoint-list>li .editor-waypoint .editor-wp-actions {
	float: left;
	width: 10px;
}

/*TRIP PAGE*/
#trip .row.sidebyside {
	min-height:calc(100vh - 64px);
	max-width:100%;
}

#trip .row.sidebyside #map-con {
	position:fixed;
	width:inherit;
	height:calc(100vh - 64px);
	padding-right:0;
}

#trip .row.sidebyside .trip-col  {
	padding-right:0px;
}

#trip .row.sidebyside .trip-con  {
	margin: 15px 5px 15px 25px;
}

#trip .row.sidebyside .trip-meta  {
	margin: 20px 10px 10px 15px;
}
 
#trip .row.sidebyside .meta-header .actions {
	float:right;
	margin:0;
}

#trip .row.sidebyside .meta-header .actions a {
	font-size:18px;
}

#trip .row.sidebyside .meta-header #map-start {
	display:none;
}

#trip .row.sidebyside .meta-header #map-toggle {
	display:none;
}

#trip .row.sidebyside .meta-header .title-con {
	max-width: 95%;
}

#trip .row.sidebyside .meta-header .title-inner {
	display:inline-block;
	margin-right:15px;
}

#trip .row.sidebyside .meta-header .title-inner .title {
	margin:5px 0 0 0;
}

#trip .row.sidebyside .meta-header .traveler-inner {
	display:inline-block;
	vertical-align:top;
}

/*meta with image*/
#trip .row.sidebyside .meta-header.with-image {
	height:50vh;
	position:relative;
	background:#50514F;
	background-size: cover;
	background-position:center;
	background-repeat: no-repeat;
	margin: -20px -30px 15px -25px 
}

#trip .row.sidebyside .meta-header.with-image .actions {
	margin:5px 15px 0 0;
}

#trip .row.sidebyside .meta-header.with-image .actions a {
	color:#fff;
}

#trip .row.sidebyside .meta-header #map-start {
	position: absolute;
	/*align-self: anchor-center;*/
	top: calc(50% - 70px);
	right: 10px;
	z-index: 10;
  color: #fff;
  font-size: 70px;
	text-shadow: 1px 1px #777;
}

#trip .row.sidebyside .meta-header #map-toggle {
	position: absolute;
	bottom: 12px;
	right: 15px;
	z-index: 10;
	color: #fff;
	font-size: 18px;
}

#trip .row.sidebyside .meta-header.with-image .title-wrap {
	width: 100%;
	height:75%;
	position: absolute;
	bottom: 0;
	background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0) 100%);
}

#trip .row.sidebyside .meta-header.with-image .title-con {
	position:absolute; 
	bottom:0;
	padding:0 20px 15px 25px;
}

#trip .row.sidebyside .meta-header.with-image .title,
#trip .row.sidebyside .meta-header.with-image .byline,
#trip .row.sidebyside .meta-header.with-image .byline span {
	color: #fff;
}

#trip .row.sidebyside .meta-header.with-image .stats,
#trip .row.sidebyside .meta-header.with-image .stats a {
	color: #fff;
}

#trip-actions {
	margin: 20px 0px 0px 0px;
}

#my-trip .views {
	text-align: right;
}

#my-trip .views-inner {
	display: inline-block;
	vertical-align: bottom;
}

.byline {
	font-weight: 400;
}

/*EDITOR MAP*/

#editor-map {
	height: 100%;
	background: #eee;
}

#custom-path-actions {
	position: absolute;
  left: 0;
  right: 0;
	bottom: 50px;
  margin-inline: auto;
  width: fit-content;
	padding: 5px 10px 10px 10px;
	background: #ff9800;
	border-radius: 20px;
}

#custom-path-actions .control-title {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: 500;
}

#editor-map-controls {
	position: absolute;
  left: 0;
  right: 0;
	bottom: 0;
  margin-inline: auto;
  width: fit-content;
	padding: 7px 10px 5px 10px;
  border: 1px solid #eee;
  border-bottom: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
	background: #fafafa;
}

#editor-map-controls a.map-control {
	color: #777;
	padding: 0 5px;
}

#editor-map-controls a.map-control:hover {
	color: #50514F;
}

#editor-map .infoBox {
	padding: 5px;
	background-color: #fafafa;
	border: 1px solid #c8c8c8;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}

#editor-map .infoBox i.fa-caret-down {
	position: absolute;
	line-height: 0;
	bottom: -5px;
	left: 75px;
	font-size: 50px;
	color: #fafafa;
	text-shadow: 3px 5px 3px rgba(0, 0, 0, 0.3);
}

/*WP INFOBOX*/
#editor-map .infoBox .wp-infobox {
	width: 180px;
	padding: 2px;
}

#editor-map .infoBox .wp-infobox .details {
	width: 170px;
}

#editor-map .infoBox .wp-infobox .title {
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 2px;
}

#editor-map .infoBox .wp-infobox .address {
	width: 170px;
	color: #777;
	font-size: 10px;
	line-height: 1.2em;
}

#editor-map .infoBox .wp-infobox .phone {
	color: #777;
	font-size: 10px;
}

#editor-map .infoBox .actions {
	margin-top: 2px;
}

#editor-map .infoBox a.offsite {
	font-size: 10px;
	overflow: hidden;
	white-space: nowrap;
}

#editor-map .infoBox .place-result-rating {
	font-size: 8px;
	display: inline-block;
	color: #777;
}

#editor-map .infoBox .place-result-price {
	font-size: 8px;
	display: inline-block;
	color: #777;
}

#editor-map .infoBox a.add-place {
	font-weight: bold;
}

/*PL POPUP*/
.pl-popup-header {
	text-align: center;
	margin-bottom:2px;
}

.pl-popup-footer {
	text-align: center;
	margin-top:2px;
}

/*PL INFOBOX*/
#editor-map .infoBox .pl-infobox {
	width: 180px;
	padding: 2px;
}

#editor-map .infoBox .pl-infobox .details {
	width: 170px;
	line-height: 14px;
}

#editor-map .infoBox .pl-infobox .title {
	font-weight: 600;
	margin-bottom: 10px;
}

#editor-map .infoBox .pl-infobox .title .aside {
	font-weight: normal;
	font-size: 90%;
	padding-left: 5px;
}

/*
.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
  left:0px !important;
}

li.placeholder {
  position: relative;
  background: #fc0;
}

li.placeholder:before {
  position: absolute;
}
*/

/*DROPZONE*/
.dropzone {
	min-height: 200px;
	border: 1px solid #eee;
	background: white;
	padding: 5px;
	margin-top: 15px;
}

.dropzone .dz-preview {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 3px;
	min-height: 80px;
}

.dropzone .dz-preview .dz-image {
	border-radius: 0px;
	overflow: hidden;
	width: 80px;
	height: 80px;
	position: relative;
	display: block;
	z-index: 10;
	/* margin: 3px; */
}

.dropzone .dz-preview:hover .dz-image img {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
	-webkit-filter: none;
	filter: none;
}

.dropzone .dz-preview .dz-details {
	z-index: 20;
	position: absolute;
	top: 20px;
	left: 0;
	opacity: 0;
	font-size: 9px;
	min-width: 100%;
	max-width: 100%;
	padding: 2px;
	text-align: center;
	color: rgba(0, 0, 0, 0.9);
	line-height: 150%;
}

.dropzone .dz-preview .dz-remove {
	font-size: 14px;
	text-align: center;
	display: block;
	border: none;
	position: absolute;
	cursor: pointer;
	top: -3px;
	right: 5px;
	z-index: 1000;
	color: #fff;
}

.dropzone .dz-preview .dz-remove i {
	background: #1c91c4;
	cursor: pointer;
}

.dropzone .dz-preview .dz-progress {
	opacity: 1;
	z-index: 1000;
	pointer-events: none;
	position: absolute;
	height: 5px;
	left: 50%;
	top: inherit;
	bottom: -1px;
	margin-top: -8px;
	width: 80px;
	margin-left: -40px;
	background: rgba(255, 255, 255, 0.9);
	transform: scale(1);
	-webkit-transform: scale(1);
	border-radius: 0px;
	overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
	background: #1c91c4;
	background: linear-gradient(to bottom, #1c91c4, #1c91c4);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
	background: red;
	border-radius: 50%;
}

.dropzone .dz-preview .dz-error-message {
	border-radius: 2px;
	top: 80px;
	left: initial;
	width: 80px;
	background: red;
	font-size: 12px;
	line-height: 12px;
	padding: 2px;
	color: white;
	text-align: center;
}

.dropzone .dz-preview .dz-error-message:after {
	left: 34px;
	border-bottom: 6px solid red;
}

/*CARDS*/
.card {
	position: relative;
	margin-bottom: 25px;
	background-color: #fff;
	/*border: .0625rem solid #e5e5e5;
  border-radius: .25rem;*/
	border-radius: 2px;
	display: table;
	width: 100%;
	min-height: 100px;
	box-shadow: 0 0px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.2s ease-in-out;
}

.card:hover {
	box-shadow: 0 7px 14px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.24);
}

.card.trip {
	overflow:hidden;
	border-radius:10px;
}

.card.trip:not(.wide) {
	height: 350px;
}

.card.trip .description {
	padding: 4px 0;
	line-height: 1.2;
}

.card.user {
	overflow:hidden;
	border-radius:10px;
}

.card.user:not(.wide) {
	text-align: center;
	height: 250px;
}

.card-block {
	padding: 1.25rem;
}

.card.wide .card-block {
	display: table-cell;
	width: 66%;
	vertical-align: top;
}

.card-title {
	margin-top: 0px;
	margin-bottom: .5rem;
	font-weight: bold;
}

a .card .card-text {
	color: #50514f;
}

.card-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0;
}

a .card .card-subtitle {
	color: #50514f;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:hover {
	text-decoration: none;
}

.card-link+.card-link {
	margin-left: 1.25rem;
}

.card>.list-group:first-child .list-group-item:first-child {
	border-radius: .25rem .25rem 0 0;
}

.card>.list-group:last-child .list-group-item:last-child {
	border-radius: 0 0 .25rem .25rem;
}

.card-header {
	padding: .75rem 1.25rem;
	background-color: #f5f5f5;
	border-bottom: .0625rem solid #e5e5e5;
}

.card-header:first-child {
	border-radius: .1875rem .1875rem 0 0;
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: #f5f5f5;
	border-top: .0625rem solid #e5e5e5;
}

.card-footer:last-child {
	border-radius: 0 0 .1875rem .1875rem;
}

.card-primary {
	background-color: #0275d8;
	border-color: #0275d8;
}

.card-success {
	background-color: #5cb85c;
	border-color: #5cb85c;
}

.card-info {
	background-color: #5bc0de;
	border-color: #5bc0de;
}

.card-warning {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}

.card-danger {
	background-color: #d9534f;
	border-color: #d9534f;
}

.card-inverse .card-header,
.card-inverse .card-footer {
	border-bottom: .075rem solid rgba(255, 255, 255, .2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
	color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-blockquote>footer {
	color: rgba(255, 255, 255, .65);
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
	color: #fff;
}

.card-blockquote {
	padding: 0;
	margin-bottom: 0;
	border-left: 0;
}

.card-img {
	border-radius: .25rem;
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
}

.card .card-img-top {
	display: block;
	width: 100%;
	/*border-radius: .25rem .25rem 0 0;*/
}

.card.wide .card-img-top {
	display: table-cell;
	width: 34%;
	/*border-radius: .25rem .25rem 0 0;*/
}

.card.trip .card-img-top {
	height: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.card.user .card-img-top {
	padding: 15px 0px;
}

.card-img-bottom {
	border-radius: 0 0 .25rem .25rem;
}

/*TEXT TIMELINE*/
ul.timeline-text {
	width: 100%;
	margin: 0;
	padding: 0;
}

ul.timeline-text .date {
	width: 100%;
	padding: 3px 5px;
	margin-bottom: 5px;
	font-weight: bold;
	background-color: #eee;
	border-bottom: 1px solid #aaa;
}

ul.timeline-text li {
	margin: 0 0 15px 15px;
}

ul.timeline-text li .title {
	font-weight: bold;
	font-size: 16px;
}

ul.timeline-text li .title span.waypoint-time {
	padding-left: 4px;
	font-weight: normal;
	font-size: 14px;
}

ul.timeline-text li .address {
	color: #50514F;
	font-weight: normal;
}

ul.timeline-text li .timeline-body {
	padding: 0;
}

ul.timeline-text li .timeline-body .private-notes {
	margin: 5px 0 0 0;
	border: 1px dashed #ccc;
	padding: 5px;
	font-size: 12px;
	font-style: italic;
	line-height: 1.3;
}

ul.timeline-text li .timeline-body .description {
	margin: 5px 0 0 0;
	line-height: 1.3;
}

ul.timeline-text li .timeline-travel {
	display: flex;
	margin: 5px 0 0 0;
	font-size: 12px;
}

ul.timeline-text li .timeline-travel i {
	margin-right:5px;
}


/*TIMELINE*/
ul.timeline {
	width: 100%;
	margin: 30px auto;
	position: relative;
	padding: 0px;
	list-style: none;
}

ul.timeline:before {
	position: absolute;
	top: 0;
	bottom: 0;
	/*left: 50%;*/
	left: 15px;
	content: " ";
	width: 3px;
	background: #FD2604;
	margin-left: -1.5px;
}

ul.timeline:after {
	content: "";
	clear: both;
	display: table;
	width: 100%;
}

ul.timeline>li {
	margin: 5px 0 10px 0;
	position: relative;
	/*width: 50%;*/
	width: 100%;
	float: left;
	clear: left;
}

ul.timeline>li.date {
	margin-top: 6px;
	margin-left: 17px;
  margin-bottom: 10px;
}

ul.timeline>li.date .date-text {
	padding: 10px;
	background: #eee;
	font-weight: 600;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

ul.timeline>li:before,
.timeline>li:after {
	content: " ";
	display: table;
}

ul.timeline>li:after {
	clear: both;
}

ul.timeline>li:before,
.timeline>li:after {
	content: " ";
	display: table;
}

ul.timeline>li:after {
	clear: both;
}

ul.timeline>li>.waypoint-time {
	font-size: 12px;
	margin-left:50px;
}

ul.timeline>li>.timeline-travel {
	display: flex;
	margin: 10px 0 0px 17px;
	font-size: 12px;
}

ul.timeline>li>.timeline-travel .travel-mode {
	background: #eee;
  padding: 4px 8px 4px 4px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
	width:25px;
	display: flex;
  align-items: center;
  justify-content: center;
}

ul.timeline>li>.timeline-travel .travel-distance {
  padding: 4px 0 4px 8px;
}

ul.timeline>li>.timeline-panel {
	width: calc(100% - 50px);
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	/*float: right;*/
	margin-left:50px;
	border: 1px solid #eee;
	background: #ffffff;
	position: relative;
	padding: 15px 15px 0px 15px;
}

ul.timeline>li>.timeline-panel:before {
	display: inline-block;
	position: absolute;
	top: 26px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	content: " ";
	border-left: 0 solid #eee;
	border-right: 15px solid #eee;
	left: -15px;
	right: auto;
}

ul.timeline>li>.timeline-panel:after {
	display: inline-block;
	position: absolute;
	top: 27px;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	content: " ";
	border-left: 0 solid #ffffff;
	border-right: 14px solid #ffffff;
	left: -14px;
	right: auto;
}

ul.timeline>li>.timeline-badge {
	color: #ffffff;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	position: absolute;
	z-index: 100;
	left: -9px;
	margin-left: 0;
	top: 29px;
}

ul.timeline>li>.timeline-badge.with-time{
	top: 52px;
}

.timeline-badge>a.waypoint-icon {
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	background: #FD2604;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}

.timeline-badge a:hover {
	color: #fff !important;
	cursor: pointer;
}

.timeline-title {
	margin-top: 0;
	color: inherit;
}

.timeline-heading h2,
.timeline-heading h3 {
	padding: 0;
	margin: 0;
	width: calc(100% - 80px);
}

.timeline-heading .address {
	font-size: 12px;
	font-weight: 300;
	line-height: 1.4;
	margin-top: 2px;
}

.timeline-actions {
	position: absolute;
	top: 15px;
	right: 15px;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}

.timeline-panel:hover .timeline-actions {
	opacity: 1;
}

.timeline-actions>a,
.timeline-actions>.dropdown {
	display: inline-block;
	margin-left: 7px;
}

.timeline-body {
	padding: 10px 0px 0px 0px;
	margin-bottom: 0;
}

.timeline-body .lead {
	margin-bottom: 0px;
}

.timeline-body .notes-open {
	position: absolute;
	top: 15px;
	right: -17px;
	background: transparent;
	padding: 5px;
	font-weight: 300;
	line-height: 14px;
	color: #999;
	cursor: pointer;
}

.timeline-body .notes {
	position: absolute;
	top: 15px;
	right: -231px;
	width: 230px;
	max-height: 250px;
	background: #eee;
	font-size: 12px;
	line-height: 1.4;
	visibility: hidden;
	height: 0;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s ease-in-out;
}

.timeline-body .notes .notes-body {
	max-height: 235px;
	overflow: auto;
}

.timeline-body .notes.in {
	opacity: 1;
	visibility: visible;
	height: auto;
	padding: 10px 15px;
	margin-bottom: 10px;
}

.timeline-body .notes .notes-close {
	position: absolute;
	top: 0;
	right: 6px;
	color: #888;
	cursor: pointer;
	font-size: 14px;
}

.timeline-body .notes h5 {
	color: #777;
	margin: 0px 0px 5px 0px;
}

.timeline-body .asset-gallery {
	margin: 0px;
	min-height: 1px;
	width: 100%;
}

.timeline-body .asset-gallery.with-pics {
	margin-bottom: 15px;
}

.timeline-body .asset-gallery.draghover {
	box-shadow: 0px 0px 0px 5px #70C1B3;
	min-height: 150px; /*highlightss for drop on empty*/
	margin-bottom: 15px;
	width: 100%;
}

.timeline-body .asset-gallery .asset.dragging img,
.timeline-body .asset-gallery .asset.dragging .delete-asset
{
	opacity:0.25;
}

.timeline-body .asset-gallery .asset.draghover:not(.dragging) {
	border-left: 5px solid #70C1B3;
}

.timeline-body .asset-gallery .spacer {
	width: 150px;
	height: 150px;
	background: #eee;
	display:flex;
	align-items: center;
	justify-content: center;
}

.timeline-footer {
	padding: 10px 5px 5px 5px;
	/*background:#f5f5f5;
    border-top:1px solid #eee;*/
}

.timeline-footer p {
	margin-bottom: 0;
}

.timeline-footer>a {
	cursor: pointer;
	text-decoration: none;
}

/*
.timeline > li:nth-child(even) {
    float: right;
    clear: right;
}
.timeline > li:nth-child(2) {
    margin-top: 60px;
}
.timeline > li:nth-child(even) > .timeline-badge {
    left: -12px;
}
.timeline > li:nth-child(even) > .timeline-panel {
    float: right;
}
.timeline > li:nth-child(even) > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li:nth-child(even) > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
*/

/*COMMENTS*/
ul.comment-list {
	margin: 0px;
}

li.waypoint ul.comment-list .comment-input {
	margin-top: 12px;
}

ul.comment-list textarea.input-comment {
	width: 100%;
	font-size: 14px;
	line-height: 1.3;
	min-height:24px;
	padding: 4px;
}

li.waypoint ul.comment-list textarea.input-comment {
	background: #fafafa;
}

ul.comment-list textarea.input-comment.reply {
	margin: 5px 0px 5px 32px;
	width: calc(100% - 52px);
}

ul.comment-list li.comment .row-content {
	line-height: 1.4;
}

ul.comment-list li.comment .row-content .row-content-footer {
	margin-top: 5px;
}

/*second-level*/
ul.comment-list ul.comment-list {
	margin-left: 10px;
  border-left: 1px solid #eee;
  padding-left: 21px;
}

ul.comment-list ul.comment-list li.comment .row-picture {
	padding-right: 10px;
}

ul.comment-list ul.comment-list li.comment .row-picture img {
	width: 24px !important;
	height: 24px !important;
}


/*ACTIVITY*/
.list-group-item.activity .thumb {
	float: left;
	display: inline-block;
	padding-right: 16px;
}

.list-group-item.activity .thumb img {
	width: 36px;
	height: 36px;
}

.list-group-item.activity .info {
	display: inline-block;
	width: calc(100% - 52px) !important;
	min-height: 66px;
	border-bottom: 1px solid #eee;
}

.list-group-item.activity .info .mini.faded {
	padding: 5px 0px;
	color: #999;
	font-size: 80%;
}


/*HEADER*/
.navbar {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.navbar.navbar-transparent {
	position: absolute;
	top: 0;
	width: 100%;
	margin: 0;
	background: transparent;
	color: #fff;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: 100;
}

.navbar.navbar-transparent a,
.navbar.navbar-transparent a:hover {
	color: #fff;
}

.navbar.navbar-transparent .nav>li>a:hover,
.navbar.navbar-transparent .nav>li>a:focus {
	background: transparent;
}

.navbar.navbar-transparent .navbar-toggle .icon-bar {
	background-color: white;
}

.navbar-inverse {
	background-color: #50514F;
}

.navbar-inverse a,
.navbar-inverse .navbar-nav>li>a {
	color: #fff;
}

.navbar-nav>li>a.btn-con{
	padding-top: 14.5px;
	padding-bottom: 14.5px;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
	background-color: #383837;
	color: #ffffff;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #FFFFFF;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #383837;
}

.navbar-inverse .form-group {
	-webkit-box-shadow: inset 0 -1px 0 #333;
	box-shadow: inset 0 -1px 0 #333;
}

.navbar-inverse .form-control[type=text],
.navbar-inverse .form-control[type=password] {
	-webkit-box-shadow: inset 0 -1px 0 #b9b9b8;
	box-shadow: inset 0 -1px 0 #b9b9b8;
}

.navbar-inverse .form-control::-moz-placeholder {
	color: #b9b9b8;
	opacity: 1;
}

.navbar-inverse .form-control:-ms-input-placeholder {
	color: #b9b9b8;
}

.navbar-inverse .form-control::-webkit-input-placeholder {
	color: #b9b9b8;
}

.navbar a.navbar-brand {
	height: 40px;
}

.navbar #form-search {
	position: relative;
}

.navbar #input-site-search {
	width: 250px;
}

.navbar #input-site-search-clear {
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
	height: 14px;
	margin: auto;
	font-size: 14px;
	cursor: pointer;
	color: #ccc;
}

.navbar #navbar-search-submit {
	color: #888;
	position: absolute;
	right: -15px;
	bottom: 5px;
}

.navbar #navbar-search-submit:hover {
	color: #212121;
}

.navbar img.avatar {
	width: 30px;
	height: 30px;
}

.navbar .dropdown-menu>li>a {
	color: #666;
}

.navbar .dropdown-menu>li>a:hover {
	color: #212121;
}

.navbar #my-trips-header-list {
	max-width: 250px;
	height: auto;
	max-height: 300px;
	overflow-x: hidden;
}

/*FOOTER*/
#footer .container-fluid {
	padding:15px 30px;
}

#footer.navbar {
	margin-bottom: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
	box-shadow: none;
	border-top: 1px solid #eee;
}

#footer .footer-link {
	margin: 5px 0px
}

#footer .footer-button {
	margin-bottom: 10px;
}

#footer .footer-social {
	font-size: 18px;
	margin-right: 18px;
}

#footer .footer-legal {
	margin-top: 8px;
}

/*HOME*/
html#home,
body#home {
	height: 100%;
}

body#home .container {
	max-width: 100%;
}

body#home #srch-form {
	padding: 0px;
	font-size: 12px;
}

body#home #srch-term {
	font-size: 14px;
	line-height: 14px;
	height: 30px;
	color: #fff
}

body#home #hero {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(//dts4h52y4acn7.cloudfront.net/tl-home-bg-snow-min.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-attachment: scroll;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.18);
}

body#home #hero a,
body#home #hero a:hover {
	color: #fff;
}

body#home #hero #cta-wrapper {
	display: flex;
	align-items: center;
  justify-content: center;
}

body#home #hero #cta.container {
	margin-top: -15%;
	width: 100%;
	max-width: 512px;
	color: #fff;
	padding: 20px 0px 15px 0px;
	border-radius: 3px;
}

body#home #hero #logo {
	width: 250px;
	margin: auto;
}

body#home #hero #logo.tmarked::after {
	bottom: 25px;
}

body#home #hero #tagline {
	font-size: 36px;
	margin-bottom: 10px;
}

body#home #hero #subtitle {
	font-size: 16px;
	line-height: 20px;
	padding-left: 25px;
	margin-bottom: 15px;
}

body#home #hero #reg {
	padding-right: 15px;
}

body#home #hero #reg a.btn {
	color: #50514F;
	background: #fff;
	box-shadow: none;
	text-shadow: none;
}

body#home #hero #reg a.btn:hover {
	color: #212121;
}

body#home #hero #signin {
	padding: 10px 0px 0px 25px;
}

body#home #hero #connect {
	padding: 10px 0px 0px 0px;
	text-align: center;
}

body#home #hero #reg-signin a.btn-outline {
	color: #50514F;
	background: #fff;
	box-shadow: none;
	margin: 0px 5px;
	text-shadow: none;
}

body#home #hero #apps {
	width: 400px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -200px;
}

body#home #hero #apps img {
	max-width: 100%;
	max-height: 50px;
}

body#home section {
	padding: 25px 0 50px 0;
}

body#home section p {
	line-height:1.3;
}

body#home section i {
	color: #333
}

body#home section.dark {
	background: #2e4153;
	color: #fff;
}

body#home section.dark h1,
body#home section.dark h2,
body#home section.dark h3 {
	color: #fff;
}

body#home section.dark .trip .card-title {
	color: #50514F;
}

body#home section.dark i {
	color: #FFF;
}

body#home #hero #counter {
	position: absolute;
	bottom: 50px;
	text-align: center;
}

.odometer {
	font-size: 5vh;
	letter-spacing: 3px;
	color: #ffffff;
	line-height: 1.2;
}

.odometer-note {
	font-size: 18px;
	color: #fff;
}


/*TERMS & PRIVACY*/
ol.legal li {
	font-weight: 600;
	margin-top: 10px;
}

ul.legal-sub li {
	font-weight: normal;
}

/* EXTERNAL */
#external_trip #more-link {
	margin: 10px 0px;
	padding: 5px;
	text-align: center;
}

ul.external-places {
	margin: 25px 0px;
	padding: 0;
}

ul.external-places li {
	list-style: none;
}

.ext-checkbox {
	float: left;
	width: 30px;
}

.ext-image img {
	padding: 0 !important;
}

.ext-photos {
	width: 500px;
	margin: 10px 0px 10px 0px;
}

.ext-date {
	float: right;
	text-align: right;
	padding-right: 10px;
}

.ext-time {
	float: right;
}

.ext-address {
	padding: 0px 0px 5px 0px;
}

.ext-loc {
	display: none;
	margin-left: 5px;
}

.ext-desc {
	padding: 5px 0px;
	font-style: italic;
	font-size: 16px;
}

.ext-notes {
	padding: 5px 0px;
	font-style: italic;
}

.ext-address input {
	width: 50%;
	margin: 5px 0px;
	padding: 3px;
	font-size: 14px;
}

.ext-typeahead {
	width: 50%;
}

.ext-typeahead ul {
	padding-left: 0px;
	background: #fff;
	position: absolute;
	top: -2px;
	width: 300px;
	border: 1px solid #eee;
}

.ext-typeahead ul li {
	padding: 2px 2px 2px 5px;
}

.ext-typeahead ul li:hover {
	color: #fff;
	background: #1c91c4;
	cursor: pointer;
}

.ext-trip-image {
	float: left;
	width: 56px;
}

.ext-geo-options {
	padding: 3px 5px 5px 0px;
}

.ext-name-select {
	width: 250px;
	margin-right: 10px;
	font-size: 100%;
	padding: 2px;
}

.ext-name-input {
	width: 225px;
	margin-right: 5px;
	font-size: 100%;
	color: #444;
	padding: 2px;
}

.ext-nogeo-options {
	padding: 3px 5px 5px 0px;
}

.ext-search-input {
	width: 225px;
	margin-right: 5px;
	font-size: 108%;
	color: #444;
	padding: 2px;
}

.ext-search-results {
	width: 225px;
	position: absolute;
	background: #FFF;
	color: #444;
	border: 1px solid#c8c8c8;
	font-size: 108%;
	padding: 2px;
}

.ext-search-result {
	padding: 2px;
}

.ext-search-result:hover {
	background: #2E2EFE;
	color: #FFF;
}



.ext-settings-input {
	text-align: right;
	width: 25px;
	border: 1px solid #c8c8c8;
	padding: 2px 2px 0px 2px;
}

/* RESPONSIVE MEDIA QUERIES */

@media print {
	.noprint {
		display: none;
	}
}

/* LG Large Devices, Laptops, Monitors  */
@media only screen and (max-width : 1200px) {}

/* MD Medium Devices, Tablets */
@media only screen and (max-width : 992px) {

	h1,
	.h1 {
		font-size: 32px;
	}

	h2,
	.h2 {
		font-size: 26px
	}

	h3,
	.h3 {
		font-size: 22px
	}

	h4,
	.h4 {
		font-size: 16px
	}

	h5,
	.h5 {
		font-size: 14px
	}

	h6,
	.h6 {
		font-size: 12px
	}

	.center-md {
		text-align:center;
	}

	#trip .row.sidebyside .meta-header .title-inner {
		display:block;
	}

	/*TRIP PAGE*/
	#trip .row.sidebyside {
		max-width: calc(100% + 15px);
	}

	#trip .row.sidebyside #map-con {
		/*position: absolute;
    top: 45px;
    z-index: 999;
		width: 100%;
    height: calc(50vh + 2px);
		padding-left: 0;
		padding-right:15px;*/
		position: relative;
		height:50vh;
		padding-left:0;
	}
	
	#trip .row.sidebyside .map-col,
	#trip .row.sidebyside .trip-col  {
		padding-right:0;
	}
	
	#trip .row.sidebyside .trip-con  {
		margin: 15px;
		margin-top:0;
	}
	
	#trip .row.sidebyside .trip-con .trip-meta  {
		margin: 10px 15px;
	}

	#trip .row.sidebyside .meta-header .title-con .remove-user {
		display:none;
	}

	#trip .row.sidebyside .meta-header h1.title {
		font-size: 26px;
	}

	#trip .row.sidebyside .meta-header.with-image {
		position: absolute;
		z-index: 10;
		top: calc(-50vh);
		left: 0;
		margin: 0 0 0 15px;
		width: calc(100% - 15px);
	}

	#trip .row.sidebyside .meta-header.with-image .title-con {
		padding: 0 15px 15px 15px;
	}

	#trip .row.sidebyside .trip-con .trip-meta .meta-header.with-image .actions {
		margin: 5px 15px 0 0;
	}

	#trip-actions {
		margin: 20px 0px 25px 0px;
	}

	#my-trip .views {
		text-align: left;
	}

	.grid-item span.remove-user {
		right: calc(50% - 4px);
		opacity: 1;
	}

}

@media (min-width: 768px) {

	.modal-dialog.editor {
		width:100%;
	}

	.modal-dialog.trip-meta {
		width: 75%;
	}

	.modal-dialog.waypoint-info {
		width: 75%;
	}

	.modal-dialog.asset-upload {
		width: 52%;
	}

	#footer .footer-link-block {
		font-size: 12px;
	}

}

@media (min-width: 992px) {

	#footer .footer-link-block {
		font-size: 14px;
	}
}



/* SM Small Devices, Mobile */
@media only screen and (max-width : 767px) {

	body {
		overscroll-behavior: none;
	}

	.center-xs {
		text-align:center;
	}

	.navbar .container-fluid,
	.page.container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}

	h1,
	.h1 {
		font-size: 30px
	}

	h2,
	.h2 {
		font-size: 24px
	}

	h3,
	.h3 {
		font-size: 20px
	}

	h4,
	.h4 {
		font-size: 16px
	}

	h5,
	.h5 {
		font-size: 14px
	}

	h6,
	.h6 {
		font-size: 12px
	}

	.lead {
		font-size: 16px;
	}

	.grid-item {
		margin: 0;
	}

	.grid img.avatar {
		width: 35px;
		height: 35px;
		margin: 0px 7px 7px 0px;
	}

	body.theme-material .well {
		background: transparent;
		padding:0;
	}

	/*PILLS & BUTTONS*/
	.primary-button-container {
		text-align: left;
		margin-top: 20px;
	}

	.sign-in-btn-group .btn-wrap {
		padding:0;
	}

	.navbar .navbar-form {
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.navbar #input-site-search {
		width: 93%;
	}

	.navbar #navbar-search-submit {
		position: absolute;
		right: 15px;
		bottom: 5px;
	}

	body#search #search-tabs {
		font-size: 10px;
	}

	/*FOOTER*/
	#footer .footer-brand {
		text-align: center;
		margin-bottom:15px;
	}

	#footer .footer-button-block {
		float: none !important;
		margin-bottom: 30px;
		margin-inline: auto;
	}

	#footer .footer-link-block,
	#footer .footer-social-block,
	#footer .footer-legal {
		text-align: center;
	}

	#footer .footer-link-block {
		font-size: 12px;
	}

	#footer .footer-social-block {
		margin-bottom: 30px;
	}

	#footer .footer-social {
		margin-right: 0px;
		padding: 0px 20px;
		text-align: center;
	}

	/*TRIP PAGE*/
	#trip .row.sidebyside {
		max-width: calc(100% + 15px);
	}

	#trip .row.sidebyside #map-con {
		/*position: absolute;
    top: 45px;
    z-index: 999;
		width: 100%;
    height: calc(50vh + 2px);
		padding-left: 0;
		padding-right:15px;*/
		position: relative;
		height:50vh;
		padding-left:0;
	}
	
	#trip .row.sidebyside .map-col,
	#trip .row.sidebyside .trip-col  {
		padding-right:0;
	}
	
	#trip .row.sidebyside .trip-con  {
		margin: 15px;
		margin-top:0;
	}
	
	#trip .row.sidebyside .trip-con .trip-meta  {
		margin: 10px 15px;
	}

	#trip .row.sidebyside .meta-header .title-con .remove-user {
		display:none;
	}

	#trip .row.sidebyside .meta-header h1.title {
		font-size: 26px;
	}

	#trip .row.sidebyside .meta-header.with-image {
		position: absolute;
		z-index: 10;
		top: calc(-50vh);
		left: 0;
		margin: 0 0 0 15px;
		width: calc(100% - 15px);
	}

	#trip .row.sidebyside .meta-header.with-image .title-con {
		padding: 0 15px 15px 15px;
	}

	#trip .row.sidebyside .trip-con .trip-meta .meta-header.with-image .actions {
		margin: 5px 15px 0 0;
	}

	#trip-actions {
		margin: 20px 0px 25px 0px;
	}

	#my-trip .views {
		text-align: left;
	}

	.grid-item span.remove-user {
		right: calc(50% - 4px);
		opacity: 1;
	}


	/*TIMELINE*/
	ul.timeline:before {
		left: 0px;
		width: 0px;

	}

	ul.timeline>li {
		margin-bottom: 10px;
		position: relative;
		margin-left: -15px;
		width: calc(100% - -30px);
		float: none;
	}

	ul.timeline>li.date {
		margin-left: -15px;
	}

	ul.timeline>li.date .date-text {
		display: block;
		font-size: 12px;
		border-radius:0;
	}

	ul.timeline>li>.waypoint-time {
		font-size: 12px;
		margin-left:15px;
	}

	ul.timeline>li>.timeline-travel {
		margin: 7px 0 5px 10px;
		align-items: center;
	}

	ul.timeline>li>.timeline-travel .travel-mode{
		border-radius: 6px;
		padding: 4px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 25px;
		height: 25px;
	}

	ul.timeline>li>.timeline-travel .travel-distance{
		padding: 4px;
	}

	ul.timeline>li>.timeline-badge {
		top: 15px;
		left: 0px;
	}

	ul.timeline>li>.timeline-badge.with-time {
		top: 37px;
		left: 0px;
	}

	ul.timeline>li>.timeline-panel {
		width: 100%;
		float: none;
		border-left: none;
		border-right: none;
		margin-left: 0;
	}

	ul.timeline>li>.timeline-panel:before {
		border: none;
	}

	ul.timeline>li>.timeline-panel:after {
		border: none;
	}

	ul.timeline>li>.timeline-panel .timeline-heading h3 {
		padding: 0px 0px 5px 30px;
	}

	ul.timeline .timeline-footer {
		width: 90%;
	}

	.timeline-heading .address {
		padding-left: 32px;
		padding-right:15px;
	}

	.timeline-actions {
		top: 12px;
		opacity: 1;
	}

	.timeline-body .notes-open {
		top: 40px;
		right: 10px;
		z-index: 2;
	}

	.timeline-body .notes {
		position: relative;
		top: initial;
		right: initial;
		width: initial;
		max-height: initial;
	}

	.timeline-body .notes .notes-body {
		max-height: initial;
	}

	/*
    .timeline > li:nth-child(even) {
        float: left;
        clear: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .timeline > li:nth-child(even) > .timeline-badge {
        left: 28px;
    }
    */

	/*EDITOR*/
	#editor-modal .modal-dialog {
		height: auto;
	}

	#editor-modal .modal-dialog .modal-content {
		height: auto;
	}

	#editor-modal .modal-dialog .modal-content .modal-body {
		height: auto;
	}

	#editor-modal .modal-dialog .modal-content .row.main-row {
		height: auto;
	}

	#editor-modal .modal-dialog .modal-content .row .editor-col.editor-col-map {
		height: 50vh;
	}

	#editor-modal .modal-dialog .modal-content .row .editor-col.editor-col-waypoints {
		height: auto;
		min-height: calc(100% - 210px);
		padding-right: 30px;
		padding-left: 30px;
	}

	#editor-actions {
		position: initial;
		text-align: center;
		margin-bottom: 15px;
		margin-top: 5px;
	}

	#custom-path-actions {
		padding: 5px;
		bottom: unset;
		top:10px;
	}
	
	#custom-path-actions .control-title {
		display:none;
	}

	/*HOME*/
	body#home #hero #cta-wrapper {
		align-items: flex-start;
    padding-top: 25vh;
	}

	body#home #hero #branding.container {
		width: 100%;
		max-width: 100%;
	}

	body#home #hero #tagline {
		font-size: 20px;
	}

	body#home #hero #subtitle {
		font-size: 14px;
		line-height: 16px;
		text-align: center;
		padding: 0 30px;
		margin-bottom: 30px;
	}

	body#home #hero #cta {
		padding-left: 10%;
		padding-right: 10%;
		text-align: center;
	}

	body#home #hero #signin,
	body#home #hero #connect {
		text-align: center;
		padding-left: 0px;
		padding-right: 0px;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #FFFFFF;
	}

	body#home .navbar.navbar-transparent {
		display: none;
	}

	.navbar.navbar-transparent .navbar-collapse {
		background: #fafafa;
		color: #444;
	}

	.navbar.navbar-transparent .navbar-collapse a {
		color: #444;
	}

	body#home #srch-form {
		margin: 0px 0px 0px 15px;
	}

	body#home #srch-form .input-group {
		margin: 0px;
	}

	body#home #srch-term {
		color: #444;
	}

	body#home section {
		padding: 25px 10px 50px 10px;
	}

	body#home section .trip .card-title{
		font-size:20px;
	}

	body#home section .trip .card-text .small{
		font-size:13px;
	}

	/* CARDS */

	.card-deck {
		display: table;
		table-layout: fixed;
		border-spacing: 1.25rem 0;
	}

	.card-deck .card {
		display: table-cell;
		width: 1%;
		vertical-align: top;
	}

	.card-deck-wrapper {
		margin-right: -1.25rem;
		margin-left: -1.25rem;
	}

	.card-group {
		display: table;
		width: 100%;
		table-layout: fixed;
	}

	.card-group .card {
		display: table-cell;
		vertical-align: top;
	}

	.card-group .card+.card {
		margin-left: 0;
		border-left: 0;
	}

	.card-group .card:first-child .card-img-top {
		border-top-right-radius: 0;
	}

	.card-group .card:first-child .card-img-bottom {
		border-bottom-right-radius: 0;
	}

	.card-group .card:last-child .card-img-top {
		border-top-left-radius: 0;
	}

	.card-group .card:last-child .card-img-bottom {
		border-bottom-left-radius: 0;
	}

	.card-group .card:not(:first-child):not(:last-child) {
		border-radius: 0;
	}

	.card-group .card:not(:first-child):not(:last-child) .card-img-top,
	.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
		border-radius: 0;
	}

	.card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
	}

	.card-columns .card {
		display: inline-block;
		width: 100%;
	}

	/* PHOTOS */

	.asset-gallery.single-asset {
		width: 100%;
	}

	.asset-gallery span.delete-asset {
		opacity: .5;
	}

	/*USER PAGE*/
	.user-head {
		text-align: center;
	}
}

/* XS Extra Small Devices, Small Phones */
@media only screen and (max-width : 480px) {

	.grid-item {
		margin: 0;
	}

	.grid img.avatar {
		width: 30px;
		height: 30px;
		margin: 0px 5px 5px 0px;
	}

	.card.wide .card-block {
		display: block;
		width: 100%;
	}

	.card.wide .card-img-top {
		display: block;
		width: 100%;
		height:100px;
	}

	#footer.navbar .container {
		margin-bottom: 90px;
	}

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {}

/* Landscape */
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (orientation:landscape) {
	.hide-on-landscape {
		display: none;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 3) and (orientation:landscape) {
	.hide-on-landscape {
		display: none;
	}
}