/*
////////////  Morelli Ice Cream  //////////// 
		Purple:			#662483
		Turq:			#d0e8dc
*/

/*////////////  Generics //////////// */
	body {
		background: #ffffff;
		font-family: "proxima-nova", Helvetica, sans-serif;
		font-weight: 400;
		font-size: 16px;
		line-height: 26px;
		color: #662483;
	}
	
	.clearfix:after { 
	   content: "."; 
	   visibility: hidden; 
	   display: block; 
	   height: 0; 
	   clear: both;
	}
	
	p {
		margin: 20px 0 20px 0px;	
	}
	
	a {
		color: #662483;
		text-decoration: none;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	
	a:hover {
		color: #d0e8dc;
	}
	
	a.turq-link:hover {
		color: #ffffff;
	}
	
	::selection {
		background: #662483; color: white; /* Safari */
	}
	
	::-moz-selection {
		background: #662483; color: white; /* Firefox */
	}
	
	h1 {
		font-size: 36px;
		line-height: 45px;
		font-family: "proxima-nova", Helvetica, sans-serif;
		font-weight: 400;
		text-transform: uppercase;
		margin-bottom: 20px;
	}
	
	h2 {
		font-size: 25px;
		line-height: 30px;
		font-family: "arno-pro", Georgia, sans-serif;
		font-weight: 700;
		font-style: italic;
		margin-bottom: 18px;
	}
	
	h3 {
		font-family: "proxima-nova", Helvetica, sans-serif;
		line-height: 30px;
		font-size: 18px;
		font-weight: 400;
		text-transform: uppercase;
		margin-bottom: 14px;
	}
	
	h4 {
		font-family: "arno-pro", Georgia, sans-serif;
		line-height: 30px;
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 14px;
	}
	
	img.middle {
		vertical-align: middle;
		padding: 0px 0px 10px 0px;
	}
	
	ul.tiles {
		list-style: none;
	}
	
	ul.tiles li {
		float: left;
		width: 50%;
		margin-bottom: 0;
		overflow: hidden;
		position: relative;
	}
	
	ul.tiles li img {
		max-width: 100%;
		display: block;
	}
	
	hr {
		margin-top: 3rem;
		margin-bottom: 2.5rem;
		border-width: 0;
		border-top: 1px solid #662483;
	}
	
	
	
/*////////////  Header //////////// */
	
	.header {
		background: #662483;
		height: 170px;
		padding-top: 20px;
		padding-bottom: 20px;
		z-index: 30;
		border-bottom: #2b2360 1px solid;
	}
	
	.header-content {
		background: url("../images/morelli_logo_header-2x.png") 230px 0px no-repeat;
		background-size: 466px 106px;
	}
	
	.header-content ul {
	    float: left;
	    list-style: none outside none;
	    margin: 137px 0px 0px 25px;
	}
	
	.header-content li {
	    display: inline-block;
	    font-size: 14px;
	    font-weight: 700;
	    text-transform: uppercase;
	    margin-right: 20px;
	}
	
	.header-content li.last {
	    margin-right: 0px;
	}
	
	.header-content li a {
		color: #ffffff;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	
	.header-content li a:hover {
		color: #d0e8dc;
		border-bottom: 2px solid #d0e8dc;
		padding-bottom: 4px;
	}
	
	.header-content li a.is-active {
		color: #d0e8dc;
		border-bottom: 2px solid #d0e8dc;
		padding-bottom: 4px;
	}
	
	a.companylogo {
	    background: url("../images/morelli_logo_circle-2x.png") no-repeat scroll 0 0;
	    background-size: 209px 209px;
	    height: 209px;
	    width: 209px;
	    float: left;
	    display: block;
	}
	
	a.companylogo:hover {
		opacity: 0.8;
		-webkit-transform: rotate(-6deg);
		-moz-transform: rotate(-6deg);
		-o-transform: rotate(-6deg);
		transform: rotate(-6deg);
	}
	
	.companylogo h1 {
		text-indent: -9999px;
	}
	
	
/*////////////  Mobile Menu //////////// */

	.header a#menu_button {
		display: none;
		font-size: 16px;
		margin: 12px 0px 0px 0px;
		color: #999;
		padding: 2px;
		text-align: center;
		border: 2px solid #d0e8dc;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		float: right;
		cursor: pointer;
	}
	
	.mobile-nav-icon {
		background: url('../images/icon_mobilenav.png') no-repeat 0 0;
		float: left;
		height: 23px;
		width: 25px;
	}
	
	.header a#menu_button:hover .mobile-nav-icon {
		background-position: 0px -23px;
	}
	
	.header a#menu_button:hover {
		border: 2px solid #ffffff;
	}
	
	#mobile_menu {
		display: none;
		background-color: #d0e8dc;
	}
	
	#mobile_menu .row {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	#mobile_menu ul {
		list-style-type: none;
	}
	
	#mobile_menu li {
		width: 100%;
		float: left;
		border-bottom: 2px #662483 solid;
	}
	
	#mobile_menu .last {
		border-bottom: 0px;
	}
	
	#mobile_menu a {
		display: block;
		padding: 10px;
	}
	
	#mobile_menu a:hover,
	#mobile_menu a:active {
		background-color: #662483;
	}
	

