/* FONTS*/

@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import '../fonts/font-awesome-4.7.0/css/font-awesome.min.css';


html {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
}
a, button {
    text-decoration: none;
    cursor: pointer;
}
a {
    color: inherit;
}
a:hover,
a:active,
a:focus {
    color: red;
    outline: none !important;
    text-decoration: unterline;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.form-control::-webkit-input-placeholder {
    /*color: #e3ae57;*/
    opacity: 1;
}
.placeholder-fix:focus::-webkit-input-placeholder  {color:transparent !important; }
.placeholder-fix:focus::-moz-placeholder   {color:transparent !important;}
.placeholder-fix:-moz-placeholder   {color:transparent !important;}
.form-control:focus{

}
textarea:focus,textArea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
    border-color: none;
    box-shadow: none !important;
    outline: 0 none;
    border-color: #000 !important;
}
input[type="file"]:focus, input[type="checkbox"]:focus, input[type="radio"]:focus {
    outline: none;
    outline-offset: unset;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button:active,
button:focus {
    outline: none !important;
    text-decoration: none;
}


/* typography */

body {
	color: #000000;
	/*background-color: #fff;*/
    background-color: #f4e120;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 200;
	line-height: 20px;
	width: 100%;
}
* {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6,p {
    margin-top: 0;
    margin-bottom: 10px;
}
h1 {
    font-size: 27px;
}
legend {
    font-size: 18px;
    padding: 7px 0;
    color: #000000;
}
.breadcrumb {
    border-left: 3px solid #65b930;
    border-radius: 0;
}
/*button*/
.btn-custom {
    border: 1px solid #000;
    color: #000;
    padding: 3px 8px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: -2px;
}
.btn-custom:focus, .btn-custom:hover {
    background-color: transparent;
    color: #65b930;
    text-decoration: none;
    border-color: #65b930;
}
.tv-read-more {
    border: 1px solid #ff3900;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding: 2px 5px;
    text-transform: capitalize;
    background-color: #ff5a09;
}
.tv-read-more:hover {
    color: #ffffff;
    border-color: #65b930;
}
/*top head*/
#tv-top {
    background-color: #a3000e;
    border-bottom: 1px solid #e2e2e2;
    color: #ffffff;
    margin: 0 0 40px;
    min-height: 40px;
    padding: 10px 0;
    letter-spacing: 1px;
}
header {
    margin-bottom: 40px;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
}
#tv-top .dropdown-menu {
    border-radius: 0;
    margin-top: 10px;
}
#tv-top .dropdown-menu a {
    color: #000;
    padding: 5px 15px;
    text-shadow: none;
}
#tv-top .dropdown-menu a:hover {
    background: transparent none repeat scroll 0 0;
    color:#65b930;
}
.tv-inline-form form{
    display: inline-block;
}
.tv-inline-form form + form {
    margin-left: 15px;
}
.tv-top-social-link li {
    display: inline-block;
}
.tv-top-social-link li + li {
    margin-left: 10px;
}
.tv-top-social-link li > a {
    border: 1px solid;
    color: #000;
    display: inline-block;
    font-size: 14px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    width: 28px;
}
.tv-top-social-link li > a:hover, header .currency-select:hover, header .language-select:hover {
    color: #65b930;
    text-decoration: none;
}
#form-currency .btn-group > .btn-link, #form-language .btn-group > .btn-link {
    border-color: #000;
}
#form-currency .btn-group > .btn-link:hover, #form-language .btn-group > .btn-link:hover {
    border-color: #65b930;
}
header .dropdown-menu {
    border-radius: 0;
}
header .currency-select, header .language-select {
    color: #000000;
    padding: 5px 15px;
    text-align: left;
    text-decoration: none;
}
.tv-remove-lr-padd {
    padding-left: 0;
    padding-right: 0;
}
/*navigation*/
#menu {
    background-color: #a3000e;
    border: medium none;
    border-radius: 0;
    min-height: 40px;
}
.navbar-nav > li > a {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 15px 10px;
}
.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
    color: #edb904;
    text-decoration: none;
}
.tv-banner-slider {
    margin-bottom: 40px;
}
#menu.navbar {
    margin-bottom: 0;
}
/*cart*/
#cart .dropdown-menu li > div {
    min-width: 300px;
    padding: 0 10px;
}
#cart .shopping-cart::after {
    background-repeat: no-repeat;
    content: "";
    height: 24px;
    left: 20%;
    position: absolute;
    top: 7px;
    width: 24px;
}
#cart > button > i {
    color: #65b930;
    font-size: 24px;
}
.tv-cart-btn {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    vertical-align: middle;
}
.tv-cart-btn > span {
    font-size: 14px;
    letter-spacing: 0.8px;
    margin-left: 5px;
}
.btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.btn-danger {
    background-color: #000000;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #000000;
    border-radius: 0;
    color: #ffffff;
    font-size: 14px;
    text-shadow: none;
}
.btn-danger:hover {
    background-color: #ffffff;
    border-color: #000000;
    color: #000000;
}
/*adv block*/
.tv-padd-50 {
    padding: 50px 0;
}
.full_bannerhome {
    background-image: url("../images/tirupati-tour-package.png");
    position: relative;
}
.full_bannerhome:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
    right: 0;
}
.higher-z-index {
    position: relative;
    z-index: 2;
}
.full_bannerhome h1 {
    border-left: 3px solid #65b930;
    color: #ffffff;
    font-size: 26px;
    margin: 0;
    padding-left: 20px;
    display: inline;
}
.full_bannerhome p {
    color: #e4e4e4;
    font-size: 15px;
}
.tv-margintb {
    margin: 30px 0;
}
.paddingtb-lg {
    padding: 40px 0;
}
.dark {
    background-color: #343738;
    color: #e4e4e4;
}
.full_bannerhome .btn-link {
    background-color: #65b930;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.full_bannerhome .btn-link:hover {
    background-color: #223843;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.5px;
}
/*spacing value*/
.tv-offspace-8 {
    margin-top: 8px;
}
.tv-offspace-60 {
    margin-top: 20px;
}
.tv-offspace-40 {
    margin-top: 40px;
}
.tv-offspace-30 {
    margin-top: 0px;
}
/*tabing product*/
.tv-pro-tab {
    border-bottom: none;
}
.tv-pro-tab li + li {
    margin-left: 30px;
}
.tv-pro-tab li a {
    color: #ffffff;
    border-radius: 0;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 0;
    text-shadow: 0 0 0;
    text-transform: uppercase;
}
.tv-pro-tab > li.active > a, .tv-pro-tab > li.active > a:focus, .tv-pro-tab > li.active > a:hover, .tv-pro-tab > li > a:hover, .tv-pro-tab > li > a, .tv-pro-tab > li > a:focus {
    background-color: rgba(0,0,0,0);
    border: none;
}
.tv-pro-tab li a:hover, .tv-pro-tab li.active a, .tv-pro-tab li.active a:hover, .tv-pro-tab > li.active > a, .tv-pro-tab > li.active > a:focus {
    color: #65b930;
}

