@font-face {
    font-family: 'canterburyregular';
    src: url('../fonts_new/canterbury-webfont.eot');
    src: url('../fonts_new/canterbury-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts_new/canterbury-webfont.woff2') format('woff2'), url('../fonts_new/canterbury-webfont.woff') format('woff'), url('../fonts_new/canterbury-webfont.ttf') format('truetype'), url('../fonts_new/canterbury-webfont.svg#canterburyregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
}

body {
    font-size: 10px;
    font-family: 'Merriweather', serif;
        height: 100%;
}

h1 {
    font-size: 4rem
}

h3 {
    font-size: 2.4rem;
}

h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    line-height: 2.3rem;
}

h5 {
    font-size: 1.5rem
}
p {
    font-family: 'Raleway', sans-serif;
    font-size: 1.4rem;
    line-height: 2.2rem;
}

a {
    color: #8e732a
}

a:focus,
a:hover {
    color: #8e732a
}

.large_banner .banner h2 span.brand_name {
    font-family: Georgia, serif;
    font-size:3.3rem;
    text-transform: uppercase;
}

section {
    margin-top: 3rem;
}

section.first_grid {
    margin-top: 3rem;
}

section h1 {
    font-size: 2.6rem;
    font-weight: 700;
    margin: 2rem 0;
}
/*parallax - start*/

#founder {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-image: url('../img_new/founder_back_parallax.jpg')
}
/*parallax - end*/

.tbl {
    display: table;
    width: 100%;
    height: 100%;
}

