@import url('https://fonts.googleapis.com/css?family=Fredoka+One|Hind');
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?n1mlm3');
    src:  url('../fonts/icomoon.eot?n1mlm3#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?n1mlm3') format('truetype'),
      url('../fonts/icomoon.woff?n1mlm3') format('woff'),
      url('../fonts/icomoon.svg?n1mlm3#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
    
  .icon-star-regular:before {
    content: "\e900";
    color: #0c0;
  }

  .icon-star-regular.empty:before { 
    color:#ccc;
  }

  i.icon.icon-star-regular.half::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 23px;
    background: white;
    opacity: .8;
    right: 0;
}
i.icon.icon-star-regular.bighalf::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 48px;
    background: #f6f6f6;
    opacity: .8;
    right: 0;
}


.icon-wifi-icn24px:before {
    content: "\e92b";
  }
  .icon-wheelchair-access-icn24px:before {
    content: "\e901";
  }
  .icon-vacuum-icn24px:before {
    content: "\e902";
  }
  .icon-truck-stop-icn24px:before {
    content: "\e903";
  }
  .icon-toilet-icn24px:before {
    content: "\e92f";
  }
  .icon-showers-icn24px:before {
    content: "\e92c";
  }
  .icon-restaurant-icn24px:before {
    content: "\e936";
  }
  .icon-repair-garage-icn24px:before {
    content: "\e935";
  }
  .icon-propane-icn24px:before {
    content: "\e901";
  }
  .icon-payphone-icn24px:before {
    content: "\e902";
  }
  .icon-Pay-by-App-icn24px:before {
    content: "\e903";
  }
  .icon-parking-icn24px:before {
    content: "\e904";
  }
  .icon-HGV-fuel-icn24px:before {
    content: "\e905";
  }
  .icon-fuelService-icn24px:before {
    content: "\e906";
  }
  .icon-electric-charging-icn24px:before {
    content: "\e907";
  }
  .icon-convenience-store-icn24px:before {
    content: "\e937";
  }
  .icon-car-wash-icn24px:before {
    content: "\e908";
  }
  .icon-baby-change-icn24px:before {
    content: "\e90c";
  }
  .icon-ATM-icn24px:before {
    content: "\e90d";
  }
  .icon-alcohol-icn24px:before {
    content: "\e90e";
  }
  .icon-air-water-vacuum-icn24px:before {
    content: "\e925";
  }
  .icon-AdBlue-icn24px:before {
    content: "\e927";
  }
  .icon-hours-icn24px:before {
    content: "\e928";
  }
  
  
   
  body{
    background-color: #f9fafb; 
  }
  iframe{ max-width: 100%;}
/*----------------------------------------------------------------------------------------------------------------------
Project:	    MyHouse
Version:        1.0.0

Default Color   #FF723C;

Body copy:		'Roboto', sans-serif; 14px;
Headers:		'Roboto', sans-serif;

----------------------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------------------------
[Table of contents]

A. Basic Styling
  -- Styling

B. Helpers

  -- Borders
  -- Center
  -- Colors
  -- Column-count
  -- Background
  -- File-upload
  -- Height
  -- No gutters
  -- Opacity
  -- Overflow
  -- Position
  -- Shadow
  -- Typography
  -- Title
  -- Transitions
  -- Utilities
  -- Z-index

C. Components

  -- Badge
  -- Block
  -- Blockquote
  -- Box
  -- Buttons
  -- Breadcrumb
  -- Card
  -- Carousel
  -- Circle
  -- Collapse
  -- Description-list
  -- Dropdown
  -- Faq
  -- Feature
  -- Forms
  -- Footer
  -- Hr
  -- Inputs
  -- Item
  -- List
  -- Main
  -- Map
  -- Hero
  -- Navbar
  -- Page
  -- Pagination
  -- Partners
  -- Person
  -- Price-box
  -- Result
  -- Ribbon
  -- Sidebar
  -- Slider
  -- Tabs
  -- Quick-info

D. Plugins Styles
  -- Magnific Popup
  -- Owl Carousel

E. Custom Styles
  -- Search 

----------------------------------------------------------------------------------------------------------------------*/

/***********************************************************************************************************************
A. Basic Styling
***********************************************************************************************************************/

/*-------------------------------------------
  -- Styling - Colors, Font Size, Font Family
-------------------------------------------*/

body {  
    background-color: #f6f6f6;
    color: #191919;
    font-family: 'Hind', sans-serif;
    font-size: .9375rem;
    margin: 0;
    padding: 0;
}

html {
    font-size: 95%;
}

h1,
.h1 {
    font-weight: 500;
    font-size: 24px;
    text-transform:capitalize;
}

.ts-homepage h1 {
    margin-top: 1rem;
}

h2,
.h2 {
    font-weight: 300;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}

h3,
.h3 {
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    padding-bottom: .5rem;
}

h4,
.h4 {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
    margin-bottom: 2rem;
}

h5,
.h5 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
}

h6,
.h6 {
    font-size: .9375rem;
}

/***********************************************************************************************************************
B. Helpers
***********************************************************************************************************************/

/*-------------------------------------------
  -- Borders
-------------------------------------------*/

.ts-border-radius__sm {
    border-radius: .1875rem;
    /*overflow: hidden;*/
}

.ts-border-radius__md {
    border-radius: .25rem;
    /*overflow: hidden;*/
}

.ts-border-radius__lg {
    border-radius: .5rem;
    /*overflow: hidden;*/
}

.ts-border-radius__xl {
    border-radius: .75rem;
    /*overflow: hidden;*/
}

.ts-border-radius__pill {
    border-radius: 6.25rem !important;
    /*overflow: hidden;*/
}

.ts-border-radius__round-shape {
    border-radius: 187.5rem;
    /*overflow: hidden;*/
}

/* Center Align with Flex */

.ts-center__vertical {
    display: flex;
    align-items: center;
}

.ts-center__horizontal {
    display: flex;
    justify-content: center;
}

.ts-center__both {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ts-font-color__white {
    color: #fff;
}

.ts-font-color__black {
    color: #000;
}

.ts-font-color__primary {
    color: #FF723C;
}

.ts-bg-light {
    background-color: #f6f6f6;
}

.ts-bg-primary {
    background-color: #FF723C;
}

.ts-bg-black {
    background-color: #191919;
}

.text-white p {
    color: rgba(255, 255, 255, .6);
}

.ts-text-color-light {
    color: rgba(0, 0, 0, .5);
}

.ts-text-color-primary {
    color: #FF723C;
}

.ts-text-color-black {
    color: #191919;
}

/* Bootstrap primary colors */

.text-primary {
    color: #00f !important;
}

.bg-primary {
    background-color: #00f !important;
}

.border-primary {
    border-color: #00f !important;
}

.badge-primary {
    background-color: #00f !important;
}

.text-white .custom-checkbox .custom-control-label {
    color: rgba(255, 255, 255, .6);
}

.ts-column-count-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

.ts-column-count-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.ts-column-count-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.ts-column-count-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

/*-------------------------------------------
  -- Background
-------------------------------------------*/

[data-bg-image] {
    background-size: cover;
    background-position: 50%;
}

.ts-background {
    bottom: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: -2;
}

.ts-background .ts-background {
    height: 100%;
    width: 100%;
}

.ts-background-repeat {
    background-repeat: repeat;
    background-size: inherit;
}

.ts-background-repeat .ts-background-image {
    background-repeat: repeat;
    background-size: inherit;
}

.ts-background-image,
.ts-img-into-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.ts-background-image img,
.ts-img-into-bg img {
    display: none;
}

header {
    opacity: 1;
}

.ts-bokeh-background {
    -webkit-filter: blur(1.875rem);
    filter: blur(1.875rem);
    top: -1rem;
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 12rem;
    opacity: .6;
    overflow: hidden;
    z-index: -1;
}

.ts-bokeh-background #ts-canvas {
    width: 100%;
}

/* -- File Upload */

