/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 2, 2018, 11:15:03 AM
    Author     : kritsite
*/

/* For Loading Tranfer Page*/
@import url('https://fonts.googleapis.com/css?family=Major+Mono+Display|Quicksand');

.isloading-wrapper.isloading-right{margin-left:10px;}
.isloading-overlay{position:relative;text-align:center;}.isloading-overlay .isloading-wrapper{background:#FFFFFF;-webkit-border-radius:7px;-webkit-background-clip:padding-box;-moz-border-radius:7px;-moz-background-clip:padding;border-radius:7px;background-clip:padding-box;display:inline-block;margin:0 auto;padding:10px 20px;top:10%;z-index:9000;}

.section-bg{
    background: #313131;
}
.footer{
    padding: 60px 0 0px;
}
.shadow-text{
    text-shadow: black 0.1em 0.1em 0.2em
}
.h300{
    height: 400px;
}
.h300 .non-homepage .hero-content{
    padding: 30px;
    margin-top: inherit;
}
.header-box-transprent .ts-main-menu .nav-menu > li:first-child a{
    padding-left: 10px;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #d0d0d0;
}
.list-of-route{
    font-size: 16px;
    color: #6d6d6d;
}
.table td, .table th{
    padding: .40rem;
}
footer h6{
    color: #ffffff;
}
/* logo homepage only */
 
header .navigation-landscape .header-logo img{
    /* max-width: 130%; */
    max-width: 200px;
    margin-left: -75px;
    filter: brightness(0) invert(1);
}
header .navigation-landscape .header-logo img:hover{ 
    filter: none; 
}




.nav-toggle{
    width: 0px;
    padding: 0;
}
.slogan h5{
    font-family: 'Quicksand', sans-serif;
    font-size: 25px;
}
h3{
    font-family: 'Quicksand', sans-serif;
    font-size: 25px;
    font-weight: bold;
}
.slogan h5{
    color: white;
    display: inline-block;
    background-size: 120% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    background-image: linear-gradient(25deg, #4db848, #fdc016, #41a3d4);
    /*animation: .20s shake infinite alternate;*/ 
    animation: tada 0.82s cubic-bezier(.36,.07,.19,.97) both;
}
.payment_info_layout {
    border: 1px solid gray;
    padding: 10px;
    border-style: dotted;
    background-color: #f9f9f9;
}
.addtocard {
    padding-bottom: 10px;
    border-bottom: solid #ef6621;
}
.addtocard img {
    width: 48px;
}
@media (max-width: 767px){
    .nav-header{
        width: 95% !important;
    }
    .nav-menu .shadow-text{
        text-shadow: none;
    }
    .nav-menu > li > a:hover {
        color: #007bff !important;
    }
}