/*////////////  Homepage //////////// */
	
	.home-slider, .flavour-intro, .flavour-page {
		background: #d0e8dc;
		padding-top: 20px;
	}
	
	.flavour-page {
		padding-bottom: 30px;
	}
	
	.news-section {
		padding-bottom: 30px;
	}
	
	.top-bottom {
		padding-top: 30px;
		padding-bottom: 30px;
		text-align: center;
	}
	
	.home-slider-content {
		top: 30px;
		left: 0px;
		margin: 0px 0px 0px 6%;
		position: absolute;
		width: 35%;
	}
	
	.home-slider p {
		font-family: "arno-pro", Georgia, serif;
		font-size: 72px;
		line-height: 85px;
		font-weight: 400;
	}
	
	.home-slider p.altcol {
		color: #d0e8dc;
	}
	
	.home-slider p em {
		font-style: italic;
		font-weight: 600;
	}
	
	.home-slider p strong {
		font-weight: 600;
		color: #B9DA99;
	}
	
	.home-slider p.info {
		font-family: "proxima-nova", Helvetica, sans-serif;
		font-weight: 400;
		font-size: 16px;
		line-height: 26px;
		margin: 20px 0 20px 0px;
	}
	
	.container.purplestrap {
		background: #662483;
		padding-top: 20px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.container.turqstrap {
		background: #d0e8dc;
		padding-top: 20px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	
	.container.purplestrap.no-margin {
		margin-bottom: 0px;
	}
	
	.eightcol.fotw {
		padding-bottom: 40px;
	}
	
	.container.videobar {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	
	.videocontent {
		position: relative;
	    padding-bottom: 56.25%;
	    padding-top: 35px;
	    height: 0;
	    overflow: hidden;
	}
	
	.videocontent iframe {
		position: absolute;
	    top:0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}
	
/*//////////// Flava //////////// */
	
	.flavour-intro p {
		font-family: "arno-pro", Georgia, serif;
		font-size: 72px;
		line-height: 85px;
		font-weight: 400;
	}
	
	.flavour-intro p em {
		font-style: italic;
		font-weight: 600;
	}
	
	.flavour-intro p strong {
		font-weight: 600;
		color: #B9DA99;
	}
	
	.flavor-thumb {
		height: 300px;
		text-align: center;
		padding: 0px 0px 20px 0px;
	}
	
	.flavor-thumb a {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	
	.sundae-thumb {
		height: 500px;
		text-align: center;
		padding: 0px 0px 20px 0px;
	}
	
	.sundae-thumb a {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	
	.thumb {
		margin-bottom: 10px;
	}
	
	.thumb:hover {
		opacity: 0.7;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	
	.flavor-thumb h3, .sundae-thumb h3 {
		line-height: 20px;
	}
	
	#flavor-filter {
		margin: 15px 0px 25px -3px;
		padding: 0px 0px 20px 0px;
		clear: both;
	}
	
	#flavor-filter ul {
		list-style: none;
	}
	
	#flavor-filter ul li {
		float: left;
		margin-right: 20px;
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	
	#flavor-filter ul li a {
		background: url("../images/flavour_check.png") 0px -2px no-repeat;
		height: 20px;
		padding-left: 22px;
	}
	
	#flavor-filter ul li.current a {
		background: url("../images/flavour_check.png") 0px -23px no-repeat;
		height: 20px;
		padding-left: 22px;
	}
	
	#flavor-filter ul li a:hover {
		background: url("../images/flavour_check.png") 0px -23px no-repeat;
		height: 20px;
		padding-left: 22px;
	}
	
	#flavor-filter ul li.current a:hover {
		background: url("../images/flavour_check.png") 0px -2px no-repeat;
		height: 20px;
		padding-left: 22px;
	}
	
	#flavor-filter ul li a:active {
		background: url("../images/flavour_check.png") 0px -23px no-repeat;
		height: 20px;
		padding-left: 22px;
	}
	
	#flavor-filter ul li.current a:active {
		background: url("../images/flavour_check.png") 0px -2px no-repeat;
		height: 20px;
		padding-left: 22px;
	}
	
	#flavor-options {
		margin: 40px 0px;
	}
	
	#flavor-options ul {
		list-style: none;
	}
	
	#flavor-options ul li {
		background: url("../images/flavour_check.png") 0px -19px no-repeat;
		float: left;
		height: 30px;
		margin-right: 20px;
		font-size: 14px;
		text-transform: uppercase;
		letter-spacing: 1px;
		padding-left: 24px;
	}
	
	#allergy-icons {
		display: block;
		padding: 0px;
	}
	
	#allergy-icons ul {
		list-style: none;
	}
	
	#allergy-icons ul li {
		background: none;
		float: left;
		margin-right: 20px;
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 1px;
		padding-left: 0px;
	}
	
	#allergy-icons ul li span{
		padding-left: 5px;
	}
	
	#allergy-icons p {
		font-size: 12px;
		padding: 0px;
	}
	
	#allergy-icons.icons-main {
		margin: 0px 0px 20px 0px;
	}
	
	#allergy-icons.icons-strap {
		margin: 20px 0px 0px 0px;
	}
	
	h1.flavour-title {
		margin-top: 60px;
		line-height: 40px;
	}
	
	.purplestrap h3 {
		color: #ffffff;
		margin-bottom: 0px;
	}
	
	.turqstrap h3 {
		margin-bottom: 0px;
	}
	
	.buy-holder h3 {
		margin-top: 14px;
	}
	
	.doc-icon {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		top: -.1em;
	}
	