.file-upload {
    position: relative;
    height: 8rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.file-upload .file-upload-input {
    border-radius: .25rem;
    width: 100%;
    border: .125rem dashed rgba(0, 0, 0, .2);
    height: 8rem;
    text-align: center;
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 8rem 0 0 0;
    overflow: hidden;
    z-index: 1;
    transition: .3s ease;
}

.file-upload .file-upload-input:hover {
    border-color: rgba(0, 0, 0, .4);
    background-color: rgba(0, 0, 0, .05);
}

.file-upload span {
    position: absolute;
    top: 0;
    bottom: 0;
    line-height: 8rem;
    width: 100%;
    text-align: center;
    margin: auto;
    z-index: 0;
    left: 0;
    color: rgba(0, 0, 0, .5);
}

.file-upload span i {
    color: #FF723C;
    margin-right: 1rem;
}

.file-upload-previews>.MultiFile-label {
    border-radius: .1875rem;
    background-color: rgba(0, 0, 0, .03);
    display: inline-block;
    border: .125rem solid rgba(0, 0, 0, .1);
    padding: 1rem;
    position: relative;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.file-upload-previews span.MultiFile-label {
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 1rem;
}

.file-upload-previews span.MultiFile-label .MultiFile-title {
    position: absolute;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    padding: 1rem;
    bottom: 0;
    font-size: .75rem;
    text-align: center;
    width: 100%;
}

.file-upload-previews span.MultiFile-label .MultiFile-preview {
    max-width: 14rem !important;
    max-height: 7rem !important;
}

.file-uploaded-images .image {
    height: 15rem;
    display: inline-block;
    margin-bottom: 1.8rem;
    margin-right: 1.5rem;
    position: relative;
}

.file-uploaded-images .image figure {
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
    border-radius: 50%;
    cursor: pointer;
    background-color: red;
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: -1rem;
    top: -1rem;
    content: "";
    text-align: center;
    line-height: 1.5rem;
}

.file-uploaded-images .image figure i {
    color: #fff;
    font-size: 1rem;
}

.file-uploaded-images .image img {
    height: 100%;
}

.file-uploaded-images .image {
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
    height: 10rem;
    display: inline-block;
    margin-bottom: 1rem;
    margin-right: 1rem;
    position: relative;
}

.file-uploaded-images .image figure {
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
    border-radius: 50%;
    cursor: pointer;
    background-color: red;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: -0.75rem;
    top: -0.75rem;
    content: "";
    text-align: center;
    line-height: 1.375rem;
}

.file-uploaded-images .image figure i {
    color: #fff;
    font-size: .75rem;
}

.file-uploaded-images .image img {
    height: 100%;
}

.MultiFile-remove {
    line-height: .625rem !important;
}

/*-------------------------------------------
  -- Height
-------------------------------------------*/

.ts-h__auto {
    height: auto;
}

.ts-min-h__10vh {
    min-height: 10vh;
}

.ts-min-h__20vh {
    min-height: 20vh;
}

.ts-min-h__30vh {
    min-height: 30vh;
}

.ts-min-h__40vh {
    min-height: 40vh;
}

.ts-min-h__50vh {
    min-height: 50vh;
}

.ts-min-h__60vh {
    min-height: 60vh;
}

.ts-min-h__70vh {
    min-height: 70vh;
}

.ts-min-h__80vh {
    min-height: 80vh;
}

.ts-min-h__90vh {
    min-height: 90vh;
}

.ts-min-h__100vh {
    min-height: 100vh;
}

/* SM*/

/*MD*/

/*LG*/

/*XL*/

/*-------------------------------------------
  -- No Gutters - Removes padding from col*
-------------------------------------------*/

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

/*-------------------------------------------
  -- Opacity
-------------------------------------------*/

.ts-opacity__5 {
    opacity: .05;
}

.ts-opacity__10 {
    opacity: .1;
}

.ts-opacity__20 {
    opacity: .2;
}

.ts-opacity__30 {
    opacity: .3;
}

.ts-opacity__40 {
    opacity: .4;
}

.ts-opacity__50 {
    opacity: .5;
}

.ts-opacity__60 {
    opacity: .6;
}

.ts-opacity__70 {
    opacity: .7;
}

.ts-opacity__80 {
    opacity: .8;
}

.ts-opacity__90 {
    opacity: .9;
}

/*-------------------------------------------
  -- Overflow
-------------------------------------------*/

.ts-overflow__hidden {
    overflow: hidden;
}

.ts-overflow__visible {
    overflow: visible;
}

/*-------------------------------------------
  -- Position
-------------------------------------------*/

/* Top */

.ts-top__0 {
    top: 0;
}

.ts-top__50 {
    top: 50%;
}

.ts-top__100 {
    top: 100%;
}

/* Right */

.ts-right__0 {
    right: 0;
}

.ts-right__50 {
    right: 50%;
}

.ts-right__100 {
    right: 100%;
}

.ts-right__inherit {
    right: inherit;
}

/* Bottom */

.ts-bottom__0 {
    bottom: 0;
}

.ts-bottom__50 {
    bottom: 50%;
}

.ts-bottom__100 {
    bottom: 100%;
}

/* Left */

.ts-left__0 {
    left: 0;
}

.ts-left__50 {
    left: 50%;
}

.ts-left__100 {
    left: 100%;
}

.ts-left__inherit {
    left: inherit;
}

.ts-push-left__100 {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.ts-push-left__50 {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.ts-push-right__50 {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ts-push-right__100 {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.ts-push-down__50 {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.ts-push-down__100 {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.ts-push-up__50 {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ts-push-up__100 {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

/*-------------------------------------------
  -- Shadow
-------------------------------------------*/

.ts-shadow__sm {
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
}

.ts-shadow__md {
    box-shadow: 0 .1875rem .9375rem rgba(0, 0, 0, .15);
}

.ts-shadow__lg {
    box-shadow: 0 .3125rem 1.5625rem rgba(0, 0, 0, .25);
}

.ts-shadow__none {
    box-shadow: none !important;
}

/*-------------------------------------------
  -- Typography
-------------------------------------------*/

a {
    color: #191919;
    transition: .3s ease;
    outline: none;
}

a:hover {
    color: #FF723C;
    text-decoration: none;
}

button {
    outline: none !important;
}

p {
    line-height: 1.5rem;
    color: rgba(0, 0, 0, .5);
}

.ts-text-small {
    font-size: .75rem !important;
}

/*-------------------------------------------
  -- Title
-------------------------------------------*/

.ts-title {
    padding-bottom: 1rem;
}

.ts-title h1 {
    margin-bottom: 0;
}

.ts-title h5 {
    font-weight: normal;
    opacity: .5;
}

.ts-block .ts-title {
    margin-bottom: 2rem;
}

/*
  margin-bottom: 3rem ?if media (min-width: 576px) and (max-width: 991px);
  margin-bottom: 4rem ?if media (min-width: 992px);
 */

/*-------------------------------------------
  -- Utilities
-------------------------------------------*/

.ts-element {
    position: relative;
    display: block;
}

/* Social Icons */

.ts-social-icons {
    font-size: 120%;
}

.ts-social-icons a {
    padding: .125rem .25rem;
    color: #9e9e9e;
}

/* Overlay */

.ts-has-overlay {
    position: relative;
}

.ts-has-overlay:after {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

/* Flip x */

.ts-flip-x {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

/* Flip Y */

.ts-flip-y {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.ts-full-screen {
    min-height: 100vh;
    width: 100%;
}
#map{
    height: 100%;
}
.ts-na {
    opacity: .5;
}

.ts-has-talk-arrow {
    position: relative;
}

.ts-has-talk-arrow:after {
    border-style: solid;
    border-width: .5rem .5rem 0 .5rem;
    border-color: #fff transparent transparent transparent;
    bottom: -0.375rem;
    content: "";
    left: 1rem;
    position: absolute;
}

.ts-white-gradient {
    position: relative;
}

.ts-white-gradient:after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 1) 100%);
    content: "";
    position: absolute;
    bottom: 0;
    height: 50%;
    left: 0;
    width: 100%;
    z-index: -1;
}

.ts-black-gradient {
    position: relative;
}

.ts-black-gradient:before {
    /*FF3.6-15*/

    /*Chrome10-25,Safari5.1-6*/
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /*W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+*/
    bottom: 0;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
}

.ts-remove,
.MultiFile-remove {
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
    border-radius: 50%;
    color: transparent;
    position: absolute;
    background-color: red;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    top: -1rem;
    right: 1rem;
    z-index: 1;
}

.ts-remove:after,
.MultiFile-remove:after {
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f00d";
    color: #fff;
    font-size: 1rem;
}

.ts-responsive-block {
    overflow-y: auto;
    white-space: nowrap;
    width: 100%;
}

.ts-h-0 {
    height: 0 !important;
}

.ts-w-0 {
    width: 0 !important;
}

/*-------------------------------------------
  -- Z-index
-------------------------------------------*/

.ts-z-index__-1 {
    z-index: -1 !important;
}

.ts-z-index__0 {
    z-index: 0 !important;
}

.ts-z-index__1 {
    z-index: 1 !important;
}

.ts-z-index__2 {
    z-index: 2 !important;
}

.ts-z-index__1000 {
    z-index: 1000 !important;
}

/***********************************************************************************************************************
C. Components
***********************************************************************************************************************/

/* -- Badge */

.badge {
    border-radius: .1875rem;
    font-size: 80%;
    padding: .375rem .625rem;
}

/*-------------------------------------------
  -- Block
-------------------------------------------*/

.ts-block {
    padding-bottom: 2rem;
    padding-top: 2rem;
    position: relative;
}

.ts-block-inside {
    padding: 1.25rem;
    position: relative;
}

section {
    position: relative;
}

/*-------------------------------------------
  -- Blockquote
-------------------------------------------*/

blockquote {
    font-size: 1.125rem;
    position: relative;
    padding-bottom: 2rem;
}

blockquote [class*="ts-circle"] {
    box-shadow: 0 .3125rem 1.5625rem rgba(0, 0, 0, .25);
    position: relative;
    z-index: 2;
    margin-top: 1rem;
}

blockquote p {
    background-color: #f1f1f1;
    border-radius: .25rem;
    margin-top: -2.5rem;
    padding: 2.5rem;
    position: relative;
    z-index: 1;
}

blockquote p:after {
    border-color: #f1f1f1 transparent transparent transparent;
    border-style: solid;
    border-width: .8125rem .8125rem 0 .8125rem;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -0.8125rem;
}

blockquote h4 {
    margin-bottom: .3125rem;
}

blockquote h6 {
    opacity: .5;
}

.blockquote-footer {
    color: inherit;
}

.blockquote-footer:before {
    display: none;
}

.ts-carousel-blockquote .owl-item figure,
.ts-carousel-blockquote .owl-item p,
.ts-carousel-blockquote .owl-item .blockquote-footer {
    opacity: 0;
    transition: .6s ease;
    -webkit-transform: translateY(.625rem);
    transform: translateY(.625rem);
}

.ts-carousel-blockquote .owl-item.active figure,
.ts-carousel-blockquote .owl-item.active p,
.ts-carousel-blockquote .owl-item.active .blockquote-footer {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.ts-carousel-blockquote .owl-item.active p {
    transition-delay: .1s;
}

.ts-carousel-blockquote .owl-item.active .blockquote-footer {
    transition-delay: .2s;
}

/*-------------------------------------------
  -- Box
-------------------------------------------*/

.ts-box {
    background-color: #fff;
    border-radius: .25rem;
    margin-bottom: 2rem;
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
    padding: 1.5rem;
    position: relative;
}

/*-------------------------------------------
  -- Buttons
-------------------------------------------*/

.btn {
    border-radius: .1875rem;
    border-width: .0625rem;
    
    font-size: .9375rem;
    padding: .5rem 1.25rem;
    position: relative;
    outline: none !important;
}

.btn:hover .fa-arrow-right {
    -webkit-transform: translateX(.5rem);
    transform: translateX(.5rem);
}

.btn .fa-arrow-right {
    transition: .6s cubic-bezier(.85, -0.37, .17, 1.45);
    -webkit-transform: translateX(0) rotate(.02deg);
    transform: translateX(0) rotate(.02deg);
}

.btn span {
    transition: .3s ease;
}

.btn .status {
    bottom: 0;
    height: 1.375rem;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 1.5rem;
}

.btn .status .spinner {
    left: .3125rem;
    transition: .3s ease;
    top: .1875rem;
    position: absolute;
    opacity: 0;
}

.btn .status .status-icon {
    border-radius: 50%;
    left: 0;
    opacity: 0;
    font-size: .625rem;
    padding: .25rem .4375rem;
    position: relative;
    transition: .3s ease;
    z-index: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.btn .status .status-icon.valid {
    background-color: green;
}

.btn .status .status-icon.invalid {
    background-color: red;
}

.btn.processing span {
    opacity: .2;
}

.btn.processing .spinner {
    opacity: 1;
}

.btn.done .ts-spinner {
    opacity: 0;
}

.btn.done .status-icon {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.btn-light {
    background-color: #fff;
    border-color: #fff;
}

.btn-light:hover {
    background-color: #ececec;
    border-color: #ececec;
}

button {
    cursor: pointer;
}

.ts-btn-arrow:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: .625rem;
    margin-left: .75rem;
    position: relative;
    top: -0.0625rem;
    vertical-align: middle;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #FF723C;
    border-color: #FF723C;
    box-shadow: .125rem .1875rem .9375rem rgba(0, 0, 0, .3);
}

.btn-primary {
    background-color: #FF723C;
    border-color: #FF723C;
    color: #fff;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: rgb(0, 0, 204);
    border-color: rgb(0, 0, 204);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    background-color: rgb(0, 0, 204);
    border-color: rgb(0, 0, 179);
    box-shadow: 0 .1875rem .9375rem rgba(0, 0, 0, .2);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    background-color: rgb(0, 0, 204);
    border-color: rgb(0, 0, 204);
    box-shadow: 0 .1875rem .9375rem rgba(0, 0, 0, .2);
}

.btn-dark {
    background-color: #191919;
    border-color: #191919;
}

.btn-outline-primary {
    border-color: #FF723C;
    color: #FF723C;
}

.btn-outline-primary:hover {
    background-color: #FF723C;
    border-color: #FF723C;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #FF723C;
    border-color: #FF723C;
    box-shadow: 0 0 0 .2rem rgba(0, 0, 255, .5);
}

.btn-lg {
    padding: .75rem 1.5rem;
    font-size: 0.9 rem;
    /* font-size: 1.125rem; */
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: #ff662a;
    background-image: none;
    border-color: #ff662a;
  }

.btn-sm {
    font-size: .8125rem;
    padding: .0rem 1rem;
    font-size: 1rem
}

.btn-xs {
    font-size: .75rem;
    font-weight: 600;
    padding: .125rem .6875rem;
    text-transform: uppercase;
}

[class*="btn-outline-"] {
    box-shadow: none;
}

.ts-btn-border-muted {
    border-color: rgba(25, 25, 25, .1);
}

.btn-link {
    color: #FF723C;
}

.btn-link:hover {
    color: #FF723C;
}

/* -- Breadcrumb */

.breadcrumb {
    background-color: transparent;
    margin-bottom: 1rem;
    padding: 0;
    font-size: .8125rem;
}

.breadcrumb-item {
    opacity: .5;
}

.breadcrumb-item.active {
    color: #191919;
    opacity: 1;
}

.breadcrumb-item+.breadcrumb-item:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: .625rem;
    opacity: .5;
}

/*-------------------------------------------
  -- Card
-------------------------------------------*/

.card {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: none;
    box-shadow: 0 .1875rem .9375rem rgba(0, 0, 0, .15);
    margin-bottom: 2rem;
}

.card-columns .card {
    margin-bottom: 1.5rem;
}

.ts-cards-same-height>div[class*='col'] {
    display: flex;
}

.ts-cards-same-height>div[class*='col'] .card {
    width: 100%;
}

.ts-card__flat {
    border-radius: 0;
    box-shadow: none;
}

.ts-card__flat .card-footer {
    background-color: transparent;
    border: none;
}

.ts-card {
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
    border-radius: .1875rem;
    margin-bottom: 2rem;
    position: relative;
    transition: .3s ease;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.ts-card:hover {
    box-shadow: 0 .3125rem 1.5625rem rgba(0, 0, 0, .25);
    color: inherit;
    -webkit-transform: translateY(-0.3125rem);
    transform: translateY(-0.3125rem);
}

.ts-card .card-body {
    position: relative;
}

.ts-card .card-img {
    border-top-left-radius: .1875rem;
    border-top-right-radius: .1875rem;
    display: block;
    height: 15rem;
    position: relative;
    z-index: 1;
}

.ts-card .card-footer {
    background-color: #f6f6f6;
    border-top: .0625rem solid rgba(0, 0, 0, .1);
    padding: .5rem 1.25rem;
}

.ts-card .card-footer .ts-btn-arrow {
    color: #191919;
    font-size: .6875rem;
    font-weight: 500;
    text-transform: uppercase;
}

.ts-card .card-footer .ts-btn-arrow:after {
    color: #FF723C;
}

.ts-card .ts-item__info-badge {
    background-color: #fff;
    box-shadow: 0 .1875rem .9375rem rgba(0, 0, 0, .15);
    bottom: -0.75rem;
    border-radius: .1875rem;
    color: #191919;
    display: inline-block;
    left: 1.25rem;
    font-size: .75rem;
    font-weight: 500;
    position: absolute;
    padding: .25rem .5rem;
    z-index: 2;
}

.ts-items-carousel {
    padding-left: 1rem;
    padding-right: 1rem;
}

.ts-items-carousel .owl-stage-outer {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.ts-items-carousel .ts-item {
    margin-left: 1rem;
    margin-right: 1rem;
}

[class*="ts-gallery-carousel"] .ts-image {
    border-radius: .25rem;
    display: block;
    width: 100%;
    height: 40vh;
    position: relative;
}

[class*="ts-gallery-carousel"] .ts-zoom {
    background-color: #fff;
    border-radius: .25rem;
    bottom: 1rem;
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
    display: inline-block;
    left: 1rem;
    padding: .5rem;
    position: absolute;
}

[class*="ts-gallery-carousel"] .ts-zoom i {
    margin-right: .5rem;
    opacity: .5;
}

[class*="ts-gallery-carousel"] .owl-stage-outer {
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
}

.ts-gallery-carousel__multi .owl-stage-outer {
    box-shadow: none;
    padding-bottom: 1rem;
    padding-top: .75rem;
}

.ts-gallery-carousel__multi .slide {
    padding-right: .5rem;
    padding-left: .5rem;
}

.ts-gallery-carousel__multi .ts-image {
    box-shadow: 0 .1875rem .9375rem rgba(0, 0, 0, .15);
}

/*-------------------------------------------
  -- Circle
-------------------------------------------*/

.ts-circle__xs {
    border-radius: 50%;
    display: inline-block;
    height: 3rem;
    flex: 0 0 3rem;
    overflow: hidden;
    text-align: center;
    line-height: 3rem;
    width: 3rem;
}

.ts-circle__sm {
    border-radius: 50%;
    display: inline-block;
    height: 4.375rem;
    flex: 0 0 4.375rem;
    overflow: hidden;
    text-align: center;
    line-height: 4.375rem;
    width: 4.375rem;
}

.ts-circle__md {
    border-radius: 50%;
    display: inline-block;
    height: 6.25rem;
    flex: 0 0 6.25rem;
    overflow: hidden;
    text-align: center;
    line-height: 6.25rem;
    width: 6.25rem;
}

.ts-circle__lg {
    border-radius: 50%;
    display: inline-block;
    height: 8.125rem;
    flex: 0 0 8.125rem;
    overflow: hidden;
    text-align: center;
    line-height: 8.125rem;
    width: 8.125rem;
}

.ts-circle__xl {
    border-radius: 50%;
    display: inline-block;
    height: 10rem;
    flex: 0 0 10rem;
    overflow: hidden;
    text-align: center;
    line-height: 10rem;
    width: 10rem;
}

.ts-circle__xxl {
    border-radius: 50%;
    display: inline-block;
    height: 15.625rem;
    flex: 0 0 15.625rem;
    overflow: hidden;
    text-align: center;
    line-height: 15.625rem;
    width: 15.625rem;
}

.ts-circle {
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    padding: 50%;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.ts-circle>* {
    line-height: 0;
    position: absolute;
    width: 100%;
}

/* -- Collapse */

[data-toggle="collapse"] .ts-visible-on-collapsed {
    display: none;
}

[data-toggle="collapse"].collapsed .ts-visible-on-collapsed {
    display: inline-block;
}

[data-toggle="collapse"].collapsed .ts-visible-on-uncollapsed {
    display: none;
}

/* -- Description List */

.ts-description-lists dl {
    display: inline-block;
    margin-right: 1.5rem;
}

.ts-description-lists dl dt {
    font-size: .8125rem;
    opacity: .6;
    margin-bottom: .25rem;
}

.ts-description-lists dl dd {
    font-size: .875rem;
}

.ts-description-list__line dd {
    color: rgba(0, 0, 0, .5);
}

/* -- Dropdown */

.dropdown-menu {
    border-radius: .1875rem;
    box-shadow: 0 .3125rem 1.5625rem rgba(0, 0, 0, .25);
    font-size: .875rem;
    margin-top: .25rem;
}

.dropdown-menu .dropdown-item {
    padding-left: 1rem;
    padding-right: 1rem;
}

/* -- FAQ */

.ts-faq {
    border-bottom: .0625rem solid rgba(25, 25, 25, .1);
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    padding-top: .75rem;
    margin-left: 4rem;
    position: relative;
}

.ts-faq:before {
    background-color: #191919;
    border-radius: 50%;
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
    content: "";
    left: -4rem;
    padding: 1.25rem;
    position: absolute;
    top: 0;
}

.ts-faq:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f128";
    color: #fff;
    position: absolute;
    z-index: 1;
    top: .5rem;
    left: -3rem;
}

.ts-feature {
    margin-bottom: 2rem;
}

.ts-feature .ts-feature__icon {
    position: relative;
    margin-bottom: 1.5rem;
}

.ts-feature .ts-feature__icon .ts-circle {
    background-color: #FF723C;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 1rem;
    position: absolute;
}

.ts-feature h4 {
    margin-bottom: 1rem;
}

.ts-feature-box {
    border-radius: .1875rem;
    box-shadow: 0 .1875rem .9375rem rgba(0, 0, 0, .15);
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 5rem;
    padding-top: 5rem;
    position: relative;
    overflow: hidden;
}

.ts-feature-box:hover {
    color: #fff;
}

.ts-feature-box h3 {
    font-weight: normal;
    margin-bottom: .5rem;
}

.ts-feature-box h5 {
    font-weight: normal;
    opacity: .5;
    margin-bottom: 2rem;
}

.ts-feature-box .ts-background {
    background-color: #191919;
}

.ts-feature-box .ts-background .ts-background-image {
    opacity: .4;
}

/*-------------------------------------------
  -- Forms
-------------------------------------------*/

form,
.ts-form {
    position: relative;
}

form.ts-labels-inside-input .form-group,
.ts-form.ts-labels-inside-input .form-group {
    position: relative;
}

form.ts-labels-inside-input .form-group label,
.ts-form.ts-labels-inside-input .form-group label {
    line-height: 2.625rem;
    left: .8125rem;
    opacity: .4;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: .3s ease;
}

form.ts-labels-inside-input .form-group label.focused,
.ts-form.ts-labels-inside-input .form-group label.focused {
    top: -2.1875rem;
    left: 0;
    font-size: .75rem;
    opacity: 1;
}

form .ts-form-advanced-search,
.ts-form .ts-form-advanced-search {
    box-shadow: 0 .1875rem .9375rem rgba(0, 0, 0, .15);
    background-color: #FF723C;
    bottom: 0;
    color: #fff;
    left: 1rem;
    font-size: .75rem;
    position: absolute;
    padding: 1rem;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.ts-form__map-search {
    max-height: 100%;
    overflow-y: auto;
    padding: 1rem;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.ts-form__map-search .ts-form {
    background-color: rgba(255, 255, 255, .95);
    border-radius: .1875rem;
    box-shadow: 0 .1875rem .9375rem rgba(0, 0, 0, .15);
    padding: 1rem;
}

.ts-form__map-horizontal {
    height: auto;
    bottom: 0;
    margin: 1rem 0;
    position: relative;
    z-index: 1;
    width: 100%;
}

.form-control,
.custom-select {
    border-width: .0625rem;
    border-color: rgba(0, 0, 0, .1);
    font-size: .9375rem;
    border-radius: .1875rem;
    padding: .5rem .75rem;
    transition: .3s ease;
    min-height: 2.5rem;
}

.form-control:hover,
.custom-select:hover {
    border-color: rgba(0, 0, 0, .2);
}

.form-control:focus,
.custom-select:focus {
    box-shadow: none;
    border-color: #9e9e9e;
}

.form-text{
	position:relative;
}

.form-group,
.input-group {
    margin-bottom: 1.5rem;
}

.input-group label {
    width: 100%;
}

.input-group .form-control:focus~.input-group-append .input-group-text {
    border-color: #9e9e9e;
}

.input-group-append {
    margin-left: 0;
}

.input-group-append .input-group-text {
    border-color: rgba(25, 25, 25, .15);
    color: rgba(25, 25, 25, .3);
    transition: .3s ease;
    font-size: .875rem;
}

label:not(.custom-control-label) {
    font-size: .875rem;
    font-weight: 600;
}

.custom-checkbox {
    padding-left: 2rem;
}

.custom-checkbox .custom-control-label {
    color: rgba(0, 0, 0, .5);
    transition: .3s ease;
}

.custom-checkbox .custom-control-label:hover {
    cursor: pointer;
}

.custom-checkbox .custom-control-label:after {
    top: .125rem;
    left: -1.8125rem;
}

.custom-checkbox .custom-control-label:before {
    background-color: #fff;
    border: .0625rem solid rgba(0, 0, 0, .15);
    border-radius: .1875rem;
    height: 1.25rem;
    left: -2rem;
    top: 0;
    width: 1.25rem;
    transition: .3s ease;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label {
    color: inherit;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:before {
    background-color: #FF723C;
    border-color: #FF723C;
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
}

.custom-checkbox .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
}

.custom-checkbox .custom-control-input:active~.custom-control-label::before {
    background-color: rgba(0, 0, 0, .1);
}

.custom-select {
    cursor: pointer;
    padding: 9px 25px 9px 5px;
    height: auto;
    color:#2B303A;
}

.custom-select.ts-selected {
    color: inherit;
}

.custom-checkbox {
    margin-bottom: .5rem;
}

select [value=""] {
    color: rgba(0, 0, 0, .5);
}

.ts-icons-checkboxes {
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
    padding: 1rem .25rem;
}

.ts-icons-checkboxes .ts-icon-checkbox {
    margin-right: 1.5rem;
    padding-left: 0;
    width: 100%;
}

.ts-icons-checkboxes .ts-icon-checkbox:last-child {
    margin-right: 0;
}

.ts-icons-checkboxes .ts-icon-checkbox i {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: .5rem;
    right: .5rem;
    font-size: 1.5rem;
    color: #191919;
    -webkit-transform: scale(0) rotate(0deg);
    transform: scale(0) rotate(0deg);
    transition: .3s ease;
}

.ts-icons-checkboxes .ts-icon-checkbox .form-check-input {
    visibility: hidden;
    position: absolute;
}

.ts-icons-checkboxes .ts-icon-checkbox .form-check-input:checked~.form-check-label {
    box-shadow: 0 .25rem .3125rem rgba(0, 0, 0, .2);
    -webkit-transform: translateY(-0.125rem);
    transform: translateY(-0.125rem);
    opacity: 1;
}

.ts-icons-checkboxes .ts-icon-checkbox .form-check-input:checked~.form-check-label img {
    opacity: 1;
}

.ts-icons-checkboxes .ts-icon-checkbox .form-check-input:checked~.form-check-label i {
    -webkit-transform: scale(1) rotate(90.002deg);
    transform: scale(1) rotate(90.002deg);
}

.ts-icons-checkboxes .ts-icon-checkbox .form-check-label {
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0;
    min-width: 6rem;
    padding: 0;
    opacity: .3;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: .3s ease;
    text-align: center;
    width: 100%;
}

.ts-icons-checkboxes .ts-icon-checkbox .form-check-label .ts-icon-checkbox-image {
    display: flex;
    justify-content: center;
    height: 7rem;
    opacity: .7;
    transition: .3s ease;
}

.ts-icons-checkboxes .ts-icon-checkbox .form-check-label .ts-icon-checkbox-text {
    background-color: #f8f8f8;
    border-top: .0625rem solid rgba(0, 0, 0, .1);
    display: block;
    padding: .5rem 1rem;
    position: relative;
}

.ts-icons-checkboxes .ts-icon-checkbox .form-check-label .ts-icon-checkbox-text:after {
    border-color: #f8f8f8 transparent transparent transparent;
    border-style: solid;
    border-width: .25rem .25rem 0 .25rem;
    bottom: -0.25rem;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 0;
}

.ts-icons-select {
    display: flex;
    padding: 1.75rem .5rem;
    overflow-x: auto;
}

.ts-icons-select a {
    align-items: center;
    border: .0625rem solid rgba(25, 25, 25, .1);
    border-radius: .25rem;
    display: flex;
    min-width: 14rem;
    padding: 1.5rem 1rem 1.5rem 2rem;
    position: relative;
    margin-left: .75rem;
    margin-right: .75rem;
    width: 100%;
}

.ts-icons-select a:hover {
    color: inherit;
    background-color: rgba(255, 255, 255, .4);
}

.ts-icons-select a aside {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 .1875rem .9375rem rgba(0, 0, 0, .15);
    bottom: 0;
    margin: auto;
    height: 2rem;
    font-size: .75rem;
    line-height: 2rem;
    text-align: center;
    left: -0.5rem;
    width: 2rem;
    position: absolute;
    top: 0;
}

.ts-icons-select a img {
    margin-right: 1rem;
    opacity: .3;
}

.ts-icons-select a figure {
    margin-bottom: 0;
}

.ts-icons-select a h6 {
    margin-bottom: 0;
}

.ts-icons-select a small {
    opacity: .5;
    font-size: .6875rem;
    text-transform: uppercase;
}

.ts-icons-select.ts-icons-select__dark {
    background-color: #181818;
}

.ts-icons-select.ts-icons-select__dark a {
    color: #fff;
    border-color: rgba(255, 255, 255, .2);
}

.ts-icons-select.ts-icons-select__dark a:hover {
    background-color: rgba(255, 255, 255, .1);
}

.ts-icons-select.ts-icons-select__dark a aside {
    color: #191919;
}

.ts-borderless-inputs .form-control,
.ts-borderless-inputs .custom-select,
.ts-borderless-inputs .input-group-append .input-group-text {
    border: none;
}

/* -- Footer */

#ts-footer {
    background-color: #fff;
    box-shadow: 0 .1875rem .9375rem rgba(0, 0, 0, .15);
    margin-top: 7rem;
}

#ts-footer address {
    line-height: 1.5rem;
}

#ts-footer #ts-footer-main {
    padding-bottom: 4rem;
    padding-top: 4rem;
}

#ts-footer #ts-footer-main nav {
    opacity: .5;
}

#ts-footer #ts-footer-main nav .nav-link {
    padding-left: 0;
}

#ts-footer #ts-footer-secondary {
    border-top: .0625rem solid rgba(0, 0, 0, .1);
    font-size: .8125rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

#ts-footer #ts-footer-secondary .container {
    justify-content: space-between;
    align-items: center;
}

#ts-footer .brand {
    display: inline-block;
    margin-bottom: 1.875rem;
}

/*-------------------------------------------
  -- HR
-------------------------------------------*/

.ts-hr-light {
    border-top-color: rgba(255, 255, 255, .2);
}

/*-------------------------------------------
  -- Inputs
-------------------------------------------*/

.ts-inputs__transparent input,
.ts-inputs__transparent textarea {
    background-color: transparent;
    color: #fff;
}

.ts-inputs__transparent input:active,
.ts-inputs__transparent input:focus,
.ts-inputs__transparent textarea:active,
.ts-inputs__transparent textarea:focus {
    background-color: transparent;
    color: #fff;
}

/* -- Item */

.ts-item.ts-item__lg .card-img {
    height: 18rem;
}

.ts-item.ts-item__lg .card-img h4 {
    font-size: 1.25rem;
}

.ts-item.ts-item__lg .ts-description-lists dt {
    font-size: .875rem;
}

.ts-item.ts-item__lg .ts-description-lists dd {
    font-size: .875rem;
}

.ts-item.ts-item__lg .ts-item__info-badge {
    font-size: 1rem;
    font-weight: 600;
}

.ts-item>.badge {
    position: absolute;
    top: 0;
    left: 0;
    margin: 1.5rem;
    z-index: 2;
}

.ts-item .card-img:before {
    /*Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100*/

    /*FF3.6-15*/

    /*Chrome10-25,Safari5.1-6*/
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /*W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+*/
    bottom: 0;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
}

.ts-item .card-img:after {
    border-style: solid;
    border-width: .5rem .5rem 0 0;
    border-color: #191919 transparent transparent transparent;
    bottom: -0.4375rem;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}

.ts-item .ts-item__info {
    bottom: .5rem;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #fff;
    margin-bottom: 0;
    position: absolute;
    padding: 1.25rem;
    overflow: hidden;
    transition: .3s ease;
    z-index: 1;
}

.ts-item .ts-item__info h4 {
    margin-bottom: 0;
    transition-delay: .2s;
}

.ts-item .ts-item__info aside {
    font-size: .8125rem;
    transition-delay: .1s;
    opacity: .6;
}

.ts-item .card-body {
    background-color: #fff;
    padding: 1.5rem 1rem 1rem 1.25rem;
}

.ts-item .ts-description-lists dl {
    margin-right: 1rem;
    margin-bottom: 0;
}

.ts-item .ts-description-lists dt {
    font-size: .75rem;
}

.ts-item .ts-description-lists dd {
    font-size: .8125rem;
}

.ts-compare-items-table {
    display: block;
    overflow-x: auto;
    padding-top: 1.5rem;
    width: 100%;
}

.ts-compare-items-table .row {
    margin: 0;
    flex-wrap: nowrap;
}

.ts-compare-items-table .row:last-child {
    border: none;
}

.ts-compare-items-table .row:last-child .col {
    border: none;
}

.ts-compare-items-table .row .col {
    border-bottom: .0625rem solid rgba(0, 0, 0, .1);
    padding-top: .5rem;
    padding-bottom: .5rem;
    min-width: 14rem;
}

.ts-compare-items-table .row .col:first-child {
    padding-left: 0;
}

.ts-compare-items-table .row .col:last-child {
    padding-right: 0;
}

.ts-compare-items-table .row .col:not(.ts-row-title) {
    text-align: center;
}

.ts-compare-items-table .card {
    height: 14rem;
}

.ts-compare-items-table .card .card-img:after {
    display: none;
}

.ts-compare-items-table h3 {
    margin-bottom: 2rem;
}

.ts-compare-items-table .ts-row-title {
    font-weight: bold;
}

.ts-compare-items-table .ts-row-title i {
    opacity: .5;
    margin-right: .5rem;
}

.ts-compare-items-table .ts-available:after,
.ts-compare-items-table .ts-not-available:after {
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    font-style: normal;
}

.ts-compare-items-table .ts-available:after {
    color: #FF723C;
    content: "\f00c";
}

.ts-compare-items-table .ts-not-available:after {
    content: "\f00d";
    opacity: .3;
}

@-moz-document url-prefix() {
    .ts-item {
        transform: rotate(.002deg);
        transform-style: preserve-3d;
    }
}

.ts-item__list {
    width: 100%;
}

.ts-item__list .ts-item__info {
    bottom: inherit;
    top: -5rem;
    padding: 0;
}

.ts-item__list .ts-item__info-badge {
    bottom: inherit;
    top: -1rem;
}

.ts-item__company .card-img {
    align-items: center;
    background-color: #fff;
    display: flex;
    justify-content: center;
}

.ts-item__company .card-img:before,
.ts-item__company .card-img:after {
    display: none;
}

.ts-item__company .card-body {
    background-color: #f6f6f6;
    padding-bottom: 0;
}

.ts-item__company .card-footer {
    border: none;
}

.ts-item__company .ts-item__info {
    position: relative;
    color: inherit;
    margin-bottom: 1rem;
    top: inherit;
}

.ts-item__company .ts-description-list1,
.ts-item__company .ts-company-info {
    background-color: #fff;
    padding: 1rem 1rem .5rem 1rem;
    border-radius: .1875rem;
    justify-content: space-between;
    font-size: .875rem;
}

.ts-item__company .ts-description-list1 .ts-company-contact i,
.ts-item__company .ts-company-info .ts-company-contact i {
    margin-right: 1rem;
    opacity: .5;
}

/*-------------------------------------------
  -- List
-------------------------------------------*/

ul {
    line-height: 2.625rem;
}

ul.ts-list-colored-bullets {
    list-style: none;
    padding-left: 0;
}

ul.ts-list-colored-bullets li:before {
    text-shadow: 0 0 .5rem rgba(0, 0, 255, .8);
    content: "•";
    color: #FF723C;
    vertical-align: middle;
    font-size: 1.75rem;
    padding-right: .75rem;
}

ul.ts-list-divided {
    list-style: none;
    padding-left: 0;
}

ul.ts-list-divided li {
    border-bottom: .0625rem solid rgba(0, 0, 0, .1);
    padding-bottom: .3125rem;
    padding-top: .3125rem;
}

ul.ts-list-divided li:last-child {
    border-bottom: none;
}

ul.ts-list-check-marks {
    list-style: none;
    padding-left: 0;
}

ul.ts-list-check-marks li {
    position: relative;
    padding-left: 1.5rem;
    color: rgba(0, 0, 0, .5);
}

ul.ts-list-check-marks .ts-checked {
    color: #191919;
}

ul.ts-list-check-marks .ts-checked:before {
    color: #FF723C;
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    left: 0;
    position: absolute;
}

ul.ts-list-icons {
    list-style: none;
    padding-left: 0;
    color: rgba(0, 0, 0, .5);
}

ul.ts-list-icons i {
    /* margin-right: .5rem; */
}

/* -- Main Content */

/* #ts-main {
    padding-top: 1rem;
} */

.ts-homepage #ts-main {
    padding-top: 0;
}

/*-------------------------------------------
  -- Map
-------------------------------------------*/

.ts-map {
    position: relative;
}

.ts-map a[href^="http://maps.google.com/maps"] {
    display: none !important;
}

.ts-map a[href^="https://maps.google.com/maps"] {
    display: none !important;
}

.ts-map .gmnoprint a,
.ts-map .gmnoprint span,
.ts-map .gm-style-cc {
    display: none;
}

.ts-map .cluster>div,
.ts-map .marker-cluster>div {
    background-color: #FF723C;
    box-shadow: inset 0 0 0 .375rem rgba(255, 255, 255, .3),
        0 .1875rem .9375rem rgba(0, 0, 0, .15);
    border-radius: 50%;
    color: #fff !important;
    text-align: center;
    transition: .3s ease;
}

.ts-map .cluster>div:hover,
.ts-map .cluster>div.ts-hover,
.ts-map .marker-cluster>div:hover,
.ts-map .marker-cluster>div.ts-hover {
    box-shadow: inset 0 0 0 .375rem rgba(255, 255, 255, .3),
        0 .3125rem 1.5625rem rgba(0, 0, 0, .5);
}

.ts-map .marker-cluster>div {
    line-height: 3rem;
    height: 3rem !important;
    width: 3rem !important;
}

.ts-map .gm-style-mtc>div {
    font-size: .75rem !important;
    height: 2rem !important;
    padding: 0 .75rem !important;
}

.ts-map__detail {
    height: 18rem;
}

.ts-contact-map {
    height: 25rem;
}

.ts-sidebar-map {
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
    height: 18rem;
}

/* =====================================================================================================================
  MARKER
 */

.ts-marker-wrapper {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0 2.75rem;
    transform-origin: 0 2.75rem;
    transition: .3s ease;
}

.ts-marker-wrapper.ts-hide-marker {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.leaflet-div-icon {
    background-color: transparent;
    border: none;
}

.leaflet-marker-icon.ts-hide-marker .ts-marker {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.ts-marker {
    display: inline-block;
    position: relative;
    padding-bottom: .5rem;
    transition: .6s cubic-bezier(.16, .64, .31, 1.68);
    -webkit-transform: translateY(0) rotate(.002deg);
    transform: translateY(0) rotate(.002deg);
}

.ts-marker:hover,
.ts-marker.ts-hover {
    color: inherit;
    -webkit-transform: translateY(-0.25rem);
    transform: translateY(-0.25rem);
    z-index: 1;
}

.ts-marker:hover .ts-marker__title,
.ts-marker:hover .ts-marker__info,
.ts-marker.ts-hover .ts-marker__title,
.ts-marker.ts-hover .ts-marker__info {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.ts-marker:hover .ts-marker__info,
.ts-marker.ts-hover .ts-marker__info {
    transition-delay: .05s;
}

.ts-marker:hover:before,
.ts-marker.ts-hover:before {
    -webkit-transform: translateY(.25rem) scaleX(.8);
    transform: translateY(.25rem) scaleX(.8);
    opacity: .2;
}

.ts-marker:after {
    border-color: #191919 transparent transparent transparent;
    border-width: .375rem .375rem 0 0;
    border-style: solid;
    bottom: .1875rem;
    content: "";
    left: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.ts-marker:before {
    content: url("../img/marker-shadow.png");
    bottom: -0.375rem;
    left: -0.0625rem;
    position: absolute;
    opacity: .8;
    transition: .6s cubic-bezier(.16, .64, .31, 1.68);
    -webkit-transform: translateY(0) scaleX(1);
    transform: translateY(0) scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
}

.ts-marker .ts-marker__title,
.ts-marker .ts-marker__info {
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
    position: absolute;
    font-size: .6875rem;
    font-weight: 500;
    left: .25rem;
    white-space: nowrap;
    border-radius: .0625rem;
    pointer-events: none;
    padding: .0625rem .25rem;
    transition: .5s cubic-bezier(.03, .18, .05, 1.01);
    -webkit-transform: translateX(.25rem);
    transform: translateX(.25rem);
    opacity: 0;
}

.ts-marker .ts-marker__title {
    background-color: #fff;
    top: .25rem;
    z-index: 2;
}

.ts-marker .ts-marker__info {
    background-color: #FF723C;
    color: #fff;
    top: 1.25rem;
    z-index: 1;
}

.ts-marker .ts-marker__feature {
    top: -0.625rem;
    left: -0.625rem;
    position: absolute;
    z-index: 3;
}

.ts-marker .ts-marker__feature>* {
    background-color: #FF723C;
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
    border-radius: 50%;
    color: #fff;
    font-size: .5rem;
    width: 1.375rem;
    text-align: center;
    height: 1.375rem;
    line-height: 1.375rem;
}

.ts-marker .ts-marker__image {
    background-size: cover;
    background-position: 50% 50%;
    border-radius: .125rem;
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .3);
    height: 2.625rem;
    width: 2.625rem;
    position: relative;
}

.ts-marker .ts-marker__image:before {
    border-bottom-right-radius: .125rem;
}

/* =====================================================================================================================
  INFOBOX
 */

.infobox-wrapper {
    transition: .3s transform cubic-bezier(.51, .31, .28, 1.16);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.infobox-wrapper>img {
    display: none;
}

.infobox-wrapper.ts-show {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.infobox-wrapper.ts-show .ts-infobox .ts-close {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    transition-delay: .15s;
}

.infobox-wrapper.ts-show .ts-infobox .ts-close:hover {
    transition-delay: 0s;
    opacity: 1;
}

.leaflet-popup {
    margin-bottom: 0;
}

.leaflet-popup .leaflet-popup-content-wrapper {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}

.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
    margin: 0;
}

.leaflet-popup .leaflet-popup-tip-container {
    display: none;
}

.ts-infobox {
    display: inline-block;
    position: relative;
}

.ts-infobox:after {
    border-color: #191919 transparent transparent transparent;
    border-width: .5rem .5rem 0 0;
    border-style: solid;
    bottom: -0.375rem;
    content: "";
    left: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.ts-infobox .ts-ribbon {
    right: 1.5rem;
}

.ts-infobox .ts-ribbon-corner:before {
    left: 1.5625rem;
}

.ts-infobox .ts-ribbon-corner:after {
    bottom: 1.5625rem;
}

.ts-infobox .badge {
    position: absolute;
    top: .75rem;
    left: .75rem;
    z-index: 1;
}

.ts-infobox .ts-infobox__wrapper {
    align-items: flex-end;
    color: #fff;
    display: flex;
    border-radius: .25rem;
    box-shadow: 0 .5rem 4rem rgba(0, 0, 0, .5);
    height: 14rem;
    overflow: hidden;
    width: 15rem;
    padding: .75rem;
    position: relative;
    z-index: 1;
}

.ts-infobox .ts-infobox__wrapper:before {
    height: 70%;
    z-index: 1;
}

.ts-infobox .ts-close {
    position: absolute;
    right: -1rem;
    top: -1rem;
    z-index: 3;
    -webkit-filter: drop-shadow(0 .1875rem .125rem rgba(0, 0, 0, .2));
    filter: drop-shadow(0 .1875rem .125rem rgba(0, 0, 0, .2));
    cursor: pointer;
    transition: .3s ease;
    -webkit-transform: scale(0) rotate(180deg);
    transform: scale(0) rotate(180deg);
    opacity: .7;
}

.ts-infobox .ts-infobox_image {
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.ts-infobox .ts-infobox__content {
    z-index: 1;
    width: 100%;
}

.ts-infobox .ts-item__info {
    margin-bottom: .5rem;
}

.ts-infobox .ts-item__info h4 {
    text-shadow: 0 .125rem .1875rem rgba(25, 25, 25, .8);
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: .5rem;
    line-height: 1.375rem;
}

.ts-infobox .ts-item__info aside {
    font-size: .75rem;
    opacity: .7;
}

.ts-infobox .ts-item__info-badge {
    display: inline-block;
    background-color: #FF723C;
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
    border-radius: .1875rem;
    font-weight: 500;
    font-size: .6875rem;
    margin-bottom: .25rem;
    padding: .25rem .375rem;
}

.ts-infobox .ts-description-lists {
    border-top: .0625rem solid rgba(255, 255, 255, .4);
    padding-top: .5rem;
}

.ts-infobox .ts-description-lists dl {
    margin-bottom: 0;
    margin-right: .5rem;
}

.ts-infobox .ts-description-lists dt {
    font-size: .6875rem;
    opacity: .5;
}

.ts-infobox .ts-description-lists dd {
    font-size: .6875rem;
    margin-bottom: 0;
}

.H_ui * {
    box-sizing: border-box;
}

.H_ib_tail {
    display: none;
}

.H_ib_body {
    background-color: transparent;
    padding: 0;
}

.H_ib_body .H_ib_close {
    display: none;
}

.H_ib_body .H_ib_content {
    margin: 0;
}

.H_ib_body .infobox-wrapper {
    bottom: 0;
    left: 6.25rem;
    position: absolute;
}

.here-map-marker .ts-marker-wrapper {
    margin-top: -3rem;
    position: relative;
}

@-webkit-keyframes ts-dimIn {
    0% {
        width: 0;
    }

    1% {
        width: 100%;
    }

    5% {
        opacity: 0;
    }

    100% {
        opacity: .6;
    }
}

@keyframes ts-dimIn {
    0% {
        width: 0;
    }

    1% {
        width: 100%;
    }

    5% {
        opacity: 0;
    }

    100% {
        opacity: .6;
    }
}

@-webkit-keyframes ts-dimOut {
    0% {
        opacity: .6;
    }

    95% {
        opacity: 0;
    }

    99% {
        width: 100%;
    }

    100% {
        width: 0;
    }
}

@keyframes ts-dimOut {
    0% {
        opacity: .6;
    }

    95% {
        opacity: 0;
    }

    99% {
        width: 100%;
    }

    100% {
        width: 0;
    }
}

#ts-map-hero {
    transition: .3s ease;
}

#ts-map-hero.leaflet-container:after {
    z-index: 401;
}

#ts-map-hero:after {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: ts-dimOut;
    animation-name: ts-dimOut;
    background-color: black;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: opacity .4s ease;
    opacity: 0;
}

#ts-map-hero.ts-dim-map:after {
    -webkit-animation-name: ts-dimIn;
    animation-name: ts-dimIn;
    /*opacity: .6;
      height: 100%;
      width: 100%;*/
}

/*-------------------------------------------
  -- Hero
-------------------------------------------*/

#ts-hero {
    display: flex;
    position: relative;
    overflow: hidden;
}

#ts-hero .ts-background-image {
    background-position: top center;
}

#ts-hero .slide,
#ts-hero .ts-image {
    height: 100%;
}

/* Hero slider height */

.ts-hero-slider .owl-carousel,
.ts-hero-slider .ts-slide {
    height: 100%;
}

.ts-hero-slider .owl-carousel {
    opacity: 0;
    transition: 1s ease;
}

.ts-hero-slider .owl-carousel.owl-loaded {
    opacity: 1;
}

.ts-hero-slider .owl-item.active .ts-slide-description h3,
.ts-hero-slider .owl-item.active .ts-slide-description figure,
.ts-hero-slider .owl-item.active .ts-slide-description .ts-description-list,
.ts-hero-slider .owl-item.active .ts-slide-description .btn {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.ts-hero-slider .ts-slide-description {
    background-color: rgba(0, 0, 0, .6);
    bottom: 0;
    color: #fff;
    position: absolute;
    padding-bottom: 2rem;
    padding-top: 2rem;
    width: 100%;
}

.ts-hero-slider .ts-slide-description h3 {
    margin-bottom: .25rem;
}

.ts-hero-slider .ts-slide-description h2 {
    margin-bottom: .75rem;
}

.ts-hero-slider .ts-slide-description h3,
.ts-hero-slider .ts-slide-description figure,
.ts-hero-slider .ts-slide-description .ts-description-list,
.ts-hero-slider .ts-slide-description .btn {
    opacity: 0;
    transition: .5s cubic-bezier(.03, .18, .05, 1.01);
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
}

.ts-hero-slider .ts-slide-description figure {
    transition-delay: .1s;
}

.ts-hero-slider .ts-slide-description .ts-description-list {
    transition-delay: .2s;
}

.ts-hero-slider .ts-slide-description .btn {
    transition-delay: .3s;
}

.ts-hero-slider-control {
    height: 0;
    bottom: 2.5rem;
    position: absolute;
    z-index: 1;
    width: 100%;
}

.ts-hero-slider-control .container,
.ts-hero-slider-control .owl-nav {
    height: 0;
    text-align: right;
}

.ts-hero-slider-control .owl-prev,
.ts-hero-slider-control .owl-next {
    background-color: #fff;
    display: inline-block;
    padding: 1.25rem;
    opacity: .8;
    transition: .3s ease;
    position: relative;
}

.ts-hero-slider-control .owl-prev:hover,
.ts-hero-slider-control .owl-next:hover {
    opacity: 1;
    cursor: pointer;
}

.ts-hero-slider-control .owl-prev:after,
.ts-hero-slider-control .owl-next:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    height: 1rem;
    width: .375rem;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    font-size: .75rem;
}

.ts-hero-slider-control .owl-prev:after {
    content: "\f053";
}

.ts-hero-slider-control .owl-next:after {
    content: "\f054";
}

/*-------------------------------------------
  -- Navbar
-------------------------------------------*/

#ts-header {
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
}

#ts-header:not(.fixed-top) {
    z-index: 1000;
    position: relative;
}

#ts-header.ts-expanded {
    max-height: 100%;
    overflow-y: auto;
}

/*1st level*/

ul.navbar-nav {
    margin-top: .5rem;
}

ul.navbar-nav .nav-item {
    position: relative;
    border-bottom: .0625rem solid rgba(25, 25, 25, .1);
    transition: .3s ease;
}

ul.navbar-nav .nav-item.ts-active {
    background-color: rgba(25, 25, 25, .08);
    border-radius: .25rem;
}

ul.navbar-nav .nav-item:hover>ul.ts-child {
    opacity: 1;
    pointer-events: auto;
}

ul.navbar-nav .nav-link {
    color: rgba(25, 25, 25, .5);
}

ul.navbar-nav .nav-link:hover {
    color: rgba(25, 25, 25, .8);
}

ul.navbar-nav .nav-link.active {
    color: #191919;
}

ul.navbar-nav>.nav-item .nav-link {
    padding-left: .5rem;
    padding-bottom: 0;
    padding-top: 0;
}

ul.navbar-nav>.nav-item>.nav-link {
    margin-right: .5rem;
    font-size: 1rem;
}

ul.navbar-nav>.nav-item>ul.ts-child>.nav-item:first-child>.nav-link:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 0 .25rem .25rem .25rem;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -0.1875rem;
    left: 1rem;
    transition: .3s ease;
}

ul.navbar-nav>.nav-item>ul.ts-child>.nav-item:first-child>.nav-link:hover:after {
    border-color: transparent transparent #f3f3f3 transparent;
}

ul.navbar-nav .nav-item.ts-has-child:hover>.ts-child {
    height: auto;
}

/* 1st level arrow down */

ul.navbar-nav>.ts-has-child>.nav-link {
    padding-right: 1.25rem;
    
}

ul.navbar-nav>.ts-has-child>.nav-link:after {
    color: #191919;
    content: "\f0dd";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: .75rem;
    top: -0.125rem;
}

ul.navbar-nav>.ts-active>.nav-link:after {
    content: "\f0d8";
}

ul.navbar-nav>.ts-active .ts-active:after {
    content: "\f0d8" !important;
}

/*2nd level*/

ul.navbar-nav ul.ts-child {
    border-radius: .125rem;
    list-style: none;
    min-width: 13rem;
    padding-left: 0;
    height: 0;
    width: 100%;
    text-align: left;
    overflow: hidden;
    transition: .3s ease;
    pointer-events: none;
    z-index: 2;
}

ul.navbar-nav ul.ts-child .nav-item {
    border-bottom: .0625rem solid rgba(25, 25, 25, .1);
}

ul.navbar-nav ul.ts-child .nav-item:first-child {
    border-top: .0625rem solid rgba(25, 25, 25, .1);
}

ul.navbar-nav ul.ts-child .nav-item:last-child {
    border-bottom: none;
}

ul.navbar-nav ul.ts-child>.nav-item:hover>.nav-link {
    background-color: rgba(25, 25, 25, .05);
}

ul.navbar-nav ul.ts-child .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;

}

ul.navbar-nav ul.ts-child .ts-has-child:after {
    color: rgba(25, 25, 25, .2);
    content: "\f0dd";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: .75rem;
    top: -0.125rem;
}

/*3rd level*/

ul.navbar-nav ul.ts-child ul.ts-child {
    top: 0;
    left: 0;
    margin-left: 0;
}

ul.navbar-nav .nav-item:hover {
    background-color: rgba(25, 25, 25, .05);
}

.navbar-dark {
    color: #fff;
}

.navbar-dark #ts-primary-navigation {
    background-color:#2b303a;
}

