@font-face {
	font-family: myFont;
	src: url(../font/Zapf_Chancery_Demi_BT.ttf);
}

body {
	background-color: #331C1C;
}

header {
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	padding-bottom: 20px;
}

nav {
	background-image: url(../images/bg.png);
	background-repeat: repeat;
}

section {
	background-image: url(../images/bg.png);
	background-repeat: repeat;
}

.important-font {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 17px;
}

.simple-font {
	font-family: Georgia, Serif;
	font-size: 17px;
}

.font-size-15 {
	font-size: 15px;
}

h1, h2, h3, h4 {
	font-family: myfont;
}

.bold {
    font-weight: bold;
}

.begie {
	color: beige;
}

.text-justify {
	text-align: justify;
}

.text-center {
	text-align: center;
}

.navbar-brand {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

/* Logo and moto */

.top {
	padding-top: 3%;
}

#logo {
	height: 160px;
	margin: 0 auto;
}

.moto {
	padding-top: 5%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-size: 25px;
	color: #331C1C;
}


/*
	NAVIGATION
*/

.navbar {
	margin-bottom: 0;
	border-radius: 0;
}


/*
	SECTION - HOME
*/


.main-image img {
	margin-top: 5px;
	max-width: 100%;
	max-height: 100%;
}

/*
	SECTION - DESCRIPTION
*/
#desc-banner {
	width: 100%;
}

#col-descr-banner {
	padding-left: 0;
	padding-right: 0;
	box-shadow: 10px 10px 10px black;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-left: 2px solid;
}

.descr {
	float: left;
	background-color: beige;
	line-height: 22px;
	box-shadow: 10px 10px 10px black;
	border: 2px solid;
	margin-bottom: 30px;
}




/*
	FRUITS
*/
.fruits {
	margin-bottom: 30px;
	background-color: beige;
	box-shadow: 10px 10px 10px black;
	line-height: 22px;	/* spacing between lines */
}

.img-fruit {
	width: 100%;
}

.col-img-fruit {
	padding: 0;
}

.fruit-list {
	list-style-type: none;
	padding-left: 0;
}

/*
	JUICES
*/
.jucie-fruits-left {
	box-shadow: 10px 10px 10px black;
	border: 2px solid;
	margin-bottom: 30px;
	background-color: #331C1C;
}

.juices-list {
	text-align: left;
}

.juices-list > ul {
	list-style-type: none;
}

.juices-list > ul > li{
	cursor: pointer;
}

.juices-list > ul > li:hover{
	text-decoration: underline;
}

.img-juice-juice {
	width: 100%;
	box-shadow: 10px 10px 10px black;
	border: 2px solid;
}

.juice-prize {
	height: 80px;
	margin-right: 10px;
}
/*
	SPIRITS & LIQUORS
*/
.liquor-heading {
	margin-left: 20px;
}

.img-spirit-spirit {
	width: 80%;
	box-shadow: 10px 10px 10px black;
	border: 2px solid;
}

/*
	OTHER
*/
.other {
	background-color: beige;
	box-shadow: 10px 10px 10px black;
	border: 2px solid;
	padding-bottom: 20px;
}


.other-img {
	width: 100%;
}

#cider {
	margin-top: 15%;
}

#m-vilj{
	margin-left: 16px;
}

.other > * > img {
	box-shadow: 10px 10px 10px black;
}
#cider {
	box-shadow: none;
	border: none;
}

/*
	PRIZES
*/
.prizes-img {
	width: 100%;
	margin: 0 auto;
	margin-left: 10px;
	box-shadow: 10px 10px 10px black;
}


/*
	CONTACT
*/
#contact-img-instr {
	width: 100%;
	max-height: 480px;
}


/*
	FOOTER
*/
footer {
	background-color: #331C1C;
	color: white;
	padding: 15px;
	bottom: 0;
}

.heading {
	font-family: myFont;
	font-style: italic;
	color: beige;
}

#footer-info > ul > li {
	list-style-type: none;
}

#footer-info > ul > li:after {
	content: '\A';
	white-space: pre;
}

.banner {
	height: 70px;
	width: auto;
}

#textFreshFruits {
	margin-top:20px;
	display:block;
	float: right;
}

#imgFreshFruits {
	width: 70px;
	float: right;
}

.contact-address {
	text-align: center;
}

¸/* Bootstrap fix */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	color: green;
	background-color: transparent;
}

.navbar-default .navbar-nav > li > a:hover {
	color: white;
}

/*
	OTHER
*/
.vcenter {
    display: inline-block;
    vertical-align: middle;
}

.no-padding-left {
	padding-left: 0;
}

.no-padding-right {
	padding-right: 0;
}

.no-padding {
	padding: 0;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-bottom-50 {
	margin-bottom: 50px;
}

.heading-4 {
	margin-left: 10px;
}

.no-margin-left {
	margin-left: 0;
}
