/**************************
Universal Styles
***************************/

@import url('reset.css');


#social_media {
	width: 250px;
	height: 75px;
}

#social_media div {
	float: left;
	margin-right: 20px;
}

#social_media div:last-child {
	margin-right: 0px;
}

#social_media div img {
	max-width: 50px;
}

#hours {
	width: 50%;
	margin: 200px auto;
	font-size: 2em;
	text-align: center;
}

#result {
	text-align: center;
	width: 100%;
	font-size: 2em;
	padding: 130px 0px;
}

body {
	font-family: 'quicksand';
}

body a {
	text-decoration: none;
}

@font-face {
    font-family: 'alexbrush';
    src: url('../fonts/alexbrush/alexbrush.eot');
    src: url('../fonts/alexbrush/alexbrush.eot?#iefix') format('embedded-opentype'),
         url('../fonts/alexbrush/alexbrush.woff') format('woff'),
         url('../fonts/alexbrush/alexbrush.ttf') format('truetype'),
         url('../fonts/alexbrush/alexbrush.svg#HelsinkiRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'quicksand';
    src: url('../fonts/quicksand/quicksand.eot');
    src: url('../fonts/quicksand/quicksand.eot?#iefix') format('embedded-opentype'),
         url('../fonts/quicksand/quicksand.woff') format('woff'),
         url('../fonts/quicksand/quicksand.ttf') format('truetype'),
         url('../fonts/quicksand/quicksand.svg#HelsinkiRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
  font-family: myFirstFont;
  src: url(../fonts/egyptienne-zierinitialien-font/EgyptienneZierinitialien-Rpj6.ttf);
}

#message_box {
	position: fixed;	
	top: 50%;
	left: 50%;

	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);

	z-index: -2000;

	width: 450px;
	padding: 40px;

	background-color: rgba(0,0,0,0.7);
	box-shadow: 0px 0px 15px #000;
	color: #FFF;
	font-size: 2.5em;
	line-height: 90px;

	opacity: 0;

	transition: opacity 0.5s ease-in;
	-webkit-transition: opacity 0.5s ease-in;
}

.button_v2 {
	cursor: pointer;
	font-size: 20px;
	padding: 20px;

	color: #FFF;
	background-color: #262626;

	border: solid 2px #a9a9a9;
	transition: background-color 0.5s ease-in-out,
				color 0.5s ease-in-out;

	text-decoration: none;
}
 
.button_v2:hover {
	color: #000;
	background-color: #EEE;

}

.noshadow {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}


/**************************
Header
***************************/


header#main_header {
	box-shadow: 0px 0px 25px #000;
	-webkit-box-shadow: 0px 0px 25px #000;
	position: relative;
	z-index: 30;
	height: 500px;
	/*height: 600px;*/

	background-color: #000;
}

header#main_header a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;

	z-index: 100;
	overflow: hidden;
}

header#main_header img {
	/*max-width: 197px;*/
		
	max-width: 570px !important;
	display: block;

	
	position: relative;
	left: 50%;

	transform: translateX(-50%) rotate(0deg) scale(1);
	
	background-color: #000;
	/*
	Other Possible Design
	left: 200px;
	*/
}



header#main_header_other {
	box-shadow: 0px 0px 25px #000;
	-webkit-box-shadow: 0px 0px 25px #000;
	position: relative;
	z-index: 30;
	height: 600px;

	background-color: #000;
}

header#main_header_other img {
	max-width: 697px;
	display: block;
	
	position: relative;
	top: 150px;
	left: 50%;

	transform: translateX(-50%);
	
	/*
	Other Possible Design
	left: 200px;
	*/
}

header#main_header_other_2 {
	box-shadow: 0px 0px 25px #000;
	-webkit-box-shadow: 0px 0px 25px #000;
	position: relative;
	z-index: 30;
	height: 400px;

	background-color: #FFF;
}

header#main_header_other_2 img {
	max-width: 697px;
	display: block;
	
	position: relative;
	top: 150px;
	left: 50%;

	transform: translateX(-50%);
	
	/*
	Other Possible Design
	left: 200px;
	*/
}


/*
Main Logo
*/


img#mini_logo {
	animation: logo_animation 1.3s ease-in-out;
	z-index: 25;
}

img#text_logo {
	max-width: 400px !important;
}

h1 {
	margin-top: 50px;
	text-align: center;
	font-size: 2em;
}


