/*

Main css file

*/

.container::before, .container::after {
    content:"";
    display:table;
}
.container::after {
    clear:both;
}
.container {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}



/*COLORS*/

.black {
	color:#000;
}

.white {
	color:#fff;
}

.hopbush {
	color:#C461A5;
}

.bronco {
	color:#AD9D91;
}

.beautybush {
	color:#EBBAC0;
}

.pistachio {
	color:#DAECCB;
}

.kumera {
	color:#8B6D2A;
}

.blueberry {
	color:#8781BD;
}

.black_b {
	background-color:#000;
}

.white_b {
	background-color:#fff;
}

.hopbush_b {
	background-color:#C461A5;
}

.bronco_b {
	background-color:#AD9D91;
}

.beautybush_b {
	background-color:#EBBAC0;
}

.pistachio_b {
	background-color:#DAECCB;
}

.kumera_b {
	background-color:#8B6D2A;
}

.blueberry_b {
	background-color:#8781BD;
}

/*COLORS END*/


/*ELEMENTS*/
a {
	text-decoration: none;
	display:inline-block;
	position:relative;
}

a:after {
	content:'';
	border-bottom:solid currentColor 1px;
	opacity:0;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-transition:	all .2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition:	all .2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition:		all .2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:			all .2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

a:hover:after {
	opacity:1;
}

.icon a:after {
	display:none;
}

/*.icon {
	 -webkit-filter: invert(0%);
    filter: invert(0%);
	-webkit-transition:	all .2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition:	all .2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition:		all .2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:			all .2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.icon:hover {
	 -webkit-filter: invert(100%);
    filter: invert(100%);
	background-color:#079064;
}*/

menu #cloner {
	display:none;
	overflow:hidden !important;
	-webkit-filter: url('#blur');
	  filter: url('#blur');
	  -webkit-filter: blur(6px);
	  filter: blur(6px);
	  padding-top:20px;
}

/*menu #cloner section:before {
	display:none;
}*/

.content_text {
	max-width:80%;
	margin:0 auto;
	font-size:16px;
}

menu #bcg {
	width:100%;
	height:100%;
	position:absolute;
	display:none;
	opacity:.60;
	background-color:#EBBAC0;
	background-color:#fff;
	/*background-image:url(../images/ice.png);*/
	
	z-index:-1;
	margin-top:-20px;
}

menu.fixed #bcg {
	display:block;
}


menu.fixed #cloner {
	position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    margin: -20px 0;
    padding: 0;
	display:block;
}


div,p,h1,h2,h3,section,menu,nav {
	box-sizing:border-box;
}


strong {
	color:#000;
	/*font-family:'Open Sans', sans-serif;;*/
}

body {
	background: repeating-linear-gradient(
	  to right,
	  #ebe0d8,
	  #ebe0d8 36px,
	  #fcfaf9 36px,
	  #fcfaf9 72px
	);
	color:#333;
	font-size:16px;
	font-family:'Open Sans', sans-serif;;
	padding:0;
	margin:0;
}

h1,h2,.h1,.h2 {
	font-family:"MCBP";
	font-size:55px;
	font-size:5vmax;
	margin:0;
	
}

section {
	 margin:55px auto;
	 padding:74px 69px;
	 width:100%;
	 -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.75);
	 -moz-box-shadow:    5px 5px 15px 0px rgba(0, 0, 0, 0.75);
	 box-shadow:         5px 5px 15px 0px rgba(0, 0, 0, 0.75);
	 position:relative;
}

section:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	/*opacity:.9;*/
	
	background-color:#fff;
	z-index:-2;
}

section:after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:.9;
	background-color:transparent;
	margin:34px 29px;
	z-index:-1;
}


section.pistachio_bord:after {
	border:solid #DAECCB 2px;
}

section.beautybush_bord:after {
	border:solid #EBBAC0 2px;
}

section.blueberry_bord:after {
	border:solid #8781BD 2px;
}

section.bronco_bore:after {
	border:solid #AD9D91 2px;
}

section.kumera_bord:after {
	border:solid #8B6D2A 2px;
}

section.hopbush_bord:after {
	border:solid #C461A5 2px;
}

section.white_bord:after {
	border:solid #fff 2px;
}

section.black_bord:after {
	border:solid #000 2px;
}

/*ELEMENTS END*/

