@import url('https://fonts.googleapis.com/css?family=Caveat+Brush|Montserrat:300,400,500,600,700|Roboto:300,400,500,700;');

* {
    margin: 0;
    padding: 0
}

body {
    color: #676767;
    background: #fff;
    font: 400 15px/23px Roboto, Arial, Helvetica, sans-serif;
    height:100%;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #000;
    margin: 20px 0 8px;
    font-weight: 400;
    line-height: 1.2;
    font-style: normal;
    text-transform: none;
    font-family: Montserrat, Arial, Helvetica, sans-serif
}

h1 {
    font-size: 48px
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #000
}

p a, p a:hover {
    text-decoration: underline
}

p {
    margin: 0 0 10px;
    line-height: 23px;
    letter-spacing: normal
}

.contactinfo-box p {
    margin: 0 0 20px!important;
}

a {
    text-decoration: none
}

a:active, a:focus, a:hover {
    outline: 0;
    text-decoration: none
}

ul {
    margin: 0
}

figure {
    margin-bottom: 6px;
    position: relative
}

img {
    height: auto;
    max-width: 100%
}

strong {
    color: #414141
}

button {
    border: none
}

.form-control, .tg-select select, input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
    color: #676767;
    outline: 0;
    height: 42px;
    background: #fff;
    font-size: 15px;
    box-shadow: none;
    line-height: 18px;
    padding: 10px 20px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #dbdbdb;
    text-transform: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

textarea.form-control {
    resize: none;
    height: 210px
}

.form-control::-webkit-input-placeholder {
    color: #676767
}

.form-control:-moz-placeholder {
    color: #676767
}

.form-control::-moz-placeholder {
    color: #676767
}

.form-control:-ms-input-placeholder {
    color: #676767
}

.form-control::-ms-input-placeholder {
    color: #676767
}

.form-control:focus, .select select:focus, input:focus {
    color: #676767;
    border-color: #676767;
    box-shadow: none !important
}

.form-group {
    width: 100%;
    float: left;
    margin: 0 0 20px
}

label {
    color: #676767;
    display: block;
    font-weight: 400;
    margin-bottom: 10px
}

form p {
    float: left;
    position: relative;
    width: 100%
}

form p span i {
    top: 13px;
    left: 16px;
    color: #474747;
    position: absolute
}

li {
    line-height: 28px;
    /*  list-style: disc inside none */
}

ul ul {
    margin-left: 20px
}

ol {
    float: none;
    list-style: decimal;
    padding-left: 15px
}

ol ol {
    margin-left: 20px
}

ol li {
    list-style: decimal;
    width: 100%
}

table {
    background-color: transparent;
    max-width: 100%
}

th {
    text-align: left
}

table {
    width: 100%;
    margin-bottom: 15px
}

table > thead > tr > td, table > thead > tr > th {
    border: 1px solid #dbdbdb;
    line-height: 2.5;
    padding-left: 3px;
    text-align: center;
    vertical-align: top
}

table thead tr th {
    border-top: 1px solid #dbdbdb;
    text-align: center;
    text-transform: capitalize
}

.table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 1px solid #dbdbdb
}

table > thead > tr > th {
    border-bottom: 2px solid #dbdbdb;
    vertical-align: bottom
}

table > thead:first-child > tr:first-child > td, table > thead:first-child > tr:first-child > th {
    border-bottom: 0
}

.table > thead > tr > td, .table > thead > tr > th {
    padding: 6px 10px
}

dl dd {
    margin-left: 20px
}

input:-webkit-autofill, input:-webkit-autofill:focus {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0 40rem #ffff inset
}

.tg-select {
    color: #676767;
    float: left;
    width: 100%;
    position: relative
}

.tg-select select {
    z-index: 1;
    width: 100%;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.tg-haslayout {
    width: 100%;
    float: left
}


.tg-btn-sm {
    padding: 0 20px;
    line-height: 30px
}

.tg-btn {
    z-index: 1;
    color: #fff;
    height: 60px;
    padding: 0 50px;
    overflow: hidden;
    background: #fff;
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font: 400 12px/60px Montserrat, Arial, Helvetica, sans-serif
}

.tg-btn:after {
    z-index: 2;
    left: 50px;
    right: 50px;
    bottom: 20px;
    content: '';
    height: 1px;
    background: #fff;
    position: absolute
}

.tg-btn:hover:after {
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%
}

.tg-btn span {
    z-index: 3;
    position: relative
}

.tg-btn-lg {
    width: 100%
}

.tg-btnvtwo {
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font: 500 12px/12px Montserrat, Arial, Helvetica, sans-serif
}

.tg-btnvtwo:before {
    left: 0;
    right: 0;
    bottom: -8px;
    height: 5px;
    content: '';
    margin: 0 auto;
    position: absolute
}

.tg-btnvtwo:focus, .tg-btnvtwo:hover {
    color: #fff
}

.tg-socialicons {
    overflow: hidden;
    list-style: none;
    text-align: center;
    line-height: 30px
}

.tg-socialicons li {
    float: left;
    padding: 0 4px;
    line-height: inherit;
    list-style-type: none
}

.tg-socialicons li a {
    width: 40px;
    height: 40px;
    color: #fff;
    display: block;
    background: #000;
    overflow: hidden;
    line-height: 30px;
    position: relative;
    text-align: center;
    border-radius: 30px;
    text-transform: capitalize
}

li.tg-facebook a {
    background: #3b5999
}

li.tg-twitter a {
    background: #55acee
}

li.tg-instagram a {
    background: #e4405f
}

.tg-socialicons li a i {
    color: #fff;
    width: 30px;
    display: block;
    font-size: 13px;
    line-height: 30px;
    text-align: center
}

.tg-socialicons li a:hover {
    color: #fff
}

.tg-socialicons.tg-socialiconsvtwo li a {
    color: #000
}

.tg-socialicons.tg-socialiconsvtwo li a i {
    color: #000;
    width: auto;
    height: auto;
    font-size: 18px;
    line-height: normal
}

.tg-verticalmiddle {
    margin: 0 -1px;
    float: none !important;
    display: inline-block;
    vertical-align: middle
}

.tg-description {
    width: 100%;
    float: left
}

.tg-stars, .tg-stars span {
    width: 76px;
    height: 12px;
    float: left;
    line-height: 12px;
    position: relative
}

.tg-stars span:after, .tg-stars:before {
    top: 0;
    left: 0;
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    letter-spacing: 4px;
    color: #ffa127 !important;
    font-family: FontAwesome;
    content: '\f005 \f005 \f005 \f005 \f005'
}

.tg-stars:before {
    content: '\f006 \f006 \f006 \f006 \f006'
}

.tg-stars span {
    width: 75%;
    overflow: hidden
}

.tg-stars span:after {
    color: #000
}

.tg-formtheme {
    width: 100%;
    float: left;
    position: relative
}

.tg-formtheme fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left
}

.tg-sectiontitle {
    width: 100%;
    float: left;
}

.tg-sectiontitle h2 {
    margin: 0;
    float: left;
    font-size: 32px;
    font-weight: 700;
    line-height: 34px;
    padding: 0 65px 0 0;
    background: url(../images/patternb.png) no-repeat 100% 100%
}

.tg-sectiontitleleft .tg-btnvtwo {
    float: right
}

.tg-sectionhead {
    width: 100%;
    float: left;
    padding: 0 0 40px
}

.tg-sectionhead .tg-sectiontitle {
    padding: 0 0 20px
}

.tg-sectionhead .tg-description p {
    margin: 0
}

.tg-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/*    height: 100%;
    overflow-y: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%; */


.tg-main {
    flex: 1 0 auto;
}

.tg-header {
    z-index: 3;
    background: #fff;
    position: relative
}

.tg-homevone .tg-header {
    background: #fff;
    position: relative;
}

.tg-topbar {
    color: #fff;
    width: 100%;
    float: left;
    background: #000;
    padding: 0 0 0 30px
}

.tg-infonav {
    float: left;
    text-transform: uppercase;
    font: 300 10px/40px Montserrat, Arial, Helvetica, sans-serif
}

.tg-infonav ul {
    width: 100%;
    float: left;
    list-style: none;
    font-size: inherit;
    line-height: inherit
}

.tg-infonav ul li {
    float: left;
    font-size: inherit;
    line-height: inherit;
    list-style-type: none
}

.tg-infonav ul li + li {
    padding: 0 0 0 30px
}

.tg-infonav ul li i, .tg-infonav ul li span {
    float: left;
    line-height: inherit
}

.tg-infonav ul li:first-child i {
    padding: 12px 10px 12px 0
}

.tg-infonav ul li i {
    padding: 12px 10px 11px 0
}

