#icon-sprite-social { display: none !important; height: 0 !important; visibility: hidden !important; width: 0 !important; }


/* RESET
 *************************************************************************************************/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, table, th, td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
th { text-align: left; }
img { border: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; margin: 0; padding: 0; }
input, select, textarea { font: inherit; }
	

/* CLEARS
 *************************************************************************************************/
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: '\0020'; display: block; height: 0; visibility: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clear { clear: both; }	


/* BASE STYLES
 *************************************************************************************************/
body { background: #fff; color: #363b41; font: 300 18px/1.667em 'Lato', Arial, sans-serif; }
a { text-decoration: underline; }
a:not(.button) { color: #d14943; }


h1, h2, h3, h4, h5, h6,
p, ul, ol { margin: 0 0 1em; }

h1 { font-size: 1.667em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1em; }
h5 { font-size: 0.889em; }
h6 { font-size: 0.75em; }


h1.slogan,
h2.slogan,
h3.slogan { font-size: 1.25em; line-height: 2em; text-align: center; }

h1.slogan em, h1.slogan strong,
h2.slogan em, h2.slogan strong,
h3.slogan em, h3.slogan strong { font-family: inherit; font-size: 1.75em; font-style: normal; font-weight: inherit; }


.button { background: #363b41; border: 0; color: #fff; cursor: pointer; display: inline-block; font-size: 1em; line-height: 1.333em; margin: 0 auto; padding: 0.444em 1.111em; position: relative; text-align: center; text-decoration: none !important; vertical-align: baseline;
	-webkit-transition: all .35s; -moz-transition: all .35s; -o-transition: all .35s; transition: all .35s;
	-webkit-appearance: none;
}
.button:hover { background-color: #d41943; }

.button.ghost { background: transparent; border: 2px solid #363b41; color: #363b41; }
.button.ghost:hover { background: #d14943; border-color: #d14943; color: #fff; }

.button.accept { }


.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center !important; }


.alignleft { float: left; margin-right: 30px; margin-bottom:20px; }
.alignright { float: right; margin-left: 30px; margin-bottom:20px; }
.aligncenter { clear:both; display: block; margin-left: auto; margin-right: auto; }

#container img { height: auto; max-width: 100%; width: auto; }


/* BLOCKQUOTES
 *************************************************************************************************/
blockquote { clear: left; display: block; font-size: 1.25em; margin: 0 auto 1em; width: auto; }
blockquote > * { display: inline-block; padding: 0.5em 0.75em; }
blockquote > *:first-child { border-top: 1px solid #ccc; position: relative; }
blockquote > *:last-child { border-bottom: 1px solid #ccc; margin: 0; }

blockquote.center { text-align: center; }

blockquote.style-1 { position: relative; }
blockquote.style-1 > * { border: none; }
blockquote.style-1 > *:first-child::before,
blockquote.style-1 > *:first-child::after { background: #ccc; content: ''; display: block; height: 14px; position: absolute; top: 0; width: 8px;
	-webkit-border-radius: 0 0 8px 0; -moz-border-radius: 0 0 8px 0; border-radius: 0 0 8px 0; border-radius: 0 0 8px 0;
}
blockquote.style-1 > *:first-child::before { left: -10px; }
blockquote.style-1 > *:first-child::after { left: 0px; }


/* TABLES
 *************************************************************************************************/
.nice-table { margin: 0 0 1em; width: 100%; }

.nice-table tr:not(:first-child) { border-top: 1px dotted #ccc; }
.nice-table tr:nth-child(even) { background: rgba(0,0,0,.05); }

.nice-table th,
.nice-table td { padding: 0.111em 0.333em; vertical-align: top; }


.pricetable { margin: 0 0 1em; width: 100%; }

.pricetable tr:not(:first-child) { border-top: 1px dotted #ccc; }
.pricetable tr:nth-child(even) { background: rgba(0,0,0,.05); }

.pricetable th,
.pricetable td { padding: 0.111em 0.333em; vertical-align: top; }


.pricetable:not(.with-euro) td:last-child,
.pricetable.double:not(.with-euro) td:nth-last-child(2),
.pricetable.triple:not(.with-euro) td:nth-last-child(2),
.pricetable.triple:not(.with-euro) td:nth-last-child(3) { border-left: 1px dotted #ccc; text-align: right; width: 8%; }

.pricetable.with-euro td:last-child,
.pricetable.double.with-euro td:nth-last-child(3),
.pricetable.triple.with-euro td:nth-last-child(3),
.pricetable.triple.with-euro td:nth-last-child(5) { text-align: right; width: 8%; }

.pricetable.with-euro td:nth-last-child(2),
.pricetable.double.with-euro td:nth-last-child(4),
.pricetable.triple.with-euro td:nth-last-child(4),
.pricetable.triple.with-euro td:nth-last-child(6) { border-left: 1px dotted #ccc; text-align: right; width: 3%; }


/* UL columns
 *************************************************************************************************/
#container ul.columns-4
#container ul.columns-3
#container ul.columns-2 { clear: left; }

#container ul.columns-4 > li,
#container ul.columns-3 > li,
#container ul.columns-2 > li { float: left; vertical-align: top; }

#container ul.columns-4::after,
#container ul.columns-3::after,
#container ul.columns-2::after { clear: both; content: '\0020'; display: block; height: 0; visibility: hidden; }

#container ul.columns-4 > li { width: 25%; }
#container ul.columns-3 > li { width: 33.33%; }
#container ul.columns-2 > li { width: 50%; }


/* NOTICES
 *************************************************************************************************/
.notice { background: #379bd4; color: #fff; margin: 0 auto 1em; padding: 0.75em 1.5em 0.75em 65px; position: relative; width: 90%; }
.notice::before { background: rgba(0,0,0,.25); bottom: 0; content: ''; display: block; left: 0; position: absolute; top: 0; width: 0.35em; }
.notice .icon { background: rgba(255,255,255,.25); font-size: 0; height: 24px; left: 35px; line-height: 0; margin-left: -12px; margin-top: -12px; position: absolute; top: 50%; width: 24px;
	-webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%;
}
.notice .icon::before,
.notice .icon::after { content: ''; display: block; font-size: 0; line-height: 0; position: absolute; }

.notice:not(.success):not(.error) .icon::before,
.notice:not(.success):not(.error) .icon::after { background: #379bd4; left: 10px; width: 4px; }
.notice:not(.success):not(.error) .icon::before { height: 4px; top: 4px; }
.notice:not(.success):not(.error) .icon::after { height: 10px; top: 10px; }


.notice.success { background-color: #0f834d; }
.notice.success .icon::before,
.notice.success .icon::after { background-color: #0f834d; height: 4px; top: 10px;
	-webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; transform-origin: 50% 50%;
}
.notice.success .icon::before { left: 4px; width: 6px;
	-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);
}
.notice.success .icon::after { left: 7px; width: 14px;
	-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);
}


.notice.error { background-color: #e2401c; }
.notice.error .icon::before,
.notice.error .icon::after { background-color: #e2401c; height: 4px; left: 50%; margin-left: -8px; margin-top: -2px; top: 50%; width: 16px;
	-webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; transform-origin: 50% 50%;
}
.notice.error .icon::before {
	-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);
}
.notice.error .icon::after {
	-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);
}


/* FORMS
 *************************************************************************************************/
.form-wrap fieldset input:not(.button):not(.ghost),
.form-wrap fieldset select,
.form-wrap fieldset textarea,
#get-directions-start,
.cta input:not(.button):not(.ghost) { background: #fff; border: 1px solid #666; color: #363b41;font-size: 1em; line-height: 1.333em; padding: 0.444em; }


.form-wrap { }

.form-wrap fieldset { background: #ddd; border: 0; margin: 0 0 1em; padding: 0.556em; }
.form-wrap fieldset h1,
.form-wrap fieldset h2,
.form-wrap fieldset h3,
.form-wrap fieldset p { display: block; padding: 0 0.556em; }
.form-wrap fieldset p:not(.large) { float: left; }

.form-wrap fieldset hr { border: 0; border-top: 1px solid rgba(0,0,0,.1); clear: left; display: block; float: none; height: 1px; width: 100%; }

.form-wrap fieldset .small { width: 50%; }
.form-wrap fieldset .zipcode { width: 30%; }
.form-wrap fieldset .locality { width: 70%; }
.form-wrap fieldset .large,
.form-wrap fieldset .recaptcha { clear: left; text-align: center; width: 100%; }

.form-wrap fieldset label { display: block; font-size: 0.889em; margin: 0 0 0.111em; padding: 0 0.333em; position: relative; text-align: left; }
.form-wrap fieldset label .obligatory { color: #e2401c; float: right; text-decoration: none; }
.form-wrap fieldset p.error label { background: #e2401c; color: #fff; }

.form-wrap fieldset input,
.form-wrap fieldset select,
.form-wrap fieldset textarea { width: 100%; }

.form-wrap fieldset input:not(.button):focus,
.form-wrap fieldset select:focus,
.form-wrap fieldset textarea:focus {
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.25); -moz-box-shadow: 0 0 3px rgba(0,0,0,.25); -o-box-shadow: 0 0 3px rgba(0,0,0,.25); box-shadow: 0 0 3px rgba(0,0,0,.25);
}

.form-wrap fieldset textarea { max-height: 10em; min-height: 3em; resize: vertical; }

.form-wrap p.recaptcha label { display: none; }
.form-wrap p.recaptcha div { margin: 0 auto; }


/* iFRAME
 *************************************************************************************************/
.om-iframe { margin: 0 auto; width: 100%; }
.om-iframe > iframe { border: 0; height: 500px; overflow: auto; max-width: 100%; width: 100%; }

/* NAVIGATIE
 *************************************************************************************************/
/* NAVIGATIE > Basisstijl */
nav { font-size: 0; line-height: 0; position: relative; }
nav ul,
nav li { list-style: none; margin: 0; padding: 0; position: relative; }
nav a { color: inherit; display: inline-block; font-size: 18px; line-height: 1.667em; padding: 0.278em 0.556em; position: relative; text-decoration: none;
	-webkit-transition: all .35s; -moz-transition: all .35s; -o-transition: all .35s; transition: all .35s;
}

nav li.has-icon > a { padding-left: 2.5em; }
nav li.has-icon svg { fill: inherit; fill: currentColor; height: 1.25em; left: 0.625em; position: absolute; top: 50%; width: 1.25em;
	-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);
}

nav ul + ul { margin-top: 5px; }


/* NAVIGATIE > Niveau 1 */
nav > ul > li { display: inline-block; vertical-align: top; }
nav > ul > li > a { color: #adaeb2; margin-left: 0.278em; }
nav > ul > li:first-child > a { margin: 0; }
nav > ul > li > a:hover,
nav > ul > li.sfHover > a { color: #fff; }


/* NAVIGATIE > Niveau 1+ */
nav ul ul { display: none; }
nav ul.sf-js-enabled ul { background: #ccc; left: 50%; margin: 10px 0 0 -100px; position: absolute; width: 200px; z-index: 100; }
nav ul.sf-js-enabled li:hover > ul,
nav ul.sf-js-enabled li.sfHover > ul { display: block; }

nav ul.sf-js-enabled li:hover > ul::before,
nav ul.sf-js-enabled li.sfHover > ul::before { border-bottom: 10px solid #ccc; border-left: 10px solid transparent; border-right: 10px solid transparent; content: ''; display: block; left: 50%; margin: 0 0 0 -10px; position: absolute; top: -10px; }

nav ul ul a { color: #363b41; display: block; }
nav ul ul a:hover,
nav ul ul li.sfHover > a { background: #d14943; color: #fff; }


/* NAVIGATIE > Niveau 2+ */
nav ul.sf-js-enabled ul ul { left: 210px; margin: 0; top: 0; }
nav ul.sf-js-enabled ul li:hover > ul,
nav ul.sf-js-enabled ul li.sfHover > ul { display: block; }

nav ul.sf-js-enabled ul li:hover > ul::before,
nav ul.sf-js-enabled ul li.sfHover > ul::before { border-bottom-color: transparent; border-left: none; border-right-color: #ccc; border-top: 10px solid transparent; left: -10px; margin: 0; top: 10px; }


/* NAVIGATIE > Niveau 2+ > Last Child */
nav ul.sf-js-enabled > li:last-child ul li:hover > ul,
nav ul.sf-js-enabled > li:last-child ul li.sfHover > ul { left: auto; right: 210px; }

nav ul.sf-js-enabled > li:last-child ul li:hover > ul::before,
nav ul.sf-js-enabled > li:last-child ul li.sfHover > ul::before { border-left: 10px solid #ccc; border-right: none; left: auto; right: -10px; }


/* NAVIGATIE > Has sub UL */
nav.sub-arrows > ul > li > a.sf-with-ul,
nav ul ul a.sf-with-ul { padding-right: 1.667em; }

nav.sub-arrows > ul > li > a.sf-with-ul::before,
nav.sub-arrows > ul > li > a.sf-with-ul::after,
nav ul ul a.sf-with-ul::before,
nav ul ul a.sf-with-ul::after { content: ''; display: block; height: 1px; position: absolute; width: 0.444em;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .35s; -moz-transition: all .35s; -o-transition: all .35s; transition: all .35s;
}
nav.sub-arrows > ul > li > a.sf-with-ul::before,
nav ul ul a.sf-with-ul::before {
	-webkit-transform: rotate( 45deg ); -moz-transform: rotate( 45deg ); -o-transform: rotate( 45deg ); transform: rotate( 45deg );
}
nav.sub-arrows > ul > li > a.sf-with-ul::after,
nav ul ul a.sf-with-ul::after {
	-webkit-transform: rotate( -45deg ); -moz-transform: rotate( -45deg ); -o-transform: rotate( -45deg ); transform: rotate( -45deg );
}
nav.sub-arrows > ul > li.sfHover > a.sf-with-ul::before,
nav.sub-arrows > ul > li > a.sf-with-ul:hover::before,
nav ul ul a.sf-with-ul:hover::after,
nav ul ul .sfHover > a.sf-with-ul::after { background: #fff;
	-webkit-transform: rotate( 225deg ); -moz-transform: rotate( 225deg ); -o-transform: rotate( 225deg ); transform: rotate( 225deg );
}
nav.sub-arrows > ul > li.sfHover > a.sf-with-ul::after,
nav.sub-arrows > ul > li > a.sf-with-ul:hover::after,
nav ul ul a.sf-with-ul:hover::before,
nav ul ul .sfHover > a.sf-with-ul::before { background: #fff;
	-webkit-transform: rotate( -225deg ); -moz-transform: rotate( -225deg ); -o-transform: rotate( -225deg ); transform: rotate( -225deg );
}


/* NAVIGATIE > Has sub UL > 1 */
nav.sub-arrows > ul > li > a.sf-with-ul::before,
nav.sub-arrows > ul > li > a.sf-with-ul::after { background: #adaeb2; top: 1.25em; }
nav.sub-arrows > ul > li > a.sf-with-ul::before { right: 1em;
	-webkit-transform-origin: 100% 100%; -moz-transform-origin: 100% 100%; -o-transform-origin: 100% 100%; transform-origin: 100% 100%;
}
nav.sub-arrows > ul > li > a.sf-with-ul::after { right: 0.556em;
	-webkit-transform-origin: 0 100%; -moz-transform-origin: 0 100%; -o-transform-origin: 0 100%; transform-origin: 0 100%;
}

nav.sub-arrows > ul > li.sfHover > a.sf-with-ul::before,
nav.sub-arrows > ul > li > a.sf-with-ul:hover::before,
nav.sub-arrows > ul > li.sfHover > a.sf-with-ul::after,
nav.sub-arrows > ul > li > a.sf-with-ul:hover::after { top: 1em; }


/* NAVIGATIE > Has sub UL > 2 */
nav ul ul a.sf-with-ul::before,
nav ul ul a.sf-with-ul::after { background: #363b41; right: 0.556em; top: 50%;
	-webkit-transform-origin: 100% 50%; -moz-transform-origin: 100% 50%; -o-transform-origin: 100% 50%; transform-origin: 100% 50%;
}
nav ul ul a.sf-with-ul:hover::before,
nav ul ul .sfHover > a.sf-with-ul::before,
nav ul ul a.sf-with-ul:hover::after,
nav ul ul .sfHover > a.sf-with-ul::after { right: 0.278em; width: 0.888em;
	-webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; transform-origin: 50% 50%;
}


/* NAVIGATIE > Shadow */
nav.sub-shadow ul.sf-js-enabled li:hover > ul,
nav.sub-shadow ul.sf-js-enabled li.sfHover > ul {
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.35); -moz-box-shadow: 0 0 5px rgba(0,0,0,.35); -o-box-shadow: 0 0 5px rgba(0,0,0,.35); box-shadow: 0 0 5px rgba(0,0,0,.35);
}


/* HEADER
 *************************************************************************************************/
/* HEADER > wrap */
#header-wrap { background-color: #363b41; background-position: center top; background-repeat: repeat; left: 0; position: relative; right: 0; width: 100%; z-index: 100; }


/* HEADER > top */
#header-top { background: #fff; color: #7b7c82; font-size: 16px; margin: 0 auto; max-width: 1200px; position: relative; width: 100%; z-index: 10; }


/* HEADER > top > navigation */
#nav-top { padding: 7px 2.5%; }
#nav-top a { font-size: 16px; }

#nav-top > ul > li > a { color: inherit; }
#nav-top > ul > li > a:hover,
#nav-top > ul > li.sfHover > a { color: #d14943; }

#nav-top a > svg { height: 18px; width: 18px; }
#nav-top > ul > li.language > a { text-transform: uppercase; }

#nav-top ul.sf-js-enabled li:hover > ul,
#nav-top ul.sf-js-enabled li.sfHover > ul { margin-left: -60px; width: 120px; }
#nav-top ul ul a { text-align: center; }


#nav-top.sub-arrows > ul > li.sfHover > a.sf-with-ul::before,
#nav-top.sub-arrows > ul > li > a.sf-with-ul:hover::before,
#nav-top.sub-arrows > ul > li.sfHover > a.sf-with-ul::after,
#nav-top.sub-arrows > ul > li > a.sf-with-ul:hover::after { background: #d14943; }


/* HEADER > main */
#header { margin: 0 auto; max-width: 1200px; position: relative; width: 100%; z-index: 9; }


/* HEADER > main > logo */
#logo { margin: 0; padding: 2.5%; }
#logo a { display: block; text-decoration: none; }
#logo img { height: auto; max-width: 100%; }

#logo.img,
#logo.svg { font-size: 0; line-height: 0; }


/* HEADER > main > navigation */
#nav-main { padding: 0 2.5%; }


/* HEADER > main > navigation > Home icon */
#nav-main.home-icon .nav_home > a { font-size: 0; line-height: 0; padding: 8px; }
#nav-main.home-icon .nav_home > a svg { fill: currentColor; height: 24px; width: 24px; }


/* HEADER > small */
#header-wrap.small {
	
}


/* POST THUMBNAIL
 *************************************************************************************************/
.post-thumbnail { background-position: center; background-repeat: no-repeat; font-size: 0; line-height: 0; margin: 0 0 20px; position: relative; z-index: 90;
	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}
.post-thumbnail #scroll-to-content { position: absolute; }
.post-thumbnail #scroll-to-content.ribbon { bottom: 0; }
.post-thumbnail #scroll-to-content:not(.ribbon) { bottom: 20px; left: 50%; margin-left: -25px; }


/* SLIDER
 *************************************************************************************************/
.slider-wrap { font-size: 0; line-height: 0; margin: 0 0 20px; overflow: hidden; position: relative; z-index: 90; }
.slick-slider { list-style: none; margin: 0 !important; padding: 0; position: relative; }
.slick-slider .slide { list-style: none; margin: 0; padding: 0; }
.slider-wrap .slider:not(.slick-slider) .slide:not(:first-child) { display: none; }


.slider-wrap figure { background-position: center; background-repeat: no-repeat; height: 500px; position: relative;
	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}

.slider-wrap figure img { display: none; height: auto; max-width: 100%; }
.slider-wrap figure figcaption { display: none; }


/* SLIDER > navigation */
.slick-slider button { border: 0; cursor: pointer; font-size: 0; line-height: 0; margin: 0; padding: 0; text-indent: -9999px;
	-webkit-appearance: none;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .35s; -moz-transition: all .35s; -o-transition: all .35s; transition: all .35s;
}
.slick-slider button::before,
.slick-slider button::after {
	-webkit-appearance: none;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .35s; -moz-transition: all .35s; -o-transition: all .35s; transition: all .35s;	
}


/* SLIDER > arrows */
.slick-slider.arrows { }
.slick-slider.arrows .slick-arrow { background: #363b41; display: block; font-size: 0; height: 40px; line-height: 0; margin-top: -40px !important; position: absolute; top: 50%; width: 40px; z-index: 9999; }
.slick-slider.arrows .slick-prev, .slider.arrows .slider:hover .slick-prev { left: 1.5%; }
.slick-slider.arrows .slick-next, .slider.arrows .slider:hover .slick-next { right: 1.5%; }


.slick-slider.arrows .slick-arrow::before,
.slick-slider.arrows .slick-arrow::after { background: #fff; content: ''; display: block; height: 4px; margin-top: -2px; position: absolute; width: 20px;
	-webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px;
}
.slick-slider.arrows .slick-arrow:hover::before,
.slick-slider.arrows .slick-arrow:hover::after { top: 20px; }
.slick-slider.arrows .slick-prev::before,
.slick-slider.arrows .slick-prev::after { left: 10px;
	-webkit-transform-origin: 0 50%; -moz-transform-origin: 0 50%; -o-transform-origin: 0 50%; transform-origin: 0 50%;
}
.slick-slider.arrows .slick-next::before,
.slick-slider.arrows .slick-next::after { right: 10px;
	-webkit-transform-origin: 100% 50%; -moz-transform-origin: 100% 50%; -o-transform-origin: 100% 50%; transform-origin: 100% 50%;
}
.slick-slider.arrows .slick-prev::before, .slider.arrows .slick-next::before { top: 21px; }
.slick-slider.arrows .slick-prev::after, .slider.arrows .slick-next::after { top: 19px; }
.slick-slider.arrows .slick-prev::before,
.slick-slider.arrows .slick-next::after {
	-webkit-transform: rotate( -40deg ); -moz-transform: rotate( -40deg ); -o-transform: rotate( -40deg ); transform: rotate( -40deg );
}
.slick-slider.arrows .slick-prev::after,
.slick-slider.arrows .slick-next::before {
	-webkit-transform: rotate( 40deg ); -moz-transform: rotate( 40deg ); -o-transform: rotate( 40deg ); transform: rotate( 40deg );
}

.slick-slider.arrows .slick-prev:hover::before,
.slick-slider.arrows .slick-next:hover::after {
	-webkit-transform: rotate( -20deg ); -moz-transform: rotate( -20deg ); -o-transform: rotate( -20deg ); transform: rotate( -20deg );
}
.slick-slider.arrows .slick-prev:hover::after,
.slick-slider.arrows .slick-next:hover::before {
	-webkit-transform: rotate( 20deg ); -moz-transform: rotate( 20deg ); -o-transform: rotate( 20deg ); transform: rotate( 20deg );
}


/* SLIDER > arrows > hidden */
.slick-slider.arrows.hidden .slick-prev { left: -100px; }
.slick-slider.arrows.hidden:hover .slick-prev { left: 1.5% !important; }
.slick-slider.arrows.hidden .slick-next { right: -100px; }
.slick-slider.arrows.hidden:hover .slick-next { right: 1.5% !important; }


/* SLIDER > arrows > center */
.slick-slider.arrows.center .slick-arrow { bottom: 50px; left: 50%; margin-top: 0; top: auto; }
.slick-slider.arrows.center .slick-prev { margin-left: -50px; }
.slick-slider.arrows.center .slick-next { margin-left: 10px; }


/* SLIDER > arrows > transparent */
.slick-slider.arrows.arrows-transparent .slick-arrow { background: transparent !important; }


/* SLIDER > arrows > circle */
.slick-slider.arrows.arrows-circle .slick-arrow {
	-webkit-border-radius: 100%; -moz-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%;
}


/* SLIDER > Scroll to content */
#scroll-to-content { background: #363b41; display: block; font-size: 0; height: 50px; line-height: 0; position: relative; text-align: center; text-decoration: none; text-indent: -9999px;
	-webkit-transition: background .35s; -moz-transition: background .35s; -o-transition: background .35s; transition: background .35s;
}
#scroll-to-content:not(.ribbon) { left: 50%; margin-left: -25px; position: absolute; }

#scroll-to-content::before,
#scroll-to-content::after { content: ''; display: block; left: 50%; position: absolute;
	-webkit-transition: all .35s; -moz-transition: all .35s; -o-transition: all .35s; transition: all .35s;
}
#scroll-to-content:not(.cursor)::before,
#scroll-to-content:not(.cursor)::after { background: #fff; height: 4px; margin-top: -2px; top: 35px; width: 30px;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px;
}
#scroll-to-content:not(.cursor)::before { margin-left: -29px;
	-webkit-transform-origin: 100% 50%; -moz-transform-origin: 100% 50%; -o-transform-origin: 100% 50%; transform-origin: 100% 50%;
	-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);
}
#scroll-to-content:not(.cursor)::after { margin-left: -1px;
	-webkit-transform-origin: 0 50%; -moz-transform-origin: 0 50%; -o-transform-origin: 0 50%; transform-origin: 0 50%;
	-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);
}
#scroll-to-content:not(.cursor):hover { background: #d14943; }
#scroll-to-content:not(.cursor):hover::before {
	-webkit-transform: rotate(30deg); -moz-transform: rotate(30deg); -o-transform: rotate(30deg); transform: rotate(30deg);
}
#scroll-to-content:not(.cursor):hover::after {
	-webkit-transform: rotate(-30deg); -moz-transform: rotate(-30deg); -o-transform: rotate(-30deg); transform: rotate(-30deg);
}


/* SLIDER > Scroll to content > Ribbon */
#scroll-to-content.ribbon { width: 100%; }


/* SLIDER > Scroll to content > Arrow */
#scroll-to-content.arrow { bottom: 90px; margin: 0 auto; width: 50px;
	-webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%;
}
.slider.outside + #scroll-to-content.arrow { bottom: 100px; }
#scroll-to-content.arrow::before,
#scroll-to-content.arrow::after { top: 33px; width: 20px; }
#scroll-to-content.arrow::before { margin-left: -19px; }


/* SLIDER > Scroll to content > Arrow animated */
#scroll-to-content.arrow-animated { bottom: 90px; width: 50px;
	-webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%;
}
.slider.outside + #scroll-to-content.arrow-animated { bottom: 100px; }
#scroll-to-content.arrow-animated::before,
#scroll-to-content.arrow-animated::after { top: 33px; width: 20px; }
#scroll-to-content.arrow-animated:not(:hover)::before,
#scroll-to-content.arrow-animated:not(:hover)::after {
	-webkit-animation: arrow_bounce 2.5s infinite; -moz-animation: arrow_bounce 2.5s infinite; -o-animation: arrow_bounce 2.5s infinite; animation: arrow_bounce 2.5s infinite;
}
#scroll-to-content.arrow-animated::before { margin-left: -19px; }


/* SLIDER > Scroll to content > cursor */
#scroll-to-content.cursor { background: transparent !important; bottom: 60px; margin: 0 auto; width: 50px; }
.slider.outside + #scroll-to-content.cursor { bottom: 100px; }
#scroll-to-content.cursor::before { background: transparent; border: 2px solid #fff; height: 22px; margin-left: -7px; top: 14px; width: 14px;
	-webkit-border-radius: 7px; -moz-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.25); -moz-box-shadow: 0 0 2px rgba(0,0,0,.25); -o-box-shadow: 0 0 2px rgba(0,0,0,.25); box-shadow: 0 0 2px rgba(0,0,0,.25);
}
#scroll-to-content.cursor:hover::before { background: transparent; border: 2px solid #fff; height: 22px; margin-left: -7px; top: 14px; width: 14px;
	-webkit-border-radius: 7px; -moz-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.75); -moz-box-shadow: 0 0 7px rgba(0,0,0,.75); -o-box-shadow: 0 0 7px rgba(0,0,0,.75); box-shadow: 0 0 7px rgba(0,0,0,.75);
}
#scroll-to-content.cursor::after { background: #fff; height: 3px; margin-left: -1px; top: 19px; width: 2px;
	-webkit-border-radius: 1px; -moz-border-radius: 1px; -o-border-radius: 1px; border-radius: 1px;
	-webkit-animation: arrow_scroll 1s infinite; -moz-animation: arrow_scroll 1s infinite; -o-animation: arrow_scroll 1s infinite; animation: arrow_scroll 1s infinite;
}


/* SLIDER > dots */
.slick-slider.dots { }
.slick-slider.dots .slick-dots { list-style: none; margin: 0; outline: none !important; padding: 10px; text-align: center; }
.slick-slider.dots .slick-dots li { display: inline; list-style: none; margin: 0 5px; padding: 0; vertical-align: top; }
.slick-slider.dots .slick-dots button { background: none; display: inline-block; height: 20px; outline: none !important; position: relative; width: 20px; }
.slick-slider.dots .slick-dots button::after { background: #fff; border: 1px solid #7b7c82; content: ''; display: block; height: 10px; left: 5px; position: absolute; top: 5px; width: 10px; }


/* SLIDER > dots > inside */
.slick-slider.arrows.dots.inside .slick-arrow { margin-top: -20px !important; }
.slick-slider.dots.inside .slick-dots { bottom: 0; display: inline-block; left: 50%; position: absolute;
	-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%);
}

/* SLIDER > dots > square */
.slick-slider.dots.square .slick-dots .slick-active button::after { border-width: 3px; height: 12px; left: 4px; top: 4px; width: 12px; }


/* SLIDER > dots > circle */
.slick-slider.dots.circle .slick-dots button::after {
	-webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%;
}
.slick-slider.dots.circle .slick-dots .slick-active button::after { border-width: 3px; height: 14px; left: 3px; top: 3px; width: 14px; }


/* SLIDER > dots > rectangle */
.slick-slider.dots.rectangle .slick-dots button { width: 30px; }
.slick-slider.dots.rectangle .slick-dots button::after { left: 2px; height: 8px; top: 6px; width: 26px; }
.slick-slider.dots.rectangle .slick-dots .slick-active button::after { border-width: 3px; height: 10px; left: 0; top: 5px; width: 30px; }


/* SLIDER > dots > line */
.slick-slider.dots.line .slick-dots button { width: 40px; }
.slick-slider.dots.line .slick-dots button::after { border: none !important; height: 1px; left: 0; top: 10px; width: 40px; }
.slick-slider.dots.line .slick-dots .slick-active button::after { background: #d14943; }


/* SLIDER > fixed overlay */
.slider-wrap .overlay-wrap { background: rgba(0,0,0,.5); bottom: 0; color: #fff; font-size: 18px; left: 50%; line-height: 1.5; position: absolute; top: 0; width: 400px; }
.slider-wrap .slider.outside + .overlay-wrap { bottom: 40px; }
.slider-wrap .slider.outside + #scroll-to-content + .overlay-wrap { bottom: 90px; }
.slider-wrap .slider.inside + #scroll-to-content + .overlay-wrap { bottom: 50px; }

.slider-wrap .overlay-wrap.fixed-left { margin: 0 0 0 -600px; }
.slider-wrap .overlay-wrap.fixed-center { margin: 0 0 0 -200px; }
.slider-wrap .overlay-wrap.fixed-right { margin: 0 0 0 200px; }

.slider-wrap .overlay { padding: 0 .5em; position: absolute; text-align: center; top: 50%; width: 100%;
	-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);
}

/* SLIDER > dynamic overlay */
.slider-wrap .slide-overlay { background: rgba(0,0,0,.5); color: #fff; padding: 1.25%; max-width: 30%; position: absolute; text-align: center; z-index: 1000; }
.slider-wrap .slide-overlay { font-size: 18px; line-height: 1.5; }
.slider-wrap .slide-overlay.lt { left: 5%; top: 5%; }
.slider-wrap .slide-overlay.ct { left: 50%; top: 5%; }
.slider-wrap .slide-overlay.rt { right: 5%; top: 5%; }
.slider-wrap .slide-overlay.lc { left: 5%; top: 50%; }
.slider-wrap .slide-overlay.cc { left: 50%; top: 50%; }
.slider-wrap .slide-overlay.rc { right: 5%; top: 50%; }
.slider-wrap .slide-overlay.lb { bottom: 5%; left: 5%; }
.slider-wrap .slide-overlay.cb { bottom: 5%; left: 50%; }
.slider-wrap .slide-overlay.rb { bottom: 5%; right: 5%; }

.slider-wrap .slide-overlay.cc {
	-webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%);
}
.slider-wrap .slide-overlay.ct,
.slider-wrap .slide-overlay.cb {
	-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%);
}
.slider-wrap .slide-overlay.lc,
.slider-wrap .slide-overlay.rc {
	-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);
}

.slider-wrap .slide-overlay.lf,
.slider-wrap .slide-overlay.cf,
.slider-wrap .slide-overlay.rf { bottom: 0; left: 50%; top: 0; width: 400px; }

.slider-wrap .slide-overlay.lf .overlay,
.slider-wrap .slide-overlay.cf .overlay,
.slider-wrap .slide-overlay.rf .overlay { left: 0; }

.slider-wrap .slide-overlay.lf { margin: 0 0 0 -600px; }
.slider-wrap .slide-overlay.cf { margin: 0 0 0 -200px; }
.slider-wrap .slide-overlay.rf { margin: 0 0 0 200px; }



.slider-wrap .overlay *:last-child, .slider-wrap .slide-overlay *:last-child { margin: 0 !important; }
.slider-wrap .overlay a, .slider-wrap .slide-overlay a { color: inherit; }


/* CONTENT
 *************************************************************************************************/
#container { background-position: center top; background-repeat: repeat; }
#container ol, #container ul:not(.slider) { margin: 0 0 1em 1.5em; }
#container ol ol,
#container ol ul,
#container ul ul,
#container ul ol { margin-bottom: 0; }


#content-wrap { margin: 0 auto; max-width: 1200px; width: 100%; }
#content { padding: 2.5%; }


#container .wordcloud { background: rgba(255,255,255,.5); margin: 0 auto 20px; padding: 1.25% 2.5%; text-align: center; width: 90%; }

#container .wordcloud ul {}
#container .wordcloud a { margin: 0.25em; }
#container .wordcloud span { display: inline-block; font-size: 18px; line-height: 1.667em; margin: 0.25em; padding: 0.278em 0.556em; }

#container .wordcloud.default a { color: #363b41; margin: 0 .25em; text-decoration: underline; }
#container .wordcloud.default span { color: #363b41; margin: 0 .25em; }
#container .wordcloud.default a:hover { color: #d14943; }

#container .wordcloud.tags a,
#container .wordcloud.tags span { background-color: rgba(0,0,0,.15); color: #363b41 !important; }
#container .wordcloud.tags a:hover { background-color: #d14943; color: #fff !important; }

#container .wordcloud.cloud a,
#container .wordcloud.cloud span { line-height: 36px; margin: 5px; padding: 5px 10px; }
#container .wordcloud.cloud .keyword_0 > a,
#container .wordcloud.cloud .keyword_0 > span { color: #afb1b3; font-size: 12px; }
#container .wordcloud.cloud .keyword_1 > a,
#container .wordcloud.cloud .keyword_1 > span { color: #919397; font-size: 18px; }
#container .wordcloud.cloud .keyword_2 > a,
#container .wordcloud.cloud .keyword_2 > span { color: #72757a; font-size: 24px; font-weight: 700; }
#container .wordcloud.cloud .keyword_3 > a,
#container .wordcloud.cloud .keyword_3 > span { color: #54585d; font-size: 30px; font-weight: 700; }
#container .wordcloud.cloud .keyword_4 > a,
#container .wordcloud.cloud .keyword_4 > span { color: #363b41; font-size: 36px; font-weight: 700; }

#container .wordcloud.cloud a:hover { background-color: #d14943; color: #fff; }


/* EXCERPT
 *************************************************************************************************/
#excerpt-wrap { margin: 0 auto; max-width: 1200px; width: 100%; }
#excerpt { padding: 2.5%; }

#content-wrap + #excerpt-wrap #excerpt { padding-top: 0; }


/* CTA
 *************************************************************************************************/
.cta-wrap { background-color: rgba(54,59,65,.25); background-position: center; background-repeat: no-repeat; padding: 1.25% 0; position: relative; z-index: 110;
	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}
.cta { margin: 0 auto; max-width: 1200px; padding: 0 2.5%; width: 100%; }
.cta > *:last-child { margin-bottom: 0; }

.cta svg { fill: #363b41;
	-webkit-transition: fill .35s; -moz-transition: fill .35s; -o-transition: fill .35s; transition: fill .35s;
}
.cta a:hover > svg { fill: #d14943; }

.cta.date_fromto { text-align: center; }
.cta.date_fromto h3,
.cta.date_fromto p { display: inline-block; margin: 0 0.25em; }
.cta.date_fromto .datepicker { max-width: 120px; margin-left: 0.5em; text-align: center; }


.cta.date_time { text-align: center; }
.cta.date_time h3,
.cta.date_time p { display: inline-block; margin: 0 0.25em; }
.cta.date_time .datepicker,
.cta.date_time .timepicker { max-width: 120px; margin-left: 0.5em; text-align: center; }


.cta.social-share header { margin: 0 auto; max-width: 1200px; padding: 0 30px; width: 100%; }

.cta.social-share ul.share-links { list-style: none; margin: 0 !important; padding: 0 !important; text-align: center; }
.cta.social-share ul.share-links li { display: inline-block; font-size: 0; line-height: 0; list-style: none; margin: 0 2.5%; padding: 1.25% 0; vertical-align: top; }
.cta.social-share ul.share-links a { display: inline-block; text-decoration: none; }

.cta.social-share ul.share-links svg { height: 35%; width: 35%; }
.cta.social-share ul.share-links a:hover > svg { fill: #d14943; }


/* CUBILIS
 *************************************************************************************************/
#Stardekk-Review-Container { max-width: 100%; }


/* NEWSLETTER SUBSCRIBE
 *************************************************************************************************/
.newsletter-subscribe-wrap { margin: 0 auto; max-width: 1200px; width: 100%; }
.newsletter-subscribe { padding: 2.5%; }

.newsletter-subscribe .form-wrap { text-align: center; }
.newsletter-subscribe .form-wrap p { display: inline-block; }
.newsletter-subscribe .form-wrap p:not(:first-child) { margin-left: 1.667em; }
.newsletter-subscribe .form-wrap p label { display: block; }


/* WIDGET AREAS
 *************************************************************************************************/
.content-widgets-wrap { margin: 0 auto; max-width: 1200px; width: 100%; }
.content-widgets { padding: 2.5%; }



/* FOOTER
 *************************************************************************************************/
#footer-wrap { background: #363b41; color: #adaeb2; }
#footer { margin: 0 auto; max-width: 1200px; padding: 0 30px; width: 100%; }

#footer-wrap a { color: inherit; text-decoration: none; }
#footer-wrap a:hover { color: #fff; text-decoration: none; }


/* FOOTER > hCard */
#footer-hcard { padding: 0.625em 0; text-align: left; }
#footer-hcard .column { display: inline; }


#footer-hcard a:hover .prefix { color: #adaeb2; }
#footer-hcard h2,
#footer-hcard p { display: inline-block; font-size: 0.889em; vertical-align: top; }
#footer-hcard h2 { color: #adaeb2; margin: 0; padding: 0 0.5em; }
#footer-hcard p { margin: 0 0.5em; }

#footer-hcard .prefix:not(.has-icon)::before,
#footer-hcard .street-address + .postal-code::before,
#footer-hcard .extended-address + .postal-code::before,
#footer-hcard .country-name::before { content: ''; display: inline-block; margin: 0 0.313em; }

#footer-hcard .prefix:not(.has-icon) { display: inline-block; padding-right: 0.313em; }
#footer-hcard .prefix:not(.has-icon)::after { content: ': '; }

#footer-hcard .prefix.has-icon,
#footer-hcard .facebook.has-icon,
#footer-hcard .googleplus.has-icon,
#footer-hcard .linkedin.has-icon,
#footer-hcard .twitter.has-icon,
#footer-hcard .pinterest.has-icon,
#footer-hcard .tripadvisor.has-icon { display: inline-block; height: 1.667em; position: relative; vertical-align: top; width: 2em; }

#footer-hcard .prefix.has-icon svg,
#footer-hcard .facebook.has-icon svg,
#footer-hcard .googleplus.has-icon svg,
#footer-hcard .linkedin.has-icon svg,
#footer-hcard .twitter.has-icon svg,
#footer-hcard .pinterest.has-icon svg,
#footer-hcard .tripadvisor.has-icon svg { fill: inherit; fill: currentColor; height: 1.25em; left: 50%; position: absolute; top: 50%; width: 1.25em;
	-webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%);
}

#footer-hcard .type,
#footer-hcard .hidden { display: none; visibility: none; }


/* FOOTER > WIDGET AREA
 *************************************************************************************************/
#footer-widget-area { padding: 2.5% 0; }

#footer-widget-area .widget { float: left; }
#footer-widget-area .widget + .widget { margin-left: 5%; }

#footer-widget-area.widget-area-1 .widget { float: none; width: 100%; }
#footer-widget-area.widget-area-2 .widget { width: 47.5%; }
#footer-widget-area.widget-area-3 .widget { width: 30%; }
#footer-widget-area.widget-area-4 .widget { width: 21.25%; }


/* FOOTER BOTTOM
 *************************************************************************************************/
#footer-bottom-wrap { background: #fff; }
#footer-bottom { margin: 0 auto; max-width: 1200px; padding: 0 30px; width: 100%; }


#nav-footer { float: left; width: 75%; }
#nav-footer a { color: #7b7c82; font-size: 16px; line-height: 1.875em; padding: 5px 0.5em; }
#nav-footer a:hover { color: #d14943; }
#nav-footer li:not(:first-child) a::before { content: ' - '; left: -0.5em; position: relative; }


/* SCROLL TO TOP
 *************************************************************************************************/
#scroll-to-top { background: rgba(0,0,0,.5); bottom: 5%; font-size: 0; height: 50px; line-height: 0; position: fixed; right: 0; width: 50px; z-index: 10001;
	-webkit-transition: background .35s; -moz-transition: background .35s; -o-transition: background .35s; transition: background .35s;
}
#scroll-to-top::before,
#scroll-to-top::after { background: #ddd; content: ''; display: block; height: 4px; left: 50%; position: absolute; top: 50%; width: 24px;
	-webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px;
	-webkit-transition: all .35s; -moz-transition: all .35s; -o-transition: all .35s; transition: all .35s;
}
#scroll-to-top::before { margin: -12px 0 0 -22px;
	-webkit-transform-origin: center right; -moz-transform-origin: center right; -o-transform-origin: center right; transform-origin: center right;
	-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);
}
#scroll-to-top::after { margin: -12px 0 -4px;
	-webkit-transform-origin: center left; -moz-transform-origin: center left; -o-transform-origin: center left; transform-origin: center left;
	-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);
}