/*////////////  Buttons //////////// */

	.std-button {
		font-family: "proxima-nova", Helvetica, sans-serif;
		font-weight: 400;
		background: #662483;
		color: #d0e8dc;
	    display: inline-block;
	    font-size: 16px;
	    line-height: 22px;
	    padding: 5px 13px;
	}
	
	a.std-button:hover {
		background: #ffffff;
		color: #662483;
	}
	
	.std-button-alt {
		font-family: "proxima-nova", Helvetica, sans-serif;
		font-weight: 400;
		background: #662483;
		color: #d0e8dc;
	    display: inline-block;
	    font-size: 16px;
	    line-height: 22px;
	    padding: 5px 13px;
	}
	
	a.std-button-alt:hover {
		background: #d0e8dc;
		color: #662483;
	}
	
	.std-button-altcol {
		font-family: "proxima-nova", Helvetica, sans-serif;
		font-weight: 400;
		background: #d0e8dc;
		color: #662483;
	    display: inline-block;
	    font-size: 16px;
	    line-height: 22px;
	    padding: 5px 13px;
	}
	
	a.std-button-altcol:hover {
		background: #662483;
		color: #d0e8dc;
	}
	
	
/*////////////  About //////////// */
	
	.about-holder {
		margin: 30px 0px 0px 0px;
		text-align: center;
	}
	
	.about-info {
		margin: 30px 0px 0px 0px;
	}
	
	.about-info h4 {
		margin: 0px 0px 20px 0px;
		font-style: italic;
	}
	
	.about-photos {
		border: 1px solid;
		border-color: #662483;
		margin: 0 auto;
		max-width: 280px;
	}
	
	.border-200 {
		-webkit-border-radius: 200px;
		-moz-border-radius: 200px;
		border-radius: 200px;
	}
	
	.turq-border {
		border: 15px solid;
		border-color: #d0e8dc;
		line-height: 0px;
	}
	
	