.tg-infonav ul li i img {
    display: block
}

.tg-addnavcartsearch {
    float: right
}

.tg-addnavcartsearch nav {
    float: left;
    text-align: center;
    text-transform: uppercase;
    font: 300 10px/40px Montserrat, Arial, Helvetica, sans-serif
}

.tg-addnavcartsearch nav ul {
    width: 100%;
    float: left;
    list-style: none;
    font-size: inherit;
    line-height: inherit
}

.tg-addnavcartsearch nav ul li {
    float: left;
    position: relative;
    font-size: inherit;
    line-height: inherit;
    list-style-type: none
}

.tg-addnavcartsearch nav ul li a {
    color: #fff;
    display: block;
    position: relative
}

.tg-addnav ul li {
    padding: 0 15px;
    position: relative
}

.tg-cartsearch {
    padding: 0 0 0 30px
}

.tg-cartsearch ul li {
    border-left: 1px solid #414150
}

.tg-cartsearch ul li a {
    width: 50px
}

.tg-navigationarea {
    width: 100%;
    float: left;
    padding: 0 0 0 30px;
    text-align: center;
    position: relative;
    z-index: 100;
}


.tg-logo {
    z-index: 2;
    float: left;
    margin: 4px 0;
    position: relative
}

.tg-logo a {
    display: block
}

.tg-logo a img {
    display: block
}

.tg-socialsignin {
    z-index: 2;
    float: right;
    position: relative
}

.tg-socialsignin .tg-socialicons, .tg-socialsignin .tg-userbox {
    float: left
}

.tg-socialsignin .tg-socialicons {
    padding: 19px 30px 19px 0
}

.tg-socialsignin .tg-socialicons li {
    float: left;
    line-height: normal;
    padding: 0 0 0 13px
}

.tg-socialsignin .tg-socialicons li a {
    color: #000;
    width: auto;
    height: auto;
    border-radius: 0;
    line-height: normal;
    background: 0 0
}

.tg-socialsignin .tg-socialicons li a i {
    color: #000;
    width: auto;
    height: auto;
    font-size: 18px;
    line-height: normal
}

.tg-userbox .tg-btn {
    color: #000;
    display: block;
    padding: 0 25px
}

.tg-socialsignin .tg-btn:after {
    left: 25px;
    right: 25px;
    background: #000
}

.tg-socialsignin .tg-btn:hover:after {
    left: 0;
    right: 0
}

.tg-login .tg-userbox .tg-btn {
    display: none
}

.tg-nav {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 0 140px;
    position: absolute;
    text-transform: uppercase;
    font: 500 13px/14px Montserrat, Arial, Helvetica, sans-serif;
    justify-content: center
}

.tg-navigation {
    padding: 0;
    position: relative;
    text-align: center;
    flex-grow: 0
}

.tg-navigation ul {
    list-style: none;
    font-size: inherit;
    line-height: inherit;
    display: inline-block;
    vertical-align: top
}

.tg-navigation ul li {
    width: 100%;
    float: left;
    padding: 0 30px;
    font-size: inherit;
    line-height: inherit;
    list-style-type: none
}

.tg-navigation > ul > li {
    width: auto
}

.menu-item-has-children {
    position: relative
}

.tg-navigation ul li a {
    color: #000;
    padding: 13px 3px;
    position: relative
}

.tg-navigation > ul > li > a {
    display: block;
    padding: 23px 3px
}

.tg-navigation ul li a:before {
    left: 0;
    height: 0;
    content: '';
    z-index: -1;
    width: 100%;
    position: absolute
}

.tg-navigation > ul > li > a:before {
    bottom: 21px
}

.tg-navigation > ul > li.current-menu-item > a:before, .tg-navigation > ul > li > a:hover:before {
    height: 6px
}

.sub-menu {
    top: 80px;
    left: 0;
    margin: 0;
    opacity: 0;
    z-index: 99;
    width: 215px;
    text-align: left;
    background: #fff;
    visibility: hidden;
    position: absolute;
    text-transform: capitalize;
    font: 400 14px/17px Roboto, Arial, Helvetica, sans-serif;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25), 0 5px 5px rgba(0, 0, 0, .22)
}

.sub-menu > li > a {
    color: #676767;
    text-align: left;
    display: inline-block;
    vertical-align: top
}

.sub-menu > li > a:before {
    bottom: 12px
}

.sub-menu > li.current-menu-item > a:before, .sub-menu > li > a:hover:before {
    height: 6px
}

.menu-item-has-children:hover > .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible
}

.sub-menu .sub-menu {
    left: 100%
}

.sub-menu > li:hover > .sub-menu {
    top: 0;
    opacity: 1;
    visibility: visible
}

.tg-bannerholder {
    width: 100%;
    float: left;
    height: 100%;
    position: relative
}

.tg-bannerholder .tg-homeslider, .tg-bannerholder .tg-homeslider .item, .tg-bannerholder .tg-homeslider.owl-carousel .owl-item {
    height: 90vh;
    position: relative
}

.tg-bannerholder .tg-homeslider.owl-carousel {
    z-index: auto
}

.tg-homeslider.owl-carousel .owl-item {
    width: 100%
}

.tg-bannerholder .tg-homeslider .item {
    padding: 100px 0 0
}

.tg-homeslider .item {
    margin: 0;
    width: 100%;
    float: left
}

.tg-homeslider .item figcaption {
    width: 100%;
    float: left;
    padding: 275px 0;
    background: rgba(0, 0, 0, .3)
}

.tg-slidercontent {
    color: #fff;
    width: 100%;
    float: left;
    text-align: center
}

.tg-slidercontent h1 {
    color: #fff;
    margin: 0 0 20px;
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    text-align: center
}

.tg-slidercontent h2 {
    color: #fff;
    margin: 0 0 80px;
    font-size: 54px;
    line-height: 44px;
    text-align: center;
    font-family: 'Caveat Brush', Arial, Helvetica, sans-serif
}

.tg-slidercontent h3 {
    color: #fee133;
    margin: 0 0 8px;
    font-weight: 500;
    line-height: 1.5;
    font-style: normal;
    text-transform: none;
    font-family: Montserrat, Arial, Helvetica, sans-serif
}

.tg-bannerholder .tg-slidercontent {
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 100px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center
}

.tg-bannerholder .tg-homeslider .item {
    height: 920px;
    background: rgba(0, 0, 0, .3)
}

.tg-formtrip {
    padding: 10px;
    margin-top: 50px;
    border-radius: 5px;
    background: rgba(255, 255, 255, .3);
    border: 1px solid rgba(255, 255, 255, .3)
}

.tg-formtrip fieldset {
    position: relative;
    padding: 0 175px 0 0
}

.tg-formtrip .form-group {
    margin: 0;
    width: 30%;
    float: left;
    padding: 0 5px
}

.tg-formtrip .form-group:nth-child(3), .tg-formtrip .form-group:nth-child(4) {
    width: 20%
}

.tg-formtrip .form-group:first-child {
    padding-left: 0
}

.tg-formtrip .form-group:nth-child(4) {
    padding-right: 0
}

.tg-formtrip .form-group .tg-select select {
    height: 50px;
    padding: 15px 20px;
    border-color: rgba(0, 0, 0, .1)
}

.tg-formtrip .form-group .tg-select:after {
    line-height: 50px
}

.tg-formtrip .tg-btn {
    top: 0;
    right: 0;
    height: 50px;
    padding: 0 45px;
    position: absolute;
    line-height: 50px;
    border-radius: 5px;
    transition: .25s
}

.tg-formtrip .tg-btn:hover {
    color: #000;
    box-shadow: inset 11.8em 0 0 0 #ecd12f
}

.tg-formtrip .tg-btn:after {
    display: none
}

.tg-toursdestinations {
    clear: both;
    margin: -5px;
    overflow: hidden
}

.tg-tourdestination {
    width: 57.8%;
    float: left;
    padding: 5px
}

.tg-tourdestination + .tg-tourdestination {
    width: 42.2%
}

.tg-tourdestination figure {
    margin: 0;
    width: 100%;
    float: left;
    overflow: hidden;
    background: #000;
    position: relative
}

.tg-tourdestination figure a {
    display: block
}

.tg-tourdestination figure a img {
    z-index: 2;
    width: 100%;
    height: auto;
    opacity: .6;
    display: block;
    position: relative
}

.tg-tourdestination figure:hover a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1)
}