#scroll-to-top:hover { background-color: rgba(0,0,0,.75); }
#scroll-to-top:hover::before { background: #fff;
	-webkit-transform: rotate(-60deg); -moz-transform: rotate(-60deg); -o-transform: rotate(-60deg); transform: rotate(-60deg);
}
#scroll-to-top:hover::after { background: #fff;
	-webkit-transform: rotate(60deg); -moz-transform: rotate(60deg); -o-transform: rotate(60deg); transform: rotate(60deg);
}


/* ORIGINAL MEDIA
 *************************************************************************************************/
#about-the-author { font-size: 16px; margin: 0; text-align: left; }
#about-the-author.center { text-align: center; }
#about-the-author.right { text-align: right; }


.original-media { color: #7b7c82 !important; display: inline-block; padding: 5px 0.5em; padding-left: 1.7em; position: relative; text-decoration: none; white-space: nowrap; }
.original-media span { display: none; }
.original-media strong { color: #d14943; font-weight: inherit; text-transform: lowercase; }
.original-media:before { border: 2px solid #d14943; content: ''; display: block; height: 1.1em; left: 0.5em; margin-top: -0.5em; position: absolute; top: 50%; width: 1.1em;
	-webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%;
}

/* ORIGINAL MEDIA > Default */
#about-the-author.default { float: right; text-align: right; width: 22.5%; }


/* ORIGINAL MEDIA > Fixed */
#about-the-author.fixed { background: rgba(0,0,0,.15); bottom: 0.2em; position: fixed; z-index: 999; }
#about-the-author.fixed.left { left: 0.2em; }
#about-the-author.fixed.center { left: 50%;
	-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%);
}
#about-the-author.fixed.right { right: 0.2em; }

