/*===========================================================================
0.0 Common
===========================================================================*/

@charset "UTF-8";

/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;margin:0;padding:0;}fieldset,img{display:block; border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

input, button {
	border: none;
}

textarea {
    border: none;
    overflow: auto;
    outline: none;
    resize: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 20px;
}

a {
	text-decoration: none;
	outline: 0;
	color: inherit;
}

.wrapper {
	background: url('../images/pattern.jpg') repeat top center;
	min-height: 100%;
	position: relative;
}

header, section {
	background-color: #FFF;
	max-width: 1240px;
	width: 100%;
	margin: 0px auto;
	position: relative;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	padding: 0px 10px;
}

.container {
	max-width: 960px;
	width: 100%;
	margin: 0px auto;
	position: relative;
}

@media only screen and (min-width: 768px) {
	h1 {
		font-size: 36px;
	}
		h2 {
		font-size: 24px;
	}
}

/*===========================================================================
0.1 Header
===========================================================================*/

header {
	height: 80px;
	border-top: 10px solid #FFD200;
	position: fixed;
	z-index: 10000;
	left: 0;
	right: 0;
}

/*header .container {
	-webkit-transform: translate3d(0,0,0);
}*/

header ul li {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.header-logo {
	float: left;
	width: 134px;
	height: 70px;
}

.header-logo img {
	width: 100%;
	height: 100%;
}

.menu-icon-mobile{
	background: url('../images/menu-icon-mobile.png') no-repeat top center;
	background-size: contain;
	width: 42px;
	height: 30px;
	display: block;
	color: #D01E20;
	cursor: pointer;
	position: absolute;
	right: 8px;
	top: 20px;
	/*font-size: 45px;
	line-height: 110px;
	float: right;*/
}

.header-right {
	float: right;
	background-color: #FFF;
	position: fixed;
	top: 0px;
	right: -201px;
	z-index: 10000;
	width: 200px;
	height: 100vh;
}

.header-menu {
	font-weight: 700;
	font-size: 12px;
}

.header-menu ul li {
	font-weight: 700;
	border-top: 1px solid #E6E6E6;
}

.header-menu ul li a {
	padding-left: 20px;
	line-height: 34px;
	display: block;
}

.header-menu ul li:hover {
	background-color: #FFD200;
}

.header-menu ul li:last-child {
	padding-left: 20px;
	line-height: 34px;
}

.header-menu ul li:last-child:hover {
	background: none;
}

.header-menu ul li ul li {
	border: none;
	float: left;
	padding-left: 0px;
	padding-right: 5px;
}

.header-menu ul li ul li:last-child {
	padding-left: 0px;
}

.header-menu ul li ul li a {
	color: #FFF;
	padding: 0;
}

.header-menu ul li ul li:hover {
	background: none;
}

.menu-icon-mobile {
	padding-right: 10px;
}

.header-menu, .header-menu a {
	color: #003D7D;
}

.header-lang {
	position: relative;
	line-height: 85px;
	top: 0px;
	right: 0px;
	font-size: 12px;
}

.header-lang ul {
	padding-left: 20px;
}

.header-lang ul li {
	font-weight: 700;
	padding-right: 5px;
	display: inline;
}

.close-icon-mobile{
	background: url('../images/close-menu-mobile.png') no-repeat top center;
	background-size: contain;
	width: 30px;
	height: 31px;
	position: absolute;
	display: block;
	color: #D01E20;
	cursor: pointer;
	right: 20px;
	top: 28px;
	/*top: 6px;
	font-size: 60px;
	text-align: right;
	line-height: 110px;*/
}

.header-lang, .header-lang a {
	color: #866700;
}

.menu-copyright {
	color: #866700;
	font-family: 'ClearSans-Light';
	font-size: 10px;
	padding: 5px 20px 0px;
	text-align: left;
	float: left;
	display: block;
	width: 100%;
	position: relative;
}

@media only screen and (min-width: 360px) {
	.header-menu {
		font-size: 16px;
	}

	.header-menu ul li a {
		line-height: 40px;
	}

	.header-menu ul li:last-child {
		line-height: 50px;
	}
}

@media only screen and (min-width: 960px) {
	header {
		height: 162px;
	}

	.header-logo {
		width: 290px;
		height: 152px;
	}

	.menu-icon-mobile {
		display: none;
	}

	.header-right {
		position: relative;
		display: block;
		width: auto;
		right: 0px !important;
		height: auto;
	}

	.header-menu {
		 line-height: 152px;
	}

	.header-menu ul li {
		float: left;
		border: none;
	}

	.header-menu ul li a {
		line-height: 152px;
		padding-left: 0px;
		margin-left: 20px;
	}

	.header-menu ul li:hover {
		background: none;
	}

	.header-menu ul li a:hover {
		color: #FFD200;
	}

	.header-menu ul li:last-child {
		display: none;
	}

	.header-lang {
		position: absolute;
		top: 20px;
		line-height: 5px;
	}

	.close-icon-mobile {
		display: none;
	}

	.menu-copyright {
		display: none;
	}
}


/*===========================================================================
0.2 Section Content
===========================================================================*/

section {
	padding-bottom: 50px;
	min-height: 100%;
}

section:first-of-type {
	padding-top: 80px;
}

section, section p {
	font-family: 'ClearSans-Light';
	color: #808080;
}

section strong {
	font-family: 'ClearSans-Bold';
}

.section-content {
	padding: 100px 0px;
}

.pita1 {
	background: url('../images/pita1.png') no-repeat top center;
	background-size: contain;
	width: 221px;
	height: 40px;
	font-family: 'Montserrat', sans-serif;
	line-height: 36px;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	margin: 0px auto;
	position: relative;
}

.pita1::before {
	content: '';
	background: url('../images/crown.png') no-repeat top center;
	background-size: contain;
	width: 38px;
	height: 26px;
	position: absolute;
	top: -35px;
	right: 50%;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	transform: translateX(50%);
}

.pita1-red {
	background: url('../images/pita1-red.png') no-repeat top center;
	background-size: contain;
}

.pita2 {
	background: url('../images/pita2.png') no-repeat top center;
	background-size: contain;
	position: relative;
	text-align: center;
	max-width: 300px;
	width: 100%;
	height: 60px;
	line-height: 50px;
	color: #FFF;
	margin: 15px auto 0px;
	display: block;
}

.img-container {
	padding-top: 30px;
}

.img-container img {
	width: 100%;
}

@media only screen and (min-width: 768px) {
	.pita1 {
		width: 276px;
		height: 50px;
		line-height: 46px;
	}

	.pita2 {
		max-width: 400px;
		height: 60px;
		line-height: 65px;
	}
}

@media only screen and (min-width: 960px) {
	section:first-of-type {
		padding-top: 162px;
	}
}


/*===========================================================================
0.3 Footer
===========================================================================*/

footer {
	background-color: #785A26;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	font-family: 'ClearSans-Light';
	font-size: 10px;
	display: none;
	position: absolute;
	bottom: 0;
}

footer a {
	color: #FFF;
}

.footer-social {
	float: right;
}

.footer-social ul li {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

.footer-social ul li:first-child {
	padding-left: 0px;
}

.footer-social ul li:last-child {
	padding-right: 0px;
}

.btn-social {
	width: 30px;
	height: 30px;
	line-height: 30px !important;
	font-size: 16px;
	text-align: center;
	display: inline-block !important;
	border-radius: 100%;
}

.btn-twitter {
	background-color: #78CBEF;
}

.btn-facebook {
	background-color: #547BBC;
}

.btn-youtube {
	background-color: #E9644A;
}

.btn-instagram {
	background-color: #696969;
}

.footer-copyright {
	float: left;
}

@media only screen and (min-width: 960px) {
	footer {
		display: block;
	}
}


/*===========================================================================
1.0 Home
===========================================================================*/

.slider-wrapper {
	width: 100%;
	background-color: #333;
}

.slider-wrapper .bx-wrapper ul li {
	/*height: 480px;*/
}

.slider-wrapper img {
	width: 100%;
}

.bx-wrapper {
	margin: 0px auto;
}

.bx-wrapper .bx-viewport {
	border: none;
	box-shadow: none;
	left: 0px;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: transparent;
	border: 1px solid #785A26;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #FFD200;
}

.bx-controls-direction {
	display: none;
}

.welcome-home {
	padding: 100px 0px;
}

.welcome-home {
	text-align: center;
	border-bottom: 1px solid #E6E6E6;
}

.welcome-title {
	position: relative;
}

.welcome-title h1 {
	font-size: 36px;
	color: #003D7D;
	text-transform: uppercase;
}

.welcome-title::before {
	content: '';
	background: url('../images/crown.png') no-repeat top center;
	background-size: contain;
	width: 38px;
	height: 26px;
	position: absolute;
	top: -30px;
	right: 50%;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	transform: translateX(50%);
}

.welcome-message {
	max-width: 560px;
	width: 100%;
	margin: 0px auto;
	font-size: 16px;
	color: #808080;
	padding-top: 27px;
}

.product-box {
	padding-top: 50px;
}

.slider-product {
	width: 100%;
	margin: 0px auto;
	background: none;
}

.slider-product ul li {
	width: 100%;
}

.slider-product ul li::before{
	content: '';
	display: block;
	padding-top: 90%;
}

.slider-product ul li .product-content{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.slider-product ul li .product-image {
	position: relative;
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
	display: block;
}

.slider-product ul li .product-image img {
	width: 100%;
}


.slider-product ul li .product-info {
	background: url('../images/pita2.png') no-repeat top center;
	background-size: contain;
	position: relative;
	text-align: center;
	width: 300px;
	height: 45px;
	line-height: 50px;
	color: #FFF;
	margin: 15px auto 0px;
	display: block;
}

.slider-product ul li .product-info h2 {
	font-size: 14px;
}

.slider-product .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: -10px;
}

@media only screen and (min-width: 768px) {
	.slider-product {
		width: 75%;
	}

	.slider-product ul li::before{
		padding-top: 85%;
	}

	.slider-product ul li .product-info {
		width: 400px;
		height: 60px;
		line-height: 65px;
		margin: 25px auto 0px;
	}

	.slider-product ul li .product-info h2 {
		font-size: 20px;
	}

	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
		bottom: 30px;
	}

	.slider-product .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
		bottom: 10px;
	}

	.welcome-title h1 {
		font-size: 48px;
	}
}

@media only screen and (min-width: 1178px) {
	.slider-product ul li::before{
		padding-top: 80%;
	}
}


/*===========================================================================
2.0 About
===========================================================================*/

.about-copy {
	padding: 30px 20px 0px;
}


/*===========================================================================
3.0 Products
===========================================================================*/

.product-item {
	padding-bottom: 30px;
	border-bottom: 1px solid #E6E6E6;
}

.product-all li:last-child .product-item {
	border: none;
}

.product-item img {
	max-width: 640px;
	margin: 0 auto;
}

.product-spec {
	text-align: center;
	padding-top: 30px;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

.product-item h2 {
	font-size: 14px;
}

@media only screen and (min-width: 768px) {
	.product-item h2 {
		font-size: 20px;
	}
}


/*===========================================================================
4.0 Sources
===========================================================================*/

.sources-copy {
	padding: 30px 20px 0px;
}

.sources-copy h2 {
	margin-bottom: 15px;
	text-transform: uppercase;
}

.source-item {
	padding-bottom: 30px;
}

.source-item::after {
	content: '';
	display: block;
	clear: both;
}

.source-item .img-container img {
	max-width: 160px;
	margin: 0 auto;
}

@media only screen and (min-width: 768px) {
	.source-item .img-container,
	.sources-copy {
		float: left;
	}

	.source-item .img-container {
		width: 20%;
	}

	.sources-copy {
		width: 80%;
	}
}


/*===========================================================================
5.0 Find Us
===========================================================================*/

.findus-all {
	text-align: center;
	padding-top: 30px;
}

.findus-all ul::after {
	content: '';
	display: block;
	clear: both;
}

.findus-all ul li {
	display: inline-block;
	width: 100%;
	padding-bottom: 40px;
	float: left;
}

.findus-name {
	font-family: 'ClearSans-Bold';
	color: #AE272D;
	font-size: 24px;
}

.findus-address {
	padding: 10px 0px;
}

span.findus-bold {
	font-family: 'ClearSans-Bold';
}

@media only screen and (min-width: 768px) {
	.findus-all ul li {
		width: 33.3333%;
	}
}


/*===========================================================================
6.0 Contact
===========================================================================*/

#contact {
	text-align: center;
}

.map-container {
	margin-top: 30px;
	width: 100%;
	height: 180px;
	padding: 0px 20px;
}

/*.map-container iframe {
	width: 100%;
}*/

#contact-form {
	width: 100%;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 40px;
}