/*////////////  Buy //////////// */
	
	.buy-holder {
		margin: 30px 0px 30px 0px;
		text-align: center;
	}
	
	.buy-info {
		margin: 30px 0px 40px 0px;
	}
	
	.buy-info p.shoplinks {
		font-family: "arno-pro", Georgia, serif;
		font-weight: 600;
		font-style: italic;
	}
	
	.buy-photos {
		border: 1px solid;
		border-color: #662483;
		margin: 0 auto;
		max-width: 430px;
	}
	
	.buy-photos-small {
		border: 1px solid;
		border-color: #662483;
		margin: 0 auto;
		max-width: 270px;
	}
	
	.border-215 {
		-webkit-border-radius: 215px;
		-moz-border-radius: 215px;
		border-radius: 215px;
	}
	
	.supermarket-logos {
		padding: 40px 0px 50px 0px;
		margin: 0 auto;
		display: block;
	}
	
	.buy-county {
		font-family: "arno-pro", Georgia, serif;
		font-weight: 600;
		font-style: italic;
		font-size: 36px;
		line-height: 48px;
	}
	
	.buy-info-stockists {
		width: 30%;
		margin: 10px 0 20px 0px;
		padding-right: 3%;
		display: inline-block;
		vertical-align: top;
	}
	
	.buy-info-stockists h4 {
		font-size: 30px;
		line-height: 40px;
		font-family: "proxima-nova", Helvetica, sans-serif;
		font-weight: 400;
		text-transform: uppercase;
		margin-bottom: 20px;
	}
	
	.buy-info-stockists p {
		text-transform: uppercase;
	}
	
/*////////////  Awards //////////// */
	
	.award-holder {
		position: absolute;
		z-index: 10;
		display: block;
		width: 100px;
	}
		
	h3.award-title {
		margin-left: 110px;
	}	
		
	img.award-logo {
		position: absolute;
		top: -30px;
		z-index: 100;
	}

	.award-info {
		margin-top: 40px;
	}
	
	.award-info h4 {
		font-size: 42px;
		line-height: 36px
	}


/*////////////  Contact Form //////////// */

.robotic {
	display: none;
}

input, select, textarea {
	font-family: "proxima-nova", Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: #662483;
}

#contact {
	margin: 20px 0px 30px 0px;
	width: 100%;
}

#contact div {
	float: left;
	width: 100%;
	height: auto;
	padding: 0px 0px 20px 0px;
	position: relative;
}

#contact div.textarea {
	width: 100%;
	display: block;
	height: auto;
	clear: both;
}

#contact div label {
	width: 100%;
	display: block;
	padding: 10px 0;
}

#contact div label.error {
	color: #cc0000;
	font-style: italic;
	font-weight: bold;
	width: auto;
}

#contact div input {
	width: 90%;
	background: #d0e8dc;
	border: 2px solid #662483;
	padding: 10px 0px 10px 5px;
}

#contact div input.error, #contact div select.error, #contact div textarea.error {
	border: 2px solid #cc0000;
}