/*CLASSES*/
.strongm {
	font-family:'Open Sans', sans-serif;;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

.cupdesc {
	font-family:"MCBP";
	font-size:37px;
}

.head_circle {
	-webkit-border-radius: 	50%;
	-moz-border-radius: 	50%;
	border-radius: 			50%;
	background-position:center;
	background-size:75%;
	background-repeat:no-repeat;
	background-image:url(../images/LaPannaLogo.png);
	position:absolute;
	z-index:0;
	border:solid #fff 2px;
}

.head_circle.larger {
	width:356px;
	height:356px;
}

.head_circle.smaller {
	/*width:276px;*/
	/*height:276px;*/
	width:14%;
	
}



.head_circle.maincircle {
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:-150px auto 0;
	width:100%;
	position:absolute;
}

.head_circle.maincircle:after {
	padding-top: 56.25%;
	/* 16:9 ratio */
	display: block;
	content: '';
}

.head_circle.leftp {
	top:-25px;
	left:55px;
	margin:0;
}

.head_circle.rightp {
	top:-25px;
	right:55px;
	margin:0;
}

.headline {
	font-size: 30px;
	font-size:2vw;
    font-size: 2vmax;
    text-align: right;
	line-height: 4.5vw;
    line-height: 4.5vmax;
    padding-left: 50px;
}

.lh30 {
	line-height:30px;
	font-size:18px;
}

/*CLASSES END*/

/*IDS*/
.content_wrapper {
	width:100%;
	margin:0;
	padding:110px 70px 70px 70px; 
}

.sectioncontent {
	position:relative;
	width:100%;
	padding:0;
	margin:70px 0 0 0;
	display:table;
	table-layout: fixed;
}

#section2content {
	margin-top:0;
}

#section2content #section2right .head_circle.smaller {
	bottom:40px;
	right:40%;
	width:160px;
	height:160px;
	width: 12vmax;
    height: 12vmax;
}

.sectioncontent > div {
	display:table-cell;
	width:50%;
	margin:0;
	vertical-align:bottom;
}

.sectioncontent > div.vm {
	vertical-align:middle;
}

#section2content #section2left {
	width:60%;
	text-align:center;
	vertical-align:middle;
	padding:0 50px;
}

#section2content #section2right {
	width:40%;
	vertical-align:top;
	position:relative;
	overflow:visible;
}

#section2right img {
	width:auto;
	height:150%;
	position:absolute;
	right:0;
	top:-10%;
	z-index:0;
	max-height:700px;
}

#section1content {
	min-height:500px;
}

.map {
	max-width:50%;
	height:auto;
}

#section1content .bcg {
	background-image: url(../images/home_bcg.png);
    background-repeat: no-repeat;
    background-clip: border-box;
    background-color: transparent;
    background-position: bottom left;
    background-size: cover;
	-webkit-box-shadow: inset 0px 0px 20px 30px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 20px 30px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 20px 30px rgba(255,255,255,1);
}

#section1content .bcg img {
	display:none;
	width:100%;
	height:auto;
	vertical-align:top;
}

#section6content > div {
	vertical-align:top;
}

#section6left {
	width:30%;
}

#section6right {
	width:70%;
	padding-left:80px;
	background-image:url(../images/jahody.png);
	background-repeat:no-repeat;
	background-size:50% auto;
	background-position:bottom right;
}

section:last-child {
	margin-bottom:0;
}

svg {
	display:none !important;
}



/*IDS END*/


/*MENU*/
menu {
	position:relative;
	z-index:9;
	display:table;
	width:100%;
	margin:0;
	padding:0;
	margin:-20px 0 20px 0;
	-webkit-transition:	all .2s cubic-bezier(0.645, 0.045, 0.355, 1);
		-moz-transition:	all .2s cubic-bezier(0.645, 0.045, 0.355, 1);
		-o-transition:		all .2s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition:			all .2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

menu .item {
	display:table-cell;
	font-size:20px;
	color:#000;
	font-family:'Open Sans', sans-serif;;
	text-align:center;
	text-transform:uppercase;
	position:relative;
	vertical-align:middle;
	font-weight:600;
}

menu .item.rt, menu .item.lt {
	width:13.3%;
}

menu .item.ct {
	width:20%;
}

menu .item.rt {
	text-align:right;
	text-align:center;
}

menu .item.lt {
	text-align:left;
	text-align:center;
}

menu a {
	text-decoration:none;
	color:#000;
	display:block;
	width:100%;
	height:100%;
	/*padding:10px 0;*/
	position:relative;
	-webkit-transition:	all .2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition:	all .2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition:		all .2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:			all .2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

menu a:hover, menu a.active {
	color:#8781BD;
}

menu>.item>a:after {
	content:'';
	position:absolute;
	top:0; 
	left:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	padding:0;
	margin:auto;
	width:50%;
	opacity:0;
	z-index:-1;
	display:none;
	-webkit-transition:	all .2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition:	all .2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition:		all .2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:			all .2s cubic-bezier(0.645, 0.045, 0.355, 1);
}




/*menu>.item>a:hover:after {
	opacity:1;
}*/

menu #icons {
	position:relative;
	text-align:right;
}

menu .icon {
	display:inline-block;
	width:36px;
	height:36px;
	background-size:auto 36px;
	background-repeat:no-repeat;
	background-image:url(../images/icons/icons_spr.gif);
	margin:0 10px 0 0;
}

menu .icon#fb {
	background-position:0 0;
}