#contact-form ul {
	padding: 10px 0px 30px;
}

#contact-form input, #contact-form textarea {
	width: 100%;
	border-bottom: 1px solid #808080;
	text-align: center;
	font-size: 16px;
	font-family: 'ClearSans-Light';
}

#contact-form input {
	height: 60px;
}

#contact-form textarea {
	height: 160px;
	padding: 30px 0px;
}

#contact-form .btn-message {
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	background-color: #B9191A;
	color: #FFF;
	font-family: 'ClearSans-Bold';
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}

.g-recaptcha {
	margin-bottom: 20px;
}

.contact-error {
	color: #B9191A;
	line-height: 21px;
	font-size: 16px;
	margin-bottom: 20px;
}

.exclamation-circle {
	width: 22px;
	height: 22px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	border: 2px solid #B9191A;
	color: #B9191A;
	border-radius: 50%;
}

@media only screen and (min-width: 360px) {
	.map-container {
		height: 240px;
	}
}

@media only screen and (min-width: 768px) {
	.map-container {
		height: 480px;
	}

	#contact-form, #contact .findus-item {
		width: 49.7%;
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}

	#contact-form {
		padding-right: 10px;
		padding-left: 0px;
	}

	#contact .findus-item {
		padding-left: 10px;
		padding-top: 40px;
	}

	#contact-form input, #contact-form textarea {
		text-align: left;
	}

	#contact-form .btn-message {
		width: 180px;
		height: 60px;
		line-height: 60px;
	}
}


