/*
Theme Name: KRU
Author: Position Interactive
Author URI: http://positioninteractive.com/
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: base
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;
}

#header .info,
.selectors ul,
#nav .menu,
#nav .social-networks,
#main .social-networks,
.heading .dropdown,
.heading .dropdown ul,
.menu-holder .list,
.about ul,
.breadcrumbs,
#content ul,
#content ol,
#content .social-network,
.contact-form .social-network {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.container:after,
#nav .menu-area:after,
.heading:after,
.heading nav:after,
.section .textblock:after,
.about .awards .list:after {
	content: "";
	display: block;
	clear: both;
}

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

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #333;
	background: #fff;
	font: 16px/1.2 "museo-sans-rounded", 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.2em;
}

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

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;
	box-sizing: border-box;
	border: 1px solid #999;
	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: #333;
}

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: #acacac;
}

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: #acacac;
}

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: #acacac;
}

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: #acacac;
}

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

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.2em;
}

.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;
	max-width: 300px;
	width: 100%;
}

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

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

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

.search-form {
	margin-bottom: 15px;
}

.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: #333;
	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.2em;
}

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

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

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

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

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

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

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

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.2em;
}

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

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

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

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #333;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

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

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

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

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

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

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

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

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

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

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #999;
}

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: #39f;
}

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

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?o96rb4");
	src: url("fonts/icomoon.eot?o96rb4#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?o96rb4") format("truetype"), url("fonts/icomoon.woff?o96rb4") format("woff"), url("fonts/icomoon.svg?o96rb4#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-icon:before {
	content: "\e900";
}

body {
	min-width: 320px;
}

/* main container styles */

#wrapper {
	position: relative;
	overflow: hidden;
}

#wrapper.home #header {
	background: none;
	box-shadow: none;
}

#wrapper.home #header .container {
	max-width: 1320px;
}

#wrapper.home #header #nav .container {
	max-width: 1380px;
	padding: 67px 20px 30px;
	text-align: left;
}

#wrapper.home #header #nav address {
	color: #c7b570;
}

#wrapper.home #header #nav .btn-default {
	display: inline-block;
	border-color: #c7b570;
	color: #c7b570;
}

#wrapper.home #header #nav .btn-default:hover {
	background: #c7b570 !important;
	color: #fff !important;
}

#wrapper.home #header .container {
	padding: 25px;
	max-width: 100%;
}

#wrapper.home #header .container .btn-default {
	display: none;
}

#wrapper.home #header .info li:before {
	background: #fff;
	top: 12px;
	bottom: 13px;
}

#wrapper.home #header .info a {
	color: #fff;
}

#wrapper.home #header .info a:hover {
	color: #978357;
}

#wrapper.home #header address {
	color: #fff;
}

#wrapper.home .btn-default {
	border-color: #fff;
	color: #fff;
}

#wrapper.home .btn-default:hover {
	background: #fff !important;
	color: #822b22 !important;
}

#wrapper.home .opener {
	top: 31px;
	right: 20px;
}

#wrapper.home .opener:hover:after,
#wrapper.home .opener:hover:before,
#wrapper.home .opener:hover span {
	background: #c7b570;
}

#wrapper.home .opener:before,
#wrapper.home .opener:after,
#wrapper.home .opener span {
	background: #fff;
}

#wrapper.home #main {
	padding: 0;
}

/* nav-opener styles */

.opener {
	width: 39px;
	height: 39px;
	position: absolute;
	top: 13px;
	right: 20px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	z-index: 999999;
}

.opener:hover:after,
.opener:hover:before,
.opener:hover span {
	background: #c7b570;
}

.opener:before,
.opener:after,
.opener span {
	width: 39px;
	height: 39px;
	background: #822b22;
	position: absolute;
	top: 2px;
	left: 0;
	right: 0;
	height: 6px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	border-radius: 1px;
}

.opener:before,
.opener:after {
	content: "";
	top: 16px;
}

.opener:after {
	top: 30px;
}

.close-btn span,
.nav-active .opener span {
	opacity: 0;
}

.opener:hover {
	opacity: .9;
}

.close-btn:after,
.close-btn:before,
.nav-active .opener:after,
.nav-active .opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 18px;
	left: 0;
	right: 0;
}

.close-btn:after,
.nav-active .opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.container {
	position: relative;
	max-width: 1060px;
	margin: 0 auto;
	padding: 0 20px;
}

.scroll-block .container {
	margin: 0 auto 0 20px;
}

.scroll-block.first .container {
	margin: 0 auto;
}

.btn-default {
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	color: #a5946d;
	font-weight: 300;
	border: 1px solid #a5946d;
	padding: 7px 17px;
	letter-spacing: 1px;
	text-decoration: none;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	font-weight: 300;
}

.btn-default:hover {
	color: #fff;
	background: #978357;
}

/* header styles */

#header {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	box-shadow: 0 0 5px rgba(0, 0, 0, .4);
}

#header .container {
	text-align: right;
	padding: 10px 20px 11px;
	max-width: 1386px;
}

#header .container .btn-default {
	display: none;
}

#header .container .btn-default:hover {
	background: #978357;
	color: #fff;
}

#header .logo {
	width: 138px;
	float: left;
	margin: 3px 0 2px;
}

#header .logo img {
	width: 100%;
	height: auto;
	display: block;
}

#header .info-holder {
	overflow: hidden;
	text-align: right;
	padding: 4px 50px 0 0;
}

#header .info {
	font-size: 14px;
	line-height: 18px;
	display: inline-block;
	vertical-align: middle;
	display: none;
	font-weight: 300;
}

#header .info li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 10px 16px;
	float: left;
}

#header .info li:first-child:before {
	display: none;
}

#header .info li:before {
	background: #282828;
	width: 1px;
	position: absolute;
	top: 0;
	left: 0;
	top: 10px;
	bottom: 10px;
	content: "";
}

#header .info a {
	color: #282828;
	text-decoration: none;
}

#header .info a:hover {
	color: #978357;
}

#header address {
	margin: 0;
	color: #282828;
	display: block;
	font-style: normal;
}

#header .content-holder {
	background: #2d2415;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 12px;
	letter-spacing: .3px;
}

#header #nav .container {
	max-width: 1380px;
	padding: 67px 20px 30px;
	text-align: left;
	opacity: 1;
}

body.nav-active {
	overflow: hidden;
	height: 100vh;
}

body.nav-active #header {
	z-index: 999999;
}

body.nav-active #nav {
	top: 0;
	opacity: .95;
	z-index: 99999;
	visibility: visible;
}

body.nav-active .opener {
	right: 20px;
}

body.nav-active .opener:hover:after,
body.nav-active .opener:hover:before,
body.nav-active .opener:hover span {
	background: #c7b570;
}

body.nav-active .opener:after,
body.nav-active .opener:before,
body.nav-active .opener span {
	background: #fff;
}

body.nav-active #wrapper.home .opener {
	top: 23px;
	right: 20px;
}

.bg-stretch {
	height: 100vh;
}

.bg-stretch img {
	width: 100%;
	height: auto;
	display: block;
	max-width: inherit;
}