#about-the-author.fixed .original-media { color: #fff; }


/* ORIGINAL MEDIA > About */
#about-original-media-wrap { background: #363b41; color: #adaeb2; }
#about-original-media { margin: 0 auto; max-width: 1200px; width: 100%; }
#about-original-media .content { padding: 2.5%; }

#about-original-media h2 { text-align: center; }
#about-original-media a { color: #adaeb2; text-decoration: none; }
#about-original-media a:hover { color: #fff; }


/* DISCLAIMER
 *************************************************************************************************/
#disclaimer-wrap { background: #eee; color: #787878; font-size: 0.778em; }
#disclaimer { margin: 0 auto; max-width: 1200px; padding: 0.556em 30px; width: 100%; }
	
.disclaimer-txt { float: left; margin-bottom: 0; padding: 0; width: 70%; }
.disclaimer-buttons { float: right; margin-bottom: 0; text-align: right; width: 25%; }

#disclaimer .accept { background: #b8b8b8; color: #fff !important; margin-right: 1em; }
#disclaimer .accept:hover { background: #d14943;; }

#disclaimer .readmore { color: inherit; font-size: 0.857em; text-decoration: none; white-space: nowrap; }
#disclaimer .readmore:hover { text-decoration: underline; }


/* SITEMAP
 *************************************************************************************************/