#contact div textarea {
	width: 90%;
	background: #d0e8dc;
	border: 2px solid #662483;
	height: 200px;
	padding: 10px 0px 10px 5px;
}

#contact div select {
	width: 90%;
	background: #d0e8dc;
	border: 2px solid #662483;
	padding: 10px 0px 10px 5px;
}

#contact div input, #contact div select, #contact div textarea {
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
}

#contact div input:focus, #contact div select:focus, #contact div textarea:focus {
	outline: none;
	background: #ffffff;
	border: 2px solid #662483;
}

#contact div input.contact-button {
		background: #662483;
		color: #d0e8dc;
	    display: inline-block;
	    font-size: 18px;
	    font-weight: bold;
	    padding: 10px 20px;
	    margin-bottom: 30px;
	    width: auto;
	    border: none;
	    cursor: pointer;
	}
	
	#contact div input.contact-button:hover {
		background: #d0e8dc;
		color: #662483;
	}

#contact p.formresponse { 
	padding: 0px 15px;
	background: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	color: #662483;
}

#contact p.formresponse-error { 
	padding: 0px 15px;
	background: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	color: #cc0000;
}
	
.sidebar {
	    margin: 0px 0px 50px 0px;
	    padding-left: 0px;
	    padding-right: 0px;
    }

.pad-40 {
	    padding: 50px 0px 0px 0px;
    }
	
/*////////////  Twitter Feed //////////// */

	h3.twitter-heading {
		background: url("../images/logo_twitter_header.png") no-repeat scroll left -4px;
		padding: 0 0 0 35px;
	}
	
	h3.twitter-heading a {
		color: #d0e8dc;
	}
	
	h3.twitter-heading a:hover {
		color: #ffffff;
	}
	
	.tweet-time a {
		font-family: "arno-pro", Georgia, sans-serif;
		font-style: italic;
		font-size: 18px;
	}
	
	.twitter-article {
		width: 30%;
		margin-right: 3%;
		float: left;
		min-height: 1px;
	}
	
	.twitter-text a {
	    font-weight: 700;
	}


/*////////////  Footer //////////// */

	.footer {
		color: #FFFFFF;
		background: url("../images/footer_bg_morelliman.gif") no-repeat scroll center -70px #662483;
		padding-top: 30px;
		padding-bottom: 30px;
		margin: 30px 0px 0px 0px;
		border-top: #2b2360 1px solid;
	}
	
	
	.footer a {
		color: #d0e8dc;
		text-decoration: none;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	
	.footer a:hover {
		color: #d0e8dc;
	}
	
	.footer #call-us {
		display: block;
		float: left;
		padding: 10px 0px 20px 0px;
		color: #d0e8dc;
	}
	
	.footer #call-us p {
		margin: 0px;
	}
	
	.footer #footer-links {
		display: block;
		float: right;
		padding: 0px;
	}
	
	.footer #facebook {
		background: url("../images/logo_facebook.png") no-repeat scroll center bottom #d0e8dc;
	}
	
	.footer #facebook:hover {
		background: url("../images/logo_facebook.png") no-repeat scroll center top #3a589d;
	}
	
	.footer #twitter {
		background: url("../images/logo_twitter.png") no-repeat scroll center bottom #d0e8dc;
	}
	
	.footer #twitter:hover {
		background: url("../images/logo_twitter.png") no-repeat scroll center top #39bbf4;
	}
	
	.footer #instagram {
		background: url("../images/logo_instagram.png") no-repeat scroll center bottom #d0e8dc;
	}
	
	.footer #instagram:hover {
		background: url("../images/logo_instagram.png") no-repeat scroll center top #fae2b4;
	}
	
	.footer #email {
		background: url("../images/logo_email.png") no-repeat scroll center bottom #d0e8dc;
	}
	
	.footer #email:hover {
		background: url("../images/logo_email.png") no-repeat scroll center top #fab205;
	}
	
	.footer #facebook, .footer #email, .footer #instagram, .footer #twitter { 
	    height: 37px;
	    width: 37px;
	    text-align: left;
	    text-indent: -999999px;
	}
	
	.social-button {
		float: left;
		margin: 0px 0px 0px 20px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	
	#footer-address {
	    clear: left;
	}
	
	#footer-address p.info {
	    margin: 20px 0px 0px 0px;
	    font-size: 12px;
	    line-height: 18px;
	    float: left;
	}
	
	#footer-address p.legal {
	    margin: 20px 0px 0px 0px;
	    font-size: 12px;
	    line-height: 18px;
	    float: right;
	    text-align: right;
	}
	
	.footer ::selection {
		background: #d0e8dc; color: #662483; /* Safari */
	}
	
	.footer ::-moz-selection {
		background: #d0e8dc; color: #662483; /* Firefox */
	}
	
	
