/*
 * Start Bootstrap - Business Frontpage (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */
.navbar-inverse {
	background-color:#ae032f;
	border-bottom: 0

}

.btn-group-lg>.btn, .btn-lg {
	border-radius: 0;
	border: 0;

}

h1, h2, h3, h4, h5, a.btn, .basket {
    /*font-family: 'Merriweather',Georgia,"Times New Roman",serif;*/
}

.err {
	color: red;
	font-size: 12px;
	font-style: italic;
}

.red {
	color: #b20000;
}

.business-header {
    background: #b60f1d url(../images/banner1920x400.jpg) center center no-repeat;
    min-height: 400px;
    -webkit-background-size: cover;
    -moz-background-size: 100%;
    background-size: cover;
    -o-background-size: cover;
}

/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
}

.img-center {
    margin: 0 auto;
}

p {
    font-size: 18px;
    color: #555555;
    line-height: 32px;
    font-weight: 300;
    margin: 0 0 10px;
    text-align: justify;
}

footer {
    margin: 20px 0;
    font-size: 12px;
}

footer p {
	font-size: 12px;
	line-height: 15px;
}

#overlay {
position : absolute;
top      : 0;
left     : 0;
width    : 100%;
height   : 100%;
z-index  : 1000000;
display  : none;
} 
#overlay-back {
position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
#dvLoading {
padding: 20px;
background-color: #fff;
border-radius: 10px;
height: 150px;
width: 500px;
position: fixed;
z-index: 1000;
left: 50%;
top: 60%;
margin: -250px 0 0 -250px;
text-align: center;
display: none;
}