.td {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

header {
/*position: relative;*/
    position: fixed;
    z-index: 10000;
    background-color:#fff;
    width:100%;
    box-shadow: 1px 1px 3px #000;    
}
/*
header.sticky {
        position: fixed;
}
*/
.header{
	position: absolute;
	z-index: 10000;
	background-color: #fff;
	width: 100%;
	box-shadow: 1px 1px 3px #000;

}
header.sticky .topper {
/*    display: none;*/
}
header.sticky .main_navigation .tbl {
    height: 60px;
}
header .logo { 
    height: 100px;
    transition:height .3s;
    -webkit-transition: height .3s;
}
header.sticky .logo {
    height:48px;
    transition:height .3s;
    -webkit-transition: height .3s;
}
.logo-m{
	margin-right: 244px;
	height: 100px;  
    /* width: 244px!important; */
    transition: height .3s;  -webkit-transition: height .3s;
}
.topper {
    background-color: #0f1234;
    padding:.75rem;
}

.topper,
.topper a {
    color: #737584;
    font-size: 1.3rem;
    font-family: 'Merriweather', serif;
    font-weight: 300;
    letter-spacing: .1rem
}

.topper a:hover {
    color: #87899e
}

.topper .navbar-left {
    display: none;
}

.main_navigation {
    position: relative
}

.main_navigation .tbl {
    height: 100px;
        transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.main_navigation .navbar-nav {
    position: absolute;
    width: 100%;
    background-color: rgba(245, 245, 245, 0.95);
    height: 150px;
    transition: all 0.3s;
    visibility: hidden;
    top: 100%;
    opacity: 0;
}

.main_navigation.open .navbar-nav {
    top: 100%;
    visibility: visible;
    opacity: 1;
    z-index: 100;
}

.mobile_nav {
    font-size: 2rem;
    position: absolute;
    padding: 1rem;
    top: 1.35em;
    cursor: pointer;
}
/* bootstrap override - start */

.navbar-nav {
    padding: 0 1em;
    margin: 0
}

.main_navigation .nav>li {
    display: block;
    float: none;
    padding: 0;
}

.main_navigation .navbar-nav>li>a {
    color: orange;
    font-weight: 400;
    font-size: 1.31rem;
    letter-spacing: .15rem;
    padding: 0.3rem 0;
    text-transform: uppercase
}

.navbar-nav>li:first-child a,
.navbar-nav>li:first-child {
    padding-left: 0;
}

.nav>li {
    display: inline-block;
     white-space: nowrap;
}

.navbar-nav>li>a {
    padding: 0 1rem;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent
}

.btn-primary {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    color: #010101;
    font-size: 1.2em;
    font-style: italic;
    letter-spacing: 0.2em;
    border: none;
    transition: all 0.3s;
}

.btn-default {
    background-color: #8e732a;
    color: #fff;
    font-size: 1.2em;
    font-style: italic;
    letter-spacing: 0.2em;
    border: none;
    transition: all 0.3s;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    background-color: #fff;
    color: #010101;
    border-color: transparent;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    background-color: #fff;
    border-color: transparent;
}

.btn {
    border-radius: 0;
    font-size: 1.2rem;
    font-style: italic;
    letter-spacing: 0.25rem;
    border: none;
    transition: all 0.3s;
    text-transform: lowercase;
}

.carousel-indicators .active,
.carousel-indicators li:hover {
    background-color: rgba(255, 255, 255, 0.75);
    border: transparent;
    margin: 1px 4px;
    width: 10px;
    height: 10px;
    border: 1px solid #A5A5A5;
    transition: 0.3s;
}

.carousel-indicators li {
    margin: 1px 4px;
    border-color: #A5A5A5
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-angle-left,
.carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    font-size: 3rem;
}

.carousel-control .icon-prev,
.carousel-control .fa-angle-left {
    left: 50%;
    margin-left: -10px;
}

.form-control {
    border-radius: 0;
    font-family: 'Raleway', sans-serif;
}
div.dropdown {
    position: relative;
    display: inline-block;
}
div.dropdown ul{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width:100%;
    transition: opacity .1s;
    } 
div.dropdown ul a {
    display: block;
}
div.dropdown:hover  ul{
    opacity:1; /* display the dropdown */
    visibility: visible;
    } 

@media (max-width: 767px) {
/*
    .container {
        width: 100%;
    }
*/
}
/* bootstrap override - end */

.banner {
    position: relative;
    margin-bottom: 3rem
}

.banner_holder {
    position: relative;
/*    overflow: hidden;*/
    color: #fff;
}

.banner_image_holder {
    position: relative;
    z-index: 1;
/*    overflow: hidden;*/
}

.banner_image_shader {
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: rgba(40, 40, 40, 0.55)
}

.banner:hover .banner_image_shader {
    background-color: rgba(40, 40, 40, 0.15)
}

.banner:hover .btn-primary {
    background-color: #fff;
}

.banner_image_txt {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.banner_image_txt .brand_name {
      font-family: Georgia, serif;
      text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 0.6rem;
    padding-left: 1rem;
}

.banner h2 {
    font-size: 2.4em;
    margin-bottom: 3.2rem;
}

.banner h4 {
    width: 70%;
    line-height: 2rem;
    margin: 2rem auto;
}

.large_banner .banner_holder {
    height: 350px;
}

.large_banner_content {
    background-image: url(../img_new/banner_large.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 47% 0;
}

.large_banner .banner h2 {
    font-size: 3.3rem;
}

.large_banner .banner h2 span {
    font-size: 4.2rem;
}

.large_banner .banner_image_shader {
    background-color: rgba(40, 40, 40, 0.8)
}

.large_banner .banner .banner_image_shader {
    background-color: rgba(40, 40, 40, 0.55)
}
.large_banner .banner:hover .banner_image_shader {
    background-color: rgba(40, 40, 40, 0.15)
}
.large_banner .banner:hover .btn-primary {
    background-color: rgba(255, 255, 255, 0.75);
}
.large_banner .banner .btn-primary:hover {
    background-color: rgba(255, 255, 255, 1);
}

.banner h4 span {
    text-transform: none;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
}

.banner_image_link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
}

section.call_to_action {
    margin: 0 0 3rem
}

.call_to_action .call_to_action_content {
    background: #f8f6f0 url(../img_new/call_to_action_back.jpg) repeat;
    color: #6c6c6c;
    margin: 0 1.5rem;
    text-align: center;
}

.call_to_action h3 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    font-style: italic;
    margin-top: 0
}

.call_to_action p {
    font-family: 'Merriweather', serif;
    font-size: 1.6rem;
    line-height: 3rem;
    margin: 0;
}

.call_to_action span {
    color: #8e732a;
    font-weight: 900
}

.call_to_action .call_to_action_content_padding {
    padding: 1.5rem;
}

.call_to_action .call_to_action_content_padding:first-child,
.call_to_action .call_to_action_content_padding:nth-child(2) {
    padding-bottom: 0;
}

section.offer h3 {
    font-size: 1.8rem;
    margin-bottom: 2.2rem;
}

section.offer h3 span {
    font-weight: 700
}

section.offer p,
section.shopwindow p {
    padding: .5rem .5rem;
}

section.shopwindow h4 {
    margin-bottom: 2rem
}

section.shopwindow img {
    margin: auto;
}
section.shopwindow.favorite {
    padding:30px 0;
    border-top:1px solid #efefef;
}
section.shopwindow.favorite h1 {
    margin-bottom:4rem;
}

section.shopwindow.last_chance {
    margin-bottom:3rem;
}
.price {
    font-family: 'Raleway', sans-serif;
    font-size: 2.3rem;
    font-weight: 500
}

.subscribe button {
    margin-left: 1em;
}

section.subscribe.subscribe_page_bottom {
    background-color: #f5f5f5;
    padding: 4em 0
}

.subscribe h4.subscribe_label {
    font-family: 'Raleway', sans-serif;
    margin-bottom: 2rem;
}

.subscribe form {
    display: inline-block;
}

.subscribe input.form-control {
    width: 250px;
    padding: 10px 16px;
    height: 3.6rem;
    border-width: 2px;
    font-family: 'Raleway', sans-serif;
    font-size: 1.2rem;
    color: #313131;
    font-weight: 700;
}

.subscribe input.form-control,
.subscribe input.form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}

.footer{
	background-color: #2e2e2e;
	padding: 80px 0;
	font-family: 'Raleway', sans-serif;
	font-size: 1.3rem;
	color: #979797;
	width: 100%;
	bottom: 0;
	left: 0;
}
footer {
    background-color: #2e2e2e;
    padding: 80px 0;
    font-family: 'Raleway', sans-serif;
    font-size: 1.3rem;
    color: #979797;
    text-align: center;
    width: 100%;
    bottom: 0;
    left: 0;
}

.footer a {
    color: #979797;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
}

.footer .logo_footer {
/*    font-family: 'canterburyregular';*/
     font-family: Georgia, serif;
    font-size: 20px;
    letter-spacing: 0.5rem;
    text-transform: uppercase;
    color: #eeeeee;
}

.footer a:hover {
    color: #f2f2f2;
    text-decoration: none;
}

.footer li {
    line-height: 2.3rem;
}

.footer .copyright {
    margin: 1rem 0;
}

#main {
    position: relative;
    z-index: 1;
    margin: 0;
    background-color: #fff;
    /*    margin-bottom:370px;*/
}