@keyframes logo_animation {
	0% {
		left: -40%;
		transform: translateX(-50%) rotate(-110deg) scale(1);
	}
	80% {
		left: 50%;
		transform: translateX(-50%) rotate(0deg) scale(1);
	}
	90% {
		left: 50%;
		transform: translateX(-50%) rotate(0deg) scale(1.5);
	}
	100% {
		left: 50%;
		transform: translateX(-50%) rotate(0deg) scale(1);
	}
}


@keyframes logo_animation2 {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.5);
	}
	100% {
		transform: scale(1);
	}
}


/**************************
The Slide Show
***************************/

section#slide_show {
	/*
	width: 1210px;
	height: 1060px;
	*/

	width: 100%;
	height: 600px;

	position: relative;
	margin: 0px auto 0px auto;
	z-index: 25;

	background-color: #F8F8FF;

	/*
	z-index: 15;
	box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	*/
}

section#slide_show #slide_show_view {
	/*
	width: 1060px;
	height: 1060px;
	*/

	width: 100%;
	height: 600px;

	margin: 0 auto;
	position: relative;
}

section#slide_show #slide_show_view .slide {
	/*
	width: 1060px;
	height: 1060px;
	*/

	width: 100%;
	max-height: 100%;

	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;

	transition: opacity 1.5s linear;
	-webkit-transition: opacity 1.5s linear;
}

section#slide_show #slide_show_view #s1 {
	opacity: 1;
}

section#slide_show #slide_show_view .slide img {
	/*width: 100%;*/
		max-width: 80%;
		max-height: 100%;

	margin: 0 auto;
	display: block;
}


/*
section#slide_show #slide_show_view .slide img:hover {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
*/

section#slide_show #slide_show_view .slide div.text {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;

	background-color: rgba(0,0,0,0.7);
	color: #FFF;
	padding: 22px 40px;
	font-size: 1.5em;

	box-sizing: border-box;
}





section#slide_show_2 {
	/*
	width: 1210px;
	height: 1060px;
	*/

	width: 100%;
	height: 600px;

	position: relative;
	margin: 0px auto 0px auto;
	z-index: 25;

	/*
	z-index: 15;
	box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	*/
}

section#slide_show_2 #slide_show_view {
	/*
	width: 1060px;
	height: 1060px;
	*/

	width: 100%;
	height: 600px;

	margin: 0 auto;
	position: relative;
	background-color: #F8F8FF;
}

section#slide_show_2 #slide_show_view .slide {
	/*
	width: 1060px;
	height: 1060px;
	*/

	width: 100%;
	height: 600px;

	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;

	transition: opacity 1.5s linear;
	-webkit-transition: opacity 1.5s linear;
}

section#slide_show_2 #slide_show_view #s1 {
	opacity: 1;
}

section#slide_show_2 #slide_show_view p {
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	color: #FFF;
	position: absolute;
    top: 800px;
	left: 0px;
	bottom: 0px;
	padding: 40px 0px;
	text-align: center;
	/*
	box-sizing: border-box;
	padding: 20px 50px;
	*/
	font-size: 2em;
	height: 50px;
}

a.order_now {
    margin-top: 400px;
   	width: 100%;
	padding: 40px 0px;
	display: block;
	text-align: center;
	font-size: 2em;

	color: #FFF;
	background-color: #000;
	position: relative;
	z-index: 100000;
	font-family: helvetica;
	font-weight: bold;

	transition: background-color 0.5s ease-in-out,
				color 0.5s ease-in-out;
	-webkit-transition: background-color 0.5s ease-in-out,
				color 0.5s ease-in-out;

	border: solid #000 7px;

	box-sizing: border-box;

	box-shadow: 0px 0px 20px #000;
	-webkit-box-shadow: 0px 0px 20px #000;

	letter-spacing: 3px;
}

a.order_now:hover {
	background-color: #FFF;
	color: #000;
}

section#slide_show_2 #slide_show_view #s2 {
	background-color: #6a0000;
}

section#slide_show_2 #slide_show_view #s3 {
	background-color: rgb(242, 188, 53);
}

section#slide_show_2 #slide_show_view #s4 {
	background-color: #cf3559;
}

/*
section#slide_show_2 #slide_show_view #s2:after {
	content: " ";
    display: block;
    height: 0;
    clear: both; 
    visibility: hidden;
}
*/


section#slide_show_2 #slide_show_view #s2 img {
	float: left;
}

section#slide_show_2 #slide_show_view .slide img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

