﻿/*The Gradient Bar on slideshow will not show as gray on right*/
.carousel-control.right {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, .0001) 100%);
}

/*The Gradient Bar on slideshow will not show as gray on left*/
.carousel-control.left {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, .0001) 100%);
}

.pp_nav .currentTextHolder {
    visibility: hidden;
}

/*Position of Logo in middle of page
.navbar-header {
    float: none;
    text-align: center;
}*/

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
   	font-family: 'Franchise Bold';
	font-weight: normal;
	color: #f89225;
	font-size: 22px;
	letter-spacing: 1px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	font-family: 'Franchise Bold';
	font-weight: normal;
	color: #f89225;
	font-size: 22px;
	letter-spacing: 1px;
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    text-align: center;
    display: block ruby !important;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    max-width: 100% !important;
}

.bg {
    /* The image used in the background to deliver a full page image */
    background-color: white;
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*.MainWebsiteBackground {
    background-image: url("/images/clouds.jpg");
    background-repeat: repeat-y;
    background-repeat: repeat-x;
 
}*/

.product-description h4.title-price a {
    color: #687074;
    text-transform: capitalize;
}

input[type="date"] {
    line-height: 15px;
}


@media screen and (max-width: 767px) {
    #myMenu1_Menu1, .lower-menu-container {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    #myMenu12_Menu1 {
        display: none !important;
    }
}

.carousel {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}


@media screen and (max-width: 768px) {
.HeaderLogoSection {
	margin-top: 0px;
}
}


.illustration-v2 .product-img {
    position: relative;
    border-style: solid;
    border-radius: 14px;
    border-color: #104e97;
}


@media screen and (max-width: 768px) {
.menu-section {
    min-height: 20px;
}
}

.carousel {
    margin-left: 10px;
    margin-right: 10px;
}

.carousel-indicators {
    text-align: center;
    list-style: none;
    visibility: hidden;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
}

.form-group {
    margin-bottom: 0px;
}


.modal-content {
    Margin-top: 160px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}


.navbar-collapse {
    max-height: 1000px !important;

}


.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bf0d3e;
    outline: 0;
font-size:16px;
padding-top:5px;
padding-bottom:5px;
}

.container {
    width: 95%;
    max-width: 1900px;
}



@media screen and (max-width: 1024px) {
    .container {
        /*width: auto;
        padding-right: 5px;
        padding-left: 5px;*/
    }
}


.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}


.navbar-toggle {
    padding: 10px 5px;
margin-right:30px;
float:right !important;
}

.input-group {
    position: relative;
    display: flex;
    border-collapse: separate;
}

@media print {
    body {
        -webkit-print-color-adjust: exact;
    }

    .noprint {
        display: none !important;
    }
}


.input-group-addon:first-child {
    border-right: 0;
    width: 40px;
}

  .navbar {
    border-radius: 0px !important;
  }

.navbar-default {
	background-color: #24b371 !important;
	border-color: #24b371!important;
}


@media (max-width: 767px) {
        .custom-center-on-small {
            text-align: center !important;
        }
    }

.caret {
	display: none;
}

@media (max-width: 767px) {
        .logo-center-on-small {
padding-top:30px;            
text-align: center !important;
        }
    }

.input-group-addon, .input-group-btn, .input-group .form-control {
  top: 0px !important;
  }