/* timings styles */

.timings {
	background: url(images/bg-pattern.png);
	overflow: hidden;
	padding: 85px 20px 20px;
	height: 100vh;
}

.timings .cols {
	overflow: hidden;
	color: #c7b570;
	position: relative;
	padding: 0 0 40px;
}

.timings .cols .col {
	overflow: hidden;
}

.timings .cols .title {
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	display: block;
	color: #fff;
	margin: 0 0 10px;
}

.timings .cols .title a {
	color: #fff;
	text-decoration: none;
}

.timings .cols .title a:hover {
	color: #c7b570;
}

.timings dl {
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
	margin: 0 0 15px;
	color: #c7b570;
}

.timings dl dt {
	float: left;
	width: 90px;
	margin: 0 10px 5px 0;
}

.timings dl dd {
	overflow: hidden;
	margin: 0 0 5px;
}

.timings address {
	font-style: normal;
	display: block;
	color: #c7b570;
}

.timings .text {
	display: block;
	margin: 0 0 25px;
}

.timings .phone {
	color: #c7b570;
	display: block;
	margin: 0 0 15px;
}

.timings .phone a {
	color: #c7b570;
	text-decoration: none;
}

.timings .phone a:hover {
	color: #fff;
}

.timings .btn-default {
	display: inline-block;
	background: none;
	border-color: #c7b570;
	color: #c7b570;
	margin: 0 0 10px;
	padding: 7px 13px;
}

.timings .btn-default:hover {
	background: #c7b570;
	color: #fff;
}

/* selectors styles */

.selectors {
	z-index: 9999;
	overflow: hidden;
	padding: 13px 15px 5px;
	display: none;
}

.selectors li {
	position: relative;
	padding: 0 10px 0 6px;
	display: inline-block;
}

.selectors li:first-child:after {
	display: none;
}

.selectors li:after {
	width: 17px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 6px;
	left: -11px;
	content: "";
}

.selectors li.section-active a {
	background: #fff;
}

.selectors a {
	width: 14px;
	height: 14px;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #fff;
	border-radius: 100%;
	outline: none;
}

.selectors a:hover {
	background: #fff;
}

/* main navigation styles */

#nav {
	background: url(images/bg-pattern.png);
	position: fixed;
	top: -100%;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	z-index: 9999;
	opacity: 0;
	-webkit-transition: top,.7s,linear;
	transition: top,.7s,linear;
	visibility: hidden;
}

#nav .container {
	max-width: 1380px;
	padding: 67px 20px 30px;
	text-align: left;
	opacity: 1;
}

#nav .menu-area {
	border-bottom: 1px solid #fff;
}

#nav .menu {
	font-size: 36px;
	line-height: 42px;
	font-weight: 300;
	text-align: left;
	border-bottom: 1px solid #fff;
	margin: 0 0 28px;
	padding: 0 0 27px;
}

#nav .menu li {
	padding: 0 0 11px;
}

#nav .menu a {
	color: #fff;
	text-decoration: none;
}

#nav .menu a:hover {
	color: #c7b570;
}

#nav .form {
	overflow: hidden;
	padding: 20px 20px 0;
}

#nav .cols {
	font-size: 16px;
	line-height: 28px;
	overflow: hidden;
	color: #c7b570;
	position: relative;
	padding: 0 0 45px;
	border-bottom: 1px solid #fff;
	font-weight: 300;
}

#nav .cols .col {
	overflow: hidden;
}

#nav .cols .col.active .inner-drop {
	left: 0;
}

#nav .cols .title {
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	display: block;
	color: #fff;
	margin: 0 0 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#nav .cols .title.visible-xs {
	margin: 0 0 26px;
}

#nav .cols .title a {
	color: #fff;
	text-decoration: none;
}

#nav .cols .title a:hover {
	color: #c7b570;
}

#nav .inner-drop {
	-webkit-transition: .3s,linear,left;
	transition: .3s,linear,left;
	background: url(images/bg-pattern.png);
	position: fixed;
	top: 0;
	right: auto;
	bottom: 0;
	left: -100%;
	width: 100%;
	z-index: 10;
}

#nav .inner-drop .title {
	font-weight: 500;
	margin: 17px 21px 12px;
	display: block;
}

#nav .inner-drop .back {
	font-size: 18px;
	line-height: 22px;
	padding: 33px 0 15px;
	margin: 0 20px;
	display: block;
	position: relative;
	border-bottom: 1px solid #fff;
}

#nav .inner-drop .back a {
	color: #fff;
	text-decoration: none;
	position: relative;
	display: inherit;
	vertical-align: top;
	padding: 0 0 0 20px;
	text-transform: uppercase;
}

#nav .inner-drop .back a:after {
	position: absolute;
	top: 4px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 7px solid #fff;
	content: "";
}

#nav .happy-text {
	padding: 0 20px;
}

#nav .happy-text .title {
	display: block !important;
	margin: 0 0 11px !important;
}

#nav .happy-text strong {
	display: inline;
}

#nav .happy-text br {
	display: block;
}

#nav .happy-text.hidden-xs {
	display: none;
}

#nav .happy-text.visible-xs {
	display: block;
}

#nav dl {
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
	margin: 0 0 20px;
	color: #c7b570;
	padding: 0 20px;
}

#nav dl dt {
	float: left;
	width: 90px;
	margin: 0 10px 6px 0;
}

#nav dl dd {
	overflow: hidden;
	margin: 0 0 6px;
}

#nav address {
	font-size: 16px;
	line-height: 28px;
	font-style: normal;
	display: block;
	color: #c7b570;
	border-top: 1px solid #fff;
	padding: 20px 0 0;
}

#nav .text {
	display: block;
	margin: 0 0 25px;
}

#nav .text a {
	color: #c7b570;
	text-decoration: none;
}

#nav .text a:hover {
	color: #fff;
}

#nav .phone {
	font-size: 16px;
	line-height: 28px;
	color: #c7b570;
	display: block;
	margin: 0 0 25px;
}

#nav .phone a {
	color: #c7b570;
	text-decoration: none;
}

#nav .phone a:hover {
	color: #fff;
}

#nav .btn-default {
	/*display: inline-block !important;*/
	display: inline-block;
	background: none;
	border-color: #c7b570;
	color: #c7b570;
	margin: 0 0 21px;
	padding: 6px 12px;
}

#nav .btn-default:hover {
	background: #c7b570 !important;
	color: #fff !important;
}

#nav .social-networks {
	font-size: 26px;
	line-height: 26px;
	margin: 0 0 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

#nav .social-networks li {
	display: inline-block;
	vertical-align: top;
	margin: 0 19px 0 0;
}

#nav .social-networks a {
	color: #c7b570;
	text-decoration: none;
}

#nav .social-networks a:hover {
	color: #fff;
}

#nav .holder .btn-default {
	margin: 0 0 24px;
}

#nav .holder p {
	margin: 0 0 25px;
}

#nav .input {
	position: relative;
	margin: 0 0 20px;
}

#nav .input i {
	font-size: 21px;
	line-height: 21px;
	position: absolute;
	top: 12px;
	right: 27px;
}

