@import url(//fonts.googleapis.com/css?family=Nunito:400,300,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@font-face {
    font-family: 'AvenirLTStd-Roman';
    src: url('css/font/AvenirLTStd-Roman.eot');
    src: url('css/font/AvenirLTStd-Roman.eot') format('embedded-opentype'), url('css/font/AvenirLTStd-Roman.woff') format('woff'), url('css/font/AvenirLTStd-Roman.ttf') format('truetype'), url('css/font/AvenirLTStd-Roman.svg#AvenirLTStd-Roman') format('svg');
}
@font-face {
    font-family: 'AvenirLTStd-Light';
    src: url('css/font/AvenirLTStd-Light.eot');
    src: local('☺'), url('css/font/AvenirLTStd-Light.woff') format('woff'), url('css/font/AvenirLTStd-Light.ttf') format('truetype'), url('css/font/AvenirLTStd-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirLTStd-Medium';
    src: url('css/font/AvenirLTStd-Medium.eot');
    src: local('☺'), url('css/font/AvenirLTStd-Medium.woff') format('woff'), url('css/font/AvenirLTStd-Medium.ttf') format('truetype'), url('css/font/AvenirLTStd-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirLTStd-Heavy';
    src: url('css/font/AvenirLTStd-Heavy.eot');
    src: local('☺'), url('css/font/AvenirLTStd-Heavy.woff') format('woff'), url('css/font/AvenirLTStd-Heavy.ttf') format('truetype'), url('css/font/AvenirLTStd-Heavy.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
    font-family: 'AvenirLTStd-Book';
    src: url('css/font/AvenirLTStd-Book.eot');
    src: local('☺'), url('css/font/AvenirLTStd-Book.woff') format('woff'), url('css/font/AvenirLTStd-Book.ttf') format('truetype'), url('css/font/AvenirLTStd-Book.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirLTStd-Black';
    src: url('css/font/AvenirLTStd-Black.eot');
    src: url('css/font/AvenirLTStd-Black.eot') format('embedded-opentype'), url('css/font/AvenirLTStd-Black.woff2') format('woff2'), url('css/font/AvenirLTStd-Black.woff') format('woff'), url('css/font/AvenirLTStd-Black.ttf') format('truetype'), url('css/font/AvenirLTStd-Black.svg#AvenirLTStd-Black') format('svg');
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
html,
body {
    width: 100%;
    height: 100%;
}
body {
    font-family: 'Open Sans', arial;
    font-weight: 400;
    color: #000;
    font-size: 14px;
    /*margin-top: 110px;*/
}
#container {
    padding: 80px 0;
}
.wrap {
    width: 1150px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
section
{
	position:relative;
}
.row > div {
    padding-top: 20px;
    padding-bottom: 20px;
}
h1,
h2,
h3 {
	font-family: 'AvenirLTStd-Black';
	color:#000;
} 
h1 {
    font-size: 35px;
    font-weight: 600;
}
h2
{
    font-size: 30px;
	margin-bottom: 15px;
    line-height: 35px;
}
h3 {
    color: #147C00;
	line-height: 25px;
}
h4 {
    margin-bottom: 20px;
    line-height: 30px;
}
ul {
    list-style: none;
    margin-left: 30px;
    font-family: AvenirLTStd-Medium;
}
ol {
    margin-left: 30px;
    font-family: AvenirLTStd-Medium;
}
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none !important;
    color: #000;
}
p {
    margin-bottom: 20px;
    line-height: 30px;
    font-family: AvenirLTStd-Medium;
}
.green-text {
    color: #91c94a;
}
.pink-text {
    color: #eb008b;
}
.orange-text {
    color: #f16522;
}
.btn {
    padding: 10px 20px;
    font-size: 25px;
    border: 2px solid #fff;
    font-weight: 300;
    margin-top: 30px;
    display: inline-block;
}
.btn.medium {
    padding: 5px 10px;
    font-size: 17px;
}
.btn.white {
    color: #fff;
}
.btn.pink {
    color: #eb008b;
    border-color: #eb008b;
}
.btn.orange {
    color: #f16522;
    border-color: #f16522;
}
.btn.green {
    color: #9fff56;
    border-color: #9fff56;
}
.btn.dark-green {
    color: #20c000;
    border-color: #20c000;
}
.next-anchor,
.next-anchor.black,
.next-anchor.white {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    mi-width: 77px;
    min-height: 71px;
    padding: 20px 40px;
    text-align: center;
}
.next-anchor.black {
    background-position: 0 -71px;
    background: url(images/next2.png) no-repeat;
}
.next-anchor.white {
    background-position: 0 -71px;
    background: url(images/next.png) no-repeat;
}
.next-anchor:focus,
.next-anchor:hover,
.next-anchor:active {
    outline: none;
}
span.heading {
    font-size: 35px;
    font-weight: 700;
    display: block;
    clear: both;
}
.align-right {
    float: right;
}
.align-left {
    float: left;
}
::-webkit-input-placeholder {
    /* WebKit browsers */
    
    color: #c6c6c6;
}
:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    
    color: #c6c6c6;
    opacity: 1;
}
::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    
    color: #c6c6c6;
    opacity: 1;
}
:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    
    color: #c6c6c6;
}
.greenweek-bar
{
	padding:8px 0;
	background:#8bc53f;
	text-align:right;
	font-size:20px;
}
.greenweek-bar .greenweek-text a
{
	color:#fff;
}
.greenweek-bar .greenweek-text2 a
{
	color:#000;
}
.greenweek-bar .greenweek-text
{	
	margin-right:40px;
}
.greenweek-bar .greenweek-text2
{	
	margin-right:40px;
}
.top-bar
{
	padding:0px 0;
	background:#fff;
	text-align:right;
	font-size:20px;
}
.top-bar .top-phone a
{
	color:#8bc53f;
}
.top-bar .top-email a
{
	color:#000;
}
.top-bar .top-phone
{	
	margin-right:40px;
}
.home-header
{
    background: #000;
    width: 100%;
    height: 110px;
    /*position: fixed;*/
    z-index: 10000;
    top: 0;
    transition: top 0.5s ease-in-out;
    -webkit-transition: top 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out;
}
body.logged-in .home-header,
body.logged-in .inner-header {
    margin-top: 32px;
}
.nav-up {
    top: -100px;
}
.logo {
    float: left;
}
nav#nav {
    float: left;
    padding: 8px 0 0 0px;
}
nav#nav > ul {
    float: left;
    margin-left: 50px;
}
nav#nav li {
    display: inline;
    position: relative;
}
nav#nav li > a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    padding: 15px 11px 0 11px;
    position: relative;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
nav#nav li > a{
    padding: 15px 35px 0 35px; 
}
nav#nav li > a:hover,
nav#nav li.current_page_item > a {
    color: #9fff56;
}
nav#nav li ul {
    padding: 0;
    position: absolute;
    top: 8px;
    left: -22px;
    width: 200px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: none;
    opacity: 1;
    visibility: hidden;
    transition: all 0.3s linear;
    padding-top: 29px;
}

nav#nav li ul li {
    background: rgba(0, 0, 0, 0.8);
    display: block;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
nav#nav li ul li:hover {
    background: rgba(0, 0, 0, 1);
}
nav#nav li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}
nav#nav li ul li a {
    padding: 15px 25px;
    font-size: 14px;
    width: 100%;
}
nav#nav li ul li a:before 
{
    display: none;
}




.header-social-trigger,
.header-search-icon {
    background: url(images/header-icons.png) no-repeat 0 0;
    width: 29px;
    height: 29px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 40px;
}
.header-social-trigger:hover {
}
.homeslide {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
}
/*Search icon */