.navbar-dark #ts-secondary-navigation {
    background-color: #000;
}

.navbar-dark #ts-secondary-navigation .form-control,
.navbar-dark #ts-secondary-navigation .custom-select {
    color: rgba(255, 255, 255, .5);
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255);
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .8);
}

.navbar-dark .navbar-nav .nav-link.active {
    color: #ffffff;
    /* border-bottom: solid 1px white; */
}

.navbar-dark .navbar-nav .nav-item.ts-active {
    background-color: rgba(255, 255, 255, .08);
}

.navbar-dark .navbar-nav>.nav-item>ul.ts-child>.nav-item:first-child>.nav-link:hover:after {
    border-color: transparent transparent #000;
}

.navbar-dark .navbar-nav>.nav-item>ul.ts-child>.nav-item:first-child>.nav-link:after {
    border-color: transparent transparent #000;
}

.navbar-dark .navbar-nav>.ts-has-child>.nav-link:after {
    color: #fff;
}

.navbar-dark .navbar-nav ul.ts-child .ts-has-child:after {
    color: rgba(255, 255, 255, .6);
}

.navbar-dark [class*="border-"] {
    border-color: rgba(255, 255, 255, .2) !important;
}

.navbar-collapse.collapse.show {
    max-height: 75vh;
    overflow-y: auto;
}

#ts-primary-navigation {
    background-color: #fff;
    font-size: .875rem;
    font-weight: 400;
    padding-bottom: 1rem;
    padding-top: 1rem;
    transition: .3s ease;
    z-index: 999;
}

#ts-secondary-navigation {
    background-color: #f6f6f6;
    border-bottom: .0625rem solid rgba(0, 0, 0, .1);
    color: #9e9e9e;
    font-size: .75rem;
}

#ts-secondary-navigation a {
    color: #9e9e9e;
    display: inline-block;
}

