.divBG{
	z-index: -1;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-image: -ms-radial-gradient(center, ellipse closest-side, #917D7D 0%, #383a45 100%);
	background-image: -moz-radial-gradient(center, ellipse closest-side, #917D7D 0%, #383a45 100%);
	background-image: -o-radial-gradient(center, ellipse closest-side, #917D7D 0%, #383a45 100%);
	background-image: -webkit-gradient(radial, center center, 0, center center, 140, color-stop(0, #917D7D), color-stop(1, #383a45));
	background-image: -webkit-radial-gradient(center, ellipse closest-side, #917D7D 0%, #383a45 100%);
	background-image: radial-gradient(ellipse closest-side at center, #917D7D 0%, #383a45 100%);
}
*{
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
}

.dvContent{
	width: 75%;
	background-color: transparent;
	float: left;
}
.dvLeft{
	width: 23%;
	background-color: transparent;
	float: left;
}
.dvMiddle{
	width: 77%;
	background-color: transparent;
	float: left;
}
.dvRight{
	width: 25%;
	background-color: transparent;
	float: left;
}
.divLogo{
	height: 121px;
	width: 120px;
	background-color: black;
	margin: 0 auto;
	background-image: url('../TGSImages/logo.png');
	cursor:pointer;
}
.events{
	width: 90%;
	margin: 0 auto;
	min-width: 150px;
	min-height: 280px;
	height: auto;
	padding:2%;
}
.News{
	width: 90%;
	margin: 0 auto;
	min-width: 150px;
	min-height: 240px;
	height: auto;
	padding:2%;
}
.InnerNews{
	background-color: black;
	/*height: 100%;
	min-height: 110px;*/
	border: 0px solid #b3054b;
	margin:0px auto;
	display:block;
}
.socialIcon{
	width: 90%;
	margin: 0 auto;
	min-width: 150px;
	min-height: 80px;
	height: auto;
	padding:2%;
}
.InnersocialIcon{
	background-color: transparent;
	height: 100%;
	/*min-height: 110px;*/
	border:0px solid #b3054b;
	margin:0px auto;
	display:block;
}
.NewsHeading{
	color: #b3054b;
}
.NewsDetail{
	color: #FFFFFF;
	font-size: 12px;
	padding-left:20px;
}
.NewsDetail ul {
	padding-left:20px;
}
.NewsDetail ul li {
	padding:5px;
}
.dvRow{
	/*display: inline-block;*/
	width: 100%;
	padding-top:10px;
}
.div1{
	width: 33%;
	float: left;
	background-color: transparent;
	padding-top: 10px;
	height:280px;
}
.div2{
	width: 33%;
	float: left;
	background-color: transparent;
	padding-top: 10px;
	height:180px;
}
.divMenu{
	width: 90%;
	border: 0px solid #ECECEC;
	background-color:#dddddd;
	height: 100%;
	text-align: left;
	vertical-align: middle;
	margin: 0 auto; /* new thing */
	color: #000;
	font-size: 15px;
}
.divMenu2{
	width: 90%;
	border: 0px solid #ECECEC;
	background-color:#dddddd;
	height: 100%;
	text-align: left;
	vertical-align: middle;
	margin: 0 auto; /* new thing */
	color: #000;
	font-size: 15px;
}
.divMenuContent{
	padding: 5px;
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 80%;
	width: 90%;
}
.divMenuContent2{
	padding: 5px;
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 80%;
	width: 90%;
}
.Men{
	background-image: url('TGSImages/men.png');
}
.Women{
	background-image: url('TGSImages/women.png');
}
.Kids{
	background-image: url('TGSImages/kids.png');
}
.Chocolates{
	background-image: url('TGSImages/chocolates.png');
}
.Chocospoon{
	background-image: url('TGSImages/chocospoon.png');
}
.Helthbar{
	background-image: url('TGSImages/helthbar.png');
}
.Almond{
	background-image: url('TGSImages/almond.png');
}
.cssHome{
	background-image: url('TGSImages/home.png');
	background-position: left;
	background-repeat: no-repeat;
	height: 39px;
	width: auto;
	padding-left: 45px;
	line-height: 40px;
	vertical-align: middle;
}
.cssAbout{
	background-image: url('TGSImages/abou2t.png');
	background-position: left;
	background-repeat: no-repeat;
	height: 39px;
	width: auto;
	padding-left: 45px;
	line-height: 40px;
	vertical-align: middle;
}
.cssContact{
	background-image: url('TGSImages/contact.png');
	background-position: left;
	background-repeat: no-repeat;
	height: 39px;
	width: auto;
	padding-left: 45px;
	line-height: 40px;
	vertical-align: middle;
}
.divLeftMenu{
	color: #ffffff;
	font-size: 12px;
	width: 100%;
}

/* Chocolates Ganpati*/
#ChocolatefBapa {
	width:90%;
	margin:0 auto;
	/*white-space: nowrap;*/
	padding:5px;
}
#ChocolatefBapa h1{
	background-color:#482e22;
	padding:10px;
	font-size:40px;
	font-weight: bold;
	text-align:center;
	color:#ffffff;
}
#ChocolatefBapa h2{
	padding:5px;
	font-size:25px;
	font-weight: bold;
	text-align:center;
	color:#ff0000;
}
#ChocolatefBapa img{
	max-width:100%; 
	height:auto;
}

#one {
	float: left;
    margin-right: 30px;
    width: 41%;
}
#two { 
    overflow: hidden;
    margin: 10px;
    min-height: 386px;
    width: 51%;
}
#two ol li {
	padding:5px;
}
@media screen and (max-width: 400px) {
	#ChocolatefBapa h1{
		padding:2px;
		font-size:18px;
	}
	#ChocolatefBapa h2{
		padding:1px;
		font-size:13px;

	}
   #one { 
    float: none;
    margin-right:0;
    width:auto;
    border:0;
    border-bottom:2px solid #000;    
  }
	#two { 
		overflow: hidden;
		margin: 2px;
		min-height: 200px;
		width:80%;
	}
}
/**/
@media (min-width: 481px) and (max-width: 768px)
{
	.dvLeft{
		width: 27%;
	}
	.dvContent{
		width: 100%;
	}
	.dvMiddle{
		width: 73%;
	}
	.dvRight{
		width: 100%;
		float: left;
	}
	.News{
		width: 40%;
		float: left;
	}
	.socialIcon{
		width: 40%;
		float: left;
	}
	.div1{
		width: 50%;
	}
	 .div2{
		width: 50%;
	}
	.addCart{
		position:absolute;
		left:0px;
		top:6px; 
		width:100%;
		text-align:right;
		z-index:99
	}
}
@media (min-width: 321px) and (max-width: 480px)
{
	.dvLeft{
		width: 100%;
	}

	.dvContent{
		width: 100%;
	}

	.dvMiddle{
		width: 100%;
	}

	.dvRight{
		width: 100%;
	}

	.div1{
		width: 100%;
	}
	 .div2{
		width: 100%;
	}
	.cssHome, .cssAbout, .cssContact{
		float: left;
	}

	.divLeftMenu{
		text-align: center;
		margin: 0 auto;
	}
	.addCart{
		position:absolute;
		left:0px;
		top:6px; 
		width:100%;
		text-align:right;
		z-index:99
	}
}
@media (max-width: 320px)
{
	.dvLeft{
		width: 100%;
	}
	.dvContent{
		width: 100%;
	}
	.dvMiddle{
		width: 100%;
	}
	.dvRight{
		width: 100%;
	}
	.div1{
		width: 100%;
	}
	 .div2{
		width: 100%;
	}
	.addCart{
		position:absolute;
		left:0px;
		top:6px; 
		width:100%;
		text-align:right;
		z-index:99
	}
}
#button {
	width: 12em;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;
	background-color: #281a1b;
	color: #333;
}