.header-search-icon {
	background-position:-29px 0;
	right:0;
}
.header-search-icon:hover {
   
}
#header-searchform {
    text-align: center;
}
#header-searchform label {
    display: block;
    width: 100%;
    font-size: 25px;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
    font-weight: normal;
}
#header-searchform #searchsubmit {
    opacity: 0;
}
#header-searchform input.hs-input {
    width: 100%;
    margin: 0 auto;
    font-size: 60px;
    border: none;
    background: none;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 20px;
    font-weight: normal;
    border: none;
    font-weight: normal;
}
#header-searchform input.hs-input:focus {
    box-shadow: 0;
    border: none;
    outline: none;
}
.md-close.hs-close {
    color: #8bc53f;
    text-align: center;
    display: block;
    border: 0;
    margin: 20px auto 0 auto;
    font-size: 40px;
    background: none;
}
.md-close.hs-close:hover {
    color: #f16522;
}
.header-search-icon.ms-icon {
    width: 50px;
    height: 50px;
    background: #9FFF56;
    top: 0;
    margin-top: 0;
    color: #000;
    font-size: 25px;
    text-align: center;
    padding-top: 5px;
}
/*Search icon */
.header-social-icons {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 64px;
    width: 380px;
    overflow: hidden;
    margin-top: -32px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    margin-bottom: 20px;
}
.header-social-icons a {
    background: url(images/social-icons-2.png) no-repeat left top;
    width: 60px;
    display: inline-block;
    height: 63px;
    float: left;
    margin: 0 2px 0 0;
}
.header-social-icons a.youtube {
    background-position: left 5px;
}
.header-social-icons a.youtube:hover {
    background-position: left -60px;
}
.header-social-icons a.facebook {
    background-position: left -258px;
}
.header-social-icons a.facebook:hover {
    background-position: left -323px;
}
.header-social-icons a.google {
    background-position: left -127px;
}
.header-social-icons a.google:hover {
    background-position: left -192px;
}
.header-social-icons a.twitter {
    background-position: left -389px;
}
.header-social-icons a.twitter:hover {
    background-position: left -454px;
}
.header-social-icons a.instagram {
    background-position: left -520px;
}
.header-social-icons a.instagram:hover {
    background-position: left -585px;
}
.header-social-icons a.pinterest {
    background-position: left -650px;
}
.header-social-icons a.pinterest:hover {
    background-position: left -713px;
}
#start {
    z-index: 999;
    background-size: cover;
}
.homeclick {
    width: 300px;
    height: 200px;
    z-index: 50000;
    position: absolute;
    display: block;
    left: 50%;
    bottom: 5%;
    margin-left: -150px;
}
#wrap div.bgfade {
    position: absolute;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/*Intro Slide*/
.button-wrap
{
	width:450px;
	margin:40px auto 0 auto;
	position:relative;
	height:80px;
}
.button-wrap .buy-button
{
	background:#55c7eb;
	padding:18px 40px 15px 40px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	color:#fff;
	font-size:25px;
	position:absolute;
	right:0;
}
.button-wrap .buy-button:hover
{
	background:#5cd9ff;
}

.button-wrap .watch-button
{
	position:absolute;
	left:0;
	background:#FFF url(images/green-watch.png) no-repeat 10px 6px;
	font-size:25px;
	padding:17px 30px 14px 70px;
	color:#8ac43d;
	border:2px solid #8ac43d;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
}
.button-wrap .watch-button:hover
{
	background:#8ac43d url(images/green-watch.png) no-repeat 10px -51px;
	color:white;
}
.button-wrap .watch-button.green
{
	border-color:#fff;
	/* color:#fff; */
}
.button-wrap .watch-button.orange
{
	background:#fff url(images/orange-watch.png) no-repeat 10px 6px;
	border-color:#fff;
	color:#f16522;
}
.button-wrap .watch-button.orange:hover
{
	background:#f16522 url(images/orange-watch.png) no-repeat 10px -51px;
    color:#fff;
}
.carousel-control.left
{
	text-align:left;
	left:5%;
}
.carousel-control.right
{
	text-align:right;
	right:5%;
	
}
.carousel-control.right span
{
	right:0;
	
}
.carousel-control.right,
.carousel-control.left
{
	background-image:none;
	z-index:1000;
	opacity:1;
	
	
}
.carousel-control span
{
	font-size:80px;
	text-shadow:none;
	position:absolute;
	top:40%;
	color:black;
	background:rgba(255,255,255,0.3);
	display:inline-block;
	padding:10px;
}
.carousel-control span:hover
{
	color:#549300;
}
.introCarousel
{
	
}
.intro
{
	width:100%;
	background:#fff;
	text-align:center;
	font-size:30px;
	color:#000;
	font-family:'AvenirLTStd-Light', sans serif, arial;
	height:800px;
	overflow:hidden;
}
.intro .item
{
	padding:30px 0;
	height:800px;
}
.intro h1
{
	font-size:45px;
	font-weight:bold;
	color:#000;
	font-family:'AvenirLTStd-Black', sans serif, arial;
}
.intro .machine-image
{
	background:url(images/new-machine-image.png) no-repeat;
	background-size:cover;
	width:710px;
	height:500px;
	margin:60px auto 0 auto;
}
.mbo-slide, .recipe-slide
{
	background:url(images/mbo-slide.jpg) no-repeat center center;
	background-size:cover;
	text-align:center;
	font-size:30px;
	color:#fff;
	padding-top:150px !important;
	position:relative;	
}
.mbo-slide .overlay, .recipe-slide .overlay, .mb-slide .overlay
{
	position:absolute;
	width:100%;
	padding:40px 0;
	top:0;
	left:0;
}
.recipe-slide
{
	background:url(images/recipe-slide.jpg) no-repeat center center;
	background-size:cover;
	text-align:center;	
}
.mbo-slide .overlay
{
	background:rgba(139,197,63,0.7);
}
.recipe-slide .overlay
{
	background:rgba(241,101,34,0.7);
}
/*
	mbo-slide
*/

.about
{
	background:#000;
	padding:80px 0;
	color:#fff;
}
.about .quotes .quote-item
{
	background:url(images/quotes-icon.png) no-repeat left 0;
	padding-left:30px;
	max-width:100%;
	font-size:16px;
}
.last-quote-icon
{
	display:inline-block;
	width:18px;
	height:12px;
	background:url(images/quotes-icon-after.png) no-repeat;
	margin:3px 0 0 5px;
}
.quote-item .author
{
	display:block;
	color:#8bc53f;
	margin-top:20px;
}
.quote-full
{
	font-size:40px;
	color:#8bc53f;
	padding:0;
	
}
.quote-full .author
{
	display:block;
	clear:both;
	color:#fff;
	font-size:24px;
	margin-top:25px;
}

.as-seen .heading
{
	color:#8bc53f;
	font-size:35px;
	display:block;
	margin-bottom:20px;
	
}
.truck {
    background: url(images/cannaballrun-new1.jpg) center no-repeat;
    background-size: cover;
    min-height: 782px;
    width: 100%;
    text-align: center;
    clear: both;
    position: relative;
}
.truck a
{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
}
.content-carousel
{
	color:#000;
	font-size:20px;
	width:100%;
	height:720px;
}
.content-carousel .col-md-6
{
	height:720px;
	position:relative
}
.content-carousel .carousel-text
{
	padding:60px 30px 0 30px;
	position:relative;
}
.what-mb .button-wrap
{
	float:left;
}