.tg-hoverbox, .tg-tourdestination figure a figcaption {
    top: 0;
    left: 0;
    z-index: 2;
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    -webkit-box-alt: center;
    -ms-flex-alt: center;
    alt-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tg-adventuretitle {
    width: 100%;
    float: left;
    padding: 0 0 30px;
    position: relative
}

.tg-tourdestinationbigbox .tg-adventuretitle {
    padding: 0 0 30px
}

.tg-adventuretitle:before {
    left: 50%;
    bottom: 0;
    content: '';
    width: 56px;
    height: 11px;
    position: absolute;
    margin: 0 0 0 -28px;
    background: url(../images/patterne.png) no-repeat
}

.tg-adventuretitle h2 {
    margin: 0;
    color: #fff;
    font: 36px/24px Helvetica, sans-serif
}

.tg-tourdestinationbigbox .tg-adventuretitle h2 {
    font-size: 54px;
    line-height: 40px
}

.tg-adventuretitle h2 a {
    color: #fff;
    display: block
}

.tg-tourdestination figcaption .tg-description {
    padding: 20px 0 0
}

.tg-tourdestination figcaption .tg-description p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    text-transform: uppercase
}

.tg-head {
    width: 100%;
    float: left
}

.tg-head .tg-select {
    width: 240px;
    float: right
}

.tg-zerotoppadding {
    padding-top: 0 !important
}


.tg-feature {
    width: 100%;
    float: left;
    padding: 0 0
}

.tg-featuretitle {
    width: 100%;
    float: left;
    padding: 0 0 20px
}

.tg-featuretitle h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 16px
}

.tg-featuretitle h2 a, .tg-featuretitle h2 span {
    display: inline-block;
    vertical-align: middle
}

.tg-featuretitle h2 span {
    padding: 0 8px 0 0
}

.tg-featuretitle h2 a {
    color: #000
}

.tg-feature .tg-description p {
    margin: 0
}

.tg-parallax {
    width: 100%;
    float: left
}

.tg-parallax .tg-sectionspace {
    background: rgba(0, 0, 0, .5)
}

.tg-parallax .tg-sectiontitleleft h2 {
    color: #fff;
    background: url(../images/patterne.png) no-repeat 100% 100%
}

.tg-parallax .tg-sectiontitleleft .tg-btnvtwo {
    margin: 12px 0 0
}

.tg-populartours {
    width: 100%;
    float: left
}

.tg-populartour {
    width: 100%;
    float: left;
    background: #fff
}

.tg-populartour figure {
    margin: 0;
    width: 100%;
    float: left;
    position: relative
}

.tg-populartour figure a {
    display: block
}

.tg-populartour figure a img {
    width: 100%;
    height: auto;
    display: block
}

.tg-populartourcontent {
    width: 100%;
    float: left;
    padding: 30px 0 0
}

.tg-populartourtitle {
    width: 100%;
    float: left;
    padding: 0 0 20px
}

.tg-populartourtitle h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px
}

.tg-populartourtitle h3 a {
    color: #000
}

.tg-populartourcontent .tg-description {
    padding: 0 0 20px
}

.tg-populartourcontent .tg-description p {
    margin: 0
}

.tg-populartoursslider .tg-populartourcontent {
    padding: 30px 20px 0
}

.tg-populartoursslider .tg-populartourfoot {
    clear: both;
    width: auto;
    float: none;
    padding: 20px;
    margin: 0 -20px;
    overflow: hidden
}

.tg-populartourfoot {
    width: 100%;
    float: left;
    padding: 27px 0 0;
    border-top: 1px solid #e6e6e6
}

.tg-durationrating {
    float: left
}

.tg-tourduration {
    width: 100%;
    float: left;
    color: #676767;
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 13px;
    position: relative;
    padding: 3px 0 3px 25px
}

.tg-tourduration:before {
    top: 0;
    left: 0;
    content: '\e914';
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    font-family: icomoon
}

.tg-durationrating .tg-stars, .tg-durationrating em {
    float: left;
    font-style: normal
}

.tg-durationrating em {
    font-size: 10px;
    line-height: 12px
}

.tg-pricearea {
    float: right
}

.tg-pricearea span {
    float: right;
    font-size: 13px;
    line-height: 13px;
    padding: 0 0 10px;
    text-transform: capitalize
}

.tg-pricearea h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px
}

.tg-ourdestination {
    width: 100%;
    float: left
}

.tg-ourdestination figure {
    margin: 0;
    width: 100%;
    float: left
}

.tg-ourdestination figure img {
    width: 100%;
    height: auto;
    display: block
}

.tg-ourdestinationcontent {
    width: 100%;
    float: left
}

.tg-ourdestinationcontent .tg-description {
    padding: 0 0 45px
}

.tg-ourdestinationcontent .tg-description p {
    margin: 0
}

.tg-destinations {
    width: 100%;
    float: left;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    list-style: none;
    padding: 0 0 20px
}

.tg-destinations li {
    float: left;
    font-size: inherit;
    line-height: inherit;
    list-style-type: none;
    padding: 0 63px 30px 0
}

.tg-destinations li a {
    float: left
}

.tg-destinations li a em, .tg-destinations li a h3 {
    display: inline-block;
    vertical-align: middle
}

.tg-destinations li a h3 {
    margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px
}

.tg-destinations {
    width: 100%;
    float: left
}

.tg-destination {
    width: 100%;
    float: left;
    margin: -20px 0
}

.tg-destination figure {
    margin: 20px 0;
    width: 100%;
    float: left;
    background: #000
}

.tg-destination figure a {
    z-index: 1;
    display: block;
    position: relative
}

.tg-destination figure a img {
    width: 100%;
    height: auto;
    opacity: .6;
    display: block
}

.tg-destination figure:hover a img {
    opacity: 1
}

.tg-destination figure figcaption {
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    color: #fff;
    position: absolute;
    padding: 0 25px 20px
}

.tg-destination figure figcaption h2 {
    color: #fff;
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 600;
    line-height: 18px
}

.tg-destination figure figcaption h2 a {
    color: #fff
}

.tg-destination figure figcaption .tg-description p {
    margin: 0;
    line-height: 15px
}

.tg-calltoaction {
    color: #fff;
    width: 100%;
    float: left;
    text-align: center
}

.tg-pattern {
    width: 100%;
    float: left;
    padding: 0 0 75px
}

.tg-calltoaction h2 {
    color: #fff;
    clear: both;
    margin: 0 0 30px;
    font-size: 42px;
    font-weight: 600;
    line-height: 34px
}

.tg-calltoaction .tg-description {
    padding: 0 0 75px
}

.tg-calltoaction .tg-description p {
    margin: 0
}

.tg-guides {
    width: 100%;
    float: left
}

.tg-guide {
    width: 100%;
    float: left
}

.tg-guide figure {
    margin: 0;
    width: 100%;
    float: left
}

.tg-guide figure a {
    display: block
}

.tg-guide figure a img {
    display: block
}

.tg-guidecontent {
    width: 100%;
    float: left;
    padding: 20px 0 0
}

.tg-guidecontenthead {
    width: 100%;
    float: left;
    margin: 0 0 25px;
    position: relative;
    padding: 0 90px 28px 0
}

.tg-guidecontenthead:before {
    top: 100%;
    left: 0;
    width: 50px;
    height: 3px;
    content: '';
    position: absolute;
    background: #cbcbcb
}

.tg-guidecontenthead h3 {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 600;
    line-height: 16px
}

.tg-guidecontenthead h4 {
    margin: 0;
    color: #676767;
    font: 400 15px/15px Roboto, Arial, Helvetica, sans-serif
}

.tg-guidecontenthead h4 a {
    color: #676767
}

.tg-guidecontenthead .tg-socialicons {
    top: 0;
    right: 0;
    position: absolute
}

.tg-guidecontenthead .tg-socialicons li {
    float: left;
    line-height: normal;
    padding: 0 0 0 14px
}

.tg-guidecontenthead .tg-socialicons li a {
    width: auto;
    color: #000;
    height: auto;
    border-radius: 0;
    line-height: normal;
    background: 0 0
}

.tg-guidecontent .tg-description p {
    margin: 0
}

.tg-ourpartners {
    width: 100%;
    float: left;
    color: #fff;
    text-align: center
}

.tg-ourpartners .tg-pattern {
    padding: 0 0 25px
}

.tg-ourpartners .tg-pattern img {
    display: block;
    margin: 0 auto
}

.tg-ourpartners h2 {
    margin: 0;
    clear: both;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 24px
}

.tg-partners {
    width: 100%;
    float: left;
    list-style: none;
    padding: 70px 0 0;
    align-items: center;
    justify-content: center;
    display: flex
}

.tg-partners li {
    width: 20%;
    float: left;
    padding: 0 15px;
    list-style-type: none
}

.tg-partners li figure {
    margin: 0;
    width: 100%;
    float: left;
    text-align: center
}