#nav .form-control {
	border: 1px solid #c7b570;
	width: 100%;
	height: 46px;
	background: none;
	color: #f9f3db;
	font-weight: 100;
	padding: 6px 60px 6px 12px;
}

#nav .form-control::-webkit-input-placeholder {
	color: #f9f3db;
}

#nav .form-control::-moz-placeholder {
	opacity: 1;
	color: #f9f3db;
}

#nav .form-control:-moz-placeholder {
	color: #f9f3db;
}

#nav .form-control:-ms-input-placeholder {
	color: #f9f3db;
}

#nav .form-control.placeholder {
	color: #f9f3db;
}

#nav .copyright {
	font-size: 16px;
	line-height: 24px;
	display: block;
	color: #c7b570;
	padding: 8px 0;
	font-weight: 300;
}

#nav .copyright a {
	color: #c7b570;
	text-decoration: none;
}

#nav .copyright a:hover {
	color: #fff;
}

#nav .copyright i {
	font-style: normal;
	padding: 0 10px;
	display: none;
}

.visible-xs {
	display: block !important;
}

.hide-m {
	display: none;
}

.hide-s {
	display: none;
}

/* headings styles */

h1 {
	font-size: 36px;
	line-height: 40px;
	color: #822b22;
	margin: 0 0 20px;
	font-weight: 300;
}

h2 {
	font-size: 30px;
	line-height: 35px;
	color: #978357;
	margin: 0 0 35px;
	font-weight: 300;
}

h3 {
	font-size: 18px;
	line-height: 26px;
	color: #543112;
	margin: 0 0 25px;
	font-weight: 300;
}

/* main informative part styles */

#main {
	position: relative;
	overflow: hidden;
	padding: 64px 0 0;
}

#main .social-networks {
	font-size: 20px;
	line-height: 20px;
	position: fixed;
	left: 20px;
	bottom: 60px;
	z-index: 99999;
	display: none;
}

#main .social-networks li {
	padding: 0 0 15px;
	text-align: center;
}

#main .social-networks a {
	color: #fff;
	text-decoration: none;
}

#main .social-networks a:hover {
	color: #c7b570;
}

/* heading styles */

.heading {
	position: relative;
	background: url(images/img06.jpg) no-repeat;
	background-size: cover;
	height: 100px;
	z-index: 999;
}

.heading .image {
	position: relative;
	left: 50%;
	min-width: 768px;
}

.heading .image img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	min-width: 768px;
	left: -50%;
}

.heading .container {
	white-space: nowrap;
	text-align: center;
	height: 100%;
	text-align: left;
}

.heading .container:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.heading .container > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.heading .dropdown {
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	width: 270px;
	margin: 0 0 -1px;
}

.heading .dropdown li {
	position: relative;
	border: 1px solid #2d2415;
}

.heading .dropdown li:hover {
	border-bottom: 1px solid #c7b570;
}

.heading .dropdown li:hover ul {
	display: block;
}

.heading .dropdown li:hover a:after {
	top: 7px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid #2d2415;
}

.heading .dropdown li a {
	display: block;
	padding: 12px 15px;
	position: relative;
	background: #fff;
}

.heading .dropdown li a:after {
	position: absolute;
	top: 17px;
	right: 10px;
	content: "";
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #2d2415;
}

.heading .dropdown ul {
	position: absolute;
	top: 100%;
	left: -1px;
	width: 270px;
	display: none;
	border: solid;
	border-width: 0 1px 1px;
}

.heading .dropdown ul:after {
	top: 0;
	position: absolute;
	left: 15px;
	right: 15px;
	background: #978357;
	height: 1px;
	content: "";
}

.heading .dropdown ul li {
	border: none;
}

.heading .dropdown ul a {
	background: #fff;
}

.heading .dropdown ul a:after {
	display: none;
}

.heading .dropdown ul a:hover {
	background: #c7b570;
	color: #fff;
}

.heading .dropdown a {
	color: #2d2415;
	text-decoration: none;
}

.heading .title {
	display: block;
	color: #2d2415;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 0 5px;
}

.down {
	font-size: 35px;
	line-height: 35px;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -13px;
	color: #fff;
	outline: none;
	bottom: 35px;
	z-index: 100;
	-webkit-transition: opacity .6s linear;
	transition: opacity .6s linear;
}

.down:hover {
	color: #c7b570;
}

.page-loaded .down {
	-webkit-animation-name: bottom-to-top;
	animation-name: bottom-to-top;
}

.down.hidden {
	opacity: 0;
	pointer-events: none;
}

/* section styles */

.section {
	font-size: 16px;
	line-height: 22px;
	font-weight: 100;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	color: #c7b570;
	z-index: 9;
	text-align: left;
}

.section h1 {
	font-size: 30px;
	line-height: 34px;
	font-weight: 300;
	margin: 0 0 20px;
}

.section .textblock {
	padding: 0 65px 0 0;
	-webkit-transition: .3s,linear,opacity;
	transition: .3s,linear,opacity;
	opacity: 0;
}

.section.section-active h1 {
	-webkit-animation-name: bottom-to-top;
	animation-name: bottom-to-top;
}

.section.section-active p {
	-webkit-animation-name: bottom-to-top;
	animation-name: bottom-to-top;
}

.section.section-active .btn-default {
	-webkit-animation-name: bottom-to-top;
	animation-name: bottom-to-top;
}

.section.section-active .textblock {
	opacity: 1;
}

.section .logo {
	position: relative;
	z-index: 99999;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	
	opacity: .95;
}

.section .logo a {
	max-width: 159px;
	display: block;
	margin: 0 auto;
}

.section .holder {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
}

.section .container {
	height: 100%;
	white-space: nowrap;
	text-align: center;
	text-align: left;
}

.section .container:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.section .container > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.section.first {
	-webkit-box-shadow: inset 0 50px 50px rgba(0, 0, 0, .5);
	z-index: 9;
}

.section.first .container {
	text-align: center;
}

.section.first:after {
	background: url(images/bg-pattern3.png);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
}

.section.first:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	box-shadow: inset 0 0 200px rgba(0, 0, 0, .7);
	-webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, .7);
}

.section.second .holder:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #2d2415;
	content: "";
	z-index: -1;
	opacity: .85;
}

.section.second .textblock {
	padding: 0 65px 0 0;
}

.section.third,
.section.fourth,
.section.fifth {
	color: #f9f3db;
}

.section.third .holder:after,
.section.fourth .holder:after,
.section.fifth .holder:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, .65) 0%, rgba(0, 0, 0, .39) 40%, rgba(0, 0, 0, .29) 55%, transparent 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, .65) 0%, rgba(0, 0, 0, .39) 40%, rgba(0, 0, 0, .29) 55%, transparent 100%);
	content: "";
	z-index: -1;
	width: 50%;
}

.section.third h1,
.section.fourth h1,
.section.fifth h1 {
	color: #f9f3db;
}

.section.third:after {
	/*background: url(images/bg-pattern3.png);*/
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
}

.section.fourth {
	/*color: #c7b570;*/
    color: #f9f3db;
}

