/*
 Nano Email Section
 */
#nano__email .nano__email__section__button {
    border-radius: 6px;
    background-color: #ff8b01;
    padding: 22px 36px 18px 36px;
    line-height: 0;
    font-size: 17px;
    text-transform: uppercase;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-decoration: none !important;
}
#nano__email .nano__email__section__button:hover,
#nano__email .nano__email__section__button:focus,
#nano__email .nano__email__section__button:active {
    background-color: #fb7310;
    color: #fff;
}
/*
 Nano Hero
 */
#nano__hero .btn-primary-video {
    width: 141px;
    height: 37px;
    border-radius: 3px;
    border: solid 1px #ff8b01;
    text-transform: uppercase;
    padding: 11px;
	background-color: #ff8b01;
	color: #fff;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: center;
	transition: all .5s ease;
}
#nano__hero .btn-primary-video:hover,
#nano__hero .btn-primary-video:focus {
	background: #c66c00;
	color: #fff;
    border: solid 1px #c66c00;
}
#nano__hero .btn-primary-video:active  {
    background-color: #fb7310 !important;
    color: #fff;
    border: solid 1px #ff8b01;
}
@media only screen and (max-width: 767px) {
    #nano__hero .btn-primary-video {
        display: block;
        margin: 0 auto;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    #ac-page-container #nano__hero .nano__hero__content h3 {
        font-size: 24px;
    }
}
/*
 Nano Reimagined
 */
#nano__reimagined {
    padding: 67px 0 45px 0;
    background-color: #fff;
}

#nano__reimagined h2 {
    font-size: 50px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.04;
    letter-spacing: normal;
    text-align: left;
    color: #646464;
}

#nano__reimagined hr {
    width: 62px;
    height: 2px;
    background-color: #ff8b01;
    border: 0;
    margin: 20px 0 28px 0;
}

#nano__reimagined p {
    width: 360px;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: left;
    color: #646464;
}

#nano__reimagined .nano__reimagined__list--one {
    /*width: 223px;*/
    /*height: 986px;*/
    /*background-image: url("https://anovaculinary.com/wp-content/uploads/2018/06/anova-one-device.png"), url("https://anovaculinary.com/wp-content/uploads/2018/06/anova-one-device-description.png");*/
    /*background-position: center bottom, 68% 1%;*/
    /*background-size: contain, 50%;*/
    /*background-repeat: no-repeat;*/

    width: 250px;
    height: 1016px;
    background-image: url(https://anovaculinary.com/wp-content/uploads/2018/06/anova-one-device.png), url(https://anovaculinary.com/wp-content/uploads/2018/06/anova-one-device-description.png);
    background-position: center bottom, 65% 0%;
    background-size: contain, 40%;
    background-repeat: no-repeat;
    left: -25px;
}

#nano__reimagined .nano__reimagined__list--cooker {
    /*width: 195px;*/
    /*height: 880px;*/
    /*background-image: url("https://anovaculinary.com/wp-content/uploads/2018/06/anova-precision-cooker-device.png"), url("https://anovaculinary.com/wp-content/uploads/2018/06/anova-precision-cooker-device-description.png");*/
    /*background-position: center bottom, 90% 0.6%;*/
    /*background-size: contain, 70%;*/
    /*background-repeat: no-repeat;*/
    /*right: 30px;*/
    /*top: 16px;*/

    width: 230px;
    height: 892px;
    background-image: url(https://anovaculinary.com/wp-content/uploads/2018/06/anova-precision-cooker-device.png), url(https://anovaculinary.com/wp-content/uploads/2018/06/anova-precision-cooker-device-description.png);
    background-position: center bottom, 73% 0.5%;
    background-size: contain, 55%;
    background-repeat: no-repeat;
    right: 84px;
    top: 16px;
}

