body {
	padding: 0;
	margin: 0;
	background: #FFF;
	font-family: 'Roboto', 'Open Sans', sans-serif;
}

body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}

body a:hover {
	text-decoration: none;
}

body a:focus, a:hover {
	text-decoration: none;
}

input[type="button"],input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
}

p {
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
}

label {
	margin: 0;
	color: #09347a !important;
}

a:focus, a:hover {
	text-decoration: none;
	outline: none
}

/*-- //Reset-Code --*/

.full-screen {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.carousel-caption {
	top: 100px;
	text-align: left;
	text-shadow: none;
}
.carousel-caption h3 {
	font-size: 32px;
	color: #ffdf6a;
	text-align: left;
	padding-bottom: 20px;
	text-shadow: 2px 2px rgba(55,55,55,0.4);
}
.carousel-caption p {
	padding-bottom: 30px;
}
.carousel-control.left, .carousel-control.right {
    z-index: 10;
	background: none;
}
.carousel-img666666 {
	opacity: 0.1;
}
.carousel-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .2;
}
#f_btn {
	margin: 20px 20px 20px 0;
	min-width: 236px;
	height: 45px;
}
#m_btn {
	margin: 20px;
	min-width: 236px;
	height: 45px;
}
#l_btn {
	margin: 20px 0 20px 20px;
	min-width: 236px;
	height: 45px;
}
#fin_btn {
	margin: 20px;
	width: 100%;
	height: 45px;
	text-align: left;
	background-image: url("../data/files/pdf.gif");
	background-repeat: no-repeat;
	background-position: right 20px center;
}
#product_btn {
	margin: 20px;
	width: 200px;
}
.history_f_btn {
	margin: 5px 5px 5px 0;
	width: 66px;
	height: 46px;
	padding: 0 !important;
}
.history_m_btn {
	margin: 5px;
	width: 66px;
	height: 46px;
	padding: 0 !important;
}
.history_l_btn {
	margin: 5px 0 5px 5px;
	width: 66px;
	height: 46px;
	padding: 0 !important;
}

/*-- Index-Page-Styling --*/

.lang {
	float: right;
	text-align: right;
	padding-top: 17px;
}
.lang a {
	font-size: 14px;
}
.lang a:hover {
	color: #ffde6a;
}
.lang p {
	color: #fff;
	font-size: 22px;
}
.search {
	float: left;
	text-align: left;
	padding-top: 15px;
	font-size: 18px;
	padding-left: 30px;
	background: url("../images/searchmg.png") no-repeat 0px 30px;
}
.search a:hover {
	color: #ffde6a;
}
.top15l {
	width: 17%;
	float: left;
	padding-left: 10px;
}
.top15r {
	width: 17%;
	min-width: 74px;
	float: right;
	padding-right: 12px;
}
.top70 {
	width: 66%;
	float: left;
	text-align: center;
}

span.glyphicon.glyphicon-envelope {
	margin-right: 5px;
}

span.glyphicon.glyphicon-earphone {
	margin-right: 5px;
}

.navbar-default {
	background-color: #09347a;
	border: none;
	margin-bottom: 0;
	border-radius: 0;
}

a.navbar-logo {
	float: left;
	width: 154px;
	height: 60px;
	background: url("../images/logo.jpg") no-repeat 0px 0px;
	text-indent: -9999px;
}
a.navbar-en-logo {
	float: left;
	width: 154px;
	height: 60px;
	background: url("../images/en-logo.jpg") no-repeat 0px 0px;
	text-indent: -9999px;
}

.navbar ul {
	padding-top: 15px;
}

.navbar ul li {
	display: inline-block;
}

nav a {
	display: inline-block;
	margin: 15px 0;
	outline: none;
	color: #EEE;
	text-decoration: none;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 18px;
}

nav a:hover, nav a:focus {
	outline: none;
	color: #FFF;
}

.hover-effect a {
	overflow: hidden;
	height: 25px;
}

.hover-effect a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	margin: 0 10px;
}

.hover-effect a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	color: #ffdf6a;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.hover-effect a:hover span, .hover-effect a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}
.hover-effect.activenav {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

#nmpanel {
	margin: 0;
	border: 0px;
}
#btmenu {
	position: relative;
	padding: 20px 0;
	background-color: #ffdf6a;
	z-index: 2;
}
#pgmenu {
	position: relative;
	padding: 20px 0;
	background-color: #ffdf6a;
	z-index: 2;
}
#cpmenu {
	position: relative;
	padding: 20px 0;
	background-color: #ffdf6a;
	z-index: 2;
}
#langmenu {
	position: relative;
	padding: 20px 0;
	background-color: #ffdf6a;
	z-index: 2;
}
.btdivcontrolcontainer {
	width: 100%;
	background-color: #09347a;
}
.btdivcontrol {
	position: relative;
	margin-top: -19px;
	margin-bottom: 12px;
	padding-top: 4px;
	height: 30px;
	font-size: 16px;
	color: #fff;
}
.btdivcontrol.active {
	color: #f00;
}
.btdivcontrol a {
	color: #fff;
	padding: 0 15px;
}
.btdivcontrol a:hover {
	color: #ffdf6a;
}
.btdivclose {
	position: relative;
	padding-top: 22px;
	padding-right: 30px;
	float: right;
}
#btmenuclose {
	float: none;
	font-size: 40px;
	font-weight: 500;
	text-shadow: 0;
}
.bttitle {
	font-size: 20px;
	color: #09347a;
	width: 100%;
	border-bottom: 2px solid #09347a;
	margin: 5px 0;
}
.bttitle a {
	color: #09347a;
}
.bttitle a:hover {
	color: #fff;
}
.btitem {
	font-size: 14px;
	width: 100%;
	color: #fff;
}
.btitem a {
	color: #fff;
}
.btitem a:hover {
	color: #09347a;
}
.searchbox {
	font-size: 20px;
	color: #09347a;
	width: 100%;
	border: none;
	border-bottom: 2px solid #09347a;
	background-color: #ffdf6a;
	margin: 5px 0;
}

.group {
	padding: 75px 0;
	background-color: #09347a;
	color: #FFF;
	border-top: 1px solid #ffdf6a;
	border-bottom: 1px solid #ffdf6a;
}