/*===========================================================================
7.0 Process
===========================================================================*/

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

.process-all .img-container {
	/*width: 200px;
	height: 200px;*/
	padding: 0px;
	margin: 30px auto 0px;
}

@media only screen and (min-width: 960px) {
	.process-all {
		text-align: left;
		display: inline-block;
	}

	.process-all .img-container {
		display: inline-block;
		vertical-align: middle;
		margin: 30px 0px 0px;
	}

	.process-all .sources-copy{
		display: inline-block;
		vertical-align: middle;
		/*width: 750px;*/
	}
}


/*===========================================================================
8.0 News
===========================================================================*/

.news-copy {
	padding: 30px 20px 0px;
	color: #414042;
}

.news-copy h2,
.news-date {
	margin-bottom: 15px;
}

.news-date {
	display: block;
	color: #BC272D;
	border-top: 1px solid #BC272D;
	padding-top: 15px;
	width: 100%;
	max-width: 200px;
}

.news-item {
	padding-bottom: 30px;
}

.news-item::after {
	content: '';
	display: block;
	clear: both;
}

.news-item .img-container,
.news-copy {
	float: left;
	width: 100%;
}

.news-item .img-container {
	display: block;
}

.btn-news {
	display: block;
	padding: 15px 10px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #B9191A;
	width: 100%;
	max-width: 200px;
	text-align: center;
	margin-top: 15px;
}

.news-detail-all .img-container,
.news-detail-all .news-copy {
	width: 100%;
}

.news-back {
	color: #B9191A;
}

.news-detail-all .img-container {
	padding: 30px 20px 0px;
}

.news-biscuit,
.news-empty {
	text-align: center;
}

.news-biscuit {
	padding: 150px 0px 50px;
}

.news-biscuit img {
	display: inline-block;
}

.news-empty {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 150px;
}

@media only screen and (min-width: 768px) {
	.news-item .img-container,
	.news-copy {
		width: 50%;
	}
}