
.header {
    background-color: #fff;
    box-shadow: 0 1px 4px #a8a5a3;
    z-index: 1000;
    position: relative;
	padding: 15px 200px;
}

.header img {
	margin-right: 100px;
}

.content {
	padding-top: 50px;
	font-size: 20px;
    line-height: normal;
}

.section {
	margin-bottom: 50px;
}

.search {
    font-weight: 400;
    color: #333;
    background-position: 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    outline: none;
    padding: 4px 0 4px 48px;
    border: 1px solid #dedede;
    transition: width .6s ease-in-out;
    height: 40px;
    background-color: #fff;
    border-radius: 32px;
    min-width: 300px;
    max-width: 300px;
}

.info {
	min-height: 200px;
}

.title {
	font-size: 32px;
}

.subtitle {
	font-size: 26px;
}

/*

OLD STYLES

*/


.slides
{
    text-align: center;
}

.bottle{
    position: relative;
    display: inline-block; /* Make the width of box same as image */
	min-height: 440px;
}
.bottle .text{
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 66%; /* Adjust this value to move the positioned div up and down */
    text-align: center;
    width: 32%; /* Set the width of the positioned div */
    color: #fff;
    word-break: break-word;
}

.bottle .next{
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 200;
    right: 0;
    top: 50%; /* Adjust this value to move the positioned div up and down */
    text-align: center;
    width: 10%; /* Set the width of the positioned div */
	cursor: pointer;
}

.bottle .prev{
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 0;
    right: 200;
    top: 50%; /* Adjust this value to move the positioned div up and down */
    text-align: center;
    width: 10%; /* Set the width of the positioned div */
	cursor: pointer;
}

.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  
  border-left: 50px solid #900;
}

.arrow-left {
  width: 0; 
  height: 0; 
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent; 
  
  border-right:50px solid #900; 
}

.controls
{
  width: 600px;
  margin: 0 auto;
  text-align: center;
}

.checked {
  color: orange;
}

i.fas
{
    font-size: 3em;
}

@media all and (min-width:960px) and (max-width: 1024px) 
{
  
    i.fas
    {
        font-size: 5em;
    }
  
}













/*

	Signin/signup dialog

*/

#dialog-overlay {
	background: #000;
	bottom: 0;
	display: none;
	height: 100%;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	opacity: 0.75;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 99998;
}

.dialog-popup {
	background: none repeat scroll 0 0 #CCCCCC;
	border: 2px solid #222222;
	border-radius: 3px 3px 3px 3px;
	font-family: Verdana,Geneva,sans-serif;
	padding: 10px;
	display: none;
	left: 50%;
	position: fixed;
	top: 50%;
	z-index: 99999; 
}

.dialog-popup .close-button {
	float: right;
	margin: -26px -26px 0 0;
}

.dialog-popup form fieldset {
	border: medium none;
	padding: 0;
}

.dialog-popup form fieldset label {
	display: block;
	font-size: 1.2em;
}

.dialog-popup form fieldset label span,
.dialog-popup form fieldset label input,
.dialog-popup form button,
.dialog-popup form a {
	display: block;
	margin-bottom: 10px;
}

.dialog-popup form fieldset label input {
	background: none repeat scroll 0 0 #EEEEEE;
	border-color: #FFFFFF #DDDDDD #DDDDDD #FFFFFF;
	border-radius: 3px 3px 3px 3px;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	padding: 6px 6px 4px;
	width: 200px;
}

.dialog-popup form button.submit {
	border-color: #000000;
	border-radius: 3px 3px 3px 3px;
	border-width: 1px;
	cursor: pointer;
	margin-top: 10px;
	padding: 6px 6px 4px;
	width: 200px;
}

.dialog-popup form button.submit:hover {
	background-color: #E0E0E0;
}    

#forgot-password-link {
	color: #00AE00;
	font-size: 0.7em;
	text-align: center;
	text-decoration: none;
	width: 200px;
}