#nano__reimagined .nano__reimagined__list--nano {
    /*width: 183px;*/
    /*height: 818px;*/
    /*background-image: url("https://anovaculinary.com/wp-content/uploads/2018/06/anova-nano-device.png"), url("https://anovaculinary.com/wp-content/uploads/2018/06/anova-nano-device-description.png");*/
    /*background-position: center bottom, 90% 2.7%;*/
    /*background-size: contain, 75%;*/
    /*background-repeat: no-repeat;*/
    /*right: 68px;*/
    /*top: 31px;*/

    width: 214px;
    height: 814px;
    background-image: url(https://anovaculinary.com/wp-content/uploads/2018/06/anova-nano-device.png), url(https://anovaculinary.com/wp-content/uploads/2018/06/anova-nano-device-description.png);
    background-position: center bottom, 67% 0.7%;
    background-size: contain, 55%;
    background-repeat: no-repeat;
    right: 153px;
    top: 31px;
}

#nano__reimagined .nano__reimagined__section {
    display: block;
}

#nano__reimagined .nano__reimagined__list {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

#nano__reimagined .nano__reimagined__list > div {
    position: relative;
}

#nano__reimagined .nano__reimagined__content {
    width: 406px;
    color: #646464;
}

#nano__reimagined .full-width-row {
    /*overflow: hidden;*/
}

#nano__reimagined .full-width-row > div {
    padding-left: 0px;
    padding-right: 0px;
}

@media only screen and (min-width: 992px) {
    #nano__reimagined .full-width-row {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    #nano__reimagined .nano__reimagined__content {
        padding-bottom: 100px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    #nano__reimagined .nano__reimagined__content {
        width: 293px;
    }

    #nano__reimagined p {
        width: 293px;
    }
}

@media screen and (max-width: 991px) {
    #nano__reimagined .full-width-row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #nano__reimagined .nano__reimagined__content {
        width: auto;
        margin: 0 auto 50px auto;
        position: relative;
        top: 67px;
    }

    #nano__reimagined h2 {
        max-width: 468px;
        font-size: 40px;
        text-align: center;
        margin: 0 auto;
    }

    #nano__reimagined hr {
        margin: 25px auto 28px auto;
    }

    #nano__reimagined p {
        max-width: 470px;
        width: auto;
        font-size: 16px;
        text-align: center;
        margin: 0 auto;
    }

    #nano__reimagined {
        position: relative;
        z-index: 30;
        box-shadow: inset 0 450px 100px -100px #f9f9f9;
        padding: 0px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #nano__reimagined {
        padding: 0 0 45px 0;
    }

    #nano__reimagined .nano__reimagined__content {
        padding: 0 15px 65px 15px;
    }

    #nano__reimagined .nano__reimagined__list--one {
        left: 10px;
    }

    #nano__reimagined .nano__reimagined__list--cooker {
        left: 40px;
    }

    #nano__reimagined .nano__reimagined__list--nano {
        left: 78px;
    }
}

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

    #nano__reimagined .nano__reimagined__content {
        margin-bottom: 0px;
    }

    #nano__reimagined .nano__reimagined__list--one {
        width: 39vw;
        height: 195vw;
        bottom: 60px;
        left: 20px;
        background-position: center bottom, 27% 22%;
        background-size: contain, 68%;
    }

    #nano__reimagined .nano__reimagined__list--cooker {
        width: 33vw;
        height: 165vw;
        bottom: 44px;
        top: auto;
        left: 0px;
        background-position: center bottom, 82% 25.6%;
        background-size: contain, 83%;
    }

    #nano__reimagined .nano__reimagined__list--nano {
        width: 30vw;
        height: 152vw;
        bottom: 41px;
        top: auto;
        right: 25px;
        background-position: center bottom, 80% 29.7%;
        background-size: contain, 86%;
    }
}

@media screen and (max-width: 480px) {
    #nano__reimagined .nano__reimagined__content {
        padding: 0 15px 45px 15px;
    }
}

/*
 Nano Every Decimal
 */