.content-carousel .first-slide .carousel-image
{
	margin-top:50px;
}
.content-carousel .second-slide
{
	background:url(images/how-does-bg.jpg) no-repeat top center;
	background-size:cover;
}
.content-carousel .third-slide
{
	background:url(images/recipe-carousel.jpg) no-repeat center center;
	background-size:cover;
}
.content-carousel .second-slide,
.content-carousel .second-slide h2,
.content-carousel .third-slide .carousel-text,
.content-carousel .third-slide h2,
.content-carousel .fifth-slide,
.content-carousel .fifth-slide h2
{
	color:#fff;
}
.content-carousel .fourth-slide .carousel-text
{
	padding-top:150px;
}
.content-carousel .fourth-slide .carousel-text > a,
.content-carousel .eighth-slide .carousel-text > a
{
	color:#55c7eb;
}

.content-carousel .fifth-slide
{
	background:url(images/original-empty_kitchen.jpg) no-repeat center top;
	background-size:cover;
}
.content-carousel .fifth-slide .carousel-text
{
	padding-top:100px;
}
.content-carousel .sixth-slide
{
	background:url(images/lady-image.jpg) no-repeat 40% 50px;
	background-size:auto;
}
.content-carousel .seventh-slide
{
	background:#f26523;
}
.content-carousel .seventh-slide .carousel-text
{
	padding-top:40px;
}
.content-carousel .seventh-slide .carousel-image
{
	margin-top:60px;
}
.content-carousel .eighth-slide .carousel-text
{
	padding-top:150px;
}
.content-carousel .eighth-slide .carousel-image
{
	margin-top:50px;
}
.recipe-row
{
	color:#fff;
	font-size:30px;
	clear:both;
	width:100%;
	overflow:hidden;
	margin-top:20px;	
}