/*effect*/
.beffect ul li {
        font-size:16px;
        line-height:20px;
        padding-bottom:10px;
        text-align:justify;
}

.beffect {
    position: relative;
}
.beffect a::before {
    background: rgba(99, 185, 49, 0.4);
    bottom: 0;
    content: "";
    left: 51%;
    opacity: 1;
    position: absolute;
    right: 50%;
    top: 0;
}
.beffect a::after {
    background: rgba(99, 185, 49, 0.4);
    bottom: 50%;
    content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
}
.beffect a:hover::before {
    left: 0;
    opacity: 0;
    right: 0;
    transition: all 900ms ease-in-out 0s;
}
.beffect a:hover::after {
    bottom: 0;
    opacity: 0;
    top: 0;
    transition: all 900ms ease-in-out 0s;
}

/*carousel*/
.carousel-indicators .active {
    background-color: #65b930;
    height: 4px;
    margin: 0;
    width: 140px;
    border: none;
}
.carousel-indicators li {
    width: 140px;
    height: 4px;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    margin: 0 10px;
}
/*info block*/
.tv-product-view {
    margin-bottom: 40px;
}
.tv-product-view-inner {
    border: 1px solid #000;
    border-radius: 6px;
    padding: 10px;
}
.tv-product-view-wrapper .tv-right {
    min-width: 111px;
}
.tv-left, .tv-right {
    display: table-cell;
    vertical-align: middle;
}
.tv-bold {
    font-weight: 600;
}
h5 {
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.spackages {
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
}
p {
    /*color: #666;*/
    font-size: 16px;
    letter-spacing: 0.8px;
}
/*featured product*/
.tv-title-background {
    background-color: #a3000e;
}
.tv-title {
    color: #ffffff;
    padding: 12px 0 12px 15px;
}
.tv-title h2 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
}
.price {
    font-size: 16px;
}
.price-new {
    color: #ff3900;
    font-size: 19px;
    font-weight: 600;
}
.product-thumb .price-old {
    /*color: #999;*/
    margin-left: 10px;
    text-decoration: line-through;
}
.product-thumb .price-tax {
    color: #999;
    display: block;
    font-size: 14px;
}
.caption h4 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}
.caption p {
    color: #4c4c4c;
}
.menufacture ~ a {
    color: #65b930;
    font-weight: 600;
    letter-spacing: 2px;
}
.product-thumb button {
    background-color: transparent;
    border: 2px solid #ff3900;
    border-radius: 6px;
    font-size: 14px;
    padding: 4px 10px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    background-color: #ff5a09;
}
.product-thumb button + button {
    margin-left: 5px;
}
.product-thumb button:hover {
    background-color: #ff5a09;
    color: #ffffff;
    border-color: #a3000e;
}
.product-thumb a:hover {
    color: #ffffff;
}
/*product listing page*/
#product-category h2, #product-search h1 {
    font-size: 22px;
    margin-top: 0;
}
p {
    color: #333;
}
h3 {
    font-size: 21px;
}
.tv-refine-text li {
    margin-top: 5px;
    margin-bottom: 5px;
}
.tv-refine-text a {
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    padding: 3px 10px;
}
#list-view {
    margin-right: 8px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 14px;
}
.btn-default {
    background-color: #000000;
    background-image: none;
    background-repeat: no-repeat;
    border-color: #000000;
    border-radius: 0 !important;
    box-shadow: none;
    color: #ffffff;
    text-shadow: none;
}
.btn-default:hover, .btn-default:focus {
    background-color: #65b930;
    border-color: #65b930;
    color: #ffffff;
}
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    background-color: #65b930;
    border-color: #65b930;
    box-shadow: none;
    color: #ffffff;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}