ul.sitemap { list-style: none; margin: 0 0 1em 40px; padding: 0; }
ul.sitemap ul { list-style: none; margin: 0 0 0 40px; padding: 0; }

ul.sitemap li { list-style: none; margin: 0; padding: 0; text-align: left; }
ul.sitemap a { background: #fff; display: inline-block; margin: 0 0 1px; padding: 5px 20px 5px 60px; position: relative; text-decoration: none; }
ul.sitemap a,
ul.sitemap a *,
ul.sitemap a:before {
	-webkit-transition: all .35s; -moz-transition: all .35s; -o-transition: all .35s; transition: all .35s;
}

ul.sitemap a::before { background-color: rgba(0,0,0,.1); background-position: left center; background-repeat: no-repeat; background-size: 0 0; bottom: 0; content: ''; display: block; left: 0; position: absolute; top: 0; width: 40px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0xNCAtMTQgMTI4IDEyOCI+CiAgPHBhdGggZmlsbD0iI0ZGRiIgZD0iTTkwLjE5NiA1MUw0OS42MSA5MS41ODdsMi41OSAyLjc2M0w5Ny40NSA0OS4xIDUyLjIgMy44NWwtMi41OSAyLjc2M0w5MC4xOTUgNDcuMkgtMi41NVY1MSIvPgo8L3N2Zz4K");
}

ul.sitemap a:hover { background: #d14943; color: #fff !important; }
ul.sitemap a:hover::before { background-color: rgba(0,0,0,.2); background-position: center center; background-size: 30px 30px; }


/* FANCYBOX
 *************************************************************************************************/
a.fancybox { display: block; position: relative; }
a.fancybox::after { background: rgba(0,0,0,.5); bottom: 0; content: ''; display: block; left: 0; opacity: 0; position: absolute; right: 0; top: 0; z-index: 10;
	-webkit-transition: all .35s; -moz-transition: all .35s; -o-transition: all .35s; transition: all .35s;
}
a.fancybox:hover::after { opacity: .99; }

a.fancybox::before { background-position: center; background-repeat: no-repeat; content: ''; display: block; height: 50px; left: 50%; margin: -20px 0 0 -20px; opacity: 0; position: absolute; top: 50%; width: 40px; z-index: 15;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='-10 -10 100 100'><path fill='%23fff' d='M89.926 80.873L64.033 54.978c4.923-6.762 7.86-15.062 7.86-24.067 0-22.632-18.347-40.98-40.983-40.98-22.637 0-40.984 18.348-40.984 40.985 0 22.638 18.347 40.985 40.984 40.985 9.006 0 17.306-2.94 24.067-7.86l25.896 25.89 9.053-9.055zM30.91 59.087c-15.537 0-28.177-12.643-28.177-28.177 0-15.537 12.64-28.177 28.177-28.177 15.534 0 28.177 12.64 28.177 28.177 0 15.534-12.643 28.177-28.177 28.177z'/></svg>");
	-webkit-background-size: 0px 0px; -moz-background-size: 0px 0px; -o-background-size: 0px 0px; background-size: 0px 0px;
	-webkit-transition: all .35s; -moz-transition: all .35s; -o-transition: all .35s; transition: all .35s;
}
a.fancybox:hover::before { opacity: .99;
	-webkit-background-size: 40px 40px; -moz-background-size: 40px 40px; -o-background-size: 40px 40px; background-size: 40px 40px;
}


/* READ MORE
 *************************************************************************************************/
.readmore.animated { cursor: pointer; display: block; font-size: 1em; height: 1em; line-height: 1em; margin: 0 auto .75em; position: relative; text-align: center; width: 60px; }
.readmore.animated span,
.readmore.animated::before,
.readmore.animated::after { background: #fff; border: 1px solid #b8b8b8; content: ''; display: block; font-size: 0; height: 8px; left: 50%; line-height: 0; margin: -4px 0 0; position: absolute; text-indent: -9999px; top: 50%; width: 8px;
	-webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%;
	-webkit-transition: border, top .35s; -moz-transition: border, top .35s; -o-transition: border, top .35s; transition: border, top .35s;
}
.readmore.animated span { margin-left: -4px; }
.readmore.animated::before { margin-left: -16px; }
.readmore.animated::after { margin-left: 8px; }
.readmore.animated:hover span { border-color: #d14943; top: 75%; }
.readmore.animated:hover::before,
.readmore.animated:hover::after { border-color: #d14943; top: 25%; }


/* CONTACT
 *************************************************************************************************/
#gmap-wrap { position: relative; z-index: 90; }
#gmap-wrap #gmap { height: 500px; }

.gmap-infowindow { display: table; min-width: 320px; }
.gmap-infowindow a { color: inherit; text-decoration: none; }
.gmap-infowindow h3 { display: table-row; margin: 0 0 0.25em; }
.gmap-infowindow p { margin: 0; }

.gmap-infowindow .address,
.gmap-infowindow .coordinates { display: table-cell; vertical-align: top; width: 50%; }
.gmap-infowindow .coordinates { }
.gmap-infowindow .coordinates a { text-decoration: none; white-space: nowrap; }
.gmap-infowindow .coordinates svg { fill: currentColor; height: 1em; margin: 0 0.5em 0 0; width: auto; }

#get-directions { background: #363b41; color: #fff; padding: 0.25em 0; }
#get-directions p { display: block; margin: 0 auto; max-width: 1200px; text-align: center; width: 100%; }

#get-directions label { display: inline-block; margin: 0 0.5em; }
#get-directions label::after { content: ':'; }

#get-directions #get-directions-start { margin: 0 0.25em; }

#map-directions-wrap { margin: 0 auto; max-width: 1200px; width: 100%; }
#map-directions { padding: 2.5%; }


/* ADMIN BAR
 *************************************************************************************************/
#wp-admin-bar-wp-logo,
#wp-admin-bar-comments { display: none !important; }



/* UI TIME PICKER
 *************************************************************************************************/
.ui-timepicker-wrapper { background: #fff; border: 1px solid #ddd; height: 150px; margin: 0; outline: none; overflow-y: auto; width: 6.5em; z-index: 10001;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2); -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2); -o-box-shadow: 0 5px 10px rgba(0,0,0,0.2); box-shadow:0 5px 10px rgba(0,0,0,0.2);
}
.ui-timepicker-wrapper.ui-timepicker-with-duration { width: 13em; }
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 { width: 11em; }
.ui-timepicker-list { list-style: none; margin: 0; padding: 0; }

.ui-timepicker-duration { color: #888; margin-left: 5px; }
.ui-timepicker-list:hover .ui-timepicker-duration { color: #888; }
.ui-timepicker-list li { color: #000; cursor: pointer; list-style: none; margin: 0; padding: 3px 0 3px 5px; white-space: nowrap; }
.ui-timepicker-list:hover .ui-timepicker-selected { background: #fff; color: #000; }

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover { background: #1980EC; color: #fff; }

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration { color: #ccc; }
.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled { color: #888; cursor: default; }
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled { background: #f2f2f2; }


/* http://www.heydonworks.com/article/tetris-the-power-of-css */

.gallery-wrap { clear: left; margin: 0 0 1em; overflow: hidden; }
.galler-wrap ul.gallery,
#container .gallery-wrap ul.gallery { display: block; font-size: 0; line-height: 0; list-style: none; margin: 0 !important; padding: 0 !important; width: 100%; }
.gallery li { list-style: none; margin: 0; padding: 0; }
.gallery figure { display: block; overflow: hidden; width: 100%; }
.gallery figcaption { display: none; }
.gallery img { height: auto; max-width: 100%; }


.gallery:not(.type-slider) li { display: block; float: left; vertical-align: top; }
.gallery:not(.type-slider) a { background-position: center; background-repeat: no-repeat; display: block; height: 0; overflow: hidden; padding: 0 0 75%; position: relative; width: 100%;
	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}
.gallery:not(.type-slider) img { display: none; }


@media only screen and ( max-width: 640px ) {
	.gallery li { width: 50% !important; }
	.gallery li:nth-child(2n+1):last-child { float: none !important; width: 100% !important; }
}

/* GALLERY - BORDER
 *************************************************************************************************/
.gallery:not(.type-slider).hairline { padding-bottom: 1px; padding-right: 1px; }
.gallery:not(.type-slider).hairline figure { padding-left: 1px; padding-top: 1px; }

.gallery:not(.type-slider).fat-border { padding: 5px; }
.gallery:not(.type-slider).fat-border figure { padding: 5px; }


/* GALLERY - 2 COLUMNS
 *************************************************************************************************/
.gallery.type-2-columns li { width: 50%; }
.gallery.type-2-columns li:nth-child(2n+1):last-child { float: none; width: 100%; }


/* GALLERY - 3 COLUMNS
 *************************************************************************************************/
@media only screen and ( min-width: 640px ) {
	.gallery.type-3-columns li { width: 33.33%; }

	.gallery.type-3-columns li:nth-child(3n+1):last-child { width: 100%; }
	.gallery.type-3-columns li:nth-child(3n+1):nth-last-child(4),
	.gallery.type-3-columns li:nth-child(3n+1):nth-last-child(4) + li,
	.gallery.type-3-columns li:nth-child(3n+1):nth-last-child(4) + li + li,
	.gallery.type-3-columns li:nth-child(3n+1):nth-last-child(4) + li + li + li,
	.gallery.type-3-columns li:nth-child(3n+1):nth-last-child(4) + li + li + li + li { width: 50%; }

	.gallery.type-3-columns li:nth-child(3n+1):nth-last-child(2),
	.gallery.type-3-columns li:nth-child(3n+1):nth-last-child(2) + li { width: 50%; }
}


/* GALLERY - 4 COLUMNS
 *************************************************************************************************/
@media only screen and ( min-width: 640px ) {
	.gallery.type-4-columns li { width: 25%; }

	.gallery.type-4-columns li:nth-child(4n+1):nth-last-child(5),
	.gallery.type-4-columns li:nth-child(4n+1):nth-last-child(5) + li,
	.gallery.type-4-columns li:nth-child(4n+1):nth-last-child(5) + li + li { width: 33.33%; }
	.gallery.type-4-columns li:nth-child(4n+1):nth-last-child(5) + li + li + li,
	.gallery.type-4-columns li:nth-child(4n+1):nth-last-child(5) + li + li + li + li { width: 50%; }

	.gallery.type-4-columns li:nth-child(4n+1):nth-last-child(2),
	.gallery.type-4-columns li:nth-child(4n+1):nth-last-child(2) + li { width: 50%; }

	.gallery.type-4-columns li:nth-child(4n+1):nth-last-child(6),
	.gallery.type-4-columns li:nth-child(4n+1):nth-last-child(6) + li,
	.gallery.type-4-columns li:nth-child(4n+1):nth-last-child(6) + li + li,
	.gallery.type-4-columns li:nth-child(4n+1):nth-last-child(6) + li + li + li,
	.gallery.type-4-columns li:nth-child(4n+1):nth-last-child(6) + li + li + li + li,
	.gallery.type-4-columns li:nth-child(4n+1):nth-last-child(6) + li + li + li + li + li { width: 33.33%; }

	.gallery.type-4-columns li:nth-child(4n+1):nth-last-child(3),
	.gallery.type-4-columns li:nth-child(4n+1):nth-last-child(3) + li,
	.gallery.type-4-columns li:nth-child(4n+1):nth-last-child(3) + li + li { width: 33.33%; }
}


/* GALLERY - 5 COLUMNS
 *************************************************************************************************/
@media only screen and ( min-width: 640px ) {
	.gallery.type-5-columns li { width: 20%; }

	.gallery.type-5-columns li:nth-child(5n+1):nth-last-child(4),
	.gallery.type-5-columns li:nth-child(5n+1):nth-last-child(4) + li,
	.gallery.type-5-columns li:nth-child(5n+1):nth-last-child(4) + li + li,
	.gallery.type-5-columns li:nth-child(5n+1):nth-last-child(4) + li + li + li { width: 25%; }

	.gallery.type-5-columns li:nth-child(5n+1):nth-last-child(3),
	.gallery.type-5-columns li:nth-child(5n+1):nth-last-child(3) + li,
	.gallery.type-5-columns li:nth-child(5n+1):nth-last-child(3) + li + li { width: 33.33%; }

	.gallery.type-5-columns li:nth-child(5n+1):nth-last-child(7),
	.gallery.type-5-columns li:nth-child(5n+1):nth-last-child(7) + li,
	.gallery.type-5-columns li:nth-child(5n+1):nth-last-child(7) + li + li,
	.gallery.type-5-columns li:nth-child(5n+1):nth-last-child(7) + li + li + li { width: 25%; }
	.gallery.type-5-columns li:nth-child(5n+1):nth-last-child(7) + li + li + li + li,
	.gallery.type-5-columns li:nth-child(5n+1):nth-last-child(7) + li + li + li + li + li,
	.gallery.type-5-columns li:nth-child(5n+1):nth-last-child(7) + li + li + li + li + li + li { width: 33.33%; }

	.gallery.type-5-columns li:nth-child(5n+1):nth-last-child(6),
	.gallery.type-5-columns li:nth-child(5n+1):nth-last-child(6) + li,
	.gallery.type-5-columns li:nth-child(5n+1):nth-last-child(6) + li + li,
	.gallery.type-5-columns li:nth-child(5n+1):nth-last-child(6) + li + li + li,
	.gallery.type-5-columns li:nth-child(5n+1):nth-last-child(6) + li + li + li + li,
	.gallery.type-5-columns li:nth-child(5n+1):nth-last-child(6) + li + li + li + li + li { width: 33.33%; }
}


/* GALLERY - SLIDER
 *************************************************************************************************/
.gallery-wrap ul.type-slider { font-size: 0; line-height: 0; }
.gallery-wrap ul.type-slider:not(.slick-slider) li:not(:first-child) { display: none; }


.widget { }
.widget h3 { text-align: center; }
.widget h3 a { }

.widget a { color: inherit; text-decoration: none; }
.widget a:hover { text-decoration: underline; }
.widget svg { fill: currentColor; }


/* HCARD 
 *************************************************************************************************/
.om_widget_hcard { }
.om_widget_hcard h2 > a.url { display: block; }
.om_widget_hcard h2 > a.url img,
.om_widget_hcard h2 > a.url svg { height: auto; max-width: 100%; }

.om_widget_hcard .type,
.om_widget_hcard .hidden,
.om_widget_hcard :not(.has-icons) .adr .prefix,
.om_widget_hcard :not(.has-icons) .facebook .prefix { display: none; }

.om_widget_hcard .has-icons p { padding: 0 0 0 2em; position: relative; }
.om_widget_hcard .has-icons .prefix { left: 0; position: absolute; vertical-align: baseline; }
.om_widget_hcard .has-icons .prefix svg { fill: currentColor; height: 1em; width: auto; }

.om_widget_hcard .hcard-container:not(.has-icons) .prefix { display: inline-block; font-size: 0.778em; margin: 0 0.25em 0 0; min-width: 3.75em; }
.om_widget_hcard .hcard-container:not(.has-icons) .prefix::after { content: ':'; }


.om_widget_hcard .tel { margin: 0; }
.om_widget_hcard abbr { white-space: nowrap; }


/* NAV MENU 
 *************************************************************************************************/
.widget_nav_menu { }
.widget_nav_menu ul {  margin: 0 0 1em 1.25em; }


/* IMAGE 
 *************************************************************************************************/
.om_widget_image { }

.om_widget_image figure { font-size: 0; line-height: 0; text-align: center; }
.om_widget_image figcaption { display: none; }
.om_widget_image a { display: inline-block; position: relative; text-decoration: none; }
.om_widget_image img { height: auto; max-width: 100%; }


/* SLIDER 
 *************************************************************************************************/
.om_widget_slider { }
.om_widget_slider ul,
.om_widget_slider li { font-size: 0; line-height: 0; list-style: none; margin: 0; padding: 0; }

.om_widget_slider a { background-position: center; background-repeat: no-repeat; height: 0; padding: 0 0 66.66%; position: relative; text-align: center; text-decoration: none;
	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}
.om_widget_slider img { display: none !important; height: auto; margin: 0 auto; width: 100%; }


/* TESTIMONIALS 
 *************************************************************************************************/
.om_widget_testimonials { }
.om_widget_testimonials ul,
.om_widget_testimonials li { list-style: none; margin: 0; padding: 0; }

.om_widget_testimonials li > h3 { color: inherit; margin: 0; text-align: left; }
.om_widget_testimonials .testimonial_meta { font-size: 0.778em; }
.om_widget_testimonials *:last-child { margin-bottom: 0; }

.om_widget_testimonials figure { margin: 0 0 1em; }
.om_widget_testimonials figcaption { display: none; }
.om_widget_testimonials img { height: auto; margin: 0 auto; max-width: 100%; }


.blog { }


.blog #content .content-category,
.blog #content .content-tag { margin-bottom: 5%; }


.blog #content .post { margin: 0 0 1.5em; position: relative; }
.blog #content .post a { display: block; padding: 10px; position: relative; text-decoration: none; width: 100%; z-index: 0;
	-webkit-transition: all .35s; -moz-transition: all .35s; -o-transition: all .35s; transition: all .35s;
}
.blog #content .post a:hover { background: #eee; }

.blog #content .post.sticky a { background: #eee; }

.blog #content .post figure,
.blog #content .post .placeholder { background: #d14943; display: block; float: left; font-size: 0; height: 0; line-height: 0; padding-bottom: 66%; position: relative; width: 100%; }
.blog #content .post .placeholder svg { fill: rgba(255,255,255,.25); left: 50%; position: absolute; top: 50%;
	-webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%);
}

.blog #content .post figure { background-position: center center; background-repeat: no-repeat; font-size: 0; line-height: 0;
	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}
.blog #content .post figure img { display: none; height: auto; max-width: 100%; }
.blog #content .post figure figcaption { display: none; }


.blog #content .post header { padding: 1em 2.5%; }
.blog #content .post header .entry-title { margin: 0 0 0.5em; }
.blog #content .post header .entry-author,
.blog #content .post header .entry-date { color: #787878; font-size: 0.778em; font-weight: inherit; line-height: 1; margin: 0; }

.blog #content .post .entry-content { color: #363b41; font-size: 0.889em; padding: 1em 2.5% 0; text-align: justify; }

.blog #content .post .readmore { color: #787878; }


/* ARCHIVE STYLE
 *************************************************************************************************/
.blog #content .post:not(.grid) { clear: left; }
.blog #content .post:not(.grid) + .post:not(.grid) { border-top: 1px solid #ccc; padding-top: 1.5em; }


@media only screen and ( min-width: 640px ) {
	.blog #content .post:not(.grid) aside { width: 25%; }
	
	.blog #content .post:not(.grid):not(.no-post-thumbnail) header,
	.blog #content .post:not(.grid):not(.no-post-thumbnail) .entry-content { position: relative; width: 70%; }

	.blog #content .post:not(.grid) .readmore { bottom: 0; position: absolute; right: 2.5%; text-align: right; }
	

	/* ARCHIVE STYLE > LIST LEFT
	 *************************************************************************************************/
	.blog #content .post.list-left aside,
	.blog #content .post.list-alt:nth-child(even) aside { float: left; }
	
	.blog #content .post.list-left:not(.no-post-thumbnail) header,
	.blog #content .post.list-alt:not(.no-post-thumbnail):nth-child(even) header,
	.blog #content .post.list-left:not(.no-post-thumbnail) .entry-content,
	.blog #content .post.list-alt:not(.no-post-thumbnail):nth-child(even) .entry-content { float: right; }


	/* ARCHIVE STYLE > LIST RIGHT
	 *************************************************************************************************/
	.blog #content .post.list-right aside,
	.blog #content .post.list-alt:nth-child(odd) aside { float: right; }
	
	.blog #content .post.list-right:not(.no-post-thumbnail) header,
	.blog #content .post.list-alt:not(.no-post-thumbnail):nth-child(odd) header,
	.blog #content .post.list-right:not(.no-post-thumbnail) .entry-content,
	.blog #content .post.list-alt:not(.no-post-thumbnail):nth-child(odd) .entry-content { float: left; }
}


/* ARCHIVE STYLE > GRID
 *************************************************************************************************/
.blog #content .post.grid figure,
.blog #content .post.grid .placeholder { margin: 0 0 10px; }
.blog #content .post.grid .readmore { border-top: 1px solid #ccc; display: block; text-align: center; width: 100%; }

@media only screen and ( min-width: 1000px ) {
	.blog #content .post.grid { width: 30%; }
	.blog #content .post.grid:nth-child(3n+1) { clear: left; margin-left: 0; }
}

@media only screen and ( max-width: 1000px ) and ( min-width: 640px ) {
	.blog #content .post.grid { width: 45%; }
	.blog #content .post.grid:nth-child(2n+1) { clear: left; margin-left: 0; }
}

@media only screen and ( min-width: 640px ) {
	.blog #content .post.grid { float: left; margin-left: 5%; }
	.blog #content .post.grid a {
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,.15); -moz-box-shadow: 0 0 5px rgba(0,0,0,.15); -obox-shadow: 0 0 5px rgba(0,0,0,.15); box-shadow: 0 0 5px rgba(0,0,0,.15);
	}
	.blog #content .post.grid a:hover {
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.25); -moz-box-shadow: 0 0 10px rgba(0,0,0,.25); -obox-shadow: 0 0 10px rgba(0,0,0,.25); box-shadow: 0 0 10px rgba(0,0,0,.25);
	}
}

@media only screen and ( max-width: 640px ) {
	.blog #content .post + .post { border-top: 1px solid #ccc; padding-top: 1.5em; }
	.blog #content .post a:hover { background: #eee; }
	
	
	.blog #content .post figure,
	.blog #content .post .placeholder { margin: 0 0 10px; }
	.blog #content .post .readmore { border-top: 1px solid #ccc; display: block; text-align: center; width: 100%; }
}


/* PAGINATION
 *************************************************************************************************/
.pagination { text-align: center; }

.pagination .page-numbers { color: #7b7c82 !important; }
.pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover { color: #d14943 !important; }
.pagination .page-numbers:not(.prev):not(.next) { display: inline-block; font-size: 18px; line-height: 1.667em; margin: 0 0.278em; min-width: 2.222em; padding: 0.278em 0.556em; text-align: center; }

.pagination a.page-numbers:not(.prev):not(.next) { background: #eee; border: 1px solid #ccc; }
.pagination a.page-numbers:not(.prev):not(.next):hover { background: #d14943; border-color: #d14943; color: #fff !important; }


.pagination span.page-numbers { color: #999; }


.single-post .entry-title { margin: 0 0 0.5em; }
.single-post .entry-author,
.single-post .entry-date { color: #787878; font-size: 0.778em; font-weight: inherit; line-height: 1; margin: 0; }

.single-post .post-meta { margin: 0 0 1.5em; position: relative; }


.single-post .return { position: absolute; right: 0; top: 0; }

/* EXCERPT
 *************************************************************************************************/
.single-post .post-excerpt { background: #eee; margin: 0 0 1.5em; padding: 1% 2.5%; }
.single-post .post-excerpt *:last-child { margin: 0; }


/* CATEGORIES & TERMS
 *************************************************************************************************/
.single-post .categories-list,
.single-post .terms-list { text-align: center; }


.single-post .categories-list > h3,
.single-post .terms-list > h3 { font-weight: inherit; }
.single-post .categories-list > h3 strong,
.single-post .terms-list > h3 strong { font-weight: 700; }


.single-post .categories-list ul,
.single-post .terms-list ul { margin-bottom: 20px !important; }

.single-post .categories-list a,
.single-post .terms-list a { background-color: rgba(0,0,0,.15); color: #363b41 !important; margin: 0.25em !important; }
.single-post .categories-list a:hover,
.single-post .terms-list a:hover { background-color: #d14943; color: #fff !important; }


/* PAGINATION
 *************************************************************************************************/
.single-post .single-pagination { }
.single-post .single-pagination ul { width: 100%; }
.single-post .single-pagination li { float: left; margin: 0 2%; width: 46%; }


.single-post .single-pagination a { display: block; width: 100%; }
.single-post .single-pagination .prev > a { padding-left: 3em; text-align: left; }
.single-post .single-pagination .next > a { padding-right: 3em; text-align: right; }


.single-post .single-pagination h3 { color: #7b7c82; font-weight: inherit; margin: 0; }
.single-post .single-pagination p { font-size: 0.889em; margin: 0; }


.single-post .single-pagination a::before,
.single-post .single-pagination a::after { background: #7b7c82; content: ''; display: block; height: 4px; position: absolute; top: 50%; width: 20px;
	-webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px;
	-webkit-transition: all .35s; -moz-transition: all .35s; -o-transition: all .35s; transition: all .35s;
}

.single-post .single-pagination .prev > a::before,
.single-post .single-pagination .next > a::before { margin-top: 1px; }
.single-post .single-pagination .prev > a::after,
.single-post .single-pagination .next > a::after { margin-top: -1px; }

.single-post .single-pagination .prev > a::before,
.single-post .single-pagination .prev > a::after { left: 2.5%;
	-webkit-transform-origin: 0 50%; -moz-transform-origin: 0 50%; -o-transform-origin: 0 50%; transform-origin: 0 50%;
}

.single-post .single-pagination .next > a::before,
.single-post .single-pagination .next > a::after { right: 2.5%;
	-webkit-transform-origin: 100% 50%; -moz-transform-origin: 100% 50%; -o-transform-origin: 100% 50%; transform-origin: 100% 50%;
}


.single-post .single-pagination .prev > a::before,
.single-post .single-pagination .next > a::after {
	-webkit-transform: rotate( -40deg ); -moz-transform: rotate( -40deg ); -o-transform: rotate( -40deg ); transform: rotate( -40deg );
}
.single-post .single-pagination .prev > a::after,
.single-post .single-pagination .next > a::before {
	-webkit-transform: rotate( 40deg ); -moz-transform: rotate( 40deg ); -o-transform: rotate( 40deg ); transform: rotate( 40deg );
}


.single-post .single-pagination a:hover { background: #d14943; }
.single-post .single-pagination a:hover h3 { color: #fff; }
.single-post .single-pagination a:hover p { color: rgba(255,255,255,.5); }
.single-post .single-pagination a:hover::before,
.single-post .single-pagination a:hover::after { background: #fff; }


/* RESPONSIVE
 *************************************************************************************************/
@media only screen and ( max-width: 900px ) {
	.single-post .single-pagination h3 { display: none; }
	
	.single-post .single-pagination a::before,
	.single-post .single-pagination a::after { height: 2px; margin-top: 0 !important; width: 10px; }
}
@media only screen and ( max-width: 640px ) {
	.single-post .return { background: #eee; display: inline-block; padding: 0.278em 0.556em; top: -0.278em; }
	.single-post .return > span { display: none; }
}
@media only screen and ( max-width: 480px ) {
	.single-post .single-pagination p > span { display: none; }
}


.masonry-grid { display: block; list-style: none; margin: 0 auto 1em !important; padding: 0; width: 100%; }

.masonry-item { float: left; display: block; font-size: 0; line-height: 0; list-style: none; margin: 0; padding: 0; width: 25%; }
.masonry-item a { background: #363b41; color: #adaeb2; display: block; height: 0; overflow: hidden; padding-bottom: 100%; position: relative; text-decoration: none; }
.masonry-item.no-link a { cursor: default; }

.masonry-item:not(.has-img) a {/* background: rgba(0,0,0,.35); */}

.masonry-item .image { background-color: #000; background-position: center center; background-repeat: no-repeat; bottom: 0; left: 0; position: absolute; right: 0; top: 0; z-index: 0;
	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
	-webkit-transition: all .35s; -moz-transition: all .35s; -o-transition: all .35s; transition: all .35s;
	-webkit-perspective: 1000px; -moz-perspective: 1000px; -o-perspective: 1000px; perspective: 1000px;
}
.masonry-item .image img { display: none; }

.masonry-item .hover { font-size: 0.9375vw; left: 0; line-height: 1.5em; padding: 0 5%; position: absolute; right: 0; text-align: center; top: 50%; z-index: 10;
	-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);
}
.masonry-item .hover h3 { color: #fff; display: inline-block; font-size: 2em; font-weight: 300; line-height: 1.25em; margin: 0 0 1em; position: relative;
	-webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s;
}
.masonry-item .hover h3::after { background: #fff; bottom: -0.5em; content: ''; display: block; height: 1px; left: 0; position: absolute; width: 100%; }
.masonry-item .hover p { font-size: 1em;
	-webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s;
}

.masonry-item .overlay { background: rgba(0,0,0,0); bottom: 0; left: 0; position: absolute; right: 0; top: 0; z-index: 5;
	-webkit-transition: background .35s; -moz-transition: background .35s; -o-transition: background .35s; transition: background .35s;
}

@media only screen and ( max-width: 1000px ) {
	.masonry-item { width: 50%; }
	
	.masonry-item a { padding-bottom: 75%; }
	.masonry-item .hover { font-size: 14px; }
	.masonry-item .hover h3 { font-size: 1.5em; }
}
@media only screen and ( min-width: 640px ) and ( max-width: 1000px ) {
	.masonry-item:nth-child(2n+1):last-child { clear: left; width: 100%; }
	.masonry-item:nth-child(2n+1):last-child > a { padding-bottom: 37.5%; }
}
@media only screen and ( max-width: 640px ) {
	.masonry-item { float: none; width: 100%; }
	.masonry-item a { padding-bottom: 56.25%; }
	.masonry-item .hover { font-size: 12px; }
}

/* MASONRY - HOVER
 *************************************************************************************************/
.masonry-item.has-img .hover h3 { display: inline-block; opacity: 0;
	-webkit-transform: translateY(-25%); -moz-transform: translateY(-25%); -o-transform: translateY(-25%); transform: translateY(-25%);
}
.masonry-item.has-img .hover h3::after { background: rgba(255,255,255,0); left: 35%; width: 30%;
	-webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s;
}
.masonry-item.has-img .hover p { opacity: 0;
	-webkit-transform: translateY(25%); -moz-transform: translateY(25%); -o-transform: translateY(25%); transform: translateY(25%);
}

.masonry-item.has-img a:hover .image {
	-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1);
}
.masonry-item.has-img a:hover .overlay { background: rgba(0,0,0,.5); }
.masonry-item.has-img a:hover .hover h3,
.masonry-item.has-img a:hover .hover p { opacity: .99;
	-webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);
}
.masonry-item.has-img a:hover .hover h3::after { background: rgba(255,255,255,.75); left: 0; right: 0; width: 100%; }


/* MASONRY - MAX TO HD
 *************************************************************************************************/
.masonry-grid.max-hd { max-width: 1920px; }

@media only screen and ( min-width: 1920px ) {
	.masonry-grid.max-hd .masonry-item .hover { font-size: 18px !important; }
}

/* MASONRY - BORDER
 *************************************************************************************************/
.masonry-grid.hairline { padding-bottom: 1px; padding-right: 1px; }
.masonry-grid.hairline a { margin-left: 1px;  margin-top: 1px; }

.masonry-grid.fat-border { padding: 5px; }
.masonry-grid.fat-border a { margin: 5px; }


/* MASONRY - STYLE 01
 *************************************************************************************************/
@media only screen and ( min-width: 1000px ) {
	#masonry-01 #masonry-item-0,
	#masonry-01 #masonry-item-1,
	#masonry-01 #masonry-item-5,
	#masonry-01 #masonry-item-6,
	#masonry-01 #masonry-item-7,
	#masonry-01 #masonry-item-10 { width: 50%; }

	#masonry-01 #masonry-item-2,
	#masonry-01 #masonry-item-3,
	#masonry-01 #masonry-item-4 { width: 33.33%; }

	#masonry-01 #masonry-item-0 > a,
	#masonry-01 #masonry-item-1 > a,
	#masonry-01 #masonry-item-5 > a,
	#masonry-01 #masonry-item-10 > a { padding-bottom: 50%; }

	#masonry-01 #masonry-item-2 > a,
	#masonry-01 #masonry-item-3 > a,
	#masonry-01 #masonry-item-4 > a { padding-bottom: 75%; }

	#masonry-01 #masonry-item-7 { margin-top: -25%; }
}


/* MASONRY - STYLE 02
 *************************************************************************************************/
@media only screen and ( min-width: 1000px ) {
	#masonry-02 #masonry-item-0,
	#masonry-02 #masonry-item-1,
	#masonry-02 #masonry-item-5,
	#masonry-02 #masonry-item-6,
	#masonry-02 #masonry-item-7,
	#masonry-02 #masonry-item-11 { width: 50%; }

	#masonry-02 #masonry-item-2,
	#masonry-02 #masonry-item-3,
	#masonry-02 #masonry-item-4 { width: 33.33%; }

	#masonry-02 #masonry-item-0 > a,
	#masonry-02 #masonry-item-1 > a,
	#masonry-02 #masonry-item-5 > a,
	#masonry-02 #masonry-item-11 > a { padding-bottom: 50%; }

	#masonry-02 #masonry-item-2 > a,
	#masonry-02 #masonry-item-3 > a,
	#masonry-02 #masonry-item-4 > a { padding-bottom: 75%; }

	#masonry-02 #masonry-item-7 { margin-top: -25%; }
}

/* MASONRY - STYLE 03
 *************************************************************************************************/
@media only screen and ( min-width: 1000px ) {
	#masonry-03 #masonry-item-0,
	#masonry-03 #masonry-item-1,
	#masonry-03 #masonry-item-4 { width: 50%; }

	#masonry-03 #masonry-item-0 > a,
	#masonry-03 #masonry-item-1 > a,
	#masonry-03 #masonry-item-4 > a { padding-bottom: 50%; }
}


/* MASONRY - STYLE 04
 *************************************************************************************************/
@media only screen and ( min-width: 1000px ) {
	#masonry-04 #masonry-item-0,
	#masonry-04 #masonry-item-1,
	#masonry-04 #masonry-item-7,
	#masonry-04 #masonry-item-10 { width: 50%; }
	
	#masonry-04 #masonry-item-2,
	#masonry-04 #masonry-item-3,
	#masonry-04 #masonry-item-4 { width: 33.33%; }

	#masonry-04 #masonry-item-0 > a,
	#masonry-04 #masonry-item-1 > a,
	#masonry-04 #masonry-item-7 > a,
	#masonry-04 #masonry-item-10 > a { padding-bottom: 50%; }
	
	#masonry-04 #masonry-item-2 > a,
	#masonry-04 #masonry-item-3 > a,
	#masonry-04 #masonry-item-4 > a { padding-bottom: 75%; }
}


/* MASONRY - STYLE 05
 *************************************************************************************************/
@media only screen and ( min-width: 1000px ) {
	#masonry-05 #masonry-item-0,
	#masonry-05 #masonry-item-1,
	#masonry-05 #masonry-item-7,
	#masonry-05 #masonry-item-10 { width: 50%; }

	#masonry-05 #masonry-item-2,
	#masonry-05 #masonry-item-3,
	#masonry-05 #masonry-item-4,
	#masonry-05 #masonry-item-11,
	#masonry-05 #masonry-item-12,
	#masonry-05 #masonry-item-13 { width: 33.33%; }

	#masonry-05 #masonry-item-0 > a,
	#masonry-05 #masonry-item-1 > a,
	#masonry-05 #masonry-item-7 > a,
	#masonry-05 #masonry-item-10 > a { padding-bottom: 50%; }

	#masonry-05 #masonry-item-2 > a,
	#masonry-05 #masonry-item-3 > a,
	#masonry-05 #masonry-item-4 > a,
	#masonry-05 #masonry-item-11 > a,
	#masonry-05 #masonry-item-12 > a,
	#masonry-05 #masonry-item-13 > a { padding-bottom: 75%; }
}


/* MASONRY - STYLE 06
 *************************************************************************************************/
@media only screen and ( min-width: 1000px ) {
	#masonry-06 #masonry-item-0,
	#masonry-06 #masonry-item-1,
	#masonry-06 #masonry-item-5,
	#masonry-06 #masonry-item-8,
	#masonry-06 #masonry-item-9 { width: 50%; }
	
	#masonry-06 #masonry-item-2,
	#masonry-06 #masonry-item-3,
	#masonry-06 #masonry-item-4 { width: 33.33%; }
	
	#masonry-06 #masonry-item-0 > a,
	#masonry-06 #masonry-item-1 > a,
	#masonry-06 #masonry-item-5 > a,
	#masonry-06 #masonry-item-9 > a { padding-bottom: 50%; }
	
	#masonry-06 #masonry-item-2 > a,
	#masonry-06 #masonry-item-3 > a,
	#masonry-06 #masonry-item-4 > a { padding-bottom: 75%; }
	
	#masonry-06 #masonry-item-10 > a::after,
	#masonry-06 #masonry-item-11 > a::after { background: #fff; bottom: 0; content: ''; display: block; left: 0; position: absolute; width: 100%; }

	#masonry-06.hairline #masonry-item-10 > a::after,
	#masonry-06.hairline #masonry-item-11 > a::after { height: 1px; }

	#masonry-06.hairline #masonry-item-10 .overlay,
	#masonry-06.hairline #masonry-item-11 .overlay { bottom: 1px; }
	
	#masonry-06.fat-border #masonry-item-10 > a::after,
	#masonry-06.fat-border #masonry-item-11 > a::after { height: 10px; }

	#masonry-06.fat-border #masonry-item-10 .overlay,
	#masonry-06.fat-border #masonry-item-11 .overlay { bottom: 10px; }
}


/* MASONRY - STYLE 07
 *************************************************************************************************/
@media only screen and ( min-width: 1000px ) {
	#masonry-07 #masonry-item-0,
	#masonry-07 #masonry-item-1,
	#masonry-07 #masonry-item-2,
	#masonry-07 #masonry-item-3 { width: 33.33%; }
	
	#masonry-07 #masonry-item-0 > a,
	#masonry-07 #masonry-item-1 > a { padding-bottom: 125%; }
	
	#masonry-07 #masonry-item-2 > a,
	#masonry-07 #masonry-item-3 > a { padding-bottom: 62.5%; }
	
	#masonry-07 #masonry-item-3 > a::after { background: #fff; bottom: 0; content: ''; display: block; left: 0; position: absolute; width: 100%; }
	
	#masonry-07.hairline #masonry-item-3 > a::after { height: 1px; }
	#masonry-07.hairline #masonry-item-3 .overlay { bottom: 1px; }
	
	#masonry-07.fat-border #masonry-item-3 > a::after { height: 10px; }
	#masonry-07.fat-border #masonry-item-3 .overlay { bottom: 10px; }
}


/* MASONRY - NUMBERS
 *************************************************************************************************/
/*
.masonry-grid { counter-reset: gallery; }
.masonry-item > a::after { background: #000; bottom: 10px; color: #fff; content: counter(gallery); counter-increment: gallery; font-size: 12px; line-height: 14px; padding: 8px 0; position: absolute; right: 10px; text-align: center; width: 30px;
	-webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%;
	-webkit-transition: all .35s; -moz-transition: all .35s; -o-transition: all .35s; transition: all .35s;
}
*/


.carousel ul { margin: 0 !important; }


/* CAROUSEL - GALLERY
 *************************************************************************************************/
.carousel-gallery-wrap { background-color: rgba(54,59,65,.25); background-position: center; background-repeat: no-repeat; padding: 2.5% 0 1%;
	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}

.carousel-gallery-wrap header { margin: 0 auto; max-width: 1200px; padding: 0 30px; width: 100%; }

.carousel-gallery { font-size: 0; line-height: 0; overflow: hidden; }
.carousel-gallery figure { display: block; margin: 0 0 60px; padding: 20px 0; }
.carousel-gallery figure a { background-position: center; background-repeat: no-repeat; display: none; height: 0; padding-bottom: 66.67%;
	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}
.carousel-gallery .slick-slide figure a { display: block; }
.carousel-gallery figure img { display: none !important; height: auto; width: 100%; }

.carousel-gallery .hairline figure { padding-left: 1px; }
.carousel-gallery .fat-border { padding: 5px 0; }
.carousel-gallery .fat-border figure { padding: 0 5px; }


/* CAROUSEL - PAGES
 *************************************************************************************************/
.carousel-pages-wrap { background-color: rgba(54,59,65,.25); background-position: center; background-repeat: no-repeat; padding: 2.5% 0 1%;
	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}

.carousel-pages-wrap header { margin: 0 auto; max-width: 1200px; padding: 0 30px; width: 100%; }

.carousel-pages { overflow: hidden; }
.carousel-pages .child-page { margin: 0 0 60px; padding: 20px 0; }
.carousel-pages .child-page a { background: rgba(255,255,255,.85); color: inherit; display: block; margin: 0 auto; max-width: 300px; text-decoration: none; width: 100%;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.25); -moz-box-shadow: 0 0 5px rgba(0,0,0,.25); -o-box-shadow: 0 0 5px rgba(0,0,0,.25); box-shadow: 0 0 5px rgba(0,0,0,.25);
	-webkit-transition: all .35s; -moz-transition: all .35s; -o-transition: all .35s; transition: all .35s;
}
.carousel-pages .child-page a:hover { background: #fff;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.5); -moz-box-shadow: 0 0 10px rgba(0,0,0,.5); -o-box-shadow: 0 0 10px rgba(0,0,0,.5); box-shadow: 0 0 10px rgba(0,0,0,.5);
}

.carousel-pages .hairline .child-page a { padding: 1px; max-width: 302px; }
.carousel-pages .fat-border .child-page a { padding: 10px; max-width: 320px; }


.carousel-pages .child-page figure { background-position: center; background-repeat: no-repeat; display: block; font-size: 0; height: 0; line-height: 0; padding-bottom: 66%;
	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}
.carousel-pages .child-page figure img,
.carousel-pages .child-page figure figcaption { display: none; }

.carousel-pages .child-page .placeholder { background: #d14943; font-size: 0; height: 0; line-height: 0; padding-bottom: 66%; position: relative; }
.carousel-pages .child-page .placeholder svg { fill: rgba(255,255,255,.25); left: 50%; position: absolute; top: 50%;
	-webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%);
}


.carousel-pages .child-page .content { font-size: 16px; line-height: 1.5em; margin-top: 1em; min-height: 5em; padding: 0.625em 1.250em; }
.carousel-pages .child-page .content h3 { margin: 0 0 0.5em; }
.carousel-pages .child-page .content p { text-align: justify; }

.carousel-pages .child-page .readmore { border-top: 1px solid #e0e0e0; color: #787878; display: block; font-size: 14px; line-height: 1.429em; margin: 0 1.429em; padding: 0.35em 0; text-align: center; }


/* CAROUSEL - POSTS
 *************************************************************************************************/
.carousel-posts-wrap { background-color: rgba(54,59,65,.25); background-position: center; background-repeat: no-repeat; padding: 2.5% 0 1%;
	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}

.carousel-posts-wrap header { margin: 0 auto; max-width: 1200px; padding: 0 30px; width: 100%; }

.carousel-posts { overflow: hidden; }
.carousel-posts .post { margin: 0 0 60px; padding: 20px 0; }
.carousel-posts .post a { background: rgba(255,255,255,.85); color: inherit; display: block; margin: 0 auto; max-width: 300px; text-decoration: none; width: 100%;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.25); -moz-box-shadow: 0 0 5px rgba(0,0,0,.25); -o-box-shadow: 0 0 5px rgba(0,0,0,.25); box-shadow: 0 0 5px rgba(0,0,0,.25);
	-webkit-transition: all .35s; -moz-transition: all .35s; -o-transition: all .35s; transition: all .35s;
}
.carousel-posts .post a:hover { background: #fff;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.5); -moz-box-shadow: 0 0 10px rgba(0,0,0,.5); -o-box-shadow: 0 0 10px rgba(0,0,0,.5); box-shadow: 0 0 10px rgba(0,0,0,.5);
}

.carousel-posts .hairline .post a { padding: 1px; max-width: 302px; }
.carousel-posts .fat-border .post a { padding: 10px; max-width: 320px; }


.carousel-posts .post figure { background-position: center; background-repeat: no-repeat; display: block; font-size: 0; height: 0; line-height: 0; padding-bottom: 66%;
	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}
.carousel-posts .post figure img,
.carousel-posts .post figure figcaption { display: none; }

.carousel-posts .post .placeholder { background: #d14943; font-size: 0; height: 0; line-height: 0; padding-bottom: 66%; position: relative; }
.carousel-posts .post .placeholder svg { fill: rgba(255,255,255,.25); left: 50%; position: absolute; top: 50%;
	-webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%);
}


.carousel-posts .post .content { font-size: 16px; line-height: 1.5em; margin-top: 1em; min-height: 5em; padding: 0.625em 1.250em; }
.carousel-posts .post .content h3 { margin: 0 0 0.5em; }
.carousel-posts .post .content .entry-author,
.carousel-posts .post .content .entry-date { color: #787878; font-size: 0.778em; font-weight: inherit; line-height: 1; margin: 0; }
.carousel-posts .post .content p { text-align: justify; }

.carousel-posts .post .readmore { border-top: 1px solid #e0e0e0; color: #787878; display: block; font-size: 14px; line-height: 1.429em; margin: 0 1.429em; padding: 0.35em 0; text-align: center; }


/* CAROUSEL - TESTIMONIALS
 *************************************************************************************************/
.carousel-testimonials-wrap { background-color: rgba(54,59,65,.25); background-position: center; background-repeat: no-repeat; padding: 2.5% 0 1%;
	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}

.carousel-testimonials-wrap header { margin: 0 auto; max-width: 1200px; padding: 0 30px; width: 100%; }

.carousel-testimonials { overflow: hidden; }
.carousel-testimonials .testimonial { margin: 0 auto; max-width: 1200px; padding: 0 30px; width: 100%; }

.carousel-testimonials .testimonial h3 { margin-bottom: 0; }

.carousel-testimonials .testimonial figure { float: left; margin: 0 2em 1em 0; text-align: center; }
.carousel-testimonials .testimonial figcaption { display: none; }
.carousel-testimonials .testimonial img { height: auto; max-width: 100%; }

.carousel-testimonials .testimonial .testimonial_meta { font-size: 0.778em; }


/* MEDIA QUERIES
 *************************************************************************************************/
@media only screen and ( max-width: 1200px ) {
	.carousel-gallery-wrap header,
	.carousel-pages-wrap header,
	.carousel-testimonials-wrap header { padding: 0 2.5%; }
}


.om-tabs-wrapper { background-position: center; background-repeat: no-repeat; padding: 0.556em 0 2.5%; position: relative;
	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}
.om-tabs-nav-wrap { position: relative; z-index: 1; }
.om-tabs-nav { margin: 0 auto; max-width: 1200px; padding: 0 75px; text-align: left; width: 100%; }
.om-tabs-nav span { background: #363b41; color: #fff; cursor: pointer; display: block; font-size: 18px; line-height: 1.667em; overflow: hidden; padding: 0.278em 1.111em; text-align: center; }
.om-tabs-nav li span { margin: 0 0.278em; }
.om-tabs-nav .slick-current > span { background: #d14943; color: #fff; cursor: inherit; }

.om-tabs-nav .slick-arrow { background: #363b41; border: none; font-size: 0; height: 40px; line-height: 0; margin-top: -20px; position: absolute; text-indent: -9999px; top: 50%; width: 40px; }
.om-tabs-nav .slick-arrow:hover { background: #d14943; }
.om-tabs-nav .slick-arrow.slick-disabled { background: #eee !important; cursor: inherit; }

.om-tabs-nav .slick-prev { left: -45px; }
.om-tabs-nav .slick-next { right: -45px; }

.om-tabs-nav .slick-arrow::before,
.om-tabs-nav .slick-arrow::after { background: #fff; content: ''; display: block; height: 4px; margin-top: -2px; position: absolute; width: 20px;
	-webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px;
}
.om-tabs-nav .slick-arrow:not(.slick-disabled):hover::before,
.om-tabs-nav .slick-arrow:not(.slick-disabled):hover::after { top: 20px; }
.om-tabs-nav .slick-prev::before,
.om-tabs-nav .slick-prev::after { left: 10px;
	-webkit-transform-origin: 0 50%; -moz-transform-origin: 0 50%; -o-transform-origin: 0 50%; transform-origin: 0 50%;
}
.om-tabs-nav .slick-next::before,
.om-tabs-nav .slick-next::after { right: 10px;
	-webkit-transform-origin: 100% 50%; -moz-transform-origin: 100% 50%; -o-transform-origin: 100% 50%; transform-origin: 100% 50%;
}
.om-tabs-nav .slick-prev::before, .slider.arrows .slick-next::before { top: 21px; }
.om-tabs-nav .slick-prev::after, .slider.arrows .slick-next::after { top: 19px; }
.om-tabs-nav .slick-prev::before,
.om-tabs-nav .slick-next::after {
	-webkit-transform: rotate( -40deg ); -moz-transform: rotate( -40deg ); -o-transform: rotate( -40deg ); transform: rotate( -40deg );
}
.om-tabs-nav .slick-prev::after,
.om-tabs-nav .slick-next::before {
	-webkit-transform: rotate( 40deg ); -moz-transform: rotate( 40deg ); -o-transform: rotate( 40deg ); transform: rotate( 40deg );
}

.om-tabs-nav .slick-prev:not(.slick-disabled):hover::before,
.om-tabs-nav .slick-next:not(.slick-disabled):hover::after {
	-webkit-transform: rotate( -20deg ); -moz-transform: rotate( -20deg ); -o-transform: rotate( -20deg ); transform: rotate( -20deg );
}
.om-tabs-nav .slick-prev:not(.slick-disabled):hover::after,
.om-tabs-nav .slick-next:not(.slick-disabled):hover::before {
	-webkit-transform: rotate( 20deg ); -moz-transform: rotate( 20deg ); -o-transform: rotate( 20deg ); transform: rotate( 20deg );
}

.om-tabs-wrap { position: relative; z-index: 0; }
.om-tabs { margin: 0 auto; max-width: 1200px; width: 100%; }
.om-tab { padding: 2.5%; }



/* Tabs - STYLE 1
 *************************************************************************************************/
#container .om-tabs-wrapper.style-1 .om-tabs-nav-wrap { background: #ddd; padding: 0.167em 0 0; }
#container .om-tabs-wrapper.style-1 .om-tabs-nav-wrap ul { text-align: center; }
#container .om-tabs-wrapper.style-1 .om-tabs-nav-wrap span { background: #fff; color: #7b7c82; margin: 0 0 0.167em 0.167em; padding: 0.556em 1.111em; }
#container .om-tabs-wrapper.style-1 .om-tabs-nav-wrap .slick-current > span { background: #d14943; color: #fff; }

#container .om-tabs-wrapper.style-1 .om-tabs-nav .slick-arrow { height: 50px; }
#container .om-tabs-wrapper.style-1 .slick-prev::before, #container .om-tabs-wrapper.style-1 .slick-next::before { top: 26px; }
#container .om-tabs-wrapper.style-1 .slick-prev::after, #container .om-tabs-wrapper.style-1 .slick-next::after { top: 24px; }
#container .om-tabs-wrapper.style-1 .slick-arrow:not(.slick-disabled):hover::before,
#container .om-tabs-wrapper.style-1 .slick-arrow:not(.slick-disabled):hover::after { top: 25px; }


/* Tabs - STYLE 2
 *************************************************************************************************/
.om-tabs-wrapper.style-2 { background: #ddd; }

#container .om-tabs-wrapper.style-2 .om-tabs-nav-wrap { background: #fff; }
#container .om-tabs-wrapper.style-2 .om-tabs-nav-wrap span { background: transparent; border-right: 1px solid #ddd; color: #d14943; margin: 0; padding: 1.111em; }
#container .om-tabs-wrapper.style-2 .om-tabs-nav-wrap span::after { background: #d14943; bottom: 0; content: ''; display: block; height: 0; left: 0; position: absolute; right: 0;
	-webkit-transition: height .35s; -moz-transition: height .35s; -o-transition: height .35s; transition: height .35s;
}
#container .om-tabs-wrapper.style-2 .om-tabs-nav-wrap li:first-child > span { border-left: 1px solid #ddd; }
#container .om-tabs-wrapper.style-2 .om-tabs-nav-wrap .slick-current > span { color: #363b41; }
#container .om-tabs-wrapper.style-2 .om-tabs-nav-wrap .slick-current > span::after { height: 5px; }


/* Tabs - STYLE 3
 *************************************************************************************************/
#container .om-tabs-wrapper.style-3 .om-tabs-nav-wrap span { background: transparent; border-right: 1px solid #ccc; border-top: 1px solid #ccc; margin: 0; padding: 1.111em; }
#container .om-tabs-wrapper.style-3 .om-tabs-nav-wrap span::before { background: #d14943; content: ''; display: block; height: 0; left: 0; position: absolute; right: 0; top: 0;
	-webkit-transition: height .35s; -moz-transition: height .35s; -o-transition: height .35s; transition: height .35s;
}
#container .om-tabs-wrapper.style-3 .om-tabs-nav-wrap li:first-child > span { border-left: 1px solid #ccc; }
#container .om-tabs-wrapper.style-3 .om-tabs-nav-wrap span:not(.active) { background: #ddd; border-bottom: 1px solid #ccc; color: #363b41; }
#container .om-tabs-wrapper.style-3 .om-tabs-nav-wrap .slick-current > span::before { height: 0.278em; }


/* Tabs - STYLE 4
 *************************************************************************************************/
#container .om-tabs-wrapper.style-4 { background: #ddd; }

#container .om-tabs-wrapper.style-4 .om-tabs-nav-wrap ul { text-align: left; }

#container .om-tabs-wrapper.style-4 .om-tabs-nav-wrap span { background: transparent; color: #fff; margin: 0; padding: 0.556em 2.222em 0.556em 1.111em; }
#container .om-tabs-wrapper.style-4 .om-tabs-nav-wrap span::after { backface-visibility: hidden; background: #d14943; bottom: 0; content: ''; display: block; left: 0; position: absolute; right: 0; top: 0; z-index: -1;
	-webkit-border-radius: 0.556em 0.556em 0 0; -moz-border-radius: 0.556em 0.556em 0 0; -o-border-radius: 0.556em 0.556em 0 0; border-radius: 0.556em 0.556em 0 0;
	-webkit-box-shadow: 0 -0.278em 0.278em rgba(0,0,0,0.05) inset; -moz-box-shadow: 0 -0.278em 0.278em rgba(0,0,0,0.05) inset; -o-box-shadow: 0 -0.278em 0.278em rgba(0,0,0,0.05) inset; box-shadow: 0 -0.278em 0.278em rgba(0,0,0,0.05) inset;
	-webkit-transform: perspective(0.278em) rotateX(1deg) translateZ(-0.056em); -moz-transform: perspective(0.278em) rotateX(1deg) translateZ(-0.056em); -o-transform: perspective(0.278em) rotateX(1deg) translateZ(-0.056em); transform: perspective(0.278em) rotateX(1deg) translateZ(-0.056em);
	-webkit-transform-origin: 0 0 0; -moz-transform-origin: 0 0 0; -o-transform-origin: 0 0 0; transform-origin: 0 0 0;
	-webkit-transition: all .35s; -moz-transition: all .35s; -o-transition: all .35s; transition: all .35s;
}

#container .om-tabs-wrapper.style-4 .om-tabs-nav-wrap .slick-current > span { color: #363b41; }
#container .om-tabs-wrapper.style-4 .om-tabs-nav-wrap .slick-current > span::after { background: #fff;
	-webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; box-shadow: none;
}
#container .om-tabs-wrapper.style-4 .om-tab-wrap { background: #fff; margin: -0.056em 0 0; }


/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../images/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}


/*! jQuery UI - v1.11.4 - 2016-05-11
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	/*
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
	*/
	font-family: inherit;
	font-size: 0.889em;
	line-height: 1.250em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	/*
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
	*/
	font-family: inherit;
	font-size: inherit;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url('../images/jquery-ui/base/ui-bg_highlight-soft_75_cccccc_1x100.png') 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url('../images/jquery-ui/base/ui-bg_glass_75_e6e6e6_1x400.png') 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url('../images/jquery-ui/base/ui-bg_glass_75_dadada_1x400.png') 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url('../images/jquery-ui/base/ui-bg_glass_65_ffffff_1x400.png') 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url('../images/jquery-ui/base/ui-bg_glass_55_fbf9ee_1x400.png') 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url('../images/jquery-ui/base/ui-bg_glass_95_fef1ec_1x400.png') 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url('../images/jquery-ui/base/ui-icons_222222_256x240.png');
}
.ui-widget-header .ui-icon {
	background-image: url('../images/jquery-ui/base/ui-icons_222222_256x240.png');
}
.ui-state-default .ui-icon {
	background-image: url('../images/jquery-ui/base/ui-icons_888888_256x240.png');
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url('../images/jquery-ui/base/ui-icons_454545_256x240.png');
}
.ui-state-active .ui-icon {
	background-image: url('../images/jquery-ui/base/ui-icons_454545_256x240.png');
}
.ui-state-highlight .ui-icon {
	background-image: url('../images/jquery-ui/base/ui-icons_2e83ff_256x240.png');
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url('../images/jquery-ui/base/ui-icons_cd0a0a_256x240.png');
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}


.accordeon { margin: 0 0 5px; }
.accordeon-trigger { background: #fff; color: #363b41; display: block; font-size: 1em; font-weight: 300; line-height: 1.333em; margin: 0; padding: 0.444em 1.111em; position: relative; width: 100%; }
.accordeon-trigger > span { display: none; }
.accordeon-wrap { background: #fff; }
.accordeon-content { padding: 0.889em 1.111em; }
.accordeon-content > p:last-child,
.accordeon-content > ul:last-child,
.accordeon-content > ol:last-child { margin-bottom: 0; }


body:not(.page-template-accordeon-open) .animated .accordeon-wrap { display: none; }
.animated .accordeon-trigger { cursor: pointer; padding: 0.444em 3.889em 0.444em 1.111em; position: relative;
	-webkit-transition: all .35s; -moz-transition: all .35s; -o-transition: all .35s; transition: all .35s;
}
.animated .accordeon-trigger > span { background: #adaeb2; display: block; font-size: 0; height: 40px; line-height: 0; position: absolute; right: 0; top: 0; width: 40px;
	-webkit-transition: all .35s; -moz-transition: all .35s; -o-transition: all .35s; transition: all .35s;
}
.animated .accordeon-trigger::before,
.animated .accordeon-trigger::after { background: #fff; content: ''; display: block; font-size: 0; height: 4px; line-height: 0; position: absolute; top: 18px; width: 10px; z-index: 5;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px;
	-webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s;
	
}
.animated .accordeon-trigger::before { right: 17px;
	-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);
}
.animated .accordeon-trigger::after { right: 13px;
	-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);
}


.animated .accordeon-trigger.active { background-color: #d14943; color: #fff !important; }
.accordeon-trigger.active-single { background-color: #d14943; }
.animated .accordeon-trigger.active > span { background-color: #a73a36; }
.animated .accordeon-trigger.active::before,
.animated .accordeon-trigger.active::after { right: 10px; width: 20px; }
.animated .accordeon-trigger.active::before {
	-webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg);
}
.animated .accordeon-trigger.active::after {
	-webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg);
}


/* RESPONSIVE
 *************************************************************************************************/
@media only screen and ( max-width: 1200px ) {
	.animated .accordeon-trigger { line-height: 1.375em; }
	.animated .accordeon-trigger > span { height: 36px; width: 36px; }
	
	.animated .accordeon-trigger::before, .animated .accordeon-trigger::after { top: 16px; }
	.animated .accordeon-trigger::before { right: 15px; }
	.animated .accordeon-trigger::after { right: 11px; }
	
	.animated .accordeon-trigger.active::before, .animated .accordeon-trigger.active::after { right: 8px; }
}
@media only screen and ( max-width: 768px ) {
	.animated .accordeon-trigger { line-height: 1.429em; }
	.animated .accordeon-trigger > span { height: 32px; width: 32px; }
	
	.animated .accordeon-trigger::before, .animated .accordeon-trigger::after { top: 14px; }
	.animated .accordeon-trigger::before { right: 13px; }
	.animated .accordeon-trigger::after { right: 9px; }
	
	.animated .accordeon-trigger.active::before, .animated .accordeon-trigger.active::after { right: 6px; }
}


/* MOBILE TOGGLE
 *************************************************************************************************/
#nav-mobile-toggle { background: #363b41; color: #adaeb2; cursor: pointer; display: none; font-size: 18px !important; height: 40px; line-height: 30px !important; margin: -20px 0 0; outline: none; padding: 5px 40px 5px 0; position: absolute; right: 2.5%; text-align: center; text-decoration: none; text-transform: uppercase; top: 50%; width: 130px; z-index: 20;
	-webkit-transition: all .35s; -moz-transition: all .35s; -o-transition: all .35s; transition: all .35s;
}
#nav-mobile-toggle span { background: #adaeb2; display: block; font-size: 0; height: 4px; line-height: 0; position: absolute; right: 10px; width: 30px;
	-webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px;
	-webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; transform-origin: 50% 50%;
	-webkit-transform: rotate( 0deg ); -moz-transform: rotate( 0deg ); -o-transform: rotate( 0deg ); transform: rotate( 0deg );
	-webkit-transition: all .35s; -moz-transition: all .35s; -o-transition: all .35s; transition: all .35s;
}
#nav-mobile-toggle span:nth-child(1) { top: 8px; }
#nav-mobile-toggle span:nth-child(2),
#nav-mobile-toggle span:nth-child(3) { top: 18px; }
#nav-mobile-toggle span:nth-child(4) { top: 28px; }

#nav-mobile-toggle.active { background: #d14943; color: #fff; }
#nav-mobile-toggle.active span { background: #fff; }
#nav-mobile-toggle.active span:nth-child(1),
#nav-mobile-toggle.active span:nth-child(4) { right: 25px; top: 18px; width: 0; }
#nav-mobile-toggle.active span:nth-child(2) {
	-webkit-transform: rotate( 45deg ); -moz-transform: rotate( 45deg ); -o-transform: rotate( 45deg ); transform: rotate( 45deg );
}
#nav-mobile-toggle.active span:nth-child(3) {
	-webkit-transform: rotate( -45deg ); -moz-transform: rotate( -45deg ); -o-transform: rotate( -45deg ); transform: rotate( -45deg );
}


/* MOBILE NAVIGATION
 *************************************************************************************************/

#nav-mobile { background: #d14943; border-bottom: 10px solid rgba(0,0,0,.25); display: none; font-size: 0; padding: 7% 5% 5%; position: absolute; top: 0; width: 100%; z-index: 6969; }
#nav-mobile li { display: block; padding: 5px 0; }
#nav-mobile a { color: #fff; display: block; font-size: 20px; line-height: 30px; text-align: center; }

#nav-mobile > ul > li { border-top: 1px solid rgba(255,255,255,.15); }
#nav-mobile > ul > li:first-child { border: none; }
#nav-mobile > ul > li > a { margin: 0; padding: 10px 15px;
	-webkit-transition: all .35s; -moz-transition: all .35s; -o-transition: all .35s; transition: all .35s;
}

#nav-mobile > ul > li > a:hover { background-color: rgba(0,0,0,.2); }


#nav-mobile > ul > li.menu-item-has-children > a::before,
#nav-mobile > ul > li.menu-item-has-children > a::after { background: #fff; content: ''; display: block; height: 4px; position: absolute; right: 15px; top: 50%; width: 10px;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px;
	-webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s;
	-webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%);
}
#nav-mobile > ul > li.menu-item-has-children > a::before { margin-top: -2px;
	-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);
}
#nav-mobile > ul > li.menu-item-has-children > a::after { margin-top: 2px;
	-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);
}

#nav-mobile > ul > li.menu-item-has-children.active > a { background-color: rgba(0,0,0,.2); }
#nav-mobile > ul > li.menu-item-has-children.active > a::before,
#nav-mobile > ul > li.menu-item-has-children.active > a::after { margin-top: 0; right: 9px; width: 20px; }
#nav-mobile > ul > li.menu-item-has-children.active > a::before {
	-webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg);
}
#nav-mobile > ul > li.menu-item-has-children.active > a::after {
	-webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg);
}

#nav-mobile ul ul { background-color: rgba(0,0,0,.2); border-top: 1px solid #d14943; display: none; padding: 5px 5%; position: relative; top: auto; }
#nav-mobile ul ul li { border-top: 1px solid #d14943; }
#nav-mobile ul ul li:first-child { border: none; }


@media only screen and ( max-width: 1200px ) {
	body,
	nav a,
	.slider-wrap .overlay-wrap,
	.slider-wrap .slide-overlay { font-size: 16px; }
	
	#nav-top a { font-size: 14px; }
	#nav-top a > svg { height: 16px; width: 16px; }
	
	.slider-wrap .overlay-wrap { margin: 0; width: 33%; }
	.slider-wrap .overlay-wrap.left { left: 0; }
	.slider-wrap .overlay-wrap.center { left: 33%; }
	.slider-wrap .overlay-wrap.right { left: auto; right: 0; }
	
	.slider-wrap .slide-overlay.lf,
	.slider-wrap .slide-overlay.cf,
	.slider-wrap .slide-overlay.rf { margin: 0; width: 33%; }

	.slider-wrap .slide-overlay.lf { left: 0; }
	.slider-wrap .slide-overlay.cf { left: 33%; }
	.slider-wrap .slide-overlay.rf { left: auto; right: 0; }
	
	#footer,
	#footer-bottom,
	#disclaimer { padding-left: 2.5%; padding-right: 2.5%; }
	
	
	#container .wordcloud.cloud a { line-height: 28px; }
	#container .wordcloud.cloud .keyword_0 > a { font-size: 12px; }
	#container .wordcloud.cloud .keyword_1 > a { font-size: 16px; }
	#container .wordcloud.cloud .keyword_2 > a { font-size: 20px; }
	#container .wordcloud.cloud .keyword_3 > a { font-size: 24px; }
	#container .wordcloud.cloud .keyword_4 > a { font-size: 28px; }
	
	
	.cta.social-share header { padding: 0 2.5%; }
}

@media only screen and ( min-width: 1000px ) {
	#nav-mobile { display: none !important; }
}
@media only screen and ( max-width: 1000px ) {
	#logo { max-width: 65%; }
	
	#nav-main { display: none; }
	#nav-mobile-toggle { display: block; }
	
	#footer-widget-area.widget-area-3 .widget:not(:first-child) { margin: 0 auto; width: 45%; }
	#footer-widget-area.widget-area-3 .widget:first-child { clear: left; float: none; margin: 0 auto 5% !important; width: 90%; }
	
	#footer-widget-area.widget-area-4 .widget { margin: 0 3% 5%; width: 44%; }
	#footer-widget-area.widget-area-4 .widget:nth-child(3) { clear: left; }
	
	
	.newsletter-subscribe .form-wrap p { clear: left; display: block; float: none; margin: 0 0 1em !important; width: 100%; }
	.newsletter-subscribe .form-wrap p label { display: block; float: left; width: 30%; }
	.newsletter-subscribe .form-wrap p > *:not(label) { float: right; width: 65%; }
}

@media only screen and ( min-width: 768px ) {
	#content-wrap .page-form-wrap.form-position-left > *,
	#content-wrap .page-form-wrap.form-position-right > * { float: left; width: 47.5%; }
	#content-wrap .page-form-wrap.form-position-left > *:not(:first-child),
	#content-wrap .page-form-wrap.form-position-right > *:not(:first-child) { margin-left: 5%; }
}

@media only screen and ( max-width: 768px ) {
	body,
	nav a,
	.slider-wrap .overlay-wrap,
	.slider-wrap .slide-overlay { font-size: 14px; }
	
	.slider[data-slider-height="fixed-ratio"] figure,
	.post-thumbnail[data-slider-height="fixed-ratio"],
	#gmap[data-slider-height="fixed-ratio"] { height: 300px !important; padding-bottom: 0 !important; }
	
	#footer-hcard .column { display: block; float: left; margin: 0 1%; width: 48%; }
	
	#footer-hcard .adr,
	#footer-hcard .street-address,
	#footer-hcard .country-name,
	#footer-hcard .tel,
	#footer-hcard .email { display: block; }
	#footer-hcard *::before { display: none !important; }
	
	
	#footer-widget-area.widget-area-2 .widget,
	#footer-widget-area.widget-area-3 .widget,
	#footer-widget-area.widget-area-4 .widget { float: none; margin: 0 auto; width: 90% !important; }
	
	.disclaimer-txt,
	.disclaimer-buttons { float: none; text-align: center; width: 100%; }
	
	
	#container ul.columns-4 > li { width: 33.33%; }
	
	#container .wordcloud.cloud a { line-height: 23px; }
	#container .wordcloud.cloud .keyword_0 > a { font-size: 11px; }
	#container .wordcloud.cloud .keyword_1 > a { font-size: 14px; }
	#container .wordcloud.cloud .keyword_2 > a { font-size: 17px; }
	#container .wordcloud.cloud .keyword_3 > a { font-size: 20px; }
	#container .wordcloud.cloud .keyword_4 > a { font-size: 23px; }
	
	.cta.date_fromto label { display: inline-block; margin: 0 0 1em; min-width: 100px; }
	
	#get-directions * { display: block; float: none; margin: 0 auto 5px !important; text-align: center; }
}


@media only screen and ( max-width: 640px ) {
	#nav-top { text-align: center; }
	#nav-top .has-icon a > span { font-size: 0; line-height: 0; }
	
	#nav-footer,
	#about-the-author.default { float: none; width: 100%; }
	#nav-footer + #about-the-author.default { margin-top: 5px; }
	
	.slider-wrap .slick-prev,
	.slider-wrap .slick-next,
	.slider-wrap .slick-dots,
	.slider-wrap .slide-overlay,
	.carousel .slick-dots { display: none !important; }
	
	.form-wrap fieldset p { clear: left; float: none !important; width: 100% !important; }
	
	#container ul.columns-4 > li,
	#container ul.columns-3 > li,
	#container ul.columns-2 > li { width: 50%; }
}

@media only screen and ( max-width: 480px ) {
	#header { padding: 0 0 1em; }
	#logo { margin: 0 0 1em; text-align: center; max-width: 100%; }
	#nav-mobile-toggle { float: none; position: relative; margin: 0 auto; right: auto; top: auto; }
	
	#container ul.columns-4 > li,
	#container ul.columns-3 > li,
	#container ul.columns-2 > li { float: none !important; width: auto !important; }
	
	.newsletter-subscribe .form-wrap p > * { float: none !important; width: 100% !important; }
}


@keyframes arrow_bounce { 0%, 20%, 50%, 80%, 100% { top: 33px; } 40% { top: 23px; } 60% { top: 28px; } }
@keyframes arrow_scroll { 0%, 100% { opacity: 0.99; top: 19px; } 50% { opacity: 0.50; top: 21px; } }