#ts-secondary-navigation input {
    font-size: .75rem;
}

#ts-secondary-navigation .form-control,
#ts-secondary-navigation .custom-select {
    border: none;
    border-radius: 0;
    color: rgba(0, 0, 0, .5);
    min-height: inherit;
}

/*-------------------------------------------
  -- Page
-------------------------------------------*/

body.ts-full-screen-page {
    position: fixed;
    width: 100%;
    height: 100%;
}

.ts-page-wrapper {
    overflow-x: hidden;
}

#ts-main {
    position: relative;
}

#ts-main section:not(.ts-block) {
    margin-bottom: 2rem;
}

/* -- Pagination */

.pagination {
    margin-top: 4rem;
}

.page-link {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #191919;
    margin: 0 .125rem;
    padding: .75rem 1rem;
    position: relative;
}

.page-link:hover {
    background-color: #fff;
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
    color: #191919;
}

.page-link:after {
    border-style: solid;
    border-width: .5rem .5rem 0 0;
    border-color: transparent transparent transparent transparent;
    bottom: -0.4375rem;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
    transition: .3s ease;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0;
}

.page-item.active .page-link {
    background-color: #FF723C;
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
}

.page-item.active .page-link:after {
    border-color: #00f transparent transparent transparent;
}

/*-------------------------------------------
  -- Partners
-------------------------------------------*/

.ts-partners a {
    display: block;
    padding: .625rem .3125rem;
}

/* -- person */

.ts-person .card-body {
    padding: 0;
}

.ts-person .card-body .ts-item__info {
    padding: 1.5rem;
    background-color: #f6f6f6;
}

.ts-person .card-body dl {
    padding: .5rem 1.5rem;
}

.ts-person .card-body dl dt {
    text-transform: uppercase;
    font-size: .6875rem;
}

.ts-person .card-body dl dd {
    color: rgba(0, 0, 0, .5);
}

.ts-person .card-body dl dd a {
    color: rgba(0, 0, 0, .5);
}

.ts-person .card-body h4 {
    font-weight: 500;
    margin-bottom: .25rem;
}

.ts-person .card-body aside {
    color: rgba(0, 0, 0, .5);
    font-size: .8125rem;
}

.ts-person .card-footer {
    background-color: transparent;
}

/*-------------------------------------------
  -- Price Box
-------------------------------------------*/