#menu_text h4 {
	font-weight: bold;
	font-size: 1.1em;
}

/*
section#slide_show_2 #slide_show_view .slide img:hover {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
*/

section#slide_show_2 #slide_show_view .slide div.text {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;

	background-color: rgba(0,0,0,0.7);
	color: #FFF;
	padding: 22px 40px;
	font-size: 1.5em;

	box-sizing: border-box;
}

ul#slide_show_nav {
	width: 330px;

	z-index: 10;	
	position: absolute;
	left: 50%;
	bottom: -190px;

	transform: translateX(-50%);
	-webbkit-transform: translateX(-50%);

	/*
	left: 0;
	right: 0;
	bottom: 10px;
	z-index: 10;
	margin-left: auto;
	margin-right: auto;
	*/
}

ul#slide_show_nav ul:after {
	content: " ";
    display: block;
    height: 0;
    clear: both; 
    visibility: hidden;
}

ul#slide_show_nav li {
	width: 14px;
	height: 14px;
	background-color: rgba(0,0,0,0.0);
	cursor: pointer;
	margin-left: 55px;
	border: solid 4px #000;
	float: left;

	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;

	transition: all 0.35s linear;
	-webkit-transition: all 0.35s linear;
	-moz-transition: all 0.35s linear;
	-ms-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	/*
	-webkit-transition: background-color 0.5s linear;
	-moz-transition: background-color 0.5s linear;
	-o-transition: background-color 0.5s linear;
	-ms-transition: background-color 0.5s linear;
	*/
}

ul#slide_show_nav li:hover {
	background-color: #FFF !important;

	transform: scale(1.3) !important;
	-webkit-transform: scale(1.3) !important;
	-moz-transform: scale(1.3) !important;
	-ms-transform: scale(1.3) !important;
	-o-transform: scale(1.3) !important;
}

ul#slide_show_nav li:active {
	background-color: #FFF !important;

	transform: scale(1.1) !important;
	-webkit-transform: scale(1.1) !important;
	-moz-transform: scale(1.1) !important;
	-ms-transform: scale(1.1) !important;
	-o-transform: scale(1.1) !important;
}

ul#slide_show_nav li:first-child {
	background-color: #FFF;
	margin-left: 0;

	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
}






#main_nav {
	background-color: #4D4D4D;
	box-shadow: 0px 0px 15px #000;
	-webkit-box-shadow: 0px 0px 15px #000;

	position: relative;
	z-index: 200000;

	/*border-top: solid #000 20px;	*/
}

a + #main_nav {
	margin-top: 115px;
}


.nav_border {
	border-top: solid #000 20px;
}

#main_nav:after {
    content: " ";
    display: block;
    height: 0;
    clear: both; 
    visibility: hidden;
}

#main_nav li {
	float: left;
    width: 33%;
}

#main_nav a {
    color: #FFF;
    text-align: center;
    padding: 60px 0px;
    font-size: 1.1em;

	width: 100%;
    display: block;

    /*background-color: #4D4D4D;*/
	transition: background-color 0.5s ease-in-out,
				color 0.5s ease-in-out;

	-webkit-transition: background-color 0.5s ease-in-out,
				color 0.5s ease-in-out;

}

#main_nav a:hover {
	background-color: #FFF;
	color: #000;
}

#main_nav a:last-child {
	margin-right: 0px;
}

#menu_mini {
	width: 900px;
	margin: 200px auto;
}

#menu_mini:after {
    content: " ";
    display: block;
    height: 0;
    clear: both; 
    visibility: hidden;
}

#menu_mini div.item a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 11;
}

#menu_mini h2 {
    font-family: 'alexbrush';
    text-align: center;
    font-size: 3.8em;
}

img#decoration {
	max-width: 900px;
	display: block;
}

#menu_mini div.item {
	width: 900px;
	height: 400px;
	overflow: hidden;
	float: left;
	position: relative;

	margin-bottom: 80px;
}

#menu_mini div.item img {
	max-width: 900px;
	max-height: 400px;
	display: block;
	margin: 0 auto;

	transition: transform 0.5s ease-out;
	-webkit-transition: -webkit-transform 0.5s ease-out;
}

#menu_mini div.item:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}


#menu_mini div.item p {
	width: 700px;
	height: 50px;
	text-align: center;
	background-color: #4D4D4D;
	color: #FFF;



	position: absolute;
	left: 50%;
	bottom: 0px;

	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);

	font-size: 1.7em;
	line-height: 50px;
}