.tg-partners li figure a {
    display: inline-block;
    vertical-align: middle
}

.tg-partners li figure a img {
    display: block
}

.tg-widget {
    width: 100%;
    float: left
}

.tg-widget + .tg-widget {
    margin: 60px 0 0
}

.tg-widgettitle {
    width: 100%;
    float: left;
    padding: 0 0 30px
}

.tg-widgettitle h3 {
    margin: 0;
    color: #010101;
    font-size: 18px;
    font-weight: 600;
    line-height: 14px
}

.tg-widgetcontent {
    width: 100%;
    float: left
}

.tg-widgetcontent ul {
    width: 100%;
    float: left;
    font-size: 15px;
    line-height: 18px;
    list-style: none
}

.tg-widgetcontent ul li {
    width: 100%;
    float: left;
    line-height: inherit;
    list-style-type: none
}

.tg-widgetcontent ul li + li {
    padding: 20px 0 0
}

.tg-widgetcontent ul li a {
    color: #c3c3c3
}

.tg-widgetcontent ul li i {
    color: #676767;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    font-style: normal
}

.tg-widgetcontent ul li figure {
    margin: 0;
    float: left
}

.tg-widgetcontent ul li figure a {
    display: block
}

.tg-widgetcontent ul li figure a img {
    width: 100%;
    height: auto;
    display: block
}

.tg-newcontent {
    overflow: hidden;
    padding: 0
}

.tg-newcontent h4 {
    color: #fff;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 14px
}

.tg-newcontent h4 a {
    color: #fff
}

.tg-newcontent .tg-description {
    padding: 0 0 10px
}

.tg-newcontent .tg-description p {
    margin: 0;
    font-size: 13px;
    line-height: 16px
}

.tg-newcontent time {
    width: 100%;
    float: left;
    font-size: 10px;
    line-height: 13px
}

.tg-widgettext .tg-widgetcontent .tg-description {
    padding: 0 0 20px
}

.tg-widgettext .tg-widgetcontent .tg-description p {
    margin: 0
}

.tg-widgettext .tg-widgetcontent span {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    font-family: Montserrat, Arial, Helvetica, sans-serif
}

.tg-widgettext .tg-widgetcontent > a {
    font-size: 13px;
    line-height: 13px
}

.tg-widgettext .tg-widgetcontent .tg-socialicons {
    padding: 20px 0 0
}

.tg-widgettext .tg-widgetcontent .tg-socialicons li {
    width: auto;
    padding: 0 4px
}

.tg-widgettext .tg-widgetcontent .tg-socialicons li:first-child {
    padding-left: 0
}

.tg-widgettext .tg-widgetcontent .tg-socialicons li a {
    background: #fff
}

.tg-widgettext .tg-widgetcontent .tg-socialicons li a i {
    line-height: 40px
}

.tg-widgettravelunews .tg-widgetcontent ul li + li {
    padding: 30px 0 0
}

.tg-widgetdestinations .tg-widgetcontent ul li a {
    position: relative;
    padding: 0 0 0 25px
}

.tg-widgetdestinations .tg-widgetcontent ul li a:before {
    top: 0;
    left: 0;
    font-size: 18px;
    line-height: 18px;
    content: '\e908';
    position: absolute;
    font-family: icomoon
}

.tg-widgetcontent .tg-newcontent h4 {
    color: #000;
    font-size: 16px;
    line-height: 17px
}

.tg-widgetcontent .tg-newcontent h4 a {
    color: #000
}

.tg-footercolumn .tg-widgetcontent .tg-newcontent h4 a {
    color: #fff
}

footer {
    margin-top:auto;
}


.tg-newcontent .tg-pricearea h4, .tg-newcontent .tg-pricearea span {
    float: none;
    display: inline-block;
    vertical-align: middle
}

.tg-newcontent .tg-pricearea span {
    padding: 0
}

.tg-newcontent .tg-pricearea h4 {
    margin: 0
}

.tg-footer {
    width: 100%;
    float: left;
    background: #000
}

.tg-fourcolumns {
    width: 100%;
    float: left
}

.tg-footercolumn {
    width: 100%;
    float: left;
    color: #c3c3c3;
    padding: 120px 0
}

.tg-footercolumn .tg-widgettitle h3 {
    color: #fff
}

.tg-footerbar {
    width: 100%;
    float: left;
    color: #676767;
    padding: 20px 0;
    min-height: 55px;
    font-size: 13px;
    line-height: 15px;
    background: #161616
}

.tg-footerbar p {
    margin: 0;
    text-align: center;
    line-height: inherit
}

.tg-parallax .tg-sectionhead {
    color: #fff
}

.tg-parallax .tg-sectiontitle h2 {
    color: #fff;
    background: url(../images/patterne.png) no-repeat 100% 100%
}

.tg-themetabs {
    width: 100%;
    float: left
}

.tg-post {
    width: 100%;
    float: left
}

.tg-post figure {
    margin: 0;
    width: 100%;
    float: left;
    overflow: hidden;
    background: #000;
    position: relative
}

.tg-post figure a {
    display: block;
    overflow: hidden
}

.tg-post figure img {
    width: 100%;
    height: auto;
    display: block
}

.tg-post figure .tg-hover {
    top: 0;
    left: 0;
    z-index: 2;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 15px;
    opacity: 0;
    text-align: center;
    visibility: hidden;
    position: absolute;
    -webkit-box-alt: center;
    -ms-flex-alt: center;
    alt-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tg-post figure .tg-hover h3 {
    color: #fff;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 16px
}

.tg-post figure .tg-hover h3 a {
    color: #fff
}

.tg-post figure .tg-hover time {
    font-size: 10px;
    line-height: 10px
}

.tg-post:hover figure img {
    opacity: .4
}

.tg-post:hover figure .tg-hover {
    opacity: 1;
    visibility: visible
}

.tg-parallax .tg-features {
    margin: 0
}

.tg-parallax .tg-feature {
    color: #fff;
    padding: 60px 0;
    text-align: center
}

.tg-parallax .tg-featuretitle h2, .tg-parallax .tg-featuretitle h2 a, .tg-parallax .tg-featuretitle h2 span {
    color: #fff
}

.tg-content {
    width: 100%;
    float: left
}

.tg-durationrating {
    width: 60%;
    float: left
}

.tg-durationrating .tg-stars, .tg-durationrating em {
    float: left;
    font-style: normal
}

.tg-durationrating em {
    font-size: 10px;
    line-height: 12px
}

.tg-tourduration.tg-location:before {
    content: '\e025'
}

.tg-refund {
    float: left
}

.tg-refund figure {
    float: left;
    margin: 0 18px 0 0
}

.tg-refund figure img {
    width: 100%;
    height: auto;
    display: block
}

.tg-box {
    width: 100%;
    float: left
}

.tg-box h2 {
    font-size: 24px;
    margin: 0 0 25px;
    font-weight: 600;
    line-height: 25px
}

.tg-box + .tg-box {
    margin: 45px 0 0
}

.tg-box h3 {
    margin: 0;
    float: left;
    font-size: 16px;
    min-width: 200px;
    font-weight: 600;
    line-height: 18px
}

.tg-location h3 {
    margin: 0 0 12px
}

.tg-box textarea {
    width: 100%;
    float: left;
    resize: none;
    height: 160px
}

.tg-search {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    padding: 0 25%;
    display: flex;
    position: fixed;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: rgba(0, 0, 0, .95);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translate(0, -100%) scale(0, 0);
    -moz-transform: translate(0, -100%) scale(0, 0);
    -o-transform: translate(0, -100%) scale(0, 0);
    -ms-transform: translate(0, -100%) scale(0, 0);
    transform: translate(0, -100%) scale(0, 0);
    opacity: 0
}

.tg-search .tg-btn {
    background: 0 0
}

.tg-search.open {
    -webkit-transform: translate(0, 0) scale(1, 1);
    -moz-transform: translate(0, 0) scale(1, 1);
    -o-transform: translate(0, 0) scale(1, 1);
    -ms-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1);
    opacity: 1
}

.tg-search form {
    width: 100%;
    float: left
}

.tg-search form fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    text-align: center
}

.tg-search .form-group {
    width: 100%;
    float: left;
    position: relative
}

.tg-search .form-control {
    padding: 0;
    float: left;
    width: 100%;
    border: 0;
    height: 100px;
    outline: 0;
    font-size: 30px;
    line-height: 30px;
    text-align: left;
    text-transform: none;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    border-bottom: 4px solid #fff
}

.tg-search .form-control:focus {
    box-shadow: none;
    border-color: #fff
}

.tg-search .form-control:focus::-moz-placeholder {
    color: #fff !important
}