.section.fifth {
	color: #2d2415;
}

.section.fifth .holder:after {
	display: none;
}

.section.fifth .holder:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #c7b570;
	opacity: .85;
	content: "";
	z-index: -1;
}

.section h1 {
	color: #f9f3db;
	font-weight: 300;
	margin: 0 0 25px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	position: relative;
}

.section p {
	margin: 0 0 30px;
	position: relative;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
}

.section p span {
	display: none;
	text-decoration: none !important;
}

.section .btn-default {
	-webkit-animation-duration: 1.8s;
	animation-duration: 1.8s;
	position: relative;
}

/* menu-holder styles */

.menu-holder {
	overflow: hidden;
}

.menu-holder .container {
	padding: 30px 20px;
}

.menu-holder .head {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #978357;
	margin: 0 0 42px;
}

.menu-holder .head .btn-default {
	float: right;
	margin: 6px 0 0;
	display: none;
	padding: 6px 11px;
}

.menu-holder h1 {
	font-size: 36px;
	line-height: 40px;
	color: #822b22;
	margin: 0 0 12px;
	float: left;
	max-width: 50%;
	font-weight: 300;
}

.menu-holder h2 {
	font-size: 30px;
	line-height: 35px;
	color: #978357;
	margin: 0 0 38px;
	font-weight: 300;
}

.menu-holder h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 5px;
	color: #2d2415;
	letter-spacing: 1px;
}

.menu-holder h3 a {
	color: #2d2415;
	text-decoration: none;
}

.menu-holder h3 a:hover {
	color: #978357;
}

.menu-holder h3 span {
	color: #978357;
}

.menu-holder .list {
	font-size: 16px;
	line-height: 24px;
	font-weight: 100;
	color: #978357;
}

.menu-holder .list li {
	padding: 0 0 15px;
}

.menu-holder .menus {
	overflow: hidden;
	padding: 0 0 40px;
}

.menu-holder .menus.add h3 {
	text-transform: none;
}

.menu-holder .menus.add .list li {
	padding: 0 0 2px;
}

.menu-holder table {
	width: 100%;
	border: none;
}

.menu-holder table th,
.menu-holder table td {
	color: #2d2415;
	text-align: left;
	padding: 5px;
	font-weight: 500;
	border: none;
}

.menu-holder table td {
	color: #978357;
}

.menu-holder table td:first-child {
	color: #2d2415;
}

/* carousel styles */

.carousel {
	position: relative;
	overflow: hidden;
}

.carousel .mask {
	position: relative;
	overflow: hidden;
}

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

.carousel .slide {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
}

.carousel .slide:after {
	/*background: url(images/bg-pattern3.png);*/
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
}

.carousel .image {
	position: relative;
	left: 50%;
	min-width: 510px;
}

.carousel .image img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	left: -50%;
	min-width: 510px;
}

.carousel .btn-prev,
.carousel .btn-next {
	font-size: 60px;
	line-height: 60px;
	position: absolute;
	color: #fff;
	left: 20px;
	top: 50%;
	margin: -40px 0 0;
}

.carousel .btn-prev i,
.carousel .btn-next i {
	text-shadow: 0 0 4px rgba(0, 0, 0, .4);
}

.carousel .btn-prev:hover,
.carousel .btn-next:hover {
	color: #c7b570;
}

.carousel .btn-next {
	left: auto;
	right: 20px;
}

/* about styles */

.about {
	position: relative;
	overflow: hidden;
}

.about .container {
	padding-top: 24px;
}

.about .intro {
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	color: #978357;
	font-weight: 100;
	padding: 0 0 25px;
}

.about ul {
	font-size: 16px;
	line-height: 24px;
	padding: 0 0 26px;
}

.about ul li {
	padding: 0 0 5px;
}

.about ul strong {
	padding-right: 18px;
	color: #2d2415;
	float: left;
	min-width: 51px;
	max-width: 100px;
}

.about ul span {
	display: block;
	overflow: hidden;
}

.about h1 {
	font-size: 36px;
	line-height: 40px;
	color: #822b22;
	margin: 0 0 7px;
	font-weight: 300;
}

.about .author-info {
	background: url(images/bg-pattern2.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
}

.about .author-info .container {
	padding-top: 40px;
	padding-bottom: 40px;
}

.about .author {
	overflow: hidden;
	border-radius: 100%;
	margin: 0 0 37px;
	max-width: 185px;
}

.about .author img {
	width: 100%;
	height: auto;
	display: block;
}

.about .textarea {
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	color: #282828;
	font-weight: 100;
}

.about .textarea .text {
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: #978357;
	margin: 0 0 12px;
	color: #978357;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
}

.about .textarea p {
	margin: 0;
}

.about h2 {
	font-size: 30px;
	line-height: 35px;
	margin: 0 0 10px;
	color: #282828;
	font-weight: 300;
}

.about .awards {
	padding-bottom: 37px;
	padding-top: 34px;
}

.about .awards h2 {
	color: #822b22;
	margin: 0 0 18px;
}

.about .awards .cols {
	padding: 0 0 14px;
	overflow: hidden;
}

.about .awards .list {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	overflow: hidden;
	padding: 0;
}

.about .awards .list li {
	overflow: hidden;
	padding: 0 0 19px;
}

.about .awards .list a {
	color: #978357;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}

.about .awards .list a:hover {
	color: #282828;
}

.about .awards .list span {
	display: block;
	font-weight: 100;
	padding: 2px 0;
}

.about .awards .btn-default {
	padding: 7px 13px;
}

/* two cols styles */

.two-cols .container {
	padding-top: 25px;
	padding-bottom: 25px;
}

.two-cols .header {
	overflow: hidden;
}

.two-cols .holder {
	overflow: hidden;
}

.breadcrumbs {
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	padding: 0 0 20px;
}

.breadcrumbs li {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 8px;
	position: relative;
	color: #7d7d7d;
}

.breadcrumbs li:first-child {
	padding-left: 0;
}

.breadcrumbs li:first-child:after {
	display: none;
}

.breadcrumbs li:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "/";
}

.breadcrumbs a {
	color: #2d2415;
	text-decoration: none;
}

/* main content styles */

#content {
	font-size: 16px;
	line-height: 24px;
	color: #2d2415;
	margin: 0 0 20px;
}

#content .header {
	overflow: hidden;
}

#content .image {
	width: 100%;
	position: relative;
	margin: 0 0 44px;
}

#content .image img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 8px;
}

#content .caption {
	font-size: 14px;
	line-height: 18px;
	display: block;
	font-weight: 300;
	font-style: italic;
	color: #2d2415;
}

#content .post {
	overflow: hidden;
	padding: 0 0 6px;
	font-weight: 100;
}

#content h2 {
	font-size: 22px;
	line-height: 30px;
	color: #978357;
	margin: 0 0 10px;
}

#content h2 a {
	color: #978357;
	text-decoration: none;
}

#content h2 a:hover {
	color: #2d2415;
}

#content h3 {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
}

#content h3 a {
	color: #978357;
	text-decoration: none;
}

#content h3 a:hover {
	color: #2d2415;
}