#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
	
#button li {
	border-bottom: 1px solid #917D7D;
	margin: 0;
	list-style: none;
	list-style-image: none;
}
	
#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #281a1b;
	border-right: 10px solid #3D2627;
	background-color: #563638;
	color: #fff;
	font-size:14px;
	text-decoration: none;
	width: 100%;
}

html>body #button li a {
	width: auto;
	height: 100%;
}

#button li a:hover {
	border-left: 10px solid #917D7D;
	border-right: 10px solid #917D7D;
	background-color: #794d4f;
	color: #fff;
}


/* Adapting the font size and width for smaller screns*/

	

/* Styling the toggle menu link and hiding it */
.nav .navtoogle{
	display: none;	
	width: 100%;
	padding: 0.5em 0.5em 0.8em;
	font-family: 'Lato',Calibri,Arial,sans-serif;
	font-weight: normal;
	text-align: left;
	color: rgb(7, 16, 15);
	font-size: 1.2em;
	background: none;	
	border: none;
	border-bottom: 4px solid rgb(221, 221, 221);
	cursor: pointer;
}

.navtoogle i{
	z-index:-1;
}

.icon-menu {
	position: relative;
	top: 3px;
	line-height: 0;
	font-size: 1.6em;
}


	/* Unhiding the styled menu link */

