/* GLOBAL */

* {
	margin: 0;
	padding: 0;
}

body {
		/* font-family: 'Source Sans Pro', sans-serif; */
		font-family: 'KoHo', 'Source Sans Pro', sans-serif;
		color: #5d5d5d;
		line-height: 1.5em;
		background-color: #f0f2ef;
}

p{
	margin-bottom: 20px;
}

.nav-news {
	display: none;
}

/****** NORMAL VIEW (above 800px) ******/

/* HEADER */

	.header-top{
		background: url('../images/header-bg-top-800.png') no-repeat;
		padding-bottom: 45px;
		/*background-repeat: no-repeat;*/
		/*background-size: 100% 100%;*/
		background-position: rigth;
		/*background-size: cover;*/
		/*text-align: right;*/
	}

	.thfd-header-logo {
	    position: relative;
	    top: 2em;
	    left: 2em;
	}

	.slogen{
		text-align: right;
		margin-right: 1em;
		font-size: 1.8em;
		font-style: italic;
		color: #189b0f;
	}

/* NAVIGATION */

	.navbar-inside{
		/*background: #9dce68;*/
		background: url('../images/menu-bg.png');
		padding-top: 20px;
		padding-bottom: 10px;
		display: flex;
		justify-content: center;
	}

	.navbar-center {
		background-color: #397707;
		/*background-color: #57a517;*/
		border-top-left-radius: 25px;
		border-bottom-left-radius: 25px;
		padding: 8px;
		padding-left: 30px;
		text-align: center;
	}

	.navbar-center li{
		list-style: none;
	}

	.navbar-center-container{
		width: 280px;
	}

	.navbar-link a{
		text-decoration: none;
		color: #fcfcfc;
		letter-spacing: 0.2em;
		line-height: 1.8em;
	}

	.navbar-link a:hover{
		font-weight: 700;
	}

	.menu-image img{
		width: 556px;
	}
	.page-container{
		max-width: 1300px;
		background-color: #fff;
		margin: 0 auto;
	}

	.navbar-toggle {
		display: none;
	}

	.active{
		font-weight: 700;
	}

/* LEFT-SIDE CONTENT (Container) */

	.container{
		display: flex;
		padding: 30px 0;
		margin: 0 5%;
		justify-content: space-between;
	}

	.container-part1{
		padding-right: 30px;
	}

	.container-part1 h1{
		margin-bottom: 1.5em;
	}


/* RIGHT-SIDE CONTENT - NEWS TEXT DECORATION */

	.container-part2 h1{
		/* background-color: #9ECE68; */
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
		margin-bottom: 30px;
		padding: 10px 5px;
	}

	.container-part2 h3{
		color: #189b0f;
		font-size: 1em;
		font-weight: 200;
	}

	.container-part2 p{
		font-size: 0.9em;
		width: 300px;
		display: inline;
	}

	.container-part2 hr{
		margin: 20px 0;
		border: 0;
    	height: 0;
   		border-top: 1px solid rgba(0, 0, 0, 0.1);
    	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}

/* NEWS SLIDER START */

	.marquee-container{
	  	overflow: hidden;
	  	max-height: 700px;
	}

	.marquee {
	  	animation: slidein 30s linear infinite;
	  	text-align: center;
	  	width: 300px;
	}

	.marquee:hover {
	    animation-play-state: paused
	}

	@keyframes slidein {
	  	0% { transform: translateY(0px); }
	  	100% { transform: translateY(-1900px); }
	}

/* NEWS SLIDER END*/


/* WELCOME TO THFD */

	.welcome-flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
		margin-top: 1.5em;
	}

	.welcome-item{
		flex: 1 1 33.3%;
		width: 50%;
		padding: 0.8em;
	}

/* INGREDIENT SOLUTIONS	*/

	.product-range-img{
		max-width: 90%;
	}

	.download a{
		color: #397707;
	}

	.download a:hover{
		font-weight: 700;
	}

/* PRODUCT GUIDE */

	.product-container{
		max-width: 700px;
	}

	.product-container header p{
		margin: 60px 0;
	}

	.product{
		margin-bottom: 50px;
	}

	.product-flex{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 30px;
		margin-bottom: 50px;
	}

	.product-flex img{
		max-width: 158px;
		padding-left: 40px;
	}

	.product-item ul{
		padding-left: 40px;
		margin-bottom: 40px;
	}

	.brochure{
		/*width: 90%;*/
	}

/* OUR SERVICES */

	.our-service-flex {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 50px;
		padding-left: 20px;
	}

	.our-services-img{
		max-width: 160px;
	}