#nano-every-decimal {
    overflow: hidden;
    text-align: center;
    height: 800px;
    background-image: url('https://anovaculinary.com/wp-content/uploads/2018/06/Every-decimal-counts-Background.jpg')
}

#nano-every-decimal .content__area--header {
    position: relative;
    top: 50px;
}

#nano-every-decimal .content__area--body {
    position: relative;
    top: 50px;
}

#nano-every-decimal .content__area--body img {
    width: calc(1000px - 2vw);
}

#nano-every-decimal h2 {
    font-size: 50px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.04;
    letter-spacing: normal;
    color: #646464;
}

#nano-every-decimal hr {
    width: 70px;
    height: 2px;
    background-color: #ff8b01;
    margin: 25px auto 28px auto;
    border: 0;
}

#nano-every-decimal p {
    width: 746px;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: normal;
    color: #646464;
    margin: 0 auto;
}

#nano-every-decimal a {
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #ff8b01;
    text-decoration: none;
}

#nano-every-decimal a:hover {
    color: #fb7310;
}

#nano-every-decimal a i {
    position: relative;
    top: 0;
    margin-top: 22px;
    margin-left: 1px;
	font-size: 11px;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    #nano-every-decimal p {
        width: 620px;
    }
}

@media only screen and (max-width: 991px) {
    #nano-every-decimal {
        height: 700px;
    }

    #nano-every-decimal h2 {
        font-size: 42px;
    }

    #nano-every-decimal p {
        width: 469px;
        font-size: 16px;
    }

    #nano-every-decimal .content__area--body {
        top: 75px;
    }

    #nano-every-decimal .content__area--body img {
        width: calc(662px + 8vw);
    }
}

@media only screen and (max-width: 767px) {
    #nano-every-decimal {
        height: 700px;
    }

    #nano-every-decimal .content__area--body {
        top: 60px;
    }

    #nano-every-decimal .content__area--body img {
        width: 120%;
        position: relative;
        right: 10%;
    }

    #nano-every-decimal p {
        width: 100%;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 480px) {
    #nano-every-decimal {
        height: 600px;
    }

    #nano-every-decimal .content__area--body {
        top: 60px;
    }

    #nano-every-decimal .content__area--body img {
        width: 140%;
        position: relative;
        right: 20%;
    }
}

/*
 Nano Features List
 */
#nano__features__list img {
    width: 100%;
}

#nano__features__list .full-width-row {
    background-color: #fff;
}

#nano__features__list .full-width-row {
    overflow: hidden;
}

#nano__features__list .full-width-row > div {
    padding-left: 0px;
    padding-right: 0px;
}

#nano__features__list .nano__features__list--content {
    width: 360px;
    text-align: left;
    margin: 0 auto;
}

#nano__features__list .nano__features__list--content h2 {
    font-size: calc(1vw + 22px);
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.05;
    letter-spacing: normal;
    color: #646464;
}

#nano__features__list .nano__features__list--content hr {
    width: 62px;
    height: 2px;
    margin: 25px 0;
    background-color: #ff8b01;
    border: 0;
}

#nano__features__list .nano__features__list--content p {
    font-size: calc(0.5vw + 10px);
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: normal;
    color: #646464;
}

#nano__features__list .nano__features__list--content a {
    display: inline-block;
    margin-top: 10px;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #ff8b01;
    text-decoration: none;
}

#nano__features__list .nano__features__list--content a:hover {
    color: #fb7310;
}

#nano__features__list .nano__features__list--content a i {
    position: relative;
    top: 0px;
    margin-left: 1px;
	font-size: 11px;
}

#nano__features__list .nano__features__list--content--dark {
    background-color: #425563;
}

#nano__features__list .nano__features__list--content--dark h2,
#nano__features__list .nano__features__list--content--dark p {
    color: #fff;
}

@media only screen and (min-width: 992px) {

    #nano__features__list .full-width-row {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
}