#content ul {
	padding: 0 0 15px;
}

#content ul li {
	padding: 0 0 5px 25px;
	position: relative;
}

#content ul li.gfield {
	padding: 0;
}

#content ul li:after {
	width: 6px;
	height: 6px;
	background: #978357;
	position: absolute;
	left: 0;
	top: 10px;
	border-radius: 100%;
	content: "";
}

#content ul li.gfield:after, #content ul.gfield_radio li:after {
	display: none;
}

#content ol {
	padding: 0 0 15px;
	counter-reset: newCounter;
}

#content ol li {
	padding: 0 0 5px 25px;
	position: relative;
}

#content ol li:before {
	counter-increment: newCounter;
	content: counters(newCounter, ".") ". ";
	color: #978357;
	position: absolute;
	left: 0;
	top: 0;
}

#content .social-network li {
	display: inline-block;
	vertical-align: top;
	padding: 0;
}

#content .social-network li:after {
	display: none;
}

#content .social-network li.facebook a {
	background: #305891;
	padding: 5px;
}

#content .social-network li.twitter a {
	background: #2ba9d2;
	padding: 4px 4px;
}

#content .social-network li.mail a {
	background: #748a8e;
	padding: 3px 2px;
}

#content .social-network li.plus a {
	background: #f8694c;
	padding: 6px 2px;
}

#content .social-network li a {
	font-size: 20px;
	line-height: 20px;
	width: 32px;
	height: 32px;
	display: block;
	text-decoration: none;
	color: #fff;
	text-align: center;
}

#content .social-network li a:hover {
	opacity: .7;
}

/* sidebar styles */

#sidebar {
	overflow: hidden;
	display: none;
}

.info-box {
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	background: #f9f3db;
	padding: 40px 20px;
	color: #978357;
	font-weight: 100;
}

.info-box h2 {
	font-size: 38px;
	line-height: 42px;
	font-weight: 300;
	color: #822b22;
	margin: 0 0 6px;
}

.info-box .icon {
	font-size: 137px;
	line-height: 137px;
	max-width: 112px;
	display: block;
	margin: 0 auto 49px;
	position: relative;
	color: #978357;
	position: relative;
	text-align: center;
	z-index: 1;
}

.info-box .icon:after {
	width: 112px;
	height: 112px;
	background: #fff;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -63px 0 0 -62px;
	content: "";
	z-index: -1;
}

.info-box .btn-default {
	padding: 5px 13px;
}

/* signup styles */

.signup {
	overflow: hidden;
	position: relative;
	padding: 0 0 67px;
	background: #f9f3db;
}

.signup:after {
	background: url(images/bg-signup.jpg);
	position: absolute;
	height: 67px;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
}

.signup .container {
	padding-top: 16px;
	padding-bottom: 30px;
}

.signup h2 {
	font-size: 30px;
	line-height: 35px;
	margin: 0 0 11px;
	font-weight: 300;
	color: #543112;
}

.signup form {
	overflow: hidden;
	padding: 4px 2px;
}

.signup input[type="email"] {
	font-size: 16px;
	line-height: 20px;
	background: #fff;
	color: #2d2415;
	height: 34px;
	color: #2d2415;
	font-weight: 100;
	border: none;
	margin: 0 0 22px;
	width: 100%;
	padding: 5px 20px;
}

.signup input[type="email"]::-webkit-input-placeholder {
	color: #2d2415;
}

.signup input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #2d2415;
}

.signup input[type="email"]:-moz-placeholder {
	color: #2d2415;
}

.signup input[type="email"]:-ms-input-placeholder {
	color: #2d2415;
}

.signup input[type="email"].placeholder {
	color: #2d2415;
}

.signup .btn-default {
	border: 1px solid #2d2415;
	background: none;
	color: #2d2415;
	font-weight: 300;
	float: left;
	padding: 5px 12px;
	width: 90px;
	text-align: center;
}

.signup .btn-default:hover {
	background: #2d2415;
	color: #fff;
}

/* events styles */

.events .container {
	padding-top: 69px;
	padding-bottom: 52px;
}

.events h1 {
	margin: 0 0 35px;
}

.events .event {
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	background: #f9f3db;
	padding: 40px 30px;
	color: #978357;
	font-weight: 100;
	margin: 0 0 20px;
}

.events .event h2 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 300;
	color: #822b22;
	margin: 0 0 20px;
}

.events .event .btn-default {
	padding: 6px 13px;
}

.events .event .icon {
	font-size: 137px;
	line-height: 137px;
	width: 112px;
	position: relative;
	color: #978357;
	position: relative;
	text-align: center;
	z-index: 1;
	display: block;
	margin: 0 0 20px;
}

.events .event .icon:after {
	width: 112px;
	height: 112px;
	background: #fff;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -63px 0 0 -62px;
	content: "";
	z-index: -1;
}

.events .text {
	font-size: 16px;
	line-height: 20px;
	display: block;
	margin: 0 0 11px;
	text-transform: uppercase;
	color: #978357;
	font-weight: 300;
	letter-spacing: 3px;
}

.events .textarea {
	overflow: hidden;
}

.events .info-area {
	background: #2d2415;
	overflow: hidden;
	padding: 0 0 67px;
	position: relative;
	color: #978357;
}

.events .info-area:after {
	background: url(images/bg-pattern4.png);
	position: absolute;
	height: 67px;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
}

.events .info-area .container {
	padding-top: 53px;
	padding-bottom: 54px;
}

.events .image-area {
	background: #fff;
	overflow: hidden;
}

.events .image-area .image {
	width: 100%;
	overflow: hidden;
}

.events .image-area .image:hover {
	opacity: .8;
}

.events .image-area img {
	width: 100%;
	height: auto;
	display: block;
}

.events .info {
	font-size: 16px;
	line-height: 24px;
	max-width: 676px;
	font-weight: 100;
}

.events .info p {
	margin: 0 0 35px;
}

.events h2 {
	color: #fff;
	margin: 0 0 20px;
}

/* contact styles */

.contact-form {
	overflow: hidden;
	font-weight: 100;
}

.contact-form .container {
	padding-top: 25px;
	padding-bottom: 25px;
}

.contact-form h1 {
	border-bottom: 1px solid #978357;
	padding: 0 0 9px;
	margin: 0 0 44px;
}

.contact-form form {
	overflow: hidden;
}

.contact-form .label {
	font-weight: 300;
	color: #978357;
	display: block;
	text-transform: uppercase;
	margin: 0 0 15px;
	letter-spacing: 1px;
}

.contact-form p {
	margin: 0 0 20px;
}

.contact-form .cols {
	overflow: hidden;
	padding: 0 0 20px;
}

.contact-form .cols .col {
	padding: 2px;
}

.contact-form .form-control {
	border: 1px  solid #2d2415;
	width: calc(100% - 4px);
	height: 46px;
	font-weight: 300;
	color: #acacac;
	margin: 0 0 19px;
	padding: 5px 14px;
	box-shadow: none;
}

.contact-form .form-control::-webkit-input-placeholder {
	color: #acacac;
}