menu .icon#insta {
	background-position:-36px 0;
}

menu .icon#search {
	background-position:-72px 0;
}

#en {
	background:url(../images/en-min.png) no-repeat;
	background-size:contain;
}

#cs {
	background:url(../images/cs-min.png) no-repeat;
	background-size:contain;
}
/*END OF MENU*/


/*ICECREAMS*/

.sectioncontent .icecream_holder {
	width:25%;
	display:table-cell;
	height:auto;
	vertical-align:top;
	margin-bottom:10px;
}

.ic_img_holder {
	width:100%;
}

.ic_img_holder img {
	width:100%;
	height:auto;
}

.sectioncontent .ic_row {
	display:table-row;
	width:100%;
}

.ic_text_holder {
	width:100%;
	text-align:center;
	margin-top:-20px;
}

.ic_text_holder h4 {
	font-size:24px;
	text-align:center;
	color:#7d7d7d;
	margin:0;
	padding:0 10px;
	font-weight:500;
}

.ic_text_holder p {
	text-align:center;
	color:#7d7d7d;
	margin:0;
	padding:0 10px;
	font-weight:300;
}

#section4content .ic_row .icecream_holder:nth-child(even) {
	padding-top:160px;
}

#section4content {
	overflow:hidden;
}

#section4content .ic_text_holder h4 {
	font-size:50px;
	font-family:"MCP";
	text-align:center;
	color:#7d7d7d;
	margin:0;
	padding:0 10px;
	position:relative;
	font-weight:500;
}

#section4content .ic_text_holder h4:after {
	content:attr(data-value);
	position:absolute;
	top:0%;
	left:30%;
	z-index:-1;
	opacity:.25;
	font-size:80px;
	font-family:"MCP";
	color:inherit;
	white-space:nowrap;
}

#section4content.sc .ic_text_holder h4::after {
	top:0%;
}


#section4content .ic_text_holder p {
	text-align:center;
	font-family:'Open Sans', sans-serif;;
	font-size:14px;
	color:#7d7d7d;
	margin:0;
	padding:0 10px;
	font-weight:500;
}

#section5content.sectioncontent .icecream_holder {
	width:auto;
	height:auto;
}

#section5content.sectioncontent {
	margin-top:30px;
	margin-bottom: 50px;
}

#section5content .ic_row .icecream_holder .ic_img_holder img {
	vertical-align:bottom;
}

p.subheadline {
	font-size:40px;
	text-align:center;
	padding:0;
	margin:10px 0;
}

#logomobile {
	display:none;
}

#menumobile {
	display:none;
	/*background:#fff;*/
	width:100%;
}


#map_open {
	text-decoration:none;
}

#map_open:after {
	display:none;
}

#map_large {
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	bottom:0;
	right:0;
	top:0;
	margin:0;
	padding:80px;
	opacity:0;
	visibility:hidden;
	pointer-events:none;
	-webkit-transition:	all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition:	all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition:		all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:			all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}


#map_large>div.mapb {
	opacity:.8;
	background:#fff;
	z-index:8;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#map_large>div.mapl {
	background-image:url(../images/mapbig-min_sm.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	position:absolute;
	width:100%;
	height:100%;
	background-color:transparent;
	top:0;
	left:0;
	z-index:9;
}

#map_large.opened {
	visibility:visible;
	opacity:1;
	z-index:999;
	pointer-events:all;
	
}



/*END OF ICECREAMS*/

@media (min-width: 1151px){
	
	
	menu.fixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		margin: 0;
		padding: 20px 0;
		z-index: 99;
		border-bottom: solid #222 1px;
		background:#fff;
	}
	
	menu.fixed > div > .head_circle {
		width:150px !important;
		height:150px !important;
		margin-top:-50px !important;
		cursor:pointer !important;
	}
	
	/*menu.fixed >.item>a:hover {
		color:#fff;
	}*/
	menu.fixed >.item>a:after {
		display:none;
	}
	
}