.group-grid {
	text-align: center;
}
.group-grid h3 {
	font-size: 32px;
	color: #ffde6a;
}
.group-100 {
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.group-80 {
	text-align: center;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.group-8080 {
	text-align: center;
	width: 80%;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
}
.newscarouselitem {
	height: 120px !important;
}
blockquote {
	border-left: 5px solid #ffde6a;
	font-size: 16px
}

.group h1 {
	font-size: 32px;
	color: #ffdf6a;
	margin-bottom: 30px;
}

.group p {
	line-height: 30px;
	width: 100%;
}

.productgroup {
	padding: 75px 0;
	color: #000;
	border-bottom: 1px solid #09347a;
}
.productgroup h1 {
	font-size: 24px;
	margin-bottom: 14px;
}


#bluetext h4, #bluetext p {
	text-align: left;
	color: #09347a;
}

#yellowgroup {
	background-color: #ffdf6a;
}
#yellowgroup h3 {
	font-size: 20px;
	color: #09347a;
	text-align: left;
	margin-bottom: 12px;
}
#yellowgroup h4 {
	font-size: 16px;
	color: #09347a;
	text-align: left;
	margin-bottom: 12px;
}
#yellowgroup h5 {
	font-size: 14px;
	color: #09347a;
	text-align: left;
}
#yellowgroup p {
	color: #09347a;
	line-height: 20px;
	width: 100%;
	text-align: left;
	margin-bottom: 12px;
}
#whitegroup {
	background-color: #FFF;
}
#whitegroup h1 {
	font-size: 32px;
	font-weight: 500;
	text-shadow: 1px 1px rgba(55,55,55,0.3);
}
#whitegroup h3 {
	font-size: 20px;
	color: #09347a;
	text-align: left;
	margin-bottom: 12px;
}
#whitegroup h4 {
	font-size: 16px;
	color: #09347a;
	text-align: left;
	margin-bottom: 12px;
}
#whitegroup h5 {
	font-size: 14px;
	color: #09347a;
	text-align: left;
}
#whitegroup p {
	color: #09347a;
	line-height: 20px;
	width: 100%;
	text-align: left;
	margin-bottom: 12px;
}
#bluegroup {
	background-color: #09347a;
}
#bluegroup h3 {
	font-size: 20px;
	color: #ffdf6a;
	text-align: left;
	margin-bottom: 12px;
}
#bluegroup h4 {
	font-size: 16px;
	color: #ffdf6a;
	text-align: left;
	margin-bottom: 12px;
}
#bluegroup h5 {
	font-size: 14px;
	color: #ffdf6a;
	text-align: left;
}
#bluegroup p {
	color: #fff;
	line-height: 20px;
	width: 100%;
	text-align: left;
	margin-bottom: 12px;
}
#productgroup {
	background-color: #09347a;
}
#productgroup h3 {
	font-size: 20px;
	color: #ffdf6a;
	text-align: center;
	margin-bottom: 12px;
}
#productgroup h3 a {
	font-size: 28px;
	color: #ffdf6a;
}
#productgroup h3 a:hover {
	font-size: 28px;
	color: #fff;
}
.yline {
	margin-top: 20px;
	padding: 20px 0;
	border-top: 3px solid #ffde6a;
}

