@keyframes animatedsend {
	0% { background-position:100% 0%; }
	100% { background-position:100% 100% ; }
}
@-webkit-keyframes animatedsend {
	0% { background-position:100% 0%; }
	100% { background-position:100% 100% ; }
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
html,body {
	margin:0;
	padding:0;
	height:100%;
}
body{
	font-family: 'Roboto', sans-serif;
	background: #fff;
	font-size: 20px;
	font-weight:300;
	color: #636363;
}
.clr{clear: both;}
.s4{height:4px;}
.s9{height:9px;}
.s18{height:18px;}
.s27{height:27px;}
.s36{height:36px;}
.s45{height:45px;}
.s54{height:54px;}
.s70{height:70px;}
.s79{height:79px;}
.s90{height:90px;}
.center{ text-align:center;}
a{
	color:#c29a07;
	
	outline:none;
	text-decoration:none;
}
a:hover{
	color:#000;
}
h1, h2, h3{
	font-size:60px;
	font-weight:100;
	color:#c29a07;
	text-align:center;
}
h2{
	font-size:54px;
}
h3{
	font-size:36px;
	color:#333;
	font-weight:300;
}
h4{
	font-size:27px;
	font-weight:300;
}
.menu, .mmenu{
	width:0;
	max-width:400px;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:6;
}
.mmenu{
	width:97%;
}
.menu-butt, .menu-buttclose{
	position:absolute;
	width:100px;
	height:100px;
	background-color:#c29a07;
	left:30px;
	top:30px;
	border-radius:50px;
	z-index:2;
	cursor:pointer;
}
.menu-butt:hover, .menu-buttclose:hover{
	background-color:#fff;
}
.menu-buttbar{
	width:40px;
	height:4px;
	background-color:#fff;
	position:absolute;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	left:30px;
}
.menu-butt:hover .menu-buttbar, .menu-buttclose:hover .menu-buttbar{
	background-color:#000;
}
.menu-butt .a{
	top:38px;
}
.menu-butt .b{
	top:48px;
}
.menu-butt .c{
	top:58px;
}
.menu-buttclose .a{
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari */
    transform: rotate(45deg); /* Standard syntax */
	top:48px;
}
.menu-buttclose .b{
	opacity:0;
}
.menu-buttclose .c{
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari */
    transform: rotate(-45deg); /* Standard syntax */
	top:48px;
}
.menuspace{
	height:180px;
}
.menulinks, .mmenulinks{
	position:absolute;
	width:100%;
	height:100%;
	background-image:url(../images/bg1.jpg);
	box-shadow:0 0 9px rgba(0,0,0,1);
	left:-400px;
}
.mmenulinks{
	left:0;
}
.menulinks a, .mmenulinks a{
	font-size:24px;
	text-transform:uppercase;
	display:block;
	padding:22px 0 12px 72px;
	border-bottom:1px dotted rgba(194,154,7,.4);
	background-image:url(../images/bullet.png);
	background-repeat:no-repeat;
	background-position:20px center;
}
.menulinks a:hover, .mmenulinks a:hover{
	color:#fff;
}
.home{
	position:relative;
	width:100%;
	height:calc(100% - 5px);
	overflow:hidden;
	background-color:#000;
	color:#fff;
	background-image:url(../images/1.jpg);
	background-size:cover;
	background-position:center;
}
.logo{
	position: absolute;
	margin:0 auto;
	left:0;
	right:0;
	top: 50%;
	width:223px;
	transform: translateY(-50%);
	z-index:5;
}
.logo img{
	width:100%;
	height:auto;
}
.wave{
	position:absolute;
	height:21px;
	width:100%;
	background-image:url(../images/wave.png);
	background-position:center;
	bottom:0;
	z-index:5;
}
.wrapper{
	max-width:1550px;
	padding:0 54px;
	margin:0 auto;
}
.mascot{
	width:198px;
	height:408px;
	background-image:url(../images/mascot.png);
	float:left;
	margin:0 27px;
}
.sep{
	background-image:url(../images/sep.png);
	background-position:center;
	height:28px;
	margin:70px 0 63px;
}
.sep2{
	max-width:510px;
	background-image:url(../images/sep.png);
	background-position:center;
	height:28px;
	margin:70px auto;
}
.pictures{
	position:relative;
	height:990px;
}
.cafe1, .cafe2{
	width:45%;
	border:2px solid #fff;
	overflow:hidden;
}
.cafe2{
	width:62%;
	position:absolute;
	right:0;
	top:250px;
}
.cafe1 img, .cafe2 img{
	width:100%;
	height:auto;
	display:block;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.cafe1:hover img, .cafe2:hover img{
	-ms-transform: scale(1.2, 1.2); /* IE 9 */
    -webkit-transform: scale(1.2, 1.2); /* Safari */
    transform: scale(1.2, 1.2);
}
.cafetext1, .cafetext2{
	position:absolute;
	width:calc(55% - 54px);
	right:0;
	top:70px;
	font-size:36px;
}
.cafetext2{
	width:calc(38% - 54px);
	color:#c29a07;
	left:0;
	font-size:30px;
	right:auto;
	top:600px;
}
.owners{
	text-align:center;
	z-index:3;
}
.owner1, .owner2{
	display:inline-block;
	margin:0 20px;
	text-align:left;
	padding:0 0 0 300px;
	width:calc(50% - 343px);
	position:relative;
}
.owner1{
	padding:0 300px 0 0;
}
.owner1 h3, .owner2 h3{
	text-align:left;
}
.owner1 h4, .owner2 h4{
	color:#c29a07;
}
.ownerpic{
	position:absolute;
	bottom:0;
	left:0;
	width:270px;
	border:2px solid #fff;
	overflow:hidden;
}
.owner1 .ownerpic{
	left:auto;
	right:0;
}
.ownerpic img{
	width:100%;
	height:auto;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.ownerpic:hover img{
	-ms-transform: scale(1.2, 1.2); /* IE 9 */
    -webkit-transform: scale(1.2, 1.2); /* Safari */
    transform: scale(1.2, 1.2);
}
.coffee{
	display:inline-block;
	font-size:30px;
	color:#fff;
	box-shadow:inset 0 2px 4px rgba(0,0,0,.5);
	padding:9px 36px;
	border-radius:30px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#704229+0,4e2611+100 */
	background: rgb(112,66,41); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(112,66,41,1) 0%, rgba(78,38,17,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(112,66,41,1) 0%,rgba(78,38,17,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(112,66,41,1) 0%,rgba(78,38,17,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#704229', endColorstr='#4e2611',GradientType=0 ); /* IE6-9 */
}
.frenchisee{
	position:relative;
}
.frenchiseelogo{
	max-width:360px;
	margin:0 auto;
	height:100px;
	background-image:url(../images/logo2.png);
	background-position:center top;
	background-repeat:repeat-x;
}
.coffeemark{
	position:absolute;
	width:328px;
	height:265px;
	background-image:url(../images/coffeemark.png);
	bottom:0;
	right:80px;
}
.products{
	background-image:url(../images/bg1.jpg);
	background-color:#1e1e1e;
	color:#bebebe;
	padding:63px 0 70px;
}
.product{
	display:inline-block;
	width:270px;
	margin:20px 3px;
	padding:0 0 18px;
	vertical-align:top;
	border:1px dotted #666;
	background-color:rgba(0,0,0,.7);
}
.product {
    display: none;
}
.show {
  display:inline-block;
}
.product img{
	width:100%;
	height:auto;
	margin:0 0 10px;
}
.product h3{
	padding:10px 0;
	color:#bebebe;
}
.product sup{
	color:#c29a07;
	font-size:22px;
}
.contactbox{
	background-image:url(../images/coffeebeans.png);
	background-repeat:no-repeat;
	background-position:0 0;
	padding:90px 0 70px;
}
.address{
	max-width:500px;
	margin:0 auto;
}
.col3{
	display:inline-block;
	width:calc(33% - 54px);
	padding:27px;
	font-size:25px;
}
.col3 a{
	display:inline-block;
	margin:5px 0;
}
.socialicon{
	width:50px;
	height:50px;
	border-radius:50px;
	background-color:#c29a07;
	display:inline-block;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.facebook{
	background-image:url(../images/facebook.png);
}
.insta{
	background-image:url(../images/insta.png);
}
.youtube{
	background-image:url(../images/youtube.png);
}
.social:hover .socialicon{
	background-color:#000;
	background-position:0 -50px;
}
.textfield, .message, .send{
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	font-weight:300;
	border-radius:38px;
	border:1px solid rgba(0,0,0,.2);
	margin:18px 0 0;
	padding:16px 27px;
	outline:none;
	width:calc(33.3% - 60px);
	background-color:#dedede;
}
.textfield:hover, .message:hover{
	border:4px solid #c29a07;
	padding:13px 24px;
}
.textfield:focus, .message:focus{
	border:1px solid #c29a07;
	padding:16px 27px;
	background-color:#fff;
}
.message{
	width:calc(100% - 60px);
}
.send{
	background-color:#c29a07;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	font-size:27px;
	padding:12px 100px;
	width:100%;
}
.send:hover{
	background-color:#000;
	color:#fff;
}
.error_strings a{
	color:#c29a07;
	font-size:14px;
	text-align:left;
	width:400px;
	margin:0 auto;
	padding:22px 36px;
	background-color:rgba(0,0,0,.3);
}
.map{
	background-color:#c29a07;
}
.footer{
	padding:12px 0;
	background-color:#c29a07;
	color:#fff;
}
.list ul{
	max-width:500px;
	margin:0 auto;
	list-style:none;
}
.list ul li{
	padding:12px 0 9px 36px;
	border-bottom:1px dotted #704229;
	background-image:url(../images/bullet1.png);
	background-repeat:no-repeat;
	background-position:0 center;
}

#myBtnContainer{
	text-align:center;
	background-color:#000;
}
.btn {
	color:#fff;
	font-family: 'Roboto', sans-serif;
	border:none;
	outline:0;
	font-size:22px;
	text-transform:uppercase;
	padding: 18px 24px;
	background-color:rgba(255,255,255,.0);
	cursor: pointer;
}
.btn:hover {
  background-color: #333;
}
.btn.active {
  background-color:#c29a07;
}
.partners img{
	margin:60px 27px 90px;
}
.partners{
	border-bottom:1px dotted #c29a07;
}
@media screen and (max-width: 1500px) { 
	.logo{width:160px;}
	.pictures{height:850px;}
	.cafetext2{top:450px;}
	
}
@media screen and (max-width: 1350px) {
	.owner1, .owner2{
			padding:0;
			width:calc(50% - 43px);
			text-align:center;
	}
	.ownerpic{
		position:static;
		margin:0 auto;
	}
	.owner1 h3, .owner2 h3{
		text-align:center;
	}
}
@media screen and (max-width: 1200px) { 
	.wrapper{
		padding:0 27px;
	}
	.frenchiseelogo{
		height:300px;
	}
	.menu-butt, .menu-buttclose{
		width:70px;
		height:70px;
		left:20px;
		top:20px;
	}
	.menu-buttbar{
		width:30px;
		height:3px;
		left:20px;
	}
	.menu-butt .a{top:25px;}
	.menu-butt .b{top:33px;}
	.menu-butt .c{top:41px;}
	.menu-buttclose .a{top:33px;}
	.menu-buttclose .c{top:33px;}
	.menuspace{height:100px;}
	.pictures{height:650px;}
	.cafetext2{top:370px;}
}


@media screen and (max-width: 900px) { 
	body{font-size: 16px;}
	.cafe1{width:80%; padding:190px 0 0;}
	.cafe2{position:static; width:100%; padding:0 0 190px;}
	.pictures{height:auto;}
	.cafetext1{
		top:0;
		left:2;
		right:auto;
		width:calc(80% - 36px);
		padding:12px 18px;
	}
	.cafetext2{
		width:calc(100% - 36px);
		padding:12px 18px;
		top:auto;
		bottom:0;
		left:2px;
	}
	.owner1, .owner2{
		display:block;
		margin:0;
		width:100%;
	}
	.owner1, .owner2{
		min-height:250px;
		width:calc(100% - 300px);
		padding:45px 300px 0 0;
		text-align:left;
	}
	.owner2{
		min-height:250px;
		width:calc(100% - 300px);
		padding:45px 0 0 300px;
	}
	.ownerpic{
		position:absolute;
	}
	.owner1 h3, .owner2 h3{
		text-align:left;
	}
	.col3{
		width:calc(100% - 54px);
	}
	.contactbox{
		padding:220px 0 70px;
	}
	.textfield{
		width:calc(100% - 60px);
	
	}

}
@media screen and (max-width: 650px) {
	.owner1, .owner2{
		min-height:250px;
		width:100%;
		padding:45px 0 0;
		text-align:center;
	}
	.owner1 h3, .owner2 h3{
		text-align:center;
	}
	.ownerpic{
		position:static;
		margin:0 auto;
	}
	.cafe1{width:100%; padding:290px 0 0;}
	.mascot{
		float:none;
		margin:0 auto;
	}
}