@media only screen and (max-width: 991px) {
    #nano__features__list .nano__features__list--content {
        width: 100%;
        text-align: center;
        padding: 52px 15px 65px 15px;
    }

    #nano__features__list .nano__features__list--content hr {
        margin: 25px auto;
    }

    #nano__features__list .nano__features__list--content p {
        font-size: 16px;
    }
}

/*
 Nano Features
 */
#nano__features main ul {
    margin: 30px auto 0 auto !important;
}

#nano__features main ul li {
    padding: 15px 0 !important;
}

#nano__features main .nano__list__description span {
    font-weight: 400;
}

@media only screen and (max-width: 991px) {
    #nano__features .nano__image__preview {
        max-width: 608px;
        margin: 0 auto;
    }

    #nano__features main ul {
        width: 290px;
        margin: 30px auto 0 auto;
    }

    #nano__features main ul li,
    #nano__features main .nano__list__title,
    #nano__features main .nano__list__description {
        text-align: left !important;
    }
}

#nano__features .nano__question__url {
    color: #ff8b01;
    text-decoration: none !important;
}

#nano__features .nano__question__url:hover {
    color: #fb7310 !important;
}
/*
 Nano Start Cooking
 */
#nano__start__cooking {
	background-color: #425563;
	color: #fff;
	text-align: center;
	padding-bottom: 65px;
}

#nano__start__cooking .nano__header {
	margin-top: 45px;
	margin-bottom: 40px;
	text-align: center;
	padding: 10px 0 0 0;
}

#nano__start__cooking .nano__header h2 {
	font-size: 50px;
	font-weight: 100;
	line-height: 1.04;
	color: #fff;
	word-break: initial;
}

#nano__start__cooking .nano__header hr {
	width: 70px;
	height: 2px;
	background-color: #ff8b01;
	margin: 28px auto;
	border: 0;
}

#nano__start__cooking .nano__header p {
	max-width: 747px;
	margin: 25px auto 0 auto;
	font-size: 18px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.28;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
}
#nano__start__cooking .nano__header img {
	width: 230px;
	margin: 20px 0 20px 0;
}
#nano__start__cooking .nano__start__cooking {
	width: 100%;
}
#nano__start__cooking .nano__start__cooking footer {
	max-width: 400px;
	width: 390px;
	margin: 0 auto;
	position: relative;
	left: 15px;
}
#nano__start__cooking .nano__start__cooking .nano__start__cooking--form {
	margin-top: 10px;
}
#nano__start__cooking .nano__start__cooking footer form {
	margin: 0 auto !important;
	position: relative;
	left: 15px;
}
#nano__start__cooking .nano__start__cooking footer .nano__start__cooking--description {
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.9px;
	text-align: center;
	color: #ffffff;
	margin: 0;
}
#nano__start__cooking .nano__start__cooking footer .form-control {
	border: 0;
}
#nano__start__cooking .nano__start__cooking footer .form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:    #d8d8d8;
}
#nano__start__cooking .nano__start__cooking footer .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #d8d8d8;
	opacity:  1;
}
#nano__start__cooking .nano__start__cooking footer .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #d8d8d8;
	opacity:  1;
}
#nano__start__cooking .nano__start__cooking footer .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    #d8d8d8;
}
#nano__start__cooking .nano__start__cooking footer .form-control::-ms-input-placeholder { /* Microsoft Edge */
	color:    #d8d8d8;
}

#nano__start__cooking .nano__start__cooking footer .form-control::placeholder { /* Most modern browsers support this now. */
	color:    #d8d8d8;
}
#nano__start__cooking .nano__start__cooking footer #mc-embedded-subscribe {
	background: #ff8b01;
	color: #fff;
	border: medium none;
	cursor: pointer;
	height: 35px;
	margin-left: -48px;
	margin-top: 5px;
	width: 35px;
	border-radius: 50%;
	padding-left: 11px;
	padding-top: 2px !important;
}
#nano__start__cooking .nano__start__cooking footer #mc-embedded-subscribe:hover {
	background: #c66c00 !important;
}
@media only screen and (max-width: 767px) {
	#nano__start__cooking .nano__start__cooking footer form {
		left: auto;
	}
	#nano__start__cooking .nano__start__cooking footer {
		width: 100%;
	}
}
/*
 Nano Join Family
 */