@media (max-width: 1150px){
	.map {
		max-width:100%;
		height:auto;
	}
	p.headline {
		line-height:normal !important;
		margin:10px 0;
		font-size:16px;
	}
	menu.fixed #cloner,menu.fixed #bcg {
		margin-top:0;
	}
	
	#logomobile {
		cursor:pointer;
	}
	
	#section4content .ic_row .icecream_holder:nth-child(even) {
		padding-top:0 !important;
	}
	
	#section1content {
		display:block !important;
		padding:0 !important;
		margin-top:0 !important;
	}
	
	#section1content > div {
		display:block !important;
		padding:0 !important;
		width:100% !important;
		vertical-align:top !important;
	}
	
	#section1content .bcg img {
		display:block !important;
	}
	
	#section1content .bcg {
		display:block !important;
		width:100% !important;
		height:auto !important;
		max-height:none !important;
	}
	
	#section1content > div * {
		text-align:center !important;
		padding:0;
	}
	
	#section2left {
		display: block !important;
		width: 100% !important;
		padding: 0 !important;
	}
	
	#section2right {
		display: block !important;
		height: auto !important;
		width: 100% !important;
		text-align: center !important;
		vertical-align: bottom !important;
		padding-top: 20px !important;
	}
	
	#section2right img {
		position: relative !important;
		height: auto !important;
		width: 50% !important;
		max-height: none !important;
	}
	
	
	#section3content {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	#section3content .ic_row {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
		overflow: hidden;
		max-width: 100%;
	}
	
	
	#section6content, #section6content #section6left, #section6content #section6right {
		display:block;
		width:100%;
	}
	
	#section6right {
		margin:20px 0 !important;
		padding: 0 0 160px 0;
		background-position:bottom center;
	}
	
	.sectioncontent .icecream_holder {
		height: auto;
		vertical-align: top;
		margin-bottom: 10px;
		display: block;
		width: 100%;
	}
	
	.ic_img_holder {
		text-align:center;
	}
	
	.ic_img_holder img {
		max-width:300px;
	}
	
	.head_circle.rightp, .head_circle.leftp {
		top: -50px !important;
		right: 0 !important;
		margin: auto !important;
		left: 0 !important;
		width: 100px !important;
		height: 100px !important;
	}
	
	#logomobile {
		height: 70px !important;
		width: 70px !important;
		position: absolute;
		bottom: 0;
		margin-right: 10px !important;
		margin-bottom: 0 !important;
		display: inline !important;
		margin-top: 34px !important;
	}
	.ct {
		display:none !important;
	}
	
	menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		margin: 0;
		z-index: 999;
		max-height: 80px;
		vertical-align: middle;
		display: block !important;
		background: #fff;
		overflow:hidden;
		padding-bottom:60px;
		-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
		
	}
	
	menu.open {
		background: #fff;
		max-height:100%;
		height:auto;
		
	}
	
	section {
		margin-left:0 !important;
		margin-right:0 !important;
	}
	
	section:nth-child(1) {
		margin-top: 110px !important;
	}
	
	#menumobile {
		margin: 0;
		height: 80px;
		vertical-align: middle;
		line-height: 80px;
		position: relative;
		display:block;
	}
	
	menu .item {
		display: block;
		font-size: 25px;
		color: #000;
		font-family: 'Open Sans', sans-serif;;
		text-align: center;
		text-transform: uppercase;
		position: relative;
		vertical-align: middle;
		text-align: center !important;
		width: 100% !important;
		line-height: 60px;
		height: 60px;
	}
	
	.content_wrapper {
		padding: 0 0 70px 0 !important;
	}
	
	#center_fill {
		display:none;
	}
	
	#section6left {
		width:100%;
	}
	
	.table {
		border-spacing:0 15px;
	}
	
	.row > div {
		border-bottom:solid #ccc 1px;
		padding-bottom: 15px;
	}
	
	.row > div:nth-child(2) {
		text-align:right;
	}
	
	.row > div:nth-child(2) br {
		display:block;
	}
	
	.table .row:last-child > div {
		border-bottom:none;
	}
	
	span.break {
		display:block;
	}
}



/*HAMBURGER*/
* {
  margin: 0;
  padding: 0; 
}

/* Icon 1 */

#nav-icon2 {
  width: 45px;
  height: 45px;
  position: relative;
  margin: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

/* Icon 2 */

#nav-icon2 {
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 50%;
  background: #EBBAC0;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 5px 5px 0;
}

#nav-icon2 span:nth-child(odd) {
  left:0px;
  border-radius: 5px 0 0 5px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 13px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 26px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}


#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 11px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 11px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 25px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 25px;
}

#center_fill {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 22%;
    height: auto;
}
}

@media (max-width: 460px) {
	#section6right {
		background-size: 100% auto !important;
	}
}



.table {
	display:table;
	width:100%;
}

.row {
	display:table-row;
	vertical-align:top;
}

.row > div {
	display:table-cell;	
}

.row > div:nth-child(2) {
	padding-left:20px;
}

.row > div:nth-child(2) br {
	display:none;
}

span.break {
	margin-right:20px;
}

.h3 {
	font-size:20px;
	font-weight:500;
	margin-bottom:10px;
}