/*////////////  Media Queries //////////// */

@media only screen
and (max-width: 1024px) {
	
	.header-content li {
	    display: inline-block;
	    font-size: 10px;
	    margin-right: 16px;
	}
	
	.home-slider p {
		font-size: 48px;
		line-height: 56px;
	}
	
	.buy-info h1 {		
		font-size: 26px;
		line-height: 32px;
	}
	
	.buy-info-stockists h4 {		
		font-size: 26px;
		line-height: 32px;
	}
	
	}
	
	
@media only screen
and (max-width: 810px) {
	
	.header {
		height: 60px;
	}
	
	.header-content li {
	    display: inline-block;
	    font-size: 8px;
	    margin-right: 12px;
	}
	
	.home-slider p {
		font-size: 30px;
		line-height: 42px;
	}
	
	.home-slider p.info {
		display: none;
	}
	
	a.companylogo {
	    background: url("../images/morelli_logo_text-2x.png") no-repeat scroll 0 0;
	    background-size: 233px 53px;
	    height: 53px;
	    width: 233px;
	    float: left;
	    display: block;
	}
	
	a.companylogo:hover {
		opacity: 0.8;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
	}
	
	.header-content {
		background: none;
	}
	
	.header a#menu_button {
		display: block;
	}
	
	.header ul {
		display: none;
	}
	
	.std-button {
	    font-size: 10px;
	    line-height: 16px;
	    padding: 3px 8px;
	}
	
	h1.flavour-title {
		margin-top: 30px;
		line-height: 40px;
	}
	
	}
	

/*////////////  Mobile //////////// */

@media handheld, only screen
and (max-width: 768px) {
	
	.flavour-intro p {
		font-size: 36px;
		line-height: 42px;
		font-weight: 400;
	}

	h1.flavour-title {
		margin-top: 20px;
		line-height: 40px;
	}
	
	.twitter-article {
		width: auto;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.buy-info-stockists {
		width: auto;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		display: block;
	}
	
	ul.tiles li {
		width: 100%;

}

@media handheld, only screen
and (max-width: 520px) {
		
	.home-slider p {
		display: none;
	}

	.footer #footer-links {
		display: block;
		float: left;
		clear: left;
		padding: 0px;
	}
	
	#footer-address {
	    border-top: none;
	    clear: left;
	}
	
	#footer-address p.legal {
	    float: left;
	    clear: left;
	    text-align: left;
	}
	
	.social-button {
		margin: 0px 20px 0px 0px;
	}

}



/*////////////  Retina Assets //////////// */