.ts-price-box h5 {
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.ts-price-box h3 {
    font-size: 2.25rem;
    margin-bottom: 0;
}

.ts-price-box .ts-title {
    margin-bottom: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.ts-price-box .card-header {
    padding: 0;
}

.ts-price-box .card-footer {
    padding: 0 0 1.5rem 0;
}

.ts-price-box__promoted {
    box-shadow: 0 .3125rem 1.5625rem rgba(0, 0, 0, .25);
    margin-top: -1.25rem;
    margin-bottom: .625rem;
    z-index: 2;
}

.ts-price-box__promoted .ts-title {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/* -- Result */

#ts-results {
    position: relative;
}

.ts-results-wrapper {
    position: absolute;
    width: 100%;
}

/* ====================================================================================================================
  VERTICAL Results
 */

.ts-results__vertical {
    position: relative;
    height: 100% !important;
}

.ts-results__vertical>.scroll-content {
    overflow-x: hidden !important;
}

.scrollbar-inner:hover>.scroll-element {
    opacity: 1;
}

.scrollbar-inner>.scroll-element {
    opacity: 0;
    transition: .3s ease;
}

.scrollbar-inner>.scroll-element.scroll-y {
    height: calc(100% - 1rem);
    top: .5rem;
    width: .25rem;
    right: .375rem;
}

/* ====================================================================================================================
  GRID Results
 */

.ts-results__grid.scroll-wrapper {
    position: absolute !important;
    -webkit-transform: translateX(calc(100% - 3rem));
    transform: translateX(calc(100% - 3rem));
    transition: .4s transform ease;
}

.ts-results__grid.scroll-wrapper.ts-expanded {
    -webkit-transform: translateX(4rem);
    transform: translateX(4rem);
}

.ts-results__grid.scroll-wrapper.ts-expanded .ts-result {
    pointer-events: auto;
}

.ts-results__grid .ts-results-wrapper {
    padding: 1rem;
}

.ts-results__grid .ts-form__grid {
    padding: 1rem;
}

.ts-results__grid .ts-sly-frame {
    position: absolute;
    padding: 1rem;
    width: 100%;
    height: 100%;
}

.ts-results__grid .ts-result {
    display: inline-block;
    margin: 1rem;
    width: calc(100% - 24px);
}

.ts-results__grid .ts-item__info-badge {
    top: -0.875rem;
    bottom: inherit;
}

.ts-results__grid .ts-item__info {
    bottom: inherit;
    left: 0;
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.ts-results__grid .card-img {
    background-size: cover;
}

/* ====================================================================================================================
  HORIZONTAL Results
 */

.ts-results__horizontal {
    min-height: 9rem;
    width: 100%;
    white-space: nowrap;
}

.ts-results__horizontal .scroll-element.scroll-x {
    bottom: .5rem;
    height: .375rem;
    left: .5rem;
    width: calc(100% - 1rem);
}

.ts-results__horizontal .ts-results-wrapper {
    padding-top: 1rem;
}

/* ====================================================================================================================
  Horizontal Results in Map
 */

.ts-map .ts-results__horizontal {
    bottom: 7.5rem;
    left: 0;
    height: 0;
    position: absolute;
    z-index: 1;
}

/* ====================================================================================================================
  HORIZONTAL Results Elements
 */

.ts-results__horizontal .ts-result,
.ts-results__vertical-list .ts-result {
    border-radius: .1875rem;
    display: inline-flex;
    flex-direction: row;
    white-space: normal;
    margin: .25rem;
    width: 19rem;
    height: 6rem;
}

.ts-results__horizontal .ts-result h4,
.ts-results__vertical-list .ts-result h4 {
    font-size: 1rem;
    margin-bottom: .25rem;
    line-height: 1.375rem;
}

.ts-results__horizontal .ts-result aside,
.ts-results__vertical-list .ts-result aside {
    opacity: .5;
    font-size: .75rem;
}

.ts-results__horizontal .ts-result .card-body,
.ts-results__vertical-list .ts-result .card-body {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.125rem 1rem;
}

.ts-results__horizontal .ts-result .card-img,
.ts-results__vertical-list .ts-result .card-img {
    border-radius: .1875rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-size: cover;
    height: 100%;
    float: left;
    position: relative;
    width: 4rem;
    z-index: 1;
}

.ts-results__horizontal .ts-result .card-img:before,
.ts-results__horizontal .ts-result .card-img:after,
.ts-results__vertical-list .ts-result .card-img:before,
.ts-results__vertical-list .ts-result .card-img:after {
    display: none;
}

.ts-results__horizontal .ts-result .card-footer,
.ts-results__vertical-list .ts-result .card-footer {
    display: none;
}

.ts-results__horizontal .ts-result .ts-item__info-badge,
.ts-results__vertical-list .ts-result .ts-item__info-badge {
    background-color: rgb(0, 0, 179);
    bottom: inherit;
    color: #fff;
    top: -0.75rem;
    left: 1rem;
}

.ts-results__horizontal .ts-result .ts-item__info,
.ts-results__vertical-list .ts-result .ts-item__info {
    color: #191919;
    overflow: visible;
    padding: 0;
    position: relative;
    bottom: inherit;
}

.ts-results__horizontal .ts-result .ts-description-lists,
.ts-results__vertical-list .ts-result .ts-description-lists {
    display: none;
    border-top: .0625rem solid rgba(25, 25, 25, .1);
    padding-top: .5rem;
}

.ts-results__horizontal .ts-result .ts-description-lists dl,
.ts-results__vertical-list .ts-result .ts-description-lists dl {
    margin-bottom: 0;
    margin-right: .5rem;
}

.ts-results__horizontal .ts-result .ts-description-lists dt,
.ts-results__vertical-list .ts-result .ts-description-lists dt {
    font-size: .6875rem;
    opacity: .5;
}

.ts-results__horizontal .ts-result .ts-description-lists dd,
.ts-results__vertical-list .ts-result .ts-description-lists dd {
    font-size: .6875rem;
    margin-bottom: 0;
}

.ts-results__horizontal .ts-result .ts-ribbon,
.ts-results__vertical-list .ts-result .ts-ribbon {
    right: inherit;
    left: .5rem;
}

/* ====================================================================================================================
  VERTICAL LIST Results
 */

.ts-results__vertical-list {
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
    z-index: 1;
    width: 100%;
    position: absolute !important;
}

.ts-results__vertical-list.scroll-wrapper .scrollbar-inner {
    padding-left: 0;
}

.ts-results__vertical-list.scroll-wrapper.ts-expanded .ts-result {
    pointer-events: auto;
}

.ts-results__vertical-list .ts-result {
    border-top: .0625rem solid rgba(25, 25, 25, .1);
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 100%;
    height: auto;
    padding: 1rem;
    pointer-events: none;
}

.ts-results__vertical-list .ts-result:hover {
    box-shadow: 0 .1875rem .9375rem rgba(0, 0, 0, .15);
    background-color: #f8f8f8;
}

.ts-results__vertical-list .ts-result .card-img {
    border-radius: .1875rem;
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
    width: 100%;
    height: 10rem;
}

.ts-results__vertical-list .ts-result .card-body {
    padding: 1.5rem 0 0 0;
}

.ts-results__vertical-list .ts-result .ts-description-lists {
    display: block;
    right: 0;
    border: none;
    padding-left: 0;
    top: 0;
    position: relative;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.ts-results__vertical-list .ts-result .ts-description-lists dt {
    font-size: .75rem;
}

.ts-results__vertical-list .ts-result .ts-description-lists dd {
    font-size: .75rem;
    margin-bottom: .5rem;
}

.ts-results__vertical-list .ts-result .ts-item__info-badge {
    background-color: #fff;
    color: inherit;
    top: -0.875rem;
}

.ts-results__vertical-list .ts-result .ts-ribbon {
    right: .5rem;
    left: inherit;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    top: -0.875rem;
}

.ts-results__vertical-list .ts-result .ts-ribbon-corner {
    top: 0;
}

.ts-results__vertical-list .ts-result .ts-ribbon-corner:before {
    display: none;
}

.ts-result .card-img {
    background-position: center;
}

.ts-full-screen.ts-has-horizontal-results .ts-map {
    height: calc(100% - 9rem);
}

.blue {
    background-color: blue !important;
}

/* -- Ribbon */

.ts-ribbon {
    border: 1rem solid #FF723C;
    border-top: 0 solid;
    border-bottom: 1rem solid rgba(0, 0, 0, 0);
    color: #fff;
    line-height: 2.5rem;
    position: absolute;
    right: 1rem;
    top: -0.25rem;
    z-index: 2;
    width: 0;
}

.ts-ribbon i {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ts-ribbon-corner {
    height: 7.5rem;
    position: absolute;
    top: -0.375rem;
    overflow: hidden;
    right: -0.375rem;
    width: 7.5rem;
}

.ts-ribbon-corner:before,
.ts-ribbon-corner:after {
    width: 0;
    height: 0;
    border-style: solid;
    content: "";
    position: absolute;
}

.ts-ribbon-corner:before {
    border-width: .375rem 0 0 .375rem;
    border-color: transparent transparent transparent #191919;
    left: 1.4375rem;
    top: 0;
}

.ts-ribbon-corner:after {
    border-width: .375rem 0 0 .375rem;
    border-color: transparent transparent transparent #191919;
    right: 0;
    bottom: 1.4375rem;
}

.ts-ribbon-corner span {
    background-color: #FF723C;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff;
    font-size: .625rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    padding: .5rem 2rem;
    position: absolute;
    z-index: 2;
    width: 200%;
    display: block;
    top: 1.25rem;
    right: -5rem;
}

/* -- Sidebar */

.ts-sidebar {
    flex-direction: column;
}

.ts-sidebar h3 {
    margin-bottom: 2.5rem;
}

.ts-sidebar .form-group {
    margin-bottom: 1rem;
}

.ts-sidebar section {
    width: 100%;
}

/*-------------------------------------------
  -- Slider
-------------------------------------------*/

.ts-slider {
    height: 100% !important;
}

.ts-slider div {
    height: 100% !important;
}

/*-------------------------------------------
  -- Tabs
-------------------------------------------*/

.nav-tabs {
    border-bottom-width: .1875rem;
    margin-bottom: 2rem;
}

.nav-tabs h4 {
    font-weight: normal;
    margin-bottom: 0;
}

.nav-tabs .nav-item {
    margin-bottom: -0.1875rem;
}

.nav-tabs .nav-link {
    background-color: transparent;
    border: none;
    border-bottom: .1875rem solid transparent;
    color: inherit;
    opacity: .5;
}

.nav-tabs .nav-link:first-child {
    margin-left: 0;
}

.nav-tabs .nav-link>* {
    padding-bottom: 0;
    margin-bottom: 0;
}

.nav-tabs .nav-link.active {
    color: #191919;
    background-color: transparent;
    border-bottom: .1875rem solid #FF723C;
    opacity: 1;
}

/** -- Quick Info */

.ts-quick-info {
    text-align: center;
    padding: 0;
    overflow: hidden;
}

.ts-quick-info .ts-quick-info__item {
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 1rem;
    width: 100%;
}

.ts-quick-info .ts-quick-info__item h6 {
    color: rgba(0, 0, 0, .5);
}

.ts-quick-info .ts-quick-info__item figure {
    margin-bottom: 0;
    font-size: 1.5rem;
}

/***********************************************************************************************************************
D. Plugins Styles
***********************************************************************************************************************/

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: .0625rem;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 5rem;
    width: 5rem;
    left: 50%;
    top: 50%;
    margin-left: -2.5rem;
    margin-top: -2.5rem;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease-webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 .5rem;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: .5rem;
    right: .5rem;
    z-index: 1044;
}

.mfp-preloader a {
    color: #ccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 2.75rem;
    height: 2.75rem;
    line-height: 2.75rem;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 1.125rem .625rem;
    color: white;
    font-style: normal;
    font-size: 1.75rem;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: .0625rem;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -0.375rem;
    text-align: right;
    padding-right: .375rem;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: .75rem;
    line-height: 1.125rem;
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -3.4375rem;
    padding: 0;
    width: 5.625rem;
    height: 6.875rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -3.375rem;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 2.1875rem;
    margin-left: 2.1875rem;
    border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: .8125rem;
    border-bottom-width: .8125rem;
    top: .5rem;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 1.3125rem;
    border-bottom-width: 1.3125rem;
    opacity: .7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 1.0625rem solid white;
    margin-left: 1.9375rem;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 1.5625rem;
    border-right: 1.6875rem solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 1.0625rem solid white;
    margin-left: 2.4375rem;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 1.6875rem solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 56.25rem;
}

.mfp-iframe-holder .mfp-close {
    top: -2.5rem;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 .5rem rgba(0, 0, 0, .6);
    background: black;
}

/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 2.5rem 0 2.5rem;
    margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 2.5rem;
    bottom: 2.5rem;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 .5rem rgba(0, 0, 0, .6);
    background: #444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: .75rem;
    line-height: .875rem;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -2.25rem;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 1.125rem;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 2.25rem;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 37.5rem;
    left: 50%;
    margin-left: -18.75rem;
    margin-top: .3125rem;
    padding-bottom: .3125rem;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 2.75rem;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

/*-------------------------------------------
  -- Magnific Popup
-------------------------------------------*/

/* overlay at start */

.mfp-fade.mfp-bg {
    opacity: 0;
    background-color: #000;
    transition: all .15s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all .15s ease-out;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/*-------------------------------------------
  -- Owl Carousel
-------------------------------------------*/

.owl-carousel .owl-stage,
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-item {
    height: 100%;
}

.owl-carousel .owl-dots {
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    padding: .3125rem;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
    opacity: .7;
}

.owl-carousel .owl-dots .owl-dot span {
    background-color: #191919;
    border-radius: 50%;
    display: inline-block;
    height: .625rem;
    opacity: .2;
    transition: .3s ease;
    width: .625rem;
}

.owl-carousel .owl-nav {
    position: absolute;
    bottom: 4rem;
    height: 0;
    margin: auto;
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    background-color: rgba(255, 255, 255, .6);
    border-radius: 50%;
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
    color: #191919;
    display: inline-block;
    height: 2.5rem;
    position: absolute;
    text-align: center;
    transition: .3s ease;
    width: 2.5rem;
}

.owl-carousel .owl-nav .owl-prev:after,
.owl-carousel .owl-nav .owl-next:after {
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    font-size: 1.375rem;
    line-height: 2.5rem;
    -webkit-font-smoothing: antialiased;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    background-color: rgba(255, 255, 255, .8);
}

.owl-carousel .owl-nav .owl-next {
    right: 1rem;
}

.owl-carousel .owl-nav .owl-next:after {
    content: "\f105";
    margin-left: .1875rem;
}

.owl-carousel .owl-nav .owl-prev {
    left: 1rem;
}

.owl-carousel .owl-nav .owl-prev:after {
    content: "\f104";
    margin-right: .0625rem;
}

@media (min-width: 36rem) and (max-width: 47.9375rem) {
    html {
        font-size: 85%;
    }

    h1,
    .h1 {
        font-size: 1.875rem;
    }

    .ts-column-count-sm-1 {
        -webkit-column-count: 1;
        column-count: 1;
    }

    .ts-column-count-sm-2 {
        -webkit-column-count: 2;
        column-count: 2;
    }

    .ts-column-count-sm-3 {
        -webkit-column-count: 3;
        column-count: 3;
    }

    .ts-column-count-sm-4 {
        -webkit-column-count: 4;
        column-count: 4;
    }

    .ts-bokeh-background {
        top: -5rem;
    }

    .ts-hero-slider .ts-slide-description h3 {
        margin-bottom: .5rem;
    }
}

@media (min-width: 48rem) and (max-width: 61.9375rem) {
    html {
        font-size: 90%;
    }

    h1,
    .h1 {
        font-size: 1.75rem;
    }

    .ts-homepage h1 {
        font-size: 2rem;
    }

    .ts-column-count-md-1 {
        -webkit-column-count: 1;
        column-count: 1;
    }

    .ts-column-count-md-2 {
        -webkit-column-count: 2;
        column-count: 2;
    }

    .ts-column-count-md-3 {
        -webkit-column-count: 3;
        column-count: 3;
    }

    .ts-column-count-md-4 {
        -webkit-column-count: 4;
        column-count: 4;
    }

    .ts-bokeh-background {
        top: -7rem;
    }
}

@media (min-width: 62rem) and (max-width: 74.9375rem) {
    html {
        font-size: 95%;
    }

    h1,
    .h1 {
        font-size: 1.875rem;
    }

    .ts-homepage h1 {
        font-size: 3rem;
    }

    .ts-column-count-lg-1 {
        -webkit-column-count: 1;
        column-count: 1;
    }

    .ts-column-count-lg-2 {
        -webkit-column-count: 2;
        column-count: 2;
    }

    .ts-column-count-lg-3 {
        -webkit-column-count: 3;
        column-count: 3;
    }

    .ts-column-count-lg-4 {
        -webkit-column-count: 4;
        column-count: 4;
    }

    .ts-block {
        padding-bottom: 3rem;
        padding-top: 3rem;
    }

    .ts-card__image {
        height: 12.5rem;
    }

    .ts-results__grid .ts-result {
        width: calc(50% - 2rem);
    }
}

@media (min-width: 175rem) {
    html {
        font-size: 100%;
    }

    h1,
    .h1 {
        font-size: 2.25rem;
    }

    .ts-homepage h1 {
        font-size: 4rem;
    }

    .ts-column-count-xl-1 {
        -webkit-column-count: 1;
        column-count: 1;
    }

    .ts-column-count-xl-2 {
        -webkit-column-count: 2;
        column-count: 2;
    }

    .ts-column-count-xl-3 {
        -webkit-column-count: 3;
        column-count: 3;
    }

    .ts-column-count-xl-4 {
        -webkit-column-count: 4;
        column-count: 4;
    }

    .ts-xl-h__auto {
        height: auto;
    }

    .ts-block {
        padding-bottom: 4rem;
        padding-top: 4rem;
    }

    .ts-card__image {
        height: 15.625rem;
    }

    .navbar-dark .navbar.navbar-expand-xl ul.navbar-nav ul.ts-child {
        background-color: black;
    }

    .navbar.navbar-expand-xl ul.navbar-nav {
        margin-top: 0;
    }

    .navbar.navbar-expand-xl ul.navbar-nav .nav-item:first-child {
        border-top: none;
    }

    .navbar.navbar-expand-xl ul.navbar-nav .nav-item:hover {
        background-color: transparent;
    }

    .navbar.navbar-expand-xl ul.navbar-nav .nav-item:hover>ul.ts-child {
        opacity: 1;
    }

    .navbar.navbar-expand-xl ul.navbar-nav>.nav-item {
        border-bottom: none;
    }

    .navbar.navbar-expand-xl ul.navbar-nav>.nav-item>ul.ts-child>.nav-item:first-child>.nav-link:after {
        border-style: solid;
    }

    .navbar.navbar-expand-xl ul.navbar-nav ul.ts-child {
        background-color: #fff;
        box-shadow: 0 .3125rem 1.5625rem rgba(0, 0, 0, .25);
        position: absolute;
        height: auto;
        width: auto;
        overflow: visible;
        opacity: 0;
    }

    .navbar.navbar-expand-xl ul.navbar-nav ul.ts-child .ts-has-child:after {
        content: "\f0da";
    }

    .navbar.navbar-expand-xl ul.navbar-nav ul.ts-child ul.ts-child {
        left: 13rem;
        margin-left: -0.25rem;
    }

    .ts-results__grid .ts-result {
        width: calc(33.33% - 2rem);
    }
}

@media (max-width: 35.9375rem) {

    h1,
    .h1 {
        margin-bottom: 1.25rem;
    }

    [class*="ts-column-count-"] {
        -webkit-column-count: 1;
        column-count: 1;
    }

    .ts-xs-text-center {
        text-align: center !important;
    }

    .ts-title {
        margin-bottom: 2rem;
    }

    .ts-infobox .ts-infobox__wrapper {
        height: 11rem;
        width: 12rem;
    }

    .ts-infobox .ts-item__info {
        border-bottom: none;
    }

    .ts-infobox .ts-description-lists {
        display: none;
    }

    .leaflet-popup {
        margin-left: -1.75rem;
    }

    .H_ib_body .infobox-wrapper {
        left: 2rem;
    }

    .ts-quick-info .ts-quick-info__item {
        border-bottom: .0625rem solid rgba(25, 25, 25, .1);
    }
}

@media (min-width: 36rem) and (max-width: 61.9375rem) {

    h1,
    .h1 {
        margin-bottom: 1.875rem;
    }

    .ts-title {
        margin-bottom: 2rem;
    }

    .ts-block-inside {
        padding: 2.5rem;
    }
}

@media (min-width: 62rem) {

    h1,
    .h1 {
        margin-bottom: 2.5rem;
    }

    .ts-bokeh-background {
        top: -10rem;
    }

    .ts-lg-h__auto {
        height: auto;
    }

    .ts-title {
        margin-bottom: 0rem;
    }

    .ts-block-inside {
        padding: 3.75rem;
    }

    .navbar-dark .navbar.navbar-expand-lg ul.navbar-nav ul.ts-child {
        background-color: black;
    }

    .navbar.navbar-expand-lg ul.navbar-nav {
        margin-top: 0;
    }

    .navbar.navbar-expand-lg ul.navbar-nav .nav-item:first-child {
        border-top: none;
    }

    .navbar.navbar-expand-lg ul.navbar-nav .nav-item:hover {
        background-color: transparent;
    }

    .navbar.navbar-expand-lg ul.navbar-nav .nav-item:hover>ul.ts-child {
        opacity: 1;
    }

    .navbar.navbar-expand-lg ul.navbar-nav>.nav-item {
        border-bottom: none;
    }

    .navbar.navbar-expand-lg ul.navbar-nav>.nav-item>ul.ts-child>.nav-item:first-child>.nav-link:after {
        border-style: solid;
    }

    .navbar.navbar-expand-lg ul.navbar-nav ul.ts-child {
        background-color: #fff;
        box-shadow: 0 .3125rem 1.5625rem rgba(0, 0, 0, .25);
        position: absolute;
        height: auto;
        width: auto;
        overflow: visible;
        opacity: 0;
    }

    .navbar.navbar-expand-lg ul.navbar-nav ul.ts-child .ts-has-child:after {
        content: "\f0da";
    }

    .navbar.navbar-expand-lg ul.navbar-nav ul.ts-child ul.ts-child {
        left: 13rem;
        margin-left: -0.25rem;
    }

    .ts-full-screen.ts-has-horizontal-results .ts-map {
        height: calc(100% - 13em);
    }

    .ts-map .ts-results__horizontal {
        bottom: 11rem;
    }

    .ts-results__horizontal {
        min-height: 12rem;
    }

    .ts-results__horizontal .ts-result {
        height: 9rem;
    }

    .ts-results__horizontal .ts-result .ts-description-lists {
        display: block;
    }
}

@media (min-width: 36rem) {
    .ts-bokeh-background {
        -webkit-filter: blur(2.5rem);
        filter: blur(2.5rem);
    }

    .ts-sm-h__auto {
        height: auto;
    }

    .ts-description-list__line dt {
        float: left;
    }

    .ts-description-list__line dd {
        text-align: right;
    }

    .ts-form__map-search {
        width: 20rem;
    }

    .ts-form__map-horizontal {
        height: 0;
        position: absolute;
    }

    .ts-form__map-horizontal>.container {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    #ts-footer #ts-footer-secondary .container {
        display: flex;
    }

    .ts-item__list .card-img {
        border-top-right-radius: 0;
        border-bottom-left-radius: .1875rem;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 14rem;
    }

    .ts-item__list .card-img:after {
        display: none;
    }

    .ts-item__list .card-img:before {
        border-bottom-left-radius: .1875rem;
    }

    .ts-item__list .card-body,
    .ts-item__list .card-footer {
        padding-left: 15rem;
    }

    .ts-item__list .ts-item__info {
        top: inherit;
        color: #191919;
        margin-bottom: 1rem;
        padding: 0;
        position: relative;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .ts-item__list .ts-ribbon {
        right: inherit;
        left: 11rem;
    }

    .ts-item__list .ts-item__info-badge {
        bottom: -1rem;
        font-size: .875rem;
        left: 1.5rem;
        top: inherit;
    }

    .ts-item__list.ts-item__compact .card-img {
        width: 11rem;
    }

    .ts-item__list.ts-item__compact .card-body {
        padding: .5rem .5rem 0 .5rem;
    }

    .ts-item__list.ts-item__compact .card-body,
    .ts-item__list.ts-item__compact .card-footer {
        padding-left: 12rem;
    }

    .ts-item__list.ts-item__compact .ts-ribbon {
        left: 8rem;
    }

    .ts-item__list.ts-item__compact .ts-item__info-badge {
        font-size: .75rem;
    }

    .ts-item__company .ts-description-list1,
    .ts-item__company .ts-company-info {
        display: flex;
    }

    .navbar-dark .navbar.navbar-expand-sm ul.navbar-nav ul.ts-child {
        background-color: black;
    }

    .navbar.navbar-expand-sm ul.navbar-nav {
        margin-top: 0;
    }

    .navbar.navbar-expand-sm ul.navbar-nav .nav-item:first-child {
        border-top: none;
    }

    .navbar.navbar-expand-sm ul.navbar-nav .nav-item:hover {
        background-color: transparent;
    }

    .navbar.navbar-expand-sm ul.navbar-nav .nav-item:hover>ul.ts-child {
        opacity: 1;
    }

    .navbar.navbar-expand-sm ul.navbar-nav>.nav-item {
        border-bottom: none;
    }

    .navbar.navbar-expand-sm ul.navbar-nav>.nav-item>ul.ts-child>.nav-item:first-child>.nav-link:after {
        border-style: solid;
    }

    .navbar.navbar-expand-sm ul.navbar-nav ul.ts-child {
        box-shadow: 0 .3125rem 1.5625rem rgba(0, 0, 0, .25);
        position: absolute;
        height: auto;
        width: auto;
        overflow: visible;
        opacity: 0;
    }

    .navbar.navbar-expand-sm ul.navbar-nav ul.ts-child .ts-has-child:after {
        content: "\f0da";
    }

    .navbar.navbar-expand-sm ul.navbar-nav ul.ts-child ul.ts-child {
        left: 13rem;
        margin-left: -0.25rem;
    }

    .ts-results__grid.scroll-wrapper {
        position: relative !important;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .ts-results__grid.scroll-wrapper .scrollbar-inner {
        padding-right: 0;
    }

    .ts-results__grid .ts-form__grid {
        padding: 2rem;
    }

    .ts-results__vertical-list.scroll-wrapper {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .ts-results__vertical-list.scroll-wrapper .scrollbar-inner {
        padding-left: 0;
    }

    .ts-results__vertical-list .ts-result {
        pointer-events: auto;
    }

    .ts-results__vertical-list {
        position: relative !important;
    }

    .ts-results__vertical-list .ts-result {
        flex-direction: column-reverse;
    }

    .ts-results__vertical-list .ts-result .card-body {
        padding: 0 0 1rem 0;
    }

    .ts-results__vertical-list .ts-result .card-img {
        width: 50%;
        height: 9rem;
    }

    .ts-results__vertical-list .ts-result .ts-description-lists {
        position: absolute;
        padding-top: 0;
        top: 4.5rem;
        padding-left: .75rem;
        -webkit-column-count: 2;
        column-count: 2;
        width: 50%;
    }

    .ts-results__vertical-list .ts-result .ts-item__info-badge {
        top: 6rem;
    }

    .ts-quick-info .ts-quick-info__item {
        border-right: .0625rem solid rgba(25, 25, 25, .1);
        padding: 3rem 1rem;
    }

    .owl-carousel .owl-nav {
        bottom: 0;
        top: 0;
    }
}

@media (min-width: 48rem) {
    .ts-md-h__auto {
        height: auto;
    }

    .ts-hero-slider .ts-slide-description h3 {
        margin-bottom: 1rem;
    }

    .navbar-dark .navbar.navbar-expand-md ul.navbar-nav ul.ts-child {
        background-color: #2b303a;
    }

    .navbar.navbar-expand-md ul.navbar-nav {
        margin-top: 0;
    }

    .navbar.navbar-expand-md ul.navbar-nav .nav-item:first-child {
        border-top: none;
    }

    .navbar.navbar-expand-md ul.navbar-nav .nav-item:hover {
        background-color: transparent;
    }

    .navbar.navbar-expand-md ul.navbar-nav .nav-item:hover>ul.ts-child {
        opacity: 1;
    }

    .navbar.navbar-expand-md ul.navbar-nav>.nav-item {
        border-bottom: none;
    }

    .navbar.navbar-expand-md ul.navbar-nav>.nav-item>ul.ts-child>.nav-item:first-child>.nav-link:after {
        border-style: solid;
    }

    .navbar.navbar-expand-md ul.navbar-nav ul.ts-child {
        background-color: #fff;
        box-shadow: 0 .3125rem 1.5625rem rgba(0, 0, 0, .25);
        position: absolute;
        height: auto !important;
        width: auto;
        overflow: visible;
        opacity: 0;
    }

    .navbar.navbar-expand-md ul.navbar-nav ul.ts-child .ts-has-child:after {
        content: "\f0da";
    }

    .navbar.navbar-expand-md ul.navbar-nav ul.ts-child ul.ts-child {
        left: 13rem;
        margin-left: -0.25rem;
    }
}

@media (max-width: 61.9375rem) {
    .ts-card__image {
        height: 15.625rem;
    }
}

@media screen and (max-width: 50rem) and (orientation: landscape),
screen and (max-height: 18.75rem) {
    /**
       * Remove all paddings around the image on small screen
       */

    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: .3125rem;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: .1875rem .3125rem;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: .3125rem;
        top: .1875rem;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 2.1875rem;
        height: 2.1875rem;
        line-height: 2.1875rem;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 56.25rem) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: .375rem;
        padding-right: .375rem;
    }
}


/***********************************************************************************************************************
E. Custom Styling
***********************************************************************************************************************/

.userDetailsNav{
    background-color: #FFFFFF; 
    padding: 15px 20px 0 20px; 
    margin-bottom: 0;
}
.userDetailsNav h1 {
    width: 100%;
    padding: 5px 0 5px 10px;
    margin: 25px 0 0 0;
    font-family: "Hind";
    font-weight: 500px;
    font-size: 16px;
    color: #8c96aa;
    display:block;
}

.userDetailsNav a {
    display:block;
    width: 100%;
    padding: 5px 0 5px 10px;
    font-family: "Arial";
    font-size: 16px;
}
#accountNav .active {
    color: #FF672B;
    text-decoration: underline;
  }

.userDetailsProfile{
    background-color: #ffffff;
    padding: 20px 0 20px 20px; 
    margin: 0px;
    display: flex;
    flex-direction: row;

}

.feedBar{
    border:1px solid rgba(0, 0, 0, .1);
    background-color: #ffffff;
    padding: 0px; 
    margin: 0px;
    display: flex;
    flex-direction: row;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.custombox-input{
    border:1px solid rgba(0, 0, 0, .1);
    background-color: #ffffff;
    padding: 0px; 
    margin: 0px;
    display: flex;
    flex-direction: row;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.custombox-name{
    padding: 3px 7px; 
    margin: 2px;
    display: flex;
    flex-direction: row;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 80%;
    float: right;
}

.custombox-value{
    padding: 0px 0px 0px 47px;
    margin: 2px;
    display: flex;
    flex-direction: row;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 18%;
    float: right;
}

.custombox-review{
    padding: 3px 7px; 
    margin: 2px;
    display: flex;
    flex-direction: row;
    /* -ms-flex: 0 0 100%;
    flex: 0 0 100%; */
    max-width: 100%;
    float: right;
}

.userPicture {
width: 30%;
}

.userName {
flex: 1px;
margin-top: 9px;
}

.static-value{
	position:absolute;
	left:10px;
	font-weight:500!important;
	font-size:0.8em;
	color:#2b303a;
	top:9px;
}

.contentTitle {
    font-family: "Hind";
    font-size: 24px;    
    font-weight: 500;
}

.directionsBtn {
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: #31C1A8;
    color: white;
    border-radius: 10px;
    font-size: 18px;
}

.resetBtn {
    border: solid 1px #555555;
    border-radius: 12px;
    background-color: #FFFFFF;
    padding: 10px;
    text-align: center;
}

.geocoder {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    margin-left: 10px;
    width: 100%;
}

.geocoder-my-location{
    margin-left: 10px;
    margin-top: 11px;
    cursor: pointer;
}

.location-msg {
    text-align: center;
    margin: 20px auto;
    max-width: 400px;
}

.geocoder .leaflet-control-geocoder-form
.leaflet-control-geocoder-form ul {
    box-shadow: none !important;
    width: 100% !important;
}

.geocoder input[type="text"] {
    border: solid 1px #555555;
    border-radius: 12px;
}

.searchBtn {
    border: solid 1px #FF672B;
    border-radius: 12px;
    background-color: #FF672B;
    padding: 10px;
    text-align: center;
    color: #FFFFFF;
}

.mainTitle {
    width: 100%;
    margin: 0 0 10px 10px;
    padding: 10px 10px 10px 0;
    border-bottom: solid 1px #ACB3C1;
}

.filterBtnNone {
    width: 59px;
    height: 59px;
}

.filterBtnSelected {
    border: solid 1px #DDE0E5 !important;
    background-color: #DDE0E5 !important;
}

.filterBtn {
    cursor: pointer;
    width: 59px;
    height: 59px;
    border: solid 1px #FAFAFA;
    border-radius: 12px;
    background-color: #FAFAFA;
    padding: 10px;
    text-align: center;
    font-size: 18px;
}

.filterBtn:hover {
    width: 59px;
    height: 59px;
    border: solid 1px #DDE0E5;
    border-radius: 12px;
    background-color: #DDE0E5;
    padding: 10px;
    text-align: center;
    font-size: 18px;
}

.mainLabelSml {
    width: 100% !important;
    font-size: 7.3px;
    text-align: center;
}

.grayscaleImg div {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.grayscaleImg div:hover {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.mapboxgl-user-location-dot,
.mapboxgl-user-location-dot::before {
    background-color: #ff672b;
}



.marker-search {
    background-size: cover;
    width: 30px !important;
    height: 30px !important;
    cursor: pointer;
}

.marker {
    background-image: url('../icons/map/fuel-price-map-icon.png');
}
.marker-asda {
    background-image: url('../icons/brands/Asda-fuel-price-icon.png');
}
.marker-bp {
    background-image: url('../icons/brands/BP-fuel-price-icon.png');
}
.marker-esso {
    background-image: url('../icons/brands/Esso-fuel-price-icon.png');
}
.marker-gulf {
    background-image: url('../icons/brands/Gulf-fuel-price-icon.png');
}
.marker-jet {
    background-image: url('../icons/brands/Jet-fuel-price-icon.png');
}
.marker-morrisons {
    background-image: url('../icons/brands/Morrisons-fuel-price-icon.png');
}
.marker-sainsburys {
    background-image: url('../icons/brands/Sainsburys-fuel-price-icon.png');
}
.marker-shell {
    background-image: url('../icons/brands/Shell-fuel-price-icon.png');
}
.marker-tesco {
    background-image: url('../icons/brands/Tesco-fuel-price-icon.png');
}
.marker-texaco {
    background-image: url('../icons/brands/Texaco-fuel-price-icon.png');
}
.marker-applegreen {
    background-image: url('../icons/brands/Applegreen-fuel-price-icon.png');
}
.marker-centra {
    background-image: url('../icons/brands/centra-fuel-price-icon.png');
}
.marker-go {
    background-image: url('../icons/brands/go-fuel-price-icon.png');
}
.marker-circlek {
    background-image: url('../icons/brands/circle-k-fuel-price-icon.png');
}
.marker-highland {
    background-image: url('../icons/brands/highland-fuel-price-icon.png');
}
.marker-coop {
    background-image: url('../icons/brands/coop-fuel-price-icon.png');
}
.marker-costco {
    background-image: url('../icons/brands/costco-fuel-price-icon.png');
}
.marker-costcutter {
    background-image: url('../icons/brands/costcutter-fuel-price-icon.png');
}
.marker-essar {
    background-image: url('../icons/brands/essar-fuel-price-icon.png');
}
.marker-gleaner {
    background-image: url('../icons/brands/Gleaner-fuel-price-icon.png');
}
.marker-harvestenergy {
    background-image: url('../icons/brands/HarvestEnergy-fuel-price-icon.png');
}
.marker-mace {
    background-image: url('../icons/brands/mace-fuel-price-icon.png');
}
.marker-maxol {
    background-image: url('../icons/brands/Maxol-fuel-price-icon.png');
}
.marker-murco {
    background-image: url('../icons/brands/Murco-fuel-price-icon.png');
}
.marker-nisa {
    background-image: url('../icons/brands/Nisa-fuel-price-icon.png');
}
.marker-pace {
    background-image: url('../icons/brands/Pace-fuel-price-icon.png');
}
.marker-spar {
    background-image: url('../icons/brands/spar-fuel-price-icon.png');
}
.marker-total {
    background-image: url('../icons/brands/Total-fuel-price-icon.png');
}
.marker-waitrose {
    background-image: url('../icons/brands/Waitrose-fuel-price-icon.png');
}
.marker-nicholls{
    background-image: url('../icons//brands/nicholls-fuel-price-icon.png');
}
.marker-solo{
    background-image: url('../icons/brands/solo-fuel-price-icon.png');
}
.marker-star{
    background-image: url('../icons/brands/star-fuel-price-icon.png');
}
.marker-totalEnergies{
    background-image: url('../icons/brands/totalenergies-fuel-price-icon.png');
}
.marker-valero{
    background-image: url('../icons/brands/valero-fuel-price-icon.png');
}
.marker-welcomeBreak{
    background-image: url('../icons/brands/welcome-break-fuel-price-icon.png');
}
.marker-emo{
    background-image: url('../icons/brands/emo-fuel-price-icon.png');
}
.marker-egOnTheMove { 
    background-image: url('../icons/brands/eg-on-the-move-marker.png');
}
.marker-oilFast { 
    background-image: url('../icons/brands/oil-fast-marker.png');
}

.marker-search {
    background-image: url('../icons/map/map-marker.png');
}

.marker-other {
    background-image: url('../icons/map/fuel-price-map-icon.png');
}
.marker-undefined {
    background-image: url('../icons/map/fuel-price-map-icon.png');
}
.marker-carrefour { 
    background-image: url('../icons/brands/carrefour-fuel-price-icon.png');
}
.marker-sari { 
    background-image: url('../icons/map/fuel-price-map-icon.png');
}
.marker-eLeclerc { 
    background-image: url('../icons/brands/e-leclerc-fuel-price-icon.png')
}

.marker-intermarche { 
    background-image: url('../icons/brands/intermarche-fuel-price-icon.png');
}

.marker-eni { 
    background-image: url('../icons/brands/eni-fuel-price-icon.png')
}

.marker-vito { 
    background-image: url('../icons/brands/vito-fuel-price-icon.png')
}

.marker-casino { 
    background-image: url('../icons/brands/casino-fuel-price-icon.png')
}

.marker-superU { 
    background-image: url('../icons/brands/super-u-fuel-price-icon.png');
}
.marker-auchan { 
    background-image: url('../icons/brands/auchan-fuel-price-icon.png');
}

.marker-avia { 
    background-image: url('../icons/brands/avia-fuel-price-icon.png');
}

.marker-cora { 
    background-image: url('../icons/brands/cora-fuel-price-icon.png')
}

.marker-dyneff { 
    background-image: url('../icons/brands/dyneff-fuel-price-icon.png')
}

.marker-hyperU { 
    background-image: url('../icons/brands/hyper-u-fuel-price-icon.png');
}
.marker-netto { 
    background-image: url('../icons/brands/netto-fuel-price-icon.png')
}
.marker-stationU { 
    background-image: url('../icons/brands/station-u-fuel-price-icon.png')
}
/* Mapbox Marker Styling */
.marker, .marker-asda, .marker-bp, .marker-esso, .marker-gulf, 
.marker-jet, .marker-morrisons, .marker-sainsburys, .marker-tesco, 
.marker-texaco, .marker-applegreen, .marker-centra, .marker-go, 
.marker-circlek, .marker-highland, .marker-coop, .marker-costco, 
.marker-costcutter, .marker-essar, 
.marker-gleaner, .marker-harvestenergy, .marker-mace, .marker-maxol, 
.marker-murco, .marker-nisa, .marker-pace, .marker-spar, .marker-total, 
.marker-waitrose, .marker-shell, .marker-other, .marker-nicholls, 
.marker-solo, .marker-star, .marker-totalEnergies, .marker-valero, .marker-welcomeBreak, 
.marker-emo, .marker-oilFast, .marker-egOnTheMove, .marker-undefined, 
.marker-carrefour, .marker-sari,.marker-eLeclerc, .marker-intermarche,
.marker-eni, .marker-vito, .marker-casino, .marker-superU, 
.marker-auchan, .marker-avia, .marker-cora, .marker-dyneff, 
.marker-hyperU, .marker-netto, .marker-stationU {
    background-size: cover;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.marker::after, .marker-asda::after, .marker-bp::after, .marker-esso::after, 
.marker-gulf::after, .marker-jet::after, .marker-morrisons::after, .marker-sainsburys::after, 
.marker-tesco::after, .marker-texaco::after, .marker-applegreen::after, .marker-centra::after, 
.marker-go::after,.marker-circlek::after, .marker-highland::after, .marker-coop::after, .marker-costco::after, 
.marker-costcutter::after, .marker-essar::after, .marker-gleaner::after, .marker-harvestenergy::after, .marker-mace::after, 
.marker-maxol::after, .marker-murco::after, .marker-nisa::after, .marker-pace::after, .marker-spar::after, 
.marker-total::after, .marker-texaco::after, .marker-search::after, .marker-shell::after, .marker-nicholls::after, 
.marker-solo::after , .marker-star::after, .marker-totalEnergies::after, .marker-valero::after, 
.marker-welcomeBreak::after, .marker-emo::after, .marker-other::after, .marker-oilFast::after, 
.marker-egOnTheMove::after, .marker-undefined::after, .marker-carrefour::after, 
.marker-sari::after, .marker-eLeclerc::after, .marker-intermarche::after, 
.marker-eni::after, .marker-vito::after, .marker-casino::after, 
.marker-superU::after, .marker-auchan::after, 
.marker-avia::after, .marker-cora::after, 
.marker-dyneff::after, .marker-hyperU::after, 
.marker-netto:after, .marker-stationU::after {    
    content: attr(data-content);
    position: absolute;
    top: 24px;
    width:50px;
    left: 6.5px;
    font-weight: bold;
    font-size: 12px;
}

.marker-noprice {
    background-image: url('../icons/map/fuel-price-map-icon-noprice.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.leaflet-control-geocoder-alternatives li, .leaflet-control-geocoder-icon { 

    display: none !important;
}
/* Preloader */
.sk-circle {
    position: absolute;
    width: 40px;
    height: 40px;
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #ff672b;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.spinner-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2b303a;
    z-index: 999999;
}

.inner-spinner-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
}

.preloader-logo {
    margin-bottom: 200px;
}

.preloader-logo p {
    color: white;
    font-family: 'Hind', Helvetica, Arial, Lucida, sans-serif;
    text-align: center;
    padding-top: 15px;
    font-size: 18px;
}

.distance p {
    color: black;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 8px;
}

.updated-date p {
    color: black;
    font-size: 0.70rem;
    margin-top: 8px;
    margin-bottom: 0;
}

.bottomWebLine {
    border-bottom: none;
}

@media only screen and (max-width: 780px) {
    .bottomWebLine {
        border-bottom: solid 1px black;
    }
}

@media only screen and (max-width: 992px) {
    div.ts-map {
        display: none !important;
    }
    .ts-results__vertical-list {
        width: 100%;
    }
}

#embedMap {
    border-radius: 10px;
    width: 100%;
    height: 350px;
}

.station-img-wrapper img{
    height: 126px;
}

/* Avertisement styles */
.ads-top {
}

@media only screen and (max-width: 960px) {
    /* .ads-top {
        display: none;
    } */

    /* .radius-bar {
        display: none;
    } */
}

/**/

#distance-slider{
    flex: 1;
    margin: 11px 0px 4px;
    height: 3px;
    border: none;
    background-color: #8C96AA;
}

.ui-slider-range.ui-corner-all.ui-widget-header.ui-slider-range-min{
    background-color: rgb(255, 103, 43);
}

#distance-slider .slider-left,
#distance-slider .slider-right,
#distance-slider .slider-5,
#distance-slider .slider-10,
#distance-slider .slider-15
{
    position: absolute;
    height: 16px;
    width: 2px;
    background-color: rgb(255, 103, 43);
    top: -6px;
}

#distance-slider .slider-5,
#distance-slider .slider-10,
#distance-slider .slider-15{
    height: 12px;
    top: -4px;
    background-color: #8C96AA;
}

#distance-slider .slider-right {
    right: 0px;
    background-color: #8C96AA;
}

#distance-slider .slider-5 {
    left: 21.0526%;
}

#distance-slider .slider-10 {
    left: 47.3684%;
}

#distance-slider .slider-15 {
    left: 73.6842%;
}

#distance-slider .ui-slider-handle {
    background-color: rgb(255, 103, 43);
    border-radius: 50%;
    border: 2px solid white;
    width: 20px;
    height: 21px;
    outline: none;
    top: -9px;
}

#unsubscribe-section ul{
    padding: 0;
    line-height: inherit;
}

#unsubscribe-section li{
    list-style-type: none;
    border-top: 1px solid #e8e8e8;
    padding: 15px 0;
}

