@charset "utf-8";
/* CSS Document */
html, body, body p, h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:0;
}
body {
  background-color: #fff;
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
  padding-bottom: 0px;
  font-size:14px;
  color:#756f63;
}
body p {
	line-height:24px;
	line-height: 1.65em;
	margin:0;
	padding:0 0 1.5em 0;
}

@font-face {
    font-family: 'flanker_griffobold';
    src: url('fonts/flanker_griffo_bold-webfont.woff2') format('woff2'),
         url('fonts/flanker_griffo_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'flanker_griffobold_italic';
    src: url('fonts/flanker_griffo_italic_bold-webfont.woff2') format('woff2'),
         url('fonts/flanker_griffo_italic_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'flanker_griffoitalic';
    src: url('fonts/flanker_griffo_italic-webfont.woff2') format('woff2'),
         url('fonts/flanker_griffo_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'flanker_grifforegular';
    src: url('fonts/flanker_griffo-webfont.woff2') format('woff2'),
         url('fonts/flanker_griffo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: fanwood;
  src: url('fonts/fanwood-webfont.eot');
  src: local('fanwood'),  url('fonts/fanwood-webfont.woff') format('woff'),  url('fonts/fanwood-webfont.ttf') format('opentype'),  url('fonts/fanwood-webfont.svg#fanwood') format('svg');
}
#header-wrapper {
	max-width: 100%;
 	margin: 0;
 	background-color:#262724;
	display:flex;
	height:80px;
	opacity:1;
}
#header{
	width:1000px;
	max-width:1000px;
 	margin: 0 auto 0 auto;
 	/*background-color: #FFF;*/
	display:flex;
	box-sizing:border-box;
	padding:10px;	
}
#logo {
	background-color:#999;
	flex-basis:200px;
	text-align:center;
	background:url(../images/home-img/chopin-logo.png) no-repeat center;
}
#logo a{
	flex-basis:200px;
	height:80px;
	display:block;
	padding:0;
	margin:-10px 0 0 -10px;
	text-align:center;
}
#navbar {
	flex:1;
/*	background-color:#262724;*/
	display:flex;
	flex-direction:column;
	/*content-justify:end;*/
	text-align:right;
}
#navbar-social {
	/*flex:1;
	background-color:#777;
	flex-basis: 100%;*/
	font-style:italic;
}
#navbar-social img {
	transform:scale(0.8);
	height:auto;
	padding-right:10px;
}
#navbar-social img:hover {
	-webkit-transition: opacity .3s, -webkit- transform .3s, visibility 0s .3s, left 0s .3s;
    transition: opacity .5s, transform .5s, visibility 0.5s .3s, left 0.5s .3s;
	opacity: 0.5;	
    transition: transform .3s, opacity 1s;
	transform: scale(1);
}
#navbar-menu {
	flex:1;
	/*background-color:#444;*/
	flex-basis: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Century, serif;
}
h1 {
	font-size:3em;
}
h2 {
	font-size:2.75em;
}
h3 {
	font-size:2em;
}
h4 {
	font-size:1.75em;
}
h5 {
	font-size:1.5em;
}
h6 {
	font-size:1.25em;
}

#homeslider {
	height: 600px;
 	max-width: 100%;
  	margin: 0;
  	background-color: #2a2a2a;
  	display: flex;
	align-items:center;
	justify-content:center;	
	position:relative;
	z-index:0;
}
.slideshowwrapper{ /* dimensions of outermost slideshow container */
	width: 100%;
	height: 600px;
	position: relative;
	overflow: hidden;
}
#homeslider-content {
	color: #FFF;
  	margin: auto;
  	background-color:#3C0;
	display:flex;
	
}

.column-100 {
	max-width: 100%;
  	margin: 0 auto;
  	background-color: white;
  	display: flex;
	min-height:400px;
}

.column-100 img{
	border:none;
}
.column-100-auto {
	max-width: 100%;
  	margin: 0 auto;
  	background-color: white;
  	display: flex;
	margin:20px 0;
}