#menu_mini_2 {
	width: 900px;
	margin: 120px auto;
}

#menu_mini_2 img {
	max-width: 100%;
}

#menu_mini_2:after {
    content: " ";
    display: block;
    height: 0;
    clear: both; 
    visibility: hidden;
}

#menu_mini_2 h2 {
    font-family: 'alexbrush';
    text-align: center;
    font-size: 3.8em;
}

img#decoration {
	max-width: 900px;
	display: block;
}

#menu_mini_2 div.item {
	width: 400px;
	height: 400px;
	background-color: #e7e7e9;
	overflow: hidden;
	float: left;
	position: relative;

	margin-right: 100px;
	margin-bottom: 80px;
	cursor: pointer;

	box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
}

#menu_mini_2 div.item a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 11;
}

#menu_mini_2 div.item:nth-child(2n+0) {
	margin-right: 0px;
}

#menu_mini_2 div.item img {
	max-width: 400px;
	max-height: 400px;
	display: block;
	margin: 40px auto 0px auto;

	transition: transform 0.5s ease-out;
	-webkit-transition: -webkit-transform 0.5s ease-out;
}

/* Pastry Colors */
#menu_mini_2 div.item:first-of-type div.order_display {
	background-color: rgba(242, 188, 53, 0.5);
}

#menu_mini_2 div.item:nth-of-type(2) div.order_display {
	background-color: rgba(45, 27, 13, 0.8);
}

#menu_mini_2 div.item:nth-of-type(3) div.order_display {
	background-color: rgba(192, 128, 18, 0.6);
}


#menu_mini_2 div.item:nth-of-type(4) div.order_display {
	background-color: rgba(103, 100, 95, 0.7);
}

#menu_mini_2 div.item:nth-of-type(5) div.order_display {
	background-color: rgba(149, 0, 2, 0.7);
}

#menu_mini_2 div.item:nth-of-type(6) div.order_display {
	background-color: rgba(187, 132, 93, 0.7);
}



#menu_mini_2 div.item:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

#menu_mini_2 div.item:hover div.order_display {
	opacity: 1;
}

#menu_mini_2 div.item p {
	width: 700px;
	height: 50px;
	text-align: center;
	background-color: #4D4D4D;
	color: #FFF;



	position: absolute;
	left: 50%;
	bottom: 0px;

	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);

	font-size: 1.7em;
	line-height: 50px;
}

#menu_mini_2 div.item div.order_display {
	opacity: 0;

	z-index: 10;

	width: 100%;
	height: 100%;


	transition: opacity 0.5s ease-out;
	-webkit-transition: opacity 0.5s ease-out;

	color: #FFF;

	position: absolute;
	top: 50%;
	left: 50%;

	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

#menu_mini_2 div.item .box {
	width: 400px;

	position: absolute;
	top: 50%;

	transform: translateY(-50%);
}

#menu_mini_2 div.item .box div.shopping_icon {
	width: 48px;
	height: 48px;
	border-radius: 100%;
	border: solid 6px #FFF;
	text-align: center;
	margin: 0 auto 20px auto;
}

#menu_mini_2 div.item .box div.shopping_icon span.typcn {
	font-size: 2em;
	color: #FFF;
	font-family:'typicons';
	line-height: 54px;
}

#menu_mini_2 div.item .box span.text {
	color: #FFF;
	font-size: 1.5em;
	text-align: center;
	display: block; 
}


#menu_mini_2 #menu_text div {
	margin-bottom: 30px;
}

#testimonials {
	width: 100%;
	height: 500px;
	overflow-x: scroll;
	overflow-y: hidden;
}

#testimonials h2 {
	font-size: 2em;
	margin-bottom: 100px;
}

#testimonials #walker {
	width: 3500px;
	height: 260px;
	padding: 50px;
}

#testimonials #walker:after {
    content: " ";
    display: block;
    height: 0;
    clear: both; 
    visibility: hidden;
}

#testimonials .testimonial_bubble {
	width: 400px;
	height: 200px;
	text-align: center;
	background-color: #4D4D4D;
	border-radius: 100%;
	padding: 100px;
	margin-right: 70px;
	color: #FFF;
	line-height: 40px;
	float: left;


	box-shadow: 0px 0px 7px #000;

	transition: background-color 0.5s ease-in-out;
}

#testimonials .testimonial_bubble:hover {
	background-color: #000;
}