.img01 {
	background: #09347a url("../images/bkgrd-d02.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
	height: 550px;
}
.img01-grid {
	padding: 50px 0;
    height: 550px;
	color: #fff;
}
.img01-grid h3 {
	font-size: 32px;
	color: #ffde6a;
	padding: 20px 0;
}
.img01-content {
	margin: 0 auto;
	padding: 5px 0 25px;
	width: 722px;
}
.img02 {
	background: #09347a url("../images/bkgrd-d03.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
	border-bottom: 0px solid #ffdf6a;
}
.img02-grid {
	padding: 150px 0;
    height: 700px;
	color: #fff;
}
.img02-grid h3 {
	font-size: 32px;
	color: #ffde6a;
	padding: 20px 0;
}
.img02-content {
	margin: 0 auto;
	padding: 5px 0 25px;
	width: 640px;
}
.img-cat-chocolates {
	background: #09347a url("../images/bkgrd-04.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	text-align: center;
}
.img-cat-chocolates-grid {
	padding: 150px 0;
    height: 580px;
	color: #fff;
}
.img-cat-chocolates-grid h3 {
	font-size: 32px;
	color: #ffde6a;
	padding: 20px 0;
}
.img-cat-chocolates-content {
	margin: 0 auto;
	padding: 5px 0 25px;
	width: 522px;
}
.subcats-cat-chocolates {
	background-color: #09347a;
	padding-bottom: 30px;
	border-bottom: 1px solid #ffde6a;
}
.img-cat-croissant {
	background: #09347a url("../images/croissant-catbg.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	text-align: center;
}
.img-cat-croissant-grid {
	padding: 150px 0;
    height: 370px;
	color: #fff;
}
.img-cat-croissant-grid h3 {
	font-size: 32px;
	color: #ffde6a;
	padding: 20px 0;
}
.img-cat-croissant-content {
	margin: 0 auto;
	padding: 5px 0 25px;
	width: 370px;
}
.subcats-cat-croissant {
	background-color: #09347a;
	padding-bottom: 30px;
	border-bottom: 1px solid #ffde6a;
}
.img-cat-amaretti {
	background: #09347a url("../images/amaretti-catbg.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	text-align: center;
}
.img-cat-amaretti-grid {
	padding: 150px 0;
    height: 370px;
	color: #fff;
}
.img-cat-amaretti-grid h3 {
	font-size: 32px;
	color: #ffde6a;
	padding: 20px 0;
}
.img-cat-amaretti-content {
	margin: 0 auto;
	padding: 5px 0 25px;
	width: 370px;
}
.subcats-cat-amaretti {
	background-color: #09347a;
	padding-bottom: 30px;
	border-bottom: 1px solid #ffde6a;
}
.img-cat-koukouroukou {
	background: #09347a url("../images/koukouroukou-catbg.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	text-align: center;
}
.img-cat-koukouroukou-grid {
	padding: 150px 0;
    height: 330px;
	color: #fff;
}
.img-cat-koukouroukou-grid h3 {
	font-size: 32px;
	color: #ffde6a;
	padding: 20px 0;
}
.img-cat-koukouroukou-content {
	margin: 0 auto;
	padding: 5px 0 25px;
	width: 330px;
}
.subcats-cat-koukouroukou {
	background-color: #09347a;
	padding-bottom: 30px;
	border-bottom: 1px solid #ffde6a;
}
.img-cat-waffers {
	background: #09347a url("../images/waffers-catbg.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	text-align: center;
}
.img-cat-waffers-grid {
	padding: 150px 0;
    height: 370px;
	color: #fff;
}
.img-cat-waffers-grid h3 {
	font-size: 32px;
	color: #ffde6a;
	padding: 20px 0;
}
.img-cat-waffers-content {
	margin: 0 auto;
	padding: 5px 0 25px;
	width: 370px;
}
.subcats-cat-waffers {
	background-color: #09347a;
	padding-bottom: 30px;
	border-bottom: 1px solid #ffde6a;
}
.img-cat-chips {
	background: #09347a url("../images/chips-catbg.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	text-align: center;
}
.img-cat-chips-grid {
	padding: 150px 0;
    height: 370px;
	color: #fff;
}
.img-cat-chips-grid h3 {
	font-size: 32px;
	color: #ffde6a;
	padding: 20px 0;
}
.img-cat-chips-content {
	margin: 0 auto;
	padding: 5px 0 25px;
	width: 370px;
}
.subcats-cat-chips {
	background-color: #09347a;
	padding-bottom: 30px;
	border-bottom: 1px solid #ffde6a;
}
.img-cat-wheat {
	background: #09347a url("../images/wheat-catbg.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	text-align: center;
}
.img-cat-wheat-grid {
	padding: 150px 0;
    height: 370px;
	color: #fff;
}
.img-cat-wheat-grid h3 {
	font-size: 32px;
	color: #ffde6a;
	padding: 20px 0;
}
.img-cat-wheat-content {
	margin: 0 auto;
	padding: 5px 0 25px;
	width: 370px;
}
.subcats-cat-wheat {
	background-color: #09347a;
	padding-bottom: 30px;
	border-bottom: 1px solid #ffde6a;
}
.img-cat-breadchips {
	background: #09347a url("../images/breadchips-catbg.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	text-align: center;
}
.img-cat-breadchips-grid {
	padding: 150px 0;
    height: 370px;
	color: #fff;
}
.img-cat-breadchips-grid h3 {
	font-size: 32px;
	color: #ffde6a;
	padding: 20px 0;
}
.img-cat-breadchips-content {
	margin: 0 auto;
	padding: 5px 0 25px;
	width: 370px;
}
.subcats-cat-breadchips {
	background-color: #09347a;
	padding-bottom: 30px;
	border-bottom: 1px solid #ffde6a;
}
.img-cat-triplo {
	background: #09347a url("../images/triplo-catbg.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	text-align: center;
}
.img-cat-triplo-grid {
	padding: 150px 0;
    height: 370px;
	color: #fff;
}
.img-cat-triplo-grid h3 {
	font-size: 32px;
	color: #ffde6a;
	padding: 20px 0;
}
.img-cat-triplo-content {
	margin: 0 auto;
	padding: 5px 0 25px;
	width: 370px;
}
.subcats-cat-triplo {
	background-color: #09347a;
	padding-bottom: 30px;
	border-bottom: 1px solid #ffde6a;
}
.img-cat-pralines {
	background: #09347a url("../images/pralines-catbg.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	text-align: center;
}
.img-cat-pralines-grid {
	padding: 150px 0;
    height: 370px;
	color: #fff;
}
.img-cat-pralines-grid h3 {
	font-size: 32px;
	color: #ffde6a;
	padding: 20px 0;
}
.img-cat-pralines-content {
	margin: 0 auto;
	padding: 5px 0 25px;
	width: 370px;
}
.subcats-cat-pralines {
	background-color: #09347a;
	padding-bottom: 30px;
	border-bottom: 1px solid #ffde6a;
}
.img-cat-salty {
	background: #09347a url("../images/salty-catbg.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	text-align: center;
}
.img-cat-salty-grid {
	padding: 150px 0;
    height: 370px;
	color: #fff;
}
.img-cat-salty-grid h3 {
	font-size: 32px;
	color: #ffde6a;
	padding: 20px 0;
}
.img-cat-salty-content {
	margin: 0 auto;
	padding: 5px 0 25px;
	width: 370px;
}
.subcats-cat-salty {
	background-color: #09347a;
	padding-bottom: 30px;
	border-bottom: 1px solid #ffde6a;
}
.img-cat-brownies {
	background: #09347a url("../images/brownies-catbg.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	text-align: center;
}
.img-cat-brownies-grid {
	padding: 150px 0;
    height: 370px;
	color: #fff;
}
.img-cat-brownies-grid h3 {
	font-size: 32px;
	color: #ffde6a;
	padding: 20px 0;
}
.img-cat-brownies-content {
	margin: 0 auto;
	padding: 5px 0 25px;
	width: 370px;
}
.subcats-cat-brownies {
	background-color: #09347a;
	padding-bottom: 30px;
	border-bottom: 1px solid #ffde6a;
}
.img-brand-serenata {
	background: #09347a url("../images/serenata-brandbg.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	text-align: center;
}
.img-brand-serenata-grid {
	padding: 150px 0;
    height: 300px;
	color: #fff;
}
.img-brand-serenata-grid h3 {
	font-size: 32px;
	color: #ffde6a;
	padding: 20px 0;
}
.img-brand-serenata-content {
	margin: 0 auto;
	padding: 5px 0 25px;
	width: 300px;
}
.subcats-brand-serenata {
	background-color: #09347a;
	padding-bottom: 30px;
	border-bottom: 1px solid #ffde6a;
}
.img-brand-amaretti {
	background: #09347a url("../images/amaretti-brandbg.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	text-align: center;
}
.img-brand-amaretti-grid {
	padding: 150px 0;
    height: 300px;
	color: #fff;
}
.img-brand-amaretti-grid h3 {
	font-size: 32px;
	color: #ffde6a;
	padding: 20px 0;
}
.img-brand-amaretti-content {
	margin: 0 auto;
	padding: 5px 0 25px;
	width: 300px;
}
.subcats-brand-amaretti {
	background-color: #09347a;
	padding-bottom: 30px;
	border-bottom: 1px solid #ffde6a;
}
.img-brand-kkrk {
	background: #09347a url("../images/kkrk-brandbg.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	text-align: center;
}
.img-brand-kkrk-grid {
	padding: 150px 0;
    height: 300px;
	color: #fff;
}
.img-brand-kkrk-grid h3 {
	font-size: 32px;
	color: #ffde6a;
	padding: 20px 0;
}
.img-brand-kkrk-content {
	margin: 0 auto;
	padding: 5px 0 25px;
	width: 300px;
}
.subcats-brand-kkrk {
	background-color: #09347a;
	padding-bottom: 30px;
	border-bottom: 1px solid #ffde6a;
}
.img-brand-champion {
	background: #09347a url("../images/champion-brandbg.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	text-align: center;
}
.img-brand-champion-grid {
	padding: 150px 0;
    height: 300px;
	color: #fff;
}
.img-brand-champion-grid h3 {
	font-size: 32px;
	color: #ffde6a;
	padding: 20px 0;
}
.img-brand-champion-content {
	margin: 0 auto;
	padding: 5px 0 25px;
	width: 300px;
}
.subcats-brand-champion {
	background-color: #09347a;
	padding-bottom: 30px;
	border-bottom: 1px solid #ffde6a;
}
.img-brand-tottisbake {
	background: #09347a url("../images/tottisbake-brandbg.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	text-align: center;
}
.img-brand-tottisbake-grid {
	padding: 150px 0;
    height: 300px;
	color: #fff;
}
.img-brand-tottisbake-grid h3 {
	font-size: 32px;
	color: #ffde6a;
	padding: 20px 0;
}
.img-brand-tottisbake-content {
	margin: 0 auto;
	padding: 5px 0 25px;
	width: 300px;
}
.subcats-brand-tottisbake {
	background-color: #09347a;
	padding-bottom: 30px;
	border-bottom: 1px solid #ffde6a;
}
.img-brand-bruschettini {
	background: #09347a url("../images/bruschettini-brandbg.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	text-align: center;
}
.img-brand-bruschettini-grid {
	padding: 150px 0;
    height: 300px;
	color: #fff;
}
.img-brand-bruschettini-grid h3 {
	font-size: 32px;
	color: #ffde6a;
	padding: 20px 0;
}
.img-brand-bruschettini-content {
	margin: 0 auto;
	padding: 5px 0 25px;
	width: 300px;
}
.subcats-brand-bruschettini {
	background-color: #09347a;
	padding-bottom: 30px;
	border-bottom: 1px solid #ffde6a;
}
.img-brand-breadchips {
	background: #09347a url("../images/breadchips-brandbg.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	text-align: center;
}
.img-brand-breadchips-grid {
	padding: 150px 0;
    height: 300px;
	color: #fff;
}
.img-brand-breadchips-grid h3 {
	font-size: 32px;
	color: #ffde6a;
	padding: 20px 0;
}
.img-brand-breadchips-content {
	margin: 0 auto;
	padding: 5px 0 25px;
	width: 300px;
}
.subcats-brand-breadchips {
	background-color: #09347a;
	padding-bottom: 30px;
	border-bottom: 1px solid #ffde6a;
}
.img-brand-finebakery {
	background: #09347a url("../images/finebakery-brandbg.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	text-align: center;
}
.img-brand-finebakery-grid {
	padding: 150px 0;
    height: 300px;
	color: #fff;
}
.img-brand-finebakery-grid h3 {
	font-size: 32px;
	color: #ffde6a;
	padding: 20px 0;
}
.img-brand-finebakery-content {
	margin: 0 auto;
	padding: 5px 0 25px;
	width: 300px;
}
.subcats-brand-finebakery {
	background-color: #09347a;
	padding-bottom: 30px;
	border-bottom: 1px solid #ffde6a;
}
.img-brand-kornspitz {
	background: #09347a url("../images/kornspitz-brandbg.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	text-align: center;
}
.img-brand-kornspitz-grid {
	padding: 150px 0;
    height: 300px;
	color: #fff;
}
.img-brand-kornspitz-grid h3 {
	font-size: 32px;
	color: #ffde6a;
	padding: 20px 0;
}
.img-brand-kornspitz-content {
	margin: 0 auto;
	padding: 5px 0 25px;
	width: 300px;
}
.subcats-brand-kornspitz {
	background-color: #09347a;
	padding-bottom: 30px;
	border-bottom: 1px solid #ffde6a;
}
#cat-header {
	padding: 25px 0;
}