/* FOOTER */

	.footer{
		background: url('../images/header-bg2.png') no-repeat;
		background-size: cover;
		text-align: center;
		font-weight: 700;
		padding: 1.5em;
		padding-bottom: 0;
		margin: 0;
	}

	.footer span{
		display: inline-block;
		padding-right: 1.5em;
	}

	.footer i{
		padding-right: 0.5em;
	}

	.footer p{
		display: inline-block;
		padding-bottom: 1em;
	}

/********* MOBILE/TABLET VIEW *********/

@media only screen and (max-width: 800px) {

/* GLOBAL */

	.menu-image, .container-part2, .about-us, .our-business, .ingredients, .product-guide, .services, .contact{
		display: none;
	}

	.container{
		margin: 1.4em;
	}

/* HEADER */

	.header {
		display: flex;
		flex-direction: column;
		background: url('../images/header-bg-800.png') no-repeat;
	}

	.thfd-header-logo{
		position: relative;
		top: 1em;
	}

	.thfd-logo{
		position: relative;
		top: 16px;
	}

	.slogen {
		position: relative;
		top: 36px;
		font-size: 1.5em;
	}

/* TOGGLE MENU */

	.navbar {
		display: flex;
		/* color: #000; */
		padding: 16px;
		font-family: sans-serif;
		justify-content: center;
	}

	.navbar li{
		list-style: none;
		font-weight: 500;
		padding-bottom: 0.8em;
	}

	.navbar li a{
		text-decoration: none;
		text-transform: uppercase;
		/* color: #2A8841; */
		/* color: #3f4c3d; */
		color: #fff;
		/* background-color: rgba(42,136,65, 0.3); */
			background-color: rgba(23,135,21, 0.8);
		padding: 10px;
		border-radius: 25px;
		width: 90%;
	}

	.navbar li a:hover{
		/* color: #178715; */
		color: #fff;
		/* background-color: rgba(0, 0, 0, 0.2); */
		/* background-color: rgba(23,135,21, 0.8); */
		background-color: rgba(42,136,65, 0.6);
		font-weight: 700;
	}

	.navbar-link a{
		letter-spacing: 0em;
	}

	.navbar-top{
		background: none;
	}

	.navbar-inside{
		background: none;
		padding-top: 0;
		padding-bottom: 0;
	}

	.navbar-center{
		/* margin: auto; */
		background: none;
	}

	.navbar-link {
		display: none;
	}

	.navbar-toggle {
	 	align-self: flex-end;
	    display: initial;
	    position: absolute;
	    cursor: pointer;
	    margin-top: 35px;
	    margin-right: 30px;
	    color: #333;
	    font-size: 1.5em;
  	}

	.navbar-toggleShow{
		display: flex;
	}

	.fas {
		margin-right: 30px;
	}

/* WELCOME TO THFD */

	.welcome p {
		margin: 1.3em 0;
	}

	.welcome-item{
		flex: 1 1 240px;
	}

	 .footer{
		 margin: 0px;
 	}

	.news {
		text-align: center;
	}

	.news h3{
		font-size: 1.2em;
	}

	.news hr{
		margin: 30px 0;
		border: 0;
    	height: 0;
   		border-top: 1px solid rgba(0, 0, 0, 0.1);
    	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}

/* PRODUCT GUIDE */

	.product-item-img{
		display: none;
	}

	.product-item-bakery:before{
		content: url(../images/bakery.png);
		padding-left: 90px;
	}

	.product-item-sweets:before{
		content: url(../images/sweets.png);
		padding-left: 90px;
	}

	.product-item-beverages:before{
		content: url(../images/beverages.png);
		padding-left: 90px;
	}

	.product-item-dairy:before{
		content: url(../images/dairy.png);
		padding-left: 90px;
	}

	.product-item-cereals:before{
		content: url(../images/cereals.png);
		padding-left: 90px;
	}

	.product-item-chocolate:before{
		content: url(../images/chocolate.png);
		padding-left: 90px;
	}

	.product-item-fruit:before{
		content: url(../images/fruit_preparations.png);
		padding-left: 90px;
	}

	.product-item-drinks:before{
		content: url(../images/instant_drinks.jpg);
		padding-left: 90px;
	}

	.product-item-snacks:before{
		content: url(../images/snacks.jpg);
		padding-left: 90px;
	}

	.product-item-dietary:before{
		content: url(../images/dietary.png);
		padding-left: 90px;
	}					

}

