/*
Theme Name: ChildrensMuseumVA
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: childrensmuseumva
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#nav ul,
#nav ul .nav-drop,
.footer-area .social-network,
.footer-nav ul,
.twocolumns .nav ul,
.twocolumns .header .time-holder,
#content .nav ul,
#content .accordion,
.widget .month,
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
#header:after,
#nav:after,
#footer:after,
.footer-area:after,
.footer-frame:after,
#main:after,
.twocolumns:after,
.twocolumns .header:after,
.time-stores:after,
#sidebar:after,
.threecolumns:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
	background: #333;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #333;
	background: #fff;
	font: 14px/1.28 "ABeeZee", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.28em;
}

blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.28em;
}

th,
td {
	border: 1px solid #999;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #ccc;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #ccc;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.widget {
	margin-bottom: 1.28em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #14640d;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.28em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.28em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.28em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation {
	position: relative;
	vertical-align: middle;
	margin: 0 0 1.28em;
}

.navigation .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: #14640d;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #999;
	padding: .4em;
	margin-bottom: 1.28em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.28em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.28em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.28em;
}

.mejs-container {
	margin-bottom: 1.28em;
}

.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #f00;
}

a:hover,
a:focus {
	text-decoration: none;
}

#header {
	max-width: 1249px;
	margin: 0 auto;
	position: relative;
	padding: 26px 20px 0;
}

#header .nav-opener {
	position: absolute;
	width: 25px;
	height: 20px;
	top: 45px;
	z-index: 1;
	right: 11px;
}

#header .nav-opener:before,
#header .nav-opener:after,
#header .nav-opener span {
	background: #000;
	width: 25px;
	height: 3px;
	left: 0;
	position: absolute;
	content: "";
	-webkit-transition: all .25s ease 0s;
	transition: all .25s ease 0s;
	border-radius: 8px;
}

#header .nav-opener:hover:before,
#header .nav-opener:hover:after,
#header .nav-opener:hover span {
	background: #c03;
}

#header .nav-opener:before {
	top: 0;
}

#header .nav-opener span {
	top: 8px;
	overflow: hidden;
	text-indent: -9999px;
}

#header .nav-opener:after {
	top: 16px;
}

.nav-active .nav-opener span {
	display: none;
}

.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 9px 0 0;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: -7px 0 0;
}

.nav-active #nav {
	max-height: 9999px;
	position: relative;
}

.nav-active #nav ul {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.logo {
	width: 200px;
	margin: 0 10px 0 0;
	float: left;
}

#nav {
	z-index: 100;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	text-align: center;
}

#nav ul {
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	word-spacing: -1px;
	padding: 15px 0 0;
	font-family: "Alegreya SC", "Times", "Baskerville", "Georgia", serif;
}

#nav ul li {
	margin: 0 0 5px;
	text-align: left;
	position: relative;
}

#nav ul li.hover ul {
	display: block;
}

#nav ul li.hover ul > .right {
	display: block;
}

#nav ul li.hover > .has-drop-down-a {
	position: relative;
}

#nav ul li.hover > .has-drop-down-a:before {
	position: absolute;
	top: 17px;
	bottom: auto;
	left: auto;
	right: 5px;
	content: "";
	z-index: -1;
	width: 0;
	height: 0;
	z-index: 0;
	border-style: solid;
	border-width: 7px 5px 0 5px;
	border-color: #fff transparent transparent transparent;
}

#nav ul li.hover > .nav-drop > .hover .has-drop-down-a {
	position: relative;
}

#nav ul li.hover > .nav-drop > .hover .has-drop-down-a:before {
	top: 11px;
}

#nav ul li.drop-left .right {
	right: 200%;
	left: auto;
	text-align: right;
	opacity: 1;
}

#nav ul li.blue {
	background: #39c;
}

#nav ul li.blue:hover {
	background: #2880ac;
}

#nav ul li.red {
	background: #c03;
}

#nav ul li.red:hover {
	background: #89112f;
}

#nav ul li.eminence {
	background: #6f2f83;
}

#nav ul li.eminence:hover {
	background: #440957;
}

#nav ul li.orange {
	background: #fa5d1f;
}

#nav ul li.orange:before {
	display: none;
}

#nav ul li.orange:hover {
	background: #b43503;
}

#nav ul li.yellow {
	background: #f3a929;
}

#nav ul li.yellow:hover {
	background: #bf8013;
}

#nav ul li.san {
	background: #14640d;
}

#nav ul li.san:hover {
	background: #0b4405;
}

#nav ul li.endeavour {
	background: #095da9;
}

#nav ul li.endeavour:hover {
	background: #024c8f;
}

#nav ul li.active .has-drop-down-a {
	position: relative;
}

#nav ul li.active .has-drop-down-a:before {
	position: absolute;
	top: 17px;
	bottom: auto;
	left: auto;
	right: 5px;
	content: "";
	z-index: -1;
	width: 0;
	height: 0;
	z-index: 0;
	border-style: solid;
	border-width: 7px 5px 0 5px;
	border-color: #fff transparent transparent transparent;
}

#nav ul a {
	padding: 10px;
	display: block;
	text-decoration: none;
	color: #fff;
	width: 100%;
}

#nav ul .nav-drop {
	font-size: 17px;
	line-height: 20px;
	color: #fff;
	text-align: left;
	display: none;
	position: relative;
	padding: 0 0 6px;
	font-family: "Alegreya SC", "Times", "Baskerville", "Georgia", serif;
	background: #39c;
}

#nav ul .nav-drop.eminence {
	background: #6f2f83;
}

#nav ul .nav-drop.eminence > li.hover > a {
	background: #440957;
}

#nav ul .nav-drop.eminence > li > a:hover {
	background: #440957;
}

#nav ul .nav-drop.yellow {
	background: #f3a929;
	width: 100%;
}

#nav ul .nav-drop.yellow > li.hover > a {
	background: #bf8013;
}

#nav ul .nav-drop.yellow > li > a:hover {
	background: #bf8013;
}

#nav ul .nav-drop.red {
	background: #c03;
}

#nav ul .nav-drop.red > li.hover > a {
	background: #89112f;
}

#nav ul .nav-drop.red > li > a:hover {
	background: #89112f;
}

#nav ul .nav-drop.orange {
	background: #fa5d1f;
	width: 100%;
}

#nav ul .nav-drop.orange > li.hover > a {
	background: #b43503;
}

#nav ul .nav-drop.orange > li > a:hover {
	background: #b43503;
}

#nav ul .nav-drop.endeavour {
	background: #095da9;
}

#nav ul .nav-drop.drak-blue a:hover {
	background: #2880ac;
}

#nav ul .nav-drop.drak-red a:hover {
	background: #89112f;
}

#nav ul .nav-drop.drak-eminence a:hover {
	background: #440957;
}

#nav ul .nav-drop.drak-orange a:hover {
	background: #b43503;
}

#nav ul .nav-drop.drak-yellow a:hover {
	background: #bf8013;
}

#nav ul .nav-drop.drak-endeavour a:hover {
	background: #024c8f;
}

#nav ul .nav-drop li {
	display: block;
	margin: 0;
}

#nav ul .nav-drop li:before {
	display: none;
}

#nav ul .nav-drop li.hover .drop-down-2 {
	visibility: visible;
}

#nav ul .nav-drop li.hover .drop-down-2 > .right {
	display: block;
}

#nav ul .nav-drop li.hover > a {
	background: #2880ac;
}

#nav ul .nav-drop li.hover .drop-down-2 {
	left: 100%;
}

#nav ul .nav-drop .has-drop-down-a {
	position: relative;
}

#nav ul .nav-drop .has-drop-down-a:before {
	top: 9px;
}

#nav ul .nav-drop a {
	display: inline-block;
	padding: 3px 5px 5px 8px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#nav ul .nav-drop.right {
	display: none;
}

#nav .has-drop-down-a {
	position: relative;
}

#nav .has-drop-down-a:before {
	position: absolute;
	top: 15px;
	bottom: auto;
	left: auto;
	right: 5px;
	content: "";
	z-index: -1;
	width: 0;
	height: 0;
	z-index: 0;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #fff;
}

#footer {
	max-width: 1249px;
	padding: 0 10px 10px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#footer:before {
	position: absolute;
	top: 16px;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	content: "";
	z-index: -1;
	background: #333;
}

#footer .copyright {
	width: 100%;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	margin: 0 0 25px;
}

#footer .copyright p {
	margin: 0;
}

#footer .copyright .address-link {
	color: #ffdc32;
	text-decoration: none;
	display: block;
}

#footer .copyright .address-link:hover {
	color: #fff;
}

#footer .copyright .address {
	font-style: normal;
	color: #fff;
	margin: 0;
}

#footer .copyright .tel {
	color: #fff;
	display: block;
}

#footer .copyright .tel a {
	color: #fff;
	text-decoration: none;
}

#footer .text-holder {
	width: 100%;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	margin: 0 0 20px;
}

#footer .text-holder p {
	margin: 0 0 5px;
}

.footer-area {
	padding: 0 0 30px 6px;
	margin: 0 auto 25px;
	position: relative;
	text-align: center;
	width: 257px;
}

.footer-area:before {
	position: absolute;
	top: auto;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	content: "";
	z-index: -1;
	background: #b0b0b0;
	height: 2px;
}

.footer-area .footer-holder {
	width: 100%;
	margin: 0 auto;
}

.footer-area .footer-holder .text {
	display: inline-block;
	vertical-align: bottom;
	color: #f9fafb;
	max-width: 300px;
	font-size: 10px;
	line-height: 12px;
}

.footer-area .footer-holder p {
	margin: 0;
}

.footer-area .footer-holder p a {
	color: #f9fafb;
}

.footer-area .footer-holder p a:hover {
	color: #ffdc32;
}

.footer-area .social-network {
	margin: 0 auto 20px;
	max-width: 170px;
}

.footer-area .social-network li {
	display: inline-block;
	vertical-align: top;
	width: 54px;
	margin: 0 0 30px;
}

.footer-area .social-network a .over {
	color: #fff;
	padding: 65px 0 0;
	font-size: 9px;
	line-height: 14px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
}

.footer-area .social-network a.twitter {
	width: 56px;
	height: 55px;
	position: relative;
	display: block;
	overflow: hidden;
}

.footer-area .social-network a.twitter:before {
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	content: "";
	z-index: -1;
	background: url("images/sprite.png") no-repeat -128px -65px;
	width: 53px;
	height: 54px;
}

.footer-area .social-network a.twitter:hover {
	overflow: visible;
}

.footer-area .social-network a.twitter:hover:before {
	position: absolute;
	top: -20px;
	bottom: auto;
	left: 0;
	right: auto;
	content: "";
	z-index: -1;
	background: url("images/sprite.png") no-repeat -129px -253px;
	width: 53px;
	height: 54px;
}

.footer-area .social-network a.twitter:hover .over {
	padding-top: 45px;
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

.footer-area .social-network a.facebook {
	width: 56px;
	height: 55px;
	position: relative;
	display: block;
	overflow: hidden;
}

.footer-area .social-network a.facebook:before {
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	content: "";
	z-index: -1;
	background: url("images/sprite.png") no-repeat -187px -67px;
	width: 54px;
	height: 54px;
}

.footer-area .social-network a.facebook:hover {
	overflow: visible;
}

.footer-area .social-network a.facebook:hover:before {
	position: absolute;
	top: -20px;
	bottom: auto;
	left: 0;
	right: auto;
	content: "";
	z-index: -1;
	background: url("images/sprite.png") no-repeat -187px -253px;
	width: 54px;
	height: 54px;
}

.footer-area .social-network a.facebook:hover .over {
	padding-top: 45px;
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

.footer-area .social-network a.tripadvisor {
	width: 56px;
	height: 55px;
	position: relative;
	display: block;
	overflow: hidden;
}

.footer-area .social-network a.tripadvisor:before {
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	content: "";
	z-index: -1;
	background: url("images/sprite.png") no-repeat -9px -127px;
	width: 53px;
	height: 54px;
}

.footer-area .social-network a.tripadvisor:hover {
	overflow: visible;
}

.footer-area .social-network a.tripadvisor:hover:before {
	position: absolute;
	top: -20px;
	bottom: auto;
	left: 0;
	right: auto;
	content: "";
	z-index: -1;
	background: url("images/sprite.png") no-repeat -7px -314px;
	width: 53px;
	height: 54px;
}

.footer-area .social-network a.tripadvisor:hover .over {
	padding-top: 45px;
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

.footer-area .social-network a.yelp {
	width: 56px;
	height: 55px;
	position: relative;
	display: block;
	overflow: hidden;
}

.footer-area .social-network a.yelp:before {
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	content: "";
	z-index: -1;
	background: url("images/sprite.png") no-repeat -69px -127px;
	width: 54px;
	height: 54px;
}

.footer-area .social-network a.yelp:hover {
	overflow: visible;
}

.footer-area .social-network a.yelp:hover:before {
	position: absolute;
	top: -20px;
	bottom: auto;
	left: 0;
	right: auto;
	content: "";
	z-index: -1;
	background: url("images/sprite.png") no-repeat -68px -314px;
	width: 54px;
	height: 54px;
}

.footer-area .social-network a.yelp:hover .over {
	padding-top: 45px;
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

.footer-frame {
	position: relative;
}

.footer-nav {
	width: 250px;
	text-align: center;
	margin: 0 auto 30px;
}

.footer-nav ul li {
	display: inline-block;
	vertical-align: top;
	width: 56px;
	margin: 0 5px 30px;
}

.footer-nav ul a .over {
	color: #fff;
	padding: 61px 0 0;
	font-size: 9px;
	line-height: 11px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
}

.footer-nav ul a.art {
	overflow: hidden;
	width: 56px;
	height: 55px;
	position: relative;
	display: block;
	margin: 0 0 10px;
}

.footer-nav ul a.art:before {
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	content: "";
	z-index: -1;
	background: url("images/sprite.png") no-repeat -9px -4px;
	width: 56px;
	height: 55px;
}

.footer-nav ul a.art:hover {
	overflow: visible;
}

.footer-nav ul a.art:hover:before {
	position: absolute;
	top: -17px;
	bottom: auto;
	left: 0;
	right: auto;
	content: "";
	z-index: -1;
	background: url("images/sprite.png") no-repeat -7px -191px;
	width: 56px;
	height: 55px;
}

.footer-nav ul a.art:hover .over {
	padding-top: 41px;
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

.footer-nav ul a.museum {
	position: relative;
	display: block;
	overflow: hidden;
	width: 55px;
	height: 55px;
}

.footer-nav ul a.museum:before {
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	content: "";
	z-index: -1;
	background: url("images/sprite.png") no-repeat -68px -4px;
	width: 55px;
	height: 55px;
}

.footer-nav ul a.museum:hover {
	overflow: visible;
}

.footer-nav ul a.museum:hover:before {
	position: absolute;
	top: -17px;
	bottom: auto;
	left: 0;
	right: auto;
	content: "";
	z-index: -1;
	background: url("images/sprite.png") no-repeat -69px -191px;
	width: 55px;
	height: 55px;
}

.footer-nav ul a.museum:hover .over {
	padding-top: 41px;
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

.footer-nav ul a.lightship {
	position: relative;
	display: block;
	overflow: hidden;
	width: 56px;
	height: 55px;
}

.footer-nav ul a.lightship:before {
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	content: "";
	z-index: -1;
	background: url("images/sprite.png") no-repeat -127px -4px;
	width: 56px;
	height: 55px;
}

.footer-nav ul a.lightship:hover {
	overflow: visible;
}

.footer-nav ul a.lightship:hover:before {
	position: absolute;
	top: -17px;
	bottom: auto;
	left: 0;
	right: auto;
	content: "";
	z-index: -1;
	background: url("images/sprite.png") no-repeat -127px -191px;
	width: 56px;
	height: 55px;
}

.footer-nav ul a.lightship:hover .over {
	padding-top: 41px;
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

.footer-nav ul a.art-center {
	position: relative;
	display: block;
	overflow: hidden;
	width: 54px;
	height: 53px;
}

.footer-nav ul a.art-center:before {
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	content: "";
	z-index: -1;
	background: url("images/sprite.png") no-repeat -187px -4px;
	width: 54px;
	height: 53px;
}

.footer-nav ul a.art-center:hover {
	overflow: visible;
}

.footer-nav ul a.art-center:hover:before {
	position: absolute;
	top: -17px;
	bottom: auto;
	left: 0;
	right: auto;
	content: "";
	z-index: -1;
	background: url("images/sprite.png") no-repeat -187px -191px;
	width: 54px;
	height: 53px;
}

.footer-nav ul a.art-center:hover .over {
	padding-top: 41px;
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

.footer-nav ul a.ship {
	position: relative;
	display: block;
	overflow: hidden;
	width: 55px;
	height: 55px;
}

.footer-nav ul a.ship:before {
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	content: "";
	z-index: -1;
	background: url("images/sprite.png") no-repeat -8px -66px;
	width: 55px;
	height: 55px;
}

.footer-nav ul a.ship:hover {
	overflow: visible;
}

.footer-nav ul a.ship:hover:before {
	position: absolute;
	top: -17px;
	bottom: auto;
	left: 0;
	right: auto;
	content: "";
	z-index: -1;
	background: url("images/sprite.png") no-repeat -8px -253px;
	width: 55px;
	height: 55px;
}

.footer-nav ul a.ship:hover .over {
	padding-top: 41px;
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

.footer-nav ul a.library {
	position: relative;
	display: block;
	overflow: hidden;
	width: 54px;
	height: 53px;
}

.footer-nav ul a.library:before {
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	content: "";
	z-index: -1;
	background: url("images/sprite.png") no-repeat -69px -66px;
	width: 54px;
	height: 53px;
}

.footer-nav ul a.library:hover {
	overflow: visible;
}

.footer-nav ul a.library:hover:before {
	position: absolute;
	top: -17px;
	bottom: auto;
	left: 0;
	right: auto;
	content: "";
	z-index: -1;
	background: url("images/sprite.png") no-repeat -68px -253px;
	width: 54px;
	height: 53px;
}

.footer-nav ul a.library:hover .over {
	padding-top: 41px;
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

body {
	background: #fff;
}

.home #header {
	padding: 20px 10px;
	position: relative;
}

.home.header #header {
	padding: 20px 10px;
	position: relative;
}

.home .twocolumns {
	padding-top: 20px;
}

.home .twocolumns #content {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
}

.home .twocolumns #content .nav {
	margin: 15px 0;
}

.home .twocolumns #sidebar .widget {
	max-width: 100%;
}

img {
	display: block;
}

.twocolumns {
	max-width: 1199px;
	margin: 0 auto;
	padding: 0 20px 25px;
	position: relative;
}

.twocolumns h1 {
	color: #069;
}

.twocolumns .nav {
	overflow: hidden;
	margin: 15px 0;
}

.twocolumns .nav ul {
	font-size: 14px;
	line-height: 16px;
}

.twocolumns .nav ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px 0 0;
}

.twocolumns .nav ul a {
	color: #f50505;
	margin: 0 5px 0 0;
}

.twocolumns .content {
	width: 100%;
}

.twocolumns .img-holder {
	display: none;
}

.twocolumns .header {
	margin: 0 auto 15px;
	position: relative;
	z-index: 1;
	width: 300px;
	font-size: 14px;
	line-height: 18px;
}

.twocolumns .header strong {
	color: #069;
	font-size: 24px;
	line-height: 18px;
	font-weight: 300;
	font-family: "Alegreya SC", "Times", "Baskerville", "Georgia", serif;
}

.twocolumns .header.robin:after {
	display: none;
}

.twocolumns .header h2 {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	font-size: 15px;
	line-height: 17px;
	font-weight: 300;
	color: #069;
	font-family: "Alegreya SC", "Times", "Baskerville", "Georgia", serif;
}

.twocolumns .header h2 a {
	color: #069;
	text-decoration: none;
}

.twocolumns .header h2 a:hover {
	color: #f00;
}

.twocolumns .header .tel {
	color: #069;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
}

.twocolumns .header h1 {
	font-size: 17px;
	line-height: 20px;
	color: #069;
	margin: 0 0 10px;
	font-weight: 400;
	font-family: "Alegreya SC", "Times", "Baskerville", "Georgia", serif;
}

.twocolumns .header .time-holder {
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 17px;
	color: #f50505;
}

.twocolumns .header .time-holder li {
	display: inline-block;
	vertical-align: top;
	margin: 0 13px;
	position: relative;
}

.twocolumns .header .time-holder li:before {
	position: absolute;
	top: 50%;
	bottom: auto;
	left: -10px;
	right: auto;
	content: "";
	z-index: -1;
	background: #f50505;
	width: 3px;
	height: 3px;
	border-radius: 100%;
}

.twocolumns .header .time-holder a {
	color: #f50505;
}

.twocolumns .day {
	font-size: 16px;
	line-height: 14px;
	color: #069;
	word-spacing: 2px;
	display: inline;
	font-family: "Alegreya SC", "Times", "Baskerville", "Georgia", serif;
}

.twocolumns .day a {
	color: #069;
	text-decoration: none;
}

.email-btn {
	color: #f9fafb;
	text-decoration: none;
	min-width: 161px;
	word-spacing: -1px;
	padding: 5px 6px 5px 28px;
	margin: 0 0 15px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	border-radius: 5px;
	font-size: 14px;
	line-height: 16px;
	text-align: right;
	background: #2eade8;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlYWRlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iIzI3YTVlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iIzI1YTFlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iIzIyOWJlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iIzFmOTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjkxZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(top, #2eade8 0%, #27a5e4 16%, #25a1e3 37%, #229be1 63%, #1f92df 79%, #1f91e1 100%);
	background: linear-gradient(to bottom, #2eade8 0%, #27a5e4 16%, #25a1e3 37%, #229be1 63%, #1f92df 79%, #1f91e1 100%);
}

.email-btn:before {
	position: absolute;
	top: 5px;
	bottom: 3px;
	left: 30px;
	right: auto;
	content: "";
	z-index: -1;
	z-index: 0;
	background: #1a83da;
	width: 1px;
	height: 65%;
}

.email-btn .icon-mail {
	position: relative;
	z-index: 1;
	left: -20%;
	top: 2px;
}

.email-btn .icon-mail:before {
	position: absolute;
	top: 1px;
	bottom: auto;
	left: 0;
	right: auto;
	content: "";
	z-index: -1;
	background: url("images/sprite.png") no-repeat -187px -127px;
	width: 18px;
	height: 12px;
}

.email-btn:hover {
	background: #1f91e1;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFmOTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iIzFmOTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iIzIyOWJlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iIzI1YTFlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iIzI3YTVlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZWFkZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(top, #1f91e1 0%, #1f92df 16%, #229be1 37%, #25a1e3 63%, #27a5e4 79%, #2eade8 100%);
	background: linear-gradient(to bottom, #1f91e1 0%, #1f92df 16%, #229be1 37%, #25a1e3 63%, #27a5e4 79%, #2eade8 100%);
}

.time-stores h1 {
	font-size: 15px;
	line-height: 13px;
	color: #069;
	margin: 0 0 15px;
	font-weight: 400;
	font-family: "Alegreya SC", "Times", "Baskerville", "Georgia", serif;
	word-spacing: 3px;
}

.time-stores .holder {
	font-size: 14px;
	line-height: 18px;
	position: relative;
	z-index: 1;
}

.time-stores .holder:after {
	position: absolute;
	top: -7px;
	bottom: auto;
	left: 0;
	right: 0;
	content: "";
	z-index: -1;
	width: 100%;
	height: 2px;
	background: #ccc;
}

.time-stores .holder.orange:before {
	position: absolute;
	top: 5px;
	bottom: auto;
	left: -12px;
	right: auto;
	content: "";
	z-index: -1;
	background: #f63;
}

.time-stores .holder.green:before {
	position: absolute;
	top: 5px;
	bottom: auto;
	left: -12px;
	right: auto;
	content: "";
	z-index: -1;
	background: #0c0;
}

.time-stores .holder.purple:before {
	position: absolute;
	top: 5px;
	bottom: auto;
	left: -12px;
	right: auto;
	content: "";
	z-index: -1;
	background: #c0f;
}

.time-stores .holder .time {
	font-size: 14px;
	line-height: 16px;
	color: #090;
}

.time-stores .holder p {
	margin: 0 0 12px;
}

.time-stores .holder p a {
	color: #f50505;
}

.time-stores .holder h2 {
	font-size: 15px;
	line-height: 13px;
	color: #069;
	margin: 0 0 5px;
	font-weight: 400;
	display: inline;
	font-family: "Alegreya SC", "Times", "Baskerville", "Georgia", serif;
	word-spacing: 3px;
}

.time-stores .holder h2 a {
	color: #069;
	text-decoration: none;
}

.time-stores .holder h2 a:hover {
	color: #f00;
}

.carousel {
	position: relative;
	margin: 0 auto 14px;
	overflow: hidden;
	width: 300px;
}

.carousel .mask {
	position: relative;
	overflow: hidden;
	width: 286px;
}

.carousel .slideset {
	width: 99999px;
	float: left;
}

.carousel .slide {
	width: 398px;
	float: left;
	position: relative;
}

.carousel .slide .caption {
	width: 100%;
	padding: 5px 15px;
	color: #fff;
	font-size: 17px;
	line-height: 19px;
	font-family: "Alegreya SC", "Times", "Baskerville", "Georgia", serif;
	position: absolute;
	left: 0;
	bottom: 40px;
	background: rgba(0, 0, 0, .5);
}

.carousel .slide .caption p {
	margin: 0;
}

.carousel .slide .caption a {
	color: #d7c5ae;
	font-family: "ABeeZee", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-decoration: none;
	font-size: 15px;
	line-height: 17px;
}

.carousel .slide .caption a:hover {
	color: #fff;
}

#content {
	max-width: 1199px;
	margin: 0 auto;
	padding: 15px;
}

#content .nav {
	overflow: hidden;
	margin: 15px 0;
}

#content .nav ul {
	font-size: 12px;
	line-height: 14px;
}

#content .nav ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px 0 0;
}

#content .nav ul a {
	color: #f50505;
	margin: 0 1px 0 0;
}

#content h1 {
	font-size: 36px;
	line-height: 38px;
	margin: 0 0 27px;
	font-weight: 300;
	word-spacing: 3px;
	color: #14640d;
	font-family: "Alegreya SC", "Times", "Baskerville", "Georgia", serif;
}

#content h2 {
	font-size: 24px;
	line-height: 24px;
	margin: 0 0 21px;
	font-weight: 300;
	color: #069;
	font-family: "Alegreya SC", "Times", "Baskerville", "Georgia", serif;
}

#content .accordion {
	overflow: hidden;
	font-size: 14px;
	line-height: 18px;
	color: #333;
	font-weight: 300;
	margin: -8px 0 0;
}

#content .accordion li {
	margin: 2px 0;
	display: block;
}

#content .accordion li.active .opener {
	position: relative;
	background: #91c449;
}

#content .accordion li.active .opener:before {
	position: absolute;
	top: 10px;
	bottom: auto;
	left: 11px;
	right: auto;
	content: "";
	z-index: -1;
	content: "-";
	z-index: 0;
	font-size: 14px;
	line-height: 7px;
}

#content .accordion .opener {
	display: block;
	padding: 5px 22px;
	background: #ffdc33;
	border-radius: 5px;
	color: #333;
	text-decoration: none;
	position: relative;
}

#content .accordion .opener:before {
	position: absolute;
	top: 11px;
	bottom: auto;
	left: 11px;
	right: auto;
	content: "";
	z-index: -1;
	content: "+";
	z-index: 0;
	font-size: 14px;
	line-height: 7px;
}

#content .accordion .opener:hover {
	background: #91c449;
}

#content .accordion .slide {
	padding: 10px 15px 3px 18px;
}

#content .accordion .slide .price {
	color: #095da9;
}

#content .accordion .slide p {
	margin: 0 0 18px;
}

#sidebar {
	width: 100%;
}

.threecolumns {
	max-width: 600px;
	margin: 0 auto;
	padding: 0 0 0 20px;
}

.threecolumns .column {
	width: 100%;
	margin: 0 0 20px;
}

.widget {
	max-width: 300px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	position: relative;
	z-index: 1;
	margin: 0 0 48px;
}

.widget h2 {
	font-size: 24px;
	line-height: 18px;
	margin: 0 0 21px;
	font-weight: 300;
	color: #069;
	font-family: "Alegreya SC", "Times", "Baskerville", "Georgia", serif;
}

.widget h2 a {
	color: #069;
	text-decoration: none;
}

.widget h2 a:hover {
	color: #f00;
}

.widget h3 {
	font-size: 24px;
	line-height: 18px;
	margin: 0 0 2px;
	font-weight: 300;
	color: #069;
	font-family: "Alegreya SC", "Times", "Baskerville", "Georgia", serif;
}

.widget p {
	margin: 0 0 18px;
}

.widget p a {
	color: #f00;
}

.widget .inquiry-form {
	overflow: hidden;
}

.widget .inquiry-form .row {
	overflow: hidden;
	width: 100%;
	margin: 0 0 12px;
}

.widget .inquiry-form .row.error input[type="text"],
.widget .inquiry-form .row.error input[type="email"],
.widget .inquiry-form .row.error input[type="tel"],
.widget .inquiry-form .row.error textarea {
	border: 1px solid #c03;
	color: #c03;
}

.widget .inquiry-form .row label {
	display: block;
	margin: 0 0 1px;
}

.widget .inquiry-form .row input[type="text"],
.widget .inquiry-form .row input[type="email"],
.widget .inquiry-form .row input[type="tel"] {
	width: 100%;
	border-radius: 5px;
	height: 33px;
	outline: none;
	box-shadow: none;
}

.widget .inquiry-form .row textarea {
	width: 100%;
	border-radius: 5px;
	min-height: 149px;
	resize: none;
	outline: none;
}

.widget .inquiry-form .btn {
	min-width: 79px;
	text-align: center;
	padding: 5px;
	background: #91c449;
	border: none;
	color: #333;
	margin: 10px 0 0;
	outline: none;
}

.widget .inquiry-form .btn:hover {
	background: #069;
	color: #fff;
}

.widget .days {
	display: block;
	margin: 0 0 20px;
}

.widget .days dt {
	font-size: 24px;
	line-height: 18px;
	font-weight: 300;
	color: #069;
	font-family: "Alegreya SC", "Times", "Baskerville", "Georgia", serif;
}

.widget .sex {
	display: block;
	margin: 0;
}

.widget .sex dt {
	color: #333;
	font-weight: 300;
}

.widget .month {
	padding: 0 0 0 18px;
}

.widget .month li {
	margin: 5px 0;
	position: relative;
	z-index: 1;
}

.widget .month li:before {
	position: absolute;
	top: 50%;
	bottom: auto;
	left: -10px;
	right: auto;
	content: "";
	z-index: -1;
	background: #333;
	width: 3px;
	height: 3px;
	border-radius: 100%;
}

.widget .note {
	background: #ffe57f;
	padding: 8px 7px 10px 69px;
	margin: 0 0 22px;
	max-width: 278px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.widget .note p {
	margin: 0;
}

.widget .note .heading {
	color: #069;
	font-weight: 300;
}

.widget .icon-hand {
	position: relative;
}

.widget .icon-hand:before {
	position: absolute;
	top: 13px;
	bottom: auto;
	left: -61px;
	right: auto;
	content: "";
	z-index: -1;
	z-index: auto;
	background: url("images/sprite.png") no-repeat -128px -126px;
	width: 54px;
	height: 55px;
}

.widget .map-link {
	color: #f00;
	margin: 0 0 18px;
	display: inline-block;
	vertical-align: top;
}

.widget .address {
	font-style: normal;
}

.widget .address a {
	color: #333;
	text-decoration: none;
}

.widget .offer-link {
	text-align: right;
	font-style: italic;
	padding: 15px 27px 3px 23px;
	position: relative;
	text-decoration: none;
	color: #333;
	display: inline-block;
	vertical-align: top;
}

.widget .offer-link:before {
	position: absolute;
	top: 18px;
	bottom: auto;
	left: auto;
	right: 9px;
	content: "";
	z-index: -1;
	z-index: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #f00;
}

.widget .offer-link:hover {
	color: #f00;
}

.bullet {
	position: relative;
}

.bullet:before {
	width: 8px;
	height: 8px;
	border-radius: 100%;
}

.bullet.keppel:before {
	position: absolute;
	top: 2px;
	bottom: auto;
	left: -12px;
	right: auto;
	content: "";
	z-index: -1;
	background: #399;
}

.bullet.purples:before {
	position: absolute;
	top: 4px;
	bottom: auto;
	left: -12px;
	right: auto;
	content: "";
	z-index: -1;
	background: #c0f;
}

.bullet.purples:after {
	position: absolute;
	top: auto;
	bottom: -24px;
	left: -9999px;
	right: -9999px;
	content: "";
	z-index: -1;
	background: #ccc;
	height: 2px;
}

.bullet.purple:before {
	position: absolute;
	top: 8px;
	bottom: auto;
	left: -12px;
	right: auto;
	content: "";
	z-index: -1;
	background: #c0f;
}

.bullet.orange:before {
	position: absolute;
	top: 7px;
	bottom: auto;
	left: -12px;
	right: auto;
	content: "";
	z-index: -1;
	background: #f63;
}

.bullet.green:before {
	position: absolute;
	top: 8px;
	bottom: auto;
	left: -12px;
	right: auto;
	content: "";
	z-index: -1;
	background: #0c0;
}

.bullet.robin:before {
	position: absolute;
	top: 4px;
	bottom: auto;
	left: -12px;
	right: auto;
	content: "";
	z-index: -1;
	background: #0cc;
}

.bullet.robin:after {
	position: absolute;
	top: auto;
	bottom: -15px;
	left: -9999px;
	right: -9999px;
	content: "";
	z-index: -1;
	background: #ccc;
	display: none;
	height: 1px;
}

.btn {
	min-width: 161px;
	font-size: 14px;
	line-height: 18px;
	background: #14640d;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	padding: 5px 5px 5px 13px;
	margin: 0 0 12px;
	border-radius: 5px;
}

.btn:hover {
	background: #91c449;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	font-size: 12px;
	line-height: 14px;
	padding: 3px 6px;
	height: 33px;
	color: #fff;
	border-radius: 5px;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	background: #91c449;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	width: 28%;
	border-radius: 5px;
}

.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	background: #91c449;
}

.widget.widget_calendar {
	font-size: 16px;
	line-height: 18px;
}

.widget.widget_calendar table {
	width: 100%;
	table-layout: fixed;
}

.widget.widget_calendar table tbody td {
	text-align: center;
}

#sidebar a {
	color: #f00;
}

#sidebar h3 {
	margin: 0 0 10px;
}

#content .next,
#content .prev {
	display: inline-block;
	vertical-align: middle;
	min-width: 20%;
	text-align: center;
	background: #14640d;
	color: #fff;
	padding: .4em;
	border-radius: 5px;
	text-decoration: none;
}

#content .next:hover,
#content .prev:hover {
	background: #91c449;
}

.post-password-form input[type="password"],
.widget_search .search-form input[type="search"] {
	width: 71%;
	margin: 0 1% 0 0;
	font-size: 11px;
	line-height: 20px;
}

.widget_search .search-form input[type="submit"] {
	width: 28%;
	border-radius: 5px;
	font-size: 12px;
	line-height: 14px;
	padding: 4px 2px 5px;
}

.widget_search .search-form input[type="submit"]:hover {
	background: #91c449;
}

.post-password-form input[type="password"],
.search-form input[type="search"] {
	color: #000;
	padding: 6px 7px;
	margin: 0 1% 0 0;
	width: 64%;
	height: 33px;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 4px 25px 3px 7px;
	border: 1px solid #ccc;
}

.post-password-form input[type="password"]::-webkit-input-placeholder,
.search-form input[type="search"]::-webkit-input-placeholder {
	color: #000;
}

.post-password-form input[type="password"]::-moz-placeholder,
.search-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #000;
}

.post-password-form input[type="password"]:-moz-placeholder,
.search-form input[type="search"]:-moz-placeholder {
	color: #000;
}

.post-password-form input[type="password"]:-ms-input-placeholder,
.search-form input[type="search"]:-ms-input-placeholder {
	color: #000;
}

.post-password-form input[type="password"].placeholder,
.search-form input[type="search"].placeholder {
	color: #000;
}

.search-form input[type="search"] {
	padding: 3px 25px 3px 7px;
	line-height: 12px;
	font-size: 11px;
	border-radius: 5px;
}

#searchform {
	padding: 0 0 7px;
}

.comment-respond .comment-form textarea,
.comment-respond .comment-form input[type="text"] {
	width: 100%;
	height: 23px;
	box-sizing: border-box;
	outline: none;
	font-size: 12px;
	line-height: 12px;
	padding: 2px 25px 2px 7px;
	border: 1px solid #ccc;
	border-radius: 5px;
	resize: none;
}

.comment-respond .comment-form textarea {
	height: auto;
}

.comment-form label {
	font-size: 14px;
	line-height: 17px;
	color: #000;
	margin: 0 0 6px;
	display: block;
	text-transform: uppercase;
}

@media (min-width: 480px) {
	#footer .copyright {
		width: 32.6%;
		float: left;
		margin: 0;
		padding: 0 30px 0 0;
	}

	#footer .text-holder {
		width: 59.5%;
		float: right;
		margin: 0;
	}

	.footer-frame:before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 32.7%;
		right: auto;
		content: "";
		z-index: -1;
		background: #b0b0b0;
		width: 2px;
		height: 100%;
	}

	.threecolumns .column {
		width: 43%;
		float: left;
		margin: 0 6% 0 0;
	}

	.bullet.purples:after {
		left: 0;
		right: 0;
	}
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	#header {
		padding: 26px 10px 0;
	}

	.logo {
		width: 262px;
	}

	#nav ul {
		font-size: 13px;
		line-height: 15px;
	}

	#nav ul li.hover > .has-drop-down-a:before {
		right: 3px;
		top: 10px;
		border-width: 6px 4px 0 4px;
	}

	#nav ul li.active .has-drop-down-a:before {
		right: 3px;
		top: 10px;
		border-width: 6px 4px 0 4px;
	}

	#nav ul .nav-drop {
		font-size: 14px;
		line-height: 16px;
		width: 100%;
	}

	#nav .has-drop-down-a:before {
		right: 4px;
		top: 8px;
		border-width: 4px 0 4px 6px;
	}

	#footer {
		padding: 0 20px 56px;
	}

	.footer-area {
		padding: 0 0 50px;
		text-align: left;
		width: auto;
		margin: 0 auto 15px;
	}

	.footer-area:before {
		left: -6px;
		right: 0;
		width: 100%;
	}

	.footer-area .footer-holder {
		width: 100%;
		text-align: center;
	}

	.footer-area .footer-holder .text {
		font-size: 12px;
		line-height: 14px;
		max-width: 300px;
	}

	.footer-area .social-network {
		margin: 0 auto 20px;
		max-width: 315px;
	}

	.footer-area .social-network li {
		margin: 0 12px 15px 1px;
	}

	.footer-nav {
		width: 100%;
		margin: 0;
		text-align: center;
		padding: 0 0 50px;
	}

	.footer-nav ul li {
		margin: 0 9px 5px 2px;
	}

	.home .twocolumns {
		padding-top: 14px;
	}

	.home .twocolumns #content {
		width: 56.7%;
		float: left;
		margin: 0 5% 0 0;
	}

	.home .twocolumns #content .nav {
		margin: 8px 74px 30px 0;
		text-align: left;
	}

	.twocolumns {
		padding: 0 20px 38px;
	}

	.twocolumns .nav {
		margin: 8px 0 45px 100px;
		text-align: left;
	}

	.twocolumns .content {
		max-width: 330px;
		float: left;
		width: auto;
	}

	.twocolumns .img-holder {
		max-width: 463px;
		top: -75px;
		left: 50%;
		display: block;
		position: absolute;
		margin: 0 0 0 -34px;
	}

	.twocolumns .header {
		margin: 0 0 5px;
		width: auto;
	}

	.twocolumns .header h1 {
		font-size: 19px;
		line-height: 21px;
	}

	.twocolumns .header .time-holder {
		font-size: 14px;
		line-height: 16px;
	}

	.twocolumns .header .time-holder li {
		margin: 0 15px;
	}

	.twocolumns .day {
		font-size: 18px;
		line-height: 16px;
	}

	.time-stores h1 {
		font-size: 18px;
		line-height: 16px;
		margin: 0 0 10px;
	}

	.time-stores .holder.orange:before {
		left: -16px;
		top: 3px;
	}

	.time-stores .holder.green:before {
		left: -16px;
		top: 3px;
	}

	.time-stores .holder.purple:before {
		left: -16px;
		top: 3px;
	}

	.time-stores .holder h2 {
		font-size: 18px;
		line-height: 16px;
		margin: 0 0 4px;
	}

	.carousel {
		width: auto;
		margin: 0 0 14px;
	}

	.carousel .mask {
		max-width: 330px;
		width: auto;
	}

	.carousel .slide {
		width: 330px;
	}

	.carousel .slide .caption {
		font-size: 19px;
		line-height: 21px;
		padding: 5px 18px;
	}

	#content {
		padding: 6px 20px 15px 25px;
	}

	#content .nav {
		margin: 8px 74px 30px 0;
		text-align: left;
	}

	#content .nav ul {
		font-size: 14px;
		line-height: 16px;
	}

	#content .nav ul li {
		margin: 0 3px 0 0;
	}

	#content .nav ul a {
		margin: 0 5px 0 0;
	}

	#sidebar {
		width: 30%;
		float: left;
		padding: 43px 0 0;
	}

	.threecolumns {
		padding: 0;
		max-width: none;
		margin: 0;
	}

	.threecolumns .column {
		width: 25%;
		margin: 0 7.4% 0 0;
	}

	.widget .inquiry-form .row input[type="text"],
	.widget .inquiry-form .row input[type="email"],
	.widget .inquiry-form .row input[type="tel"] {
		width: 214px;
		height: 33px;
	}

	.widget .inquiry-form .row textarea {
		min-width: 214px;
		width: auto;
	}

	.widget .days dt {
		font-size: 18px;
		line-height: 16px;
	}

	.widget .month {
		font-size: 11px;
		line-height: 13px;
	}

	.widget .month li {
		margin: 0 10px;
		margin: 0;
	}

	.bullet:before {
		width: 10px;
		height: 10px;
	}

	.bullet.keppel:before {
		left: -5.5%;
		top: 8px;
	}

	.bullet.purples:before {
		left: -16px;
		top: 6px;
	}

	.bullet.purple:before {
		left: -16px;
		top: 6px;
	}

	.bullet.orange:before {
		left: -22px;
		top: 8px;
	}

	.bullet.green:before {
		left: -22px;
		top: 5px;
	}

	.bullet.robin:before {
		left: -16px;
		top: 8px;
	}

	.bullet.robin:after {
		left: 0;
		right: 0;
	}
}

@media (min-width: 769px) {
	.comment-form input[type="submit"],
	.post-password-form input[type="submit"],
	.search-form input[type="submit"] {
		width: auto;
	}

	.post-password-form input[type="password"],
	.search-form input[type="search"] {
		margin: 0 5px 0 0;
	}

	.comment-respond .comment-form textarea,
	.comment-respond .comment-form input[type="text"] {
		width: 70%;
		padding: 5px;
	}

	.comment-form label {
		font-size: 16px;
		line-height: 19px;
	}
}

@media (min-width: 1024px) {
	#header {
		padding: 26px 20px 0;
	}

	#header .nav-opener {
		display: none;
	}

	.drop-down {
		position: absolute;
		top: 100%;
		left: 0;
		visibility: hidden;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		min-width: 100%;
	}

	.drop-down-2 {
		position: absolute;
		top: 0;
		visibility: hidden;
		left: 100%;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
	}

	#nav {
		position: relative;
		padding: 11px 0 0;
		left: auto;
		top: auto;
		text-align: left;
		float: right;
		overflow: visible;
		width: auto;
		max-height: none;
		max-width: 872px;
	}

	#nav ul {
		font-size: 12px;
		line-height: 14px;
		padding: 0;
	}

	#nav ul li {
		display: inline-block;
		vertical-align: top;
		margin: 0 2px 5px;
	}

	#nav ul li.hover > .drop-down {
		visibility: visible;
	}

	#nav ul li.hover > .drop-down > ul {
		opacity: 1;
	}

	#nav ul li.red {
		text-align: center;
	}

	#nav ul li.endeavour {
		text-align: center;
	}

	#nav ul a {
		min-width: 70px;
		padding: 5px 14px 7px 8px;
	}

	#nav ul .nav-drop {
		font-size: 12px;
		line-height: 14px;
		-webkit-transition: opacity .25s linear;
		transition: opacity .25s linear;
		opacity: 0;
		display: block;
	}

	#nav ul .nav-drop.yellow {
		width: 100px;
	}

	#nav ul .nav-drop.orange {
		width: 180px;
	}

	#nav ul .nav-drop li.hover .drop-down-2 > .right {
		opacity: 1;
	}

	#nav ul .nav-drop.right {
		display: block;
	}

	#footer {
		padding: 0 20px 56px;
	}

	.footer-area {
		padding: 0 0 50px 6px;
	}

	.footer-area .footer-holder {
		width: 55.9%;
		float: right;
		text-align: left;
	}

	.footer-area .footer-holder .text {
		font-size: 11px;
		line-height: 13px;
		max-width: 290px;
	}

	.footer-area .social-network {
		margin: 0 2.9% 0 0;
		max-width: 45.2%;
		display: inline-block;
		vertical-align: top;
	}

	.footer-area .social-network li {
		margin: 0 2px 5px 1px;
	}

	.footer-nav {
		width: 40%;
		padding: 0;
		float: left;
		text-align: left;
	}

	.footer-nav ul li {
		margin: 0 2px 5px 2px;
	}

	.home #header {
		padding: 26px 20px;
		margin: 0 auto 20px;
	}

	.home.header #header {
		padding: 26px 20px 0;
		margin: 0 auto;
	}

	.home .twocolumns #content {
		margin: 0 8% 0 0;
	}

	.home .twocolumns #content .nav {
		margin: 0 70px 28px 113px;
	}

	.twocolumns {
		padding: 6px 20px 40px 67px;
	}

	.twocolumns .nav {
		margin: 0 0 45px 214px;
	}

	.twocolumns .content {
		max-width: 421px;
	}

	.twocolumns .img-holder {
		max-width: 624px;
		bottom: -16px;
		top: auto;
		margin: 0 0 0 -39px;
	}

	.twocolumns .header h2 {
		line-height: 24px;
		font-size: 24px;
	}

	.twocolumns .header h2 {
		line-height: 18px;
	}

	.twocolumns .header h1 {
		font-size: 23px;
		line-height: 25px;
	}

	.twocolumns .header .time-holder li {
		margin: 0 23px 0 11px;
	}

	.twocolumns .day {
		font-size: 24px;
		line-height: 20px;
	}

	.time-stores h1 {
		font-size: 23px;
		line-height: 27px;
	}

	.time-stores .holder.orange:before {
		left: -5.5%;
		top: 8px;
	}

	.time-stores .holder.green:before {
		left: -22px;
		top: 5px;
	}

	.time-stores .holder.purple:before {
		left: -22px;
		top: 6px;
	}

	.time-stores .holder h2 {
		font-size: 23px;
		line-height: 19px;
	}

	.carousel .mask {
		max-width: 398px;
	}

	.carousel .slide {
		width: 398px;
	}

	.carousel .slide .caption {
		font-size: 29px;
		line-height: 27px;
		padding: 5px 27px;
	}

	#content {
		padding: 6px 20px 15px 67px;
	}

	#content .nav {
		margin: 0 114px 28px 262px;
	}

	#content h2 {
		line-height: 20px;
	}

	.widget .inquiry-form .row input[type="text"],
	.widget .inquiry-form .row input[type="email"],
	.widget .inquiry-form .row input[type="tel"] {
		width: 276px;
		height: 33px;
	}

	.widget .inquiry-form .row textarea {
		min-width: 276px;
	}

	.widget .days dt {
		font-size: 24px;
		line-height: 18px;
	}

	.widget .month {
		font-size: 14px;
		line-height: 18px;
	}

	.widget .month li {
		margin: 0 23px 0 11px;
	}

	.bullet.purples:before {
		left: -23px;
		top: 6px;
	}

	.bullet.purple:before {
		left: -22px;
		top: 6px;
	}

	.bullet.robin:before {
		left: -23px;
		top: 5px;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (min-width: 1270px) {
	#header {
		padding: 26px 3.8% 0 20px;
	}

	#nav ul {
		font-size: 16px;
		line-height: 18px;
	}

	#nav ul li.hover > .has-drop-down-a:before {
		right: 3px;
		top: 12px;
		border-width: 6px 4px 0 4px;
	}

	#nav ul li.active .has-drop-down-a:before {
		right: 4px;
		top: 12px;
		border-width: 7px 5px 0 5px;
	}

	#nav ul a {
		min-width: 93px;
	}

	#nav ul .nav-drop {
		font-size: 16px;
		line-height: 18px;
	}

	#nav ul .nav-drop.yellow {
		width: 150px;
	}

	#nav ul .nav-drop.orange {
		width: 250px;
	}

	#nav .has-drop-down-a:before {
		right: 4px;
		top: 10px;
		border-width: 5px 0 5px 7px;
	}

	#footer {
		padding: 0 20px 56px 74px;
	}

	.footer-area .footer-holder .text {
		font-size: 12px;
		line-height: 14px;
		max-width: 48%;
	}

	.footer-area .social-network {
		margin: 0 8.4% 0 0;
		max-width: 44%;
	}

	.footer-area .social-network li {
		margin: 0 12px 5px 1px;
	}

	.footer-nav ul li {
		margin: 0 9px 5px 2px;
	}

	.home #header {
		padding: 26px 3.8% 26px 20px;
	}

	.home.header #header {
		padding: 26px 3.8% 0 20px;
	}

	.home .twocolumns #content .nav {
		margin: 0 95px 28px 169px;
	}

	.home .twocolumns #sidebar .widget {
		max-width: 92.5%;
	}

	.twocolumns .img-holder {
		max-width: 784px;
		margin: 0 0 0 -103px;
	}

	.widget .inquiry-form .row input[type="text"],
	.widget .inquiry-form .row input[type="email"],
	.widget .inquiry-form .row input[type="tel"] {
		width: 309px;
		height: 33px;
	}

	.widget .inquiry-form .row textarea {
		min-width: 309px;
	}
}

@media (max-width: 1023px) {
	#nav ul {
		-webkit-transition: all .25s linear 0s;
		transition: all .25s linear 0s;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers {
		padding: 0;
	}

	.navigation .next,
	.navigation .prev {
		padding: .2em;
	}

	#content .next,
	#content .prev {
		padding: .2em;
	}
}