#main:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3rem;
    background-size: 3rem 100%;
    background-color: transparent;
    height: 3rem;
    width: 100%;
    border: none;
    margin: 0;
}



.founder {
    margin-bottom: 3rem;
}
#founder .founder_wrapper {
    width: 100%;
    margin: 80px auto;
    color: #fff;
    text-align: center
}
#founder .founder_wrapper div:first-child {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom:30px;
}
#founder .founder_wrapper > div:first-child p {
    font-family: 'Merriweather', serif;
    font-size: 1.7rem;
    padding-bottom:2rem;
     }
#founder .signature h5 {
    font-size:1.3rem;
    font-weight: 300
    }

.hide_element {
     opacity:0;
}
.show_element {
     opacity:1;
}
@media screen and (min-width: 768px) {
    .mobile_nav {
        display: none;
    }
    .navbar-nav {
        padding: 0;
    }
    .main_navigation .navbar-nav>li>a {
        font-size:1.2rem;
    }
    .main_navigation .navbar-nav {
        position: static;
        padding: 0;
        background-color: transparent;
        height: auto;
        visibility: visible;
        opacity: 1;
    }
    .main_navigation .navbar-nav>li {
        padding: 0 1.1rem;
        display: inline-block;
    }
    .navbar-nav>li:first-child a,
    .navbar-nav>li:first-child {
        padding-left: 0;
    }
    .main_navigation .navbar-nav>li>a:after {
        position: absolute;
        bottom: -.5rem;
        opacity: 0;
        left: 0;
        height: 1px;
        width: 100%;
        background-color: #958c82;
        display: block;
        content: '';
        transition: 0.1s linear;
    }
    .main_navigation .navbar-nav>li>a:hover:after,
    .main_navigation .navbar-nav>li>a.active:after {
        left: 0;
        opacity: 1;
        bottom: 0;
    }
    .topper .navbar-left {
        display: block;
    }
    .carousel-control .fa-angle-left,
    .carousel-control .fa-angle-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }
    .carousel-control .fa-angle-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .carousel-control .fa-angle-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }
    .call_to_action .call_to_action_content_padding {
        /*    padding: 3.5rem;*/
    }
    .call_to_action .call_to_action_content {
        text-align: center
    }
    section.first_grid {
        margin-top: 5rem;
    }
    .call_to_action .call_to_action_content_padding {
        padding: 1.8rem;
    }
    .call_to_action p {
        font-size: 1.4rem;
        line-height: 2.2rem;
        margin: 0;
    }
    .btn-group-lg>.btn,
    .btn-lg {
        padding: 10px 13px;
    }
    section.subscribe.subscribe_page_bottom {
        padding: 2.5em 0;
    }
    .call_to_action h3 {
        font-size: 2.4rem;
        margin: 0;
    }
    .banner h4 {
        width: 55%;
        margin: 3rem auto
    }
    .large_banner_content {
        background-size: cover;
    }
    footer {
        text-align: left
    }
    #founder .founder_wrapper {
        width:645px;
        margin:80px auto
    }
    #founder .founder_wrapper > div:first-child {
        float: left;
        width: 400px;
        margin-right: 30px;
        line-height: 1.7;
        text-align: right;
    }
   #founder .founder_signature {
        float: left;
        width:210px;
        text-align: left
    }

}
/* 768 end*/