#unsubscribe-section ul li p{
    line-height: inherit;
    margin: 0px;
    padding-left: 29px;
}

#unsubscribe-section li div{
    margin: 0px;
}

#map-api-status,
#map-api-status-search-limit { 
    display: none;
    background-color: #0000003d;
    border-radius: 20px 0px 0px 0px;
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#map-api-status div{
    background-color: #fff;
    display: inline-block;
    text-align: center;
    padding: 25px;
    border-radius: 12px;
}

#map-api-status i,
#map-api-status-search-limit i{
    margin-right: 5px;
    font-size: 20px;
    color: #ff662b;
}

#map-api-status-search-limit .status-container{
    text-align: left;
    width: 400px;

    background-color: #fff;
    display: inline-block;
    padding: 25px;
    border-radius: 12px;
}

.status-buttons div{
    width: 173px;
    margin-top: 30px;
    text-align: center;
}

/* overwriting geocoder search input */

.geocoder-icon-search{
    display:none;
}

#geocoder {
    position: relative;
    /* display: inline-block; */
    min-width: 240px;
    max-width: 360px;
}

#geocoder .fa-search{
    /* position: absolute; */
    z-index: 123;
    background-color: #ff662a;
    color: white;
    padding: 14px;
    margin-left: 10px;
    border-radius: 7px;
    /* right:40px; */
    cursor: pointer;
}

.leaflet-control-geocoder-form input[type='text']{
    padding: 10px 0px 10px 18px;

    border-radius: 10px !important;
    border:none;
    -webkit-box-shadow: -1px 0px 5px -2px rgba(0,0,0,0.41);
    -moz-box-shadow: -1px 0px 5px -2px rgba(0,0,0,0.41);
    box-shadow: -1px 0px 5px -2px rgba(0,0,0,0.41);
}
.leaflet-control-geocoder-form input[type='text']::placeholder { 
    font-size: 14px;
}
.leaflet-control-geocoder-form{
    font-size: 14px; 
    border-radius: 10px !important; 
    max-width: 246px !important;
}
.geocoder-icon-close{
    right: 44px !important;
}
.leaflet-control-geocoder, .leaflet-bar, .leaflet-control-geocoder-expanded, .leaflet-control, .leaflet-control-geocoder-options-open, .leaflet-control-geocoder-alternatives{
    max-width: 246px !important;
}
/*search filter*/

/* primary color : black;
secondary color : #7E7E7E; */

.color-gray {
    color : #7E7E7E;
}
.location-searching-div{
    margin-top: 10px !important;
}
.searchCtrlDiv{
    margin: 10px 20px;
    border-bottom: 1px solid #ccc;
    padding: 13px 0;
}

.searchFilterDiv{
    display: none;
}

.adsDiv{
    width:100%;
    position: fixed;
    bottom: 0;
    z-index:9999;
}

.petrolprices-button {
    display: inline-block;
    background-color: #FF662A;
    color: white;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
}

.petrolprices-button-border{
    display: inline-block;
    background-color: white;
    color: #FF662A;
    border: 1px solid #FF662A;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}

.searchthisarea-position {
    position: absolute;
    z-index: 999;
    right: 13px;
    margin: 23px;
}

@media only screen and (max-width: 575px) {
    .filterBtnDiv{
        text-align: left !important;
        padding: 10px;
    }
    /* .ads-top {
        display: none;
    } */

    /* .radius-bar {
        display: none;
    } */
}

.filter-bg{
    position: absolute;
    z-index: 9999;
    padding-top: 30px;
    top: 0;
    background-color: black;
    width: 100%;
    height: 100%;
    color: white;
    /* opacity: 0.5; */
    background: rgba(0,0,0,0.5);
    text-align: center;
}

.filter-popup {
    background-color: white;
    display: inline-block;
    color: #000;
    margin-top: 10px;
    width: 460px;
    text-align: left;
    border-radius: 10px;
}

/* filter pop up responsive */
@media only screen and (max-height: 570px) {
    .filter-bg{
        padding-top: 0px;
    }

    .filter-popup{
        margin-top: 0px;
        position: fixed;
        display: block;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        border-radius: 0;
    }

    .scrollAble { 
        flex: 1;
        overflow: auto;
    }
}

@media only screen and (max-width: 420px) {
    .filter-popup{
        width: auto;
        margin-right: 8px;
        margin-left: 8px;
    }
}

.filter-content .select-btn,
#brands .select-btn{
    display: inline-block;
    border: 1px solid;
    border-radius: 20px;
    padding: 5px 9px;
    cursor: pointer;
}


.filter-section {
    margin-top: 12px;
}

.filter-section .filter-title{
    font-weight: bold;
    font-size: 13px;
    margin: 0px;
}

.scrollAble{
    padding: 0 15px;
}

.filter-head {
    display: flex;
    padding: 15px;  
}

.filter-head h5{
    margin: 0;
    flex: 1;
}

.filter-head i{
    background-color: #ccc;
    color: white;
    padding: 5px 7px;
    border-radius: 16px;
    cursor: pointer;
}

.select-btn.selected {
    background-color: #2A2F3A;
    color: white;
}

.filter-content .brand-btn{
    display: inline-block;
    cursor: pointer;
    background-color: white;
    padding: 5px 14px;
    border-radius: 19px;
    border: 1px solid;
}


.brand-btn.selected{
    background-color: #2A2F3A;
    color: white;
}

.petrolprices-button-border{
    background-color: white;
    color: #FF662A;
    border: 1px solid #FF662A;
}

.filter-ctrl .petrolprices-button,
.filter-ctrl .petrolprices-button-border {
    padding: 7px 20px;
}
.disclaimerDiv {
    text-align: center;
    width: 100%;
    padding: 10px 40px;
}
.disclaimerDiv a {
    color: #FF723C;
    text-decoration: underline;
}

#result-output{
    display: flex;
    padding-bottom: 90px;
}
/* stations list */
 .stationDiv{
    -webkit-box-shadow: -1px 0px 11px -2px rgba(0,0,0,0.41);
    -moz-box-shadow: -1px 0px 11px -2px rgba(0,0,0,0.41);
    box-shadow: -1px 0px 11px -2px rgba(0,0,0,0.41);
    display: flex;
    flex: 1;
    min-width: 270px;
    border-radius: 8px;
    margin: 10px;
    padding: 9px 11px;
    cursor: pointer;
}
@media all and (min-width: 360px) {
    .stationDiv{
        min-width: 330px;
    }
}
.stationDiv .stationLeftSide {
    flex: 1;
}

.stationLeftSide img {
    width: 40px;
    height: 40px;
}

.stationDiv h5{
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}
@media all and (min-width: 730px) and (max-width: 992px) {
    .stationDiv h5{
        min-height: 40px;
    }
}
.stationDiv .stationRightSide {
    text-align: center;
}
.station-price {
    font-size: 17px;
    padding: 10px 5px 7px;
}

.station-name {
    font-size: 13px !important;
    margin-top: 5px !important;
}

.ratingsDiv{
    flex:1;
    color: #7E7E7E;
    margin: 11px 0 0 10px;
}

.brand-btn {
    margin: 4px 2px;
}

.ratings-wrapper {
    display: inline-block;
}

.ratings-1 {color :#FF2B2B;}
.ratings-2 {color :#FF8125;}
.ratings-3 {color :#F6DE12;}
.ratings-4 {color :#81D008;}
.ratings-5 {color :#00CC00;}

.advertDiv{
    /*box-shadow: -1px 0px 11px -2px rgb(0 0 0 / 41%);*/
    display: flex;
    flex: 1;
    min-width: 270px;
    margin: 10px;
    padding: 9px 11px;
    cursor: pointer;
}
@media all and (min-width: 360px){
    .advertDiv{
        min-width: 330px;
    }
}
.advertDivLink{
    margin: -9px -10px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.advertImage{
    display: flex;
    /*border-radius: 8px;
    overflow: hidden;*/
    width: 100%;
    height: 100%;
    min-height: 80px;
    flex: auto;
    position: relative;
    justify-content: center;
}
@media all and (min-width: 993px) and (max-width: 1167px){
    .advertImage{
        min-height: 112px;
    }
}

@media all and (max-width: 729px){
    .advertImage{
        min-height: 110px;
    }
}
@media all and (max-width: 430px){
    .advertImage{
        min-height: 80px;
    }
}
.advertImage-wrapper{
    height: 100%;

}
@media all and (min-width: 768px){
    .advertImage-wrapper{
        position: absolute;
    }
}
.advertImage-img-fluid{
    -webkit-box-shadow: -1px 0 11px -2px rgb(0 0 0 / 41%);
    -moz-box-shadow: -1px 0 11px -2px rgba(0,0,0,0.41);
    box-shadow: -1px 0 11px -2px rgb(0 0 0 / 41%);
    border-radius: 8px;
    overflow: hidden;
    height: auto;
}
.advertImage img {
    height: auto;
    display: block;
}
@media all and (min-width: 730px){
    .advertImage img {
        height: 100%;
    }
    .advertImage-img-fluid{
        height: calc(100% - 22px);
    }
}
@media all and (max-width: 2287px) and (min-width: 1728px) {
    .lastStationDiv {
        flex: 0 1 31.5%;
    }
}
@media all and (max-width: 729px) and (min-width: 458px){
    .advertImage img {
        max-height: 103px;
    }
}
.advertDiv .notes{
    /*font-family: 'Inter';*/
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #000000;
    padding-bottom: 10px;
    width: 100%;
    flex: 1;
}
#basic-information input {
padding: 21px 5px;
text-align: right;
padding: 21px 5px;
font-family: "Hind";
font-weight: 300;
font-size: 14px;
color: #2B303A;
}

#basic-information ::-webkit-input-placeholder {
    color: #8C96AA ;
    }
#basic-information ::-moz-placeholder {
    color: #8C96AA ;
    }
#basic-information :-ms-input-placeholder {
    color: #8C96AA ;
    }

#basic-information label {
    top: 12px;
    }

.account-Menu {
    width: 0%;

}

.switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 18px;
  }

.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .5s;
    transition: .5s;
  }

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .5s;
    transition: .5s;
  }
input:checked + .slider {
    background-color: #FF672B;
  }

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
  }

.slider.round {
    border-radius: 34px;
  }
  
.slider.round:before {
    border-radius: 50%;
  }

#custom-text-box p,
.custom-text-box p {
    font-size: .875rem;
    font-weight: 500;
    color: #2b303a;
    margin-top: 5px;
    margin-bottom: 5px;
    
  }

.contributionDiv {
    background-color: #fff;
    border-radius: 10px;
    padding: 12px;
    width: 100%;
    margin-left: 13px;
    -webkit-box-shadow: 0px 0px 17px -7px rgba(138,136,138,1);
    -moz-box-shadow: 0px 0px 17px -7px rgba(138,136,138,1);
    box-shadow: 0px 0px 17px -7px rgba(138,136,138,1);
    margin-top: 18px;
}

.contributionDiv:first-child {
    margin-top:0px!important;
}

.contributionDiv h1 {
    border-bottom: 1px solid rgb(168, 168, 168);
    padding-bottom: 20px;
    color: #2B303A;
    font-family: "Hind";
    font-weight: 450;
    font-size: 14px;
}

.contributionDiv .bottomDiv {
display:flex;

}
.bottomDiv .left{
    flex:1;
    display:flex;
    cursor: pointer;
}

.bottomDiv .right {
    flex:1;
    text-align: right;
    display: flex;
}

/* ContributionDropdown */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 120px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 7px;
    text-align: center;
    color: black;
    padding: 12px 16px;
  }
  
  .dropdown-content:hover {background-color: #ddd;}
  
  .show {display: block;}

  #price-alert-settings h2 {
margin: 10px 0 13px 0;
font-family: 'hind';
font-size: 24px;

  }

.fuel_type_alert, .default_pref {
    margin-top:18px;
    color: #979CA5;

}

.priceAlert-slider{
    flex: 1;
    margin: 11px 0px 4px;
    height: 3px !important;
    border: none !important;
    background-color: #8C96AA !important;
}

.priceAlert-slider .slider-left,
.priceAlert-slider .slider-right,
.priceAlert-slider .slider-5,
.priceAlert-slider .slider-10,
.priceAlert-slider .slider-15
{
    position: absolute;
    height: 16px;
    width: 2px;
    background-color: rgb(255, 103, 43);
    top: -6px;
}

.priceAlert-slider .slider-5,
.priceAlert-slider .slider-10,
.priceAlert-slider .slider-15{
    height: 12px;
    top: -4px;
    background-color: #8C96AA;
}

.priceAlert-slider .slider-right {
    right: 0px;
    background-color: #8C96AA;
}

.priceAlert-slider .slider-5 {
    left: 21.0526%;
}

.priceAlert-slider .slider-10 {
    left: 47.3684%;
}

.priceAlert-slider .slider-15 {
    left: 73.6842%;
}

.priceAlert-slider .ui-slider-handle {
    background-color: rgb(255, 103, 43) !important;
    border-radius: 50%;
    border: 2px solid white !important;
    width: 20px !important;
    height: 21px !important;
    outline: none;
    top: -9px !important;
}

.priceAlertDiv .removeBtn{
    margin-left:10px;
}

.navbar-container {
    display: flex;
}
.navbar-brand{
    width: 40px;
}

.web-nav{
    display: flex;
    flex: 1;
    padding-top: 6px;
}
.navbar-mobile-btn {
    background-color: inherit;
    border: none;
    font-weight: bold;
    font-size: 18px;
    display: none;
    /* flex: 1; */
    text-align: right;
}

.navbar-toggler-icon {
    margin-top: 9px;
    cursor: pointer;
}

.mobile-nav {
    background-color: #2b303a;
    position: fixed;
    right: -500px;
    top: 0;
    z-index: 9;
    width: 320px;
    height: 100%;
    overflow: scroll;

    -webkit-box-shadow: 0px 0px 63px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 63px -13px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 63px -13px rgba(0,0,0,0.75);
}
.mobile-nav .account-dropdown{
    background-color:#FFD6C7;
    color: #2b303a;
    display: none;
}

.mobile-nav .account-dropdown li{
    padding-top: 4px;
}

.mobile-nav .account-dropdown li a{
    color: #2B303A;
}

.mobile-nav ul {
    padding: 0;
    margin: 0;
}
.mobile-nav ul li{
    list-style-type: none;
    text-align: right;
    padding: 10px 25px 0 0;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.mobile-nav ul li:active {
    background-color: #FF672B;
}

.account-btn:active {
    background-color: #FF672B;
}

.account-active {
    background-color: #FF672B;
  }

.mobile-nav ul li a{
    color: white;
}

.mobile-nav .close-btn-div {
    text-align: right;
    font-size: 30px;
    margin: 12px 23px 17px 0;
}

.close-btn-div i {
    cursor: pointer;
}
.mobile-nav-profile-div {
    display: flex;
}
.mobile-nav-profile-div div{
    flex:1;
    text-align: right;
    padding-right: 16px;
}
.mobile-nav-profile-div h5{
    margin: 0px
}
.mobile-nav-profile-div p{
    margin: 0px;
    color: white;
}
.mobile-nav-profile-div img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
/* .navbar-collapse {
    background-color: red;
    position: fixed;
    right: 0;
    top: 0;
    display:block !important;
} */

  .arrow-up {
    border: solid white;
    border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  .arrow-down {
    border: solid white;
    border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

  .arrow-right {
    border: solid#707070;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

.mobweb-breadcrumbs {
    display:none;
}

.redirectDownloadApp{
    font-size: 15px;
    font-weight: 200;
    margin-top: 10px;
    padding-left: 15px;
}

.viewInMap-button {
    display: none;
}
.viewInMap-button {
    border: 1px solid #FF662A;
    color: #FF662A;
    border-radius: 5px;
    padding: 9px 20px;
    cursor: pointer;
    float: right;
    margin-left: 15px;
}

.dlApp {
    display: none;
    flex: 1;
    margin: auto;
    max-width: 400px;
    /* padding: .5rem 1.25rem; */
    border: 3px solid #ff662a;
    border-radius: 5px;
    color: white;
    background-color: #ff662a;
    text-decoration: none;
}

.dlApp:hover {
    color: white;
    background-color: #ff662a;
    text-decoration: none;
    border-color: #ff662a;
    outline: 0;
}

@media screen and (max-width: 770px) {
    .dlApp {
        display: block;
    }
    .navbar-mobile-btn{
        display: block;
    }
    .user-leftbar-nav{
        display: none;
    }
    .web-nav{
        display: none;
    }
    #page-container .container, #edit-form .container {
        margin: 0px;
        width: 100%;
        max-width: inherit;
        padding: 0;
    }
    .ts-title, .redirectDownloadApp {
        margin: 0 0 10px 30px!important;
    }
    .pa-margin {
        margin: 0 5px 10px 30px!important;
    }
    .custom-app, .custom-app2{
        margin: 0 30px 10px 30px;
    }
    .sub-ts-title {
        margin: 25px 0 10px 10px!important;
    }
    .custombox-value{
        padding: 0px 0px 0px 33px;
        margin: 2px;
        display: flex;
        flex-direction: row;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 16%;
        float: right;
    }
    .custombox-value a{
    padding: 5px 0 0 31px!important;
    }
    .dropdown-content {
        display: none;
        position: absolute;
        right: 0%;
        background-color: #f1f1f1;
        min-width: 120px;
        overflow: auto;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        border-radius: 7px;
        text-align: center;
        color: black;
        padding: 12px 16px;
    }
    .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 4px;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .5s;
    transition: .5s;
    }
    
    .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 0.5px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .5s;
    transition: .5s;
    }
    .mobweb-breadcrumbs {
        display:inline;
    }
    .mobweb-center {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
    .row .col-sm-12 {
        margin-top:-2px!important;
    }
    .form-text, #custom-text-box{
        margin-top: 0!important;
    }
    .back-to-email-subs {
        display:none;
    }
    #form-edit input {
        padding: 23px 17px;
    }
    .custom-select {
        cursor: pointer;
        padding: 12px 78px 12px 5px;
        height: auto;
        color: #2B303A;
    }
    .custombox-input{
        border:1px solid rgba(0, 0, 0, .1);
        background-color: #ffffff;
        padding: 3px 0; 
        margin: 0px;
        display: flex;
        flex-direction: row;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        font-family: "Roboto",sans-serif;
    }
    .bottomDiv .left{
        flex:none;
    }
    .custom-col-sm {
        margin: auto;
    }
}

