/* ========================================================================
 * Tutorial specific styling
 *
 * @see: css/default.css file for generic CSS
 * ========================================================================
 * Copyright 2015 Bootbites.com (unless otherwise stated)
 * For license information see: http://bootbites.com/license
 * ======================================================================== */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 200px;
  background: #fff;
  border: 1px solid #B20000;

  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  max-width: 200px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #B20000;
}

.pace.pace-inactive {
  display: none;
}

.loaderlogo {
  z-index: 2001;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  width: 161px;
  border: 0px;
}

.cover {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1999;
    background:rgb(255,255,255);
}
 
/* ==================================================
  Sticky
  ================================================== */
  
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #B20000;
}


 
.notify-badge{
	z-index: 500;
    position: absolute;
    right:10px;
    top:10px;
	height: 50px;
	width: auto;
    background: #B20000;
    text-align: center;
    border-radius: 100%;
    color:white;
    padding:5px 10px;
    font-size:20px;
	line-height: 10px;
}

.badge-price {
	font-family: 'Roboto Mono', monospace;	
	font-size: 20px;
	font-weight: bold;
	line-height: 15px;
    text-align: center;
}
  
.badge-text {
	font-family: 'Roboto Mono', monospace;	
	font-size: 10px;
	line-height: 15px;
	margin-top: 10px;
    text-align: center;
}

/* ------------------------------------------------- */


 /* ----------------------------------------- */

.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #B20000;
}	

button,
button:active,
button:focus, 
button:hover,
.btn,
.btn:active, 
.btn:focus, 
.btn:hover{   
    outline:none !important;
	box-shadow: none !important;
}

.product {
	color:#000000 !important;
	text-decoration:none !important;
}
.product:link {
	color:#000000 !important;
	text-decoration:none !important;
}
.product:visited {
	color:#000000 !important;
	text-decoration:none !important;
}
.product:hover {
	color:#B20000 !important;
	text-decoration:none !important;
}


.infolink {
	font-size: 16px;
	color:#000000 !important;
	text-decoration:none !important;
}
.infolink:link {
	color:#000000 !important;
	text-decoration:none !important;
}
.infolink:visited {
	color:#000000 !important;
	text-decoration:none !important;
}
.infolink:hover {
	color:#B20000 !important;
	text-decoration:none !important;
}


.zoom {
	position: relative;
	overflow: hidden;
}  
  
.zoom:hover img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.zoom img{
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.box-shadow {  
  box-shadow: 0 0px 0px 0 rgba(0,0,0,0);
  transition: box-shadow 0.3s ease-in-out;
}

.box-shadow:hover {  
  box-shadow: 0 0px 20px 5px rgba(0, 0, 0, 0.1);
}
  
.navbar-toggler,
.navbar-toggler:hover,
.navbar-toggler:active,
.navbar-toggler:focus
{
background:none !important;
border-color:none !important;
border: none; !important;
outline: 0; !important;
}

.whitetext {
  color: #fff !important;	
}

.redtext {
  color: #B20000 !important;	
}

.border-red {
	background: #ffffff;
	color: #000000;
	border-color: #ffffff !important;
	border-color:none !important;
	border: none; !important;
	outline: 0; !important;
	border-radius: 0;
}
.border-red:hover,
.border-red:focus,
.border-red.active {
	background: #B20000;
	color: #ffffff
}

.bg-dryline-red {
	background-color: #B20000;
}

h1,
h2,
.navbar-brand,
.footer,
.navbar-nav a {
  font-family: 'Roboto Mono', monospace;
}

.footer {
	color: #fff !important; 
}

h2 {
    margin: auto;
    position: relative;
    display: inline-block;
}
h2:after {
    content: '';
    background: #CCCCCC;
    width: 100%;
    height: 1px;
    display: block;
 
}
  
.sticky.navbar {
  border-radius: 0;
  padding-top: 20px;
  padding-bottom: 19px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sticky .show-is-sticky,
.sticky .show-not-sticky {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.sticky .show-not-sticky {
  opacity: 1;
  visibility: visible;
}
.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
}
.sticky.is-sticky.navbar {
  background-color: #B20000;
  padding-top: 10px;
  padding-bottom: 8px;
}
.sticky.is-sticky .show-is-sticky {
  opacity: 1;
  visibility: visible;
}
.sticky.is-sticky .show-not-sticky {
  opacity: 0;
  visibility: hidden;
}