.nav ul {
	max-width:100%;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.2em;
	font-weight: 100;

font-family: 'Lato', Calibri, Arial, sans-serif;
color: #89867e;
background: #f9f9f9;
}
.nav li span {
	display: block;
	/*border:1px solid #000000;*/
}

.nav a {
	display: block;
	color: rgba(249, 249, 249, .9);
	text-decoration: none;
	-webkit-transition: color .5s, background .5s, height .5s;
	-moz-transition: color .5s, background .5s, height .5s;
	-o-transition: color .5s, background .5s, height .5s;
	-ms-transition: color .5s, background .5s, height .5s;
	transition: color .5s, background .5s, height .5s;
}

.nav i{
	/* Make the font smoother for Chrome */
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

}

/* Remove the blue Webkit background when element is tapped */

a, button {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* Hover effect for the whole navigation to make the hovered item stand out */

.nav li:hover a{
	background-color: rgba(249, 249, 249, .5);
}
.no-touch .nav ul:hover a {
	color: rgba(249, 249, 249, .5);
}

.no-touch .nav ul:hover a:hover {
	color: rgba(249, 249, 249, 0.99);
}

.nav li:nth-child(1) {
	background: rgb(197, 146, 31);
}
.nav li:nth-child(2) {
	background: rgb(124, 98, 30);
}
.nav li:nth-child(3) {
	background: rgb(121, 23, 22);
	/*border-bottom:1px solid rgb(191, 117, 20);*/
}
.nav li:nth-child(4) {
	background: rgb(76, 28, 49);
	/*border-bottom:1px solid rgb(191, 117, 20);*/
}
.nav li:nth-child(5) {
	background: rgb(27, 54, 71);
	/*border-bottom:1px solid rgb(191, 117, 20);*/
}
.nav li:nth-child(6) {
	background: rgb(21, 40, 54);
	/*border-bottom:1px solid rgb(191, 117, 20);*/
}

.nav li:nth-child(7) {
	background: rgb(0, 0, 0);
}

.nav li:nth-child(8) {
	background: rgb(22, 107, 162);
}

.nav li:nth-child(9) {
	background: rgb(27, 54, 71);
}

.nav li:nth-child(10) {
	background: rgb(21, 40, 54);
}
.nav li:nth-child(11) {
	background: rgb(46, 74, 90);
	border-bottom:1px solid rgb(9, 18, 25);
}
.nav li:nth-child(12) {
	background: rgb(46, 74, 90);
	border-bottom:1px solid rgb(9, 18, 25);
}
.nav li:nth-child(13) {
	background: rgb(46, 74, 90);
	border-bottom:1px solid rgb(9, 18, 25);
}

.nav li:nth-child(14) {
	background: rgb(0, 0, 0);
}

	.nav .navtoogle{
		margin: 0;
		display: block;
	}
	
	/* Animating the height of the navigation when the button is clicked */
	
	/* When JavaScript is disabled, we hide the menu */
	.no-js .nav ul {
		max-height: 30em;
		overflow: hidden;
	}
	
	/* When JavaScript is enabled, we hide the menu */
	.js .nav ul {
		max-height: 0em;
		overflow: hidden;
	}
	
	/* Displaying the menu when the user has clicked on the button*/
	.js .nav .active + ul {		
		max-height: 30em;
		overflow: hidden;
		-webkit-transition: max-height .4s;
		-moz-transition: max-height .4s;
		-o-transition: max-height .4s;
		-ms-transition: max-height .4s;
		transition: max-height .4s;
	}

	/* Adapting the layout of the menu for smaller screens : icon on the left and text on the right*/
	
	.nav li span {
		display: inline-block;
		height: 100%;
	}

	.nav a {
		padding: 0.4em;	
	}
	
	.icon + span {
		margin-left:0.5em;
		font-size: 0.8em;
	}
	
	/* Adding a left border of 8 px with a different color for each menu item*/
	/*.nav li:nth-child(1) {
		border-left: 8px solid rgb(174, 78, 1);
	}

	.nav li:nth-child(2) {
		border-left: 8px solid rgb(191, 117, 20);
	}
	.nav li:nth-child(3) {
		border-left: 8px solid rgb(191, 117, 20);
	}
	.nav li:nth-child(4) {
		border-left: 8px solid rgb(191, 117, 20);
	}
	.nav li:nth-child(5) {
		border-left: 8px solid rgb(191, 117, 20);
	}
	.nav li:nth-child(6) {
		border-left: 8px solid rgb(191, 117, 20);
	}

	.nav li:nth-child(7) {
		border-left: 8px solid rgb(13, 111, 150);
	}

	.nav li:nth-child(8) {
		border-left: 8px solid rgb(10, 75, 117);
	}

	.nav li:nth-child(9) {
		border-left: 8px solid rgb(16, 34, 44);
	}

	.nav li:nth-child(10) {
		border-left: 8px solid rgb(9, 18, 25);
	}
	.nav li:nth-child(11) {
		border-left: 8px solid rgb(9, 18, 25);
	}
	.nav li:nth-child(12) {
		border-left: 8px solid rgb(9, 18, 25);
	}
	.nav li:nth-child(13) {
		border-left: 8px solid rgb(9, 18, 25);
	}

	.nav li:nth-child(14) {
		border-left: 8px solid rgb(9, 18, 25);
	}

	/* make the nav bigger on touch screens */
	.touch .nav a {
		padding: 0.8em;
	}

@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot');
	src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}