.recipe-row .item
{
	height:720px;
	padding:2px;
	background-size:cover !important;
}
.recipe-row .item .carousel-text
{
	margin:25% 0 0 60%;
	background:rgba(0,0,0,0.6);
	padding:30px;
}
.recipe-row .recipe-one
{
	background:url(images/1st-recipe.jpg) no-repeat center top;
	background-size:cover;
}
.recipe-row .recipe-two
{
	background:url(images/second-recipe.jpg) no-repeat center top;
	background-size:cover;
}
.recipe-row .recipe-three
{
	background:url(images/third-recipe.jpg) no-repeat center top;
	background-size:cover;
}
.recipe-row .recipe-four
{
	background:url(images/fourth-recipe.jpg) no-repeat center top;
	background-size:cover;
}
.recipe-row .recipe-five
{
	background:url(images/fifth-recipe.jpg) no-repeat center top;
	background-size:cover;
}
.recipe-row a.explore
{
	color:#55c7eb;
	font-size:40px;
	background:url(images/blue-arrow.png) no-repeat right center;
	padding-right:60px;
	display:inline-block;
	clear:both;
	line-height:45px;
}
.ft-warning
{
	background:#df1c24;
	padding:40px 0;
	overflow:hidden;	
}
.ft-warning .warning-box
{
	
	background-size:100%;
	width:25%;
	float:left;
	border:2px solid #000;
	border-radius:8px;
	background:#fff;
	padding:10px;
}
.ft-warning .warning-box-content
{
	border:2px solid #000;
	padding:60px 20px 10px 20px;
	position:relative;
	text-align:center;
	font-size:18px;
}
.ft-warning .warning-box-content .warning-heading
{
	display:block;
	width:100%;
	background:#f58c26;
	position:absolute;
	top:0;
	left:0;
	font-size:30px;
	font-weight:bold;
	padding:5px 0;
	
}
.ft-warning .warning-box-content .warning-heading span
{
	margin-right:8px;
}
.ft-warning .warning-txt
{
	width:73%;
	border:1px solid #000;
	float:left;
	margin-left:2%;
	background:#fff;
}
.ft-warning .titlebar
{
	background:#000;
	
	width:100%;
	display:block;
	padding:5px 30px 5px 15px;	
	font-size:30px;
	color:#fff;
	font-weight:100;	
}
.warning-txt-content
{
	padding:15px;
	font-size:15px;
	color:#000;	
}
.footer-bottom
{
	background:#000;
	padding:40px 0;
	color:#fff;
	font-size:14px;
}
.footer-bottom .widget-heading
{
	display:block;
	color:#fff;
	clear:both;
	font-weight:bold;
	margin-bottom:5px;	
}
.footer-bottom .phone-green
{
	color:#8bc53f;
	display:block;
	margin-top:5px;	
}
.footer-bottom .phone-green a
{
	color:#8bc53f;
}
.footer-bottom ul
{
	columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  margin:0;
}
.footer-bottom li a
{
	color:#8bc53f;
}
.copyright-txt
{
	width:100%;
	text-align:center;
	color:#fff;	
}
.post .detail {
    margin-left: 150px;
    position: relative;
    background: #f1f1f1;
    padding: 20px 60px;
    z-index: 100;
    border: 10px solid #fff;
    box-shadow: 1px 1px 8px #ccc;
}
.meta .date {
    text-align: center;
    width: 100px;
    float: left;
    position: relative;
    z-index: 100;
}
.meta .date:after {
    width: 200px;
    position: absolute;
    height: 3px;
    left: 30px;
    top: 50px;
    content: '';
    z-index: -1;
    border-top: 1px dashed #ccc;
}
.meta .date .day {
    width: 30px;
    height: 30px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    background: #8fc748;
    border: 2px solid #000;
    color: #fff;
    clear: both;
    margin: 0 auto;
    display: block;
    text-align: center;
    line-height: 25px;
    font-weight: 800;
    font-size: 14px;
    z-index: 100;
    position: relative;
}
.meta .date .month {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border: 2px solid #000;
    display: block;
    margin: -20px auto 0 auto;
    text-align: center;
    padding-top: 20px;
    font-weight: 700;
    color: #000;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    z-index: 50;
    background: #fff;
}
.meta .date .year {
    position: absolute;
    top: 62%;
    width: 100%;
    height: 60px;
    background: #8fc748;
    text-align: center;
    display: block;
    font-size: 13px;
    color: #fff;
    padding-top: 5px;
}
.fb-comments,
.fss,
.fcg {
    width: 100% !important;
}
.support-faq {
    clear: both;
    margin-top: 30px;
}
.faq {
    margin: 0 auto;
    width: 100%;
    border-radius: none !important;
}
.faq .panel {
    border: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
}
.faq .panel-heading {
    background: #000;
    margin: 0 !important;
    box-shadow: none;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-bottom: 1px solid #8bc53f;
}
.faq .panel-title {
    width: 100%;
    border-radius: none !important;
}
.faq .panel-title a {
    padding: 0;
    font-weight: bold;
    color: #8bc53f;
    font-size: 30px;
    line-height: 40px;
    padding: 35px 0;
}
.faq .panel-body {
    padding: 40px 20px;
    border-radius: 0 !important;
    text-align: left;
    font-size: 22px;
    color: #000;
    font-family: 'AvenirLTStd-Light';
}
.faq .glyphicon {
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
}
.icon-rotate {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}
.google-maps {
    position: relative;
    padding-bottom: 20%; //This is the aspect ratio
    height: 0;
    overflow: hidden;
    height: 450px;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.wpcf7 form {
    margin: 20px 0;
}
.wpcf7 form p {
    margin-bottom: 10px;
}
.wpcf7 input {
    border-radius: 0;
    margin-bottom: 5px;
    padding: 5px 15px;
    height: 40px;
    border: 1px solid #ccc;
    width: 100%;
}
.wpcf7 textarea {
    width: 100%;
    border: 1px solid #ccc;
    resize: none;
    padding: 5px 15px;
}
.wpcf7 input[type=submit] {
    line-height: 25px;
    border-radius: 0;
    background: #f06826;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    box-shadow: none !important;
    color: #333;
    border-color: #ccc !important;
}
span.wpcf7-not-valid-tip {
    top: -10px;
    left: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.contact-info {
    width: 100%;
    height: 100%;
    padding: 20px 0;
}
.contact-info ul {
    margin: 0;
}
.contact-info li {
    padding: 15px 0 15px 8px;
    border-bottom: 1px dotted #ccc;
    width: 90%;
    font-size: 18px;
}
.contact-info li:first-child {
    border-top: 1px dotted #ccc;
}
.contact-info li i {
    font-size: 18px;
    color: #f06826;
    margin-right: 15px;
}
.fblbCenterOuter *,
.fblbReset * {
    display: none;
}
.home .fblbCenterOuter *,
.fblbReset * {
    display: block;
}
.recipe-title-bg {
    background: url(images/recipe-title-bg.jpg) no-repeat;
    width: 100%;
    height: 100%;
    background-size: auto 100%;
    position: relative;
}
.title-mask {
    height: 200px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -100px;
    text-align: center;
}
.big-green-heading {
    font-family: 'AvenirLTStd-Heavy';
    background: #8bc53f;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    padding: 45px 0;
}
.small-green-heading {
    font-size: 40px;
}
.support-manual {
    background: #000000;
    width: 100%;
    text-align: center;
    font-family: 'AvenirLTStd-Light';
    font-size: 38px;
    color: #fff;
    padding: 40px 0;
}
.support-manual .heading {
    color: #8bc53f;
    font-family: 'AvenirLTStd-Heavy';
    font-weight: bold;
}
.support-download {
    width: 150px;
    height: 150px;
    background: #000000;
    border-radius: 50%;
    border: 5px solid #8bc53f;
    margin: 0 auto;
    display: block;
    top: -20px;
    text-align: center;
    padding-top: 60px;
    color: #fff;
    font-size: 18px;
    font-family: 'AvenirLTStd-Heavy';
    position: absolute;
    left: 50%;
    margin-left: -75px;
}
.support-download:hover,
.support-download:focus,
.support-download:active {
    color: #fff;
}
.support-product {
    background: #8bc53f;
    position: relative;
    min-height: 310px;
}
.sup-mb-machine {
    background: url(images/support-product.png) no-repeat center center;
    background-size: cover;
    width: 443px;
    height: 407px;
    position: absolute;
    top: -130px;
    right: 0;
}
.support-warranty {
    text-align: center;
    font-size: 25px;
    font-family: 'AvenirLTStd-Light';
    color: #000;
}
.sup-warranty-heading {
    background: #000;
    font-family: 'AvenirLTStd-Heavy';
    color: #fff;
    text-align: center;
    font-size: 50px;
    padding: 40px 0;
    margin-bottom: 40px;
}
.sup-btn {
    display: block;
    width: 100%;
    font-family: 'AvenirLTStd-Heavy';
    color: #fff;
    padding: 40px;
    font-size: 40px;
    font-weight: bold;
    text-align: left;
    margin: 0 auto 40px auto;
}
.sup-btn i {
    float: right;
    font-style: normal;
    font-weight: normal;
    font-family: 'AvenirLTStd-Light';
    font-size: 30px;
}
.sup-btn em {
    margin-right: 15px;
}
.sup-btn:hover,
.sup-btn:focus,
.sup-btn:active {
    color: #fff;
}
.sup-btn.warranty {
    background: #8bc53f;
    margin-top: 40px;
}
.sup-btn.register {
    background: #f16424;
}
.orange-bg {
    background: #f16522;
}
.green-bg {
    background: #8bc53f;
}
.pink-bg {
    background: #eb008b;
}
#youtmb {
    font-family: 'AvenirLTStd-Light';
    overflow-x: hidden;
}
#youmb .row {
    padding: 0;
    margin: 0;
}
#youmb section {
    height: 640px;
    background-size: cover;
}
#youmb .content-box {
    padding: 20% 10%;
    width: 85%;
    text-align: justify;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    font-family: 'AvenirLTStd-Light';
    position: relative;
}
#youmb .black-text {
    color: #000000;
}
#youmb .content-box .heading {
    font-family: 'AvenirLTStd-Medium';
    font-weight: normal;
    margin-bottom: 25px;
    font-size: 40px;
}
#youmb .individual {
    background: url(images/individual.jpg) no-repeat center center;
}
#youmb .patient {
    background: url(images/patient.jpg) no-repeat;
}
#youmb .chefs {
    background: url(images/chefs.jpg) no-repeat;
}
#youmb .bartender {
    background: url(images/bartenders.jpg) no-repeat;
}
#youmb .doctors {
    background: url(images/doctors.jpg) no-repeat;
}
#youmb .veter {
    background: url(images/veterinarian.jpg) no-repeat;
}
#youmb .derma {
    background: url(images/dermatologist.jpg) no-repeat;
}
#youmb .icon {
    position: absolute;
    right: 10%;
    top: 20%;
    background-size: cover;
    display: block;
}
#youmb .ind-icon {
    background: url(images/ind-icon.png) no-repeat;
    width: 160px;
    height: 129px;
}
#youmb .patient-icon {
    background: url(images/patient-icon.png) no-repeat;
    width: 141px;
    height: 161px;
}
#youmb .chef-icon {
    background: url(images/you-mb-chef-icon.png) no-repeat;
    width: 119px;
    height: 142px;
}
#youmb .bartender-icon {
    background: url(images/bartender-icon.png) no-repeat;
    width: 117px;
    height: 164px;
    top: 15%;
}
#youmb .doctor-icon {
    background: url(images/doctor-icon.png) no-repeat;
    width: 103px;
    height: 116px;
}
#youmb .veter-icon {
    background: url(images/veterinarian-icon.png) no-repeat;
    width: 196px;
    height: 158px;
    top: 15%;
}
#youmb .derma-icon {
    background: url(images/dermatologist-icon.png) no-repeat;
    width: 117px;
    height: 143px;
}
.seattle-iframe {
    width: 100% !important;
    height: 100% !important;
    border: none;
}
.small-box ul {
    list-style: none;
    float: left;
}
.small-box li a {
    width: 250px;
    box-shadow: 0px 0px 8px 5px rgba(209, 209, 209, 0.7);
    -moz-box-shadow: 0px 0px 8px 5px rgba(209, 209, 209, 0.7);
    -webkit-box-shadow: 0px 0px 8px 5px rgba(209, 209, 209, 0.7);
    display: block;
    float: left;
    height: 370px;
    margin-right: 15px;
    margin-bottom: 20px;
    list-style: none;
    border: 1px solid #ccc;
    overflow: hidden;
}
.txt {
    font-family: 'AvenirLTStd-Medium';
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    padding: 20px 20px 0px 20px;
    display: block;
    margin: 0 auto;
    min-height: 150px;
    color: #4d4d4d;
}
.small-box-more {
    font-family: 'AvenirLTStd-Medium';
    display: block;
    border-top: solid 1px #e1e1e1;
    width: 100%;
    float: left;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    padding: 10px 0px 10px 20px;
    text-decoration: none;
    margin-top: 20px;
    position: relative;
    background-color: #fcfcfc;
}
.small-box li:hover .small-box-more {
    background: #f8f8f8;
}
.small-box li .article-arrow {
    color: #e2e2e2;
    float: right;
    margin-right: 20px;
    margin-top: 3px;
}
.small-box li:hover .article-arrow {
    color: #000;
}
.scrollup {
    padding: 2px 6px 1px 6px;
    position: fixed;
    bottom: 10px;
    left: 20px;
    display: none;
    background: #8bc53f;
    border-radius: 4px;
    font-size: 1.5em;
    font-family: 'Glyphicons Halflings';
}
.scrollup:after {
    content: "\e133";
    color: #fff;
}
.preloader {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    background: #000 url(images/2.GIF) no-repeat center center;
    text-align: center;
}
.preloader img {
    position: absolute;
    top: 50%;
    margin: -25px 0 0 -25px;
}
.page-404 {
    text-align: center;
    font-size: 20px;
    font-family: 'AvenirLTStd-Medium';
    color: #000;
}
.icon-404 {
    height: 200px;
    margin-left: -12%;
    margin-bottom: 30px;
}
.page-404 ul {
    margin: 20px 0 0 0;
}
.page-404 li {
    list-style: none;
    margin: 0;
    display: inline-block;
}
.page-404 li a {
    color: #8ac650;
    font-size: 18px;
    display: inline-block;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: bold;
}
.page-404 li ul {
    display: none;
}
.page-404 input {
    width: 350px;
    border: 1px solid #808080;
    color: #808080;
    padding: 8px 15px;
    font-weight: normal;
    font-size: 18px;
    font-family: 'AvenirLTStd-Light';
    text-align: center;
    margin-top: 25px;
}
.page-404 .search-submit {
    display: none;
}
.clr-bg {
    background: #F9F9F9;
    float: left;
    width: 100%;
}
.blog-page .post {
    background: #ffffff;
    padding: 30px 40px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
    position: relative;
}
.blog-page .post .entry-header {
    margin-bottom: 30px;
}
.blog-page .post-date {
    color: #999;
    padding: 8px 5px;
    font-weight: bold;
}
.blog-page .post-date .date-icon {
    margin-right: 10px;
}
.blog-page .post h1 {
    font-family: 'AvenirLTStd-Light';
    clear: both;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
    font-size: 45px;
    color: #000000;
}
.single-post h2 {
    font-size: 30px;
    line-height: 40px;
}
.single-post h3 {
    font-family: 'AvenirLTStd-Light';
    color: #000000;
}
.blog-page .post p {
    padding-bottom: 5px;
}
.blog-page .post.category-news p {
    padding-bottom: 20px;
    font-size: 18px;
}
.blog-page .post.category-news a {
    text-decoration: underline;
    color: #0099ff;
    font-weight: bold;
}
.blog-page .post.category-news a:hover {
    text-decoration: none;
}
.blog-page .post.category-blog a {
    text-decoration: underline;
    color: #0099ff;
    font-weight: bold;
}
.blog-page .post.category-blog a:hover {
    text-decoration: none;
}
.blog-page .post.category-blog .post-date {
    padding: 0px;
}
.blog-page .post.category-blog .entry-header {
    margin-bottom: 0px;
}
.blog-page .post a {
    font-weight: bold;
}
/*.blog-page .post a.blu-link { color:#69A3FD; text-decoration:underline; font-weight:bold;}*/