.img-company {
	background: #09347a url("../images/company-bg.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	text-align: center;
}
.img-company-grid {
	padding: 150px 0;
    height: 370px;
}
.img-company-grid h3 {
	font-size: 32px;
	color: #ffde6a;
	padding: 20px 0;
	text-shadow: 2px 2px rgba(55,55,55,0.4);
}
.img-company-content {
	margin: 0 auto;
	padding: 5px 0 25px;
	width: 522px;
}
.img-tottis-pack {
	background: #09347a url("../images/tottis-pack-bg.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	text-align: center;
}
.img-tottis-pack-grid {
	padding: 150px 0;
    height: 370px;
}
.img-tottis-pack-grid h3 {
	font-size: 32px;
	color: #ffde6a;
	padding: 20px 0;
	text-shadow: 2px 2px rgba(55,55,55,0.4);
}
.img-tottis-pack-content {
	margin: 0 auto;
	padding: 5px 0 25px;
	width: 522px;
}
.img-history {
	background: #09347a url("../images/history-bg.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	text-align: center;
}
.img-history-grid {
	padding: 150px 0;
    height: 300px;
}
.img-history-grid h3 {
	font-size: 32px;
	color: #ffde6a;
	padding: 20px 0;
	text-shadow: 2px 2px rgba(55,55,55,0.4);
}
.img-history-content {
	margin: 0 auto;
	padding: 5px 0 25px;
	width: 522px;
}
.img-certifications {
	background: #09347a url("../images/certifications-bg.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	text-align: center;
}
.img-certifications-grid {
	padding: 150px 0;
    height: 360px;
}
.img-certifications-grid h3 {
	font-size: 32px;
	color: #ffde6a;
	padding: 20px 0;
	text-shadow: 2px 2px rgba(55,55,55,0.4);
}
.img-certifications-content {
	margin: 0 auto;
	padding: 5px 0 25px;
	width: 522px;
}
.img-factory {
	background: #09347a url("../images/factory-bg.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	text-align: center;
}
.img-factory-grid {
	padding: 150px 0;
    height: 360px;
}
.img-factory-grid h3 {
	font-size: 32px;
	color: #ffde6a;
	padding: 20px 0;
	text-shadow: 2px 2px rgba(55,55,55,0.4);
}
.img-factory-content {
	margin: 0 auto;
	padding: 5px 0 25px;
	width: 522px;
}
.img-factory-parallax {
    background-image: url("../images/factory-bg.jpg");
    height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	border-bottom: 1px solid #ffdf6a;
}
.img-responsibility {
	background: #09347a url("../images/responsibility-bg.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	text-align: center;
}
.img-responsibility-grid {
	padding: 150px 0;
    height: 360px;
}
.img-responsibility-grid h3 {
	font-size: 32px;
	color: #ffde6a;
	padding: 20px 0;
	text-shadow: 2px 2px rgba(55,55,55,0.4);
}
.img-responsibility-content {
	margin: 0 auto;
	padding: 5px 0 25px;
	width: 522px;
}
.img-quality {
	background: #09347a url("../images/bkgrd-d03.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	text-align: center;
}
.img-quality-grid {
	padding: 150px 0;
    height: 360px;
}
.img-quality-grid h3 {
	font-size: 32px;
	color: #ffde6a;
	padding: 20px 0;
	text-shadow: 2px 2px rgba(55,55,55,0.4);
}
.img-quality-content {
	margin: 0 auto;
	padding: 5px 0 25px;
	width: 522px;
}
.img-financial {
	background: #09347a url("../images/financial-bg.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	text-align: center;
}
.img-financial-grid {
	padding: 150px 0;
    height: 370px;
}
.img-financial-grid h3 {
	font-size: 32px;
	color: #ffde6a;
	padding: 20px 0;
	text-shadow: 2px 2px rgba(55,55,55,0.4);
}
.img-financial-content {
	margin: 0 auto;
	padding: 5px 0 25px;
	width: 522px;
}
.img-media {
	background: #09347a url("../images/media-bg.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	text-align: center;
}
.img-media-grid {
	padding: 150px 0;
    height: 370px;
}
.img-media-grid h3 {
	font-size: 32px;
	color: #ffde6a;
	padding: 20px 0;
	text-shadow: 2px 2px rgba(55,55,55,0.4);
}
.img-media-content {
	margin: 0 auto;
	padding: 5px 0 25px;
	width: 522px;
}
.img-application {
	background: #09347a url("../images/application-bg.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	text-align: center;
}
.img-application-grid {
	padding: 150px 0;
    height: 370px;
}
.img-application-grid h3 {
	font-size: 32px;
	color: #ffde6a;
	padding: 20px 0;
	text-shadow: 2px 2px rgba(55,55,55,0.4);
}
.img-application-content {
	margin: 0 auto;
	padding: 5px 0 25px;
	width: 522px;
}
.img-jobs {
	background: #09347a url("../images/jobs-bg.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	text-align: center;
}
.img-jobs-grid {
	padding: 150px 0;
    height: 370px;
}
.img-jobs-grid h3 {
	font-size: 32px;
	color: #ffde6a;
	padding: 20px 0;
	text-shadow: 2px 2px rgba(55,55,55,0.4);
}
.img-jobs-content {
	margin: 0 auto;
	padding: 5px 0 25px;
	width: 522px;
}
.img-press-release {
	background: #09347a url("../images/press-release-bg.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	text-align: center;
}
.img-press-release-grid {
	padding: 150px 0;
    height: 370px;
}
.img-press-release-grid h3 {
	font-size: 32px;
	color: #ffde6a;
	padding: 20px 0;
	text-shadow: 2px 2px rgba(55,55,55,0.4);
}
.img-press-release-content {
	margin: 0 auto;
	padding: 5px 0 25px;
	width: 522px;
}
.img-contact {
	background: #09347a url("../images/contact-bg.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	text-align: center;
}
.img-contact-grid {
	padding: 150px 0;
    height: 400px;
}
.img-contact-grid h3 {
	font-size: 32px;
	color: #ffde6a;
	padding: 20px 0;
	text-shadow: 2px 2px rgba(55,55,55,0.4);
}
.img-contact-content {
	margin: 0 auto;
	padding: 5px 0 25px;
	width: 522px;
}
.img-placeholder {
	background: #09347a url("../images/placeholder.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	text-align: center;
}
.img-placeholder-grid {
	padding: 150px 0;
    height: 300px;
}
.img-placeholder-grid h3 {
	font-size: 32px;
	color: #ffde6a;
	padding: 20px 0;
	text-shadow: 2px 2px rgba(55,55,55,0.4);
}
.img-placeholder-content {
	margin: 0 auto;
	padding: 5px 0 25px;
	width: 300px;
}