.main-column {
	max-width: 1000px;
 	margin: 0 auto;
/* 	background-color: cyan;*/
	display:flex;
	height:auto;
	flex-flow:row wrap;
}
.content50 {
	margin:0 auto;
	text-align:center;
	width:50%;
/*	background-color:#0F0;*/
	box-sizing:border-box;
	padding:80px 20px;
	height:auto;
	display:flex;
	flex-direction:column;
}
.imageflex {
	flex-flow:row wrap;
	display:flex;
	align-content: space-between;
	justify-content:space-between;
}
.imageflex div{
	/*width:222px;*/
	margin-bottom:14px;
}
.imageflex div img {
	width:auto;
	height:auto;
}


.home-product {
	background:url(../images/home-img/products.jpg) no-repeat 0px -200px;
}
.home-dates {
	background:url(../images/home-img/dates.jpg) no-repeat 0px -400px;
}
.home-corporate {
	background:url(../images/home-img/corporate.jpg) no-repeat center;
}
.about-chocolate {
	background:url(../images/about/chocolate_about.jpg) no-repeat center;
}
.contact-product {
	background:url(../images/contact/products.jpg) no-repeat 0px -350px;
}
.full-image {
	background-size:100%;
	background-attachment:fixed;
	min-height:500px;
	display:flex;	
	background-color:#262724;
}
.full-image-content {
	color: #FFF;
  	margin: auto;
  	/*background-color:#000;*/
	width:800px;
	height:300px;
	display:flex;
	justify-content:center;
	flex-direction:column;
	opacity:0.7;
	text-align:center;
}

#footer {
	width: 100%;
  	margin: 0 auto;
  	background-color:#2e2f2c;
  	display: flex;
	min-height:100px;
}
.footer-content {
/*	color: #FFF;*/
  	margin: auto;
	text-align:center;
}
.footer-content img{
	margin:0 10px;
	border:none;
}


/*################ LAYOUT END HERE ###############*/
.opacity:hover img {	
    opacity: 0.5;	
    -webkit-transition: opacity 1s, -webkit-transform .3s;	
    transition: opacity 1s, -webkit-transform .3s;	
    -o-transition: transform .3s, opacity 1s;	
    transition: transform .3s, opacity 1s;	
    transition: transform .3s, opacity 1s, -webkit-transform .3s;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.opacity2:hover img {
    opacity: 0.7;	
    -webkit-transition: opacity 1s, -webkit-transform .1s;	
    transition: opacity 1s, -webkit-transform .1s;	
    -o-transition: transform .1s, opacity 1s;	
    transition: transform .1s, opacity 1s;	
    transition: transform .1s, opacity 1s, -webkit-transform .1s;
}

.lightgray {
	background-color:#CCC;
	color:#585858;
	display:flex;
	margin:auto;
}

.center {
	text-align:center;
	height:auto;
}

.fright{
	float:right;
	margin-left:20px;
}
.fleft{
	float:left;
	margin-right:21px;
}
.box1{
  /*background-color:#262724;*/
  /*border:solid 1px #4E3D21;*/
  color:#FFF;
  padding:10px;
  margin-bottom:10px;
  display:block;
}
.box1 img{
  border:solid 1px #777672;
}

.white-font {
	color:#fff;
}

.bg50 {
	background-color:rgb(15%, 15%, 14%, .5) /*  50% opaque dark gray */ 
}

.corporate-gallery20 {
	display:flex;
}
.corporate-gallery20 > div {
	width:20%;
}
.corporate-gallery20 img, .corporate-gallery20 a{
	width:100%;
	max-width:100%;
	height:auto;
}

/*################ gallery zoom effect ###############*/
/*.gallery > div:hover {
  z-index: 1;
}
.gallery > div:hover > img {
  transform: scale(1.7,1.7);
  transition: .3s transform;*/
  
/*################ gallery zoom effect ###############*/
}
@media (max-width: 680px) {
    /* Sub level menu links style */ 
	.order1 {
        order: 2;
    }
	.order2 {
        order: 1;
    }
	
	.home-product {
		background:url(../images/home-img/products.jpg) no-repeat center;
	}
	.home-dates {
	background:url(../images/home-img/dates.jpg) no-repeat center;
	}
	.home-corporate {
		background:url(../images/home-img/corporate.jpg) no-repeat center;
	}
	
}