.blog-page .entry-content {
    overflow: hidden;
}
.blog-page .cat-links {
    font-weight: bold;
    color: #666;
}
.blog-page .cat-links a {
    color: #000000;
}
.blog-page .comments-link {
    float: right;
    position: relative;
    overflow: hidden;
}
.blog-page .comments-link a {
    color: #666;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    padding-left: 30px;
}
.blog-page .comment-icon {
    font-size: 20px;
    color: #999;
    position: absolute;
    top: 0;
    left: 0;
}
.blog-page .edit-icon {
    font-size: 20px;
    color: #999;
    float: right;
    margin-left: 20px;
}
.blog-page .edit-icon:hover {
    color: #20c000;
}
.blog-page .entry-meta {
    border-top: 1px solid #dbdbdb;
    padding-top: 20px;
    margin-top: 20px;
}
.blog-page .post-image {
	text-align:center;
	margin:40px 0;
}
.blog-page .post-image img {
    border: 8px solid #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    max-width: 100%;
    height: auto;
}
.blog-page .btn {
    margin-top: 0;
    font-size: 12px !important;
    float: right;
    padding-right: 20px;
    position: relative;
    font-weight: bold;
}
.blog-page .btn:hover {
    color: #f16522;
    border-color: #f16522;
}
.blog-page .more-icon {
    position: absolute;
    right: 5px;
    top: 7px;
}
.single-post .art-small {
    font-size: 18px;
    font-weight: bold;
}
#featured-post .featured-item {
    overflow: hidden;
    padding: 20px 30px;
    position: relative;
    border: 2px solid #fff;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    background: #FFFFFF;
}
#featured-post .tum-img {
    display: block;
    padding-top: 20px;
    margin: 0px auto 30px auto;
    max-width: 100%;
    height: auto;
}
#featured-post .tum-img img {
    width: 100%;
}
#featured-post .art-title {
    font-family: 'AvenirLTStd-Medium';
    font-size: 1.6em;
    color: #999999 !important;
    display: block;
    min-height: 200px;
}
#featured-post .fa {
    margin-right: 20px;
    color: #999999;
    font-size: 1.4em;
    margin-top: 9px
}
#featured-post .red-arti {
    border-top: 1px solid #DCDCDC;
    width: 100%;
    color: #999999;
    display: block;
    font-size: 1em;
    background: #FCFCFC;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 12px 0 15px 45px;
}
#featured-post .red-arti i {
    position: absolute;
    left: 20px;
    top: 5px;
}
.back-arti {
    border: 2px solid #fff;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    width: 100%;
    font-family: 'AvenirLTStd-Light';
    font-size: 2em;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    display: block;
    color: #999999;
    margin: 50px 0;
    background: #FFFFFF;
}
.single-post iframe {
    margin: 20px auto 0 auto;
    width: 700px;
    float: none;
    max-width: 100%;
    min-height: 350px;
    display: block;
    height: auto;
}
.single-post .art-link {
    color: rgb(218, 114, 41);
    font-size: 18px;
    padding: 0px;
    margin: 0px;
    display: block;
}
.single-post .art-img-center {
    margin: 0 auto 10px auto;
    float: none;
    display: block;
    padding: 0px;
    text-align: center;
}
.single-post .art-img-left {
    float: left;
    display: block;
    padding: 0px;
    margin: 20px 30px 20px 0;
}
.single-post .bread_crumb {
    font-family: 'AvenirLTStd-Light';
    font-size: 19px;
    line-height: 35px;
    display: block;
    padding: 10px 0px 25px 0px;
}
.single-post .bread_crumb ul {
    margin-left: 0px;
}
.single-post .bread_crumb li {
    font-size: 19px;
    color: rgb(180, 180, 180);
    float: left;
    list-style: none outside none;
    padding: 0px;
}
.single-post .bread_crumb li:after {
    content: "»";
    padding-left: 10px;
    padding-right: 10px;
}
.single-post .bread_crumb li:last-child {
    font-weight: bold;
    font-size: 18px;
}
.single-post .bread_crumb li:last-child:after {
    content: '';
}
.single-post .bread_crumb li a {
    color: #666666;
    font-size: 18px;
}
.single-post .smp-bul ul {
    margin: 20px 0;
}
.single-post .smp-bul li {
    display: block;
    padding-left: 20px;
    font-size: 14px;
    line-height: 28px;
    position: relative;
}
.single-post .smp-bul li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #000000;
    left: 0;
    margin-top: 10px;
    border-radius: 100%;
}
.single-post .sml-text {
    font-size: 10px;
    font-weight: normal;
    margin-top: -50px;
}
.bread_crumb li.current {} .wmle_item_holder {
    box-shadow: none !important;
}
.wmle_container .wmle_item {
    padding: 15px 20px 50px 15px !important;
    box-shadow: none !important;
    border: none;
    margin: 0 10px;
    position: relative;
    height: 350px;
}
.wmle_post_title {
    border-bottom: 1px solid #999;
}
.wmle_post_title a {
    color: #000 !important;
    font-size: 15px;
}
.wmle_post_excerpt {
    color: #4E4E4E !important;
}
.wmle_item_link {
    width: 100%;
    padding: 12px 0 !important;
    text-align: center;
    background: #E3E3E3;
    color: #000;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #666;
    font-weight: bold;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.wmle_item_link:hover {
    background: #00782B;
    color: #fff;
}
.grid-post-date {
    font-size: 12px;
    margin-top: 10px;
    color: #666;
    font-weight: bold;
}
.wmle_loadmore_btn {
    background: #00782B;
    color: #fff !important;
    box-shadow: none;
    padding: 10px 30px !important;
    font-weight: bold;
}
.wmle_post_meta {
    position: absolute;
    bottom: 45px;
    right: 20px;
}
ol.commentlist {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    text-indent: 0;
}
ol.commentlist li {} ol.commentlist li.alt {} ol.commentlist li.bypostauthor {} ol.commentlist li.byuser {} ol.commentlist li.comment-author-admin {} ol.commentlist li.comment {
    border-bottom: 1px dotted #666;
    padding: 1.5em;
}
ol.commentlist li.comment div.comment-author {} ol.commentlist li.comment div.vcard {
    font: normal 16px;
}
ol.commentlist li.comment div.vcard cite.fn {
    font-style: normal;
}
ol.commentlist li.comment div.vcard cite.fn a.url {} ol.commentlist li.comment div.vcard img.avatar {
    border: 5px solid #ccc;
    float: right;
    margin: 0 0 1em 1em;
}
ol.commentlist li.comment div.vcard img.avatar-32 {} ol.commentlist li.comment div.vcard img.photo {} ol.commentlist li.comment div.vcard span.says {} ol.commentlist li.comment div.commentmetadata {} ol.commentlist li.comment div.comment-meta {
    font-size: 10px;
}
ol.commentlist li.comment div.comment-meta a {
    color: #999;
}
ol.commentlist li.comment p {
    font-size: 13px;
    margin: 0 0 1em;
}
ol.commentlist li.comment ul {
    font-size: 13px;
    list-style: square;
    margin: 0 0 1em 2em;
}
ol.commentlist li.comment div.reply {
    font-size: 11px;
}
ol.commentlist li.comment div.reply a {
    font-weight: bold;
    display: inline-block;
    border: 1px solid #00782B;
    color: #00782B;
    padding: 5px 10px;
}
ol.commentlist li.comment ul.children {
    list-style: none;
    margin: 1em 0 0;
    text-indent: 0;
}
ol.commentlist li.comment ul.children li {} ol.commentlist li.comment ul.children li.alt {} ol.commentlist li.comment ul.children li.bypostauthor {} ol.commentlist li.comment ul.children li.byuser {} ol.commentlist li.comment ul.children li.comment {} ol.commentlist li.comment ul.children li.comment-author-admin {} ol.commentlist li.comment ul.children li.depth-2 {
    border-left: 2px solid #555;
    margin: 0 0 .25em .25em;
}
ol.commentlist li.comment ul.children li.depth-3 {
    border-left: 2px solid #999;
    margin: 0 0 .25em .25em;
}
ol.commentlist li.comment ul.children li.depth-4 {
    border-left: 2px solid #bbb;
    margin: 0 0 .25em .25em;
}
ol.commentlist li.comment ul.children li.depth-5 {} ol.commentlist li.comment ul.children li.odd {} ol.commentlist li.even {
    background: #fff;
}
ol.commentlist li.odd {
    background: #f6f6f6;
}
ol.commentlist li.parent {
    border-left: 5px solid #111;
}
ol.commentlist li.thread-alt {} ol.commentlist li.thread-even {} ol.commentlist li.thread-odd {} #commentform {} #commentform input[type=text],
#commentform input[type=email] {
    padding: 10px 10px;
    width: 60%;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #999;
    margin-right: 10px;
    color: #999;
    font-size: 14px;
}
#commentform textarea {
    width: 100%;
    resize: none;
    height: 150px;
    border: 1px solid #999;
    padding: 15px;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    font-size: 14px;
    color: #999;
}
#commentform input[type=submit] {
    background: #00782B;
    border-radius: none;
    padding: 20px 20px;
    height: auto;
    line-height: 0;
}
.news-art-scroll-text {
    display: block;
    font-size: 1.5em;
    font-family: 'AvenirLTStd-Light';
    padding-top: 30px;
}
.news-art-scroll-text .glyphicon {
    font-size: 0.6em;
    color: #D0CFCF;
}
.careers-wrapper {
    width: 1047px;
    max-width: 100%;
    float: none;
    margin: 50px auto;
    font-family: 'AvenirLTStd55Roman' !important;
    color: #000;
}
.careers-wrapper p,
.careers-wrapper li {
    font-size: 18px;
}
.careers-wrapper .ssba {
    display: none;
}
.careers-wrapper h3 {
    color: #000000;
}
.careers-top {
    background: #99cc33;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    font-size: 6em;
    font-family: 'AvenirLTStd55Roman';
    padding: 50px 0;
    display: block;
    float: left;
    font-weight: bold;
    margin-bottom: 66px;
}
.careers-h1 {
    color: #000000;
    font-size: 3em;
    display: block;
    padding-bottom: 15px;
}
.careers-h2 {
    color: #000000;
    font-size: 2.5em;
    display: block;
}
.careers-h3 {
    font-size: 1.4em;
    color: #000000;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    display: block;
    padding: 10px 0px;
    font-weight: bold;
    margin-bottom: 28px;
    margin-top: 40px;
}
.careers-h4 {
    color: #333333;
    font-size: 1.3em;
    display: block;
    padding-bottom: 41px;
    font-weight: bold;
}
.careers-form-area {
    float: left;
    width: 100%;
    margin: 30px 0;
}
.careers ul,
.careers-green {
    list-style: none;
    margin: none !important;
    margin-left: 0px;
}
.careers li {
    display: block;
    color: #000000;
    background: url(images/careers-bullet.gif) no-repeat left 8px;
    list-style: none;
    padding: 0px 0px 0px 20px;
    line-height: 30px;
}
.careers-left {
    width: 49.5%;
    float: left;
}
.careers-right {
    width: 49.5%;
    float: right;
}
.careers-small-txt {
    font-family: 'AvenirLTStd-Light';
    color: #000000;
    font-size: 1.3em;
    line-height: 30px;
    display: block;
    margin-top: 15px;
    text-align: left;
    clear: both;
    background: none;
    border: none;
}
.careers-fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.careers-fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding-bottom: 20px;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    border: none;
}
.careers-wrapper .wpcf7 input.upload {
    margin-top: 0px;
    padding-bottom: 20px;
}
.careers-small-b {
    display: block;
    float: right;
    width: 30%;
    background: #000000;
    text-align: center;
    color: #FFFFFF;
    padding: 15px 0;
    margin: -50px 0 20px 0;
    text-decoration: none;
    font-size: 1.2em;
}
.careers-submit-apply,
.wpcf7-submit.careers-submit {
    display: block;
    margin: 20px auto;
    background: #000000;
    text-align: center;
    padding: 20px;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 1.2em;
    border: none;
    clear: both;
    font-family: 'AvenirLTStd-Light';
}
.careers-submit-apply {
    width: 200px;
    margin: 0 auto;
    display: block;
}
.careers-submit-apply:hover,
.wpcf7-submit.careers-submit:hover,
.careers-submit-apply:active,
.wpcf7-submit.careers-submit:active,
.careers-submit-apply:focus,
.wpcf7-submit.careers-submit:focus {
    color: #fff;
}
.careers-comments {
    width: 100%;
    min-height: 200px;
    resize: none;
    border: 1px solid #999999;
    border-radius: 5px;
    margin-top: 20px;
    padding: 20px;
    margin-bottom: 30px;
}
.careers-right-txt {
    float: right;
    text-align: right;
}
.careers-green ul {
    list-style: none;
}
.careers-green li {
    list-style: none;
}
.careers-green li a {
    border-bottom: 1px solid #000000;
    padding: 20px 0;
    color: #99cc33;
    font-family: 'AvenirLTStd-Light';
    font-size: 1.75em;
    text-decoration: none;
    display: block;
    width: 100%;
    list-style: none;
}
.careers-location-txt {
    text-align: right;
    color: #000000;
    font-family: 'AvenirLTStd-Light';
    margin-right: 45px;
    float: right;
}
.careers-blk-link a {
    font-family: 'AvenirLTStd-Black';
    font-size: 1.2em;
    display: block;
    float: none;
    color: #000000;
    text-decoration: none;
    margin: 40px auto;
    width: 100%;
    text-align: center;
}
.careers-wrapper .input {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border: 1px solid #999999;
    font-size: 1.1em;
    padding: 0px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.careers-wrapper .wpcf7 input {
    height: auto;
    width: 100%;
    border: none;
    padding: 0px 20px;
    margin: 40px 0 0 0;
    font-size: 1.3em;
}
.careers-wrapper .wpcf7 input#CareerUploadFile {
    margin-top: 20px;
}
.careers-wrapper span.wpcf7-not-valid-tip {
    top: 40px;
    z-index: 100000;
    display: block;
    padding: 10px 30px;
}
.careers-wrapper .input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.1em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: bold;
    -webkit-appearance: none;
}
.careers-wrapper .input__field:focus {
    outline: none;
}
.careers-wrapper .input__label {
    display: inline-block;
    float: right;
    padding: 0.8 1em;
    width: 40%;
    color: #000000;
    font-weight: bold;
    font-size: 98.25%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.careers-wrapper .input__label-content {
    position: relative;
    display: block;
    padding: 0.5em 0;
    width: 100%;
}
.careers-wrapper .graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}
.careers-wrapper .icon {
    color: #ddd;
    font-size: 150%;
}
.careers-wrapper select {
    width: 100%;
    padding: 20px 15px;
    border-radius: 5px;
    border: 1px solid #999999;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
.careers-wrapper textarea {
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #999;
    font-weight: bold;
    font-size: 1.4em;
}
.careers-wrapper input[type=submit] {
    background: #000;
    padding: 20px;
    width: 200px;
    min-height: 60px;
    float: none;
    margin: 20px auto 0 auto;
}
.careers-wrapper input[type=submit]:hover {
    border: none;
    color: #fff;
}
.careers-wrapper .input--juro {
    overflow: hidden;
    line-height: 0.5;
}
.careers-wrapper .input__field--juro {
    position: absolute;
    z-index: 100;
    width: 100%;
    background: none repeat scroll 0% 0% transparent;
    color: rgb(14, 15, 15);
    font-size: 1.1em;
    padding: 2.2em 0.75em 0px;
}
.careers-wrapper .input__label--juro {
    padding: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: left;
}
.careers-wrapper .input__label-content--juro {
    padding: 2em 1em;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s, color 0.3s;
    transition: transform 0.3s, color 0.3s;
    text-rendering: geometricPrecision;
    font-size: 1.155em;
}
.careers-wrapper .input__label--juro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0px solid transparent;
    -webkit-transition: border-width 0.3s, border-color 0.3s;
    transition: border-width 0.3s, border-color 0.3s;
}
.careers-wrapper .input__field--juro:focus + .input__label--juro::before,
.careers-wrapper .input--filled .input__label--juro::before {
    border-width: 8px;
    border-color: #99cc33;
    border-top-width: 2em;
}
.careers-wrapper .input__field--juro:focus + .input__label--juro .input__label-content--juro,
.careers-wrapper .input--filled .input__label--juro .input__label-content--juro {
    color: #fff;
    -webkit-transform: translate3d(0, -1.5em, 0) scale3d(0.75, 0.75, 1);
    transform: translate3d(0, -1.5em, 0) scale3d(0.75, 0.75, 1) translateZ(1px);
}
.wrapper-dropdown-3 {
    position: relative;
    width: 100%;
    float: left;
    padding: 20px;
    background: #fff;
    border-radius: 7px;
    border: 1px solid #999999;
    box-shadow: 0 1px 1px rgba(50, 50, 50, 0.1);
    cursor: pointer;
    outline: none;
    font-weight: bold;
    color: #000000;
    font-family: 'AvenirLTStd55Roman';
    margin-bottom: 15px;
}
.wrapper-dropdown-3:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 12px 12px 0 12px;
    border-style: solid;
    border-color: #99cc33 transparent;
}
.wrapper-dropdown-3 .dropdown {
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    width: 100%;
    background: white;
    border-radius: inherit;
    border: 1px solid rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    font-weight: normal;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    list-style: none;
    margin-left: 0px;
    opacity: 0;
    pointer-events: none;
}
.wrapper-dropdown-3 .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;
}
.wrapper-dropdown-3 .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1) transparent;
}
.wrapper-dropdown-3 .dropdown li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000000;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.wrapper-dropdown-3 .dropdown li i {
    float: right;
    color: inherit;
}
.wrapper-dropdown-3 .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
}
.wrapper-dropdown-3 .dropdown li:last-of-type a {
    border: none;
    border-radius: 0 0 7px 7px;
}
.wrapper-dropdown-3 .dropdown li:hover a {
    background: #99cc33;
    color: #FFFFFF;
}
.wrapper-dropdown-3.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}
.no-opacity .wrapper-dropdown-3 .dropdown,
.no-pointerevents .wrapper-dropdown-3 .dropdown {
    display: none;
    opacity: 1;
    pointer-events: auto;
}
.no-opacity .wrapper-dropdown-3.active .dropdown,
.no-pointerevents .wrapper-dropdown-3.active .dropdown {
    display: block;
}
.careers-wrapper h3 {
    color: #000000;
}
.press-media-text {
    font-family: 'AvenirLTStd-Light';
    font-size: 38px;
    text-align: center;
    line-height: 45px;
    margin-top: 40px;
    display: block;
}
.press-media-big-txt {
    font-family: 'Open Sans', arial;
    font-weight: bold;
    color: #008000;
    font-size: 1.95em;
    text-align: center;
    display: block;
}