.img-bigger-grid {
	padding: 150px 0;
    height: 720px;
}
.img-bigger-grid h3 {
	font-size: 32px;
	color: #ffde6a;
	padding: 20px 0;
}

.center-grid {
	text-align: center;
	margin: 0 auto;
}
.cat_btn {
	display: inline-block;
	margin: 20px;
	width: 275px;
	height: 275px;
	border: 1px solid #ffde6a;
	background-color: rgba(0, 0, 0, 0);
	outline: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.cat_btn:hover {
	cursor: pointer;
}
.cat_btn.small {
	width: 178px;
	height: 78px;
	background-position: center center;
	background-size: 85%
}
.cat_btn_amaretti {
	background: url(../images/wafers-amaretti.png) no-repeat top left;
}
.cat_btn_amaretti:hover {
	background-color: #5f3a12;
}
.cat_btn_serenata {
	background: url(../images/wafers-serenata.png) no-repeat top left;
}
.cat_btn_serenata:hover {
	background-color: #ed1c24;
}
.cat_btn_kkrk {
	background: url(../images/wafers-kkrk.png) no-repeat top left;
}
.cat_btn_kkrk:hover {
	background-color: #90b9fb;
}


.h_wrapper         {width:80%;height:100%;margin:0 auto;}
.h_iframe        {position:relative;}
.h_iframe .ratio {display:block;width:100%;height:auto;}
.h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%;}



.about {
	padding: 75px 0;
}

.about-grid {
	padding: 0;
}

.about h1 {
	font-size: 40px;
	color: #F44336;
	margin-bottom: 30px;
}

.about p {
	line-height: 30px;
	padding: 0 50px;
}

.details {
	background-color: #ffc155;
}

.details .container {
	background-color: #2d3e50;
}

.details h2 {
	font-size: 40px;
	color: #EEE;
	margin: 75px 0 50px;
}

.details p {
	color: #9E9E9E;
	padding: 0 40px;
	line-height: 35px;
	font-weight: 600;
	text-align: center;
}

.details-grids {
	padding: 75px 0;
}

.details-grid {
	text-align: center;
	padding: 20px 10px;
}

.dgrid-1 {
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
}

.dgrid-2 {
	border-bottom: 1px solid #777;
}

.dgrid-3 {
	border-bottom: 1px solid #777;
	border-left: 1px solid #777;
}

.dgrid-4 {
	border-right: 1px solid #777;
}

.dgrid-6 {
	border-left: 1px solid #777;
}

.details-image {
	padding: 20px 0 50px;
}

.details-image img {
	width: 100px;
}

.details-info {
	padding: 30px 20px;
}

.details-info h3 {
	color: #EEE;
	font-weight: 100;
	margin-bottom: 25px;
}

.details-info p {
	color: #A0A0A0;
	line-height: 30px;
	padding: 0 20px;
	font-weight: 400;
}







.gallery {
	background-color: #ffc155;
	padding: 75px 0 100px;
}

.gallery h3 {
	font-size: 40px;
	margin-bottom: 50px;
}

.gallery-left img,.g-left img {
	width: 100%;
}

.g-left:nth-child(4),.g-left:nth-child(5){
	margin-top:3.5%;
}

.gallery-one{
	margin:2em 0 0 0;
}

.gallery-right{
	padding:0;
}

.gallery-left{
	padding: 0 2px;
}

.g-3 {
	padding:0 2px 0 0;
}

.g-4{
	padding:0 0 0 2px;
}

.g-2{
	padding:4px 0;
}

.g-5{
	padding:4px 0;
}

.g-6{
	padding-top:4px;
}



.team h3, .contact h3 {
	font-size: 40px;
	margin-bottom: 50px;
	color: #EEE;
}


.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	height: auto;
	background: #3085a3;
	text-align: center;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 7em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before, .grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption, .grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.effect-apollo {
	background: #3498db;
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}



.team {
	padding: 75px 0;
	background-color: #2f3238;
}

.team .grid figure {
	width: 49%;
	margin-right: 1%;
	margin-bottom: 15px;
}

figure.effect-kira {
	background: #fff;
	text-align: left;
}