.btn-link:focus, .btn-link:hover {
    background-color: transparent;
    color: #65b930;
    text-decoration: none;
}
.input-group .input-group-addon {
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
}
.input-group select.form-control {
    -moz-appearance: none;
    border: 1px solid #000000;
    border-radius: 0;
    color: #000000;
    font-size: 14px;
    height: 30px;
}
.input-group select::before {
    content: "";
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
}
.select::before {
    color: #000000;
    content: "";
    font-family: "FontAwesome";
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 9;
}
#compare-total {
    padding-left: 0;
}
.product-thumb {
    display: block;
    height: auto;
    margin-bottom: 20px;
}
.product-thumb .image {
    display: block;
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.product-thumb .image a {
    display: block;
}
/*product list*/
.product-list .product-thumb .image {
    float: left;
    padding: 0 30px 0 0;
}
.product-list .product-thumb .image {
    width: auto;
}
.product-list .product-thumb .caption {
    margin-left: 230px;
}
.product-layout.product-list {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 20px;
}
.product-layout.product-list:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.list-group-item.cat-heading, .list-group-item.cat-heading:hover, .list-group-item.cat-heading:focus, .panel-default > .panel-heading {
    background-color: #65b930;
    border-color: rgb(101, 185, 48) #65b930;
    border-radius: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
}
.list-group a {
    border: none;
    color: #888888;
    padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    background: rgba(255,255,255,1);
    border-color: #dddddd;
    color: #65b930;
    text-shadow: none;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    background: rgba(255,255,255,1);
    text-decoration: none;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #65b930;
    border-color: #65b930;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #65b930;
    border-color: #65b930;
}
.list-group-item:last-child {
    border-bottom: 3px solid #dddddd;
    border-radius: 0;
}
/*single product*/
#product-product h1 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 10px;
    margin-top: 20px;
}
#product-product h2 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
}
#product-product ul {
    margin-bottom: 10px;
}
#product-product #content .btn-group button {
    background-color: #000;
    background-image: none;
    border-color: #D6DBDE;
    border-radius: 0;
    color: #fff;
}
#product-product #content .btn-group button:hover {
    background-color: #65b930;
}
#product-product li {
    color: #000;
    font-size: 13px;
}
.menufacture {
    float: left;
    width: 120px;
}
div.required .control-label::before {
    color: #f00;
    content: "* ";
    font-weight: bold;
}
.control-label {
    float: left;
    margin-right: 25px;
}
label {
    font-size: 12px;
    font-weight: normal;
}
#product label {
    clear: both;
    display: block;
}
.btn-primary {
    background-color: #65b930;;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #65b930;;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    font-size: 14px;
    text-shadow: none;
}
.btn-primary.focus, .btn-primary:focus {
    background-color: #000000;
    border-color: #000000;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #000000;
    border-color: #000000;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #000000;
    border-color: #000000;
}
.btn-lg {
    font-size: 15px;
    padding: 10px 16px;
}
#button-cart {
    background-color: #000;
    background-image: none;
    border: 1px solid #000;
    border-radius: 0;
    box-shadow: none;
    width: 130px;
}
#button-cart:hover {
    background-color: #65b930;
    border: 1px solid #65b930;
}
.alert {
    background-color: #fff;
    border-color: #000000;
    border-radius: 20px;
    color: #65b930;
    padding: 8px 14px;
    font-size: 14px;
}
.thumbnails li:first-child .thumbnail{
    padding-top: 25px;
    padding-bottom: 25px;
}
.thumbnail {
    border-radius: 0;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #65b930;
}
#product-product .nav-tabs {
    border-bottom-color: #65b930;
}
#product-product .nav-tabs > li > a {
    border-radius: 0;
    font-weight: 600;
}
#product-product .nav-tabs > li.active > a, #product-product .nav-tabs > li.active > a:focus, #product-product .nav-tabs > li.active > a:hover {
    background-color: #65b930;
    color: #ffffff;
}
/*owl carousel*/
#gallery_01 .owl-prev, #gallery_01 .owl-next {
    background-color: #65b930;
    color: #fff;
    padding: 5px 7px 5px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    width: 25px;
}
.owl-next {
    right: 0;
}
#gallery_01 .owl-item .thumbnail {
    margin-bottom: 0
}
/*cart*/
#checkout-cart {
    font-size: 13px;
}
#checkout-cart h1 {
    margin-top: 20px;
    font-size: 24px;
}
.table-bordered {
    border-color: #ffffff;   
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-color: #ffffff;
}
a.accordion-toggle:hover, a.accordion-toggle:focus {
    color: #ffffff;
}
.form-horizontal .control-label {
    color: #000000;
    text-align: left;
}
h2 {
    font-size: 22px;
}

/*footer*/
.tv-footer-bg {
    background-color: #a3000e;
}
footer {
    padding: 40px 0 20px 0;
    color: #ffffff;
}
.row.tv-footer-block > div {
    margin-bottom: 20px;
}
footer h5 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
footer ul > li + li {
    margin-top: 10px;
}
footer ul > li > a{
    font-size: 15px;
    letter-spacing: 0.5px;
}
.copyright {
	font-size: 15px;
	letter-spacing: 1px;
	margin-top: 10px;
}
.copyright a {
    color: #65b930;
}
.copyright a:hover {
    color: #ffffff;
}