.tg-search .form-control::placeholder, .tg-search .form-control:focus, .tg-search .form-control:focus::-moz-placeholder, .tg-search input:focus {
    color: #fff;
    border-color: #fff
}

.tg-search .form-control::placeholder {
    color: #fff
}

.tg-search .tg-btn {
    bottom: 0;
    width: auto;
    height: auto;
    right: -10px;
    font-size: 25px;
    padding: 0 20px;
    margin: 0 0 30px;
    position: absolute;
    line-height: normal;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.tg-search .tg-btn:after {
    display: none
}

.tg-search .tg-btn:hover {
    color: #fff
}

.tg-search .close {
    top: 30px;
    right: 40px;
    color: #fff;
    opacity: 1;
    font-size: 20px;
    line-height: 20px;
    position: fixed;
    background: 0 0
}

.tg-search .tg-destinations {
    padding: 0;
    bottom: 80px;
    text-align: center;
    position: absolute
}

.tg-search .tg-destinations li {
    float: none;
    padding: 0 63px 0 0;
    display: inline-block;
    vertical-align: middle
}

.tg-search .tg-destinations li:last-child {
    padding-right: 0
}

.tg-search .tg-destinations li a h3 {
    color: #fff
}

.tg-scrollbar {
    width: 100%;
    float: left;
    height: 100%;
    position: relative
}

.tg-loginsingup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed;
    opacity: 0;
    background-color: rgba(0, 0, 0, .95);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translate(0, -100%) scale(0, 0);
    -moz-transform: translate(0, -100%) scale(0, 0);
    -o-transform: translate(0, -100%) scale(0, 0);
    -ms-transform: translate(0, -100%) scale(0, 0);
    transform: translate(0, -100%) scale(0, 0)
}

.tg-loginsingup.open {
    -webkit-transform: translate(0, 0) scale(1, 1);
    -moz-transform: translate(0, 0) scale(1, 1);
    -o-transform: translate(0, 0) scale(1, 1);
    -ms-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1);
    opacity: 1
}

.tg-contentarea {
    width: 50%;
    height: 100%;
    float: right;
    padding: 30px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center
}

.tg-contentarea .close {
    top: 25px;
    opacity: 1;
    right: 25px;
    color: #fff;
    width: 40px;
    height: 40px;
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 40px;
    background: #1e1e1e;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    font-family: Montserrat, Arial, Helvetica, sans-serif
}

.tg-logincontent {
    max-width: 600px;
    width: 100%;
    float: left
}

.tg-loginnav {
    width: 100%;
    float: left;
    color: #676767;
    font-size: 13px;
    line-height: 17px;
    padding: 0 0 70px;
    text-align: center
}

.tg-loginnav ul {
    width: 100%;
    float: left
}

.tg-loginnav li {
    padding: 0 15px;
    position: relative;
    line-height: inherit;
    display: inline-block;
    vertical-align: middle
}

.tg-loginnav li:after {
    top: 50%;
    left: -3px;
    width: 3px;
    height: 1px;
    content: '';
    position: absolute;
    background: #676767
}

.tg-loginnav li:first-child {
    padding-left: 0
}

.tg-loginnav li:last-child {
    padding-right: 0
}

.tg-loginnav li:first-child:after {
    display: none
}

.tg-loginnav li a {
    color: #676767;
    display: block
}

.tg-navtbs {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 600;
    list-style: none;
    line-height: 70px
}

.tg-navtbs li {
    width: 50%;
    float: left;
    text-align: center;
    position: relative;
    line-height: inherit;
    list-style-type: none;
    border-left: 1px solid #cdcdcd
}

.tg-navtbs li:after {
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #cdcdcd;
    position: absolute
}

.tg-navtbs li.active:after, .tg-navtbs li:hover:after {
    bottom: 100%
}

.tg-navtbs li a {
    color: #a6a6a6;
    display: block;
    padding: 0 55px
}

.tg-navtbs li.active a, .tg-navtbs li:hover a {
    color: #000
}

.tg-tabcontent {
    width: 100%;
    float: left;
    padding: 70px 150px 0
}

.tg-formlogin .form-group span {
    float: right;
    color: #5a5a5a;
    padding: 5px 0;
    font-size: 13px;
    line-height: 13px
}

.tg-formlogin .form-group span a {
    color: #5a5a5a;
    display: block
}

.tg-formlogin .tg-btn {
    border-radius: 5px;
    font: 400 12px/50px Montserrat, Arial, Helvetica, sans-serif;
    height: 50px;
    transition: .45s
}

.tg-formlogin .tg-btn:hover {
    color: #000;
    box-shadow: inset 29.4em 0 0 0 #ecd12f
}

.tg-formlogin .tg-btn:after {
    display: none
}


.loader {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
    position: fixed;
    overflow: hidden;
    background: #72989f
}

.loader .span {
    top: 50%;
    left: 50%;
    width: 40px;
    height: 44px;
    display: table;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.location_indicator {
    margin: 5px auto;
    position: relative
}

.location_indicator:after, .location_indicator:before {
    content: '';
    position: absolute
}

.location_indicator:before {
    width: 20px;
    height: 20px;
    border-radius: 100% 100% 100% 0;
    box-shadow: 0 0 0 2px #fff;
    -webkit-animation: mapping 1s linear infinite;
    -moz-animation: mapping 1s linear infinite;
    animation: mapping 1s linear infinite;
    -webkit-transform: rotate(-46deg);
    -moz-transform: rotate(-46deg);
    transform: rotate(-46deg)
}

.location_indicator:after {
    left: -4px;
    top: 24px;
    width: 30px;
    z-index: -1;
    height: 10px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, .2)
}

@-webkit-keyframes mapping {
    0% {
        top: 0
    }
    50% {
        top: -5px
    }
    100% {
        top: 0
    }
}

@-moz-keyframes mapping {
    0% {
        top: 0
    }
    50% {
        top: -5px
    }
    100% {
        top: 0
    }
}

@-moz-keyframes mapping {
    0% {
        top: 0
    }
    50% {
        top: -5px
    }
    100% {
        top: 0
    }
}

.menu-item {
    padding: 0 10px !important
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .row:after, .row:before {
    display: table;
    content: " "
}

input[type=date]::-webkit-calendar-picker-indicator {
    color: transparent;
    opacity: 1;
    display: block;
    background: 0 0;
    width: 20px;
    height: 20px;
    border-width: thin
}

.btn-reverso {
    color: green;
    outline: 0;
    border: none
}

.tg-span-search {
    color: #fff;
    font-size: 12px;
    cursor: pointer
}

.tg-span-search:hover {
    color: #ff0;
    font-size: 12px;
    cursor: pointer
}

.lang-item {
    color: #000 !important;
    font-size: 11px;
    text-decoration: blink
}

.lang-item:hover {
    text-decoration: gold underline
}

.pass-input {
    height: 50px !important;
    width: 100%
}

#twidget-passenger-form {
    position: absolute;
    left: 0;
    top: 55px;
    width: 260px;
    padding-top: 7px;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
    z-index: 999;
    transition: opacity .5s ease-in-out 0s, transform .5s ease-in-out 0s;
    transform-origin: center top;
    opacity: 1;
    will-change: opacity, transform;
    transform: perspective(500px) rotateX(0) rotateY(0) translateY(0);
    border-radius: 4px
}

.twidget-container ol, .twidget-container ul {
    list-style: none
}

.twidget-container * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.twidget-age-group {
    display: table;
    width: 100%;
    padding-left: 0;
    font-size: 12px;
    padding-bottom: 10px
}

.twidget-age-group li .twidget-age-name {
    padding-left: 20px;
    width: 50%
}

.twidget-age-group li .twidget-cell {
    display: table-cell;
    height: 44px;
    vertical-align: middle;
    text-align: left
}

.twidget-age-group li .twidget-age-select {
    padding-right: 10px;
    width: 40%
}

.twidget-age-select .twidget-dec {
    width: 35px;
    height: 35px;
    display: inline-block;
    text-indent: -9999px;
    cursor: pointer;
    border-radius: 25px;
    line-height: 35px;
    background: #fff 50% 50%/14px no-repeat;
    background-image: url(../images/minusg.png)
}

.twidget-age-select .twidget-num {
    width: 30%;
    text-align: center;
    line-height: 1.4;
    display: inline-block
}

.twidget-age-select .twidget-inc {
    width: 35px;
    height: 35px;
    display: inline-block;
    text-indent: -9999px;
    cursor: pointer;
    border-radius: 25px;
    line-height: 35px;
    background: #fff 50% 50%/14px no-repeat;
    background-image: url(../images/plusg.png)
}

