@charset "utf-8";
/* CSS Document */

*{
    padding: 0;
    margin: 0;
}

html,
body{
	font-family: "PT Sans Narrow", sans-serif;
	height: 100%;
}

h1{
	font-family: "Playfair Display", serif;
	font-size: 48px;
	font-style: italic;
	font-weight: 400;
	text-align: center;
	color: #000;
	width: 100%;
	position: absolute;
	top: 80px;
}

/*-----------------------------------------------------------------
		HOMESCREEN
-----------------------------------------------------------------*/

#homescreenContainer{
	width: 100%;
	height: 100%;
}

#homescreenBackground{	
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.05;
}

#homescreenBackground.feature{	
	opacity: 1;
	width: auto !important;
	height: auto !important; 
	top: 50%;
	left: 50%;
	margin: -346px 0 0 -336px;
		
}
#homescreenGradientMain,
#homescreenGradientSecond{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;	
	background-size: cover;
}

#homescreenGradientMain{
	background-image: url(../images/gradient1.jpg);
}
#homescreenGradientSecond{
	opacity: 0;
}

#homescreenSocial{
	position: absolute;
	top: 50%;
	margin-top: 120px;
	width: 300px;
	text-align: right;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}

.youtubeLink,
.pinterestLink,
.facebookLink{
	float: right;
	width: 30px;
	height: 30px;
	margin: -5px 0 0 10px;
	background: url(../images/social.png) no-repeat;
	cursor: pointer;	
}

.youtubeLink{
	background-position: -60px 0px;
}

.youtubeLink:hover{
	background-position: -60px -30px;
}

.pinterestLink{
	background-position: -30px 0px;
}

.pinterestLink:hover{
	background-position: -30px -30px;
}

.facebookLink{
	background-position: 0px 0px;
}

.facebookLink:hover{
	background-position: 0px -30px;
}

/*-----------------------------------------------------------------
		MENU
-----------------------------------------------------------------*/

#logoLarge{
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -200px;
	width: 300px;
	height: 300px;
	background: url(../images/logo-large.jpg) center no-repeat #fff;
	z-index: 9990;
}

#menuLarge{
	position: absolute;
	top: 50%;
	left: 300px;
	margin-top: -200px;
	width: 585px;
	height: 300px;
	background-color:  #211a19;
	margin-left: -585px;
	z-index: 999;
}

#menuLargeButton{
	position: absolute;
	top: 0px;
	right: -100px;
	width: 100px;
	height: 100px;
	background-image: url(../images/icons.png);
	cursor: pointer;
}

.menuLargeButtonClosed{
	background-color: #fff;	
	background-position: -200px 0;
	margin-right: -1px;
}

.menuLargeButtonOpen{
	background-color: #211a19;	
	background-position: -300px -100px;	
	margin-right: 0px;
}

.menuLargeButtonClosed:hover{
	background-color: #211a19;	
	background-position: -200px -100px;
}

.menuLargeButtonOpen:hover{
	background-color: #fff;	
	background-position: -300px 0px;
}

.menuLargeList{
	width: 230px;
	margin: 15px 0 0 20px;
	font-size: 18px;
	list-style: none;
	float: left;
}

.menuLargeList a,
.menuSmallList a{
	color: #bdbbba;	
	text-decoration: none;
}

.menuLargeList a:hover,
.menuSmallList a:hover{
	color: #fff;
}

.menuLargeList li,
.menuSmallList li{
	height: 34px;
	padding-top: 10px;
	border-bottom: 1px solid #383130;
}

/*-----------------------------------------------------------------*/

.menuIcon1,
.menuIcon2,
.menuIcon3,
.menuIcon4,
.menuIcon5,
.menuIcon6,
.menuIcon7,
.menuIcon8,
.menuIcon9,
.menuIcon10,
.menuIcon11,
.menuIcon12,
.menuIcon13{
	width: 30px;
	height: 50px;
	background: url(../images/menu-icons.png) no-repeat;
	float: left;	
	margin: -12px 5px 0 0;
}

.menuIcon1{
	background-position: 0px 0px;
}

.menuIcon2{
	background-position: 0px -50px;
}

.menuIcon3{
	background-position: 0px -100px;
}

.menuIcon4{
	background-position: 0px -150px;
}

.menuIcon5{
	background-position: 0px -200px;
}

.menuIcon6{
	background-position: 0px -250px;
}

.menuIcon7{
	background-position: -30px 0px;
}

.menuIcon8{
	background-position: -30px -50px;
}

.menuIcon9{
	background-position: -30px -100px;
}

.menuIcon10{
	background-position: -30px -150px;
}