@media
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (   min--moz-device-pixel-ratio: 1.25),
only screen and (     -o-min-device-pixel-ratio: 1.25/1),
only screen and (        min-device-pixel-ratio: 1.25),
only screen and (                min-resolution: 200dpi),
only screen and (                min-resolution: 1.25dppx)  { 
	
	
	.mobile-nav-icon {
		background: url('../images/icon_mobilenav-2x.png') no-repeat 0 0;
		background-size: 25px 46px;
		float: left;
		height: 23px;
		width: 25px;
	}
	
	h3.twitter-heading {
		background: url("../images/logo_twitter_header-2x.png") no-repeat scroll left -4px;
		background-size: 37px 37px;
		padding: 0 0 0 35px;
	}
		
	#flavor-options ul li {
		background: url("../images/flavour_check-2x.png") 0px -19px no-repeat;
		background-size: 21px 42px;
	}
	
	#flavor-filter ul li a {
		background: url("../images/flavour_check-2x.png") 0px -2px no-repeat;
		background-size: 21px 42px;
	}
	
	#flavor-filter ul li.current a {
		background: url("../images/flavour_check-2x.png") 0px -23px no-repeat;
		background-size: 21px 42px;
	}
	
	#flavor-filter ul li a:hover {
		background: url("../images/flavour_check-2x.png") 0px -23px no-repeat;
		background-size: 21px 42px;
	}
	
	#flavor-filter ul li.current a:hover {
		background: url("../images/flavour_check-2x.png") 0px -2px no-repeat;
		background-size: 21px 42px;
	}
	
	#flavor-filter ul li a:active {
		background: url("../images/flavour_check-2x.png") 0px -23px no-repeat;
		background-size: 21px 42px;
	}
	
	#flavor-filter ul li.current a:active {
		background: url("../images/flavour_check-2x.png") 0px -2px no-repeat;
		background-size: 21px 42px;
	}
	
	.footer {
		background: url("../images/footer_bg_morelliman-2x.gif") no-repeat scroll center -70px #662483;
		background-size: 227px 564px;
	}
	
	.footer #facebook {
		background: url("../images/logo_facebook-2x.png") no-repeat scroll center bottom #d0e8dc;
	}
	
	.footer #facebook:hover {
		background: url("../images/logo_facebook-2x.png") no-repeat scroll center top #3a589d;
		background-size: 37px 74px;
	}
	
	.footer #twitter {
		background: url("../images/logo_twitter-2x.png") no-repeat scroll center bottom #d0e8dc;
	}
	
	.footer #twitter:hover {
		background: url("../images/logo_twitter-2x.png") no-repeat scroll center top #39bbf4;
		background-size: 37px 74px;
	}
	
	.footer #instagram {
		background: url("../images/logo_instagram-2x.png") no-repeat scroll center bottom #d0e8dc;
	}
	
	.footer #instagram:hover {
		background: url("../images/logo_instagram-2x.png") no-repeat scroll center top #fae2b4;
	}
	
	.footer #email {
		background: url("../images/logo_email-2x.png") no-repeat scroll center bottom #d0e8dc;
	}
	
	.footer #email:hover {
		background: url("../images/logo_email-2x.png") no-repeat scroll center top #fab205;
		background-size: 37px 74px;
	}
	
	.footer #facebook, .footer #email, .footer #instagram, .footer #twitter { 
	    height: 37px;
	    width: 37px;
	    text-align: left;
	    text-indent: -999999px;
	    background-size: 37px 74px;
	}

}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px)
and (-webkit-min-device-pixel-ratio: 2),
and (   min--moz-device-pixel-ratio: 2),
and (     -o-min-device-pixel-ratio: 2/1),
and (        min-device-pixel-ratio: 2),
and (                min-resolution: 192dpi),
and (                min-resolution: 2dppx) {
a.companylogo {
	    background: url("../images/morelli_logo_text-2x.png") no-repeat scroll 0 0;
	    background-size: 233px 53px;
	}
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) { 
	a.companylogo {
	    background: url("../images/morelli_logo_circle-2x.png") no-repeat scroll 0 0;
	    background-size: 209px 209px;
	}
	
	.header-content {
		background: url("../images/morelli_logo_header-2x.png") 230px 0px no-repeat;
		background-size: 466px 106px;
	}
}
	
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) { 
	a.companylogo {
	    background: url("../images/morelli_logo_text-2x.png") no-repeat scroll 0 0;
	    background-size: 233px 53px;
	}
}