.twidget-age-group li {
    display: table-row;
    text-align: center
}

.twidget-age-select .twidget-num input {
    width: 100%;
    padding: 0;
    text-align: center;
    border: none;
    color: #000
}

.twidget-tab-content input[type=text] {
    line-height: 50px;
    height: 50px;
    padding: 0 37px 0 12px;
    overflow: hidden;
    text-overflow: ellipsis
}

.twidget-container input[type=date], .twidget-container input[type=email], .twidget-container input[type=text] {
    border: none;
    outline: 0;
    background-color: #fff;
    color: #424242;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 14px
}

.twidget-age-select .twidget-dec:hover {
    background-color: #fee133
}

.twidget-age-select .twidget-inc:hover {
    background-color: #fee133
}

.o-popper-arrow {
    left: 80px;
    top: -14px;
    position: absolute;
    color: #fff
}

.o-popper-arrowShape {
    fill: #fff;
    stroke: #fff
}

.twidget-icon-cal {
    background: url(../images/calendarg.png) no-repeat 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 40px;
    background-size: 14px;
    cursor: pointer
}

.form-control:focus, .select select:focus, input:focus {
    border-color: #fee133 !important
}

.revers {
    position: absolute;
    right: 0;
    top: 7px;
    z-index: 1
}

.image-login {
    width: 50% !important
}

.text-list {
    margin-left: 0;
    padding-left: 0
}

.text-list li {
    margin-left: 1em;
    text-align: justify
}

.logo-block {
    margin-bottom: 40px
}

.tg-margintopbot {
    margin-top: 90px;
    margin-bottom: 40px
}

.tg-white {
    color: #fff
}

.tg-white:hover {
    color: #fee133
}

.name {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    display: block;
    margin-bottom: -8px
}

.search li {
    line-height: 28px;
    list-style: none
}

.text-list li {
    list-style: none
}

.faq_item {
    height: 60px;
    background-color: green;
    vertical-align: center;
    position: relative
}

.tg-description li, .tg-description p {
    margin-left: 20px !important;
    padding-right: 30px
}

input, select {
    width: 100%;
    padding: 11.5px 20px;
    border: none;
    appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    outline: 0;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none;
    background: 0 0;
    border-bottom: 1px solid;
    border-bottom-color: rgba(255, 255, 255, .3);
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box
}

.form-control:focus + .label, .form-control:valid + .label {
    transform: translateY(-34px) scale(.9);
    -moz-transform: translateY(-34px) scale(.9);
    -webkit-transform: translateY(-34px) scale(.9);
    -o-transform: translateY(-34px) scale(.9);
    -ms-transform: translateY(-34px) scale(.9);
    color: #55e8d5
}

.label {
    position: absolute;
    top: 6px;
    left: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    transform-origin: 0 0;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease
}

.tg-form-btn {
    z-index: 1;
    color: #fff;
    height: 45px;
    padding: 0 30px;
    overflow: hidden;
    background: #fff;
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font: 400 12px/45px Montserrat, Arial, Helvetica, sans-serif;
    background: #fee133;
    color: #000;
    transition: .25s
}

.tg-form-btn:hover {
    color: #000;
    box-shadow: inset 35.3em 0 0 0 #ecd12f
}

.tg-footercolumn-auth {
    width: 100%;
    float: left;
    color: #c3c3c3;
    padding: 60px 0
}

.tg-footercolumn-auth .tg-widgettitle h3 {
    color: #fff
}

.tg-footercolumn-auth .tg-widgetcontent .tg-newcontent h4 a {
    color: #fff
}

.tg-main-auth {
    padding-top: 60px;
    padding-bottom: 180px;
    background-color: #f3f3f3
}

.tg-bg-white {
    background-color: #fff
}

.date-auth {
    color: #808999;
    font: 400 13px/10px BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif
}

.tel-auth {
    color: #000;
    font: 400 13px/10px BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif
}

.email-auth {
    color: #000;
    font: 400 13px/10px BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif
}

.tg-tickets-item:before {
    position: absolute;
    content: "";
    left: -10px;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fee133;
    height: 100%;
    width: 10px;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px
}

.break {
    flex-basis: 100%;
    height: 0
}

.text-right {
    text-align: right
}

.front {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    z-index: 2
}

.input-title {
    color: #737373;
    font-weight: 400;
    font-size: 15px;
    display: block
}

@-moz-document url-prefix() {
    .cardholder-name-wrap {
        margin-right: 10px
    }
}

.fade {
    transition: opacity .15s linear
}

.widget-area .widget {
    display: inline-block;
    width: 100%;
    margin-bottom: 31px;
}

.widget-area .widget-title {
    font-size: 20px;
    font-weight: 600;
    color: #232323;
    line-height: 26px;
    text-transform: none;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    width: 100%;
    margin-bottom: 28px;
    text-align: right;
    margin-top: 10px;
}

.widget-latestnews .latest-content span {
    font-size: 14px;
    color: #f3a316;
}

.widget-latestnews .latest-content h3 a {
    color: #181818;
    text-decoration: none;

    line-height: 22px;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    font: 400 15px / 23px 'Roboto', Arial, Helvetica, sans-serif;
}

.widget-latestnews .latest-content > a {
    position: absolute;
    right: 0;
    top: 0;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;

}

.widget-latestnews .latest-content > h3 {
    line-height: 1;
    margin: 0px;
}

.latest-content {
    border-bottom: 1px solid #dbdbdb;
    display: inline-block;
    margin-bottom: 32px;
    padding-bottom: 34px;
    padding-right: 112px;
    position: relative;
    text-align: right;
    width: 100%;
}


.widget-area {
    background-color: #f7f7f7;
}

.form-container__actions-row {
    display: flex;
    justify-content: space-between;
}

.form-container__actions-col {
    width: calc(50% - 8px);
}

.plain-button_light {
    width: 100%;
    text-align: center;
    border: 2px solid #e4ecfd;
    padding-top: 14px;
    padding-bottom: 14px;
    color: #a9a9a9;
    background: #ffffff;
    display: inline-block;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;

}

.plain-button_light:hover {
    border: 2px solid #e4ecfd;
    background: #f5f7fa;
}


.tg-twocolumns {
    width: 100%;
    float: left;
}

.tg-innerbanner .tg-sectionspace {
    color: #fff;
    text-align: center;
    padding: 110px 0 70px;
    background: rgba(0, 0, 0, 0.40);
}

.tg-innerbanner h1 {
    margin: 0;
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    line-height: 42px;
}

.tg-innerbanner h2 {
    color: #fff;
    margin: 15px 0 90px;
    font: 400 36px/36px 'Caveat Brush', Arial, Helvetica, sans-serif;
}

.tg-aboutus figure {
    margin: 0;
    width: 100%;
    float: left;
    min-height: 555px;
}

.tg-aboutus figure img {
    width: 100%;
    height: auto;
    display: block;
}

.tg-aboutus .tg-textbox {
    width: 100%;
    float: left;
    padding: 10%;
    min-height: 555px;
    -webkit-box-alt: center;
    -ms-flex-alt: center;
    alt-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tg-aboutus .tg-textbox .tg-description p:last-child {
    margin: 0;
}

.tg-faqs {
    width: 100%;
    float: left;
}

.tg-accordion {
    width: 100%;
    float: left;
}

.tg-main-account {
    background-image: url("../images/bg-img.jpg");
    overflow: hidden;
}

.tg-sidebar .tg-widgettitle h3 {
    font-size: 20px;
    line-height: 16px;
}

.tg-widgetdashboard {
    padding: 35px 25px;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
}

.tg-widgetdashboard ul li a {
    color: #676767;
    display: block;
}

.tg-widgetdashboard ul li a i {
    color: #676767;
    font-size: 22px;
    line-height: 16px;
    margin: 0 15px 0 0;
}

.tg-widgetdashboard ul li a i,
.tg-widgetdashboard ul li a span {
    display: inline-block;
    vertical-align: middle;
}

.tg-dashboardcontent fieldset {
    width: auto;
    float: none;
    clear: both;
    margin: 0 0;
    overflow: hidden;
    padding-top: 5px;
}

.tg-dashboardcontent .form-group {
    width: 33%;
    padding: 0 7px;
}

.tg-dashboard .tg-mywishlist figure {
    border-radius: 0;
    margin: 0 12px 0 0;
}

.tg-dashboard .tg-mywishlist figure img {
    border-radius: 0;
}

.tg-dashboard .tg-mywishlist .tg-cartproductdetail table tr td:last-child {
    text-align: center;
}

.tg-mywishlist table tr td {
    color: #000;
}

.tg-mywishlist table tr td .tg-tourname h3 {
    font-weight: 400;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.tg-mywishlist table tr td .tg-tourname h3 a {
    color: #676767;
}

.tg-imgholder {
    float: left;
    padding: 0 50px 0 0;
}

.tg-dashboard .tg-box .tg-imgholder figure {
    width: 90px;
    float: none;
    margin: 0 auto 25px;
}

.tg-heading.tg-headingvtwo {
    margin: 0;
    padding: 0;
}

.tg-heading.tg-headingvtwo:before {
    display: none;
}

.tg-heading h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 40px;
    line-height: 24px;
}

.tg-comments {
    width: 100%;
    float: left;
    list-style: none;
}

.tg-comments li {
    width: 100%;
    float: left;
    list-style-type: none;
}

.tg-comment {
    width: 100%;
    float: left;
    padding: 50px 0;
    border-bottom: 1px solid #e6e6e6;
}

.tg-comments li:first-child .tg-comment {
    padding-top: 0;
}

.tg-comment figure {
    float: left;
    margin: 0 25px 0 0;
    border-radius: 50%;
}

.tg-comment figure img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 50%;
}