#testimonials .test_info {
	font-weight: bold;
	font-size: 1.2em;
}



#testimonials_2 {
	width: 1050px;
	margin: 0 auto;
}

#testimonials_2:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;	
}

#testimonials_2 h2 {
	font-size: 2em;
	margin-bottom: 100px;
}

#testimonials_2 .testimonial_bubble {
	width: 390px;
	height: 200px;
	text-align: center;
	background-color: #4D4D4D;
	padding: 50px;
	margin-right: 70px;
	margin-bottom: 70px;
	color: #FFF;
	line-height: 40px;
	float: left;

	box-shadow: 0px 0px 7px #000;
	-webkit-box-shadow: 0px 0px 7px #000;

	transition: transform 0.6s linear,
				box-shadow 0.6s linear;

	-webkit-transition: -webkit-transform 0.6s linear,
				-webkit-box-shadow 0.6s linear;
}

#testimonials_2 .testimonial_bubble:hover {
	transform: scale(1.4);
	-webkit-transform: scale(1.4);

	box-shadow: 0px 0px 23px #000;
	-webkit-box-shadow: 0px 0px 23px #000;
}

#testimonials_2 .testimonial_bubble:nth-child(2n+0) {
	margin-right: 0px;
}

#testimonials_2 .test_info {
	font-weight: bold;
	font-size: 1.2em;
}




#custom_order {
	width: 900px;
	margin: 120px auto;
}

#custom_order h2 {
    font-family: 'alexbrush';
    text-align: center;
    font-size: 3.8em;
    margin-bottom: 20px;
}

#custom_order div {
	margin-bottom: 120px;

} 

#custom_order input {
	font-size: 2em;
	width: 900px;
	height: 70px;
	border: none;
	border-bottom: 10px solid #000 !important;

}

#custom_order input[type="submit"] {
	border: none !important;
	height: auto !important;
}

#custom_order input:focus {
	outline: none;
}

#custom_order h4 {
	font-size: 2em;
	margin-bottom: 20px;
}

label {
	font-size: 2em;
}

textarea {
	display: block;
	width: 100%;
	height: 300px;
	margin-top: 27px;
	font-size: 1.5em;
}

textarea:focus {
	outline: solid 10px #000;
}

#custom_order div.cupcake {
	margin-right: 0px;
	margin-bottom: 20px;
	float: none;
}

#custom_order .item_info {
	line-height: 30px;
	margin-bottom: 0px;
}

.item_con {
	float: left;
	margin-right: 33px;
}

.item_con:nth-child(4n+0) {
	margin-right: 0px;
}

#order_submit {
	font-size: 2em;
	background-color: #000;
	color: #FFF;
	border-bottom: 0px solid #000 !important;

	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;

	box-shadow: 0px 0px 9px #000;

	padding: 22px 0px;
	display: block;
}

#order_submit:hover {
	background-color: #FFF;
	color: #000;	
}

.button {
	margin: 100px auto 0px auto;
	display: block;
	width: 50%; 

	font-size: 2em;
	background-color: #000;
	color: #FFF;
	text-align: center;
	padding: 30px 0px;

	box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;

	transition: background-color 0.5s linear,
				box-shadow 0.5s linear;

	-webkit-transition: background-color 0.5s linear,
				box-shadow 0.5s linear;
}

.button:hover {
	background-color: #333;
	box-shadow: 0px 0px 30px #000;
	-webkit-box-shadow: 0px 0px 30px #000;
}

#credit_card img {
	display: block;
	margin-bottom: 45px;
}

#credit_card span {
	margin-bottom: 45px;
	font-size: 1.7em;
	display: block;
	text-align: center;
}

#credit_card span:last-child {
	margin-bottom: 0px;
}


#email_signup {
	width: 900px;
	margin: 100px auto;
}

h2.normal {
	width: 100%;
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 70px;
}

h2.elagant {
    font-family: 'alexbrush';
    text-align: center;
    font-size: 3.8em;
    margin-top: 110px;
   	margin-bottom: 35px;
}

#email_signup div input {
	width: 100%;
	height: 40px;
	font-size: 1.2em;
	margin-bottom: 40px;
}

#email_signup input[type="submit"] {
	margin: 0 auto;
	display: block;
	width: 75px;
}

#specials {
	width: 1000px;
	margin: 120px auto;
}

#specials .s {
	width: 1000px;
	position: relative;
}