figure.effect-kira img {
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-kira figcaption {
	z-index: 1;
}

figure.effect-kira .team-social {
	padding: 2.5em 0;
	font-weight: 600;
	font-size: 100%;
	line-height: 1.5;
	opacity: 0;
	text-align: center;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-kira .team-social a:hover, figure.effect-kira .team-social a:focus {
	opacity: 0.6;
}

figure.effect-kira figcaption::before {
	position: absolute;
	top: 6em;
	right: 2em;
	left: 2em;
	z-index: -1;
	height: 3.5em;
	background: #333;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,4em,0) scale3d(1,0.023,1);
	transform: translate3d(0,4em,0) scale3d(1,0.023,1);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

figure.effect-kira:hover img {
	opacity: 0.5;
}

figcaption h4 {
	color: #000;
	font-size: 30px;
}

figure.effect-kira:hover .team-social {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-kira:hover figcaption::before {
	opacity: 0.7;
	-webkit-transform: translate3d(0,5em,0) scale3d(1,1,1) ;
	transform: translate3d(0,5em,0) scale3d(1,1,1);
}



/*-- Map --*/
.map iframe {
	width: 100%;
	height: 500px;
	border: 5px solid #FAFAFA;
}
/*-- //Map --*/



/*-- Contact --*/

input[type='text'], input[type='email'] {
	width: 100%;
	border-radius: 0;
	line-height: 22px;
	font-size: 14px;
	padding: 14px 17px 14px;
	margin: 0 0 20px;
	outline: none;
	color: #09347a;
	height: 50px;
	border: 1px solid #d5d5d5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffdf6a;
}
input[type='file'] {
	width: 100%;
	border-radius: 0;
	line-height: 22px;
	font-size: 14px;
	margin: 0 0 20px;
	outline: none;
	color: #09347a;
	height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffdf6a;
}

textarea#message {
	width: 100%;
	border-radius: 0;
	line-height: 22px;
	font-size: 14px;
	padding: 14px 17px 14px;
	margin: 0 0 60px;
	outline: none;
	border: 1px solid #d5d5d5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
	color: #09347a;
	height: 200px;
	background: #ffdf6a;
}

form.contact_form {
	text-align: center;
}

input.text:active, input.text:focus {
	background-color: rgba(0, 0, 0, 0.84);
}

textarea:active, textarea:focus {
	background-color: rgba(0, 0, 0, 0.84);
}

.more_btn {
	padding: 10px 32px;
	border: 1px solid #ffde6a;
	border-radius: 0px;
	font-size: 16px;
	color: #ffde6a;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	outline: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	position: relative;
	top: 0px;
}

.more_btn.twoliner {
	padding: 4px 32px;
	line-height: 18px;
	-webkit-appearance: none;
	white-space: pre-line;
	position: relative;
	vertical-align: middle;
	top: -1px;  /*-- [ -7 Chrome || 9 Firefox ] !! --*/
/*-- top: 9px; --*/
/*-- top: -7px; --*/
}
.more_btn:hover {
	background-color: #ffde6a;
	border: 1px solid #09347a;
	color: #09347a;
	cursor: pointer;
}
.more_btn.btn_on {
	background-color: #ffde6a;
	border: 1px solid #09347a;
	color: #09347a;
}
.more_bbtn {
	padding: 10px 32px;
	border: 1px solid #09347a;
	border-radius: 0px;
	font-size: 16px;
	color: #09347a;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	outline: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	position: relative;
	top: 0px;
}

.more_bbtn.twoliner {
	padding: 4px 32px;
	line-height: 18px;
	-webkit-appearance: none;
	white-space: pre-line;
	position: relative;
	vertical-align: middle;
	top: -1px;  /*-- [ -7 Chrome || 9 Firefox ] !! --*/
/*-- top: 9px; --*/
/*-- top: -7px; --*/
}
.more_bbtn:hover {
	background-color: #ffde6a;
	border: 1px solid #09347a;
	cursor: pointer;
}
/*-- //Contact --*/

.brand-bwi {
	padding: 0;
	margin: 10px;
	border: 1px solid #ffde6a;
	border-radius: 0px;
	background-color: rgba(0, 0, 0, 0);
	position: relative;
	top: 0px;
	width: 116px;
	height: 116px;
}
.brand-bwi:hover {
	border: 2px solid #ffde6a;
}


/*-- Footer --*/
.footer {
	background-color: #09347a;
}

.footer-info {
	margin-top: 50px;
}

.footer h4 {
	color: #FFF;
	padding: 20px 0;
	font-weight: 500;
	text-align: left;
}

.footer-info li {
	color: #FFF;
	display: block;
	font-weight: 300;
	font-size: 13px;
	line-height: 25px;
}

.links a {
	color: #ffde6a;
}

.links a:hover {
	color: #FFF;
	text-decoration: underline;
}
.productfooter {
	margin-top: 20px;
}

a.mail {
	color: #FFF;
}

a.mail:hover {
	color: #006db7;
}

/*-- Footer --*/
.footer-info p {
	color: #FFF;
	font-weight: 300;
	font-size: 13px;
	line-height: 23px;
	margin-bottom: 10px;
	text-align: left;
}
.companyinfo {
	font-size: 12px;
	padding-bottom: 18px;
}
.address ul li {
	display: block;
}

.address ul li {
	color: #fff;
	display: block;
	width: 300px;
	height: 20px;
	text-indent: 38px;
}

.address ul li.at {
	margin: 16px 6px 0 0;
	height: 30px;
	background: url("../images/img-sprite-at.png") no-repeat 0px 0px;
	background-size: 30px;
	transition: all 0.5s ease 0s;
}
.address ul li.at:hover {
	background-position: 0px -30px;
}
.address ul li.at a {
	color: #fff;
}
.address ul li.at a:hover {
	color: #ffde6a;
	text-decoration: underline;
}
.address ul li.write {
	margin: 6px 6px 0 0;
	height: 30px;
	background: url("../images/img-sprite-adr.png") no-repeat 0px 0px;
	background-size: 30px;
	transition: all 0.5s ease 0s;
}
.address ul li.write:hover {
	background-position: 0px -30px;
}
.address ul li.tel {
	margin: 6px 6px 0 0;
	height: 30px;
	background: url("../images/img-sprite-tel.png") no-repeat 0px 0px;
	background-size: 30px;
	transition: all 0.5s ease 0s;
}
.address ul li.tel:hover {
	background-position: 0px -30px;
}

/*-- //Footer --*/

/*-- Footer-Social --*/
.connect {
	padding-bottom: 30px;
	text-align: center;
}

.connect h4 {
	text-align: center;
}

.connect-social ul li {
	display: block;
}

.connect-social ul li a {
	display: block;
	width: 300px;
	height: 30px;
	background: url("../images/img-sprite-f.png") no-repeat 0px 0px;
	background-size: 30px;
	text-indent: 38px;
}

.connect-social ul li a.facebook {
	margin: 6px 6px 6px 0;
	color: #fff;
}
.connect-social ul li a.facebook:hover {
	color: #ffde6a;
	text-decoration: underline;
	background-position: 0px -30px;
}
/*-- Footer-Social --*/

/*-- Copyright --*/
.copyright {
	text-align: left;
	margin-top: 20px;
	padding: 20px 0;
	border-top: 1px solid #ffde6a;
}

.copyright p {
	color: #FFF;
}

.copyright a {
	color: #FFF;
	text-decoration: none;
}

.copyright a:hover {
	color: #006db7;
	text-decoration: underline;
}

.copyright a.privacy {
	color: #ffde6a;
	text-decoration: none;
}

.copyright a.privacy:hover {
	color: #fff;
	text-decoration: underline;
}

/*-- //Copyright --*/
/*-- //Footer --*/



/*-- Go-To-Top-Button --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 127px;
	right: 15px;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url("../images/to-top.png") no-repeat 0px 0px;
}
/*-- //Go-To-Top-Button --*/

/*-- Index-Page-Styling --*/





/*-- Responsive Code --*/

@media screen and (max-width:1366px) {
	.social {
		width: 60%;
	}
	.phone, .email {
		width: 20%;
	}
.img01-grid {
    height: 560px;
}
}

@media screen and (max-width:1024px) {
	.top-bar {
		padding: 0 30px 0 10px;
	}
	.social {
		width: 50%;
	}
	.phone, .email {
		width: 25%;
	}
	a.navbar-brand {
		padding: 15px 10px;
		font-size: 35px;
	}
	nav a {
		font-size: 15px;
	}
	.about h1 {
		font-size: 30px;
		margin-bottom: 15px;
	}
	.about p {
		line-height: 26px;
		padding: 0 30px;
	}
	.details h2 {
		font-size: 35px;
		margin: 50px 0 30px;
	}
	.details p {
		line-height: 30px;
	}
	.details-image {
		padding: 10px 0 20px;
	}
	.details-image img {
		width: 80px;
	}
	.details-info p {
		padding: 0;
	}
	.details-grids {
		padding-bottom: 50px;
	}
	.clients h3 {
		font-size: 35px;
	}
	.who h3 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.who p {
		line-height: 26px;
		padding: 0 19px;
	}
	.stats {
		padding: 75px 0;
	}
	.stats h3 {
		font-size: 35px;
		margin-bottom: 65px;
	}
	.stats-img img {
		width: 80px;
	}
	.features h3 {
		font-size: 35px;
		margin-bottom: 30px;
	}
	.features {
		padding: 50px 0 30px;
	}
	.feature {
		padding: 10px 20px;
	}
	.features-icon img {
		width: 65px;
	}
	.features-info {
		margin-top: 20px;
	}
	.gallery {
		padding: 50px 0 75px;
	}
	.gallery h3 {
		font-size: 35px;
		margin-bottom: 30px;
	}
	.team {
		padding: 50px 0;
	}
	.team h3, .contact h3 {
		font-size: 35px;
		margin-bottom: 30px;
	}
	.grid figure figcaption {
		padding: 2em;
	}
	figcaption h4 {
		margin-top: 2em;
	}
	figure.effect-kira figcaption::before {
		top: 3.2em;
	}
	figure.effect-kira .team-social {
		padding: 1.2em 0 2.5em;
	}
	.map iframe {
		height: 400px;
	}
	.contact {
		padding: 50px 0;
	}
	.img01-grid {
		height: 500px;
	}
	.img01 {
		height: 550px;
	}
}

@media screen and (max-width:991px) {
	.about h1 {
		line-height: 25px;
	}
	.brandnames {
		font-size: 12px;
		padding-top: 13px;
	}
	#slide01 {
		top: 50px;
		padding-left: 120px;
		font-size: 13px;
	}
	#slide01 h3 {
		font-size: 20px;
	}
	#slide01 p {
		font-size: 12px;
	}
	#slide02 h3 {
		font-size: 20px;
	}
	#slide02 p {
		font-size: 12px;
	}
	#slide03 h3 {
		font-size: 20px;
	}
	#slide03 p {
		font-size: 12px;
	}
	nav a {
		font-size: 13px;
	}
	.hover-effect a {
		height: 15px;
	}
	.about p {
		line-height: 20px;
		font-size: 13px;
		padding: 0 15px;
	}
	.details p {
		color: #9E9E9E;
		padding: 0 15px;
	}
	.details-grid {
		padding: 10px 0 0;
	}
	.details-info {
		padding: 30px 0px;
	}
	.details-info p {
		line-height: 25px;
		font-size: 13px;
	}
	.who h3 {
		line-height: 25px;
	}
	.who p {
		line-height: 22px;
		font-size: 13px;
		padding: 0 15px;
	}
	.features-info {
		margin-top: 25px;
	}
	.features-item p {
		font-size: 13px;
		padding: 15px 5px 0;
		line-height: 25px;
	}
	.newsletter .email {
		padding: 5px 50px 5px 15px;
	}
	.newsletter .submit {
		right: -13px;
	}
	.img01 {
		height: 600px;
	}
}