.icon-home, .icon-chocolates, .icon-healthBar, .icon-chocoSpoon, .icon-ferro_almond, .icon-about, .icon-contact, .icon-menu {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.icon-home:before {
	content: "\e002";
}

.icon-chocolates:before {
	content: "\e001";
}

.icon-healthBar:before {
	content: "\e001";
}

.icon-chocoSpoon:before {
	content: "\e001";
}

.icon-ferro_almond:before {
	content: "\e001";
}

.icon-about:before {
	content: "\e000";
}
.icon-contact:before {
	content: "\e005";
}

.icon-menu:before {
	content: "\f0c9";
}


/*Image*/
.divMenu2 img {
	width: 184px;
	height: 138px;
}
.divMenu img {
	width: 184px;
	height: 138px;
	z-index:9999;
	transition-duration: 500ms;
	transition-timing-function: ease-in-out;

	-webkit-transition-duration: 500ms;
	-webkit-transition-timing-function: ease-in-out;

	-moz-transition-duration: 500ms;	
	-moz-transition-timing-function: ease-in-out;

	-ms-transition-duration: 500ms;
	-ms-transition-timing-function: ease-in-out;
}

.divMenu img:hover {
	transform: scale(3, 2.5) translate(0px,30px);	
	-webkit-transform: scale(3, 2.5) translate(0px,30px);
	-moz-transform: scale(3, 2.5) translate(0px,30px);
	-ms-transform: scale(3, 2.5) translate(0px,30px);
	/*border:2px solid #ccc;
	box-shadow: 0 0 15px #666;*/
	cursor:pointer;
	z-index:9999;
	position: absolute;
}
#newImg img {
	position: relative; 
	height:247px;
	width:248px;
	left:0px; 
	top:-40px;
	padding:2px;
	max-width:100%;
}

.btnaddCart{
	position: relative; 
	left:0px; 
	top:5px; 
	width:100px;
	vertical-align:bottom;
	border:0px solid #000000;
	float:right;
	text-align:right;
}
.add-to-cart
{
    background:#ffffff;
    font-family: Arial;
    font-size: 11px;
    color: #cc0033;
    cursor: pointer;
    padding: 3px 10px 3px 10px;
    border-radius: 3px;
    vertical-align: middle;
	outline:none;
    border: solid #ccc 1px;
}
.add-to-cart:hover
{
	background: #000000;
	color: #FFFFFF !important;
	cursor: pointer;
}
.addCart{
	position:fixed;
	top:0px; 
	right:300px; 
	z-index:99
}
.shopping-cart {
    display: inline-block;
    background: url("../images/shoping_cart1.png") no-repeat 0 0;
    width:30px;
    height:38px;
    margin:10px 10px 10px 10px;
	
}
.clear {
    clear: both;
}
.qty{
	position: relative; 
	left:0px; 
	top:5px; 
	vertical-align:bottom;
}
input.textbox{
	padding: 1px 1px;
	border: 1px solid #999;
	border-radius: 4px;
	height: 15px;
	width:55px !important;
	font-family: inherit;
	color: #333;
	font-size: 12px;
}

#discription{
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	line-height:25px;
}
h2 {
	display: block;
	font-size:16px;
	font-weight: bold;
}
.pageHead{
	padding-top:20px;
	padding-left:20px;
	font-size:20px;
	font-weight: bold;
	color:#b3054b;
	text-shadow: 1px 0px #000;
}
/*Events Button http://www.cssbuttongenerator.com/*/ 
.btnevents {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:9px;
	-moz-border-radius-bottomright:9px;
	border-bottom-right-radius:9px;
	-webkit-border-bottom-left-radius:9px;
	-moz-border-radius-bottomleft:9px;
	border-bottom-left-radius:9px;
	text-indent:0px;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	/*font-weight:bold;*/
	font-style:normal;
	height:23px;
	line-height:23px;
	width:91px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #810e05;
}
.btnevents:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
}.btnevents:active {
	position:relative;
	top:1px;
}