.s p.info {
	width: 1000px;
	background-color: rgba(0,0,0,0.7);
	color: #FFF;

	position: absolute;
	bottom: 0px;

	padding: 50px 0px;
	text-align: center;
	font-size: 1.2em;
}


#specials img {
	max-width: 1000px;
}

#specials h2 {
	font-size: 2em;
	margin-bottom: 100px;
	text-align: center;
}


#banner {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 25;
}

#banner img {
	width: 100%;
}


.cookies_banner {
	box-shadow: 0px 0px 50px #000;
}

.cookies_banner p {
	background-color: #3f2820 !important;
}

/*Item Slide Show*/
.item_slideshow {
	margin: 0 auto;
	width: 1280px;
	height: 550px;
	overflow: hidden;
	position: relative;
}

.item_slideshow #banner_muffins {
	width: 11520px;
	height: 550px;

	position: relative;
	left: 0px;

	transition: left 0.5s ease-out;
	-webkit-transition: left 0.5s ease-out;
}

.item_slideshow #banner_muffins div.slide {
	float: left;
	width: 1280px;
	height: 550px;
	position: relative;
}

.item_slideshow #banner_muffins div.slide img {
	max-width: 1280px;
	margin: 0 auto;
}

.item_slideshow div.slide .info {
	width: 100%;
	height: 140px;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	z-index: 200000;
	position: absolute;
	left: 0px;
	bottom: 0px;

	display: none;
}

.item_slideshow ul#slide_show_nav {
	z-index: 200;
	top: 500px;
	width: 638px;
}

.cheesecake_slideshow ul#slide_show_nav {
	width: 99px;
}

.item_slideshow section#arrows {
	width: 1180px;
	height: 50px;

	position: absolute;
	top: 50%;
	left: 50%;

	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	/*margin: -25px 0 0 -590px;*/

	z-index: 200;
}

.item_slideshow img.arrow {
	cursor: pointer;
	width: 50px;
	height: 50px;
}

.item_slideshow img#left_arrow {
	padding-right: 15px;
	float: left;

	transition: margin-left 0.15s linear;
	-webkit-transition: margin-left 0.15s linear;
	-moz-transition: margin-left 0.15s linear;
	-ms-transition: margin-left 0.15s linear;
	-o-transition: margin-left 0.15s linear;
}

.item_slideshow img#left_arrow:hover {
	margin-left: -15px;
}

.item_slideshow img#right_arrow {
	padding-left: 15px;
	float: right;

	transition: margin-right 0.15s linear;
	-webkit-transition: margin-right 0.15s linear;
	-moz-transition: margin-right 0.15s linear;
	-ms-transition: margin-right 0.15s linear;
	-o-transition: margin-right 0.15s linear;
}

.item_slideshow img#right_arrow:hover {
	margin-right: -15px;
}


#cookies_caption {
	background-color: #3f2820 !important;
	color: #FFF;
	font-size: 2.8em;
	position: relative;
	z-index: 50;
	padding: 100px 0px;
	text-align: center;
}


#cheesecake_caption {
	background-color: rgb(149, 0, 2) !important;
	color: #FFF;
	font-size: 2.8em;
	position: relative;
	z-index: 50;
	padding: 100px 0px;
	text-align: center;
}












#banner_muffins_container p {
	background-color: rgb(242, 188, 53);
	color: #FFF;
	font-size: 2.8em;
	position: relative;
	z-index: 50;
	padding: 100px 0px;
	text-align: center;
}


#banner_muffins {
	width: 100%;
	/*height: 550px;*/
	position: relative;
	z-index: 25;
	/*overflow: hidden;*/
}

#banner_muffins img {
	width: 100%;
	position: relative;
}

#banner_muffins img.down {
	top: -100px;
}

#banner_muffins img.down2 {
	top: -195px;
}

#banner_muffins img.down3 {
	top: -155px;
}

.up0 {
	margin-top: -130px !important;
}

.pastries {
	margin: 170px auto 70px auto;
}

#pastries {
	width: 1160px;
	margin: 0 auto 150px auto;
}

#pastries:after {
	content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.sizes_buttons {
	text-align: center;
	margin-top: 110px;
}

.sizes_buttons button {
	background-color: #FFF;
	border: solid 2px #000;
	color: #000;
	padding: 8px 13px;
	border-radius: 20px;

	transition: all 0.7s ease-in-out;
	cursor: pointer;
}