@media screen and (max-width: 576px) {
    .dlApp {
        margin: 1% 19%;
    }
    .custom-select {
        cursor: pointer;
        padding: 12px 25px 12px 5px;
        height: auto;
        color: #2B303A;
    }
    .custom-app{
        margin: 0 5px 10px 0px;
    }
    .custom-app2{
        margin: 0 0 10px 0px;
    }
    .bottomDiv .left{
        flex:none;
        display: block;
    }
    .bottomDiv .right {
        display: block;
    }
    .custombox-value{
        padding: 0px 0px 0px 18px;
        margin: 2px;
        display: flex;
        flex-direction: row;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 16%;
        float: right;
    }
    .custom-width-webapp {
        width: 50px!important;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 100%!important;
    }
  }

@media screen and (max-width: 850px) and (min-width: 771px){
    .custombox-value{
        padding: 0px 0px 0px 32px;
    }
}

.cust-img-size {
max-width: 41px;
height: auto;
}

.custom-col-sm {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.station_details_case {
    text-transform: lowercase;
}

.station_details_case:first-letter {
    text-transform: uppercase;
  }

.station_details p{
    margin: 0;
}

.contribution_output img {
    width: 40px;
    height: 40px;
}

input.error, select.error,input.valid, select.valid {
    background-image: none!important;
}
.stationPageBtn {
    background-color: #FF662A;
    padding: 9px 13px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 5px;
    color: white;
}
.stationPageBtn:hover {
    color: white !important;
}

.cust-tooltip {
  position: relative;
  display: inline-block;
}

.cust-tooltip .cust-tooltiptext {
  visibility: hidden;
  width: 190px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  margin: 26px 0 0 -98px;
}

.cust-tooltip:hover .cust-tooltiptext {
  visibility: visible;
}

.cust-tooltiptext.arrow-bottom:after {
    content: " ";
    position: absolute;
    right: 91px;
    top: -6px;
    border-bottom: 10px solid black;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: none;
  }

  /**********************************New styles *************************/
.container{
    max-width: 1280px;
}
#ts-header .container{
    padding: 0;
}
  .site-header{
    height: 90px;
    background-color: #2b303a;
    position: sticky;
    top: 0;
    width: 100%;
    display: flex; 
    flex-wrap: wrap;
  }
  .site-header .container{
    align-items: center;
    display: flex; 
    flex-wrap: wrap;
    padding: 0 25px;
  }
  .site-header .logo{
    margin-right: 35px;
  }
  .left-nav{
    margin-left: 0;
  }
  .right-nav{
    margin-left: auto;
    margin-right: 0;
  }
  .header-nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; 
    align-items: center;
  }
  .header-nav ul li{
    font-size: 18px;
    font-weight: 600; 
    line-height: 1.61; 
    text-align: center;
    color: #8c96aa;
    margin-right: 20px;
  }
  .header-nav.right-nav ul li{
    margin-left: 30px;
    margin-right: 0px;
  }
  .header-nav ul li a{
    color: #8c96aa;
    text-decoration: none; 
  }
  .header-nav ul li a:hover,
  .header-nav ul li.active a{
    color: #fff;
  }
  .header-nav ul li .download-btn{
    height: 45px;
    border-radius: 10px;
    border: solid 1px #ffffff; 
    font-size: 14px;
    font-weight: 600; 
    line-height: 45px; 
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding: 0 25px;
    transition: all ease-in-out .2s;
  }
  .header-nav ul li .download-btn:hover{ 
    border: solid 1px #ff672b;  
    background: #ff672b; 
    color: #fff;
  }
  
  .breadcrumbs ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 auto;
    padding: 20px 0 15px 60px;
    max-width: 1280px;
  }
  .breadcrumbs ul li{  
    font-size: 12px; 
    line-height: 1.67;  
    color: #8c96aa;
    padding-left: 15px;
    position: relative;
  }
  .breadcrumbs ul li::after{
      content: ">";
      font-size: 12px; 
      line-height: 1.67;  
      color: #8c96aa;
      position: absolute;
      left: 5px;
      top: auto;
  }
  .breadcrumbs ul li:first-child{
    padding-left: 0;
  }
  .breadcrumbs ul li:first-child::after{
      display: none;
  }
  .breadcrumbs ul li a{
    color: #8c96aa;
    text-decoration: none;
  }
  .breadcrumbs {
    background: #fff;
    position: relative;
    z-index: 2;
}
.station-header-wrap {  
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    padding: 0px 25px 15px;
    position: relative;
    z-index: 1;
  }
  .station-header-wrap .container-fluid{
    padding: 0;
}
.station-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    justify-content: space-between;
}
 .station-name-container {
    display: flex;
    align-items: center;
}
.compare-button{
    margin-right: 5px;
}
.station-logo img{
    max-height: 100px;
    margin-right: 25px;
}
.station-header .station-name { 
    font-size: 24px !important;
    font-family: 'Hind', sans-serif;
    font-weight: 600; 
    line-height: 1.58; 
    color: #2b303a;
    margin: 0;
    text-shadow: none;
 }
.station-header .station-location { 
    font-size: 16px; 
    line-height: 1.63; 
    color: #8c96aa;
    margin: 0;
}
.station-ratings{
    margin: 0 0 10px;
    font-size: 20px;
}
.user-count{
    color: #707070;
    padding: 0 5px;
    font-size: 14px;
    vertical-align: top;
    line-height: 28px;
}
.direction-btn a {
    min-width: 190px;
    height: 45px;
    border-radius: 10px;
    border: solid 1px #ff672b;
    background: transparent;
    font-size: 14px;
    font-weight: 600; 
    text-align: center;
    color: #ff672b;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    padding: 10px 30px;
    transition: all ease-in-out .2s;
}  
.direction-btn a:hover{
    background: #ff672b;
    color: #fff;
}
.buttons{
    display: flex;
}

/* .compare-button{
    margin: 0 !important;
} */

.purple-side-block {
    height: 100vh;
    width: 200px;
    /* border: 1px solid black;  */
    z-index: 1000;
}

.side-ad-container {
    height: 100%;
    width: 100%;
    z-index: 9999;

}
.fuel-prices-wrap,
.fuel-prices-content-wrap{
    position: relative;
    padding: 0px 25px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.fuel-prices-content-wrap {
    display: flex;
    margin: 0 !important;
    padding: 0 25px;
}
.fuel-prices{ 
    border-radius: 10px;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    padding: 40px 0 30px;
    margin: 0 auto 120px;
    bottom: -80px;
    max-width: 1250px;
    position: relative;
}
.fuel-prices-content{
    margin: 0 auto;
    max-width: 1250px;
}
.fuel-prices-content > .container{
    padding: 0;
}
.fuel-prices .ts-quick-info__item{
    position: relative;
    height: 100%;
    max-width: 200px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 50px;
}
#div-gpt-ad-1552476161134-0>div{
    width: 100% !important;
    border-right: #000 solid 1px !important;
}
.ts-quick-info__item h6{ 
    font-size: 20px;
    font-weight: 600; 
    line-height: 1.6; 
    color: #8c96aa;
  }
.ts-quick-info__item figure{ 
    font-size: 30px;
    font-weight: 600; 
    line-height: 1.6; 
    color: #2b303a;
  }
.ts-quick-info__item p{  
    font-size: 16px; 
    line-height: 1.63; 
    color: #8c96aa;
  }
.update-price-btn{
    min-width: 149.3px;
    height: 45px;
    border-radius: 10px;
    border: solid 1px #ff672b;
    background-color: #ff672b;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    color: #ffffff;
    padding: 10px 30px;
    text-transform: uppercase;
    position: absolute;
    left: 20px;
    bottom: 0;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
}
.update-price-btn:hover{
    color: white;
}
.facilities-title{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.facilities-title h3{ 
    font-size: 20px;
    font-weight: 600; 
    line-height: 1.6; 
    color: #2b303a;
    margin: 0 0 5px;
}
.facilities-title span,
.facilities-title a{
  margin-left: auto;
  font-size: 16px; 
  line-height: 1.63; 
  color: #8c96aa;
  text-decoration: none;
}
.available-facilities{
    display: flex; ;
    flex-wrap: wrap;
}
.available-facilities .icon-wrap{
    width: 60px;
    height: 60px;
    border: solid 3px #2b303a;
    background-color: #f9fafb; 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #2b303a;
    margin: 0 auto 5px;
  }
.available-facilities li{
    padding-right: 25px;
    text-align: center;
}
  .available-facilities .facility-name {
    max-width: 60px; 
    font-size: 14px;
    font-weight: 500; 
    line-height: 1.14; 
    color: #2b303a;
    text-transform: uppercase;
  }
.review-footer{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 50px 15px 10px;
}
.review-footer>div{
    display: flex;
    margin: 0 auto;
    justify-content: center;
}
.review-footer h2{
  font-size: 20px;
  font-weight: 600; 
  line-height: 45px; 
  text-align: left;
  color: #2b303a;
  margin: 0;
}
.review-footer .download-app { 
    padding: 10px 30px;
    border-radius: 10px;
    border: solid 1px #ff672b;
    background-color: #ff672b;
    margin-left: 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6; 
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    transition: all ease-in-out .2s;
}

#nearby-stations .station-box{
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}
.station-circle {
    width: 50px;
    height: 50px;
    border: solid 1px #707070;
    background-color: #ffffff;
    border-radius: 50%;
    display: block;
}
#nearby-stations .station-name { 
    font-size: 16px !important;
    font-weight: 600; 
    line-height: 1.5; 
    color: #2b303a; 
    margin: 5px 0 0;
    padding: 0;
}
.view-station { 
    font-size: 16px; 
    line-height: 1.5; 
    color: #8c96aa;
    text-decoration: none;
}
#station-reviews {
    border-top: #999 solid 1px;
    border-bottom: #999 solid 1px;
    padding: 30px 0;
} 
#station-reviews h4{
    font-size: 17px;
  font-weight: 500; 
  line-height: 1.59; 
  color: #2b303a;
  margin: 0;
}
#station-reviews p{
  font-size: 13px; 
  line-height: 1.62; 
  color: #8c96aa;
}
.review-ratings{
    font-size: 48px;
    display: flex;
    align-items: center;
}
.review-ratings .icon{
    margin-left: 3px;
}
.review-ratings span{
  font-size: 66px;
  font-weight: 600; 
  line-height: 1.2; 
  color: #2b303a;
  margin: 10px 15px 0 0;
}
.review-box {  
    border-radius: 10px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    padding: 15px;
    height: calc(100% - 15px);
    margin: 15px 0 0;
  }