.menuIcon11{
	background-position: -30px -200px;
}

.menuIcon12{
	background-position: -30px -250px;
}

.menuIcon13{
	background-position: 0px -300px;
}


/*-----------------------------------------------------------------
		MENU SMALL
-----------------------------------------------------------------*/

.logoSmall,
.logoSmallOnBlack{
	position: absolute;
	top: 70px;
	left: 70px;
	width: 110px;
	height: 82px;
	background: url(../images/logo-small.png) no-repeat;	
	cursor: pointer;
}

.logoSmallOnBlack{
	background-position: 0px -82px;
}

.menuSmallButton,
.menuSmallButtonOnBlack,
.menuSmallButtonOpen{
	position: absolute;
	top: 90px;
	left: 200px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background: url(../images/icons.png) no-repeat;
	background-position: -225px -25px;
}

.menuSmallButtonOpen{
	background-position: -325px -125px;
}

.menuSmallButtonOnBlack{
	background-position: -225px -125px;
}

.menuSmallButton:hover{
	background-color: #211a19;
	background-position: -225px -125px;
}

.menuSmallButtonOnBlack:hover{
	background-color: #fff;
	background-position: -225px -25px;
}

.menuSmallButtonOpen:hover{
	background-color: #fff;
	background-position: -325px -25px;
}

.menuSmall{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 220px;	
	background-color: #211a19;
	overflow: hidden;
	z-index: 99;
}

.menuSmallList{
	float: left;
	list-style: none;
	width: 200px;
	margin-top: 45px;
	text-align: left;
}

.menuSmallList:first-of-type{
	margin-left: 300px;
}

.menuSmallSocial{
	position: absolute;
	top: 95px;
	right: 50px;
	text-align: right;
	font-size: 18px;
	font-weight: 700;
	color: #908d8c;
}

/*--------------------------------------------------------------*/

.menuSmallButton.fixed{
	position: fixed;
	left: 50px;
	z-index: 999;
	background-color: #fff;
	display: none;
}

.menuSmallButton.fixed:hover{
	background-color: #211a19;
}

.menuSmall.fixed{
	position: fixed;
	z-index: 9999;
	display: none;
}


/*-----------------------------------------------------------------
		CAKE + TAG
-----------------------------------------------------------------*/

.homescreenCake{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -375px 0 0 -350px;
}


#cakeTag{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 510px;
	height: 250px;
	margin-top: -200px;
	padding: 50px 0 0 190px;
	background-color: #fff;	
	font-family: "Playfair Display", serif;
	font-style:italic;
	font-size: 48px;
	color: #000;
	line-height: 60px;	
}


#cakeTag span{
	position: absolute;
}

#cakeTag.valentines,
#cakeTag.sarbatori-paste{
	height: 200px; 
	width: 460px; 
	right: 0px; 
	left: auto; 
	margin: -200px 0px 0px 0px; 
	padding: 40px 50px 50px 50px	
}

#cakeTag.sarbatori-paste{
	height: 160px;
}

@media (max-width: 1450px) {
#cakeTag.valentines{
	height: 170px; 
	width: 350px; 
}
}

@media (max-width: 1250px) {
#cakeTag.valentines{
	height: 130px; 
	width: 250px; 
	font-size: 24px;
	line-height: 32px;
	padding: 20px 30px 30px 30px
}

#cakeTag.valentines p{
	margin-top: 10px;
}
}

#homescreenArrow{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 101px 0 0 500px;	
}

.homescreenArrowLeft,
.homescreenArrowRight{
	float: right;
	width: 100px;
	height: 100px;
	background: url(../images/icons.png) no-repeat;
	background-color: #fff;
	cursor: pointer;
}

.homescreenArrowLeft{
	background-position: 0px 0px;
}

.homescreenArrowLeft:hover{
	background-position: 0px -100px;
	background-color: #211a19;
}

.homescreenArrowRight{
	background-position: -100px 0px;
}

.homescreenArrowRight:hover{
	background-position: -100px -100px;
	background-color: #211a19;
}

#cakeTag-02,
#cakeTag-03,
#cakeTag-04,
#cakeTag-05,
#cake02,
#cake03,
#cake04,
#cake05{
	opacity: 0;
}

#cakeTag-02,
#cakeTag-04{
	margin-top: 30px;
}

/*-----------------------------------------------------------------
		TIMELINE
-----------------------------------------------------------------*/

#timeline{
	position: relative;
	width: 100%;
	height: 2000px;
	background: url(../images/timeline-background.jpg) fixed;
	background-size: cover;	
	text-align: center;
}