.sizes_buttons button:hover {
	background-color: #000;
	color: #FFF;
}

div.cupcake {
	width: 200px;
	height: 150px;
	position: relative;
	float: left;
	margin-right: 120px;

	/*background-color: pink;*/
	background-color: #000;
	color: #FFF;

	box-shadow: 0px 0px 15px #000;
	-webkit-box-shadow: 0px 0px 15px #000;

	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	cursor: pointer;
	margin-bottom: 50px;
}

#pastries div.cupcake:hover {
	/*background-color: #fff;
	color: #000;
	*/
	background-color: #4fabc9;
	color: white;
}

div.cupcake:hover {
	background-color: #FFF !important;
	color: #000 !important;
}

.blue_die div.cupcake {
	background-color: lightblue !important;
}

.blue_die div.cupcake:hover {
	background-color: #4fabc9 !important;
}

#pastries div.cupcake:nth-child(4n+0) {
	margin-right: 0px;
}

div.cupcake p {
	/*text-shadow: 2px 3px 4px #000;*/

  	text-shadow: 0px 2px 3px rgba(0,0,0,0.5);

	font-size: 1.3em;
	text-align: center;

	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);

	position: absolute;
	top: 50%;
	left: 50%;

	line-height: 40px;
}

#price_box {
	width: 100%;
	background-color: #000;
	color: #FFF;
	text-align: center;
	font-size: 3.5em;
	padding: 100px 0px;
	box-shadow: 0px 0px 20px #000;
}

#price_box p:first-child {
	margin-bottom: 90px;
}


#price_box p:last-child {
	font-weight: bold;
}

/***********************
Flavor Conainer
************************/


.flavors_container {
	width: 1200px;
	height: 200px;
	margin: 0px auto 0px auto;
	/*background-color: red;*/
	/*background-color: blue;*/
}

.flavors_container:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.flavors  {
	width: 1100px;
	height: 200px;
	overflow: hidden;
	margin: 0 auto;
	float: left;
	position: relative;
}

.flavors .runner {
	width: 3930px;
	height: 150px;
	/*background-color: #000;*/
	position: absolute;
	top: 50%;
	left: 0px;

	transition: left 0.6s linear;
	-webkit-transition: left 0.6s linear;

	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.flavors .runner:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.flavors .runner div {
	width: 200px;
	height: 150px;
	position: relative;
	float: left;
	margin-right: 120px;

	background-color: #4fabc9;
	color: #FFF;

	box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;

	transition: background-color 0.5s linear;
	-webkit-transition: background-color 0.5s linear;
	cursor: pointer;
}

.flavors .runner div:hover {
	background-color: #fff;
	color: #4fabc9;
}

.flavors .runner div p {
	/*text-shadow: 2px 3px 4px #000;*/

  	text-shadow: 0px 2px 3px rgba(0,0,0,0.5);

	font-size: 1.3em;
	text-align: center;

	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);

	position: absolute;
	top: 50%;
	left: 50%;
}

.flavors .runner div:last-child {
	margin-right: 0px;
}

.flavors .runner div:nth-child(1) {
	margin-left: 130px;
}

.flavors .runner div:nth-child(3n+0) {
	margin-right: 130px;
}

.flavors_container .arrow {
	display: block;
	width: 50px;
	height: 150px;
	float: left;

	position: relative;
	top: 50%;

	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

/*******************
About Us
********************/


.slide_show_about {
	background-color: #000 !important;
}

.slide_show_about #s3 {
	background-color: #FFF !important;
}

#about_container {
	width: 100%;
	margin: 100px auto;
}

#about_container:after {
	content: " ";
    display: block;
    height: 0;
    clear: both; 
    visibility: hidden;
}

img#randy {
	width: 26%;
	display: block;
	margin: 0 auto;
}

#about_us {
	text-align: center;
	width: 85%;
	margin: 0 auto;
	line-height: 40px;
	font-size: 1em;
	padding: 20px;
	box-sizing: border-box;
}

#about_us h2 {
	font-weight: bold !important;
	font-size: 2em;
}

#about_us p {
	margin-bottom: 20px;
}

#about_us p:last-child {
	margin-bottom: 0px;
}

section#whipped_effect {
	box-shadow: 0px 0px 25px #000;
	-webkit-box-shadow: 0px 0px 25px #000;
	position: relative;
	z-index: 30;
	/*height: 500px;*/
	padding: 100px 0px;

	background-color: #FFF;
	text-align: center;
	font-size: 3em;
	padding: 30px 0px;
  	font-family: myFirstFont;

}

