body {
	line-height:1.3;
	font-family:'Nunito';
	colot:#333;
	font-size:18px;
}

.container {
	width:990px;
	margin:0 auto;
	text-align:center;
}
.container-inner {
	text-align:left;
	padding:40px 0;
}
#top .container-inner {
	padding-top:0;
	padding-bottom:0;
}
#top {
	background:white;
	border-bottom:1px solid #ddd
}
#top-table, #footer-table {
	display:table;
	width:100%
}
#nav-left, #nav-right, #logo-middle {
	display:table-cell;
	vertical-align:middle
}
#nav-right {
	text-align:right;
}

#logo-middle {
	width:210px;
}
#logo-middle img {
	position:relative;
	top:45px
}
#nav-left a, #nav-right a, #footer-middle a {
	text-decoration:none;
	text-transform:uppercase;
	color:#34a2d8;
	font-family:'Nunito';
	font-weight:700;
	
}
#nav-left a {
	margin-right:40px;
}
#nav-right a {
	margin-left:40px;
}
#header {
	background:url('images/emp-header.jpg') no-repeat 50% 50%;
	background-size:cover;
	padding:50px 0;
}
#header .container-inner {
	text-align:center;
	padding:40px 0;
}
#header img {
	max-width:100%
}

.optin {
	background:#fef7e1;
	
}
.optin h3 {
	color:#00aeef;
	font-size:30px;
	text-align:center;
	margin-bottom:20px;
	font-weight:700;
	font-family:'Volkhov';
}
.optin input {
	float:left;
	box-sizing:border-box;
	padding:10px 20px;
	border:0;
	font-size:20px;
}
.optin input[type=text] {
	width:40%;
	margin-right:1%;
	color:#666
}
.optin input[type=submit] {
	width:18%;
	float:left;
	background:#36bff2;
	color:white;
	text-transform:uppercase;
}

.width-33 {
	float:left;
	width:33%;
	box-sizing:border-box;
	padding:0 10px;
	text-align:center;
	font-size:24px;
	font-weight:700;
	color:#00aeef;
}
.width-33 img {
	display:block;
	margin:0 auto 20px;
	max-width:100%
}

.blue-bg {
	background:#00aeef;
	color:white;
}
.quote-left {
	width:140px;
	float:left;
}
.quote-left img {
	border-radius:50%;
}
.quote-right, .quote-main {
	margin-left:150px;
	font-size:30px;
	font-style:italic;
	font-family:'Volkhov';
}
.quote-main {
	margin:0
}
.quote-right h6, .quote-main h6 {
	font-size:18px;
	font-family:'Nunito';
	font-weight:400;
	margin-top:20px;
	text-transform:uppercase;
	font-style:normal;
}
.quote-right span, .quote-main span {
	color:#f7c935;
	font-size:50px;
	vertical-align:middle
}

h2 {
	font-size:38px;
	margin-bottom:20px;
	text-align:center;
	color:#00aeef;
	text-transform:uppercase;
	font-weight:700;
}

.menu {
	border:2px solid #00aeef;
	padding:0 40px 40px;
	margin-top:60px;
	margin-bottom:50px;
}
.menu .clear {
	margin-bottom:40px
}
.inner {
	background:#00aeef;
	color:white;
	text-transform:uppercase;
	border:3px solid white;
	padding:20px 40px;
	font-size:24px;
	font-weight:700;
	display:inline-block;
}
.outer {
	border:2px solid #00aeef;
	display:inline-block;
	margin-top:-40px;
	margin-bottom:20px;
}

.inner.veg {
	background:#f7c935;
}
.outer.veg {
	border-color:#f7c935;
}
.menu-left {
	width:77px;
	float:left;
}
.menu-right {
	margin-left:90px;
	
}
.menu-right h3 {
	color:#00aeef;
	font-size:24px;
	margin-bottom:10px;
	font-weight:700;
	font-family:'Volkhov';
}

.pricing {
	float:left;
	width:31%;
	margin:1%;
	box-sizing:border-box;
	padding:10px;
	text-align:center;
	font-size:24px;
	font-weight:700;
	color:#00aeef;
	border:2px solid #00aeef;
}
.pricing .outer {
	margin-top:0;
	margin-bottom:-45px
}
.pricing .inner {
	text-transform:none;
	font-family:'Volkhov'
}
.order .container-inner {
	text-align:center;
	font-size:20px;
}
.order h2 {
	color:white;
	font-family:'Volkhov';
	text-transform:none;
}
.order img {
	vertical-align:middle
}

.fam {
	float:left;
	margin:0 20px 20px 0
}

h5 {
	font-family:'Mr Dafoe';
	color:#00aeef;
	font-size:42px;
	font-style:italic;
	font-weight:400;
}

.sub img {
	float:left;
	margin:0 20px 0 0
}
.sub h2 {
	text-align:left
}
#footer-left, #footer-middle, #footer-right {
	display:table-cell;
	vertical-align:top;
}
#footer-middle {
	text-align:center
}
#footer-left {
	width:150px;
}
#footer-left img {
	width:100%;
}
#footer-right {
	width:150px;
}
#footer-middle a, #footer-right img {
	margin:0 10px 10px;
}
#footer {
	background:#e5f7fd
}
#sub-footer {
	text-align:center;
	padding:20px;
}	

.clear {
	clear:both;
	height:0;
	content:'';
}


@media only screen and (max-width:1010px) {
	.container {
		width:100%;
	}
	.container-inner {
		padding:20px 10px
	}
	.inner {
		padding:10px
	}
}
@media only screen and (max-width:850px) {
	.optin input {
		width:100% !important;
		margin-bottom:10px;
	}
}
@media only screen and (max-width:750px) {
	#logo-middle {
		display:none
	}
	.logo-mobile {
		display:block !important;
		width:120px;
		margin:0 auto 10px;
	}
	#nav-left, #nav-right {
		padding:10px 0;
	}
	#nav-left {
		text-align:right;
	}
	#nav-right {
		text-align:left
	}
	.quote-right, .quote-main {
		font-size:22px
	}
	.order h2 {
		font-size:28px;
	}
	.fam {
		float:none;
		margin:0 auto 10px;
		display:block;
		max-width:100%
	}
}
@media only screen and (max-width:650px) {
	.optin h3 {
		font-size:22px;
	}
	.width-33 {
		font-size:18px
	}
	.pricing {
		width:100%;
		margin-bottom:50px
	}
	.sub .container-inner, .sub h2 {
		text-align:center
	}
	.sub img {
		float:none;
		margin:0 auto 10px;
		display:block;
		max-width:100%
	}
}
@media only screen and (max-width:550px) {
	#nav-left a, #nav-right a {
		margin:0 10px;
		font-size:16px;
	}
	.width-33 {
		width:100%;
		margin-bottom:40px;
	}
	.width-33 img {
		margin-bottom:5px
	}
	.quote-left, .quote-right {
		float:none;
		width:100%;
		margin:0;
		text-align:center;
	}
	.menu {
		padding:10px
	}
	.order h2 {
		font-size:22px
	}
}
@media only screen and (max-width:450px) {
	#footer-left {
		display:none
	}
}