.contact-form .form-control::-moz-placeholder {
	opacity: 1;
	color: #acacac;
}

.contact-form .form-control:-moz-placeholder {
	color: #acacac;
}

.contact-form .form-control:-ms-input-placeholder {
	color: #acacac;
}

.contact-form .form-control.placeholder {
	color: #acacac;
}

.contact-form textarea {
	height: 208px !important;
	resize: none;
}

.contact-form textarea.form-control {
	padding: 11px 14px;
	margin: 0 2px 28px;
}

.contact-form .content .input-holder {
	overflow: hidden;
	clear: both;
}

.contact-form .content .input {
	padding: 2px;
}

.contact-form .aside {
	overflow: hidden;
	padding: 35px 0 0;
	border-top: 1px solid #978357;
}

.contact-form .aside .title {
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	display: block;
	color: #978357;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.contact-form .aside .title a {
	color: #fff;
	text-decoration: none;
}

.contact-form .aside .title a:hover {
	color: #c7b570;
}

.contact-form .aside .btn-default {
	border-color: #978357;
	color: #978357;
}

.contact-form dl {
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
	margin: 0 0 39px;
	color: #2d2415;
}

.contact-form dl dt {
	float: left;
	width: 90px;
	margin: 0 10px 6px 0;
}

.contact-form dl dd {
	overflow: hidden;
	margin: 0 0 6px;
	font-weight: 300;
}

.contact-form address {
	font-size: 16px;
	line-height: 27px;
	font-weight: 300;
	font-style: normal;
	display: block;
	color: #2d2415;
	margin: 0;
}

.contact-form .text {
	font-weight: 300;
	color: #2d2415;
	display: block;
	margin: 0 0 46px;
}

.contact-form .phone {
	font-weight: 300;
	color: #2d2415;
	display: block;
	margin: 0 0 15px;
}

.contact-form .phone a {
	color: #2d2415;
	text-decoration: none;
}

.contact-form .phone a:hover {
	color: #978357;
}

.contact-form form .btn-default {
	padding: 7px 10px;
}

.contact-form .btn-default {
	padding: 7px 13px;
	display: inline-block;
	background: none;
	border-color: #978357;
	color: #978357;
	margin: 0 0 10px;
}

.contact-form .btn-default:hover {
	background: #978357;
	color: #fff;
}

.contact-form .social-network {
	font-size: 25px;
	line-height: 25px;
	padding: 7px 0 0;
	margin: 0 0 25px;
	position: static !important;
}

.contact-form .social-network li {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 5px 0;
}

.contact-form .social-network a {
	color: #2d2415 !important;
	text-decoration: none;
}

.contact-form .social-network a:hover {
	color: #978357 !important;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #2d2415;
	background: #fff;
	margin: 0 0 20px;
	min-width: 100%;
	height: 46px;
}

.jcf-select.jcf-drop-active {
	border-bottom: 1px solid tansparent;
}

.jcf-select.jcf-drop-active .jcf-select-opener:after {
	top: 13px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid #2d2415;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 16px;
	line-height: 29px;
	margin: 7px 35px 0 14px;
	color: #2d2415;
	font-weight: 300;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:after {
	position: absolute;
	top: 18px;
	right: 22px;
	content: "";
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #2d2415;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: solid #2d2415;
	border-width: 0 1px 1px;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
	position: relative;
}

.jcf-list .jcf-list-content:after {
	background: #978357;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0;
	content: "";
	height: 1px;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 10px 15px;
	color: #2d2415;
	height: 1%;
}

.jcf-list .jcf-option:hover {
	background: #c7b570;
	color: #fff;
}

.jcf-list .jcf-option.jcf-option-hide-me {
	display: none;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #c7b570;
	color: #fff;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

/* scroll section styles */

.scroll-section .timings,
.scroll-section .section {
	width: 100%;
	-webkit-transition: -webkit-transform .8s linear;
	transition: transform .8s linear;
}

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

.widget_calendar table {
	width: 100%;
}

.video-holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.video-holder video {
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.carousel-vertical {
	width: 100%;
}

.carousel-vertical .slideset {
	height: 100vh;
}

.carousel-vertical .mask {
	height: 100vh;
	overflow: hidden;
}

.carousel-vertical .mask .scroll-block {
	float: left;
	width: 100%;
	height: 100vh;
}

@media (min-width: 400px) {
	.hide-m {
		display: inline-block;
	}

	.events .image-area .image {
		float: left;
		width: 50%;
	}
}

@media (min-width: 480px) {
	.timings {
		padding: 70px 20px 20px;
	}

	.timings .cols .col {
		/*float: right;*/
		width: 50%;
		/*padding: 0 0 0 5px;*/
		padding: 0;
	}

	.timings .cols .col:first-child {
		padding: 0;
		/*float: left;*/
	}
}

@media (min-width: 500px) {
	.timings {
		padding: 80px 20px 20px;
	}

	.menu-holder .head .btn-default {
		display: inline;
	}
}

@media (min-width: 550px) {
	#wrapper.home #header .container {
		padding: 31px 90px 20px 60px;
	}

	#wrapper.home #header .container .btn-default {
		display: inline-block;
	}

	#wrapper.home #header .info {
		display: inline-block;
		float: left;
		max-width: 65%;
		padding: 1px 0 0;
	}

	#header .container .btn-default {
		display: inline-block;
	}

	#header .logo {
		margin: 3px 0 0 10px;
	}

	.selectors {
		display: block;
	}
}

@media (min-width: 600px) {
	#nav .copyright i {
		display: inline;
	}

	.heading {
		height: 118px;
	}

	.menu-holder .list {
		width: 47%;
		float: right;
	}

	.menu-holder .list:first-child {
		float: left;
		padding: 0 5px 0 0;
	}

	.menu-holder .col {
		width: 47%;
		float: right;
		color: #978357;
	}

	.menu-holder .col:first-child {
		float: left;
		padding: 0 15px 0 0;
	}

	.menu-holder .col:first-child table {
		float: left;
	}

	.about .author {
		max-width: 215px;
		float: left;
		margin: 3px 30px 0 0;
	}

	.about .textarea .text {
		margin: 0 0 20px;
	}

	.about .awards .list:first-child {
		float: left;
		width: 51%;
		margin: 0 2% 0 0;
	}

	#content {
		float: left;
		width: 60%;
		margin: 0 2% 0 0;
	}

	#sidebar {
		display: block;
	}

	.signup input[type="email"] {
		width: calc(100% - 112px);
		float: left;
		margin: 0 22px 0 0;
	}

	.signup .btn-default {
		float: right;
	}

	.events .event {
		padding: 40px 20px;
	}

	.events .event .icon {
		float: left;
		margin: 40px 65px 0 0;
	}

	.contact-form .cols {
		padding: 0 0 49px;
	}

	.contact-form .cols .col {
		float: right;
		width: 48.3%;
	}

	.contact-form .cols .col:first-child {
		float: left;
	}

	.contact-form .content .input {
		float: right;
		width: 48.3%;
	}

	.contact-form .content .input:first-child {
		float: left;
	}

	.contact-form .aside .block {
		float: left;
		width: 50%;
	}
}