section#whipped_effect h2 {
	margin-bottom: 100px;
}

section#whipped_effect p {
	width: 70%;
	margin: 0 auto;
	line-height: 75px;
}

section#whipped_effect img {
	max-width: 197px;
		
	/*max-width: 550px !important;*/

	display: block;

	
	position: relative;
	top: 150px;
	left: 50%;

	transform: translateX(-50%) rotate(0deg) scale(1);
	
	/*
	Other Possible Design
	left: 200px;
	*/
}

section#whipped_effect img#mini_logo {
	animation: logo_animation 1.3s ease-in-out;
	z-index: 25;
}

section#whipped_effect img#text_logo {
	max-width: 400px !important;
}

@keyframes logo_animation {
	0% {
		left: -40%;
		transform: translateX(-50%) rotate(-110deg) scale(1);
	}
	80% {
		left: 50%;
		transform: translateX(-50%) rotate(0deg) scale(1);
	}
	90% {
		left: 50%;
		transform: translateX(-50%) rotate(0deg) scale(1.5);
	}
	100% {
		left: 50%;
		transform: translateX(-50%) rotate(0deg) scale(1);
	}
}


footer#main_footer {
	background-color: #262626;
	color: #FFF;
	width: 100%;
	padding: 100px;
	box-sizing: border-box;
}

footer#main_footer a {
	color: #FFF;
	text-decoration: none;
}

footer#main_footer div {
	margin-bottom: 20px;
}

footer#main_footer > div:last-child {
	margin-bottom: 0px;
}



#total {
	font-size: 3em;
} 


#ordered_items {
	width: 900px;
	margin-bottom: 70px !important;
}

#ordered_items:after {
	content: " ";
    display: block;
    height: 0;
    clear: both; 
    visibility: hidden;
}

.holder {
	float: left;
	width: 300px;
	height: 350px;
	margin-right: 50px;
}

.holder .item {
	width: 300px;
	height: 300px;
	position: relative;
}

.holder .item img {
	max-width: 300px;	
	position: absolute;
	top: 50%;
	left: 50%;

	transform: translate(-50%, -50%);
}

.holder .item p {
	color: #FFF;
	z-index: 20;
	text-align: center;
	font-size: 1.3em;
	position: absolute;



	width: 100%;
	height: 100%;
}

.holder .item p span {
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 34px;
	display: block;
	width: 100%;

	transform: translate(-50%, -50%);
}

.holder .price {
	font-size: 1.4em;
}



/*
p.item1 {
	background-color: rgba(106, 0, 0, 0.7);
}

p.item2 {
	background-color: rgba(242, 188, 53, 0.7);
}
*/

/*	background-color: rgb(242, 188, 53);*/

/*
- Upload Photo
Premeire
*/



@media screen and (max-width: 600px) {
	/*header*/
	header#main_header {
		height: 400px;
	}

	header#main_header img {
		width: 80%;
	}

	/*main nav*/
	#main_nav {
		font-size: 0.8em;
		line-height: 35px;
	}

	/*slideshow*/
	section#slide_show #slide_show_view .slide img {
		max-width: 80%;
		max-height: 100%;
	}

	.center_img {

	}

	/*item's page*/
	#banner_muffins {
		overflow: none !important;	
		background-color: yellow;
	}

	#banner_muffins_container p {
		font-size: 2em;
	}

	#pastries {
		width: 200px;
	}

	#pastries div.cupcake {
		margin-right: 0px;
	}


	#price_box {
		font-size: 3em;
	}


	/*wedding cakes*/
	.flavors_container {
		width: 300px;
	}

	.flavors  {
		width: 200px;
	}

	.flavors .runner div:nth-child(1) {
		margin-left: 0px;
	}

	.flavors .runner div:nth-child(3n+0) {
		margin-right: 120px;
	}

	/*Message Box*/
	#message_box {
		width: 80%;
		box-sizing: border-box;
	}

	/*footer*/
	#main_footer {
		text-align: center;
		line-height: 40px;
	}



}


@media screen and (max-width: 1250px) {
	#pastries {
   	 	width: 840px;
   	}

   	#pastries div.cupcake:nth-child(4n+0) {
   		margin-right: 120px;
   	}

   	#pastries div.cupcake:nth-child(3n+0) {
   		margin-right: 0px;
   	}
}


