@travlrcom/uikit
Version:
TRAVLR UiKit
1,878 lines (1,554 loc) • 237 kB
CSS
/** For Extra Small Screen / Phone **/
/** For Small Screen / Tablet **/
/** For Medium Screen / Desktop **/
/** For Large Screen / Wide Desktop **/
/** For Extra Large Screen / Fullhd Desktop **/
/** For Screen Max **/
@-webkit-keyframes icon-spin {
0% {
-webkit-transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg); } }
@-moz-keyframes icon-spin {
0% {
-moz-transform: rotate(0deg); }
100% {
-moz-transform: rotate(360deg); } }
@keyframes icon-spin {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg); } }
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
html {
line-height: 1.15;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
body {
margin: 0;
padding: 0;
font-family: "Montserrat", sans-serif;
background-color: #F4F4F4;
color: #374044; }
h1,
h2,
h3,
h4,
h5,
h6,
p {
margin: 0; }
hr {
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */ }
pre {
font-family: monospace, monospace;
/* 1 */
font-size: 14px;
margin: 0;
text-align: left;
white-space: pre-line; }
a {
background-color: transparent;
text-decoration: none;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease; }
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
text-decoration: underline dotted;
/* 2 */ }
b,
strong {
font-weight: bolder; }
code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 14px;
text-align: left;
white-space: pre-line;
padding: 0 !important;
margin: 0; }
small {
font-size: 80%; }
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }
ul {
list-style: none;
padding: 0;
margin: 0; }
img {
border-style: none;
text-indent: -9999px; }
button {
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
outline: 0;
cursor: pointer;
border: none;
background-color: transparent;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease; }
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */ }
textarea {
resize: none; }
button,
input {
/* 1 */
overflow: visible; }
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0; }
input[type="number"] {
-moz-appearance: textfield; }
button,
select {
/* 1 */
text-transform: none; }
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button; }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0; }
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText; }
fieldset {
padding: 0.35em 0.75em 0.625em; }
legend {
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */ }
progress {
vertical-align: baseline; }
textarea {
overflow: auto; }
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */ }
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */ }
details {
display: block; }
summary {
display: list-item; }
template {
display: none; }
[hidden] {
display: none; }
.travlr-ui .t-ajax-full-loader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10001;
background-color: rgba(255, 255, 255, 0.8);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
text-align: center; }
.travlr-ui .t-ajax-full-loader.active {
opacity: 1;
visibility: visible; }
.travlr-ui .t-ajax-full-loader .t-icon {
position: absolute;
top: 45%;
left: 50%;
-webkit-transform: translate3d(-50%, -50%, 0);
-moz-transform: translate3d(-50%, -50%, 0);
-o-transform: translate3d(-50%, -50%, 0);
-ms-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0); }
.travlr-ui .t-ajax-loader {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99;
background-color: rgba(255, 255, 255, 0.8);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
text-align: center; }
.travlr-ui .t-ajax-loader.active {
opacity: 1;
visibility: visible; }
.travlr-ui .t-ajax-loader .t-icon {
position: absolute;
top: 45%;
left: 50%;
-webkit-transform: translate3d(-50%, -50%, 0);
-moz-transform: translate3d(-50%, -50%, 0);
-o-transform: translate3d(-50%, -50%, 0);
-ms-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0); }
@keyframes loop {
0% {
width: 0%;
transform: translateX(0%); }
7% {
width: 10%;
transform: translateX(0%); }
40% {
width: 60%; }
50% {
transform: translateX(85%); }
75% {
width: 100%; }
100% {
transform: translateX(100%); } }
.travlr-ui .t-ajax-search-loader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999;
background-color: rgba(255, 255, 255, 0.8);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
text-align: center; }
.travlr-ui .t-ajax-search-loader.active {
opacity: 1;
visibility: visible; }
.travlr-ui .t-ajax-search-loader-logo {
max-width: 180px; }
.travlr-ui .t-ajax-search-loader-content {
max-width: 450px;
background-color: white;
padding: 24px;
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
-o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
text-align: center;
border-radius: 4px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate3d(-50%, -50%, 0);
-moz-transform: translate3d(-50%, -50%, 0);
-o-transform: translate3d(-50%, -50%, 0);
-ms-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
position: relative;
overflow: hidden; }
@media screen and (max-width: 480px) {
.travlr-ui .t-ajax-search-loader-content {
max-width: calc(100% - 32px); } }
.travlr-ui .t-ajax-search-loader-line-wrapper {
position: absolute;
bottom: 0;
left: 0;
background-color: rgba(45, 204, 211, 0.7);
width: 100%;
height: 4px; }
.travlr-ui .t-ajax-search-loader-line {
background-color: #2DCCD3;
height: 4px;
animation: 1.7s infinite loop cubic-bezier(0.42, 0, 0.58, 1); }
.travlr-ui .t-inner-html > h1, .travlr-ui .t-inner-html > h2, .travlr-ui .t-inner-html > h3, .travlr-ui .t-inner-html > h4, .travlr-ui .t-inner-html > h5, .travlr-ui .t-inner-html > h6 {
font-weight: 700;
font-style: normal;
font-stretch: normal;
letter-spacing: normal;
margin: 12px 0; }
.travlr-ui .t-inner-html > h1 {
font-size: 32px;
line-height: 36px; }
.travlr-ui .t-inner-html > h2 {
font-size: 28px;
line-height: 32px; }
.travlr-ui .t-inner-html > h3 {
font-size: 24px;
line-height: 28px; }
.travlr-ui .t-inner-html > h4 {
font-size: 20px;
line-height: 24px; }
.travlr-ui .t-inner-html > h5 {
font-size: 16px;
line-height: 20px; }
.travlr-ui .t-inner-html > h6 {
font-size: 14px;
line-height: 18px;
color: #6BA4B8; }
.travlr-ui .t-inner-html > ul {
list-style-position: inside;
list-style: disc;
padding-left: 32px; }
.travlr-ui .t-inner-html > ul li {
font-size: 14px;
line-height: 2.2;
font-weight: normal;
font-style: normal;
font-stretch: normal;
letter-spacing: normal; }
.travlr-ui .t-inner-html > ul li > span,
.travlr-ui .t-inner-html > ul li p,
.travlr-ui .t-inner-html > ul li div,
.travlr-ui .t-inner-html > ul li a {
font-size: 14px;
line-height: 20px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
letter-spacing: normal; }
.travlr-ui .t-error {
min-height: calc(100vh - 64px);
background-size: cover;
background-position: center center;
background-repeat: no-repeat; }
.travlr-ui .t-error-heading {
font-size: 64px;
font-weight: 700;
font-style: normal;
font-stretch: normal;
letter-spacing: normal; }
@media screen and (min-width: 768px) and (max-width: 1024px), print {
.travlr-ui .t-error .t-heading-1 {
font-size: 20px;
line-height: 1.4; } }
.travlr-ui .t-error-content {
max-width: 520px;
margin: 0 auto;
padding: 0 16px;
z-index: 2; }
.travlr-ui .t-error-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
z-index: 0; }
.travlr-ui .t-error-text {
font-size: 14px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.43;
letter-spacing: normal; }
.travlr-ui .t-has-background-image {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
overflow: hidden; }
.travlr-ui .t-no-border {
border: 0 !important; }
@media screen and (max-width: 480px) {
.travlr-ui .t-no-mobile-border {
border: 0 !important; } }
.travlr-ui .t-border {
border: 1px solid #DDDDDD; }
.travlr-ui .t-border-left {
border-left: 1px solid #DDDDDD; }
.travlr-ui .t-border-right {
border-right: 1px solid #DDDDDD; }
.travlr-ui .t-border-radius {
border-radius: 4px; }
.travlr-ui .t-no-border-radius-top-left {
border-top-left-radius: 0 !important; }
.travlr-ui .t-no-border-radius-top-right {
border-top-right-radius: 0 !important; }
.travlr-ui .t-no-border-radius-bottom-left {
border-bottom-left-radius: 0 !important; }
.travlr-ui .t-no-border-radius-bottom-right {
border-bottom-right-radius: 0 !important; }
.travlr-ui .t-no-border-radius {
border-radius: 0 !important; }
@media screen and (max-width: 480px) {
.travlr-ui .t-no-mobile-border-radius {
border-radius: 0 !important; } }
.travlr-ui .t-primary-box-shadow {
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
-o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }
@media screen and (max-width: 480px) {
.travlr-ui .t-primary-box-shadow-mobile {
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
-o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); } }
.travlr-ui .t-main-content {
margin-top: 64px;
min-height: calc(100vh - 128px);
position: relative;
display: block; }
.travlr-ui .t-color-primary {
color: #2DCCD3; }
.travlr-ui .t-color-primary-light {
color: #57DBE1; }
.travlr-ui .t-color-primary-dark {
color: #1EB8BF; }
.travlr-ui .t-color-primary-hover:hover {
color: #2DCCD3; }
.travlr-ui .t-color-primary-hover-light {
color: #57DBE1; }
.travlr-ui .t-color-primary-hover-dark {
color: #1EB8BF; }
.travlr-ui .t-color-secondary {
color: #6BA4B8; }
.travlr-ui .t-color-secondary-light {
color: #81B9CD; }
.travlr-ui .t-color-secondary-dark {
color: #5D96AA; }
.travlr-ui .t-color-secondary-hover {
color: #6BA4B8; }
.travlr-ui .t-color-secondary-hover-light {
color: #81B9CD; }
.travlr-ui .t-color-secondary-hover-dark {
color: #5D96AA; }
.travlr-ui .t-color-tertiary {
color: #006272; }
.travlr-ui .t-color-tertiary-light {
color: #047486; }
.travlr-ui .t-color-tertiary-dark {
color: #015360; }
.travlr-ui .t-color-tertiary-hover {
color: #006272; }
.travlr-ui .t-color-tertiary-hover-light {
color: #047486; }
.travlr-ui .t-color-tertiary-hover-dark {
color: #015360; }
.travlr-ui .t-color-white {
color: #FFFFFF; }
.travlr-ui .t-color-grey-lightest {
color: #F4F4F4; }
.travlr-ui .t-color-grey-lighter {
color: #DDDDDD; }
.travlr-ui .t-color-grey-light {
color: #CCCCCC; }
.travlr-ui .t-color-grey-med {
color: #B6B9BB; }
.travlr-ui .t-color-grey-dark {
color: #8E9497; }
.travlr-ui .t-color-grey-darker {
color: #666C6F; }
.travlr-ui .t-color-grey-darkest {
color: #374044; }
.travlr-ui .t-color-black {
color: #000000; }
.travlr-ui .t-color-danger {
color: #F45252; }
.travlr-ui .t-color-warning {
color: #F9C80E; }
.travlr-ui .t-color-success {
color: #78CC4E; }
.travlr-ui .t-cursor-auto {
cursor: auto !important; }
.travlr-ui .t-cursor-crosshair {
cursor: crosshair !important; }
.travlr-ui .t-cursor-default {
cursor: default !important; }
.travlr-ui .t-cursor-grab {
cursor: grab !important; }
.travlr-ui .t-cursor-help {
cursor: help !important; }
.travlr-ui .t-cursor-none {
cursor: none !important; }
.travlr-ui .t-cursor-pointer {
cursor: pointer !important; }
.travlr-ui .t-cursor-text {
cursor: text !important; }
.travlr-ui .t-cursor-zoom-in {
cursor: zoom-in !important; }
.travlr-ui .t-cursor-zoom-out {
cursor: zoom-out !important; }
.travlr-ui .t-invisible {
visibility: hidden !important; }
.travlr-ui .t-background-primary {
background-color: #2DCCD3; }
.travlr-ui .t-background-primary-light {
background-color: #57DBE1; }
.travlr-ui .t-background-primary-dark {
background-color: #1EB8BF; }
.travlr-ui .t-background-primary-hover {
background-color: #2DCCD3; }
.travlr-ui .t-background-primary-hover-light {
background-color: #57DBE1; }
.travlr-ui .t-background-primary-hover-dark {
background-color: #1EB8BF; }
.travlr-ui .t-background-secondary {
background-color: #6BA4B8; }
.travlr-ui .t-background-secondary-light {
background-color: #81B9CD; }
.travlr-ui .t-background-secondary-dark {
background-color: #5D96AA; }
.travlr-ui .t-background-secondary-hover {
background-color: #6BA4B8; }
.travlr-ui .t-background-secondary-hover-light {
background-color: #81B9CD; }
.travlr-ui .t-background-secondary-hover-dark {
background-color: #5D96AA; }
.travlr-ui .t-background-tertiary {
background-color: #006272; }
.travlr-ui .t-background-tertiary-light {
background-color: #047486; }
.travlr-ui .t-background-tertiary-dark {
background-color: #015360; }
.travlr-ui .t-background-tertiary-hover {
background-color: #006272; }
.travlr-ui .t-background-tertiary-hover-light {
background-color: #047486; }
.travlr-ui .t-background-tertiary-hover-dark {
background-color: #015360; }
.travlr-ui .t-background-white {
background-color: #FFFFFF; }
.travlr-ui .t-background-grey-lightest {
background-color: #F4F4F4; }
.travlr-ui .t-background-grey-lighter {
background-color: #DDDDDD; }
.travlr-ui .t-background-grey-light {
background-color: #CCCCCC; }
.travlr-ui .t-background-grey-med {
background-color: #B6B9BB; }
.travlr-ui .t-background-grey-dark {
background-color: #8E9497; }
.travlr-ui .t-background-grey-darker {
background-color: #666C6F; }
.travlr-ui .t-background-grey-darkest {
background-color: #374044; }
.travlr-ui .t-background-black {
background-color: #000000; }
.travlr-ui .t-background-danger {
background-color: #F45252; }
.travlr-ui .t-background-warning {
background-color: #F9C80E; }
.travlr-ui .t-background-success {
background-color: #78CC4E; }
@media screen and (max-width: 480px) {
.travlr-ui .t-background-mobile-primary {
background-color: #2DCCD3; }
.travlr-ui .t-background-mobile-primary-light {
background-color: #57DBE1; }
.travlr-ui .t-background-mobile-primary-dark {
background-color: #1EB8BF; }
.travlr-ui .t-background-mobile-primary-hover {
background-color: #2DCCD3; }
.travlr-ui .t-background-mobile-primary-hover-light {
background-color: #57DBE1; }
.travlr-ui .t-background-mobile-primary-hover-dark {
background-color: #1EB8BF; }
.travlr-ui .t-background-mobile-secondary {
background-color: #6BA4B8; }
.travlr-ui .t-background-mobile-secondary-light {
background-color: #81B9CD; }
.travlr-ui .t-background-mobile-secondary-dark {
background-color: #5D96AA; }
.travlr-ui .t-background-mobile-secondary-hover {
background-color: #6BA4B8; }
.travlr-ui .t-background-mobile-secondary-hover-light {
background-color: #81B9CD; }
.travlr-ui .t-background-mobile-secondary-hover-dark {
background-color: #5D96AA; }
.travlr-ui .t-background-mobile-tertiary {
background-color: #006272; }
.travlr-ui .t-background-mobile-tertiary-light {
background-color: #047486; }
.travlr-ui .t-background-mobile-tertiary-dark {
background-color: #015360; }
.travlr-ui .t-background-mobile-tertiary-hover {
background-color: #006272; }
.travlr-ui .t-background-mobile-tertiary-hover-light {
background-color: #047486; }
.travlr-ui .t-background-mobile-tertiary-hover-dark {
background-color: #015360; }
.travlr-ui .t-background-mobile-white {
background-color: #FFFFFF; }
.travlr-ui .t-background-mobile-grey-lightest {
background-color: #F4F4F4; }
.travlr-ui .t-background-mobile-grey-lighter {
background-color: #DDDDDD; }
.travlr-ui .t-background-mobile-grey-light {
background-color: #CCCCCC; }
.travlr-ui .t-background-mobile-grey-med {
background-color: #B6B9BB; }
.travlr-ui .t-background-mobile-grey-dark {
background-color: #8E9497; }
.travlr-ui .t-background-mobile-grey-darker {
background-color: #666C6F; }
.travlr-ui .t-background-mobile-grey-darkest {
background-color: #374044; }
.travlr-ui .t-background-mobile-black {
background-color: #000000; }
.travlr-ui .t-background-mobile-danger {
background-color: #F45252; }
.travlr-ui .t-background-mobile-warning {
background-color: #F9C80E; }
.travlr-ui .t-background-mobile-danger {
background-color: #F45252; } }
@media screen and (max-width: 480px) {
.travlr-ui .t-background-mobile-primary {
background-color: #2DCCD3; }
.travlr-ui .t-background-mobile-primary-light {
background-color: #57DBE1; }
.travlr-ui .t-background-mobile-primary-dark {
background-color: #1EB8BF; }
.travlr-ui .t-background-mobile-primary-hover {
background-color: #2DCCD3; }
.travlr-ui .t-background-mobile-primary-hover-light {
background-color: #57DBE1; }
.travlr-ui .t-background-mobile-primary-hover-dark {
background-color: #1EB8BF; }
.travlr-ui .t-background-mobile-secondary {
background-color: #6BA4B8; }
.travlr-ui .t-background-mobile-secondary-light {
background-color: #81B9CD; }
.travlr-ui .t-background-mobile-secondary-dark {
background-color: #5D96AA; }
.travlr-ui .t-background-mobile-secondary-hover {
background-color: #6BA4B8; }
.travlr-ui .t-background-mobile-secondary-hover-light {
background-color: #81B9CD; }
.travlr-ui .t-background-mobile-secondary-hover-dark {
background-color: #5D96AA; }
.travlr-ui .t-background-mobile-tertiary {
background-color: #006272; }
.travlr-ui .t-background-mobile-tertiary-light {
background-color: #047486; }
.travlr-ui .t-background-mobile-tertiary-dark {
background-color: #015360; }
.travlr-ui .t-background-mobile-tertiary-hover {
background-color: #006272; }
.travlr-ui .t-background-mobile-tertiary-hover-light {
background-color: #047486; }
.travlr-ui .t-background-mobile-tertiary-hover-dark {
background-color: #015360; }
.travlr-ui .t-background-mobile-white {
background-color: #FFFFFF; }
.travlr-ui .t-background-mobile-grey-lightest {
background-color: #F4F4F4; }
.travlr-ui .t-background-mobile-grey-lighter {
background-color: #DDDDDD; }
.travlr-ui .t-background-mobile-grey-light {
background-color: #CCCCCC; }
.travlr-ui .t-background-mobile-grey-med {
background-color: #B6B9BB; }
.travlr-ui .t-background-mobile-grey-dark {
background-color: #8E9497; }
.travlr-ui .t-background-mobile-grey-darker {
background-color: #666C6F; }
.travlr-ui .t-background-mobile-grey-darkest {
background-color: #374044; }
.travlr-ui .t-background-mobile-black {
background-color: #000000; }
.travlr-ui .t-background-mobile-danger {
background-color: #F45252; }
.travlr-ui .t-background-mobile-warning {
background-color: #F9C80E; }
.travlr-ui .t-background-mobile-danger {
background-color: #F45252; } }
@media screen and (max-width: 480px) {
.travlr-ui .t-background-mobile-primary {
background-color: #2DCCD3; }
.travlr-ui .t-background-mobile-primary-light {
background-color: #57DBE1; }
.travlr-ui .t-background-mobile-primary-dark {
background-color: #1EB8BF; }
.travlr-ui .t-background-mobile-primary-hover {
background-color: #2DCCD3; }
.travlr-ui .t-background-mobile-primary-hover-light {
background-color: #57DBE1; }
.travlr-ui .t-background-mobile-primary-hover-dark {
background-color: #1EB8BF; }
.travlr-ui .t-background-mobile-secondary {
background-color: #6BA4B8; }
.travlr-ui .t-background-mobile-secondary-light {
background-color: #81B9CD; }
.travlr-ui .t-background-mobile-secondary-dark {
background-color: #5D96AA; }
.travlr-ui .t-background-mobile-secondary-hover {
background-color: #6BA4B8; }
.travlr-ui .t-background-mobile-secondary-hover-light {
background-color: #81B9CD; }
.travlr-ui .t-background-mobile-secondary-hover-dark {
background-color: #5D96AA; }
.travlr-ui .t-background-mobile-tertiary {
background-color: #006272; }
.travlr-ui .t-background-mobile-tertiary-light {
background-color: #047486; }
.travlr-ui .t-background-mobile-tertiary-dark {
background-color: #015360; }
.travlr-ui .t-background-mobile-tertiary-hover {
background-color: #006272; }
.travlr-ui .t-background-mobile-tertiary-hover-light {
background-color: #047486; }
.travlr-ui .t-background-mobile-tertiary-hover-dark {
background-color: #015360; }
.travlr-ui .t-background-mobile-white {
background-color: #FFFFFF; }
.travlr-ui .t-background-mobile-grey-lightest {
background-color: #F4F4F4; }
.travlr-ui .t-background-mobile-grey-lighter {
background-color: #DDDDDD; }
.travlr-ui .t-background-mobile-grey-light {
background-color: #CCCCCC; }
.travlr-ui .t-background-mobile-grey-med {
background-color: #B6B9BB; }
.travlr-ui .t-background-mobile-grey-dark {
background-color: #8E9497; }
.travlr-ui .t-background-mobile-grey-darker {
background-color: #666C6F; }
.travlr-ui .t-background-mobile-grey-darkest {
background-color: #374044; }
.travlr-ui .t-background-mobile-black {
background-color: #000000; }
.travlr-ui .t-background-mobile-danger {
background-color: #F45252; }
.travlr-ui .t-background-mobile-warning {
background-color: #F9C80E; }
.travlr-ui .t-background-mobile-danger {
background-color: #F45252; } }
.travlr-ui .t-clearfix::after {
clear: both;
content: " ";
display: table; }
.travlr-ui .t-float-left {
float: left !important; }
@media screen and (max-width: 480px) {
.travlr-ui .t-float-left-mobile {
float: left !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px), print {
.travlr-ui .t-float-left-tablet {
float: left !important; } }
@media screen and (max-width: 991px) {
.travlr-ui .t-float-left-touch {
float: left !important; } }
@media screen and (max-width: 992px) {
.travlr-ui .t-float-left-desktop {
float: left !important; } }
@media screen and (max-width: 1200px) {
.travlr-ui .t-float-left-widescreen {
float: left !important; } }
@media screen and (max-width: 1344px) {
.travlr-ui .t-float-left-fullhd {
float: left !important; } }
.travlr-ui .t-float-right {
float: right !important; }
@media screen and (max-width: 480px) {
.travlr-ui .t-float-right-mobile {
float: right !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px), print {
.travlr-ui .t-float-right-tablet {
float: right !important; } }
@media screen and (max-width: 991px) {
.travlr-ui .t-float-right-touch {
float: right !important; } }
@media screen and (max-width: 992px) {
.travlr-ui .t-float-right-desktop {
float: right !important; } }
@media screen and (max-width: 1200px) {
.travlr-ui .t-float-right-widescreen {
float: right !important; } }
@media screen and (max-width: 1344px) {
.travlr-ui .t-float-right-fullhd {
float: right !important; } }
.travlr-ui .t-float-unset {
float: unset !important; }
@media screen and (max-width: 480px) {
.travlr-ui .t-float-unset-mobile {
float: unset !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px), print {
.travlr-ui .t-float-unset-tablet {
float: unset !important; } }
@media screen and (max-width: 991px) {
.travlr-ui .t-float-unset-touch {
float: unset !important; } }
@media screen and (max-width: 992px) {
.travlr-ui .t-float-unset-desktop {
float: unset !important; } }
@media screen and (max-width: 1200px) {
.travlr-ui .t-float-unset-widescreen {
float: unset !important; } }
@media screen and (max-width: 1344px) {
.travlr-ui .t-float-unset-fullhd {
float: unset !important; } }
.travlr-ui .t-float-inherit {
float: inherit !important; }
@media screen and (max-width: 480px) {
.travlr-ui .t-float-inherit-mobile {
float: inherit !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px), print {
.travlr-ui .t-float-inherit-tablet {
float: inherit !important; } }
@media screen and (max-width: 991px) {
.travlr-ui .t-float-inherit-touch {
float: inherit !important; } }
@media screen and (max-width: 992px) {
.travlr-ui .t-float-inherit-desktop {
float: inherit !important; } }
@media screen and (max-width: 1200px) {
.travlr-ui .t-float-inherit-widescreen {
float: inherit !important; } }
@media screen and (max-width: 1344px) {
.travlr-ui .t-float-inherit-fullhd {
float: inherit !important; } }
.travlr-ui .t-float-none {
float: none !important; }
@media screen and (max-width: 480px) {
.travlr-ui .t-float-none-mobile {
float: none !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px), print {
.travlr-ui .t-float-none-tablet {
float: none !important; } }
@media screen and (max-width: 991px) {
.travlr-ui .t-float-none-touch {
float: none !important; } }
@media screen and (max-width: 992px) {
.travlr-ui .t-float-none-desktop {
float: none !important; } }
@media screen and (max-width: 1200px) {
.travlr-ui .t-float-none-widescreen {
float: none !important; } }
@media screen and (max-width: 1344px) {
.travlr-ui .t-float-none-fullhd {
float: none !important; } }
.travlr-ui .t-label-code {
background-color: #F4F4F4;
border: 1px solid #CCCCCC;
padding: 0 5px;
border-radius: 4px;
color: #F45252;
font-family: monospace; }
.travlr-ui .t-label-code-small {
background-color: #F4F4F4;
border: 1px solid #CCCCCC;
padding: 0 5px;
border-radius: 4px;
color: #F45252;
font-family: monospace;
font-size: 10px; }
.travlr-ui .t-separator {
height: 1px;
width: 100%;
max-width: 1136px;
margin: 20px auto;
background-color: #DDDDDD; }
.travlr-ui .t-separator-small {
margin: 16px 0; }
.travlr-ui .t-separator-middle {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-webkit-transform: translate3d(-50%, -50%, 0);
-moz-transform: translate3d(-50%, -50%, 0);
-o-transform: translate3d(-50%, -50%, 0);
-ms-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
margin: 0 auto;
left: 50%;
width: calc(100% - 24px);
z-index: 0;
background-color: #cccccc; }
.travlr-ui .t-middle-text {
display: inline-block;
height: 100%;
vertical-align: middle; }
.travlr-ui .t-text-align-center {
text-align: center !important; }
.travlr-ui .t-text-align-justify {
text-align: justify !important; }
.travlr-ui .t-text-align-left {
text-align: left !important; }
.travlr-ui .t-text-align-right {
text-align: right !important; }
.travlr-ui .t-text-overline {
text-decoration: overline !important; }
.travlr-ui .t-text-line-through {
text-decoration: line-through !important; }
.travlr-ui .t-text-underline {
text-decoration: underline !important; }
.travlr-ui .t-hyphens {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto; }
.travlr-ui .t-ellipsis {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.travlr-ui .t-ellipsis-1-line {
display: block;
max-width: 100%;
word-wrap: normal;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis; }
.travlr-ui .t-ellipsis-2-line {
display: block;
max-width: 100%;
word-wrap: normal;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis; }
.travlr-ui .t-ellipsis-3-line {
display: block;
max-width: 100%;
word-wrap: normal;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis; }
.travlr-ui .t-text-size-1 {
font-size: 32px; }
.travlr-ui .t-text-size-2 {
font-size: 28px; }
.travlr-ui .t-text-size-3 {
font-size: 24px; }
.travlr-ui .t-text-size-4 {
font-size: 20px; }
.travlr-ui .t-text-size-5 {
font-size: 16px; }
.travlr-ui .t-text-size-6 {
font-size: 14px; }
.travlr-ui .t-text-size-body {
font-size: 14px; }
.travlr-ui .t-text-size-caption {
font-size: 12px; }
.travlr-ui .t-text-size-small {
font-size: 10px; }
.travlr-ui .t-text-weight-bold {
text-transform: 700 !important; }
.travlr-ui .t-text-weight-semibold {
text-transform: 600 !important; }
.travlr-ui .t-text-weight-reguler {
text-transform: 400 !important; }
.travlr-ui .t-text-capitalize {
text-transform: capitalize !important; }
.travlr-ui .t-text-lowercase {
text-transform: lowercase !important; }
.travlr-ui .t-text-uppercase {
text-transform: uppercase !important; }
.travlr-ui .t-text-italic {
text-transform: italic !important; }
.travlr-ui .t-typeface-primary {
font-family: "Montserrat", sans-serif; }
.travlr-ui .t-overflow-inherit {
overflow: inherit !important; }
.travlr-ui .t-overflow-initial {
overflow: initial !important; }
.travlr-ui .t-overflow-auto {
overflow: auto !important; }
.travlr-ui .t-overflow-scroll {
overflow: scroll !important; }
.travlr-ui .t-overflow-hidden {
overflow: hidden !important; }
.travlr-ui .t-overflow-visible {
overflow: visible !important; }
.travlr-ui .t-overflow-unset {
overflow: unset !important; }
.travlr-ui .t-position-relative {
position: relative !important; }
.travlr-ui .t-position-absolute {
position: absolute !important; }
.travlr-ui .t-position-fixed {
position: fixed !important; }
.travlr-ui .t-position-sub {
position: sub !important; }
.travlr-ui .t-position-super {
position: super !important; }
.travlr-ui .t-position-unset {
position: unset !important; }
.travlr-ui .t-unselectable {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.travlr-ui .t-no-margin {
margin: 0 !important; }
.travlr-ui .t-no-padding {
padding: 0 !important; }
@media screen and (max-width: 480px) {
.travlr-ui .t-no-mobile-margin {
margin: 0 !important; }
.travlr-ui .t-no-mobile-padding {
padding: 0 !important; } }
.travlr-ui .t-m-t-0 {
margin-top: 0px; }
.travlr-ui .t-p-t-0 {
padding-top: 0px; }
@media screen and (max-width: 480px) {
.travlr-ui .t-mobile-m-t-0 {
margin-top: 0px !important; }
.travlr-ui .t-mobile-p-t-0 {
padding-top: 0px !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px), print {
.travlr-ui .t-tablet-m-t-0 {
margin-top: 0px !important; }
.travlr-ui .t-tablet-p-t-0 {
padding-top: 0px !important; } }
@media screen and (max-width: 1200px) {
.travlr-ui .t-wide-m-t-0 {
margin-top: 0px !important; }
.travlr-ui .t-wide-p-t-0 {
padding-top: 0px !important; } }
.travlr-ui .t-m-b-0 {
margin-bottom: 0px; }
.travlr-ui .t-p-b-0 {
padding-bottom: 0px; }
@media screen and (max-width: 480px) {
.travlr-ui .t-mobile-m-b-0 {
margin-bottom: 0px !important; }
.travlr-ui .t-mobile-p-b-0 {
padding-bottom: 0px !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px), print {
.travlr-ui .t-tablet-m-b-0 {
margin-bottom: 0px !important; }
.travlr-ui .t-tablet-p-b-0 {
padding-bottom: 0px !important; } }
@media screen and (max-width: 1200px) {
.travlr-ui .t-wide-m-b-0 {
margin-bottom: 0px !important; }
.travlr-ui .t-wide-p-b-0 {
padding-bottom: 0px !important; } }
.travlr-ui .t-m-l-0 {
margin-left: 0px; }
.travlr-ui .t-p-l-0 {
padding-left: 0px; }
@media screen and (max-width: 480px) {
.travlr-ui .t-mobile-m-l-0 {
margin-left: 0px !important; }
.travlr-ui .t-mobile-p-l-0 {
padding-left: 0px !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px), print {
.travlr-ui .t-tablet-m-l-0 {
margin-left: 0px !important; }
.travlr-ui .t-tablet-p-l-0 {
padding-left: 0px !important; } }
@media screen and (max-width: 1200px) {
.travlr-ui .t-wide-m-l-0 {
margin-left: 0px !important; }
.travlr-ui .t-wide-p-l-0 {
padding-left: 0px !important; } }
.travlr-ui .t-m-r-0 {
margin-right: 0px; }
.travlr-ui .t-p-r-0 {
padding-right: 0px; }
@media screen and (max-width: 480px) {
.travlr-ui .t-mobile-m-r-0 {
margin-right: 0px !important; }
.travlr-ui .t-mobile-p-r-0 {
padding-right: 0px !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px), print {
.travlr-ui .t-tablet-m-r-0 {
margin-right: 0px !important; }
.travlr-ui .t-tablet-p-r-0 {
padding-right: 0px !important; } }
@media screen and (max-width: 1200px) {
.travlr-ui .t-wide-m-r-0 {
margin-right: 0px !important; }
.travlr-ui .t-wide-p-r-0 {
padding-right: 0px !important; } }
.travlr-ui .t-m-t-4 {
margin-top: 4px; }
.travlr-ui .t-p-t-4 {
padding-top: 4px; }
@media screen and (max-width: 480px) {
.travlr-ui .t-mobile-m-t-4 {
margin-top: 4px !important; }
.travlr-ui .t-mobile-p-t-4 {
padding-top: 4px !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px), print {
.travlr-ui .t-tablet-m-t-4 {
margin-top: 4px !important; }
.travlr-ui .t-tablet-p-t-4 {
padding-top: 4px !important; } }
@media screen and (max-width: 1200px) {
.travlr-ui .t-wide-m-t-4 {
margin-top: 4px !important; }
.travlr-ui .t-wide-p-t-4 {
padding-top: 4px !important; } }
.travlr-ui .t-m-b-4 {
margin-bottom: 4px; }
.travlr-ui .t-p-b-4 {
padding-bottom: 4px; }
@media screen and (max-width: 480px) {
.travlr-ui .t-mobile-m-b-4 {
margin-bottom: 4px !important; }
.travlr-ui .t-mobile-p-b-4 {
padding-bottom: 4px !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px), print {
.travlr-ui .t-tablet-m-b-4 {
margin-bottom: 4px !important; }
.travlr-ui .t-tablet-p-b-4 {
padding-bottom: 4px !important; } }
@media screen and (max-width: 1200px) {
.travlr-ui .t-wide-m-b-4 {
margin-bottom: 4px !important; }
.travlr-ui .t-wide-p-b-4 {
padding-bottom: 4px !important; } }
.travlr-ui .t-m-l-4 {
margin-left: 4px; }
.travlr-ui .t-p-l-4 {
padding-left: 4px; }
@media screen and (max-width: 480px) {
.travlr-ui .t-mobile-m-l-4 {
margin-left: 4px !important; }
.travlr-ui .t-mobile-p-l-4 {
padding-left: 4px !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px), print {
.travlr-ui .t-tablet-m-l-4 {
margin-left: 4px !important; }
.travlr-ui .t-tablet-p-l-4 {
padding-left: 4px !important; } }
@media screen and (max-width: 1200px) {
.travlr-ui .t-wide-m-l-4 {
margin-left: 4px !important; }
.travlr-ui .t-wide-p-l-4 {
padding-left: 4px !important; } }
.travlr-ui .t-m-r-4 {
margin-right: 4px; }
.travlr-ui .t-p-r-4 {
padding-right: 4px; }
@media screen and (max-width: 480px) {
.travlr-ui .t-mobile-m-r-4 {
margin-right: 4px !important; }
.travlr-ui .t-mobile-p-r-4 {
padding-right: 4px !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px), print {
.travlr-ui .t-tablet-m-r-4 {
margin-right: 4px !important; }
.travlr-ui .t-tablet-p-r-4 {
padding-right: 4px !important; } }
@media screen and (max-width: 1200px) {
.travlr-ui .t-wide-m-r-4 {
margin-right: 4px !important; }
.travlr-ui .t-wide-p-r-4 {
padding-right: 4px !important; } }
.travlr-ui .t-m-t-5 {
margin-top: 5px; }
.travlr-ui .t-p-t-5 {
padding-top: 5px; }
@media screen and (max-width: 480px) {
.travlr-ui .t-mobile-m-t-5 {
margin-top: 5px !important; }
.travlr-ui .t-mobile-p-t-5 {
padding-top: 5px !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px), print {
.travlr-ui .t-tablet-m-t-5 {
margin-top: 5px !important; }
.travlr-ui .t-tablet-p-t-5 {
padding-top: 5px !important; } }
@media screen and (max-width: 1200px) {
.travlr-ui .t-wide-m-t-5 {
margin-top: 5px !important; }
.travlr-ui .t-wide-p-t-5 {
padding-top: 5px !important; } }
.travlr-ui .t-m-b-5 {
margin-bottom: 5px; }
.travlr-ui .t-p-b-5 {
padding-bottom: 5px; }
@media screen and (max-width: 480px) {
.travlr-ui .t-mobile-m-b-5 {
margin-bottom: 5px !important; }
.travlr-ui .t-mobile-p-b-5 {
padding-bottom: 5px !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px), print {
.travlr-ui .t-tablet-m-b-5 {
margin-bottom: 5px !important; }
.travlr-ui .t-tablet-p-b-5 {
padding-bottom: 5px !important; } }
@media screen and (max-width: 1200px) {
.travlr-ui .t-wide-m-b-5 {
margin-bottom: 5px !important; }
.travlr-ui .t-wide-p-b-5 {
padding-bottom: 5px !important; } }
.travlr-ui .t-m-l-5 {
margin-left: 5px; }
.travlr-ui .t-p-l-5 {
padding-left: 5px; }
@media screen and (max-width: 480px) {
.travlr-ui .t-mobile-m-l-5 {
margin-left: 5px !important; }
.travlr-ui .t-mobile-p-l-5 {
padding-left: 5px !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px), print {
.travlr-ui .t-tablet-m-l-5 {
margin-left: 5px !important; }
.travlr-ui .t-tablet-p-l-5 {
padding-left: 5px !important; } }
@media screen and (max-width: 1200px) {
.travlr-ui .t-wide-m-l-5 {
margin-left: 5px !important; }
.travlr-ui .t-wide-p-l-5 {
padding-left: 5px !important; } }
.travlr-ui .t-m-r-5 {
margin-right: 5px; }
.travlr-ui .t-p-r-5 {
padding-right: 5px; }
@media screen and (max-width: 480px) {
.travlr-ui .t-mobile-m-r-5 {
margin-right: 5px !important; }
.travlr-ui .t-mobile-p-r-5 {
padding-right: 5px !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px), print {
.travlr-ui .t-tablet-m-r-5 {
margin-right: 5px !important; }
.travlr-ui .t-tablet-p-r-5 {
padding-right: 5px !important; } }
@media screen and (max-width: 1200px) {
.travlr-ui .t-wide-m-r-5 {
margin-right: 5px !important; }
.travlr-ui .t-wide-p-r-5 {
padding-right: 5px !important; } }
.travlr-ui .t-m-t-6 {
margin-top: 6px; }
.travlr-ui .t-p-t-6 {
padding-top: 6px; }
@media screen and (max-width: 480px) {
.travlr-ui .t-mobile-m-t-6 {
margin-top: 6px !important; }
.travlr-ui .t-mobile-p-t-6 {
padding-top: 6px !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px), print {
.travlr-ui .t-tablet-m-t-6 {
margin-top: 6px !important; }
.travlr-ui .t-tablet-p-t-6 {
padding-top: 6px !important; } }
@media screen and (max-width: 1200px) {
.travlr-ui .t-wide-m-t-6 {
margin-top: 6px !important; }
.travlr-ui .t-wide-p-t-6 {
padding-top: 6px !important; } }
.travlr-ui .t-m-b-6 {
margin-bottom: 6px; }
.travlr-ui .t-p-b-6 {
padding-bottom: 6px; }
@media screen and (max-width: 480px) {
.travlr-ui .t-mobile-m-b-6 {
margin-bottom: 6px !important; }
.travlr-ui .t-mobile-p-b-6 {
padding-bottom: 6px !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px), print {
.travlr-ui .t-tablet-m-b-6 {
margin-bottom: 6px !important; }
.travlr-ui .t-tablet-p-b-6 {
padding-bottom: 6px !important; } }
@media screen and (max-width: 1200px) {
.travlr-ui .t-wide-m-b-6 {
margin-bottom: 6px !important; }
.travlr-ui .t-wide-p-b-6 {
padding-bottom: 6px !important; } }
.travlr-ui .t-m-l-6 {
margin-left: 6px; }
.travlr-ui .t-p-l-6 {
padding-left: 6px; }
@media screen and (max-width: 480px) {
.travlr-ui .t-mobile-m-l-6 {
margin-left: 6px !important; }
.travlr-ui .t-mobile-p-l-6 {
padding-left: 6px !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px), print {
.travlr-ui .t-tablet-m-l-6 {
margin-left: 6px !important; }
.travlr-ui .t-tablet-p-l-6 {
padding-left: 6px !important; } }
@media screen and (max-width: 1200px) {
.travlr-ui .t-wide-m-l-6 {
margin-left: 6px !important; }
.travlr-ui .t-wide-p-l-6 {
padding-left: 6px !important; } }
.travlr-ui .t-m-r-6 {
margin-right: 6px; }
.travlr-ui .t-p-r-6 {
padding-right: 6px; }
@media screen and (max-width: 480px) {
.travlr-ui .t-mobile-m-r-6 {
margin-right: 6px !important; }
.travlr-ui .t-mobile-p-r-6 {
padding-right: 6px !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px), print {
.travlr-ui .t-tablet-m-r-6 {
margin-right: 6px !important; }
.travlr-ui .t-tablet-p-r-6 {
padding-right: 6px !important; } }
@media screen and (max-width: 1200px) {
.travlr-ui .t-wide-m-r-6 {
margin-right: 6px !important; }
.travlr-ui .t-wide-p-r-6 {
padding-right: 6px !important; } }
.travlr-ui .t-m-t-8 {
margin-top: 8px; }
.travlr-ui .t-p-t-8 {
padding-top: 8px; }
@media screen and (max-width: 480px) {
.travlr-ui .t-mobile-m-t-8 {
margin-top: 8px !important; }
.travlr-ui .t-mobile-p-t-8 {
padding-top: 8px !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px), print {
.travlr-ui .t-tablet-m-t-8 {
margin-top: 8px !important; }
.travlr-ui .t-tablet-p-t-8 {
padding-top: 8px !important; } }
@media screen and (max-width: 1200px) {
.travlr-ui .t-wide-m-t-8 {
margin-top: 8px !important; }
.travlr-ui .t-wide-p-t-8 {
padding-top: 8px !important; } }
.travlr-ui .t-m-b-8 {
margin-bottom: 8px; }
.travlr-ui .t-p-b-8 {
padding-bottom: 8px; }
@media screen and (max-width: 480px) {
.travlr-ui .t-mobile-m-b-8 {
margin-bottom: 8px !important; }
.travlr-ui .t-mobile-p-b-8 {
padding-bottom: 8px !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px), print {
.travlr-ui .t-tablet-m-b-8 {
margin-bottom: 8px !important; }
.travlr-ui .t-tablet-p-b-8 {
padding-bottom: 8px !important; } }
@media screen and (max-width: 1200px) {
.travlr-ui .t-wide-m-b-8 {
margin-bottom: 8px !important; }
.travlr-ui .t-wide-p-b-8 {
padding-bottom: 8px !important; } }
.travlr-ui .t-m-l-8 {
margin-left: 8px; }
.travlr-ui .t-p-l-8 {
padding-left: 8px; }
@media screen and (max-width: 480px) {
.travlr-ui .t-mobile-m-l-8 {
margin-left: 8px !important; }
.travlr-ui .t-mobile-p-l-8 {
padding-left: 8px !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px), print {
.travlr-ui .t-tablet-m-l-8 {
margin-left: 8px !important; }
.travlr-ui .t-tablet-p-l-8 {
padding-left: 8px !important; } }
@media screen and (max-width: 1200px) {
.travlr-ui .t-wide-m-l-8 {
margin-left: 8px !important; }
.travlr-ui .t-wide-p-l-8 {
padding-left: 8px !important; } }
.travlr-ui .t-m-r-8 {
margin-right: 8px; }
.travlr-ui .t-p-r-8 {
padding-right: 8px; }
@media screen and (max-width: 480px) {
.travlr-ui .t-mobile-m-r-8 {
margin-right: 8px !important; }
.travlr-ui .t-mobile-p-r-8 {
padding-right: 8px !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px), print {
.travlr-ui .t-tablet-m-r-8 {
margin-right: 8px !important; }
.travlr-ui .t-tablet-p-r-8 {
padding-right: 8px !important; } }
@media screen and (max-width: 1200px) {
.travlr-ui .t-wide-m-r-8 {
margin-right: 8px !important; }
.travlr-ui .t-wide-p-r-8 {
padding-right: 8px !important; } }
.travlr-ui .t-m-t-10 {
margin-top: 10px; }
.travlr-ui .t-p-t-10 {
padding-top: 10px; }
@media screen and (max-width: 480px) {
.travlr-ui .t-mobile-m-t-10 {
margin-top: 10px !important; }
.travlr-ui .t-mobile-p-t-10 {
padding-top: 10px !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px), print {
.travlr-ui .t-tablet-m-t-10 {
margin-top: 10px !important; }
.travlr-ui .t-tablet-p-t-10 {
padding-top: 10px !important; } }
@media screen and (max-width: 1200px) {
.travlr-ui .t-wide-m-t-10 {
margin-top: 10px !important; }
.travlr-ui .t-wide-p-t-10 {
padding-top: 10px !important; } }
.travlr-ui .t-m-b-10 {
margin-bottom: 10px; }
.travlr-ui .t-p-b-10 {
padding-bottom: 10px; }
@media screen and (max-width: 480px) {
.travlr-ui .t-mobile-m-b-10 {
margin-bottom: 10px !important; }
.travlr-ui .t-mobile-p-b-10 {
padding-bottom: 10px !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px), print {
.travlr-ui .t-tablet-m-b-10 {
margin-bottom: 10px !important; }
.travlr-ui .t-tablet-p-b-10 {
padding-bottom: 10px !important; } }
@media screen and (max-width: 1200px) {
.travlr-ui .t-wide-m-b-10 {
margin-bottom: 10px !important; }
.travlr-ui .t-wide-p-b-10 {
padding-bottom: 10px !important; } }
.travlr-ui .t-m-l-10 {
margin-left: 10px; }
.travlr-ui .t-p-l-10 {
padding-left: 10px; }
@media screen and (max-width: 480px) {
.travlr-ui .t-mobile-m-l-10 {
margin-left: 10px !important; }
.travlr-ui .t-mobile-p-l-10 {
padding-left: 10px !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px), print {
.travlr-ui .t-tablet-m-l-10 {
margin-left: 10px !important; }
.travlr-ui .t-tablet-p-l-10 {
padding-left: 10px !important; } }
@media screen and (max-width: 1200px) {
.travlr-ui .t-wide-m-l-10 {
margin-left: 10px !important; }
.travlr-ui .t-wide-p-l-10 {
padding-left: 10px !important; } }
.travlr-ui .t-m-r-10 {
margin-right: 10px; }
.travlr-ui .t-p-r-10 {
padding-right: 10px; }
@media screen and (max-width: 480px) {
.travlr-ui .t-mobile-m-r-10 {
margin-right: 10px !important; }
.travlr-ui .t-mobile-p-r-10 {
padding-right: 10px !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px), print {
.travlr-ui .t-tablet-m-r-10 {
margin-right: 10px !important; }
.travlr-ui .t-tablet-p-r-10 {
padding-right: 10px !important; } }
@media screen and (max-width: 1200px) {
.travlr-ui .t-wide-m-r-10 {
margin-right: 10px !important; }
.travlr-ui .t-wide-p-r-10 {
padding-right: 10px !important; } }
.travlr-ui .t-m-t-12 {
margin-top: 12px; }
.travlr-ui .t-p-t-12 {
padding-top: 12px; }
@media screen and (max-width: 480px) {
.travlr-ui .t-mobile-m-t-12 {
margin-top: 12px !important; }
.travlr-ui .t-mobile-p-t-12 {
padding-top: 12px !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px), print {
.travlr-ui .t-tablet-m-t-12 {
margin-top: 12px !important; }
.travlr-ui .t-tablet-p-t-12 {
padding-top: 12px !important; } }
@media screen and (max-width: 1200px) {
.travlr-ui .t-wide-m-t-12 {
margin-top: 12px !important; }
.travlr-ui .t-wide-p-t-12 {
padding-top: 12px !important; } }
.travlr-ui .t-m-b-12 {
margin-bottom: 12px; }
.travlr-ui .t-p-b-12 {
padding-bottom: 12px; }
@media screen and (max-width: 480px) {
.travlr-ui .t-mobile-m-b-12 {