.tg-comment .tg-content {
    width: auto;
    float: none;
    overflow: hidden;
}

.tg-comment .tg-content .tg-description p {
    margin: 0;
}

.tg-commenthead {
    width: 100%;
    float: left;
    padding: 0 0 12px;
}

.tg-commenthead .tg-author h3 {
    margin: 0;
    float: left;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}

.tg-commenthead .tg-author time {
    float: left;
    font-size: 13px;
    line-height: 13px;
    margin: 4px 0 0 10px;
}

@media (min-width: 1220px) {
    .lk-passengers-title, .lk-passengers__passengers-list {
        display: inline-grid;
        grid-template-columns: 263px 26px 102px 87px 175px 189px;
    / / grid-template-columns: 357 px 26 px 102 px 87 px 270 px;
        grid-column-gap: 30px;
        align-items: center;
        width: 992px;
        margin-bottom: 0;
        overflow: hidden;

    }
}

@media (max-width: 1600px) {
    .tg-bannerholder .tg-homeslider figure {
        top: -50px;
    }


}

@media (min-width: 1220px) {
    .lk-order-title {
        display: grid;
        grid-template-columns: 88px 144px 175px 101px 161px 140px;
        gap: 15px;
        color: grey;
        font-size: 12px;

    }
}

.passenger_title {
    font-weight: 600;
    color: black;

}


.passenger_row {
    padding: 10px 0 10px 0;
    cursor: default;
    color: black;
    border-bottom: 1px solid #fee133;


}


.order_row {
    cursor: default;
    color: black;
    font-size: 14px;
}


.btn-infox:hover {
    background-color: #ffffff !important;
    font-weight: 700;
    font-size: 12px;
    border: 1px solid green;
}

.btn-infox {
    background-color: #62d0f100;
    color: green;
    font-weight: 700;
    font-size: 12px;
    border: 1px solid #e4e5e7;
}

.btn-dangerx {
    background-color: #62d0f100;
    color: red;
    font-weight: 700;
    font-size: 12px;
    border: 1px solid #ececec;
}

.btn-dangerx:hover {
    background-color: #62d0f100;
    border-color: red;
    color: red;
}

.pass-info {
    margin-top: 45px;
    font-size: 12px;
    text-align: right;
    color: green;
}

.pass-info-children {
    margin-top: 45px;
    font-size: 12px;
    text-align: right;
    color: green;
    display: none;
}

.floating-select sup, .floating-date sup {
    color:red;
    font-size: 10px;
}

.tg-pass-title {
    background-color: floralwhite;
}

.reqd-asterisk::after {
    content: "*";
    position: relative;
    top: 3px;
    padding-left: .2em;
    font-weight: 700;
    font-size: 18px;
    line-height: 14px;
    color: #e21a1a;
}

.tg-title-order {
    width: 100%;
    font-weight: 600;
    color: black;
    margin-bottom: 10px;
}

.tg-price-order {
    color: green;
}

.badge_order_success {
    display: inline-block;
    padding: .25em .4em;
    font-weight: 300;
    width: 74px;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    color: #fff;
    background-color: #04b962;
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.tg-heading.tg-headingvtwo {
    margin: 0;
    padding: 0;
}

.tg-heading.tg-headingvtwo:before {
    display: none;
}

.tg-heading h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 40px;
    line-height: 24px;
}

.tg-dashboard {
    width: 100%;
    float: left;
}

.tg-dashboard .tg-box {
    padding: 30px;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);

}

.tg-dashboard .tg-box .tg-heading {
    margin: 0 0 10px;
}

.tg-heading {
    background-color: floralwhite;
}

.tg-dashboard .tg-box .tg-heading .tg-btnedit {
    color: #676767;
    font-size: 13px;
    line-height: 13px;
}

.tg-dashboard .tg-box figure {
    float: left;
    margin: 0 100px 0 0;
    border-radius: 50%;
}

.tg-dashboard .tg-box figure img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 50%;
}

.tg-heading {
    width: 100%;
    float: left;
    margin: 0 0 20px;
    padding: 0 0 20px;
    position: relative;
}

.tg-heading:before {
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background: #e6e6e6;
}

.tg-heading h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
}

.tg-dropdown,
.tg-login .tg-userbox .tg-btn {
    display: none;
}

.tg-login .tg-dropdown {
    display: block;
}

.tg-btndropdown {
    color: #000;
    outline: none;
    display: block;
    padding: 0 25px;
}

.tg-btndropdown img {
    float: left;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    margin: 12px 0 13px;
}

.tg-btndropdown span,
.tg-btndropdown i {
    float: left;
    font-size: 12px;
    line-height: 62px;
    text-transform: uppercase;
}