#timelineAxis{
	position: absolute;
	top: 330px;
	left: 50%;
	margin-left: -1px;
	width: 0px;
	border: 1px solid #000;	
}

.yearLeft,
.yearRight{
	position: relative;
	display: inline-block;
	width: 980px;
	text-align: right;
}

.yearRight{
	text-align: left;
}

.yearBubble{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -43px;
	width: 85px;
	height: 69px;	
	padding-top: 16px;
	-webkit-border-radius: 42px;
	-moz-border-radius: 42px;
	border-radius: 42px;
	font-family: "Playfair Display", serif;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	z-index: 999;
}

.yearLeft .yearBubble{
	margin-left: -300px;
}

.yearRight .yearBubble{
	margin-left: 210px;
}

.iconBubble{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 166px;
	height: 136px;	
	margin-top: -68px;
	background: url(../images/timeline-assets.png);
	background-position: 0px -55px;
}

.yearLeft .iconBubble{
	margin-left: -200px;
}

.yearRight .iconBubble{
	margin-left: 30px;
}

.bullet{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 28px;
	height: 28px;
	margin: -14px 0 0 -14px;
	background: url(../images/timeline-assets.png);
	background-position: -42px 0px;
}

.yearLeft .textContainer{
	text-align: left;
}

.yearRight .textContainer{
	text-align: right;
}

.textContainer{
	display: inline-block;
	width: 385px;
	padding: 25px 25px;
	margin: 40px 0;
	font-family: "PT Sans Narrow", sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #666;
	background-color: #fff;	
	border: 1px solid #d4d3d2;
}

.textContainer:before{
	content: ' ';
	height: 100%;
	display: inline-block;
	vertical-align: middle;	
}

.textContainer p{
	display: inline-block;
	vertical-align: middle;	
	margin: 0 0 0 20px;
}

.textArrow{
	width: 21px;
	height: 55px;
	background: url(../images/timeline-assets.png);
	display: inline-block;
	vertical-align: middle;
}

.yearLeft .textArrow{
	background-position: 0px 0px;		
	margin-left: -49px;
}

.yearRight .textArrow{
	background-position: -21px 0px;		
	margin-right: -435px;
}

.iconBubble div{
	width: 100px;
	height: 100px;
	position: relative;
	top: 19px;
	left: 33px;
	background: url(../images/timeline-icons.png);
}

/*----------------------------------------------------------------*/

#timeline1991{
	margin-top: 230px;
}

#timeline1991 .yearBubble{
	background-color: #e3affb;
}

#timeline1993 .yearBubble{
	background-color: #d0affb;
}

#timeline1996 .yearBubble{
	background-color: #bdaffb;
}

#timeline2006 .yearBubble{
	background-color: #afb4fb;
}

#timeline2010 .yearBubble{
	background-color: #afc7fb;
}

#timeline2013 .yearBubble{
	background-color: #afdafb;
}

#timeline2014 .yearBubble{
	background-color: #afe6fb;
}

#timeline1991 .iconBubble div{
	background-position: 0px 0px;
}

#timeline1993 .iconBubble div{
	background-position: -100px 0px;
}

#timeline1996 .iconBubble div{
	background-position: -200px 0px;
}

#timeline2006 .iconBubble div{
	background-position: -300px 0px;
}

#timeline2010 .iconBubble div{
	background-position: -400px 0px;
}

#timeline2013 .iconBubble div{
	background-position: -500px 0px;
}

#timeline2014 .iconBubble div{
	background-position: -600px 0px;
}

	
/*-----------------------------------------------------------------
		VIDEO
-----------------------------------------------------------------*/

#video{
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #211a19;
	text-align: center;
}

	#video:before{
		content: ' ';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}

#video h1{
	color: #fff;
}

#video h1 span{
	font-family: "PT Sans Narrow", sans-serif;
	font-weight: 700;
	font-style: normal;
}

#video .menuSmall{
	background-color: #141010;
}

#videoContainer{
	width: 50%;
	height: 50%;
	position: absolute;
	left: 25%;
	top: 25%;
	margin-top: 75px;		
}

#video iframe{
	width: 100%;
	height: 100%;
}

/*-----------------------------------------------------------------
		FOOTER
-----------------------------------------------------------------*/


#footer{
	position: relative;
	width: 100%;
	height: 380px;
	background-color: #000;	
}

#footerContainer{
	position: absolute;
	top: 50px;
	left: 50%;
	width: 940px;
	margin-left: -470px;
}

#footerContainer .menuSmallList{
	margin-top: 0px;
	margin-left: 46px;
}

#footerContainer .menuSmallList li{
	border-color: #1a1a1a;
}