/* Example to add fixed static share buttons in slider BEGIN */
.share-icon {
		display: inline-block;
		float: left;
		margin: 4px;
		width: 32px;
		height: 32px;
		border:1px solid #ccc;
		cursor: pointer;
		vertical-align: middle;
		background-image: url(../img/share-icons.png);
	}
	.share-facebook {
		background-position: 0px 0px;
	}
	.share-facebook:hover {
		background-position: 0px -40px;
	}
	.share-pinterest {
		background-position: -80px 0px;
	}
	.share-pinterest:hover {
		background-position: -80px -40px;
	}
	.share-googleplus {
		background-position: -120px 0px;
	}
	.share-googleplus:hover {
		background-position: -120px -40px;
	}
	.share-instagram {
		background-position: -160px 0px;
	}
	.share-instagram:hover {
		background-position: -160px -40px;
	}
	.share-email {
		background-position: -320px 0px;
	}
	.share-email:hover {
		background-position: -320px -40px;
	}

/*.orderPlacement{
	position: relative;
	top:20px;
	left:0px;
	text-shadow: -1px -1px 1px #fff, 1px 1px 1px #000;
	color: #ddd033;
	opacity: 0.3;
	font-family:Arial;
	font-size: 25px;
	text-align:center;
	padding-bottom:20px;
	line-height: 90%;
}*/
.orderPlacement{
	position: relative;
	top:20px;
	left:0px;
	text-align:center;
}
.orderText{
	position: relative;
	top:5px;
	left:0px;
	text-align:center;
	color:#ffffff;
	font-size:22px;
	word-spacing:0px;
	line-height: 150%;
}
a:link.orderText    {color:#FFFFFF;  font-family:Arial, Helvetica, sans-serif; font-size:15px; background-color:transparent;  text-decoration:none; }     
a:visited.orderText {color:#FFFFFF;  font-family:Arial, Helvetica, sans-serif; font-size:15px; background-color:transparent; text-decoration:none;}      
a:active.orderText  {color:#FFFFFF;  font-family:Arial, Helvetica, sans-serif; font-size:15px; background-color:transparent;}                                     
a:hover.orderText   {color:#fffc01;  font-family:Arial, Helvetica, sans-serif; font-size:15px; background-color:transparent;text-decoration:underline;} 

a:link.chocolates    {color:#000000;  font-family:Arial, Helvetica, sans-serif; font-size:15px; background-color:transparent;  text-decoration:none; }     
a:visited.chocolates {color:#000000;  font-family:Arial, Helvetica, sans-serif; font-size:15px; background-color:transparent; text-decoration:none;}      
a:active.chocolates  {color:#000000;  font-family:Arial, Helvetica, sans-serif; font-size:15px; background-color:transparent;}                                     
a:hover.chocolates   {color:#800000;  font-family:Arial, Helvetica, sans-serif; font-size:15px; background-color:transparent;text-decoration:underline;} 

.footer{
	position:absolute;
	width:98%;
	height:18px;
	bottom:2px;
	left:0;
	padding-top:20px;
	font-size:12px;
	font-weight:normal;
	color:#b3054b;
	text-align:center;
	border-top:1px solid #fff;
	background-color:#000000 !important;
}

.footer2{
	text-align:center;
	color:#fff;
	font-size:11px;
}
.aboutus{
	padding-left:25px;
	padding-right:25px;
	padding-top:10px;
	padding-bottom:5px;

}
.aboutBorder{
	background:#fff; 
	border-left:0px solid rgb(197, 146, 31);
}
.Chocolates{
	background-color:#ffffff; 
	border-left:0px solid rgb(124, 98, 30);
}
.HealthBar{
	background-color:#ffffff; 
	border-left:0px solid rgb(121, 23, 22);
}
.Chocobites{
	background-color:#ffffff; 
	border-left:0px solid rgb(76, 28, 49);
}
.ChocoSpoon{
	background-color:#ffffff; 
	border-left:0px solid rgb(27, 54, 71);
}
.ContactUs{
	background-color:#ffffff; 
	border-left:0px solid rgb(21, 40, 54);
}
.arrow-left {
	width: 95%; 
	height: 0px; 
	vertical-align:top;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 	
	border-right:10px solid #fff; 
}