#nano__join__family {
    background-color: #fff;
    text-align: center;
    padding-bottom: 55px;
}

#nano__join__family .nano__header {
    margin-top: 55px;
    margin-bottom: 50px;
    text-align: center;
}

#nano__join__family .nano__header h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 1.04;
    color: #646464;
    word-break: initial;
}

#nano__join__family .nano__header hr {
    width: 70px;
    height: 2px;
    background-color: #ff8b01;
}

#nano__join__family .nano__header p {
    max-width: 747px;
    margin: 25px auto 0 auto;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: center;
    color: #646464;
}

#nano__join__family .nano__header .nano__join__family__url {
    display: inline-block;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #ff8b01;
    margin-top: 20px;
    text-decoration: none;
}

#nano__join__family .nano__header .nano__join__family__url:hover {
    color: #fb7310;
}

#nano__join__family .nano__header .nano__join__family__url i {
	position: relative;
	top: 0;
	margin-left: 2px;
	font-size: 11px;
}

#nano__join__family .recipe__block {
    max-width: 280px;
    height: 410px;
    margin: 0 auto;
    border-radius: 6px;
    background-color: #ffffff;
}

#nano__join__family .recipe__block a {
    display: block;
    position: relative;
    transition: all .5s ease;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, .05);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

#nano__join__family .recipe__block a:hover,
#nano__join__family .recipe__block a:focus {
    text-decoration: none;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, .1);
}

#nano__join__family .recipe__block > a > span {
    position: absolute;
    right: 5%;
    top: 60%;
    color: #9b9b9b;
}

#nano__join__family .recipe__block .recipe__block__title {
    max-width: 240px;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -0.1px;
    color: #646464;
    border-bottom: 1px solid #e3e5e6;
    margin: 0 auto;
    padding: 15px 0 10px;
    display: block;
}

#nano__join__family .recipe__block__image {
    width: 100%;
    height: 280px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

#nano__join__family .recipe__block__details {
    width: 100%;
    height: 73px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

#nano__join__family .recipe__block__details > * {
    width: 120px;
}

#nano__join__family .recipe__block__details--title {
    position: absolute;
    top: 5px;
    left: 21px;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #9b9b9b;
}

#nano__join__family .recipe__block__details--temp {
    box-shadow: -2px 0 0 -1px #e3e5e6;
}

#nano__join__family .recipe__block__details--desc time {
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.92;
    letter-spacing: normal;
    text-align: center;
    color: #646464;
}

#nano__join__family .recipe__block__details--desc div {
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #9b9b9b;
    margin-top: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #nano__join__family .recipe__block {
        width: 206px;
        height: 249px;
    }

    #nano__join__family .recipe__block__image {
        height: 186px;
    }

    #nano__join__family .recipe__block__details {
        height: 44px;
    }

    #nano__join__family .recipe__block__details--title {
        display: none;
    }

    #nano__join__family .recipe__block .recipe__block__title {
        max-width: 180px;
        font-size: 16px !important;
        letter-spacing: -0.1px;
    }

    #nano__join__family .recipe__block__details--desc time {
        font-size: 16px;
        letter-spacing: -0.1px;
    }

    #nano__join__family .recipe__block__details--desc div {
        font-size: 8px;
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    #nano__join__family .recipe__block {
        margin: 13px auto;
    }
    #nano__join__family .nano__header h2 {
        font-size: 40px;
    }
}

#button-buy-now-mobile, #button-buy-now-mobile-amazon {
	display: none !important;
}