#footerContainer .menuSmallList:first-of-type{
	margin-left: 0px;
	padding-left: 0px;
}

#footerContainer .menuSmallSocial{
	top: 260px;
	right: 0px;
}

#footerContainer p{
	position: absolute;
	font-family: "PT Sans Narrow", sans-serif;
	font-size: 12px;	
	text-transform:uppercase;
	color: #4c4c4c;
	margin-top: 170px;
}

#footerContainer p span{
	color: #999;
}

#newsletter{
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #1a1a1a;
}

#newsletter form label{
	position: absolute;
	top: 7px;
	left: 0px;
	font-family: "Playfair Display", serif;
	font-size: 18px;
	font-weight: bold;
	color: 	#f98b88;
}

#newsletter form label span{
	color: #fff;
}

#newsletterFormSubmit{
	background-color: #f98b88;
	border: 0 none;
	color: #fff;
	cursor: pointer;
	font-family: "PT Sans Narrow",sans-serif;
	font-size: 15px;
	font-weight: 700;
	height: 39px;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	width: 80px;
}

#newsletterFormSubmit:hover{
	color: #000;
}

#newsletter input[type="email"]{
	position: absolute;
	right: 80px;
	width: 600px;
	height: 40px;
	background-color: #0d0d0d;	
	color: #a6a6a6;
	border: none;
	padding-left: 20px;
}

/*-----------------------------------------------------------------
		CATALOG
-----------------------------------------------------------------*/

.catalogTitle{
	position: absolute;
	top: 50%;
	right: 100px;
	margin: -200px 0 0 0;
	padding: 17px 40px 23px 40px;
	background-color: #fff;	
	font-family: "Playfair Display", serif;
	font-style:italic;
	font-size: 48px;
	color: #000;
	line-height: 60px;	
}

.catalogContainer{
	background: url(../images/contact-background.jpg) top;
	background-size: cover;
	background-attachment:fixed; 
	height: auto !important;
}

.catalogGallery{
	position: relative;
	margin: 0 100px 0 400px;
	text-align: right;
}

.catalogGallery img{
	display: inline;
	margin-bottom: 20px;
	border: 10px solid #fff;
}

.catalogGallery .column{
	width: 450px;
	display: inline-block;
	vertical-align: top;
}

.catalogGallery .column div{
	font-weight: bold;
	font-size:	18px;
	text-align: left;
	margin: -10px 0 20px 40px;
}






.emailContact {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	padding-left: 38px;
	background-image: url("../images/email-icon.png");
	background-repeat: no-repeat;
	background-size: auto 100%;
	z-index: 23;
	margin-top: -163px;
	font-size: 19px;
	font-family: PT Sans Narrow;
	text-decoration: none;
	color: #FFF;
	margin-left: 214px;
	background-color:#;
	}
	
.emailContact:hover {
	text-decoration:underline;
	}

/*===== Job Ribbon======*/

.angajeazaRibbon {
	position:absolute;
	top:0;
	right:0;
	width:403px;
	height:248px;
	z-index:9000;
	background-image:url(../images/angajeaza.png);
	cursor:pointer;
	transition:all 0.35s;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-o-transition:all 0.35s;
}

.angajeazaRibbon:hover {
	opacity:0.7;
}


.angCont {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:0%;
	z-index:9999;
	background-color:rgba(0,0,0,0.6);
	opacity:0;
	overflow:hidden;
	-webkit-transition:all 0.15s;
	-moz-transition:all 0.15s;
	-o-transition:all 0.15s;
}

.angCent {
	position:absolute;
	opacity:0;
	top:50%;
	left:50%;
	width:500px;
	height:500px;
	margin:-250px 0 0 -250px;
	transition:all 0.35s;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-o-transition:all 0.35s;
}

.angClose {
	position:absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background-color:#fff;
	border:solid 1px #000;
	background-image:url(../images/icons.png);
	background-position: -324px -23px;
	cursor:pointer;
	transition:all 0.35s;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-o-transition:all 0.35s;
}


.angClose:hover {
	opacity:0.7;
}

.mAng {
	background-image: url(../images/ang.png);
	background-size: 64%;
	background-repeat: no-repeat;
	background-position: center;
	
}

#gdpr-container {
	padding: 30px;
}
#gdpr-container div {
	padding: 20px 0;
}

#shop-icon {
    position: fixed;
    top: 10px;
    right: 10px;
	z-index: 2;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 24px;
	line-height: 50px;
}
#shop-icon:before {
	content:url('http://cofetariadana.ro/images/cart.png');
	position: absolute;
	left: -60px;
}