@media screen and (max-width:853px) {
	.social {
		width: 48%;
	}
	.brandnames {
		font-size: 10px;
		padding-top: 13px
	}
	.phone, .email {
		width: 26%;
	}
	a.navbar-brand {
		font-size: 30px;
	}
}

@media screen and (max-width:800px) {
	.social {
		width: 44%;
	}
	.phone, .email {
		width: 28%;
	}
	a.navbar-brand {
		padding: 15px 5px;
	}
	.navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
	.container-fluid>.navbar-collapse {
		margin-right: -10px;
	}
	.hover-effect a {
		height: 18px;
	}
}

@media screen and (max-width:768px) {
	.social {
		width: 40%;
	}
	.phone, .email {
		width: 30%;
	}
	.newsletter .email {
		height: 35px;
	}
	.newsletter .submit {
		width: 35px;
		height: 35px;
	}
	.img01-grid {
		height: 600px;
	}
	.img01 {
		height: 650px;
	}
	#slide01 h3 {
		font-size: 14px;
	}
	#slide01 p {
		display:none;
	}
	#slide02 h3 {
		font-size: 14px;
	}
	#slide02 p {
		display:none;
	}
	#slide03 h3 {
		font-size: 14px;
	}
	#slide03 p {
		display:none;
	}
}

@media screen and (max-width:736px) {
	#brands-separator {
		display: none;
	}
	.social {
		padding: 5px 0 5px 5px;
	}
	ul.social-icons li a {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url("../images/img-sprite.png") no-repeat 0px 0px;
		background-size: 200px;
	}
	ul.social-icons li a.facebook:hover {
		background-position: 0px -33px;
	}
	ul.social-icons li a.twitter {
		background-position: -35px 0px;
	}
	ul.social-icons li a.twitter:hover {
		background-position: -35px -33px;
	}
	ul.social-icons li a.googleplus {
		background-position: -69px 0px;
	}
	ul.social-icons li a.googleplus:hover {
		background-position: -69px -33px;
	}
	ul.social-icons li a.instagram {
		background-position: -102px 0px;
	}
	ul.social-icons li a.instagram:hover {
		background-position: -102px -33px;
	}
	ul.social-icons li a.youtube {
		background-position: -135px 0px;
	}
	ul.social-icons li a.youtube:hover {
		background-position: -135px -33px;
	}
	.phone, .email {
		font-size: 13px;
	}
	.navbar-collapse {
		border-top: none;
		box-shadow: none;
	}
	a.navbar-brand {
		padding: 0;
		margin-left: 20px;
		height: 20px;
	}
	.navbar ul {
		float: none;
		text-align: center;
	}
	.navbar ul li {
		float: none;
		display: block;
	}
	.about, .clients, .who, .features, .gallery {
		padding: 50px 0;
	}
	.about-grid {
		width: 50%;
		float: left;
	}
	.about h1 {
		line-height: 21px;
		font-size: 25px;
		margin-bottom: 20px;
	}
	.about p {
		line-height: 21px;
		font-size: 12px;
	}
	.details p {
		font-size: 13px;
	}
	.details-grids {
		padding: 50px 0;
	}
	.details-grid {
		width: 33.3%;
		float: left;
	}
	.details-image {
		padding: 10px 0px;
	}
	.details-image img {
		width: 65px;
	}
	.details-info {
		padding: 20px 0px;
	}
	.flex-active-slide p {
		padding: 0px 30px;
		line-height: 25px;
	}
	.stats {
		padding: 50px 0px;
	}
	.stats-grid {
		width: 25%;
		float: left;
	}
	.who-grid {
		width: 50%;
		float: left;
	}
	.who h3 {
		line-height: 21px;
		font-size: 25px;
		margin-bottom: 20px;
	}
	.who p {
		line-height: 21px;
		font-size: 12px;
	}
	.feature {
		width: 33.3%;
	}
	.features p {
		font-size: 13px;
		padding: 0 30px;
	}
	.features-item p {
		padding: 20px 0 15px;
	}
	.left-1 {
		width: 25%;
		float: left;
	}
	.left-2 {
		width: 50%;
		float: left;
	}
	.g-3 {
		width: 50%;
		float: left;
	}
	.g-4 {
		width: 50%;
		float: left;
	}
	.left-3 {
		width: 25%;
		float: left;
	}
	figure.effect-kira figcaption::before {
		height: 2.5em;
	}
	.map iframe {
		height: 250px;
	}
	.c1 {
		width: 50%;
		float: left;
		padding: 0 5px;
	}
	.footer-info {
		margin-top: 30px;
	}
	.newsletter .email {
		width: 95%;
		padding: 5px 25px 5px 5px;
		font-size: 11px;
	}
}