.search-post-bg {
    background: #F6F6F6;
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
}
.search-post-border {
    border-bottom: solid 1px #000000;
    width: 20%;
    margin-top: 30px;
    display: block;
}
.search-post-bg {
    font-family: 'AvenirLTStd55Roman';
    font-size: 28px;
}
.search-post {
    width: 100%;
    display: block;
    background: #F6F6F6;
    margin: 20px auto;
    padding: 15px 20px 50px 30px;
}
.search-post-time {
    display: block;
    float: left;
    font-size: 20px;
    font-family: 'AvenirLTStd-Light';
    line-height: 50px;
    padding-right: 10px;
}
.search-post-tit {
    font-family: 'AvenirLTStd-Light';
    font-size: 30px;
    line-height: 50px;
}
.search-post-tit a:hover {
    color: #1ABC9C;
}
.search-post-type {
    display: block;
    font-family: 'AvenirLTStd-Light';
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
    color: #BEBEBE;
}
.search-result-pagination {
    margin: 5px auto;
    float: none;
    text-align: center;
    font-size: 16px;
    padding-bottom: 30px;
    color: #B1B1B1;
}
.search-icon-prev a {
    font-family: 'AvenirLTStd55Roman';
    color: #B1B1B1;
}
.search-icon-next a {
    font-family: 'AvenirLTStd55Roman';
    color: #B1B1B1;
}
.search-icon-next:hover,
.search-icon-prev:hover {
    color: #1ABC9C;
}
.search-term-count {
    font-size: 19px;
    padding-top: 40px;
    font-family: 'AvenirLTStd-Black';
    color: #B1B1B1;
}
.header-pinterest-icon a {
    background: url(images/pinterest-icon.png) no-repeat center -94px;
    width: 50px;
    height: 57px;
    cursor: pointer;
    float: left;
}
.header-pinterest-icon a:hover {
    background-position: center -10px;
}
#dl-menu .menu-social {
    width: 16.6%;
    height: 42px;
    padding-left: 0px;
}
#dl-menu .menu-social .fa {
    padding-top: 12px;
    padding-left: 16px;
}
/* Testimonial Form */