.tg-btndropdown span {
    padding: 0 10px;
    font-weight: 600;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.tg-dropdownusermenu {
    margin: 0;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    list-style: none;
    border-radius: 0;
    transform: translate(5%, 62px) !important;
    background: #757575a3;
    border: 1px solid rgba(255, 255, 255, .3);
}


.tg-dropdownusermenu li {
    width: 100%;
    float: left;
    line-height: inherit;
    list-style-type: none;
}

.tg-dropdownusermenu li a {
    display: block;
    color: white;
    padding: 0 20px;
    line-height: inherit;
}


.tg-dropdownusermenu li a:hover {
    background: transparent;
    color: #fee133 !important;
}


.tg-nav {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 0 140px;
    position: absolute;
    text-transform: uppercase;
    font: 500 13px/14px 'Montserrat', Arial, Helvetica, sans-serif;
    justify-content: center;
}

.search-items {
    text-align: left;
}


.search-items:hover {
    background-color: #edecec;
    color: #212529;
}


.desc {
    font-size: 12px;
    color: #777;
}

.ui-menu-item {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.btn-reverso {
    color: green;
    outline: none;
    border: none;
}

.rotated_reverse {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: transform 1s;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

.rotated_start {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform 1s;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

.floating-form {
    position: relative;
}
.floating-form .form-control {
    background: transparent;
    position: relative;
    /*  z-index: 50; */
}
.floating-form .form-control:focus, .floating-form .form-control:active, .floating-form .form-control:valid {
    outline: none !important;
    box-shadow: none !important;
}
.floating-form .form-control:focus + label, .floating-form .form-control:active + label, .floating-form .form-control:valid + label {
    transform: translateY(-40%);
    top: -2px;
    /* z-index: 100; */
    font-size: 12px;
}
.floating-form label {
    position: absolute;
    top: 50%;
    /* bootstrap > input > padding size */
    left: 0.75rem;
    /* z-index: 100; */
    font-size: 14px;
    transform: translateY(-50%);
    transition: all 0.3s;
    background: #fff;
    color: #afafaf;
}
.floating-form textarea + label {
    top: 1.275rem;
}

.process-model {
    list-style: none;
    padding: 0;
    position: relative;
    max-width: 600px;
    margin: 20px auto 26px;
    border: none;
    z-index: 0;
}
.process-model li::after {
    background: #e5e5e5 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    margin: 0 auto;
    position: absolute;
    right: -30px;
    top: 33px;
    width: 83%;
    z-index: -1;
}
.process-model li.visited::after {
    background: #379134;
}
.process-model li:last-child::after {
    width: 0;

}
.process-model li {
    display: inline-block;
    width: 18%;
    text-align: center;
    float: none;
    position: relative;
}
.nav-tabs.process-model > li.active > a, .nav-tabs.process-model > li.active > a:hover, .nav-tabs.process-model > li.active > a:focus, .process-model li a:hover, .process-model li a:focus {
    border: none;
    background: transparent;

}
.process-model li a {
    padding: 0;
    border: none;
    color: #606060;
}
.process-model li.active,
.process-model li.visited {
    color: #379134;
}
.process-model li.active a,
.process-model li.active a:hover,
.process-model li.active a:focus,
.process-model li.visited a,
.process-model li.visited a:hover,
.process-model li.visited a:focus {
    color: #379134;
}
.process-model li.active p,
.process-model li.visited p {
    font-weight: 600;
}
.process-model li i {
    display: block;
    height: 68px;
    width: 68px;
    text-align: center;
    margin: 0 auto;
    background: #f5f6f7;
    border: 2px solid #e5e5e5;
    line-height: 65px;
    font-size: 30px;
    border-radius: 50%;
}
.process-model li.active i, .process-model li.visited i  {
    background: #fff;
    border-color: #379134;
}
.process-model li p {
    font-size: 14px;
    margin-top: 11px;
}
.process-model.contact-us-tab li.visited a, .process-model.contact-us-tab li.visited p {
    color: #606060!important;
    font-weight: normal
}
.process-model.contact-us-tab li::after  {
    display: none;
}
.process-model.contact-us-tab li.visited i {
    border-color: #e5e5e5;
}


.waypoint-thread__point::before {
    display: inline-block;
    content: "";
    position: absolute;
    flex: 0 0 auto;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 2px solid #fee133;
    border: none;
    background: #fee133;
    order: 20;
    margin-left: -3px;
    margin-right: 16px;
    z-index: 5;
}

.waypoint-thread__point::after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    width: 3px;
    background: #fee133;
}

.waypoint-thread__point--start {
    margin-left: -28px!important;
    padding-bottom: 30px;

}

.waypoint-thread__point--end {
    margin-left: -28px!important;

}

.waypoint-thread__point--end:last-child::after {
    background: #671313;
    border: none;
    border-left: 3px solid white;
    display: block;
    content: "";
}

.waypoint-thread li {
    margin: 0;
    list-style: none;
    position: relative;
}

.waypoint-thread__point-address {
    order: 30;
    position: relative;
    top: -15px;
    margin-left: 25px;
    line-height: 20px;
    color: #7b7b7b;
}


.waypoint-thread__point-datetime {
    display:block;
    position: relative;
    top: -9px;
    margin-left: 25px;
}

.floating-select {
    top:0!important;
    background-color: white!important;
    font-size: 12px!important;
    font-weight: 400!important;
    margin-bottom: 0!important;
    /* z-index: 1000; */
}

.floating-date {
    top:-3px!important;
    background-color: white!important;
    font-size: 12px!important;
    font-weight: 400!important;
    margin-bottom: 0!important;
    /*  z-index: 1000; */
}


.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    height: 42px;
    padding: 10px 20px;
    line-height: 18px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #676767;
    line-height: 20px;
    padding-left: 0px;
}

.select2-results__option[aria-selected] {
    padding-left: 20px;
    list-style: none;
}

.select2-container--default .select2-results>.select2-results__options {
    border: none;
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #16AB39;
    font-weight: 600;
    color: white;

}

.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}

.select2-results__option[aria-selected=true] { display: none;}

.select2-container .select2-selection--single {
    border: 1px solid #e4e5e7;
    border-radius: 0.25rem;
}

.select2-dropdown {
    border-left: 1px solid #e4e5e7;
    border-right: 1px solid #e4e5e7;
    border-bottom: 1px solid #e4e5e7;
    border-radius: 0;
    margin-top: -5px;

}

.booking-wizard-booked__secure, .booking-wizard-contacts__pay-secure, .booking-wizard-ticket__secure-data {
    color: #00aa91;
    white-space: nowrap;
    display: flex;
    align-items: baseline;
    margin-left: auto;
}


.booking-wizard-booked__payment-list {
    padding: 0;
    list-style: none;
    margin: 0 -2px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.booking-wizard-booked__payment-type {
    margin: 0 2px;
}


.booking-wizard-booked__secure-entity {
    margin-left: 8px;
}

.booking-wizard-booked__payment-list li{
    list-style: none!important;
    margin-left: 15px;

}

.accordion-button {
    background-color: white!important;
    border-bottom: 1px solid #fee133;
    box-shadow: none!important;

}

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

.links {
    color:blue;
}

.links:hover {
    color: #5690ff;
}

.accordion-item {
    border:none!important;
}

.badge-info {
    color: #fff;
    background-color: #14b6ff;
}
.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.modal-container {
    max-height: 80vh;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 15px 30px 0 rgba(#000, 0.25);

}

.modal-container-header {
    padding: 16px 32px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-container-title {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
    font-weight: 700;
    margin-bottom:0;
}

.modal-container-title svg {
    width: 32px;
    height: 32px;
    color: #750550;
}

.modal-container-body {
    padding: 24px 32px 51px;
    overflow-y: auto;
}

.icon-button {
    padding: 0;
    border: 0;
    background-color: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    cursor: pointer;
    border-radius: 8px;
    transition: 0.15s ease;
}

.icon-button svg {
    width: 24px;
    height: 24px;
}

.icon-button:hover,
.icon-button:focus {
    background-color: #dfdad7;
}


.modal-container-footer {
    padding: 20px 32px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-top: 1px solid #ddd;
    gap: 12px;
    position: relative; }

.modal-container-footer:after {
    content: "";
    display: block;
    position: absolute;
    top: -51px;
    left: 24px;
    right: 24px;
    height: 50px;
    flex-shrink: 0;
    background-image: linear-gradient(to top, rgba(#fff, 0.75), transparent);
    pointer-events: none;
}


.form-check {
    padding-left: 1.6rem;

}

.list-group-item {
    margin-bottom: 5px;
}

.list-group-item-action:focus, .list-group-item-action:hover {
    background-color: #f3f3f3;
}

.tg-panel {
    width: 100%;
    float: left;
    padding: 25px 0;
    border-bottom: 1px solid #e6e6e6;
}

.tg-panel h4 {
    margin: 0;
    width: 100%;
    float: left;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    line-height: 60px;
    position: relative;
    padding: 0 10px;
    background-color: #f7f7f7;
    border-left: 10px solid #eee;
}

.tg-panelcontent {
    width: 100%;
    float: left;
    padding: 30px 0 0;
}

.tg-description {
    width: 100%;
    float: left;
}

.tg-description p, .tg-description li {
    margin-left: 20px !important;
    padding-right: 30px;
}

.text-list-number li {
    list-style: decimal;
}

.justifys {
    text-align: justify;
}

.dark-background:before {
    content: '';
    display: block;
    width: 100%;
    height: 550px;
    position: absolute;
    top: 0;
    left: 0;
    background-color:rgba(0, 0, 0, .3);
}

.nav-link {
    padding: 0px;
    margin-right: 15px;
    line-height: 22px;
    color:grey;
}

.nav-link.active {
    text-underline: grey;
    color: #ff7550;
    border-bottom: 1px dotted #c1bdbd;
}

.main-scheduler .sched_row {
    display: flex;
    column-gap: 10px;
    border-radius: 10px;
    row-gap: 10px;
}

.container .main-scheduler .sched_row {
    list-style: none;
    background-color: #f7f7f7;
    color: #FFFBFB;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 5px;
    flex-wrap: wrap;
}
li .sched_header .sched_trip {
    font-weight: 400;
    font-size: 18px;
    text-transform: none;
    color:#020202;
}

li .sched_header .sched_trip a{
    color:#020202;
}

li .sched_header .sched_trip a:hover{
    color:blue;
}

li .sched_header .sched_trip_price {
    color: #ff7400;
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
}

li .sched_header .sched_trip_race {
    color: #ff7400;
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
}

.sched_row li .sched_header {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    width: 350px;
}
.sched_row li .sched_item {
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 1px;
    box-shadow: 0px 0px 1px;
}
li .sched_item .sched_item_trip_price {
    font-size: 16px;
    font-weight: 500;
    color: #ff7400;
}
li .sched_item .sched_item_date {
    font-size: 12px;
    font-weight: 400;
    color: #8d8d8d;
}

li .sched_item .sched_item_time {
    font-size: 10px;
    font-weight: 400;
    color: #8d8d8d;
    line-height: 10px;
}

.sched_url:hover div.sched_item {
    border: 1px solid #ff7550;
}

li  .sched_trip_content {
    display: flex;
    justify-content: space-between;
}

.ui-menu-item .desc {
    margin-top:3px;
    display: block;
    line-height: 16px;
}

.accordion-frame {
    padding-right: 10px!important;
    padding-left: 10px!important;
}

.pay_method {
    width: 100%;
    float: left;
    list-style: none;
    align-items: center;
    display: flex;
    justify-content: space-between;
}