@media screen and (max-width:667px) {
	.top-bar {
		padding: 0px 10px;
	}
	.social {
		width: 38%;
	}
	.phone, .email {
		width: 31%;
	}
	.details h2, .clients h3, .features h3, .gallery h3, .team h3, .contact h3 {
		font-size: 30px;
	}
	.details p {
		padding: 0px 60px;
	}
	.details-info h3 {
		font-size: 22px;
	}
	.details-info p {
		padding: 0 10px;
	}
	.clients h3 {
		margin-bottom: 40px;
	}
	.flex-active-slide h4 {
		font-size: 28px;
	}
	.flex-active-slide p {
		line-height: 25px;
		font-size: 13px;
		padding: 0 10px;
	}
	.stats h3 {
		font-size: 30px;
		margin-bottom: 50px;
	}
	.stats-img img {
		width: 65px;
	}
	.features p {
		padding: 0px 20px;
	}
	.features-item p {
		padding: 15px 0;
	}
	.team .grid figure {
		margin-bottom: 7px;
	}
	figcaption h4 {
		font-size: 29px;
	}
	.grid figure figcaption {
		padding: 1em;
	}
	figure.effect-kira figcaption::before {
		top: 2em;
	}
	.more_btn {
		margin-top: 30px;
		padding: 10px 30px;
		font-size: 13px;
	}
	.more_bbtn {
		margin-top: 30px;
		padding: 10px 30px;
		font-size: 13px;
	}
	.img-cat-waffers-grid {
		height: 360px;
	}
}

@media screen and (max-width:640px) {
	.social {
		width: 36%;
	}
	.phone, .email {
		width: 32%;
	}
	.details p {
		padding: 0px 30px;
	}
	.details-info p {
		padding: 0px 5px;
	}
	.details-info h3 {
		font-size: 21px;
	}
	.contact_form input[type='text'] {
		padding: 10px 17px 10px;
		height: 35px;
	}
	.contact_form textarea {
		height: 145px;
	}
	.img01-grid {
		height: 540px;
	}
	.img01 {
		height: 750px;
	}
}

@media screen and (max-width:603px) {
	.social {
		width: 34%;
	}
	.phone, .email {
		width: 33%;
	}
	.details-info h3 {
		font-size: 20px;
	}
	.footer-info p {
		margin-bottom: 5px;
	}
}

@media screen and (max-width:600px) {
	.phone, .email {
		font-size: 12px;
	}
	.left-1 {
		width: 100%;
		float: left;
	}
	.left-2 {
		width: 100%;
		float: left;
	}
	.left-3 {
		width: 100%;
		float: left;
	}
}

@media screen and (max-width:568px) {
	.details p {
		padding: 0px 10px;
		font-size: 12px;
	}
	.details-info h3 {
		font-size: 18px;
	}
	.flex-active-slide p {
		font-size: 12px;
	}
	.client h5 {
		font-size: 18px;
	}
	.stats-info p {
		font-size: 18px;
	}
	.features p {
		font-size: 12px;
		margin-bottom: 30px;
	}
	.features-item p {
		margin: 0;
		line-height: 25px;
	}
	figcaption h4 {
		margin-top: 1em;
		font-size: 27px;
	}
	figure.effect-kira figcaption::before {
		top: 0.2em;
	}
	.footer h4 {
		font-size: 16px;
	}
	.footer-info li {
		font-size: 12px;
	}
	.footer-info p {
		font-size: 12px;
	}
	.img01 {
		height: 900px;
	}
	.img02 {
		height: 800px;
	}
}

@media screen and (max-width:533px) {
	.social {
		width: 100%;
		text-align: center;
	}
	.phone, .email {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.details-info h3 {
		font-size: 15px;
		font-weight: 400;
	}
}

@media screen and (max-width:480px) {
	.about-grid {
		width: 100%;
	}
	.about h1 {
		margin-top: 25px;
	}
	.about p {
		line-height: 25px;
	}
	.details-grid {
		width: 50%;
	}
	.dgrid-3 {
		border-bottom: 1px solid #777;
		border-left: none;
		border-right: 1px solid #777;
	}
	.dgrid-4 {
		border-right: none;
		border-bottom: 1px solid #777;
	}
	.who-grid {
		width: 100%;
	}
	.who h3 {
		margin-top: 25px;
	}
	.who p {
		line-height: 26px;
	}
	.feature {
		width: 50%;
	}
	.features p {
		padding: 0px 5px;
	}
	.grid figure figcaption {
		padding: 0em;
	}
	figcaption h4 {
		margin-top: 2em;
		font-size: 23px;
	}
	figure.effect-kira figcaption::before {
		top: 0.1em;
	}
}

@media screen and (max-width:414px) {
	.details p {
		padding: 0;
	}
	.details-info p {
		padding: 0 5px;
	}
	.features-item p {
		padding: 15px 5px 0;
	}
	.team .grid figure {
		margin-bottom: 15px;
		width: 100%;
		margin-right: 0;
	}
	.contact_form input[type='text'] {
		font-size: 12px;
		padding: 10px;
	}
	.contact_form textarea {
		font-size: 12px
	}
	.newsletter .submit {
		right: 0;
	}
	.footer-info p {
		margin-bottom: 15px;
	}
	.copyright p {
		font-size: 13px;
	}
}

@media screen and (max-width:384px) {
	.about p {
		padding: 0 10px;
	}
	.stats {
		padding-bottom: 0;
	}
	.stats-grid {
		width: 50%;
		margin-bottom: 50px;
	}
	.stats-img {
		margin-bottom: 15px;
	}
	.numscroller {
		margin-bottom: 0;
	}
	.features p {
		padding: 0;
	}
	.features-item p {
		padding: 15px 0 0;
	}
}

@media screen and (max-width:375px) {
	.about p {
		padding: 0;
	}
	.details-info p {
		padding: 0 2px;
	}
	.flex-active-slide p {
		padding: 0;
	}
	.who p {
		padding: 0;
	}
}

@media screen and (max-width:360px) {
	.details-info h3 {
		font-size: 14px;
	}
}

@media screen and (max-width:320px) {
	.email {
		margin: 0;
		padding: 5px 0 0 0;
	}
	.about, .clients, .who, .features, .gallery {
		padding: 30px 0;
	}
	.details-grid {
		width: 100%;
	}
	.dgrid-1 {
		border-right: none;
	}
	.dgrid-3 {
		border-right: none;
	}
	.dgrid-6 {
		border-left: none;
		border-top: 1px solid #777;
	}
	.feature {
		width: 100%;
	}
	#features h3 {
		margin-bottom: 10px;
	}
	.c1 {
		width: 100%;
	}
}

/*-- //Responsive Code --*/