.review-meta{
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
    align-items: center;
}
.review-circle{
  width: 36.9px;
  height: 36.9px;
  border: solid 1px #8c96aa;
  background-color: #ffffff;
  border-radius: 50%;
  margin-right: 10px;
}
.author-name{ 
    font-size: 14px;
    font-weight: 500;   
    color: #2b303a;
}
.author-name .posted-on{ 
  font-size: 12px;
  font-weight: 500; 
  line-height: 1.67; 
  color: #8c96aa;
  display: block;
}
.review-actions{
    text-align: center;
    padding: 0 0 0 25px;
    position: relative;
    cursor: pointer;
}
.menu-circle{
  background: #2b303a;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  display: block;
  margin: 1px auto 2px;
  
}
.review-actions ul{
    list-style: none;
    margin: 0;
    padding: 10px 15px;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    top: 90%;
    right: 0;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    min-width:90px;
    display: none;
    z-index: 2;
}
.review-actions:hover ul{
    display: block;
}
.review-actions ul li{
    line-height: 20px;
    font-size: 14px;
    text-align: right;
}
.review-actions ul li a{
    color: #00f;
}
.review-highlights{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.highlight-box{
    position: relative;
    margin-bottom: 15px;
}
.highlight-box span{
    position: absolute;
    bottom: -8px;
    left: 0;
    background: #fff;
    padding: 2px 15px 0;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #2b303a;
    border: 2px solid #2b303a;
    border-radius: 20px;
    width: 80px;
    text-align: center;
}
.btn-relative{
    position: relative;
}
  /************************* Login css  ***********************************/
@font-face {
    font-family: 'custom-icon';
    src:  url('../fonts/custom.eot?gi5jwx');
    src:  url('../fonts/custom.eot?gi5jwx#iefix') format('embedded-opentype'),
      url('../fonts/custom.ttf?gi5jwx') format('truetype'),
      url('../fonts/custom.woff?gi5jwx') format('woff'),
      url('../fonts/custom.svg?gi5jwx#custom') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  .login-page-wrapper  [class^="icon-"], .login-page-wrapper  [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'custom-icon' !important;
  }
  .icon-external-link-alt-solid:before {
    content: "\e901";
  }
  .icon-check-circle-solid:before {
    content: "\e902";
    color: #31c1a8;
  }
  .icon-eye-slash-regular:before {
    content: "\e900";
  }
  
  html,body{
    height: 100%;
  }
  .btn{
    transition: all ease-in-out .2s;
  }
  .height-100{
    min-height: 100%;
    height: 100%;
  }
  .login-page-wrapper{
    width: 100%; 
    background-color: #2b303a;
  }
  .login-page-wrapper .container{
    max-width: 1280px;
    padding: 200px 138px 0;
  }
  
  .login-page-wrapper h1{ 
    font-size: 34px;
    font-weight: 600; 
    line-height: 1.2;  
    color: #f9fafb;
    margin: 30px 0 5px;
  }
  .login-page-wrapper h2{ 
    font-size: 26px; 
    line-height: 1.58; 
    color: #f9fafb;
    margin: 0 0 15px;
  }
  .login-page-wrapper p { 
    font-size: 20px; 
    line-height: 1.6;  
    color: #f9fafb;
  }
  .login-box{
    border-radius: 30px;
    background-color: #f9fafb;
    padding: 40px 30px;
    text-align: center;
  }
  .border-radius-tl{
    border-radius: 30px 30px 0 0;
  }
  .border-radius-bl{
    border-radius: 0 0 30px 30px;
  }
  .login-box .form-group{
    position: relative;
    padding-bottom: 35px;
    margin: 0;
  }
  .login-box .form-group .icon,
  .login-box .form-group .fa,
  .login-box .form-group .search-icon{
    position: absolute;
    right: 15px;
    z-index: 2;
    top: 18px;
  }
  .login-box .form-group .search-icon{
    width: 53px;
    height: 53px;
    border-radius: 10px;
    background-color: #ff672b;
    right: 0;
    z-index: 2;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }
  .login-box .form-group .search-icon:hover{
    background: #31c1a8;
  }
  .zm-suggestion-box{
    display: none;
    height: 231px;
    border-radius: 10px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    overflow: auto;
    padding: 10px 5px;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 3;
  }
  .zm-suggestion-box-wrapper input:focus + div{
    display: block;
  }
  .zm-suggestion-box-wrapper ul,.zm-suggestion-box-wrapper li{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
  }
  .zm-suggestion-box-wrapper ul li{
    padding: 5px 30px 5px 15px;
    font-size: 16px;
    font-weight: 500; 
    line-height: 1.63; 
    opacity: .8;
    color: #2b303a; 
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .zm-suggestion-box-wrapper ul li:hover{
    opacity: 1;
    background-color: #f0f0f0;
  }
  .login-box .form-control{ 
    height: 53px;
    border-radius: 10px;
    border: solid 1px rgba(43, 48, 58, 0.5);
    background-color: #ffffff;
    box-shadow: none;
    margin: 0;
    font-size: 16px;  
    color: #2b303a;
    text-align: left;
  }
  .login-box input[type=password].form-control{
    padding-right: 40px;
  }
  .login-box .form-control:focus{
    border-color: #31c1a8;
    background-color: #ffffff;
  }
  .login-box .form-group.contain-errors .form-control{
    border: solid 1px #e84a4a;
  }
  .login-box .btn.btn-sbmt{
    width: 266px;
    height: 45px;
    border-radius: 10px;
    border: solid 1px #ff672b;
    margin: 20px auto 0;
    font-size: 14px;
    font-weight: 600; 
    line-height: 33px; 
    text-align: center;
    color: #ff672b;
    text-transform: uppercase;
    background: transparent;
    padding: 6px 10px;
  }
  .login-box h2 { 
    font-size: 20px; 
    line-height: 1.6; 
    color: #2b303a;
    margin: 0 0 5px;
    font-weight: bold;
  }
  .login-box p{ 
      font-size: 16px;
      font-weight: bold; 
      line-height: 1.63; 
      color: #8c96aa; 
      margin: 0 0 10px;
  }
  .login-box .btn.btn-sbmt:hover,
  .login-box .btn.btn-sbmt:focus{
    background: #ff672b;
    border-color: #ff672b;
    color: #fff;
    box-shadow: none;
  }
  .login-box .forgot-pass, .login-box .signin-again{ 
    font-size: 16px;
    font-weight: 500; 
    line-height: 1.63; 
    color: #8c96aa;
  }
  .login-box .forgot-pass:hover{
    color: #ff672b;
  }
  .login-box .form-message{
    width: 100%;
    display: inline-block;
    height: 24px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: #8c96aa;
    position: absolute;
    left: 0;
    bottom: 5px;
  }
  .login-box .form-message.error-message{
    color: #e84a4a;
  }
  .login-box .form-message.success-message{
    color: #31c1a8;
  }
  .login-box .form-group.contain-errors .form-message{
    color: #e84a4a;
  }
  .checkbox-circle{
    position: relative;
    padding-left: 60px; 
    font-size: 14px; 
    line-height: 1.64; 
    text-align: left;
    color: #2b303a;
  }
  .login-box .shadow-box { 
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    padding: 20px 15px;
    margin: 30px 0 30px;
  }
  .login-box .checkbox-circle span,
  .login-box .checkbox-circle input[type=checkbox]{
    width: 43px;
    height: 43px;
    border-radius: 50%;
    border: solid 2px #2b303a;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    transition: all ease-in-out .1s; 
    cursor: pointer;
  }
  .login-box .checkbox-circle input[type=checkbox]{
    z-index: 2;
    opacity: 0;
  }
  .login-box .checkbox-circle span .icon{
    opacity: 0;
    transition: all ease-in-out .2s; 
    font-size: 43px;
    line-height: 43px;
    border: none;  
    position: relative;
    top:-2px;
    left: -2px;
  }
  .login-box .checkbox-circle input[type=checkbox]:checked + span{
    border: solid 2px transparent;
  }
  .login-box .checkbox-circle input[type=checkbox]:checked + span .icon{ 
    opacity: 1;
  }
  .login-box .pop-link{  
    position: relative;
    font-size: 22px;
    font-weight: 600; 
    line-height: 1.59; 
    text-align: left;
    color: #2b303a;
    padding-right: 40px;
    display: flex;
    margin-bottom: 10px;
  }
  .login-box .pop-link .icon{  
    font-size: 20px;
    margin-left: 15px;
    text-decoration: none;
  }
  .login-box .pop-link a{
    text-decoration: none;
    color: #2b303a;
    display: flex;
    align-items: center; 
  }
  .login-box .pop-link a:hover{
    color: #ff672b;
  }
  #priceAlets .modal-content,
  #downloadApp .modal-content{
    max-width: 428px; 
    border-radius: 30px;
    background-color: #f9fafb;
    padding: 30px 60px;
    text-align: center;
  }
  #priceAlets .btn-close,
  #downloadApp .btn-close{
    position: absolute;
      right: 20px;
      top: 20px;
      border: none;
      background: transparent;
      font-size: 48px;
      height: 48px;
      line-height: 48px;
      padding: 0;
      cursor: pointer;
      color: #2b303a;
      outline: none;
  }
  #priceAlets .btn-close:hover,
  #priceAlets .btn-close:focus,
  #downloadApp .btn-close:hover,
  #downloadApp .btn-close:focus{
    color: #e84a4a;
  }
  #priceAlets .modal-content img{
    max-width: 150px;
    margin: 0 auto 30px;
  }
  #downloadApp .modal-content img{
    max-width: 110px;
    margin: 0 auto 30px;
  }
  #priceAlets .modal-content .modal-title,
  #downloadApp .modal-content .modal-title{ 
    font-size: 24px;
    font-weight: 600; 
    line-height: 1.58;  
    color: #2b303a;
    margin: 0 0 0;
  }
  #priceAlets .modal-content .modal-sub-title,
  #downloadApp .modal-content .modal-sub-title{ 
    font-size: 18px; 
    line-height: 1.61; 
    color: #8c96aa;
    margin: 0 0 0;
  }
  #priceAlets .modal-body,
  #downloadApp .modal-body{ 
    font-size: 14px; 
    line-height: 1.64; 
    color: #2b303a;
  }
  #priceAlets .modal-body .btn{
    width: 250px;
    height: 45px;
    border-radius: 10px;
    border: solid 1px #ff672b;
    background-color: #ff672b;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;   
    text-align: center;
    color: #ffffff;
    line-height: 36px;
    margin: 20px 0 15px;
  }
  #downloadApp .modal-body .btn {
    width: 145px;
    height: 45px;
    border-radius: 10px;
    border: solid 1px #ff672b;
    background-color: #ff672b;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;   
    text-align: center;
    color: #ffffff;
    line-height: 36px;
    margin: 20px 0 15px;
  }
  #priceAlets .modal-body .btn:hover,
  #priceAlets .modal-body .btn:focus,
  #downloadApp .modal-body .btn:hover,
  #downloadApp .modal-body .btn:focus{
    color: #fff;
  }
  #priceAlets .modal-body a,
  #downloadApp .modal-body a{   
    font-size: 16px;
    font-weight: 500; 
    line-height: 1.63; 
    color: #8c96aa;
    text-decoration: none;
  }
  #priceAlets .modal-body a:hover,
  #downloadApp .modal-body a:hover{
    color: #ff672b;
  }
   
  body.modal-open .text-center.pt-5{
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3'); 
  }
  
  .login-page-wrapper.style-2 .container{ 
    padding-top: 0px;
    padding-bottom: 200px;
  }
  .login-page-wrapper.style-2 .logo{
    padding-top: 200px;
  }
  .login-page-wrapper.style-2 .login-box{
    padding-top: 100px;
  }
  .login-page-wrapper.style-3 .container{ 
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .login-page-wrapper.style-3 .login-box{ 
    border-radius: 0px;
    width: 100%;
  }
  .login-page-wrapper.style-3 .login-box,
  .login-page-wrapper.style-3 .logo{
   
  }
  .login-content-center{
    width: 100%;
    height: 100%;
    display: flex;
    background: #f9fafb;
    padding-top: 200px;
  }
  .login-text-center{
    width: 100%;
    height: 100%;
    display: flex;
    padding-top: 200px;
  }
  .navbar-expand-md .navbar-collapse{
      overflow: unset !important;
  }
  .navbar.navbar-expand-md ul.navbar-nav .nav-item>ul.navbar-nav{
      opacity: 1;
  }
  @media(max-width:1366px){
    .login-page-wrapper .container { 
      padding: 150px 100px 0;
    }
    .login-page-wrapper p br{
      display: none;
    }
  }
  @media(max-width:991px){
    .login-page-wrapper .container { 
      padding: 100px 15px 0;
    }
    .login-page-wrapper p {
      font-size: 18px;
    }
    .login-page-wrapper h1{ 
      font-size: 30px;
    }
    .login-page-wrapper h2 {
      font-size: 20px;
    }
    .login-box .pop-link { 
      font-size: 18px;
    }
  
    .login-page-wrapper.style-2 .container{  
      padding-bottom: 100px;
    }
    .login-page-wrapper.style-2 .login-box,
    .login-page-wrapper.style-2 .logo{
      padding-top: 100px;
    }    
  }
  @media (max-width: 767px){
    .ts-child.inactive{
        display: none !important;
    }
    
    .seprate{
        width: 100%;
        margin: 6px 0px;
    }

    #ts-main section:not(.ts-block) {
        margin-bottom: 0rem;
    }

    .ts-child.active{
        display: block !important;
        opacity: 1 !important;
    }
    .height-100{
      min-height: unset; 
    }
    .login-page-wrapper .container {
        padding: 15px;
    }
    .login-box .pop-link .icon,
    .login-box .pop-link{
      font-size: 14px;
    }
    .login-box .shadow-box { 
      margin: 30px 0 15px;
    }
    .login-page-wrapper.style-2 .container{  
      padding-bottom: 15px;
    }
    .login-page-wrapper.style-2 .login-box,
    .login-page-wrapper.style-2 .logo{
      padding-top: 30px;
    }
    .login-box.border-radius-bl,.login-box.border-radius-tl{
      border-radius: 30px;
    }
    .login-page-wrapper.style-3 .login-box{
      padding-bottom: 20px;
      height: auto;
      border-radius: 30px
    }
    .login-page-wrapper.style-3 .login-box,
    .login-page-wrapper.style-3 .logo{
      padding-top: 30px;
    }
    .login-page-wrapper.style-3 .container{ 
      padding-top: 0px;
      padding-bottom: 15px;
    }
    .ml-auto.direction-btn{
        margin-left: 0 !important;
        margin-top: 10px;
    }
    .facilities-title h3,.facilities-title span {
        margin: 0;
        padding: 0;
    }
    #station-reviews { 
        padding: 30px 15px;
    }
    #station-reviews .facilities-title{
        padding: 0 15px;
    }
    .review-footer>div { 
        flex-wrap: wrap;
    }
    .review-footer h2 {
        font-size: 18px; 
        text-align: center;
        margin: 0 0 15px;
    }
    .breadcrumbs ul { 
        padding: 20px 0 15px 15px; 
    }
    .navbar-expand-md .navbar-collapse{
        overflow: auto !important;
    }
  }
  @media (max-width: 480px){
    .signup-mb-wp{
        background-color: #2b303a;
    }
    .login-content-center{
        padding-top: 0;
        background: none;
    }
    .login-text-center{
        padding-top: 0;
    }
    .login-box{
        margin-bottom: 25px;
        padding: 35px 20px;
    }
    .signup-btn {
        display: flex;
        padding-bottom: 25px!important;
    }
    .login-box .btn.btn-sbmt {
      width: 200px;
    }
    #priceAlets .modal-content{
        padding: 20px 10px;
    }
    #priceAlets .modal-content img{
        max-width: 130px;
        margin: 0 auto 25px;
    }
    #priceAlets .modal-content .modal-title{ 
        font-size: 22px;
    }
    #priceAlets .modal-content .modal-sub-title{ 
        font-size: 16px; 
    }
    #ts-main{
        overflow: hidden;
        position: relative;
    }
    iframe{
        width: 100%;
        max-width: 100%;
    }
  }
  /********************** end Login *************************************/



 .signup .leaflet-control-geocoder-form input[type='text'] {
    padding: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
  h1, .h1 { 
    font-family: hind; 
}

.ts-page-wrapper { 
    height: 100%;
}

.login-page-wrapper.hidden{
    display: none;
}
.login-page-wrapper.active{
    display: block;
}


.form-message.error{
    color: #e84a4a;
}

.form-control.error{
    border-color: #e84a4a;
}
.form-message.error > a{
     color: #e84a4a;
     text-decoration: underline;
}


.form-message.success{
    color: #31c1a8;
}

.form-control.success{
    border-color: #31c1a8;
}

.vrnDisplay.hidden{
    display: none;
}

.hidden{
    display: none !important;
}

.noVisibility{
    visibility:hidden;
    height: 0px;
}

.ratings-1 {color :#FF2B2B;}
.ratings-2 {color :#FF8125;}
.ratings-3 {color :#F6DE12;}
.ratings-4 {color :#81D008;}
.ratings-5 {color :#00CC00;}

.stationPageBtn {
    background-color: #FF662A;
    padding: 9px 13px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 5px;
    color: white;
}
.stationPageBtn:hover {
    color: white !important;
}

.skip-step { 
    font-size: 16px;
    font-weight: 500; 
    line-height: 1.63; 
    color: #8c96aa;
    cursor: pointer;
  }

.fixed-ad {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    margin-left: auto;
    width:100%;
    margin-right: auto;
    z-index: 3;
}

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

.fixAd {
    position: fixed;
    bottom: 200px;
    left: 0;
    right: 0;
    margin-left: auto;
    width:100%;
    margin-right: auto;
    z-index: 3;
}

.right-align {
    text-align: right;
}

.bottomSpacing{
    margin-bottom:75px; 
}

.garage-cust {
    cursor: default;
}

.fixme {
position: -webkit-sticky; /* Safari & IE */
position: sticky;
top: 0;
}

/* .rplCountdown{
    background-color: #fff;
    border-radius: 10px;
    padding: 12px;
    width: 100%;
    height: 260px;
    margin-left: 13px;
    -webkit-box-shadow: 0px 0px 17px -7px rgba(138,136,138,1);
    -moz-box-shadow: 0px 0px 17px -7px rgba(138,136,138,1);
    box-shadow: 0px 0px 17px -7px rgba(138,136,138,1);
    margin-top: 18px;
}

.rplTakePart, .rplWithdraw{
    background-color: #fff;
    border-radius: 10px;
    padding: 12px;
    width: 100%;
    margin-left: 13px;
    -webkit-box-shadow: 0px 0px 17px -7px rgba(138,136,138,1);
    -moz-box-shadow: 0px 0px 17px -7px rgba(138,136,138,1);
    box-shadow: 0px 0px 17px -7px rgba(138,136,138,1);
    margin-top: 18px;
} */

.rplWithdraw{
    padding: 12px 40px;
}
@media (max-width: 550px){
    .rplWithdraw{
        padding: 12px 20px;
    }
}
/* .withdrawRPL{
    cursor: pointer;
    color:#E84A4A!important;
} */
.cust-row {
    margin: 40px 150px;
}
.cust-row p{
    /* font-family: hind; */
    font-size: 15px;
    color: #2B303A;
}

.cust-row h1{
    font-size: 18px;
    color: #2B303A;
    margin-top: 15px;
    font-weight: 400;
    margin-bottom: 15px!important;
}

@media (max-width: 991px){
    .cust-row {
        margin: 50px 50px;
    }
    .rpl-alert{
        width: 75%!important;
    }
}
@media (max-width: 767px){
    .cust-row {
        margin: 5% 3% 0 0;
    }
    .rpl-form{
        width: 95%!important;
    }
}

/***** countdown style *****/
  

/* .counter{
    font-size: 55px;
    width: 360px;
    height: 2em;
    left: 0;right: 0;
    position: absolute;
    font-family: arial, helvetica, sans-serif;
    text-align: center;
    margin: 0 auto;
    background: none;
}
  
.counter  > ul {
    display: inline-block;
    color: #000;
    padding: 0;
    margin-bottom: 0px;
}
    
.counter  > ul:after {
    content: ":";
    color: #69707F;
    margin: 5px;
}
  
.counter  > ul:last-of-type:after {
    content: "";
    margin: 0;
}
  
.counter > ul li {
    line-height: 1em;
    display: inline-block;
    background: linear-gradient(0.50turn, white 45%, #F4F4F4 53%, white);
    padding: .15em;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 17px -7px rgba(138,136,138,1);
    -moz-box-shadow: 0px 0px 17px -7px rgba(138,136,138,1);
    box-shadow: 0px 0px 17px -7px rgba(138,136,138,1);
}
   
.counter > ul li:first-child{
    margin-right:.1em;
}

.counter .labels ul{
    padding: 5px 0;
    margin-top: 8px;

}
.counter .labels li:first-child {
    margin-left: 12px;
}

.counter .labels li {
    list-style: none;
    width: 25%;
    float: left;
    line-height: .2em;
    font-size: 12px;
    font-family: hind;
    text-align: center;
    color: #2B303A;
    background: white;
    margin-left: 35px;
    opacity: 0.6;
} */

@media (max-width: 420px){
    .counter{
        font-size: 45px;
        width: 300px;
        height: 2em;
    }
    .counter .labels li {
        width: 23%;
    }
    .rplCountdown{
        height: 245px;
    }
}

@media (max-width: 355px){
    .counter{
        font-size: 40px;
        width: 265px;
    }
    .counter .labels li {
        width: 22%;
    }
}

/* .rpl-form{
    background-color: #FFCC34;
    border-color: #8C96AA;
    text-transform: uppercase;
    padding-right: 10px;
    width: 70%;
    height: 35%;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto; 
    font-size: 22px;
} */
/* .astext {
    background:none;
    border:none;
    padding:0;
    cursor: pointer;
    color: #31C1A8;
    margin: 18px 0;
    font-family: hind;
    font-size: 18px;
    font-weight: 400;
} */

.rpl-alert{
    width: 50%;
    margin: 0 auto;
    margin-top: 10px;
}

.reg-input-wrapper {
    position: relative;
    display: inline-block;
}

#tnc-message {
    font-size: 13px;
}


 /************************* CSV FileUpload css  ***********************************/
 .csv-upload {
     display:block;
     text-align:center;
     font-family: Helvetica, Arial, sans-serif;
     font-size: 12px;
     margin:10px 0px;
}
 .csv-upload .file-select {
     display:block;
     border: 2px solid #dce4ec;
     color: #34495e;cursor:pointer;
     height:40px;line-height:40px;
     text-align:left;
     background:#FFFFFF;
     overflow:hidden;
     position:relative;
}
 .csv-upload .file-select .file-select-button {
     background:#dce4ec;
     padding:0 10px;
     display:inline-block;
     height:40px;
     line-height:40px;
}
 .csv-upload .file-select .file-select-name {
     line-height:40px;
     display:inline-block;
     padding:0 10px;
}
 .csv-upload .file-select:hover {
     border-color:#34495e;
     transition:all .2s ease-in-out;
     -moz-transition:all .2s ease-in-out;
     -webkit-transition:all .2s ease-in-out;
     -o-transition:all .2s ease-in-out;
}
 .csv-upload .file-select:hover .file-select-button {
     background:#34495e;
     color:#FFFFFF;
     transition:all .2s ease-in-out;
     -moz-transition:all .2s ease-in-out;
     -webkit-transition:all .2s ease-in-out;
     -o-transition:all .2s ease-in-out;
}
 .csv-upload.active .file-select {
     border-color:#3fa46a;
     transition:all .2s ease-in-out;
     -moz-transition:all .2s ease-in-out;
     -webkit-transition:all .2s ease-in-out;
     -o-transition:all .2s ease-in-out;
}
 .csv-upload.active .file-select .file-select-button {
     background:#3fa46a;
     color:#FFFFFF;
     transition:all .2s ease-in-out;
     -moz-transition:all .2s ease-in-out;
     -webkit-transition:all .2s ease-in-out;
     -o-transition:all .2s ease-in-out;
}
 .csv-upload .file-select input[type=file] {
     z-index:100;
     cursor:pointer;
     position:absolute;
     height:100%;
     width:100%;
     top:0;
     left:0;
     opacity:0;
     filter:alpha(opacity=0);
}
 .csv-upload .file-select.file-select-disabled {
     opacity:0.65;
}
 .csv-upload .file-select.file-select-disabled:hover {
     cursor:default;
     display:block;
     border: 2px solid #dce4ec;
     color: #34495e;
     cursor:pointer;
     height:40px;
     line-height:40px;
     margin-top:5px;
     text-align:left;
     background:#FFFFFF;
     overflow:hidden;
     position:relative;
}
 .csv-upload .file-select.file-select-disabled:hover .file-select-button {
     background:#dce4ec;
     color:#666666;
     padding:0 10px;
     display:inline-block;
     height:40px;
     line-height:40px;
}
 .csv-upload .file-select.file-select-disabled:hover .file-select-name {
     line-height:40px;
     display:inline-block;
     padding:0 10px;
}

 /************************* Toast Style css  ***********************************/
 #toast {
    visibility: hidden;
    max-width: 50px;
    height: 50px;
    margin: auto;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    position: fixed;
    z-index: 1;
    right:-50px;
    top: 100px;
    font-size: 17px;
    white-space: nowrap;
    font-weight: 300;
    text-align: left;
}

#toast #desc{
    color: #fff;   
    padding: 16px;    
    overflow: hidden;
	white-space: nowrap;
}

#toast i {
    margin-right: 15px;
}

.success-toast {
    background-color: rgb(0, 200, 81);
}

.fail-toast {
    background-color: rgb(51, 181, 229);
}

#toast.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
    from {top: 0; opacity: 0;} 
    to {top: 100px; opacity: 1;}
}

@keyframes fadein {
    from {top: 0; opacity: 0;}
    to {top: 100px; opacity: 1;}
}

@-webkit-keyframes expand {
    from {min-width: 0px} 
    to {min-width: 350px}
}

@keyframes expand {
    from {min-width: 0px}
    to {min-width: 350px}
}
@-webkit-keyframes stay {
    from {min-width: 350px} 
    to {min-width: 350px}
}

@keyframes stay {
    from {min-width: 350px}
    to {min-width: 350px}
}
@-webkit-keyframes shrink {
    from {min-width: 350px;} 
    to {min-width: 0px;}
}

@keyframes shrink {
    from {min-width: 350px;} 
    to {min-width: 0px;}
}

@-webkit-keyframes fadeout {
    from {top: 100px; opacity: 1;} 
    to {top: 0px; opacity: 0;}
}

@keyframes fadeout {
    from {top: 100px; opacity: 1;}
    to {top: 0px; opacity: 0;}
}

 /************************* Upload table CSS  ***********************************/
 .upload-table {
    width: 100%;
    font-family: "Roboto",sans-serif;    
    border: 1px solid #c8ced3;
 }
 .upload-table table th, .upload-table table td {
    border: none;
    border-top: 1px solid #dee2e6;
 }
 .upload-table table {
    border: none;
 }
 .upload-table .table-header {
    height: 46px;    
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f0f3f5;
    border-bottom: 1px solid #c8ced3;
 }
 .upload-table .table-header span {
    margin-left: 15px;
    font-size: 17px;
    font-weight: 300;
 }
 .upload-table .table-body {
    padding: 20px 15px 0px 15px;
 }

 .signup-alert {
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    font-size: .875rem;
    font-weight: 600;
    padding: 9px 15px;
 }

 .emailOptDiv {
    text-align: left;
 }
 
 .emailOptDiv label {
    margin-bottom: 1rem;
}

 .emailOptDiv .label-out-out{
    margin-bottom: 0;
 }

 .emailOptDiv h5{
    font-size: .875rem;
 }

 .emailOptDiv span{
    font-size: 12px;
    font-weight: 500;
    color: #8c96aa;
 }

 #span-opt-in, #third-party-span-opt-in {
    color: #31c1a8;
    padding-left: 3px;
 }

 #span-opt-out, #third-party-span-opt-out {
    color: #e84a4a;
    padding-left: 3px;
 }

 .emailOptDiv .emailOpt-smText{
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 400;
 }

 .emailOptDiv .form-group {
    padding-bottom: 20px;
 }

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #ff672b;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#div-ptp_leaderboard{
    text-align: center;
    background: white;
    padding: 15px 0;
}

.town-page-h1{
    font-size: 24px !important;
    font-family: 'Hind', sans-serif;
    font-weight: 600; 
    line-height: 1.58; 
    color: #2b303a;
    margin: 0;
    text-shadow: none;
    text-align: center;
}

.column-container {
    display: flex; 
    flex-wrap: wrap;
    justify-content: center; 
    gap: 40px; 
}
.town-column-container{
    display: flex; 
    flex-direction: column;
    justify-content: center; 
    align-items: center;
}
.town-column{
    flex: 1; 
    background-color: #f0f0f0; 
    padding: 10px 20px 10px 20px; 
    margin-bottom: 10px; 
    border-radius: 5px; 
}
.town-column ul {
    list-style: none; 
    padding: 0; 
    margin: 0 !important;
}

.column {
    flex: 1; 
    min-width: 250px;
    max-width: 250px; 
    background-color: #f0f0f0; 
    padding: 20px; 
    margin-bottom: 10px; 
    border-radius: 5px; 
}
.maintenance-text{
    font-size: 40px !important;
    font-family: 'Hind', sans-serif;
    font-weight: 600; 
    line-height: 1.58; 
    color: #2b303a;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 50px;
    text-shadow: none;
    text-align: center; 
    text-transform: none;
}
.locations-h1 {
    
    font-size: 24px !important;
    font-family: 'Hind', sans-serif;
    font-weight: 600; 
    line-height: 1.58; 
    color: #2b303a;
    margin: 0;
    margin-top: 15px;
    text-shadow: none;
    text-align: center; 
    text-transform: none;
}
.locations-description{
    font-size: 18px !important;
    font-family: 'Hind', sans-serif;
    font-weight: 400; 
    line-height: 1.58; 
    color: #2b303a;
    margin: 15px;
    text-shadow: none;
    text-align:justify; 
    text-transform: none;
}
.town-page-main{
    min-height: 90vh;
    display: flex;
    flex-direction: column;
}
.location-description-block{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.locations-description-wrapper{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.footer{
    margin-top: auto;
}
.description-header{
    font-size: 20px !important;
}
.location-footer-link{
    color: #FF723C;
}
.pagination {
    text-align: center; 
    margin: 0;
    display: flex; 
    justify-content: center; 
      
    margin-bottom: 20px;
}

.pagination a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 18px;
    margin: 0 5px;
    background-color: #2b303a;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.pagination a:hover {
    background-color: #f76b32;
}

.pagination a.disabled {
    background-color: #f76b32;
    cursor: not-allowed;
}

.pagination a.disabled:hover {
    background-color: #f76b32;
}
.current-page{
    background-color: #f76b32 !important;
}
@media (max-width: 768px) {
    .pagination a {
        display: none;
    }

    .pagination a:last-child,
    .pagination a:first-child {
        display: inline;
    }

    .pagination .current-page {
        display: inline;
    }
}

.column ul {
    list-style: none; 
    padding: 0; 
}


.column a {
   font-size: 18px;

}
.column-wrapper{
    width: 90%; 
    margin-left: 10%; 
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

@media (max-width: 768px) {
    .column-wrapper{
        width: 100%; 
        margin: 0; 
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
    }
}