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

html, body {height: 100%; margin: 0px; padding: 0px; }

html { 
 	-webkit-background-size: cover;
  	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
}

body {
	color:#000000; 
	font-size: 16px; 
	font-family: 'Open Sans', sans-serif;  
}

img { max-width: 100%; }

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-shadow: 0px 0px 1px #535353;
}

.contain { 
    margin: 0 auto;
	width: 1296px;
	text-align: center;
	/*background-color: rgba(8, 8, 8, 0.5);*/
}

.main-back {
	margin: 0 auto;
	background: url(images/main-back.jpg) no-repeat top center; 
}
	
.main-back::after {
  content: "";
  clear: both;
  display: table;
}

.content {
	text-align: left;
	line-height: 1.6em;
	overflow: center;;
	zoom: 1;
}

.header {
	background: url(images/header.jpg) no-repeat top center;
	margin: 0 auto;
	min-height:	396px	
}

.descript {
	text-transform: uppercase;
	font-size: 36px;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
}

.secondary {
	font-size: 26px;
	padding-top: 34px;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
}

.secondary a:hover {
	color: #1877f2; /*04bbb0*/
}

.secondary img {
	margin-bottom: -4px;
}

.navbar {
	height: 40px;
	padding: 11px 0 9px;
	background-color: #04bbb0;
	/*-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.65);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.65);*/
	font-size: 28px;
	font-weight:700;
	z-index: 999;
	position: relative;
	margin-bottom: 2px;
}

.half {
	float: left;
    max-width: 50%;
}

.device {
	font-size: 20px;
}	

.buy {
	background: rgba(0, 0, 0, 0) url("images/cta-buy-online.png") no-repeat scroll 0 0;
    height: 56px;
	margin: -4px 20px 12px 0;
	float: left;
    width: 300px;	
}

.buy:hover {
	background: rgba(0, 0, 0, 0) url("images/cta-buy-online.png") no-repeat scroll 0 -56px;
    height: 56px;
	margin: -4px 20px 12px 0;
	float: left;
    width: 300px;	
}

.con-l {
	float: left;
	margin-left: 35px;	
}

.con-m {	
}

.con-r {
	float: right;
	margin-right: 35px;	
}

.package {
	float: left;
	background-color:#ffffff;
	position: relative;
	z-index: 1;
	width: 598px;
	border:	1px #a0a4a5 solid;
	margin: 36px 2px 2px 25px; 
	text-align: center;
	line-height: 2em;
}

.package-wide {
	float: left;
	background-color:#ffffff;
	position: relative;
	z-index: 1;
	max-width: 1226px;
	width: calc(100% - 6px);
	border:	1px #a0a4a5 solid;
	margin: 36px 2px 2px 25px; 
	text-align: center;
	line-height: 2em;
}

.pricing {
	padding: 12px 0 8px 0;
}

.price {
	position: relative;
	font-size: 76px;
	margin-top:6px;
}

.cake-3d {
	margin: -22px -34px -14px -34px;	
}

.package-order {
	float: left;
	position: relative;
	z-index: 1;
	width: 598px;
	border:	0px;
	margin: 40px 2px 2px 25px; 
	text-align: left;
}
	
.each {
	font-size: 40px;
}

.minimum {
	font-size: 14px;
	color: #999;
}

.heading {
	text-align:center;
	/* font-weight: 700; */
	font-size: 22px;
	text-transform: uppercase;
	height:28px;
	background-color: #04bbb0;
	line-height:1.2em;
}

.heading:after {
	content: "";
	display: table;
  	clear: both;
}

@media screen and (max-width: 1300px) {
.contain { 
    margin: 0 auto;
	position: relative;
	width: 860px;
	text-align: center;
	/*background-color: rgba(8, 8, 8, 0.5);*/
}

.package {
	float: left;
	width: 396px;
	border:	1px #a0a4a5 solid;
	margin: 36px 2px 2px 25px; 
}

.package-wide {
	float: left;
	background-color:#ffffff;
	position: relative;
	z-index: 1;
	max-width: 822px;
	width: calc(100% - 6px);
	border:	1px #a0a4a5 solid;
	margin: 36px 2px 2px 25px; 
	text-align: center;
	line-height: 2em;
}


.package-order {
	float: left;
	position: relative;
	z-index: 1;
	width: 396px;
	border:	0px;
	margin: 40px 2px 2px 25px; 
	text-align: left;
}

.navbar {
	height: 32px;
	padding: 11px 0 9px;
	background-color: #04bbb0;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.65);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.65);
	font-size: 22px;
	font-weight:700;
	z-index: 999;
	position: relative;
}

.device {
	font-size: 16px;
}	

.cake-3d {
	margin: -16px -30px -10px -30px;	
}

.con-l {
	float: left;
	margin-left: 20px;	
}

.con-m {
}

.con-r {
	float: right;
	margin-right: 20px;
}

@media screen and (max-width: 768px) {

body, html { 
    overflow-x: hidden; 
    overflow-y: auto;
}	
	
.header {
	background: url(images/header.jpg) no-repeat top center;
	margin: 0 auto;
	min-height:	288px	
}
	
.contain { 
    margin: 0 auto;
	position: relative;
	width: 100%;
	text-align: center;
	/*background
	-color: rgba(8, 8, 8, 0.5);*/
}

.descript {
	text-transform: uppercase;
	font-size: 26px;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
}

.package {
	float: left;
	width: calc(100% - 6px);
	border:	1px #a0a4a5 solid;
	margin: 20px 10px 10px 2px; 
}

.package-order {
	float: left;
	width: calc(100% - 6px);
	margin-left: 3px;
	border:	0px;
	text-align: center;
}

.cake-3d {
	margin: -16px -30px -10px -30px;	
}

.buy {
	background: rgba(0, 0, 0, 0) url("images/cta-buy-online.png") no-repeat scroll 0 0;
    height: 56px;
    width: 300px;	
	display: inline-block;
}

.buy:hover {
	background: rgba(0, 0, 0, 0) url("images/cta-buy-online.png") no-repeat scroll 0 -56px;
    height: 56px;
	display: inline-block;
    width: 300px;	
}

.delivery {
    width: 300px;
	display: inline-block;
}

.package-wide {
	float: left;
	background-color:#ffffff;
	position: relative;
	z-index: 1;
	width: calc(100% - 6px);
	border:	1px #a0a4a5 solid;
	margin: 20px 10px 10px 2px; 
	text-align: center;
	line-height: 2em;
}

.navbar {
	height: 48px;
	padding: 11px 0 9px;
	background-color: #04bbb0;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.65);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.65);
	font-size: 18px;
	font-weight:700;
	z-index: 999;
	position: relative;
}

.device {
	font-size: 18px;
}	

.con-l {
	float: none;
	margin: auto;
	
}

.con-m {
}

.con-r {
	float: right;
	margin-right: 0px;
	display:none;
	visibility:hidden;
}

}