.article .article-entry:after,
.nav ul:after,
.photos:after { content: ''; display: table; clear: both; line-height: 0; }

.bow { background-image: url(images/sprite.png); background-position: 0 -231px; width: 267px; height: 237px; display: inline-block; vertical-align: middle; font-size: 0; }
.decoration-type-1 { background-image: url(images/sprite.png); background-position: -271px -313px; width: 49px; height: 80px; display: inline-block; vertical-align: middle; font-size: 0; }
.decoration-type-2 { background-image: url(images/sprite.png); background-position: -271px -231px; width: 328px; height: 78px; display: inline-block; vertical-align: middle; font-size: 0; }
.logo { background-image: url(images/sprite.png); background-position: 0 0; width: 791px; height: 227px; display: inline-block; vertical-align: middle; font-size: 0; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.bow { background-image: url(images/sprite.@2x.png); background-position: 0 -229px; background-size: 791px 466px; width: 267px; height: 237px; display: inline-block; vertical-align: middle; font-size: 0; }
	.decoration-type-1 { background-image: url(images/sprite.@2x.png); background-position: -269px -309px; background-size: 791px 466px; width: 49px; height: 80px; display: inline-block; vertical-align: middle; font-size: 0; }
	.decoration-type-2 { background-image: url(images/sprite.@2x.png); background-position: -269px -229px; background-size: 791px 466px; width: 328px; height: 78px; display: inline-block; vertical-align: middle; font-size: 0; }
	.logo { background-image: url(images/sprite.@2x.png); background-position: 0 0; background-size: 791px 466px; width: 791px; height: 227px; display: inline-block; vertical-align: middle; font-size: 0; }
}

/* ------------------------------------------------------------ *\
	I.   Generic
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

*,
*:before,
*:after { padding: 0; margin: 0; outline: 0; box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main { display: block; }

html,
body { height: 100%; }

html { tap-highlight-color: rgba(0,0,0,0); }

body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }

img, iframe, video, audio, object { max-width: 100%; }

img { height: auto; display: inline-block; vertical-align: middle; }

b,
strong { font-weight: bold; }

address { font-style: normal; }

svg:not(:root) { overflow: hidden; }

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { display: none; -webkit-appearance: none; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

textarea { overflow: auto; resize: none; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }

button,
select { text-transform: none; }

table { width: 100%; border-collapse: collapse; border-spacing: 0; }

nav ul,
nav ol { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

@font-face {
    font-family: 'Charcuterie Etched';
    src: url('fonts/charcuterie_etched-webfont.eot');
    src: url('fonts/charcuterie_etched-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/charcuterie_etched-webfont.woff') format('woff'),
         url('fonts/charcuterie_etched-webfont.ttf') format('truetype'),
         url('fonts/charcuterie_etched-webfont.svg#charcuterie_etchedregular') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Charcuterie Sans';
    src: url('fonts/charcuterie_sans_bold-webfont.eot');
    src: url('fonts/charcuterie_sans_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/charcuterie_sans_bold-webfont.woff') format('woff'),
         url('fonts/charcuterie_sans_bold-webfont.ttf') format('truetype'),
         url('fonts/charcuterie_sans_bold-webfont.svg#charcuterie_sansbold') format('svg');
    font-weight: 700;
    font-style: normal;
}

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body { min-width: 1350px; font-family: 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif; font-size: 14px; line-height: 1.6; color: #000; }

a { color: #cd2127; text-decoration: none; font-weight: bold;}
a:hover { text-decoration: underline; }

a[href^="tel"] { text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.4em; line-height: 1.2; font-family: 'Charcuterie Etched', serif; font-weight: bold; }

h1 { font-size: 40px; letter-spacing: .03em; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }


p,
ul,
ol,
dl,
table,
blockquote { margin-bottom: 1.6em; }

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

/*  Clear  */

.clear:after { content: ''; line-height: 0; display: table; clear: both; }


/*  Notext  */

.notext { white-space: nowrap; text-indent: 100%; text-shadow: none; overflow: hidden; }
.notext-old { font-size: 0; line-height: 0; text-indent: -4000px; }


/*  Hidden  */

[hidden],
.hidden { display: none; }


/*  Alignleft  */

.alignleft { float: left; }

/*  Alignright  */

.alignright { float: right; }

/*  Disabled  */

[disabled],
.disabled { cursor: default; }

/* ------------------------------------------------------------ *\
	II.  Regions
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.wrapper { position: relative; min-height: 100%; background: #fff url(images/body.jpg) center 0 no-repeat; }

/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */

.container {}

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell { max-width: 900px; padding: 0 15px; margin: auto; }
.shell-wide { max-width: 1300px; }

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header { background: #ca1e23; border-bottom: 4px solid #e5dfa1; }
.header .shell { position: relative; height: 70px; }
.header .bow-holder { position: absolute; top: 0; left: 0; }
.header .nav { float: right; padding: 15px 10px 0 0; }

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

.main .main-head { padding: 50px 0 32px; text-align: center; }

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer { padding: 50px 0; }
.footer-decoration { text-align: center; }

/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */

.content {}

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */

.sidebar {}

/* ------------------------------------------------------------ *\
	III. Themes
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Magnific Popup
\* ------------------------------------------------------------ */

.mfp-bg { background: #fff; }

img.mfp-img { padding: 0; }

.mfp-figure { padding: 13px 13px 52px; box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); background: #fff; }

.mfp-figure:after { display: none; }

.mfp-bottom-bar { text-align: center; }
.mfp-title { text-align: center; font-family: 'Charcuterie Etched', serif; font-size: 24px; color: #000; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all .2s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all .2s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* ------------------------------------------------------------ *\
	IV.  Modules
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */

.article .article-decoration { padding: 15px 0 40px; text-align: center; }

.article .article-entry:after { }

.article .article-image { margin-bottom: 30px; text-align: center; }
.article .article-image-right { float: right; margin-left: 45px; }
.article .article-image-left { float: left; margin-right: 45px; }

.article .article-entry h1 { margin-bottom: 0; line-height: 1; }

/* ------------------------------------------------------------ *\
	Bow
\* ------------------------------------------------------------ */

.bow-holder { position: relative; padding: 0 100px; }
.bow-holder:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 68px; background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 51%,rgba(0,0,0,0.8) 52%,rgba(0,0,0,0.8) 53%,rgba(0,0,0,0) 100%); }
.bow-holder .bow { position: relative; }

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn { display: inline-block; vertical-align: middle; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */

input::-webkit-input-placeholder { color: inherit; opacity: 1; }

input::-moz-placeholder { color: inherit; opacity: 1; }

input:-ms-input-placeholder { color: inherit; opacity: 1; }

input::placeholder { color: inherit; opacity: 1; }
textarea::-webkit-input-placeholder { color: inherit; opacity: 1; }
textarea::-moz-placeholder { color: inherit; opacity: 1; }
textarea:-ms-input-placeholder { color: inherit; opacity: 1; }
textarea::placeholder { color: inherit; opacity: 1; }

input:-webkit-autofill { -webkit-text-fill-color: inherit !important; -webkit-box-shadow: 0 0 0 1000px #fff inset; }

.field {}
.textarea {}
.select {}
.radio {}
.checkbox {}

/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */

.form {}

/* ------------------------------------------------------------ *\
	Image Box
\* ------------------------------------------------------------ */

.image-box { display: inline-block; vertical-align: middle; padding: 13px; background: #fff; box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); }
.image-box a { position: relative; display: block; }
.image-box a:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.25); opacity: 0; transition: .25s; }
.image-box a:hover:after { opacity: 1; }

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */

[class^="list-"] { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	List Logos
\* ------------------------------------------------------------ */

.list-logos { padding: 0 100px 40px; font-size: 0; text-align: center; }
.list-logos li {  display: inline-block; vertical-align: middle; padding: 0 30px; }

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

.logo {}

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav { font-family: 'Charcuterie Sans', sans-serif; font-size: 26px; color: #fff; font-weight: bold; text-transform: uppercase; letter-spacing: .02em; }
.nav ul:after { }
.nav li { float: left; }
.nav li + li { margin-left: 32px; }
.nav a { color: inherit; text-decoration: none; transition: .2s; }
.nav .current,
.nav a:hover { color: #f0d09b; }
.nav a:active { color: #4c090b; }

/* ------------------------------------------------------------ *\
	Photos
\* ------------------------------------------------------------ */

.photos { margin: -12px -8px; list-style: none outside none; }
.photos:after { }
.photo { float: left; width: 33.33%; padding: 12px 8px; }
.photo .image-box { display: block; }

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */

.section { margin-bottom: 35px; }

.section .section-head { padding-bottom: 35px; text-align: center; }

.section .section-title { display: inline-block; min-width: 400px; padding: 0 15px 2px; border-bottom: 1px solid; }

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */

.slider {}

.slider .slides { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */

.table {}

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */

.widgets { list-style: none outside none; }