html 
{

}

body {
    background: #fff;
    color: #000000;
    display: block;
}

@media (min-width: 1460px) 
{
    .container 
    {
        width: 1430px;
    }
}




/*//////////////////////////////////////////////////
                    Typography
//////////////////////////////////////////////////*/

/* eb-garamond-regular - latin */
@font-face {
    font-display: swap; 
    font-family: 'EB Garamond';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/eb-garamond-v33-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/eb-garamond-v33-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* josefin-sans-300 - latin */
@font-face {
    font-display: swap; 
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/josefin-sans-v34-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/josefin-sans-v34-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* josefin-sans-regular - latin */
@font-face {
    font-display: swap; 
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/josefin-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/josefin-sans-v34-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


h1 {
    font-size: 50px;
    color: #e7e7e7;
}

h2 
{
    font-size: 36px;
    margin: 0 0 25px;
}

    h2#snipcart-title {
        color: #fff;
    }

    h2.title-dot-under {
        position: relative;
        padding-bottom: 40px;
        margin: 0 0 55px;
        text-align: center;
    }

h2.title-dot-under:before 
{
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: -moz-linear-gradient(left, rgba(185,152,123,0) 0%, rgba(185,152,123,1) 30%, rgba(185,152,123,1) 50%, rgba(185,152,123,1) 70%, rgba(185,152,123,0) 100%);
    background: -webkit-linear-gradient(left, rgba(185,152,123,0) 0%,rgba(185,152,123,1) 30%,rgba(185,152,123,1) 50%,rgba(185,152,123,1) 70%,rgba(185,152,123,0) 100%);
    background: linear-gradient(to right, rgba(185,152,123,0) 0%,rgba(185,152,123,1) 30%,rgba(185,152,123,1) 50%,rgba(185,152,123,1) 70%,rgba(185,152,123,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b9987b', endColorstr='#00b9987b',GradientType=1 );
}

h2.title-dot-under:after 
{
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 1px;
    background: #efe7e3;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

h2.title-dot-under span
{
    position: absolute;
    z-index: 5;
    bottom: -8px;
    left: 50%;
    width: 18px;
    height: 18px;
    background: #4a0025;
    border: solid 3px #fff;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

h3 
{
    font-size: 26px;
    margin: 40px 0 20px;
}

h1, h2, h3, h4 {
    font-family: 'EB Garamond';
}

h2, h3, h4 {
    color: #4a0025;
}

p, a:link, ul li {
    font-family: 'Josefin Sans';
    font-weight: 300;
}

p 
{
    line-height: 1.4;
    font-size: 20px;
    margin: 0 0 15px;
}

    p.text-indent {
        font-weight: 700;
        border-left: 6px solid #b9987b;
        margin: 30px 0;
        padding: 7px 0 7px 25px;
        color: #4a0025;
    }

p.text-indent + p.text-indent 
{
    margin: -30px 0 30px;
}

ul 
{
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}

ul li 
{
    position: relative;
    line-height: 1.4;
    font-size: 20px;
    padding: 5px 0 5px 45px;
}

    ul li:before {
        content: "\f00c";
        position: absolute;
        color: #4a0025;
        top: 5px;
        left: 0;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 26px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.snip-layout li:before 
{
    display: none;
}

ol li 
{
    line-height: 1.4;
    font-size: 20px;
}

table
{
    width: 100%;
    margin: 30px 0;
}

table td, table th
{
    font-size: 20px;
    padding: 6px 10px;
}

table th, table thead td
{
    background: #ddd;
    font-weight: 600;
}

table tr:nth-child(2n) td
{
    background: #eee;
}

table tbody:first-child tr:nth-child(2n) td
{
    background: #fff;
}
table tbody:first-child tr:nth-child(2n + 1) td
{
    background: #eee;
}

a:link {
    outline: none;
    color: #b9987b;
    font-weight: 400;
}

a:visited 
{
    color: #b9987b;
    outline: none;
    text-decoration: none;
}

a:hover 
{
    outline: none;
    text-decoration: none;
    color: #9b7e65;
}

a:active 
{
    color: #9b7e65;
    outline: none;
    text-decoration: none;
}

a:focus 
{
    color: #9b7e65;
    outline: none;
    text-decoration: none;
}

a.standard-btn:link 
{
    display: inline-block;
    padding: 15px 28px;
    margin: 25px 0 10px;
    background: #6e263d;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}

a.standard-btn:visited 
{
    background: #6e263d;
    color: #fff;
}

a.standard-btn:hover 
{
    background: #4a0025;
    color: #fff;
}

a.standard-btn:active 
{
    background: #4a0025;
    color: #fff;
}

a.standard-btn:focus 
{
    background: #4a0025;
    color: #fff;
}

a.standard-btn.ghost-btn:link
{
    padding: 13px 26px;
    background: rgba(0,0,0,0);
    color: #6e263d;
    border: solid 2px #6e263d;
    border-radius: 0;
}

a.standard-btn.ghost-btn:visited
{
    background: rgba(0,0,0,0);
    color: #6e263d;
    border: solid 2px #6e263d;
}

a.standard-btn.ghost-btn:hover
{
    background: rgba(0,0,0,.05);
    color: #6e263d;
    border: solid 2px #6e263d;
}

a.standard-btn.ghost-btn:active
{
    background: rgba(0,0,0,.05);
    color: #6e263d;
    border: solid 2px #6e263d;
}

a.standard-btn.ghost-btn:focus
{
    background: rgba(0,0,0,.05);
    color: #6e263d;
    border: solid 2px #6e263d;
}

a.standard-btn:link i 
{
    padding-left: 15px;
    font-size: 20px;
}

img.content-img
{
    margin: 0 0 30px;
}

@media (min-width: 1200px) and (max-width: 1459px)
{

    h1 
    {
        font-size: 44px;
    }

    h2 
    {
        font-size: 32px;
        margin: 0 0 22px;
    }

    h2.title-dot-under 
    {
        padding-bottom: 35px;
        margin: 0 0 50px;
    }

    h2.title-dot-under:after 
    {
        width: 28px;
    }

    h2.title-dot-under span
    {
        bottom: -8px;
        width: 17px;
        height: 17px;
    }

    h3 
    {
        font-size: 24px;
        margin: 35px 0 18px;
    }

    p 
    {
        font-size: 19px;
    }

    p.text-indent 
    {
        border-left: 6px solid #b9987b;
        margin: 30px 0;
        padding: 7px 0 7px 25px;
    }

    p.text-indent + p.text-indent 
    {
        margin: -30px 0 30px;
    }

    ul li 
    {
        font-size: 19px;
        padding: 4px 0 4px 40px;
    }

    ul li:before 
    {
        top: 4px;
        font-size: 24px;
    }

    ol li 
    {
        font-size: 19px;
    }

    a.standard-btn:link 
    {
        padding: 13px 25px;
        margin: 23px 0 8px;
        font-size: 15px;
    }

    a.standard-btn.ghost-btn:link
    {
        padding: 11px 23px;
    }

    a.standard-btn:link i 
    {
        padding-left: 13px;
        font-size: 19px;
    }

}

@media (min-width: 992px) and (max-width: 1199px)
{

    h1 
    {
        font-size: 40px;
    }

    h2 
    {
        font-size: 28px;
        margin: 0 0 20px;
    }

    h2.title-dot-under 
    {
        padding-bottom: 30px;
        margin: 0 0 45px;
    }

    h2.title-dot-under:after 
    {
        width: 26px;
    }

    h2.title-dot-under span
    {
        bottom: -7px;
        width: 15px;
        height: 15px;
    }

    h3 
    {
        font-size: 22px;
        margin: 30px 0 15px;
    }

    p 
    {
        font-size: 18px;
    }

    p.text-indent 
    {
        border-left: 6px solid #b9987b;
        margin: 30px 0;
        padding: 7px 0 7px 25px;
    }

    p.text-indent + p.text-indent 
    {
        margin: -30px 0 30px;
    }

    ul li 
    {
        font-size: 18px;
        padding: 3px 0 3px 30px;
    }

    ul li:before 
    {
        top: 4px;
        font-size: 20px;
    }

    ol li 
    {
        font-size: 18px;
    }

    a.standard-btn:link 
    {
        padding: 11px 22px;
        margin: 20px 0 7px;
        font-size: 14px;
    }

    a.standard-btn.ghost-btn:link
    {
        padding: 9px 21px;
    }

    a.standard-btn:link i 
    {
        padding-left: 10px;
        font-size: 17px;
    }

}

@media (min-width: 768px) and (max-width: 991px)
{

    h1 
    {
        font-size: 36px;
    }

    h2 
    {
        font-size: 24px;
        margin: 0 0 17px;
    }

    h2.title-dot-under 
    {
        padding-bottom: 25px;
        margin: 0 0 40px;
    }

    h2.title-dot-under:after 
    {
        width: 26px;
    }

    h2.title-dot-under span
    {
        bottom: -7px;
        width: 15px;
        height: 15px;
    }

    h3 
    {
        font-size: 20px;
        margin: 25px 0 13px;
    }

    p 
    {
        font-size: 17px;
    }

    p.text-indent 
    {
        border-left: 6px solid #b9987b;
        margin: 30px 0;
        padding: 7px 0 7px 25px;
    }

    p.text-indent + p.text-indent 
    {
        margin: -30px 0 30px;
    }

    ul li 
    {
        font-size: 17px;
        padding: 3px 0 3px 30px;
    }

    ul li:before 
    {
        top: 4px;
        font-size: 19px;
    }

    ol li 
    {
        font-size: 17px;
    }

    a.standard-btn:link 
    {
        padding: 10px 20px;
        margin: 18px 0 6px;
        font-size: 13px;
    }

    a.standard-btn.ghost-btn:link
    {
        padding: 8px 19px;
    }

    a.standard-btn:link i 
    {
        padding-left: 8px;
        font-size: 16px;
    }

}

@media (min-width: 480px) and (max-width: 767px)
{

    h1 
    {
        font-size: 32px;
    }

    h2 
    {
        font-size: 24px;
        margin: 0 0 17px;
    }

    h2.title-dot-under 
    {
        padding-bottom: 25px;
        margin: 0 0 40px;
    }

    h2.title-dot-under:after 
    {
        width: 26px;
    }

    h2.title-dot-under span
    {
        bottom: -7px;
        width: 15px;
        height: 15px;
    }

    h3 
    {
        font-size: 20px;
        margin: 25px 0 13px;
    }

    p 
    {
        font-size: 17px;
    }

    p.text-indent 
    {
        border-left: 6px solid #b9987b;
        margin: 30px 0;
        padding: 7px 0 7px 25px;
    }

    p.text-indent + p.text-indent 
    {
        margin: -30px 0 30px;
    }

    ul li 
    {
        font-size: 17px;
        padding: 3px 0 3px 30px;
    }

    ul li:before 
    {
        top: 4px;
        font-size: 19px;
    }

    ol li 
    {
        font-size: 17px;
    }

    a.standard-btn:link 
    {
        padding: 10px 20px;
        margin: 18px 0 6px;
        font-size: 13px;
    }

    a.standard-btn.ghost-btn:link
    {
        padding: 8px 18px;
    }

    a.standard-btn:link i 
    {
        padding-left: 8px;
        font-size: 16px;
    }

}

@media (min-width: 0px) and (max-width: 479px)
{

    h1 
    {
        font-size: 22px;
    }

    h2 
    {
        font-size: 20px;
        margin: 0 0 15px;
    }

    h2.title-dot-under 
    {
        padding-bottom: 20px;
        margin: 0 0 35px;
    }

    h2.title-dot-under:after 
    {
        width: 24px;
    }

    h2.title-dot-under span
    {
        bottom: -6px;
        width: 13px;
        height: 13px;
    }

    h3 
    {
        font-size: 17px;
        margin: 18px 0 10px;
    }

    p 
    {
        font-size: 15px;
    }

    p.text-indent 
    {
        border-left: 6px solid #b9987b;
        margin: 30px 0;
        padding: 7px 0 7px 25px;
    }

    p.text-indent + p.text-indent 
    {
        margin: -30px 0 30px;
    }

    ul li 
    {
        font-size: 15px;
        padding: 2px 0 2px 25px;
    }

    ul li:before 
    {
        top: 4px;
        font-size: 17px;
    }

    ol li 
    {
        font-size: 15px;
    }

    a.standard-btn:link 
    {
        padding: 10px 15px;
        margin: 10px 0 5px;
        font-size: 11px;
    }

    a.standard-btn.ghost-btn:link
    {
        padding: 8px 13px;
    }

    a.standard-btn:link i 
    {
        padding-left: 6px;
        font-size: 14px;
    }

}




/*//////////////////////////////////////////////////
                     Header
//////////////////////////////////////////////////*/

header {
    background: #efe7e3;
}

header ul li
{
    padding: 0;
}

header ul li:before
{
    display: none;
}

header .header-top {
    background: #4a0025;
    color: #efe7e3;
}

header .header-top ul
{
	float: right;
    margin: 0;
    padding: 18px 0;
    overflow: hidden;
}

header .header-top ul.navbar-social {
    float: left;
    padding:10px 0;
}

header .header-top ul.navbar-social li a:link {
    display:inline-block;
    padding:0;
    margin-right: 10px;
}

header .header-top ul.navbar-social svg {
    height: 25px;
    width: 25px;
}

header .header-top ul.navbar-social svg path {
    fill: #efe7e3;
}

header .header-top ul.navbar-social li a:hover svg path,
header .header-top ul.navbar-social li a:focus svg path,
header .header-top ul.navbar-social li a:active svg path {
    fill: #b9987b;
}

header .header-top ul li
{
    float: left;
    font-size: 12px;
    text-transform: uppercase;
	line-height: 1;
    padding: 0;
}

header .header-top ul li:before
{
    display: block;
    content: "";
    top: 0;
    right: 0;
    left: auto;
    width: 1px;
    height: 11px;
    background: #fff;
}

header .header-top ul.navbar-social li:before {
    display: none;
}

header .header-top ul li:last-child:before
{
    display: none;
}

header .header-top ul li a:link {
    color: #efe7e3;
    padding: 0 7px;
    font-weight: 400;
}

header .header-top ul li a:visited {
    color: #efe7e3;
}

header .header-top ul li a:hover
{
    color: #b9987b;
}

header .header-top ul li a:active
{
    color: #b9987b;
}

header .header-top ul li a:focus
{
    color: #b9987b;
}

header .header-top ul li:last-child a:link
{
    padding: 0 0 0 5px;
}

header .header-top ul li a i
{
    margin-right: 5px;
}

@media (min-width: 992px) and (max-width: 1199px)
{

    header .header-top ul
    {
        padding: 18px 0;
    }

    header .header-top ul li
    {
        font-size: 11px;
    }

    header .header-top ul li:before
    {
        width: 1px;
        height: 10px;
    }

    header .header-top ul li a:link
    {
        padding: 0 6px;
    }

    header .header-top ul li:last-child a:link
    {
        padding: 0 0 0 4px;
    }

    header .header-top ul li a i
    {
        margin-right: 4px;
    }

}

@media (min-width: 768px) and (max-width: 991px)
{
    header .header-top ul{
        padding: 15px 0;
    }

    header .header-top ul li {
        font-size: 11px;
    }

    header .header-top ul li:before
    {
        width: 1px;
        height: 10px;
    }

    header .header-top ul li a:link
    {
        padding: 0 6px;
    }

    header .header-top ul li:last-child a:link
    {
        padding: 0 0 0 4px;
    }

    header .header-top ul li a i
    {
        margin-right: 4px;
    }

    header .header-top ul.navbar-social li a:link {
        margin-right: 8px;
    }

    header .header-top ul.navbar-social svg {
        height: 20px;
        width: 20px;
    }

}

@media (min-width:0px) and (max-width: 767px)
{

	header
	{
		display:none;
	}

}




/*//////////////////////////////////////////////////
                     Mobile nav
//////////////////////////////////////////////////*/

#mobile-nav
{
	display: none;
}

#mobile-nav.mm-ismenu {
    background: #6e263d;
}

#mobile-nav.mm-opened {
    display: block;
}

#mobile-nav.mm-menu .mm-list > li > a.mm-subclose {
    color: #b9987b;
}

.mobile-header {
    display: none;
    background: #e7e7e7;
    padding: 0;
}

.mobile-header .row
{
    margin: 0 -10px;
}

.mobile-header .row > div
{
    padding: 0 10px;
}

.mobile-header .mobile-logo
{
    float: left;
    width: 33.3333%;
	text-align:left;
}

.mobile-header .mobile-logo a
{
	display: inline-block;
	padding: 13px 0;
}

.mobile-header .mobile-logo a img
{
	display: inline-block;
	width: 100%;
	max-width: 100px;
	height: auto;
}

.mobile-header .mobile-btns
{
	float: left;
    width: 66.6666%;
}

.mobile-header .mobile-btns ul
{
	float: right;
    overflow: hidden;
    margin: 0 -15px 0 0;
}

.mobile-header .mobile-btns ul li
{
	float: left;
    padding: 0;
    border-right: solid 1px #b9987b;
    font-size: 15px;
}

.mobile-header .mobile-btns ul li:last-child
{
    border-right: none;
}

.mobile-header .mobile-btns ul li:before
{
	display: none;
}

    .mobile-header .mobile-btns ul li a {
        display: block;
        padding: 30px 15px 31px;
    }

@media (min-width:0px) and (max-width: 767px)
{
    .mobile-header .mobile-btns ul li a {
        display: block;
        padding: 22px 15px 31px;
    }
    .mobile-header
    {
	    display: block;
    }

}




/*//////////////////////////////////////////////////
                     Navigation 
//////////////////////////////////////////////////*/

.navbar-default
{
	background: none;
	border: none;
	border-radius: 0;
	margin: 0;
}

.navbar-brand 
{
	float: left;
	height: auto;
	padding: 20px 15px;
}

.navbar-brand > img{
    max-height: 75px;
}

.navbar-default .navbar-nav
{
	margin: 0 0 0 20px;
    float: right;
}

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > span {
        display: block;
        color: #4a0025;
        font-family: 'Josefin Sans', sans-serif;
        font-size: 16px;
        line-height: 1;
        font-weight: 400;
        text-transform: uppercase;
        border: 1px solid transparent;
        padding: 48px 15px 48px;
        cursor: pointer;
        user-select: none;
    }

.navbar-default .navbar-nav > li.active > span
{
    color: #fff;
    background: #b9987b;
}

    .navbar-default .navbar-nav > li > a:visited {
        color: #4a0025;
    }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > span:hover
{
	color: #b9987b;
}

.navbar-default .navbar-nav > li.active > span:hover
{
    color: #fff;
    background: #b9987b;
}

.navbar-default .navbar-nav > li > a:active
{
	color: #b9987b;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > span:focus
{
	color: #b9987b;
}

.navbar-default .navbar-social
{
	float: right;
    margin: 0 -10px 0 0;
    overflow: hidden;
}

.navbar-default .navbar-social li
{
	float: left;
}

.navbar-default .navbar-social li a:link
{
	display: block;
    padding: 42px 15px 42px
    color: #000000;
    font-size: 20px;
    line-height: 1;
}

.navbar-default .navbar-social li a:visited
{
    color: #000000;
}

.navbar-default .navbar-social li a:hover
{
    color: #b9987b;
}

.navbar-default .navbar-social li a:active
{
    color: #b9987b;
}

.navbar-default .navbar-social li a:focus
{
    color: #b9987b;
}

.navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content
{
    display: none;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    width: 280px;
    background: #fff;
    border: solid 1px #eee;
    border-bottom: solid 4px #b9987b;
    overflow: hidden;
}

.navbar-default .navbar-nav > li.dropdown-toggle.active > div.dropdown-content
{
    display: block;
}

.navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul
{
    width: 100%;
    margin: 0;
    padding: 10px 0 20px;
}

.navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li
{
    padding: 0;
}

.navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li:before
{
    display: none;
}

.navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li a:link
{
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    padding: 6px 15px;
    background: rgba(0,0,0,0);
}

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li a:visited {
        color: #000;
        background: #b9987b;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li a:hover {
        color: #fff;
        background: #b9987b;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li a:active {
        color: #fff;
        background: #b9987b;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li a:focus {
        color: #fff;
        background: #b9987b;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li.dropdown-title a:link {
        color: #4a0025;
        font-size: 18px;
        font-weight: 500;
        padding: 10px 15px;
        background: none;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li.dropdown-title a:visited {
        color: #4a0025;
        background: none;
    }

.navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li.dropdown-title a:hover
{
    color: #b9987b;
    background: none;
}

.navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li.dropdown-title a:active
{
    color: #b9987b;
    background: none;
}

.navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li.dropdown-title a:focus
{
    color: #b9987b;
    background: none;
}

.navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li.dropdown-title a > em
{
    font-size: 12px;
}

@media (min-width: 1200px) and (max-width: 1459px)
{

    .navbar-brand 
    {
        width: 220px;
    }

    .navbar-default .navbar-nav
    {
	    margin: 0 0 0 15px;
    }

        .navbar-default .navbar-nav > li > a {
            padding: 48px 15px 48px;
        }

        .navbar-default .navbar-social li a:link, .navbar-default .navbar-nav > li > span {
            padding: 48px 15px 48px;
        }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content
    {
        width: 260px;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul
    {
        padding: 8px 0 15px;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li a:link
    {
        font-size: 14px;
        padding: 4px 12px;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li.dropdown-title a:link
    {
        font-size: 17px;
        padding: 8px 12px;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li.dropdown-title a > em
    {
        font-size: 11px;
    }

}

@media (min-width: 992px) and (max-width: 1199px)
{

    .navbar-brand 
    {
	    padding: 18px 15px;
        width: 180px;
    }

    .navbar-brand img {
        max-height: 65px;
    }

    .navbar-default .navbar-nav
    {
	    margin: 0 0 0 5px;
    }

        .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > span {
            font-size: 15px;
            padding: 41px 15px 41px;
        }

    .navbar-default .navbar-social
    {
        margin: 0 -8px 0 0;
    }

    .navbar-default .navbar-social li a:link
    {
        padding: 20px 8px 20px;
        font-size: 18px;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content
    {
        width: 220px;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul
    {
        padding: 8px 0 15px;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li a:link
    {
        font-size: 13px;
        padding: 3px 10px;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li.dropdown-title a:link
    {
        font-size: 16px;
        padding: 8px 10px;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li.dropdown-title a > em
    {
        font-size: 10px;
    }

}

@media (min-width: 768px) and (max-width: 991px)
{

    .navbar-brand 
    {
	    padding: 15px 5px 15px 5px;
        width: 115px;
    }

    .navbar-brand img{
        max-height: 55px;
    }

    .navbar-default .navbar-nav
    {
	    margin: 0;
    }

        .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > span {
            font-size: 14px;
            padding: 34px 6px 34px;
        }

    .navbar-default .navbar-social
    {
        margin: 0 -6px 0 0;
    }

    .navbar-default .navbar-social li a:link
    {
        padding: 17px 6px 16px;
        font-size: 17px;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content
    {
        width: 190px;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul
    {
        padding: 6px 0 12px;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li a:link
    {
        font-size: 12px;
        padding: 3px 8px;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li.dropdown-title a:link
    {
        font-size: 14px;
        padding: 5px 8px;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li.dropdown-title a > em
    {
        font-size: 9px;
    }

}

@media (min-width: 0px) and (max-width: 767px)
{

    .navbar-default
    {
	    display:none;
    }

}




/*//////////////////////////////////////////////////
                    Home Banner
//////////////////////////////////////////////////*/

.home-banner
{
    position: relative;
    width: 100%;
    height: 800px;
    background: url() center center no-repeat;
    background-size: cover;
}

.home-banner .banner-text
{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-banner .banner-text h1
{
    font-size: 100px;
    max-width: 880px;
    margin: 0 auto 20px;
}

.home-banner .banner-text p
{
    font-size: 34px;
    max-width: 960px;
    margin: 0 auto 15px;
}

.home-banner .banner-text .banner-boxes
{
    margin-top: 80px;
}

.home-banner .banner-text .banner-box:link
{
    position: relative;
    display: inline-block;
    width: 210px;
    padding: 9px 8px 9px 50px;
    margin: 0 15px;
    background: #b9987b;
    border-bottom: solid 3px #a77c00;
    -webkit-transition: background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}

.home-banner .banner-text .banner-box:visited
{
    background: #b9987b;
    border-bottom: solid 3px #a77c00;
}

.home-banner .banner-text .banner-box:hover
{
    background: #9b7e65;
    border-bottom: solid 3px #a77c00;
}

.home-banner .banner-text .banner-box:active
{
    background: #9b7e65;
    border-bottom: solid 3px #a77c00;
}

.home-banner .banner-text .banner-box:focus
{
    background: #9b7e65;
    border-bottom: solid 3px #a77c00;
}

.home-banner .banner-text .banner-box img
{
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home-banner .banner-text .banner-box p
{
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    margin: 0;
    text-align: left;
}

.home-banner .banner-text .banner-box p.banner-box-title
{
    font-size: 15px;
    font-weight: 700;
    margin-bottom: -2px;
}

@media (min-width: 1200px) and (max-width: 1459px)
{

    .home-banner
    {
        height: 740px;
    }

    .home-banner .banner-text h1
    {
        font-size: 90px;
    }

    .home-banner .banner-text p
    {
        font-size: 30px;
    }

    .home-banner .banner-text .banner-boxes
    {
        margin-top: 70px;
    }

    .home-banner .banner-text .banner-box:link
    {
        width: 200px;
        padding: 8px 7px 8px 45px;
        margin: 0 12px;
    }

    .home-banner .banner-text .banner-box img
    {
        left: 23px;
        width: 30px;
    }

    .home-banner .banner-text .banner-box p
    {
        font-size: 12px;
    }

    .home-banner .banner-text .banner-box p.banner-box-title
    {
        font-size: 15px;
        margin-bottom: -2px;
    }

}

@media (min-width: 992px) and (max-width: 1199px)
{

    .home-banner
    {
        height: 640px;
    }

    .home-banner .banner-text h1
    {
        font-size: 80px;
    }

    .home-banner .banner-text p
    {
        font-size: 26px;
        max-width: 750px;
    }

    .home-banner .banner-text .banner-boxes
    {
        margin-top: 50px;
    }

    .home-banner .banner-text .banner-box:link
    {
        width: 180px;
        padding: 7px 6px 7px 40px;
        margin: 0 10px;
    }

    .home-banner .banner-text .banner-box img
    {
        left: 20px;
        width: 26px;
    }

    .home-banner .banner-text .banner-box p
    {
        font-size: 11px;
    }

    .home-banner .banner-text .banner-box p.banner-box-title
    {
        font-size: 13px;
        margin-bottom: -2px;
    }

}

@media (min-width: 768px) and (max-width: 991px)
{

    .home-banner
    {
        height: 500px;
    }

    .home-banner .banner-text h1
    {
        font-size: 65px;
    }

    .home-banner .banner-text p
    {
        font-size: 22px;
        max-width: 600px;
    }

    .home-banner .banner-text .banner-boxes
    {
        margin-top: 40px;
    }

    .home-banner .banner-text .banner-box:link
    {
        width: 170px;
        padding: 6px 6px 6px 35px;
        margin: 0 7px;
    }

    .home-banner .banner-text .banner-box img
    {
        left: 18px;
        width: 22px;
    }

    .home-banner .banner-text .banner-box p
    {
        font-size: 11px;
    }

    .home-banner .banner-text .banner-box p.banner-box-title
    {
        font-size: 13px;
        margin-bottom: -2px;
    }

}

@media (min-width: 480px) and (max-width: 767px)
{

    .home-banner
    {
        height: 400px;
    }

    .home-banner .banner-text h1
    {
        font-size: 55px;
    }

    .home-banner .banner-text p
    {
        font-size: 20px;
        max-width: 600px;
    }

    .home-banner .banner-text .banner-boxes
    {
        margin-top: 30px;
    }

    .home-banner .banner-text .banner-box:link
    {
        width: 140px;
        padding: 5px 5px 5px 5px;
        margin: 0 3px;
        border-bottom-width: 2px;
    }

    .home-banner .banner-text .banner-box img
    {
        display: none;
    }

    .home-banner .banner-text .banner-box p
    {
        font-size: 10px;
        text-align: center;
    }

    .home-banner .banner-text .banner-box p.banner-box-title
    {
        font-size: 12px;
        margin-bottom: -2px;
    }

}

@media (min-width: 0px) and (max-width: 479px)
{

    .home-banner
    {
        height: 250px;
        overflow: hidden;
    }

    .home-banner .banner-text h1
    {
        font-size: 35px;
    }

    .home-banner .banner-text .container
    {
        padding: 0 10px;
    }

    .home-banner .banner-text .container > p
    {
        display: none;
    }

    .home-banner .banner-text .banner-boxes
    {
        margin-top: 10px;
    }

    .home-banner .banner-text .banner-box:link
    {
        width: 94px;
        padding: 4px 2px 3px;
        margin: 0 1px;
        border-bottom-width: 2px;
    }

    .home-banner .banner-text .banner-box img
    {
        display: none;
    }

    .home-banner .banner-text .banner-box p
    {
        font-size: 8px;
        text-align: center;
    }

    .home-banner .banner-text .banner-box p.banner-box-title
    {
        font-size: 9px;
        margin-bottom: 0;
    }

}




/*//////////////////////////////////////////////////
                    Home Content
//////////////////////////////////////////////////*/

.home-section
{
    padding: 50px 0;
    border-bottom: solid 1px #ededed;
}

.home-section.home-products, .home-section.home-news
{
    background: #efe7e3 url(/assets/i/pattern.png) center center repeat;
}

.home-section h2
{
    margin-top: 20px;
}

.home-section h2.title-dot-under
{
    margin-top: 0;
}

.home-news-grid > .row
{
    margin: 0 -30px;
}

.home-news-grid > .row > div
{
    padding: 0 30px;
}

.home-news-grid .home-news-item
{
    position: relative;
    padding: 0 0 30px 105px;
    min-height: 120px;
    margin-bottom: 40px;
    border-bottom: solid 1px #b9987b;
}

.home-news-grid .home-news-item:last-child
{
    padding: 0 0 0 105px;
    margin-bottom: 0;
    border-bottom: none;
}

.home-news-grid .home-news-item .home-news-date
{
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    padding-top: 18px;
    background: #fff;
    color: #474747;
    font-family: 'EB Garamond', serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
}

.home-news-grid .home-news-item .home-news-date span
{
    font-size: 36px;
    color: #6e263d;
    line-height: 0.6;
}

.home-news-grid p
{
    color: #000000;
}

.home-news-grid p.home-news-title
{
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    font-size: 26px;
    margin: 0 0 10px;
}

.home-news-grid a:link p.home-news-title
{
    color: #000000;
    -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
}

.home-news-grid a:visited p.home-news-title
{
    color: #000000;
}

.home-news-grid a:hover p.home-news-title
{
    color: #6e263d;
}

.home-news-grid a:active p.home-news-title
{
    color: #6e263d;
}

.home-news-grid a:focus p.home-news-title
{
    color: #6e263d;
}

.home-news-grid .featured-home-news-item p.home-news-title
{
    margin: 18px 0 10px;
}

@media (min-width: 1200px) and (max-width: 1459px)
{

    .home-section
    {
        padding: 45px 0;
    }

    .home-section h2
    {
        margin-top: 17px;
    }

    .home-news-grid > .row
    {
        margin: 0 -20px;
    }

    .home-news-grid > .row > div
    {
        padding: 0 20px;
    }

    .home-news-grid .home-news-item
    {
        padding: 0 0 25px 95px;
        min-height: 110px;
        margin-bottom: 35px;
    }

    .home-news-grid .home-news-item:last-child
    {
        padding: 0 0 0 95px;
    }

    .home-news-grid .home-news-item .home-news-date
    {
        width: 75px;
        height: 75px;
        padding-top: 17px;
        font-size: 15px;
    }

    .home-news-grid .home-news-item .home-news-date span
    {
        font-size: 32px;
    }

    .home-news-grid p.home-news-title
    {
        font-size: 24px;
        margin: 0 0 10px;
    }

    .home-news-grid .featured-home-news-item p.home-news-title
    {
        margin: 15px 0 8px;
    }

}

@media (min-width: 992px) and (max-width: 1199px)
{

    .home-section
    {
        padding: 40px 0;
    }

    .home-section h2
    {
        margin-top: 15px;
    }

    .home-news-grid > .row
    {
        margin: 0 -15px;
    }

    .home-news-grid > .row > div
    {
        padding: 0 15px;
    }

    .home-news-grid .home-news-item
    {
        padding: 0 0 20px 80px;
        min-height: 100px;
        margin-bottom: 35px;
    }

    .home-news-grid .home-news-item:last-child
    {
        padding: 0 0 0 80px;
    }

    .home-news-grid .home-news-item .home-news-date
    {
        width: 65px;
        height: 65px;
        padding-top: 15px;
        font-size: 14px;
    }

    .home-news-grid .home-news-item .home-news-date span
    {
        font-size: 28px;
    }

    .home-news-grid p.home-news-title
    {
        font-size: 22px;
        margin: 0 0 10px;
    }

    .home-news-grid .featured-home-news-item p.home-news-title
    {
        margin: 13px 0 6px;
    }

}

@media (min-width: 768px) and (max-width: 991px)
{

    .home-section
    {
        padding: 35px 0;
    }

    .home-section h2
    {
        margin-top: 12px;
    }

    .home-news-grid > .row
    {
        margin: 0 -15px;
    }

    .home-news-grid > .row > div
    {
        padding: 0 15px;
    }

    .home-news-grid .home-news-item
    {
        padding: 0 0 15px 70px;
        min-height: 90px;
        margin-bottom: 30px;
    }

    .home-news-grid .home-news-item:last-child
    {
        padding: 0 0 0 70px;
    }

    .home-news-grid .home-news-item .home-news-date
    {
        width: 55px;
        height: 55px;
        padding-top: 10px;
        font-size: 13px;
    }

    .home-news-grid .home-news-item .home-news-date span
    {
        font-size: 26px;
    }

    .home-news-grid p.home-news-title
    {
        font-size: 20px;
        margin: 0 0 8px;
    }

    .home-news-grid .featured-home-news-item p.home-news-title
    {
        margin: 11px 0 5px;
        line-height: 1.3;
    }

}

@media (min-width: 480px) and (max-width: 767px)
{

    .home-section
    {
        padding: 30px 0;
    }

    .home-section h2
    {
        margin-top: 12px;
    }

    .home-section img.img-responsive
    {
        margin: 20px 0 12px;
    }

    .home-news-grid > .row
    {
        margin: 0 -15px;
    }

    .home-news-grid > .row > div
    {
        padding: 0 15px;
    }

    .home-news-grid .featured-home-news-item
    {
        border-bottom: solid 1px #b9987b;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

    .home-news-grid .home-news-item
    {
        padding: 0 0 15px 70px;
        min-height: 75px;
        margin-bottom: 30px;
    }

    .home-news-grid .home-news-item:last-child
    {
        padding: 0 0 0 70px;
    }

    .home-news-grid .featured-home-news-item img.img-responsive
    {
        margin: 0;
    }

    .home-news-grid .home-news-item .home-news-date
    {
        width: 55px;
        height: 55px;
        padding-top: 10px;
        font-size: 13px;
    }

    .home-news-grid .home-news-item .home-news-date span
    {
        font-size: 26px;
    }

    .home-news-grid p.home-news-title
    {
        font-size: 20px;
        margin: 0 0 8px;
        line-height: 1.3;
    }

    .home-news-grid .featured-home-news-item p.home-news-title
    {
        margin: 11px 0 5px;
    }

}

@media (min-width: 0px) and (max-width: 479px)
{

    .home-section
    {
        padding: 20px 0;
    }

    .home-section h2
    {
        margin-top: 10px;
    }

    .home-section img.img-responsive
    {
        margin: 20px 0 12px;
    }

    .home-news-grid > .row
    {
        margin: 0 -15px;
    }

    .home-news-grid > .row > div
    {
        padding: 0 15px;
    }

    .home-news-grid .featured-home-news-item
    {
        border-bottom: solid 1px #b9987b;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .home-news-grid .home-news-item
    {
        padding: 0 0 10px 65px;
        min-height: 75px;
        margin-bottom: 20px;
    }

    .home-news-grid .home-news-item:last-child
    {
        padding: 0 0 0 65px;
    }

    .home-news-grid .featured-home-news-item img.img-responsive
    {
        margin: 0;
    }

    .home-news-grid .home-news-item .home-news-date
    {
        width: 50px;
        height: 50px;
        padding-top: 10px;
        font-size: 11px;
    }

    .home-news-grid .home-news-item .home-news-date span
    {
        font-size: 22px;
    }

    .home-news-grid p.home-news-title
    {
        font-size: 18px;
        margin: 0 0 8px;
        line-height: 1.3;
    }

    .home-news-grid .featured-home-news-item p.home-news-title
    {
        margin: 11px 0 5px;
    }

}




/*//////////////////////////////////////////////////
                   Page Banner
//////////////////////////////////////////////////*/

.page-banner 
{
    position: relative;
    width: 100%;
    min-height: 165px;
    background: #4a0025;
}

.page-banner .page-banner-text
{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 20px;
}

.page-banner .page-banner-text .container > a
{
    position: relative;
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 1;
}

.page-banner .page-banner-text .container > a i
{
    position: absolute;
    left: -12px;
    bottom: 4px;
    font-size: 16px;
}

.page-banner .page-banner-text h1
{
    margin: 0;
}

.page-banner .page-banner-text p.page-banner-title
{
    font-family: 'EB Garamond', sans-serif;
    font-size: 50px;
    line-height: 1.1;
    color: #fff;
    margin: 0;
}

.page-banner .page-banner-text ul
{
    margin: 15px 0 0;
}

.page-banner .page-banner-text ul li
{
    position: relative;
    float: left;
    padding: 0 30px 0 25px;
    font-size: 15px;
    color: #b9987b;
}

.page-banner .page-banner-text ul li:before
{
    display: none;
}

.page-banner .page-banner-text ul li img
{
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page-banner .page-banner-text ul li span
{
    display: inline-block;
    padding-left: 2px;
    font-size: 13px;
}

@media (min-width: 1200px) and (max-width: 1459px)
{

    .page-banner
    {
        min-height: 150px;
    }

    .page-banner .page-banner-text
    {
        padding-bottom: 18px;
    }

    .page-banner .page-banner-text .container > a
    {
        font-size: 24px;
    }

    .page-banner .page-banner-text .container > a i
    {
        left: -11px;
        bottom: 4px;
        font-size: 15px;
    }

    .page-banner .page-banner-text p.page-banner-title
    {
        font-size: 44px;
    }

    .page-banner .page-banner-text ul
    {
        margin: 13px 0 0;
    }

    .page-banner .page-banner-text ul li
    {
        padding: 0 27px 0 22px;
        font-size: 14px;
    }

    .page-banner .page-banner-text ul li img 
    {
        height: 16px;
    }

}

@media (min-width: 992px) and (max-width: 1199px)
{

    .page-banner
    {
        min-height: 135px;
    }

    .page-banner .page-banner-text
    {
        padding-bottom: 15px;
    }

    .page-banner .page-banner-text .container > a
    {
        font-size: 22px;
    }

    .page-banner .page-banner-text .container > a i
    {
        left: -10px;
        bottom: 4px;
        font-size: 14px;
    }

    .page-banner .page-banner-text p.page-banner-title
    {
        font-size: 40px;
    }

    .page-banner .page-banner-text ul
    {
        margin: 11px 0 0;
    }

    .page-banner .page-banner-text ul li
    {
        padding: 0 22px 0 20px;
        font-size: 13px;
    }

    .page-banner .page-banner-text ul li img 
    {
        height: 15px;
    }

}

@media (min-width: 768px) and (max-width: 991px)
{

    .page-banner
    {
        min-height: 120px;
    }

    .page-banner .page-banner-text
    {
        padding-bottom: 13px;
    }

    .page-banner .page-banner-text .container > a
    {
        font-size: 20px;
    }

    .page-banner .page-banner-text .container > a i
    {
        left: -9px;
        bottom: 3px;
        font-size: 13px;
    }

    .page-banner .page-banner-text p.page-banner-title
    {
        font-size: 36px;
    }

    .page-banner .page-banner-text ul
    {
        margin: 9px 0 0;
    }

    .page-banner .page-banner-text ul li
    {
        padding: 0 20px 0 18px;
        font-size: 12px;
    }

    .page-banner .page-banner-text ul li img 
    {
        height: 14px;
    }

}

@media (min-width: 480px) and (max-width: 767px)
{

    .page-banner
    {
        min-height: 110px;
    }

    .page-banner .page-banner-text
    {
        padding-bottom: 12px;
    }

    .page-banner .page-banner-text .container > a
    {
        font-size: 18px;
    }

    .page-banner .page-banner-text .container > a i
    {
        left: -8px;
        bottom: 3px;
        font-size: 12px;
    }

    .page-banner .page-banner-text p.page-banner-title
    {
        font-size: 32px;
    }

    .page-banner .page-banner-text ul
    {
        margin: 8px 0 0;
    }

    .page-banner .page-banner-text ul li
    {
        padding: 0 18px 0 16px;
        font-size: 11px;
    }

    .page-banner .page-banner-text ul li img 
    {
        height: 13px;
    }

}

@media (min-width: 0px) and (max-width: 479px)
{

    .page-banner
    {
        min-height: 90px;
    }

    .page-banner .page-banner-text
    {
        padding-bottom: 10px;
    }

    .page-banner .page-banner-text .container > a
    {
        font-size: 16px;
    }

    .page-banner .page-banner-text .container > a i
    {
        left: -6px;
        bottom: 3px;
        font-size: 11px;
    }

    .page-banner .page-banner-text p.page-banner-title
    {
        font-size: 22px;
    }

    .page-banner .page-banner-text ul
    {
        margin: 6px 0 0;
    }

    .page-banner .page-banner-text ul li
    {
        padding: 0 8px 0 14px;
        font-size: 9px;
    }

    .page-banner .page-banner-text ul li img 
    {
        height: 12px;
    }

}




/*//////////////////////////////////////////////////
                   Page Content
//////////////////////////////////////////////////*/

.page-overview
{
    background: #efe7e3 url(/assets/i/pattern.png) center center repeat;
    padding: 55px 0 40px;
}

.page-overview .page-overview-img
{
    max-width: 100%;
    margin: 30px 0 0;
}

.page-content
{
    padding: 60px 0;
}

@media (min-width: 1200px) and (max-width: 1459px)
{

    .page-overview
    {
        padding: 50px 0 35px;
    }

    .page-content
    {
        padding: 55px 0;
    }

}

@media (min-width: 992px) and (max-width: 1199px)
{

    .page-overview
    {
        padding: 45px 0 30px;
    }

    .page-content
    {
        padding: 50px 0;
    }

}

@media (min-width: 768px) and (max-width: 991px)
{

    .page-overview
    {
        padding: 40px 0 25px;
    }

    .page-content
    {
        padding: 45px 0;
    }

}

@media (min-width: 480px) and (max-width: 767px)
{

    .page-overview
    {
        padding: 35px 0 20px;
    }

    .page-content
    {
        padding: 40px 0;
    }

}

@media (min-width: 0px) and (max-width: 479px)
{

    .page-overview
    {
        padding: 25px 0 10px;
    }

    .page-content
    {
        padding: 30px 0;
    }

}




/*//////////////////////////////////////////////////
                   Side Boxes
//////////////////////////////////////////////////*/

.side-box
{
    position: relative;
    overflow: hidden;
    padding-top: 25px;
    margin-bottom: 30px;
}

.side-box > div
{
    min-height: 165px;
    padding: 20px 200px 20px 20px;
    background: #efe7e3 url(/assets/i/pattern.png) center center repeat;
    border: solid 2px #f3f0eb;
}

.side-box > div p
{
    font-size: 24px;
    margin: 0;
}

.side-box.side-box-small > div p
{
    font-size: 16px;
    margin: 0;
}

.side-box > div p.box-title
{
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    font-size: 16px;
    color: #6e263d;
}

.side-box > div a:link,
.side-box > div a:visited
{
    color: #6e263d;
}

.side-box > div a:hover,
.side-box > div a:active,
.side-box > div a:focus
{
    color: #4a0025;
}

.side-box > div h3
{
    min-height: 56px;
    margin: 0 0 10px 0;
}

.side-box > img
{
    position: absolute;
    right: 20px;
    bottom: 2px;
    width: auto;
    height: auto;
    max-width: 160px;
    max-height: 130px;
}

.side-image
{
    margin-bottom: 30px;
}

.side-image .bx-wrapper
{
    margin-bottom: 0;
}

.side-image .bxslider li
{
    padding: 0;
}

.side-image .bxslider li:before
{
    display: none;
}

.side-image .bx-wrapper .bx-controls-direction
{
    /* Positioned (not the default static) so .bx-prev/.bx-next's top:50% centers on the image
       row only, not the image+pager row combined now the pager sits below it (see .bx-pager).
       pointer-events:none so this full-box overlay doesn't block clicks through to the
       .gallery-image lightbox link underneath - only the two arrow buttons re-enable it. */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 32px;
    left: 0;
    pointer-events: none;
}

.side-image .bx-wrapper .bx-controls-direction a
{
    pointer-events: auto;
}

.side-image .bx-wrapper .bx-pager
{
    /* Below the slider (in normal flow, after .bx-viewport) instead of overlaid on the image.
       Equal top/bottom padding centers the dots in the row (matches .bx-controls-direction's
       bottom:32px above, which reserves exactly this padding+dot-height as the row's height). */
    position: static;
    text-align: center;
    padding: 10px 5px;
    width: 100%;
    max-width: none;
    background: #efe7e3;
    overflow: visible;
}

.side-image .bx-wrapper .bx-pager.bx-default-pager a
{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #6e263d;
    opacity: .4;
    box-shadow: none;
    text-indent: 9999px;
}

.side-image .bx-wrapper .bx-pager.bx-default-pager a:hover, .side-image .bx-wrapper .bx-pager.bx-default-pager a.active
{
    /* Vendor CSS's own a:hover/a.active rule sets background:#000 - override it explicitly
       rather than relying on the base rule's #6e263d showing through, since it doesn't (same
       specificity, and this rule is the one that wins for the background property here). */
    background: #6e263d;
    opacity: 1;
}

/* Circular icon buttons instead of the default bxSlider sprite arrows. pointer-events:none/auto
   split explained on .bx-controls-direction above. */
.side-image .bx-wrapper .bx-prev,
.side-image .bx-wrapper .bx-next
{
    top: 50%;
    margin-top: -19px;
    width: 38px;
    height: 38px;
    background: rgba(255,255,255,.85);
    border-radius: 50%;
    box-shadow: 0 1px 5px rgba(0,0,0,.35);
    transition: background-color .2s, box-shadow .2s;
    /* The vendor's text-indent:-9999px (hiding the literal "Prev"/"Next" text) also suppresses
       an absolutely-positioned ::before icon glyph in some browsers - hide the text with
       color:transparent instead so the icon (which sets its own explicit color) still renders. */
    text-indent: 0;
    color: transparent;
}

.side-image .bx-wrapper .bx-prev:hover,
.side-image .bx-wrapper .bx-next:hover
{
    background: #6e263d;
    box-shadow: 0 1px 8px rgba(0,0,0,.5);
}

.side-image .bx-wrapper .bx-prev
{
    left: 14px;
}

.side-image .bx-wrapper .bx-next
{
    right: 14px;
}

.side-image .bx-wrapper .bx-prev:before,
.side-image .bx-wrapper .bx-next:before
{
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 16px;
    line-height: 1;
    color: #6e263d;
    transition: color .2s;
}

.side-image .bx-wrapper .bx-prev:before
{
    content: "\f104";
}

.side-image .bx-wrapper .bx-next:before
{
    content: "\f105";
}

.side-image .bx-wrapper .bx-prev:hover:before,
.side-image .bx-wrapper .bx-next:hover:before
{
    color: #fff;
}

.side-image .gallery-image
{
    display: block;
}

.side-image .img-caption
{
    padding: 15px;
    margin: 0;
    background: #b9987b;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

@media (min-width: 1200px) and (max-width: 1459px)
{

    .side-box
    {
        padding-top: 20px;
    }

    .side-box > div
    {
        min-height: 157px;
        padding: 18px 180px 18px 18px;
    }

    .side-box.side-box-small > div
    {
        min-height: 147px;
        padding-right: 165px;
    }

    .side-box > div p
    {
        font-size: 22px;
    }

    .side-box.side-box-small > div p
    {
        font-size: 15px;
    }

    .side-box > div p.box-title
    {
        font-size: 15px;
    }

    .side-box > div h3
    {
        min-height: 52px;
    }

    .side-box > img
    {
        width: 160px;
        right: 15px;
    }

    .side-box.side-box-small > img
    {
        width: 150px;
        right: 10px;
    }

    .side-image .img-caption
    {
        padding: 13px;
        font-size: 12px;
    }

}

@media (min-width: 992px) and (max-width: 1199px)
{

    .side-box
    {
        padding-top: 15px;
        margin-bottom: 25px;
    }

    .side-box > div
    {
        min-height: 140px;
        padding: 15px 160px 15px 15px;
    }

    .side-box.side-box-small > div
    {
        min-height: 135px;
        padding-right: 140px;
    }

    .side-box > div p
    {
        font-size: 20px;
    }

    .side-box.side-box-small > div p
    {
        font-size: 14px;
    }

    .side-box > div p.box-title
    {
        font-size: 14px;
    }

    .side-box > div h3
    {
        min-height: 50px;
    }

    .side-box > img
    {
        width: 140px;
        right: 12px;
    }

    .side-box.side-box-small > img
    {
        width: 130px;
        right: 8px;
    }

    .side-image
    {
        margin-bottom: 25px;
    }

    .side-image .img-caption
    {
        padding: 12px;
        font-size: 12px;
    }

}

@media (min-width: 768px) and (max-width: 991px)
{

    .side-box
    {
        padding-top: 13px;
        margin-bottom: 20px;
    }

    .side-box > div
    {
        min-height: 120px;
        padding: 13px 140px 13px 13px;
    }

    .side-box.side-box-small > div
    {
        min-height: 100px;
        padding-right: 110px;
    }

    .side-box > div p
    {
        font-size: 18px;
    }

    .side-box.side-box-small > div p
    {
        font-size: 13px;
    }

    .side-box > div p.box-title
    {
        font-size: 13px;
    }

    .side-box > div h3
    {
        min-height: 36px;
    }

    .side-box.side-box-small > div h3
    {
        min-height: 24px;
    }

    .side-box > img
    {
        width: 120px;
        right: 10px;
    }

    .side-box.side-box-small > img
    {
        width: 100px;
        right: 5px;
    }

    .side-image
    {
        margin-bottom: 20px;
    }

    .side-image .img-caption
    {
        padding: 10px;
        font-size: 11px;
    }

}

@media (min-width: 480px) and (max-width: 767px)
{

    .side-box
    {
        padding-top: 13px;
        max-width: 446px;
        margin-bottom: 20px;
    }

    .side-box > div
    {
        min-height: 120px;
        padding: 13px 140px 13px 13px;
    }

    .side-box > div p
    {
        font-size: 18px;
    }

    .side-box.side-box-small > div p
    {
        font-size: 13px;
    }

    .side-box > div p.box-title
    {
        font-size: 13px;
    }

    .side-box > div h3
    {
        min-height: 36px;
    }

    .side-box > img
    {
        width: 120px;
        right: 10px;
    }

    .side-image
    {
        max-width: 446px;
        margin-bottom: 20px;
    }

    .side-image .img-caption
    {
        padding: 10px;
        font-size: 11px;
    }

}

@media (min-width: 0px) and (max-width: 479px)
{

    .side-box
    {
        padding-top: 10px;
        max-width: 446px;
        margin-bottom: 15px;
    }

    .side-box > div
    {
        min-height: 100px;
        padding: 10px 110px 5px 10px;
    }

    .side-box > div p
    {
        font-size: 16px;
    }

    .side-box.side-box-small > div p
    {
        font-size: 12px;
    }

    .side-box > div p.box-title
    {
        font-size: 12px;
    }

    .side-box > div h3
    {
        min-height: 36px;
        margin: 0 0 6px 0;
    }

    .side-box > img
    {
        width: 100px;
        right: 6px;
    }

    .side-image
    {
        max-width: 446px;
        margin-bottom: 20px;
    }

    .side-image .img-caption
    {
        padding: 8px;
        font-size: 10px;
    }

}




/*//////////////////////////////////////////////////
               Product Category Box
//////////////////////////////////////////////////*/

.product-cat-box
{
    position: relative;
    display: block;
    height: 465px;
    margin-bottom: 30px;
    overflow: hidden;
}

.product-cat-box img
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
}

.product-cat-box > div
{
    position: absolute;
    z-index: 5;
    bottom: -40px;
    left: 0;
    width: 100%;
    background: #4a0025;
    color: #fff;
    text-align: center;
    -webkit-transition: bottom 200ms ease-in-out;
	-moz-transition: bottom 200ms ease-in-out;
	-o-transition: bottom 200ms ease-in-out;
	transition: bottom 200ms ease-in-out;
}

.product-cat-box:hover > div, .product-cat-box:active > div, .product-cat-box:focus > div
{
    bottom: 0;
}

.product-cat-box p
{
    font-weight: 300;
    min-height: 56px;
    margin: 0 20px 20px;
}

.product-cat-box p.product-cat-title
{
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    font-size: 26px;
    min-height: 0;
    margin: 20px 20px 3px;
}

.product-cat-box > div span
{
    display: block;
    width: 100%;
    background: #6e263d;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
}

.product-cat-box > div span i
{
    padding-left: 5px;
}

@media (min-width: 1200px) and (max-width: 1459px)
{

    .product-cat-box
    {
        height: 393px;
    }

    .product-cat-box > div
    {
        bottom: -40px;
    }

    .product-cat-box p
    {
        min-height: 56px;
        margin: 0 15px 15px;
    }

    .product-cat-box p.product-cat-title
    {
        font-size: 24px;
        margin: 15px 15px 3px;
    }

    .product-cat-box > div span
    {
        padding: 10px 20px;
        font-size: 14px;
    }

    .product-cat-box > div span i
    {
        padding-left: 5px;
    }

}

@media (min-width: 992px) and (max-width: 1199px)
{

    .product-cat-box
    {
        height: 355px;
    }

    .product-cat-box > div
    {
        bottom: 0;
    }

    .product-cat-box p
    {
        min-height: 50px;
        margin: 0 12px 12px;
    }

    .product-cat-box p.product-cat-title
    {
        font-size: 21px;
        margin: 12px 12px 2px;
    }

    .product-cat-box > div span
    {
        padding: 6px 12px;
        font-size: 13px;
    }

    .product-cat-box > div span i
    {
        padding-left: 5px;
    }

}

@media (min-width: 768px) and (max-width: 991px)
{

    .product-cat-box
    {
        height: 285px;
    }

    .product-cat-box > div
    {
        bottom: 0;
    }

    .product-cat-box p
    {
        min-height: 46px;
        margin: 0 10px 10px;
    }

    .product-cat-box p.product-cat-title
    {
        font-size: 18px;
        margin: 10px 10px 2px;
    }

    .product-cat-box > div span
    {
        padding: 5px 10px;
        font-size: 12px;
    }

    .product-cat-box > div span i
    {
        padding-left: 4px;
    }

}

@media (min-width: 480px) and (max-width: 767px)
{

    .product-cat-box
    {
        max-width: 450px;
        height: 455px;
        margin: 0 auto 30px;
    }

    .product-cat-box > div
    {
        bottom: 0;
    }

    .product-cat-box p
    {
        min-height: 46px;
        margin: 0 10px 10px;
    }

    .product-cat-box p.product-cat-title
    {
        font-size: 18px;
        margin: 10px 10px 2px;
    }

    .product-cat-box > div span
    {
        padding: 5px 10px;
        font-size: 12px;
    }

    .product-cat-box > div span i
    {
        padding-left: 4px;
    }

}

@media (min-width: 0px) and (max-width: 479px)
{

    .product-cat-box
    {
        max-width: 290px;
        height: 335px;
        margin: 0 auto 30px;
    }

    .product-cat-box > div
    {
        bottom: 0;
    }

    .product-cat-box p
    {
        min-height: 46px;
        margin: 0 10px 10px;
    }

    .product-cat-box p.product-cat-title
    {
        font-size: 18px;
        margin: 10px 10px 2px;
    }

    .product-cat-box > div span
    {
        padding: 5px 10px;
        font-size: 12px;
    }

    .product-cat-box > div span i
    {
        padding-left: 4px;
    }

}




/*//////////////////////////////////////////////////
                   Product Filter
//////////////////////////////////////////////////*/

.product-filter
{
    padding-top: 30px;
}

.product-filter label
{
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    font-size: 20px;
    margin: 0 0 10px;
}

@media (min-width: 1200px) and (max-width: 1459px)
{

    .product-filter
    {
        padding-top: 28px;
    }

    .product-filter label
    {
        font-size: 19px;
        margin: 0 0 9px;
    }

}

@media (min-width: 992px) and (max-width: 1199px)
{

    .product-filter
    {
        padding-top: 25px;
    }

    .product-filter label
    {
        font-size: 18px;
        margin: 0 0 8px;
    }

}

@media (min-width: 768px) and (max-width: 991px)
{

    .product-filter
    {
        padding-top: 22px;
    }

    .product-filter label
    {
        font-size: 17px;
        margin: 0 0 7px;
    }

}

@media (min-width: 480px) and (max-width: 767px)
{

    .product-filter
    {
        padding-top: 22px;
    }

    .product-filter label
    {
        font-size: 17px;
        margin: 0 0 7px;
    }

}

@media (min-width: 0px) and (max-width: 479px)
{

    .product-filter
    {
        padding-top: 20px;
    }

    .product-filter label
    {
        font-size: 16px;
        margin: 0 0 6px;
    }

}




/*//////////////////////////////////////////////////
                   Product Box
//////////////////////////////////////////////////*/

.product-box
{
    position: relative;
    display: block;
    height: 405px;
    margin-bottom: 30px;
    overflow: hidden;
}

.product-box img
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
}

.product-box > div
{
    position: absolute;
    z-index: 5;
    bottom: -40px;
    left: 0;
    width: 100%;
    background: #4a0025;
    color: #fff;
    text-align: center;
    -webkit-transition: bottom 200ms ease-in-out;
	-moz-transition: bottom 200ms ease-in-out;
	-o-transition: bottom 200ms ease-in-out;
	transition: bottom 200ms ease-in-out;
}

.product-box:hover > div, .product-box:active > div, .product-box:focus > div
{
    bottom: 0;
}

    .product-box p {
        font-family: 'EB Garamond', serif;
        font-weight: 400;
        font-size: 26px;
        color: #b9987b;
        margin: 0 20px 20px;
    }

.product-box p.product-title
{
    color: #fff;
    min-height: 72px;
    margin: 20px 20px 3px;
}

.product-box > div span
{
    display: block;
    width: 100%;
    background: #6e263d;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
}

.product-box > div span i
{
    padding-left: 5px;
}

@media (min-width: 1200px) and (max-width: 1459px)
{

    .product-box
    {
        height: 342px;
    }

    .product-box p
    {
        font-size: 24px;
        margin: 0 15px 15px;
    }

    .product-box p.product-title
    {
        min-height: 72px;
        margin: 15px 15px 3px;
    }

    .product-box > div span
    {
        padding: 10px 20px;
        font-size: 14px;
    }

    .product-box > div span i
    {
        padding-left: 5px;
    }

}

@media (min-width: 992px) and (max-width: 1199px)
{

    .product-box
    {
        height: 316px;
    }

    .product-box > div
    {
        bottom: 0;
    }

    .product-box p
    {
        font-size: 21px;
        margin: 0 12px 12px;
    }

    .product-box p.product-title
    {
        min-height: 64px;
        margin: 12px 12px 2px;
    }

    .product-box > div span
    {
        padding: 6px 12px;
        font-size: 13px;
    }

    .product-box > div span i
    {
        padding-left: 5px;
    }

}

@media (min-width: 768px) and (max-width: 991px)
{

    .product-box
    {
        height: 256px;
    }

    .product-box > div
    {
        bottom: 0;
    }

    .product-box p
    {
        font-size: 18px;
        margin: 0 10px 10px;
    }

    .product-box p.product-title
    {
        min-height: 56px;
        margin: 10px 10px 2px;
    }

    .product-box > div span
    {
        padding: 5px 10px;
        font-size: 12px;
    }

    .product-box > div span i
    {
        padding-left: 4px;
    }

}

@media (min-width: 480px) and (max-width: 767px)
{

    .product-box
    {
        max-width: 450px;
        height: 394px;
        margin: 0 auto 30px;
    }

    .product-box > div
    {
        bottom: 0;
    }

    .product-box p
    {
        font-size: 18px;
        margin: 0 10px 10px;
    }

    .product-box p.product-title
    {
        min-height: 64px;
        margin: 10px 10px 2px;
    }

    .product-box > div span
    {
        padding: 5px 10px;
        font-size: 12px;
    }

    .product-box > div span i
    {
        padding-left: 4px;
    }

}

@media (min-width: 0px) and (max-width: 479px)
{

    .product-box
    {
        max-width: 290px;
        height: 295px;
        margin: 0 auto 30px;
    }

    .product-box > div
    {
        bottom: 0;
    }

    .product-box p
    {
        font-size: 18px;
        margin: 0 10px 10px;
    }

    .product-box p.product-title
    {
        min-height: 56px;
        margin: 10px 10px 2px;
    }

    .product-box > div span
    {
        padding: 5px 10px;
        font-size: 12px;
    }

    .product-box > div span i
    {
        padding-left: 4px;
    }

}




/*//////////////////////////////////////////////////
                   Product Page
//////////////////////////////////////////////////*/

.enquiry-section
{
    background: #efe7e3 url(/assets/i/pattern.png) center center repeat;
    padding: 35px 0;
}

.enquiry-section p
{
    color: #14213d;
    font-size: 16px;
    margin: 0;
}

.enquiry-section p.product-price
{
    color: #6e263d;
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 5px;
}

.enquiry-section p.product-price span
{
    display: inline-block;
    padding: 6px 10px 4px;
    margin-left: 10px;
    background: #6e263d;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    border-radius: 2px;
    text-transform: uppercase;
}

.enquiry-section a.standard-btn:link
{
    float: right;
    margin: 12px 0 0;
    background: #6e263d;
}

.enquiry-section a.standard-btn:visited
{
    background: #6e263d;
}

.enquiry-section a.standard-btn:hover
{
    background: #4a0025;
}

.enquiry-section a.standard-btn:active
{
    background: #4a0025;
}

.enquiry-section a.standard-btn:focus
{
    background: #4a0025;
}

.enquiry-section a.standard-btn.ghost-btn:link 
{
    background: rgba(0,0,0,0);
    color: #6e263d;
    border: solid 2px #6e263d;
    border-radius: 0;
    margin-right: 10px;
}

.enquiry-section a.standard-btn.ghost-btn:first-child:link
{
    margin-right: 0px;
}

.enquiry-section a.standard-btn.ghost-btn:visited 
{
    background: rgba(0,0,0,0);
    color: #6e263d;
    border: solid 2px #6e263d;
}

.enquiry-section a.standard-btn.ghost-btn:hover 
{
    background: rgba(0,0,0,.05);
    color: #4a0025;
    border: solid 2px #4a0025;
}

.enquiry-section a.standard-btn.ghost-btn:active 
{
    background: rgba(0,0,0,.05);
    color: #4a0025;
    border: solid 2px #4a0025;
}

.enquiry-section a.standard-btn.ghost-btn:focus {
    background: rgba(0,0,0,.05);
    color: #4a0025;
    border: solid 2px #4a0025;
}

.product-image-slider
{
    background: #efe7e3 url(/assets/i/pattern.png) center center repeat;
    border: solid 1px #eee;
    margin-bottom: 20px;
}

.product-image-slider .bx-wrapper
{
    margin-bottom: 0;
}

.product-image-slider .bx-wrapper .bx-viewport 
{
    background: none;
}

.product-image-slider .bx-wrapper .bx-controls-direction
{
    /* Positioned (not the default static) so .bx-prev/.bx-next's top:50% centers on the image
       row only, not the image+pager row combined now the pager sits below it (see .bx-pager).
       pointer-events:none so this full-box overlay doesn't block clicks through to the
       .gallery-image lightbox link underneath - only the two arrow buttons re-enable it. */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 32px;
    left: 0;
    pointer-events: none;
}

.product-image-slider .bx-wrapper .bx-controls-direction a
{
    pointer-events: auto;
}

.product-image-slider .bx-wrapper .bx-pager
{
    /* Below the slider (in normal flow, after .bx-viewport) instead of overlaid on the image.
       Equal top/bottom padding centers the dots in the row (matches .bx-controls-direction's
       bottom:32px above, which reserves exactly this padding+dot-height as the row's height). */
    position: static;
    text-align: center;
    padding: 10px 5px;
    width: 100%;
    max-width: none;
    background: none;
    overflow: visible;
}

.product-image-slider .bx-wrapper .bx-pager.bx-default-pager a
{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #6e263d;
    opacity: .4;
    box-shadow: none;
    text-indent: 9999px;
}

.product-image-slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .product-image-slider .bx-wrapper .bx-pager.bx-default-pager a.active
{
    /* Vendor CSS's own a:hover/a.active rule sets background:#000 - override it explicitly
       rather than relying on the base rule's #6e263d showing through, since it doesn't (same
       specificity, and this rule is the one that wins for the background property here). */
    background: #6e263d;
    opacity: 1;
}

/* Circular icon buttons instead of the default bxSlider sprite arrows. pointer-events:none/auto
   split explained on .bx-controls-direction above. */
.product-image-slider .bx-wrapper .bx-prev,
.product-image-slider .bx-wrapper .bx-next
{
    top: 50%;
    margin-top: -19px;
    width: 38px;
    height: 38px;
    background: rgba(255,255,255,.85);
    border-radius: 50%;
    box-shadow: 0 1px 5px rgba(0,0,0,.35);
    transition: background-color .2s, box-shadow .2s;
    /* The vendor's text-indent:-9999px (hiding the literal "Prev"/"Next" text) also suppresses
       an absolutely-positioned ::before icon glyph in some browsers - hide the text with
       color:transparent instead so the icon (which sets its own explicit color) still renders. */
    text-indent: 0;
    color: transparent;
}

.product-image-slider .bx-wrapper .bx-prev:hover,
.product-image-slider .bx-wrapper .bx-next:hover
{
    background: #6e263d;
    box-shadow: 0 1px 8px rgba(0,0,0,.5);
}

.product-image-slider .bx-wrapper .bx-prev
{
    left: 14px;
}

.product-image-slider .bx-wrapper .bx-next
{
    right: 14px;
}

.product-image-slider .bx-wrapper .bx-prev:before,
.product-image-slider .bx-wrapper .bx-next:before
{
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 16px;
    line-height: 1;
    color: #6e263d;
    transition: color .2s;
}

.product-image-slider .bx-wrapper .bx-prev:before
{
    content: "\f104";
}

.product-image-slider .bx-wrapper .bx-next:before
{
    content: "\f105";
}

.product-image-slider .bx-wrapper .bx-prev:hover:before,
.product-image-slider .bx-wrapper .bx-next:hover:before
{
    color: #fff;
}

.product-image-slider ul.bxslider li
{
    padding: 0;
}

.product-image-slider ul.bxslider li:before
{
    display: none;
}

.product-image-slider ul.bxslider li .gallery-image
{
    display: block;
    padding: 30px 10px 0;
}

.product-image-slider ul.bxslider li .gallery-image img
{
    margin: 0 auto;
}

/* "Click to enlarge" hint badge - shared by .product-image-slider (ProductPage/InstrumentPage/
   TryBeforeBuyShippingPage) and .side-image (StandardPage), any page with a .gallery-image
   lightbox link. Always visible (not hover-only) so touch users see it too - client ask: make it
   obvious images can be clicked to view bigger. */
.gallery-image-frame
{
    position: relative;
    display: block;
}

.gallery-zoom-hint
{
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: inline-block;
    padding: 6px 14px;
    background: rgba(0,0,0,.65);
    color: #fff;
    font-family: Arial;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    border-radius: 3px;
    white-space: nowrap;
    pointer-events: none;
}

.gallery-zoom-hint .fa
{
    margin-right: 5px;
}

/* "1 / N" image counter, top-right of the image - populated by site.js (bxSlider
   onSliderLoad/onSlideAfter). Shared by .product-image-slider and .side-image. */
.gallery-counter
{
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px 10px;
    background: rgba(0,0,0,.65);
    color: #fff;
    font-family: Arial;
    font-size: 11px;
    font-weight: 700;
    border-radius: 3px;
    pointer-events: none;
    z-index: 10;
}

/* .side-image has no padding on .gallery-image, so the default top/right:10px above already
   lands right at the photo's own top-right corner. .product-image-slider's .gallery-image DOES
   have padding (the picture-frame margin) - .bx-wrapper (which this is positioned against) sizes
   to the whole padded anchor via adaptiveHeight, not just the photo, so top/right:10px alone
   would float the counter into that padding instead of sitting on the photo's corner. Offset by
   the padding-top/padding-right (+10px inset, matching the "Click to enlarge" badge's own inset)
   at each breakpoint that varies them below. */
.product-image-slider .gallery-counter
{
    top: 40px;
    right: 20px;
}

.quick-view-container {
	background: rgba(10,10,10,0.85);
}

.quick-view-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	max-width: 980px;
	max-height: 650px;
}

.quick-view-carousel {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
}

.quick-view-carousel .fancybox-stage {
	bottom: 30px;
}

/* Custom zoom button (site.js wires this to scaleToActual/scaleToFit - the same toggle the
   built-in click-the-image-to-zoom gesture uses) - sits directly left of .quick-view-close,
   matching its size/positioning so the two sit in a row along the top-right corner. */
.quick-view-zoom {
	position: absolute;
	z-index: 100000;
	top: 0;
	right: 44px;
	width: 44px;
	height: 44px;
	background: #F0F0F0;
	padding: 0;
	margin: 0;
	border: 0;
	cursor: pointer;
	font-size: 16px;
	color: #6e263d;
	transition: all .2s;
}

.quick-view-zoom:hover {
	background: #e4e4e4;
}

.quick-view-close {
	position: absolute;
    z-index:100000;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	background: #F0F0F0;
	padding: 0;
	margin: 0;
	border: 0;
	cursor: pointer;
	font-family: Arial;
	font-size: 14px;
	color: #222;
	text-indent: -99999px;
	transition: all .2s;
}

.quick-view-close:hover {
	background: #e4e4e4;
}

.quick-view-close::before,
.quick-view-close::after {
	content: '';
	position: absolute;
	top: 12px;
	left: 22px;
	width: 1px;
	height: 18px;
	background-color: #222;
}

.quick-view-close:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.quick-view-close:after {
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.quick-view-bullets {
	list-style: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	z-index: 99999;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.quick-view-bullets li {
	display: inline-block;
	vertical-align: top;
    padding: 0;
}

.quick-view-bullets li:before {
	display: none;
}

.quick-view-bullets li a {
	display: block;
	height: 30px;
	width: 20px;
	position: relative;
}

.quick-view-bullets li a span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 10px;
	height: 10px;
	border-radius: 99px;
	text-indent: -99999px;
	overflow: hidden;
	background: #d4d2d2;

}

.quick-view-bullets li.active a span {
	background: #6e263d;
}

.product-cart-box
{
    padding: 0 10px 20px;
    background: #efe7e3 url(/assets/i/pattern.png) center center repeat;
    border: solid 1px #eee;
    border-top: none;
    margin-top: -21px;
    margin-bottom: 20px;
}

.product-cart-box .product-options-panel
{
    width: 100%;
    padding: 0 60% 25px 0;
    margin-bottom: 25px;
    border-bottom: solid 1px #bbb8b3;
}

.product-cart-box .product-options-panel label
{
    display: block;
	font-size: 18px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 5px;
}

.product-cart-box .product-options-panel label:first-child
{
	margin-top: 0;
}

.product-cart-box .product-options-panel .product-options-ddl
{
    position: relative;
}

.product-cart-box .product-options-panel .product-options-ddl:before
{
    position: absolute;
    z-index: 5;
    top: 8px;
	right: 7px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 22px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f0d7";
    color: #d5d3ce;
    background: none;
    padding: 2px 10px;
    pointer-events: none;
}

.product-cart-box .product-options-panel .product-options-ddl select
{
	display: block;
	width: 100%;
    background: #fff;
	border: solid 1px #ccc;
	border-radius: 0;
	-webkit-appearance: none;
    -moz-appearance: none;
	padding: 7px 10px;
	font-size: 18px;
    position: relative;
}

.product-cart-box .product-options-panel .product-options-ddl select:focus
{
	border: solid 1px #ccc;
	border-radius: 0px;
	-webkit-appearance: none;
	outline: none;
}

.product-cart-box .product-options-panel .product-options-ddl select::-ms-expand 
{ 
    display: none;
}

.product-cart-box .add-to-cart-panel
{
    overflow: hidden;
    text-align: left;
}

.product-cart-box .add-to-cart-panel #product-quantity
{
    border: solid 1px #ccc;
    padding: 14px 12px 11px;
    font-size: 18px;
	font-weight: 600;
    text-align: center;
    width: 80px;
    margin: 0 5px 0 0;
    outline: none;
    vertical-align: top;
}

/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
input[type="number"] {
    -moz-appearance: textfield;
}

.product-cart-box .add-to-cart-panel .snipcart-add-item:link
{
    margin: 0;
    background: #6e263d;
}

.product-cart-box .add-to-cart-panel .snipcart-add-item:visited
{
    background: #6e263d;
}

.product-cart-box .add-to-cart-panel .snipcart-add-item:hover
{
    background: #4a0025;
}

.product-cart-box .add-to-cart-panel .snipcart-add-item:active
{
    background: #4a0025;
}

.product-cart-box .add-to-cart-panel .snipcart-add-item:focus
{
    background: #4a0025;
}

@media (min-width: 1200px) and (max-width: 1459px)
{

    .enquiry-section
    {
        padding: 30px 0;
    }

    .enquiry-section p
    {
        font-size: 15px;
    }

    .enquiry-section p.product-price
    {
        font-size: 45px;
        margin-bottom: 5px;
    }

    .enquiry-section p.product-price span
    {
        padding: 6px 9px 4px;
        margin-left: 9px;
        font-size: 10px;
    }

    .enquiry-section a.standard-btn:link
    {
        margin: 11px 0 0;
    }

    .product-image-slider
    {
        margin-bottom: 20px;
    }

    .product-image-slider ul.bxslider li .gallery-image
    {
        padding: 25px 10px 0;
    }

    .product-image-slider .gallery-counter
    {
        top: 35px;
    }

    .product-cart-box .product-options-panel
    {
        padding-right: 55%;
    }

    .product-cart-box .product-options-panel label
    {
	    font-size: 17px;
	    margin-top: 18px;
	    margin-bottom: 4px;
    }

    .product-cart-box .product-options-panel .product-options-ddl:before
    {
        font-size: 20px;
    }

    .product-cart-box .product-options-panel .product-options-ddl select
    {
	    padding: 7px 10px;
	    font-size: 17px;
    }

    .product-cart-box .add-to-cart-panel #product-quantity
    {
        padding: 12px 10px 9px;
        font-size: 17px;
        width: 75px;
    }

}

@media (min-width: 992px) and (max-width: 1199px)
{

    .enquiry-section
    {
        padding: 25px 0;
    }

    .enquiry-section p
    {
        font-size: 14px;
    }

    .enquiry-section p.product-price
    {
        font-size: 40px;
        margin-bottom: 4px;
    }

    .enquiry-section p.product-price span
    {
        padding: 5px 8px 3px;
        margin-left: 8px;
        font-size: 9px;
    }

    .enquiry-section a.standard-btn:link
    {
        margin: 11px 0 0;
    }

    .product-image-slider
    {
        margin-bottom: 18px;
    }

    .product-image-slider ul.bxslider li .gallery-image
    {
        padding: 22px 10px 0;
    }

    .product-image-slider .gallery-counter
    {
        top: 32px;
    }

    .product-cart-box
    {
        padding: 0 10px 18px;
        margin-top: -19px;
        margin-bottom: 18px;
    }

    .product-cart-box .product-options-panel
    {
        padding: 0 50% 20px 0;
        margin-bottom: 20px;
    }

    .product-cart-box .product-options-panel label
    {
	    font-size: 16px;
	    margin-top: 17px;
	    margin-bottom: 4px;
    }

    .product-cart-box .product-options-panel .product-options-ddl:before
    {
        top: 7px;
	    right: 4px;
        font-size: 20px;
        padding: 2px 10px;
    }

    .product-cart-box .product-options-panel .product-options-ddl select
    {
	    padding: 6px 8px;
	    font-size: 16px;
    }

    .product-cart-box .add-to-cart-panel #product-quantity
    {
        padding: 10px 10px 8px;
        font-size: 16px;
        width: 70px;
    }

}

@media (min-width: 768px) and (max-width: 991px)
{

    .enquiry-section
    {
        padding: 20px 0;
    }

    .enquiry-section p
    {
        font-size: 13px;
    }

    .enquiry-section p.product-price
    {
        font-size: 35px;
        margin-bottom: 3px;
    }

    .enquiry-section p.product-price span
    {
        padding: 5px 8px 3px;
        margin-left: 7px;
        font-size: 8px;
    }

    .enquiry-section a.standard-btn:link
    {
        margin: 9px 0 0;
    }

    .product-image-slider
    {
        margin-bottom: 15px;
    }

    .product-image-slider ul.bxslider li .gallery-image
    {
        padding: 20px 8px 0;
    }

    .product-image-slider .gallery-counter
    {
        top: 30px;
        right: 18px;
    }

    .product-cart-box
    {
        padding: 0 8px 15px;
        margin-top: -16px;
        margin-bottom: 15px;
    }

    .product-cart-box .product-options-panel
    {
        padding: 0 30% 15px 0;
        margin-bottom: 15px;
    }

    .product-cart-box .product-options-panel label
    {
	    font-size: 15px;
	    margin-top: 15px;
	    margin-bottom: 3px;
    }

    .product-cart-box .product-options-panel .product-options-ddl:before
    {
        top: 7px;
	    right: 4px;
        font-size: 18px;
        padding: 2px 10px;
    }

    .product-cart-box .product-options-panel .product-options-ddl select
    {
	    padding: 6px 8px;
	    font-size: 15px;
    }

    .product-cart-box .add-to-cart-panel #product-quantity
    {
        padding: 9px 8px 6px;
        font-size: 15px;
        width: 60px;
    }

}

@media (min-width: 480px) and (max-width: 767px)
{

    .enquiry-section
    {
        padding: 20px 0;
    }

    .enquiry-section p
    {
        font-size: 13px;
    }

    .enquiry-section p.product-price
    {
        font-size: 35px;
        margin-bottom: 3px;
    }

    .enquiry-section p.product-price span
    {
        padding: 5px 8px 3px;
        margin-left: 7px;
        font-size: 8px;
    }

    .enquiry-section a.standard-btn:link
    {
        float: none;
        margin: 12px 0 0;
    }

    .product-image-slider
    {
        margin-bottom: 25px;
    }

    .product-image-slider ul.bxslider li .gallery-image
    {
        padding: 20px 8px 0;
    }

    .product-image-slider .gallery-counter
    {
        top: 30px;
        right: 18px;
    }

    .product-cart-box
    {
        padding: 0 8px 15px;
        margin-top: -26px;
        margin-bottom: 25px;
    }

    .product-cart-box .product-options-panel
    {
        padding: 0 30% 15px 0;
        margin-bottom: 15px;
    }

    .product-cart-box .product-options-panel label
    {
	    font-size: 15px;
	    margin-top: 15px;
	    margin-bottom: 3px;
    }

    .product-cart-box .product-options-panel .product-options-ddl:before
    {
        top: 7px;
	    right: 4px;
        font-size: 18px;
        padding: 2px 10px;
    }

    .product-cart-box .product-options-panel .product-options-ddl select
    {
	    padding: 6px 8px;
	    font-size: 15px;
    }

    .product-cart-box .add-to-cart-panel #product-quantity
    {
        padding: 9px 8px 6px;
        font-size: 15px;
        width: 60px;
    }

}

@media (min-width: 0px) and (max-width: 479px)
{

    .enquiry-section
    {
        padding: 15px 0;
    }

    .enquiry-section p
    {
        font-size: 12px;
    }

    .enquiry-section p.product-price
    {
        font-size: 30px;
        margin-bottom: 3px;
    }

    .enquiry-section p.product-price span
    {
        padding: 4px 7px 3px;
        margin-left: 6px;
        font-size: 7px;
    }

    .enquiry-section a.standard-btn:link
    {
        float: none;
        margin: 10px 0 0;
    }

    .product-image-slider
    {
        margin-bottom: 20px;
    }

    .product-image-slider ul.bxslider li .gallery-image
    {
        padding: 15px 6px 0;
    }

    .product-image-slider .gallery-counter
    {
        top: 25px;
        right: 16px;
    }

    .product-cart-box
    {
        padding: 0 6px 14px;
        margin-top: -21px;
        margin-bottom: 20px;
    }

    .product-cart-box .product-options-panel
    {
        padding: 0 20% 15px 0;
        margin-bottom: 15px;
    }

    .product-cart-box .product-options-panel label
    {
	    font-size: 14px;
	    margin-top: 13px;
	    margin-bottom: 2px;
    }

    .product-cart-box .product-options-panel .product-options-ddl:before
    {
        top: 7px;
	    right: 4px;
        font-size: 18px;
        padding: 2px 10px;
    }

    .product-cart-box .product-options-panel .product-options-ddl select
    {
	    padding: 5px 7px;
	    font-size: 14px;
    }

    .product-cart-box .add-to-cart-panel #product-quantity
    {
        padding: 8px 7px 5px;
        font-size: 14px;
        width: 60px;
    }

}




/*//////////////////////////////////////////////////
              Try Before Buy Page
//////////////////////////////////////////////////*/

.product-try-title
{
    background: #efe7e3 url(/assets/i/pattern.png) center center repeat;
    border: solid 1px #eee;
    border-bottom: none;
    margin-bottom: -1px;
    padding: 25px 10px 0;
}

.product-try-title h3
{
    margin: 0;
}

.shipping-price
{
    font-size: 30px;
    margin: 0 0 5px
}

@media (min-width: 1200px) and (max-width: 1459px)
{

    .product-try-title
    {
        padding: 22px 10px 0;
    }

    .shipping-price
    {
        font-size: 28px;
    }

}

@media (min-width: 992px) and (max-width: 1199px)
{

    .product-try-title
    {
        padding: 20px 10px 0;
    }

    .shipping-price
    {
        font-size: 26px;
    }

}

@media (min-width: 768px) and (max-width: 991px)
{

    .product-try-title
    {
        padding: 18px 8px 0;
    }

    .shipping-price
    {
        font-size: 24px;
        margin: 0 0 3px
    }

}

@media (min-width: 480px) and (max-width: 767px)
{

    .product-try-title
    {
        padding: 18px 8px 0;
    }

    .shipping-price
    {
        font-size: 24px;
        margin: 0 0 3px
    }

}

@media (min-width: 0px) and (max-width: 479px)
{

    .product-try-title
    {
        padding: 15px 6px 0;
    }

    .shipping-price
    {
        font-size: 20px;
        margin: 0 0 3px
    }

}




/*//////////////////////////////////////////////////
                   Profile Page
//////////////////////////////////////////////////*/

.profile-section
{
    position: relative;
    padding-bottom: 80px;
    margin-bottom: 80px;
}

.profile-section:last-child
{
    padding-bottom: 0;
    margin-bottom: 0;
}

.profile-section:before 
{
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: -moz-linear-gradient(left, rgba(185,152,123,0) 0%, rgba(185,152,123,1) 30%, rgba(185,152,123,1) 50%, rgba(185,152,123,1) 70%, rgba(185,152,123,0) 100%);
    background: -webkit-linear-gradient(left, rgba(185,152,123,0) 0%,rgba(185,152,123,1) 30%,rgba(185,152,123,1) 50%,rgba(185,152,123,1) 70%,rgba(185,152,123,0) 100%);
    background: linear-gradient(to right, rgba(185,152,123,0) 0%,rgba(185,152,123,1) 30%,rgba(185,152,123,1) 50%,rgba(185,152,123,1) 70%,rgba(185,152,123,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b9987b', endColorstr='#00b9987b',GradientType=1 );
}

.profile-section:last-child:before
{
    display: none;
}

.profile-section:after 
{
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    width: 24px;
    height: 1px;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.profile-section:last-child:after
{
    display: none;
}

.profile-section > span
{
    position: absolute;
    z-index: 5;
    bottom: -8px;
    left: 50%;
    width: 18px;
    height: 18px;
    background: #4a0025;
    border: solid 3px #fff;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.profile-section:last-child > span
{
    display: none;
}

.profile-section h2
{
    margin-top: 0;
}

@media (min-width: 1200px) and (max-width: 1459px)
{

    .profile-section
    {
        padding-bottom: 60px;
        margin-bottom: 70px;
    }

    .profile-section:after 
    {
        width: 22px;
        height: 1px;
    }

    .profile-section > span
    {
        bottom: -8px;
        width: 17px;
        height: 17px;
    }

}

@media (min-width: 992px) and (max-width: 1199px)
{

    .profile-section
    {
        padding-bottom: 50px;
        margin-bottom: 60px;
    }

    .profile-section:after 
    {
        width: 20px;
        height: 1px;
    }

    .profile-section > span
    {
        bottom: -7px;
        width: 15px;
        height: 15px;
    }

}

@media (min-width: 768px) and (max-width: 991px)
{

    .profile-section
    {
        padding-bottom: 50px;
        margin-bottom: 60px;
    }

    .profile-section:after 
    {
        width: 20px;
        height: 1px;
    }

    .profile-section > span
    {
        bottom: -7px;
        width: 15px;
        height: 15px;
    }

}

@media (min-width: 480px) and (max-width: 767px)
{

    .profile-section
    {
        padding-bottom: 40px;
        margin-bottom: 50px;
    }

    .profile-section:after 
    {
        width: 20px;
        height: 1px;
    }

    .profile-section img
    {
        margin-bottom: 30px;
    }

    .profile-section > span
    {
        bottom: -7px;
        width: 15px;
        height: 15px;
    }

}

@media (min-width: 0px) and (max-width: 479px)
{

    .profile-section
    {
        padding-bottom: 30px;
        margin-bottom: 40px;
    }

    .profile-section:after 
    {
        width: 16px;
        height: 1px;
    }

    .profile-section img
    {
        margin-bottom: 30px;
    }

    .profile-section > span
    {
        bottom: -6px;
        width: 13px;
        height: 13px;
    }

}




/*//////////////////////////////////////////////////
                   News Overview
//////////////////////////////////////////////////*/

.news-overview-page > .container > .row
{
    position: relative;
    margin: 0 -30px;
}

.news-overview-page > .container > .row:before
{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 66.666666%;
    width: 1px;
    height: 100%;
    background: #eee;
}

.news-overview-page > .container > .row > div
{
    padding: 0 30px;
}

.news-overview-page p.news-filter-text
{
    font-size: 18px;
    line-height: 1.2;
    padding: 15px 0;
    min-height: 75px;
    margin: 0;
}

.news-overview-page p.news-filter-text span
{
    display: inline-block;
    padding: 0 15px;
    border-left: solid 1px #000000;
}

.news-overview-page p.news-filter-text span:first-child
{
    padding-left: 0;
    border-left: none;
}

.news-overview-page p.news-filter-text a
{
    font-size: 14px;
}

.featured-news-item
{
    display: block;
    margin-bottom: 30px;
}

.featured-news-item p
{
    color: #000000;
    margin: 0;
}

.featured-news-item:link p.featured-news-title
{
    color: #000000;
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    font-size: 36px;
    margin: 10px 0 15px;
    -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
}

.featured-news-item:visited p.featured-news-title
{
    color: #000000;
}

.featured-news-item:hover p.featured-news-title
{
    color: #b9987b;
}

.featured-news-item:active p.featured-news-title
{
    color: #b9987b;
}

.featured-news-item:focus p.featured-news-title
{
    color: #b9987b;
}

.featured-news-item img
{
    margin-bottom: 15px;
}

.news-overview-page > .container > .row > div > .row > div:nth-child(2n+1)
{
    clear: left
}

.news-item
{
    display: block;
    margin-bottom: 30px;
}

.news-item img
{
    margin-bottom: 15px;
}

.news-item p
{
    color: #000000;
    margin: 0;
}

.news-item:link p.news-item-title
{
    color: #000000;
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.2;
    -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
}

.news-item:visited p.news-item-title
{
    color: #000000;
}

.news-item:hover p.news-item-title
{
    color: #b9987b;
}

.news-item:active p.news-item-title
{
    color: #b9987b;
}

.news-item:focus p.news-item-title
{
    color: #b9987b;
}

.news-item p.news-item-date
{
    color: #b9987b;
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    font-size: 14px;
    margin: 5px 0 15px;
}

.news-overview-page .no-news > div
{
    padding: 100px 0;
    text-align: center;
}

.news-overview-page .no-news > div p
{
    font-size: 50px;
    font-weight: 700;
}

.news-filter
{
    background: #efe7e3 url(/assets/i/pattern.png) center center repeat;
    border: solid 1px #eee;
    padding: 20px 20px 25px;
    margin: 75px 0 35px;
}

.news-filter label
{
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    font-size: 18px;
    margin: 20px 0 8px;
}

.news-filter label:first-child
{
    margin-top: 0;
}

.news-filter div.news-filter-ddl
{
    position: relative;
}

.news-filter div.news-filter-ddl:before
{
    position: absolute;
    z-index: 5;
    top: 10px;
	right: 7px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f0d7";
    color: #000000;
    background: none;
    padding: 2px 10px;
    pointer-events: none;
}

.news-filter div.news-filter-ddl select
{
	display: block;
	width: 100%;
    background: #fff;
	border: solid 1px #ccc;
	border-radius: 0;
	-webkit-appearance: none;
    -moz-appearance: none;
	padding: 10px 10px 11px;
	font-size: 18px;
    position: relative;
}

.news-filter div.news-filter-ddl select:focus
{
	border: solid 1px #ccc;
	border-radius: 0px;
	-webkit-appearance: none;
	outline: none;
}

.news-filter div.news-filter-ddl select::-ms-expand 
{ 
    display: none;
}

.popular-news-section > p
{
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    font-size: 26px;
    margin: 0 0 25px;
}

.popular-news-section .popular-news-item
{
    display: block;
    border-bottom: solid 1px #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.popular-news-section .popular-news-item p
{
    color: #000000;
    font-size: 16px;
    margin: 0;
}

.popular-news-section .popular-news-item:link p.popular-news-title
{
    color: #000000;
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 3px;
}

.popular-news-section .popular-news-item:visited p.popular-news-title
{
    color: #000000;
}

.popular-news-section .popular-news-item:hover p.popular-news-title
{
    color: #b9987b;
}

.popular-news-section .popular-news-item:active p.popular-news-title
{
    color: #b9987b;
}

.popular-news-section .popular-news-item:focus p.popular-news-title
{
    color: #b9987b;
}

.popular-news-section .popular-news-item p.popular-news-date
{
    color: #b9987b;
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
}

@media (min-width: 1200px) and (max-width: 1459px)
{

    .news-overview-page > .container > .row
    {
        margin: 0 -20px;
    }

    .news-overview-page > .container > .row > div
    {
        padding: 0 20px;
    }

    .news-overview-page p.news-filter-text
    {
        font-size: 17px;
        padding: 12px 0;
        min-height: 63px;
    }

    .news-overview-page p.news-filter-text span
    {
        padding: 0 15px;
    }

    .news-overview-page p.news-filter-text a
    {
        font-size: 14px;
    }

    .featured-news-item:link p.featured-news-title
    {
        font-size: 30px;
        margin: 8px 0 13px;
    }

    .featured-news-item img
    {
        margin-bottom: 13px;
    }

    .news-item img
    {
        margin-bottom: 13px;
    }

    .news-item:link p.news-item-title
    {
        font-size: 24px;
    }

    .news-item p.news-item-date
    {
        font-size: 13px;
        margin: 5px 0 15px;
    }

    .news-overview-page .no-news > div
    {
        padding: 80px 0;
    }

    .news-overview-page .no-news > div p
    {
        font-size: 45px;
    }

    .news-filter
    {
        padding: 18px 18px 23px;
        margin: 63px 0 25px;
    }

    .news-filter label
    {
        font-size: 17px;
        margin: 18px 0 7px;
    }

    .news-filter div.news-filter-ddl:before
    {
        font-size: 22px;
        padding: 2px 8px;
    }

    .news-filter div.news-filter-ddl select
    {
	    padding: 9px 9px 10px;
	    font-size: 17px;
    }

    .popular-news-section > p
    {
        font-size: 24px;
        margin: 0 0 22px;
    }

    .popular-news-section .popular-news-item
    {
        padding-bottom: 18px;
        margin-bottom: 18px;
    }

    .popular-news-section .popular-news-item p
    {
        font-size: 15px;
    }

    .popular-news-section .popular-news-item:link p.popular-news-title
    {
        font-size: 19px;
    }

    .popular-news-section .popular-news-item p.popular-news-date
    {
        font-size: 13px;
        margin-bottom: 9px;
    }

}

@media (min-width: 992px) and (max-width: 1199px)
{

    .news-overview-page > .container > .row
    {
        margin: 0 -15px;
    }

    .news-overview-page > .container > .row > div
    {
        padding: 0 15px;
    }

    .news-overview-page p.news-filter-text
    {
        font-size: 16px;
        padding: 9px 0;
        min-height: 57px;
    }

    .news-overview-page p.news-filter-text span
    {
        padding: 0 15px;
    }

    .news-overview-page p.news-filter-text a
    {
        font-size: 14px;
    }

    .featured-news-item:link p.featured-news-title
    {
        font-size: 26px;
        margin: 8px 0 13px;
    }

    .featured-news-item img
    {
        margin-bottom: 11px;
    }

    .news-item img
    {
        margin-bottom: 11px;
    }

    .news-item:link p.news-item-title
    {
        font-size: 20px;
    }

    .news-item p.news-item-date
    {
        font-size: 12px;
        margin: 5px 0 15px;
    }

    .news-overview-page .no-news > div
    {
        padding: 70px 0;
    }

    .news-overview-page .no-news > div p
    {
        font-size: 40px;
    }

    .news-filter
    {
        padding: 15px 15px 20px;
        margin: 57px 0 20px;
    }

    .news-filter label
    {
        font-size: 16px;
        margin: 16px 0 6px;
    }

    .news-filter div.news-filter-ddl:before
    {
        top: 8px;
	    right: 6px;
        font-size: 20px;
        padding: 2px 8px;
    }

    .news-filter div.news-filter-ddl select
    {
	    padding: 8px;
	    font-size: 16px;
    }

    .popular-news-section > p
    {
        font-size: 22px;
        margin: 0 0 15px;
    }

    .popular-news-section .popular-news-item
    {
        padding-bottom: 18px;
        margin-bottom: 18px;
    }

    .popular-news-section .popular-news-item p
    {
        font-size: 14px;
    }

    .popular-news-section .popular-news-item:link p.popular-news-title
    {
        font-size: 18px;
    }

    .popular-news-section .popular-news-item p.popular-news-date
    {
        font-size: 12px;
        margin-bottom: 8px;
    }

}

@media (min-width: 768px) and (max-width: 991px)
{

    .news-overview-page > .container > .row
    {
        margin: 0 -15px;
    }

    .news-overview-page > .container > .row > div
    {
        padding: 0 15px;
    }

    .news-overview-page p.news-filter-text
    {
        font-size: 15px;
        padding: 4px 0;
        min-height: 44px;
    }

    .news-overview-page p.news-filter-text span
    {
        padding: 0 10px;
    }

    .news-overview-page p.news-filter-text a
    {
        font-size: 13px;
    }

    .featured-news-item:link p.featured-news-title
    {
        font-size: 20px;
        margin: 6px 0 10px;
    }

    .featured-news-item img
    {
        margin-bottom: 11px;
    }

    .news-item 
    {
        margin-bottom: 20px;
    }

    .news-item img
    {
        margin-bottom: 11px;
    }

    .news-item:link p.news-item-title
    {
        font-size: 18px;
    }

    .news-item p.news-item-date
    {
        font-size: 11px;
        margin: 4px 0 13px;
    }

    .news-overview-page .no-news > div
    {
        padding: 60px 0;
    }

    .news-overview-page .no-news > div p
    {
        font-size: 35px;
    }

    .news-filter
    {
        padding: 12px 12px 17px;
        margin: 44px 0 20px;
    }

    .news-filter label
    {
        font-size: 15px;
        margin: 14px 0 5px;
    }

    .news-filter div.news-filter-ddl:before
    {
        top: 8px;
	    right: 6px;
        font-size: 18px;
        padding: 2px 8px;
    }

    .news-filter div.news-filter-ddl select
    {
	    padding: 7px;
	    font-size: 15px;
    }

    .popular-news-section > p
    {
        font-size: 20px;
        margin: 0 0 13px;
    }

    .popular-news-section .popular-news-item
    {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .popular-news-section .popular-news-item p
    {
        font-size: 13px;
    }

    .popular-news-section .popular-news-item:link p.popular-news-title
    {
        font-size: 17px;
    }

    .popular-news-section .popular-news-item p.popular-news-date
    {
        font-size: 11px;
        margin-bottom: 7px;
    }

}

@media (min-width: 480px) and (max-width: 767px)
{

    .news-overview-page > .container > .row
    {
        margin: 0 -15px;
    }

    .news-overview-page > .container > .row:before
    {
        display: none;
    }

    .news-overview-page > .container > .row > div
    {
        padding: 0 15px;
    }

    .news-overview-page p.news-filter-text
    {
        font-size: 15px;
        padding: 4px 0;
        min-height: 0;
    }

    .news-overview-page p.news-filter-text span
    {
        padding: 0 10px;
    }

    .news-overview-page p.news-filter-text a
    {
        font-size: 13px;
    }

    .featured-news-item:link p.featured-news-title
    {
        font-size: 20px;
        margin: 0 0 10px;
    }

    .featured-news-item img
    {
        margin-bottom: 11px;
    }

    .news-grid > div
    {
        width: 50%;
    }

    .news-grid > div.no-news
    {
        width: 100%;
    }

    .news-item 
    {
        margin-bottom: 20px;
    }

    .news-item img
    {
        margin-bottom: 11px;
    }

    .news-item:link p.news-item-title
    {
        font-size: 18px;
    }

    .news-item p.news-item-date
    {
        font-size: 11px;
        margin: 4px 0 13px;
    }

    .news-overview-page .no-news > div
    {
        padding: 70px 0;
    }

    .news-overview-page .no-news > div p
    {
        font-size: 40px;
    }

    .news-filter
    {
        padding: 12px 12px 17px;
        margin: 15px 0 20px;
    }

    .news-filter label
    {
        font-size: 15px;
        margin: 14px 0 5px;
    }

    .news-filter div.news-filter-ddl:before
    {
        top: 8px;
	    right: 6px;
        font-size: 18px;
        padding: 2px 8px;
    }

    .news-filter div.news-filter-ddl select
    {
	    padding: 7px;
	    font-size: 15px;
    }

    .popular-news-section > p
    {
        font-size: 20px;
        margin: 0 0 13px;
    }

    .popular-news-section .popular-news-item
    {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .popular-news-section .popular-news-item p
    {
        font-size: 13px;
    }

    .popular-news-section .popular-news-item:link p.popular-news-title
    {
        font-size: 17px;
    }

    .popular-news-section .popular-news-item p.popular-news-date
    {
        font-size: 11px;
        margin-bottom: 7px;
    }

}

@media (min-width: 0px) and (max-width: 479px)
{

    .news-overview-page > .container > .row
    {
        margin: 0 -15px;
    }

    .news-overview-page > .container > .row:before
    {
        display: none;
    }

    .news-overview-page > .container > .row > div
    {
        padding: 0 15px;
    }

    .news-overview-page p.news-filter-text
    {
        font-size: 14px;
        padding: 0 0 5px;
        min-height: 0;
    }

    .news-overview-page p.news-filter-text span
    {
        padding: 0 10px;
    }

    .news-overview-page p.news-filter-text a
    {
        font-size: 12px;
    }

    .featured-news-item:link p.featured-news-title
    {
        font-size: 18px;
        margin: 0 0 8px;
    }

    .featured-news-item img
    {
        margin-bottom: 8px;
    }

    .news-item 
    {
        margin-bottom: 15px;
    }

    .news-item img
    {
        margin-bottom: 8px;
    }

    .news-item:link p.news-item-title
    {
        font-size: 16px;
    }

    .news-item p.news-item-date
    {
        font-size: 10px;
        margin: 3px 0 11px;
    }

    .news-overview-page .no-news > div
    {
        padding: 40px 0;
    }

    .news-overview-page .no-news > div p
    {
        font-size: 25px;
    }

    .news-filter
    {
        padding: 12px 12px 17px;
        margin: 15px 0 20px;
    }

    .news-filter label
    {
        font-size: 15px;
        margin: 14px 0 5px;
    }

    .news-filter div.news-filter-ddl:before
    {
        top: 8px;
	    right: 6px;
        font-size: 18px;
        padding: 2px 8px;
    }

    .news-filter div.news-filter-ddl select
    {
	    padding: 7px;
	    font-size: 15px;
    }

    .popular-news-section > p
    {
        font-size: 20px;
        margin: 0 0 13px;
    }

    .popular-news-section .popular-news-item
    {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .popular-news-section .popular-news-item p
    {
        font-size: 13px;
    }

    .popular-news-section .popular-news-item:link p.popular-news-title
    {
        font-size: 17px;
    }

    .popular-news-section .popular-news-item p.popular-news-date
    {
        font-size: 11px;
        margin-bottom: 7px;
    }

}




/*/////////////////////////////////////////////////
                   Pagination
/////////////////////////////////////////////////*/

.pagination
{
    margin-bottom: 30px;
}

.pagination ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.pagination ul li
{
    display: block;
    float: left;
    border: solid 1px #eee;
    border-left: none;
    padding: 0;
}

.pagination ul li:before
{
    display: none;
}

.pagination ul li:first-child
{
    border: solid 1px #eee;
    border-left: solid 1px #eee;
}

.pagination ul li a
{
    display: block;
    padding: 8px 0;
    width: 45px;
    text-align: center;
}

.pagination ul li span
{
    display: block;
    padding: 8px 0;
    width: 45px;
    text-align: center;
    color: #999;
}

.pagination ul li span.current
{
    background: #b9987b;
    color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) 
{

    .pagination
    {
        margin-bottom: 25px;
    }

}

@media (min-width: 768px) and (max-width: 991px) 
{

    .pagination
    {
        margin-bottom: 15px;
    }

}

@media (min-width: 480px) and (max-width: 767px)
{

    .pagination
    {
        margin-bottom: 15px;
    }

}

@media (min-width: 0px) and (max-width: 479px)
{

    .pagination
    {
        margin-bottom: 15px;
    }

    .pagination ul li a, .pagination ul li span
    {
        padding: 6px 0;
        width: 32px;
    }

    .pagination ul li span.page-ellipsis
    {
        padding: 6px 0;
        width: 24px;
    }

}

/* for paging to fit on iphone 5 */
@media (min-width: 0px) and (max-width: 355px) 
{

    .pagination ul li a, .pagination ul li span
    {
        padding: 4px 0;
        width: 27px;
        font-size: 14px;
    }

    .pagination ul li span.page-ellipsis
    {
        padding: 4px 0;
        width: 23px;
    }

}




/*//////////////////////////////////////////////////
                    News Page
//////////////////////////////////////////////////*/

.page-content.news-page h1
{
    color: #000000;
    font-size: 36px;
    margin: 0 0 2px;
}

.news-date
{
    color: #b9987b;
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
}

.news-image
{
    margin-bottom: 15px;
}

.news-image > p
{
    padding: 12px 0;
    color: #7a7a7a;
    font-size: 14px;
    line-height: 1.2;
    text-align: right;
}

.news-prev-next
{
    position: relative;
    overflow: hidden;
    border-top: solid 3px #f1eee9;
    border-bottom: solid 3px #f1eee9;
    margin-bottom: 20px;
}

.news-prev-next:before
{
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: #f1eee9;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.news-prev-next > div
{
    position: relative;
    z-index: 1;
    float: left;
    width: 50%;
}

.news-prev-next > div.news-next
{
    text-align: right;
}

.news-prev-next > div a:link
{
    display: block;
    padding: 20px 15px;
    background: #efe7e3;
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #6e263d;
    -webkit-transition: background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}

.news-prev-next > div a:visited
{
    background: #efe7e3;
    color: #6e263d;
}

.news-prev-next > div a:hover
{
    background: #e5e5e2;
    color: #6e263d;
}

.news-prev-next > div a:active
{
    background: #e5e5e2;
    color: #6e263d;
}

.news-prev-next > div a:focus
{
    background: #e5e5e2;
    color: #6e263d;
}

.news-prev-next > div span
{
    display: block;
    padding: 20px 15px;
    background: #efe7e3;
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #888;
    -webkit-transition: background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}

.news-prev-next > div i
{
    font-size: 20px;
    margin-right: 15px;
    vertical-align: text-bottom;
}

.news-prev-next > div.news-next i
{
    margin-right: 0;
    margin-left: 15px;
}

@media (min-width: 1200px) and (max-width: 1459px)
{

    .page-content.news-page h1
    {
        font-size: 32px;
    }

    .news-date
    {
        font-size: 19px;
    }

    .news-image > p
    {
        padding: 11px 0;
        font-size: 14px;
    }

    .news-prev-next > div a:link
    {
        padding: 18px 15px;
    }

    .news-prev-next > div span
    {
        padding: 18px 15px;
    }

}

@media (min-width: 992px) and (max-width: 1199px)
{

    .page-content.news-page h1
    {
        font-size: 28px;
    }

    .news-date
    {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .news-image
    {
        margin-bottom: 13px;
    }

    .news-image > p
    {
        padding: 10px 0;
        font-size: 13px;
    }

    .news-prev-next
    {
        margin-bottom: 18px;
    }

    .news-prev-next > div a:link
    {
        padding: 14px 12px;
        font-size: 13px;
    }

    .news-prev-next > div span
    {
        padding: 14px 12px;
        font-size: 13px;
    }

    .news-prev-next > div i
    {
        font-size: 16px;
        margin-right: 12px;
    }

    .news-prev-next > div.news-next i
    {
        margin-right: 0;
        margin-left: 12px;
    }

}

@media (min-width: 768px) and (max-width: 991px)
{

    .page-content.news-page h1
    {
        font-size: 24px;
    }

    .news-date
    {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .news-image
    {
        margin-bottom: 11px;
    }

    .news-image > p
    {
        padding: 8px 0;
        font-size: 12px;
    }

    .news-prev-next
    {
        margin-bottom: 15px;
    }

    .news-prev-next > div a:link
    {
        padding: 12px 10px 11px;
        font-size: 12px;
    }

    .news-prev-next > div span
    {
        padding: 12px 10px 11px;
        font-size: 12px;
    }

    .news-prev-next > div i
    {
        font-size: 15px;
        margin-right: 8px;
    }

    .news-prev-next > div.news-next i
    {
        margin-right: 0;
        margin-left: 8px;
    }

}

@media (min-width: 480px) and (max-width: 767px)
{

    .page-content.news-page h1
    {
        font-size: 24px;
    }

    .news-date
    {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .news-image
    {
        margin-bottom: 11px;
    }

    .news-image > p
    {
        padding: 8px 0;
        font-size: 12px;
    }

    .news-prev-next
    {
        max-width: 446px;
        margin: 30px 0 15px;
    }

    .news-prev-next > div a:link
    {
        padding: 12px 10px 11px;
        font-size: 12px;
    }

    .news-prev-next > div span
    {
        padding: 12px 10px 11px;
        font-size: 12px;
    }

    .news-prev-next > div i
    {
        font-size: 15px;
        margin-right: 8px;
    }

    .news-prev-next > div.news-next i
    {
        margin-right: 0;
        margin-left: 8px;
    }

}

@media (min-width: 0px) and (max-width: 479px)
{

    .page-content.news-page h1
    {
        font-size: 20px;
    }

    .news-date
    {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .news-image
    {
        margin-bottom: 7px;
    }

    .news-image > p
    {
        padding: 8px 0;
        font-size: 11px;
    }

    .news-prev-next
    {
        max-width: 446px;
        margin: 30px 0 15px;
    }

    .news-prev-next > div a:link
    {
        padding: 12px 10px 11px;
        font-size: 12px;
    }

    .news-prev-next > div span
    {
        padding: 12px 10px 11px;
        font-size: 12px;
    }

    .news-prev-next > div i
    {
        font-size: 15px;
        margin-right: 8px;
    }

    .news-prev-next > div.news-next i
    {
        margin-right: 0;
        margin-left: 8px;
    }

}




/*//////////////////////////////////////////////////
                   Contact Page
//////////////////////////////////////////////////*/

.contact-info p
{
    margin: 0;
    word-break:break-word;
}

.contact-info p.contact-info-title
{
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    font-size: 24px;
    margin: 25px 0 15px;
}

.contact-info p.contact-info-title:first-child
{
    margin-top: 0;
}

.location-section
{
    background: #efe7e3 url(/assets/i/pattern.png) center center repeat;
    padding: 60px 0 50px;
}

.location-section h2
{
    margin-top: 0;
}

.location-section .location-map
{
    border: solid 2px #d5d3ce;
    height: 600px;
    margin-top: 30px;
}

.location-section .location-map iframe
{
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.dealer-section
{
    padding: 60px 0 50px;
}

.dealer-section h2
{
    margin-top: 0;
}

.dealer-intro
{
    margin-bottom: 30px;
}

.dealer-item
{
    padding: 25px 0;
}

.dealer-item h3
{
    font-family: 'EB Garamond', serif;
    font-weight: 700;
    font-size: 20px;
    color: #6e263d;
    margin: 0 0 12px;
}

.dealer-item a:link,
.dealer-item a:visited
{
    color: #6e263d;
}

.dealer-item a:hover,
.dealer-item a:active,
.dealer-item a:focus
{
    color: #4a0025;
}

.dealer-item p
{
    margin: 0 0 6px;
    word-break: break-word;
}

.dealer-item p:last-child
{
    margin-bottom: 0;
}

/* Same weight as the link beside it (a:link is 400; body text is the lighter 300). */
.dealer-item .dealer-label
{
    color: #6e263d;
    font-weight: 400;
}

/* Phone and email sit side by side, each with its icon; wraps onto separate lines when narrow. */
.dealer-item p.dealer-contact
{
    display: flex;
    flex-wrap: wrap;
    gap: 6px 30px;
}

.dealer-item p.dealer-contact i
{
    color: #6e263d;
    font-size: 0.85em;
    width: 1.2em;
    margin-right: 8px;
    text-align: center;
}

@media (min-width: 1200px) and (max-width: 1459px)
{

    .contact-info p.contact-info-title
    {
        font-size: 23px;
        margin: 23px 0 14px;
    }

    .location-section
    {
        padding: 50px 0 40px;
    }

    .location-section .location-map
    {
        height: 500px;
        margin-top: 25px;
    }

    .dealer-section
    {
        padding: 50px 0 40px;
    }

}

@media (min-width: 992px) and (max-width: 1199px)
{

    .contact-info p.contact-info-title
    {
        font-size: 22px;
        margin: 20px 0 13px;
    }

    .location-section
    {
        padding: 45px 0 35px;
    }

    .location-section .location-map
    {
        height: 480px;
        margin-top: 25px;
    }

    .dealer-section
    {
        padding: 45px 0 35px;
    }

}

@media (min-width: 768px) and (max-width: 991px)
{

    .contact-info p.contact-info-title
    {
        font-size: 20px;
        margin: 18px 0 12px;
    }

    .location-section
    {
        padding: 35px 0 25px;
    }

    .location-section .location-map
    {
        height: 400px;
        margin-top: 20px;
    }

    .dealer-section
    {
        padding: 35px 0 25px;
    }

}

@media (min-width: 480px) and (max-width: 767px)
{

    .contact-info
    {
        margin-top: 30px;
    }

    .contact-info p.contact-info-title
    {
        font-size: 20px;
        margin: 18px 0 12px;
    }

    .location-section
    {
        padding: 35px 0 25px;
    }

    .location-section .location-map
    {
        height: 340px;
        margin-top: 20px;
    }

    .dealer-section
    {
        padding: 35px 0 25px;
    }

}

@media (min-width: 0px) and (max-width: 479px)
{

    .contact-info
    {
        margin-top: 20px;
    }

    .contact-info p.contact-info-title
    {
        font-size: 18px;
        margin: 15px 0 10px;
    }

    .location-section
    {
        padding: 30px 0 20px;
    }

    .location-section .location-map
    {
        height: 300px;
        margin-top: 15px;
    }

    .dealer-section
    {
        padding: 30px 0 20px;
    }

}




/*//////////////////////////////////////////////////
                    Contact Form
//////////////////////////////////////////////////*/


.cf-label,
.cf-ddl select,
.cf-ddl select option,
.cf-input,
.cf-large-input {
    font-family: 'Josefin Sans';
    font-weight: 300;
}

.cf-label {
    display: block;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.cf-input
{
	display: block;
	width: 100%;
	border: solid 1px #ccc;
	border-radius: 2px;
	-webkit-appearance: none;
	padding: 10px;
	font-size: 18px;
}

.cf-input:focus
{
	border: solid 1px #ccc;
	border-radius: 2px;
	-webkit-appearance: none;
	outline: none;
}

.cf-ddl
{
    position: relative;
}

.cf-ddl:before
{
    position: absolute;
    z-index: 5;
    top: 11px;
	right: 7px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 22px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f0d7";
    color: #d5d3ce;
    background: none;
    padding: 2px 10px;
    pointer-events: none;
}

    .cf-ddl select {
        display: block;
        width: 100%;
        background: #fff;
        border: solid 1px #ccc;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding: 10px;
        font-size: 18px;
        position: relative;
    }

        .cf-ddl select:focus {
            border: solid 1px #ccc;
            border-radius: 0px;
            -webkit-appearance: none;
            outline: none;
        }

.cf-ddl select::-ms-expand 
{ 
    display: none;
}

.cf-large-input
{
	display: block;
	width: 100%;
	border: solid 1px #ccc;
	border-radius: 2px;
	-webkit-appearance: none;
	padding: 10px;
	font-size: 18px;
	resize: none;
	height: 150px;
}

.cf-large-input:focus
{
	border: solid 1px #ccc;
	border-radius: 2px;
	-webkit-appearance: none;
	outline: none;
}

.cf-button
{
	display: inline-block;
    padding: 15px 28px;
    margin: 35px 0 0;
    background: #6e263d;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}

.cf-button:hover, .cf-button:focus
{
    background: #4a0025;
    color: #fff;
}

.cf-button i 
{
    padding-left: 15px;
    font-size: 20px;
}

.input-validation-error
{
	background:#fbdada;
}

@media (min-width: 1200px) and (max-width: 1459px)
{

    .cf-label
    {
	    font-size: 19px;
	    margin-top: 18px;
	    margin-bottom: 5px;
    }

    .cf-input
    {
	    padding: 9px;
	    font-size: 17px;
    }

    .cf-ddl:before
    {
        top: 11px;
	    right: 7px;
        font-size: 20px;
        padding: 2px 10px;
    }

    .cf-ddl select
    {
	    padding: 9px;
	    font-size: 17px;
    }

    .cf-large-input
    {
	    padding: 9px;
	    font-size: 17px;
	    height: 150px;
    }

    .cf-button
    {
        padding: 13px 25px;
        margin: 30px 0 0;
        font-size: 15px;
    }

    .cf-button i 
    {
        padding-left: 13px;
        font-size: 19px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) 
{

    .cf-label
    {
	    font-size: 18px;
	    margin-top: 16px;
	    margin-bottom: 4px;
    }

    .cf-input
    {
	    padding: 8px;
	    font-size: 16px;
    }

    .cf-ddl:before
    {
        top: 11px;
	    right: 7px;
        font-size: 18px;
        padding: 2px 8px;
    }

    .cf-ddl select
    {
	    padding: 8px;
	    font-size: 16px;
    }

    .cf-large-input
    {
	    padding: 8px;
	    font-size: 16px;
	    height: 150px;
    }

    .cf-button
    {
        padding: 11px 22px;
        margin: 25px 0 0;
        font-size: 14px;
    }

    .cf-button i 
    {
        padding-left: 10px;
        font-size: 17px;
    }

}

@media (min-width: 768px) and (max-width: 991px) 
{

    .cf-label
    {
	    font-size: 17px;
	    margin-top: 14px;
	    margin-bottom: 4px;
    }

    .cf-input
    {
	    padding: 7px;
	    font-size: 15px;
    }

    .cf-ddl:before
    {
        top: 9px;
	    right: 5px;
        font-size: 17px;
        padding: 2px 8px;
    }

    .cf-ddl select
    {
	    padding: 7px;
	    font-size: 15px;
    }

    .cf-large-input
    {
	    padding: 7px;
	    font-size: 15px;
	    height: 150px;
    }

    .cf-button
    {
        padding: 10px 20px;
        margin: 22px 0 0;
        font-size: 13px;
    }

    .cf-button i 
    {
        padding-left: 8px;
        font-size: 16px;
    }

}

@media (min-width: 480px) and (max-width: 767px) 
{

    .cf-label
    {
	    font-size: 17px;
	    margin-top: 14px;
	    margin-bottom: 4px;
    }

    .cf-input
    {
	    padding: 7px;
	    font-size: 15px;
    }

    .cf-ddl:before
    {
        top: 8px;
	    right: 5px;
        font-size: 17px;
        padding: 2px 8px;
    }

    .cf-ddl select
    {
	    padding: 7px;
	    font-size: 15px;
    }

    .cf-large-input
    {
	    padding: 7px;
	    font-size: 15px;
	    height: 150px;
    }

    .cf-button
    {
        padding: 10px 20px;
        margin: 22px 0 0;
        font-size: 13px;
    }

    .cf-button i 
    {
        padding-left: 8px;
        font-size: 16px;
    }

}

@media (min-width: 0px) and (max-width: 479px) 
{

    .cf-label
    {
	    font-size: 15px;
	    margin-top: 12px;
	    margin-bottom: 3px;
    }

    .cf-input
    {
	    padding: 6px;
	    font-size: 14px;
    }

    .cf-ddl:before
    {
        top: 7px;
	    right: 5px;
        font-size: 16px;
        padding: 2px 8px;
    }

    .cf-ddl select
    {
	    padding: 6px;
	    font-size: 14px;
    }

    .cf-large-input
    {
	    padding: 6px;
	    font-size: 14px;
	    height: 100px;
    }

    .cf-button
    {
        padding: 10px 15px;
        margin: 15px 0 0;
        font-size: 11px;
    }

    .cf-button i 
    {
        padding-left: 6px;
        font-size: 14px;
    }

}

.g-recaptcha {
    margin-top: 20px !important;
}

#thanks {
    display: flex;
    align-items: center;

    img {
        height: 25px;
        width: 25px;
    }

    p {
        margin: 0 0 0 15px;
    }
}

/*//////////////////////////////////////////////////
                     Footer
//////////////////////////////////////////////////*/
footer {
    background: #4a0025;
}

    footer a:link {
        color: #efe7e3;
    }

    footer a:visited {
        color: #efe7e3;
    }

footer a:hover
{
    color: #b9987b;
}

footer a:active
{
    color: #b9987b;
}

footer a:focus
{
    color: #b9987b;
}

footer .footer-top
{
    position: relative;
    padding: 35px 0 20px;
    min-height: 280px;
    border-bottom: solid 1px #b9987b;
}

footer .footer-top p
{
    font-family: 'EB Garamond';
    font-weight: 700;
    font-size: 18px;
    color: #b9987b;
    margin: 0 0 15px;
}

footer .footer-top ul li
{
    padding: 2px 0;
    font-size: 16px;
}

footer .footer-top ul li:before
{
    display: none;
}

footer .footer-top ul li a:link{
    font-weight: 400;
}

footer .footer-top ul.footer-social
{
    overflow: hidden;
}

footer .footer-top ul.footer-social li
{
    float: left;
    padding: 0;
    margin: 0 12px 0 0;
}

footer .footer-top ul.footer-social li a:link{
    display: block;
    color: #efe7e3;
    font-size: 22px;
    line-height: 1;
}

footer .footer-top ul.footer-social li a svg{
    height: 20px;
    width: 20px;
}

footer .footer-top ul.footer-social li a svg path {
    fill: #efe7e3;
}

    footer .footer-top ul.footer-social li a:hover svg path,
    footer .footer-top ul.footer-social li a:active svg path,
    footer .footer-top ul.footer-social li a:focus svg path{
        fill: #b9987b;
    }

footer .footer-top .footer-scheme
{
    position: absolute;
    bottom: 25px;
    right: 0;
    width: 210px;
}

footer .footer-top .footer-scheme p
{
    color: #b8b8b8;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    line-height: 1.3;
}

footer .footer-top .footer-scheme p.footer-scheme-title
{
    color: #b9987b;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
}

footer .footer-bottom
{
    padding: 20px 0 18px;
}

footer .footer-bottom p
{
    color: #fff;
    font-size: 14px;
    margin: 0;
}

footer .footer-bottom p.footer-terms
{
    text-align: right;
}

footer .footer-bottom p.footer-disclaimer
{
    font-size: 10px;
    margin-top: 3px;
}

@media (min-width: 1200px) and (max-width: 1459px)
{

    footer .footer-top
    {
        padding: 32px 0 18px;
        min-height: 240px;
    }

    footer .footer-top p
    {
        font-size: 17px;
        margin: 0 0 13px;
    }

    footer .footer-top ul li
    {
        font-size: 15px;
    }

    footer .footer-top .footer-scheme
    {
        bottom: 22px;
        width: 200px;
    }

    footer .footer-top .footer-scheme p
    {
        font-size: 15px;
    }

    footer .footer-top .footer-scheme p.footer-scheme-title
    {
        font-size: 36px;
    }

    footer .footer-bottom
    {
        padding: 18px 0 16px;
    }

    footer .footer-bottom p
    {
        font-size: 13px;
    }

    footer .footer-bottom p.footer-disclaimer
    {
        font-size: 9px;
    }

}

@media (min-width: 992px) and (max-width: 1199px)
{

    footer .footer-top
    {
        padding: 28px 0 15px;
        min-height: 240px;
    }

    footer .footer-top p
    {
        font-size: 16px;
        margin: 0 0 11px;
    }

    footer .footer-top ul li
    {
        font-size: 14px;
    }

    footer .footer-top .footer-scheme
    {
        bottom: 18px;
        width: 180px;
    }

    footer .footer-top .footer-scheme p
    {
        font-size: 14px;
    }

    footer .footer-top .footer-scheme p.footer-scheme-title
    {
        font-size: 30px;
    }

    footer .footer-bottom
    {
        padding: 15px 0 14px;
    }

    footer .footer-bottom p
    {
        font-size: 12px;
    }

    footer .footer-bottom p.footer-disclaimer
    {
        font-size: 8px;
    }

}

@media (min-width: 768px) and (max-width: 991px)
{

    footer .footer-top
    {
        padding: 25px 0 12px;
        min-height: 220px;
    }

    footer .footer-top p
    {
        font-size: 15px;
        margin: 0 0 10px;
    }

    footer .footer-top ul li
    {
        font-size: 13px;
    }

    footer .footer-top .footer-scheme
    {
        bottom: 17px;
        width: 160px;
    }

    footer .footer-top .footer-scheme p
    {
        font-size: 13px;
    }

    footer .footer-top .footer-scheme p.footer-scheme-title
    {
        font-size: 26px;
    }

    footer .footer-bottom
    {
        padding: 10px 0 10px;
    }

    footer .footer-bottom p
    {
        font-size: 11px;
    }

    footer .footer-bottom p.footer-disclaimer
    {
        font-size: 7px;
    }

}

@media (min-width: 480px) and (max-width: 767px)
{

    footer .footer-top
    {
        padding: 25px 0 12px;
        min-height: 220px;
    }

    footer .footer-top .row > div:nth-child(2n+1)
    {
        clear: left;
    }

    footer .footer-top p
    {
        font-size: 15px;
        margin: 0 0 10px;
    }

    footer .footer-top ul li
    {
        font-size: 13px;
    }

    footer .footer-top .footer-scheme
    {
        bottom: 17px;
        width: 160px;
    }

    footer .footer-top .footer-scheme p
    {
        font-size: 13px;
    }

    footer .footer-top .footer-scheme p.footer-scheme-title
    {
        font-size: 26px;
    }

    footer .footer-bottom
    {
        padding: 10px 0 10px;
    }

    footer .footer-bottom p
    {
        font-size: 11px;
        text-align: center;
    }

    footer .footer-bottom p.footer-terms
    {
        text-align: center;
        margin: 10px 0 0;
    }

    footer .footer-bottom p.footer-disclaimer
    {
        font-size: 7px;
    }

}

@media (min-width: 0) and (max-width: 479px)
{

    footer .footer-top
    {
        padding: 20px 0 10px;
        min-height: 220px;
    }

    footer .footer-top .row > div:nth-child(2n+1)
    {
        clear: left;
    }

    footer .footer-top p
    {
        font-size: 13px;
        margin: 0 0 8px;
    }

    footer .footer-top ul li
    {
        font-size: 11px;
    }

    footer .footer-top .footer-scheme
    {
        bottom: 12px;
        width: 130px;
    }

    footer .footer-top .footer-scheme p
    {
        font-size: 11px;
    }

    footer .footer-top .footer-scheme p.footer-scheme-title
    {
        font-size: 22px;
    }

    footer .footer-bottom
    {
        padding: 10px 0 10px;
    }

    footer .footer-bottom p
    {
        font-size: 11px;
        text-align: center;
    }

    footer .footer-bottom p.footer-terms
    {
        text-align: center;
        margin: 10px 0 0;
    }

    footer .footer-bottom p.footer-disclaimer
    {
        font-size: 7px;
    }

}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
