/* Variables */
:root{
    --main-primary-color:#e95420;
    --main-primary-text-color:white;
    --main-primary-border-color:var(--main-primary-color);
} 

.primary-text-color{
    color:var(--main-primary-color);
}

/* Dropdown Menu for FrontEnd */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
/* Headings for Info Display */
.primary-color{
    font-size: 115%;
    color: var(--main-primary-color);
} 

/* Remove these after working */
.myheading{
    font-family: 'Cabin', sans-serif;
    font-size: 28px;
}

.mysubheading{
    font-family: 'Cabin', sans-serif;
    font-size: 24px;
    margin-bottom: 5px;
}

/* Using */
.footer hr{
    width:85%;
    color:gray;
}
.footer {
    padding-top: 10px;
    margin-bottom:10px;
    background-color: var(--main-primary-color);
    color:var(--main-primary-text-color);
	border-radius:5px;
}
.bottomnav {
    padding: 15px;
    list-style-type: none;
    text-align: center;
}
.bottomnav ul { list-style-type: none;}
.bottomnav li {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px; 
}
.bottomnav a {
    text-decoration-style: none;
    color:white;
}
/* Disclaimer in footer */
.disclaimer{
    font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
    padding:10px;
    margin-bottom:10px;
    background-color: var(--main-primary-color);
    text-align: center;
}
.disclaimer p{
    color:white;
}
/* Carousel Main Captions etc */
.carousel-caption{
    background-color: var(--main-primary-color);
    padding-top:0px;
}
.carousel-caption h4,p {
    color:black;
}
/* Carouse Product/Service Caption */

/* For Display of Info */
.panel-heading h5{
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.panel-body {
    font-size: 14px;
}
/* Admin Panel */
.adminheader {
    color: var(--main-primary-text-color);
}

.thumbnail {
    padding-top:10px;
    margin-top:10px;
}
.thumbnail img{
    max-height: 150px;
    border:2px solid var(--main-primary-border-color);
}

.thumbnail .description{
    color: #a7ada7;
}

.price{
    font-weight:bold;
    font-size: 16px;
}

.error {
    border: 1px solid red;
    background-color: #ad8484;
    color: #7a0009;
}

.icon-delete {
    color:red;
}
.icon-edit {
    color: blue;
}

[hidden] {
    display: none !important;
}

.profile_tabs {
    padding-left: 5%;
    padding-top: 2.5%;
    padding-right : 5%;
}
/* Center Items in Navbar */
.navbar-brand {
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    top: 0;
    text-align: center;
    margin: auto;

  }
  .navbar-toggle {
    z-index: 3;
  }
  .nav.navbar-nav {
    /* float: none !important; */
    display: inline-block;
    margin: 0 auto;
  }

/* for Column in Banners */
.banner-img-responsive {
    margin: 0 auto;
}

/* For checkboxes - buybook */
.check
{
    opacity:0.5;
	color:#996;
}
.box{
    margin-bottom:5px;
}

/** For Thumbnails */

.featured {
    background: url("../img/featured.png") no-repeat scroll 0 0 transparent;
    width:200px;
    height:200px;
    position: absolute; /* Added Position */
    top: 0px; /* Added Top Position */        
    z-index: 2; /* Added Higher Z-Index Value from thumbnail div */
}

.popular {
    background: url("../img/popular.png") no-repeat scroll 0 0 transparent;
    width:200px;
    height:200px;
    position: absolute; /* Added Position */
    top: 0px; /* Added Top Position */        
    z-index: 2; /* Added Higher Z-Index Value from thumbnail div */
}

.latest {
    background: url("../img/latest.png") no-repeat scroll 0 0 transparent;
    width:200px;
    height:200px;
    position: absolute; /* Added Position */
    top: 0px; /* Added Top Position */        
    z-index: 2; /* Added Higher Z-Index Value from thumbnail div */
}

/** For Loaders */
.loader {
    border: 16px solid #e3e3e3;
    border-radius: 50%;
    border-top: 16px solid #e95420;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

#divloader {
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%; 
    margin-left: -150px;
    margin-top: -150px;
}

/** Testimonials */
/* Content */
.content {
    padding-top: 30px;
}

/* Testimonials */
.testimonials blockquote {
    background: #f8f8f8 none repeat scroll 0 0;
    border: medium none;
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    position: relative;
}

.testimonials blockquote::before {
    width: 0; 
    height: 0;
    right: 0;
    bottom: 0;
    content: " "; 
    display: block; 
    position: absolute;
    border-bottom: 20px solid #fff;    
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-bottom-style: inset; /*FF fixes*/
}
.testimonials blockquote::after {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #e63f0c transparent transparent transparent;
}
.testimonials .carousel-info img {
    border: 1px solid #f5f5f5;
    border-radius: 150px !important;
    height: 75px;
    padding: 3px;
    width: 75px;
}
.testimonials .carousel-info {
    overflow: hidden;
}
.testimonials .carousel-info img {
    margin-right: 15px;
}
.testimonials .carousel-info span {
    display: block;
}
.testimonials span.testimonials-name {
    color: #e6400c;
    font-size: 16px;
    font-weight: 300;
    margin: 23px 0 7px;
}
.testimonials span.testimonials-post {
    color: #656565;
    font-size: 12px;
}

/** FA-Star **/
.fa-star{
    color:var(--main-primary-color);
}

/** Highlight bookmark */
a.highlight {color: var(--main-primary-color);}