@media screen and (min-width: 992px) {
    h1 {
        font-size: 4.6rem
    }
    .call_to_action .call_to_action_content_padding:first-child,
    .call_to_action .call_to_action_content_padding:nth-child(2) {
        padding-bottom: 1.5rem;
    }
    .call_to_action .call_to_action_content_padding:nth-child(3) {
        text-align: right
    }
    .call_to_action .call_to_action_content {
        text-align: left
    }
#founder .founder_wrapper {
  width: 760px;
  margin: 80px auto;
}
#founder .founder_wrapper > div:first-child {
    width:450px
}
}

@media screen and (min-width: 1200px) {
    .call_to_action .call_to_action_content_padding {
        padding: 3.5rem;
    }
    .call_to_action .call_to_action_content_padding:first-child,
    .call_to_action .call_to_action_content_padding:nth-child(2) {
        padding-bottom: 3.5rem;
    }
    .call_to_action p {
        font-family: 'Merriweather', serif;
        font-size: 1.6rem;
        line-height: 3rem;
        margin: 0;
    }
    #founder .founder_wrapper {
        width: 870px;
        margin: 160px auto;
        color: #fff;
    }
    #founder .founder_wrapper > div:first-child {
        width: 574px;
        margin-right: 42px;

    }
    #founder .founder_wrapper > div:first-child p {
        font-size: 2rem;
        line-height: 1.65
    }
    #founder .founder_wrapper > div:nth-child(2) {
        font-size: 1rem;
        width: 245px;
        float: left;
        padding-top:2rem;
    }
    #founder .signature {
        margin-bottom: 2.9rem;
    }
    footer {
        position: fixed;
    }
}
.mt-20{
	margin-top:20px;
}
.ml-20{
	    margin-left: 20px;
}
.p-1530
{
	padding:15px 30px;
}
.td-logo
{
display: table-cell;
vertical-align: middle;
width: 100%;

}
.footer .copyright img
{
	display: initial;
}
ul
{
	list-style-type: none;
}
.facebook-i
{
	font-size: 30px;
    color: white;
    cursor: pointer;
}