@media (min-width: 640px) {
	.opener {
		right: 30px;
		top: 13px;
	}

	#header .info-holder {
		padding: 3px 76px 0 0;
	}
}

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

	#wrapper.home #header .container {
		padding: 26px 100px 20px 60px;
	}

	#wrapper.home .opener {
		right: 30px;
		top: 27px;
	}

	#header .logo {
		width: 154px;
		margin: 0 0 0 10px;
	}

	#header #nav .container {
		padding: 106px 20px 30px;
	}

	body.nav-active .opener {
		right: 30px;
	}

	body.nav-active #wrapper.home .opener {
		right: 30px;
		top: 27px;
	}

	.timings .cols .title {
		margin: 0 0 20px;
	}

	.timings .cols .title a {
		pointer-events: none;
	}

	.timings .phone {
		margin: 0 0 30px;
	}

	.timings .btn-default {
		margin: 0 0 35px;
	}

	#nav .container {
		padding: 106px 20px 30px;
	}

	#nav .menu {
		font-size: 42px;
		line-height: 48px;
		float: left;
		width: 150px;
		margin: 0 50px 0 0;
		padding: 0;
		border: none;
	}

	#nav .menu li {
		padding: 0 0 35px;
	}

	#nav .form {
		padding: 5px 0 0;
	}

	#nav .cols {
		padding: 0;
		border: none;
	}

	#nav .cols .col {
		display: inline-block;
		vertical-align: top;
		width: 44%;
		margin: 0 20px 0 0;
	}
	
	#nav .cols .col.last {
		margin-top: -105px;
	}

	#nav .cols .title {
		margin: 0 0 11px;
		letter-spacing: 3px;
	}

	#nav .cols .title a {
		pointer-events: none;
	}

	#nav .inner-drop {
		display: block;
		position: static;
		background: none;
	}

	#nav .inner-drop .title {
		display: none;
	}

	#nav .inner-drop .back {
		display: none;
	}
	
	#nav .happy-text {
		padding: 0;
	}

	#nav .happy-text strong {
		display: block;
	}

	#nav .happy-text br {
		display: none;
	}

	#nav .happy-text.hidden-xs {
		display: block;
	}

	#nav .happy-text.visible-xs {
		display: none;
	}

	#nav dl {
		padding: 0;
	}

	#nav address {
		border: none;
		padding: 0;
	}

	#nav .phone {
		margin: 0 0 30px;
	}

	#nav .btn-default {
		margin: 0 0 35px;
	}

	#nav .social-networks {
		position: static;
	}

	#nav .holder {
		float: right;
		width: 210px;
	}
	
	#nav .holder .btn-default {
		margin: 0 0 30px;
	}

	.visible-xs {
		display: none !important;
	}

	.hide-s {
		display: inline-block;
	}

	h1 {
		font-size: 42px;
		line-height: 50px;
	}

	h2 {
		font-size: 36px;
		line-height: 40px;
	}

	h3 {
		font-size: 24px;
		line-height: 30px;
	}

	.heading .image {
		min-width: 1000px;
	}

	.heading .image img {
		min-width: 1000px;
	}

	.down {
		bottom: 50px;
	}

	.section {
		font-size: 18px;
		line-height: 31px;
	}

	.section h1 {
		font-size: 36px;
		line-height: 42px;
	}

	.section .textblock {
		padding: 0 400px 0 5px;
	}

	.section .logo a {
		max-width: 296px;
	}

	.section.second .textblock {
		padding: 0 200px 0 5px;
	}

	.section.fifth .textblock {
		padding-right: 200px;
	}

	.section h1 {
		margin: 0 0 35px;
	}

	.section p span {
		display: inline;
	}

	.menu-holder .container {
		padding: 30px;
	}

	.menu-holder .container {
		padding: 47px 30px;
	}

	.menu-holder .head .btn-default {
		margin: 12px 0 0;
	}

	.menu-holder h1 {
		font-size: 42px;
		line-height: 46px;
	}

	.menu-holder h2 {
		font-size: 36px;
		line-height: 40px;
	}

	.menu-holder table td:first-child {
		width: 75%;
	}

	.carousel .image {
		min-width: 768px;
	}

	.carousel .image img {
		min-width: 768px;
	}

	.carousel .btn-prev,
	.carousel .btn-next {
		left: 30px;
	}

	.carousel .btn-next {
		left: auto;
		right: 30px;
	}

	.about .container {
		padding-top: 52px;
	}

	.about .intro {
		padding: 0 0 40px;
	}

	.about ul li {
		padding: 0 0 2px;
	}

	.about ul strong {
		min-width: 71px;
	}

	.about h1 {
		font-size: 42px;
		line-height: 46px;
		margin: 0 0 27px;
	}

	.about .author-info .container {
		padding-top: 57px;
		padding-bottom: 50px;
	}

	.about .textarea p {
		margin: 0 0 9px;
	}

	.about h2 {
		font-size: 36px;
		line-height: 40px;
		margin: 0 0 25px;
	}

	.about .awards {
		padding-bottom: 58px;
		padding-top: 54px;
	}

	.about .awards .list li {
		padding: 0 0 17px;
	}

	.about .awards .list span {
		padding: 5px 0;
	}

	.two-cols .container {
		padding-top: 34px;
		padding-bottom: 34px;
	}

	.two-cols .header {
		width: 65%;
		padding: 0 0 21px;
	}

	#content {
		width: 64%;
		margin: 0 3% 0 0;
	}

	#content h2 {
		font-size: 26px;
		line-height: 32px;
	}

	#content h3 {
		font-size: 20px;
		line-height: 26px;
	}

	.info-box h2 {
		font-size: 36px;
		line-height: 42px;
	}

	.signup .container {
		padding-top: 34px;
		padding-bottom: 34px;
	}

	.signup h2 {
		font-size: 36px;
		line-height: 40px;
		margin: 0 0 17px;
	}

	.signup form {
		width: 66%;
	}

	.events .event {
		padding: 40px;
	}

	.events .event h2 {
		font-size: 36px;
		line-height: 42px;
	}

	.events .image-area .image {
		width: 33.333%;
	}

	.contact-form .container {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.contact-form .aside .title {
		margin: 0 0 11px;
	}

	.contact-form .aside .title a {
		pointer-events: none;
	}

	.contact-form address {
		border: none;
		padding: 0;
	}

	.contact-form .phone {
		margin: 0 0 35px;
	}

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

@media (min-width: 800px) {
	#wrapper.home #header .container {
		padding: 30px 125px 30px 60px;
	}

	#wrapper.home #header .info {
		float: none;
		width: auto;
		padding: 0;
	}

	#wrapper.home .opener {
		right: 60px;
		top: 31px;
	}

	#header .info {
		padding: 0;
	}

	#header .info li {
		padding: 0 18px;
		float: none;
	}

	#header .info li:before {
		top: 0;
		bottom: 0;
		left: 0;
		right: auto;
	}

	#header .content-holder {
		background: none;
		position: static;
		display: inline;
	}

	body.nav-active #wrapper.home .opener {
		right: 60px;
		top: 31px;
	}

	.selectors {
		padding: 0;
		left: 20px;
		top: 30px;
		position: fixed;
	}

	.selectors li {
		padding: 11px 0 0;
		display: block;
	}

	.selectors li:after {
		top: -6px;
		margin: 0 0 0 -1px;
		left: 50%;
		width: 2px;
		height: 17px;
	}

	#main .social-networks {
		display: block;
	}

	.down {
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		bottom: 40px;
	}
	.scroll-block .container {
		margin: 0 auto 0 60px;
	}
}