.testimonial-form {
    background: #e1e1e1;
    padding: 20px 0 120px 0;
    border: 1px solid #999;
    position: relative;
    margin-bottom: 40px;
}
.testimonial-form .tt_style_2 input,
.testimonial-form .tt_style_2 textarea {
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 13px;
}
.testimonial-form .tt_style_2 select {
    padding: 10px;
    width: 100px;
}
.testimonial-form .tt_style_2 button {
    width: 150px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -75px;
    border: 1px solid #fff;
    background: #039C3F;
    color: #fff;
    box-shadow: none;
    padding: 8px 20px;
}
.testimonial-form .tt_style_2 input#hverification {
    width: 100px !important;
}
.blog-single-table {
    width: 100%;
    font-size: 17px;
    border-color: #999;
    border-width: 1px 1px 0 0;
    border-style: solid;
}
.blog-single-table thead td {
    font-weight: bold;
    color: #000;
}
.blog-single-table td {
    border-color: #999;
    border-width: 0 0 1px 1px;
    border-style: solid;
    padding: 10px 30px;
    min-width: 260px;
}
/* liScroll styles */

.tickeroverlay-left {
    background-image: url('left.png');
    display: block;
    pointer-events: none;
    position: absolute;
    z-index: 30;
    height: 12px;
    width: 150px;
    top: 0;
    left: -2px;
}
.tickeroverlay-right {
    background-image: url('right.png');
    display: block;
    pointer-events: none;
    position: absolute;
    z-index: 30;
    height: 12px;
    width: 150px;
    top: 0;
    right: -2px;
}
.tickercontainer {
    /* the outer div */
    
    background: #7a7a7a;
    width: 738px;
    height: 27px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.tickercontainer .mask {
    /* that serves as a mask. so you get a sort of padding both left and right */
    
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    top: 8px;
    height: 18px;
    /*width: 718px;*/
    
    overflow: hidden;
}
ul.newsticker {
    /* that's your list */
    /*Transitions have been added in order set css3 transitions; and have linear easing. Changing these lines you might have unexpected results */
    
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
    position: relative;
    margin-left: 20px;
    font: bold 10px Verdana;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.newsticker li {
    float: left;
    /* important: display inline gives incorrect results when you check for elem's width */
    
    margin: 0;
    padding-right: 15px;
    /*background: #fff;*/
}
ul.newsticker a {
    white-space: nowrap;
    padding: 0;
    color: #ff0000;
    font: bold 10px Verdana;
    margin: 0 50px 0 0;
}
ul.newsticker span {
    margin: 0 10px 0 0;
}
#webticker2 {
    float: right;
}
#webticker2 li {
    float: right;
    /* important: display inline gives incorrect results when you check for elem's width */
    
    margin: 0;
    padding-left: 15px;
    /*background: #fff;*/
}
.custom-pagination {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    clear: both;
}
.custom-pagination ul {
    margin: 0;
}
.custom-pagination li {
    display: inline-block;
    margin-top: 50px;
}
.custom-pagination li.active a,
.custom-pagination a:hover {
    background-color: #393636;
    color: #fff;
}
.custom-pagination span,
.custom-pagination a {
    display: inline-block;
    padding: 5px 15px;
    font-size: 18px;
    border-right: 1px solid #fff;
}
.custom-pagination a {
    background-color: #ebebeb;
    color: #459e02;
}
.custom-pagination span.page-num {
    margin-right: 10px;
    padding: 0;
}
.custom-pagination span.dots {
    padding: 0;
    color: gainsboro;
}
.custom-pagination span.current {} .news-container {
    padding: 0 20px;
}
.news-container article {
    padding: 10px 10px;
}
.news-grid-item {
    background: #fff;
    padding: 20px;
    border: 1px solid #a4a4a4;
    height: 320px;
    margin: 0;
    position: relative;
    text-align: center;
}
.news-grid-item .news-image-wrap img {
    max-width: 100%;
    height: auto;
}
.news-grid-item .news-grid-heading {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin-top: 30px;
    position: relative;
}
.news-grid-item .news-grid-more {
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    background:#4dc6eb;
    font-size: 13px;
    border: 1px solid #55c7eb;
    border-radius: 40px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    transition: background 0.3s linear;
}
.news-grid-item:hover {
    border-color: #499dde;
}
.news-grid-item:hover .news-grid-more {
    background: #499dde;
    color: #fff;
}
.alm-btn-wrap {
    width: 100%;
    display: block;
    clear: both;
    padding-top: 40px;
}
.alm-btn-wrap .done {
    display: none;
}


.blog-article .blog-overlay-content
{
	position:absolute;
	width:100%;
	padding:10px 20px 30px 20px;
	background:rgba(0,0,0,0.7);
	left:0;
	top:0;
}
.blog-article .blog-overlay-content .news-grid-heading
{
	color:#fff;
}

a.accP-buynow 
{
	font-family: AvenirLTStd-Medium;
}

span.accP-details
{
	font-family: AvenirLTStd-Medium;
}

span.accP-h1 
{
	font-family: AvenirLTStd-Heavy;
}

span.accP-h2
{
	font-family: AvenirLTStd-Heavy;
} 

span.accP-heading-large
{
	font-family: AvenirLTStd-Heavy;
}

I, em
{
	font-style: Italic;
}
b{
	font-family: AvenirLTStd-Heavy;	
}
strong{
	font-family: AvenirLTStd-Heavy;
}


@media screen and (min-width:1199px)
{
.dl-submenu li .dl-submenu {
    display: none !important;
    left: 169px !important;
    top: -45px !important;
}
.dl-submenu li:hover .dl-submenu{display: block !important;}
#menu-main .menu-item-has-children:after {
    position: absolute;
    top:-9px;
    line-height: 50px;
    font-family: 'Glyphicons Halflings';
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e080";
    right: 15px;
font-size:11px;
}
nav#nav li ul{padding:45px 0 0;}
nav#nav li ul li a{padding:6px 25px;}
}
@media screen and (max-width:1199px)
{
.dl-menuwrapper li a{padding:10px 20px !important;}
.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
	top: -5px !important;
}
}
<!--Move This Later-->