@media (min-width: 1024px) {
	#wrapper.home #header #nav .container {
		padding: 113px 30px 30px;
	}

	.opener {
		right: 33px;
		top: 21px;
	}

	.container {
		padding: 0 30px;
	}

	#header .container {
		padding: 17px 30px;
	}

	#header .logo {
		margin: 0 0 0 3px;
	}

	#header .info-holder {
		padding: 4px 81px 0 0;
	}

	#header .info {
		display: inline-block;
		padding: 4px 0 0;
	}
	
	#header #nav .container {
		padding: 106px 30px 30px;
	}

	#nav .container {
		padding: 106px 30px 30px;
	}

	#nav .menu {
		font-size: 48px;
		line-height: 52px;
		width: 300px;
		margin: 0 40px 0 0;
	}

	#nav .happy-text strong {
		display: block;
		display: inline;
	}

	#nav .happy-text br {
		display: block;
	}

	#nav .holder {
		width: 272px;
	}
	
	#nav .cols .col.last {
		margin-top: -80px;
	}

	h1 {
		font-size: 48px;
		line-height: 57px;
	}

	h2 {
		font-size: 38px;
		line-height: 42px;
	}

	h3 {
		font-size: 24px;
		line-height: 30px;
	}

	#main {
		padding: 77px 0 0;
	}

	.heading {
		height: 202px;
	}

	.heading .image {
		min-width: 1440px;
	}

	.heading .image img {
		min-width: 1440px;
	}

	.section {
		font-size: 22px;
		line-height: 35px;
	}

	.section h1 {
		font-size: 38px;
		line-height: 42px;
	}

	.menu-holder h1 {
		font-size: 48px;
		line-height: 52px;
	}

	.menu-holder h2 {
		font-size: 38px;
		line-height: 42px;
	}

	.menu-holder table {
		width: 70%;
	}

	.carousel .image {
		left: 50%;
		min-width: 1440px;
	}

	.carousel .image img {
		min-width: 1440px;
	}

	.carousel .btn-prev,
	.carousel .btn-next {
		left: 60px;
	}

	.carousel .btn-next {
		left: auto;
		right: 60px;
	}

	.about .container {
		padding-top: 72px;
	}

	.about .intro {
		font-size: 20px;
		line-height: 37px;
		padding: 0 60px 93px 0;
	}

	.about ul {
		padding: 0 0 28px;
	}

	.about ul {
		font-size: 20px;
		line-height: 32px;
		padding: 0 0 30px;
	}

	.about ul li {
		padding: 0 0 5px;
	}

	.about h1 {
		font-size: 48px;
		line-height: 52px;
		margin: 0 0 33px;
	}

	.about .author-info .container {
		padding-top: 73px;
		padding-bottom: 73px;
	}

	.about .author {
		max-width: 245px;
		margin: 50px 52px 0 0;
	}

	.about .textarea {
		font-size: 20px;
		line-height: 36px;
	}

	.about .textarea p {
		margin: 0 0 14px;
	}

	.about h2 {
		font-size: 38px;
		line-height: 42px;
		margin: 0 0 40px;
	}

	.about .awards {
		padding-bottom: 90px;
		padding-top: 90px;
	}

	.about .awards h2 {
		margin: 0 0 39px;
	}

	.about .awards .list li {
		padding: 0 0 20px;
	}

	.about .awards .list span {
		font-size: 20px;
		line-height: 25px;
	}

	.two-cols .container {
		padding-top: 54px;
		padding-bottom: 54px;
	}

	#content {
		font-size: 20px;
		line-height: 36px;
		margin: 0 5% 0 0;
		width: 65%;
	}

	#content h2 {
		font-size: 30px;
		line-height: 40px;
	}

	#content h3 {
		font-size: 24px;
		line-height: 34px;
	}

	#content ul li:after {
		top: 13px;
	}

	#sidebar .info-box {
		font-size: 18px;
		line-height: 30px;
	}

	.info-box {
		font-size: 18px;
		line-height: 30px;
		padding: 47px 30px;
	}

	.info-box h2 {
		font-size: 38px;
		line-height: 49px;
	}

	.signup .container {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.signup h2 {
		font-size: 38px;
		line-height: 42px;
		float: left;
		width: 49%;
		margin: 0 3% 0 0;
	}

	.signup form {
		width: auto;
	}

	.events .event {
		font-size: 20px;
		line-height: 37px;
		padding: 46px 88px 49px;
		margin: 0 0 30px;
	}

	.events .event h2 {
		font-size: 38px;
		line-height: 42px;
	}

	.events .info {
		font-size: 20px;
		line-height: 36px;
	}

	.contact-form .container {
		padding-top: 45px;
		padding-bottom: 30px;
	}

	.contact-form .holder {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.contact-form .content {
		float: left;
		width: 81.8%;
		padding: 3px 61px 0 0;
	}

	.contact-form .aside {
		width: 31.5%;
		border-left: 1px solid #978357;
		padding: 0 0 0 28px;
		border-top: 0;
	}

	.contact-form .aside .block {
		float: none;
		width: auto;
	}
}

@media (min-width: 1200px) {
	#header .info-holder {
		padding: 4px 68px 0 0;
	}

	.selectors {
		left: 60px;
	}

	#nav .cols .col {
		/*width: 45%;*/
		margin: 0 30px 0 0;
	}

	#main .social-networks {
		left: 60px;
	}

	.menu-holder table td:first-child {
		width: 70%;
	}
}

@media (min-width: 1250px) {
	#nav .cols {
		padding: 5px 93px 0 116px;
	}
	.scroll-block .container {
		margin: 0 auto 0 180px;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}
}

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

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

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

	.hide-xs {
		display: none !important;
	}
	
	.btn-default.hide-xs, .btn-default.hide-xs.resy {
		display: none !important;
	}
	.section {
		font-weight: 300;
	}
	.section p {
		text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
	}
}

@-webkit-keyframes left-to-right {
	0% {
		left: -100px;
		opacity: 0;
	}

	100% {
		left: 0;
		opacity: 1;
	}
}

@keyframes left-to-right {
	0% {
		left: -100px;
		opacity: 0;
	}

	100% {
		left: 0;
		opacity: 1;
	}
}

@-webkit-keyframes bottom-to-top {
	0% {
		bottom: -100px;
		opacity: 0;
	}

	100% {
		bottom: 0;
		opacity: 1;
	}
}

@keyframes bottom-to-top {
	0% {
		bottom: -100px;
		opacity: 0;
	}

	100% {
		bottom: 0;
		opacity: 1;
	}
}

