/*
Theme Name: Grace Killelea
Author: Grace Killelea
Description: Designed by Grace Killelea.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

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;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.wrap:after,
.two-columns:after,
.cell-holder:after,
.order-srction .text-box:after {
    content: " ";
    display: table;
    clear: both;
}

.contact-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

body {
    color: #242424;
    background: #fff;
    font: 16px/1.2 "Lato", "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.2em;
}

blockquote {
    margin: 0 0 15px;
}

q {
    display: block;
}

cite {
    display: block;
    font-style: normal;
    font-weight: 700;
    padding: 0 0 0 4px;
}

cite span {
    font-weight: normal;
}

cite:before {
    content: "";
    width: 17px;
    height: 2px;
    position: relative;
    display: inline-block;
    background: #242424;
    top: -5px;
    margin: 0 6px 0 0;
}

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="url"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: none;
    width: 100%;
    outline: none;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    font-style: italic;
    color: #272727;
    padding: 1em;
    background: #fff;
}

input[type="text"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="url"]::-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: #272727;
}

input[type="text"]::-moz-placeholder,
input[type="url"]::-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: #272727;
}

input[type="text"]:-moz-placeholder,
input[type="url"]:-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: #272727;
}

input[type="text"]:-ms-input-placeholder,
input[type="url"]:-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: #272727;
}

input[type="text"].placeholder,
input[type="url"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
    color: #272727;
}

select {
    -webkit-border-radius: 0;
}

textarea {
    resize: vertical;
    vertical-align: top;
    resize: none;
    height: 127px;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    font: 16px/1.3 "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
    padding: 1em;
    border: none;
    display: block;
    color: #fff;
    width: 100%;
    outline: none;
    text-transform: uppercase;
    background-color: #222;
    background: -webkit-linear-gradient(top, #414141, #222);
    background: linear-gradient(to bottom, #414141, #222);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
    background-color: #414141;
    background: -webkit-linear-gradient(top, #222, #414141);
    background: linear-gradient(to bottom, #222, #414141);
}

button span,
input[type="button"] span,
input[type="reset"] span,
input[type="file"] span,
input[type="submit"] span {
    font-family: "Great Vibes", cursive;
    font-size: 22px;
    padding: 0 7px 0 4px;
    text-transform: none;
    display: inline-block;
}

.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"], .comment-form input[type="email"], .comment-form input[type="url"] {
    width: 100%;
    border: 1px solid #000;
    padding: .5em;
    text-align: left;
}

.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"] {
    border: 1px solid #000;
    margin: 0 0 10px;
    width: 100%;
    padding: .5em;
    box-sizing: border-box;
}

.post-password-form label {
    margin: 0 0 5px;
}

.post-password-form input {
    float: left;
    height: 2em;
}

.post-password-form input[type="password"] {
    margin: 0 0 10px;
    width: 100%;
    padding: .5em;
    box-sizing: border-box;
    border: 1px solid #000;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
    height: auto;
    border: none;
    padding: .5em;
    background-color: #222;
    background: -webkit-linear-gradient(top, #414141, #222);
    background: linear-gradient(to bottom, #414141, #222);
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
    background-color: #414141;
    background: -webkit-linear-gradient(top, #222, #414141);
    background: linear-gradient(to bottom, #222, #414141);
}

.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 {
    position: relative;
    vertical-align: middle;
    margin: 0 0 1.2em;
}

.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: #000;
    color: #fff;
    padding: .4em;
    text-decoration: none;
}

.navigation a {
    color: #fff;
}

.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;
}

.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: #f47429;
    text-decoration: none;
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
}

a:hover {
    color: #ae4609;
}

#wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    
    padding: 72px 0 0;
}
.page-template-custom #wrapper, .page-template-quotes #wrapper {
    min-height: 3500px;
}

.wrap {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 36px;
}

.btn {
    font: 16px/1.15 "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    color: #f47429;
    border: 1px solid #9f9f9f;
    padding: 16px 28px;
    letter-spacing: .2px;
    position: relative;
}

.btn:hover {
    background: #f47429;
    color: #fff;
}

.btn.more:after {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 100%;
    width: 9999px;
    height: 1px;
    content: "";
    background: #9f9f9f;
}

.btn.black {
    border: none;
    color: #fff;
    background-color: #222;
    background: -webkit-linear-gradient(top, #414141, #222);
    background: linear-gradient(to bottom, #414141, #222);
}

.btn.black:hover {
    background-color: #414141;
    background: -webkit-linear-gradient(top, #222, #414141);
    background: linear-gradient(to bottom, #222, #414141);
}

.btn.orange {
    border: none;
    color: #fff;
    background-color: #d66624;
    background: -webkit-linear-gradient(top, #f58543, #d66624);
    background: linear-gradient(to bottom, #f58543, #d66624);
}

.btn.orange:hover {
    background-color: #f58543;
    background: -webkit-linear-gradient(top, #d66624, #f58543);
    background: linear-gradient(to bottom, #d66624, #f58543);
}

#header {
    top: 0;
    left: 0;
    z-index: 60;
    width: 100%;
    position: fixed;
    background: #e2e1e0;
}

.logo {
    float: left;
    width: 50px;
    margin: 11px 10px 11px 0;
}

.logo img {
    display: block;
}

.nav-opener {
    float: right;
    width: 40px;
    height: 40px;
    background: #242424;
    position: relative;
    border-radius: 2px;
    display: none;
    margin: 16px 0 0;
    z-index: 1;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
    background: #fff;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 20%;
    right: 20%;
    height: 4px;
    margin-top: -2px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
    content: "";
    top: 30%;
}

.nav-opener:after {
    top: 70%;
}

.nav-opener:hover {
    opacity: .9;
}

.nav-active .nav-opener span {
    opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 15%;
    right: 15%;
}

.nav-active .nav-opener:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-active #nav {
    max-height: 4000px;
}

.nav-active #nav > ul {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#nav {
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}

#nav ul {
    font-size: 0;
    line-height: 0;
}

#nav li {
    font: 18px/1.1 "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    padding: 30px 0 23px;
    margin: 0 1.4%;
    display: inline-block;
    vertical-align: top;
}

#nav a {
    color: #707070;
}

#nav a:hover {
    color: #242424;
}

#nav .active, #nav .current-menu-item {
    padding-top: 20px;
    border-top: 10px solid #cc5e1e;
}

#nav .active a, #nav .current-menu-item a {
    color: #242424;
}

.promo {
    color: #fff;
    text-align: center;
    background: #242424;
    position: relative;
    padding: 67px 0 61px;
}

.promo:after {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 50%;
    height: 100%;
    content: "";
    background: url(images/bg-promo.png) no-repeat;
    background-size: cover;
    background-position: 0 50%;
}

.promo .wrap {
    position: relative;
    z-index: 1;
}

.promo h1 {
    color: #f47429;
    margin: 0 0 57px;
}

#main {
    position: relative;
}

#content {
    padding: 20px 0;
}

h1 {
    font: 55px/1.1 "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
}

h2 {
    font: 16px/1.1 "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
}

.text-box {
    font-size: 21px;
    line-height: 1.55;
    max-width: 680px;
    margin: 0 auto;
}

.items-block {
    font-size: 0;
    line-height: 0;
    padding: 0 0 56px;
    text-align: center;
    text-transform: uppercase;
}

.items-block .item-holder {
    margin: 0 -2.8%;
}

.items-block .item {
    font: 10px/1.8 "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 2.8%;
    color: #575757;
}

.items-block .img-box {
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 0 14px;
}

.items-block img {
    display: inline-block;
    vertical-align: top;
    max-width: none;
    width: 100%;
}

.items-block h2 {
    margin: 0 0 2px;
}

.items-block .post-title {
    display: inline-block;
    vertical-align: top;
    max-width: 200px;
}

.items-block a {
    color: #575757;
}

.items-block a:hover {
    color: #f47429;
}

.orange-block {
    background: #f47429;
}

.orange-block .item {
    color: #fff;
}

.orange-block a {
    color: #fff;
}

.orange-block a:hover {
    color: #000;
}

.main-blockquote {
    font-size: 26px;
    line-height: 1.55;
    text-align: center;
    color: #fff;
    padding: 60px 0 68px;
    background: #242424;
    font-style: italic;
    letter-spacing: .5px;
}

.main-blockquote blockquote {
    display: inline-block;
    vertical-align: top;
    max-width: 680px;
    margin: 0;
}

.main-blockquote q {
    margin: 0 0 10px;
}

.main-blockquote cite {
    font-style: italic;
}

.main-blockquote cite:before {
    background: #fff;
    width: 10px;
    top: -8px;
}

.title-box {
    text-align: center;
    text-transform: uppercase;
    background: #f47429;
    color: #fff;
    padding: 48px 0 60px;
}

.title-box h3 {
    margin: 0 auto;
    max-width: 980px;
}

h3 {
    font: 700 27px/1.55 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.two-columns .holder {
    font-size: 0;
    line-height: 0;
    margin: 0 -2.5%;
}

.two-columns .col {
    font: 21px/1.55 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 2.5%;
}

.two-columns .box {
    padding: 44px 0 49px;
    border: solid #e2e2e2;
    border-width: 1px 0 0;
}

.two-columns .box:first-child {
    border-width: 0;
}

.quotes-block .col {
    padding: 8.1% 2.5%;
}

.quotes-block blockquote {
    margin: 0;
}

.bx-viewport {
    -webkit-transform: translatez(0);
}

.bx-loading {
    min-height: 50px;
    background: url("images/bx_loader.gif") center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

.gallery-section {
    overflow: hidden;
    position: relative;
    height: 100vh;
    margin: -71px 0 0;
}

.gallery-section:after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 764px;
    height: 236px;
    content: "";
    background: url(images/img-shadow01.png) no-repeat;
}

.gallery-section .text-block {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 55;
    color: #fff;
}

.gallery-section img {
    display: inline-block;
    vertical-align: middle;
}

.gallery-section .image-holder {
    padding: 0 6%;
    margin: -14px 0 0;
}

.gallery-section .image-holder .holder {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 40%;
}

.gallery-section .image-holder .frame {
    margin: -12px 0 0 -11.8%;
    display: inline-block;
    vertical-align: middle;
    width: 42%;
}

.gallery-section .slide,
.gallery-section .bx-viewport,
.gallery-section .fade-gallery,
.gallery-section .bxslider-fade {
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-size: cover;
    background-position: 50% 0;
    position: absolute !important;
}

.gallery-section .fade-gallery {
    top: 71px;
}

.gallery-section .text-holder {
    font: 18px/1.7 "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: .2px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.gallery-section h1 {
    font: 36px/1.1 "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: .4px;
    margin: 0 0 34px;
}

.orange-section {
    background: #f47429;
    padding: 56px 0 74px;
    color: #fff;
}

.orange-section .two-columns {
    text-align: center;
}

.orange-section .two-columns .col {
    padding: 0 2.5%;
    vertical-align: middle;
}

.orange-section .two-columns .main-form {
    max-width: 553px;
    display: none;
}

.orange-section .two-columns .row {
    padding: 0 50px;
}

.orange-section .two-columns .image-block {
    margin: 0 -19% 0 0;
}

.orange-section h1 {
    font-size: 42px;
    line-height: 1.35;
    margin: 0 0 51px;
}

.orange-section .text-block {
    font: 16px/1.15 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    padding: 27px 0 0;
}

.orange-section .text-block p {
    margin: 0 0 18px;
}

.orange-section .text-holder {
    max-width: 440px;
    margin: 0 auto 70px;
}

.orange-section a {
    color: #e8f247;
}

.orange-section a:hover {
    color: #bac50e;
}

/* original max-width: 1086px */
.main-form {
    max-width: 460px;
    margin: 0 auto;
}

.main-form .col-holder {
    margin: 0 -3.2%;
    font-size: 0;
    line-height: 0;
}

.main-form .col {
    font-size: 16px;
    line-height: 18px;
    width: 50%;
    padding: 0 3.2%;
    display: inline-block;
    vertical-align: top;
}

.main-form .submit-holder {
    padding-top: 13px !important;
}

.main-form .submit-holder .btn {
    padding: 15px 28px 11px;
}

.row {
    margin: 0 0 15px;
    padding: 0 50px 0 0;
    position: relative;
}

.row:before {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: auto;
    height: auto;
    content: "";
    font: normal normal normal 20px/1 FontAwesome !important;
    font-size: inherit;
    color: #fff;
    margin: 16px 17px;
    -webkit-font-smoothing: antialiased;
}

.cell-holder {
    margin: 0 -7px;
}

.cell {
    float: left;
    width: 100%;
    padding: 0 7px;
}

.cell.middle {
    width: 50%;
}

.payment-box {
    max-width: 200px;
    padding: 6px 0 0;
}

.payment-box img {
    display: inline-block;
    vertical-align: top;
}

.error-text {
    font: italic 12px/1.1 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: .2px;
    text-align: center;
    color: #272727;
    display: none;
    margin: -4px 0 8px;
}

.accept:before {
    content: "\f058";
}

.error input {
    color: #d73023;
}

.error input::-webkit-input-placeholder {
    color: #d73023;
}

.error input::-moz-placeholder {
    opacity: 1;
    color: #d73023;
}

.error input:-moz-placeholder {
    color: #d73023;
}

.error input:-ms-input-placeholder {
    color: #d73023;
}

.error input.placeholder {
    color: #d73023;
}

.error:before {
    content: "\f057";
    color: #9c0909;
}

.error .error-text {
    display: block;
}

.black-section {
    background: #242424;
    color: #fff;
    padding: 31px 0 107px;
}

.black-section .two-columns .col {
    font: 300 italic 20px/1.35 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    vertical-align: middle;
    width: 48%;
    text-align: right;
}

.black-section .two-columns .col:first-child {
    text-align: center;
    width: 52%;
}

.black-section .image-holder {
    padding: 11% 0 0;
}

.black-section .info-box {
    font: 22px/1.2 "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
}

.black-section .info-box p {
    margin: 0 0 12px;
}

.black-section .info-box a {
    color: #e8f247;
}

.black-section .info-box a:hover {
    color: #bac50e;
}

.text-divider {
    font: 16px/1.2 "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: none;
    color: #575757;
    display: block;
    overflow: hidden;
    max-width: 540px;
    margin: 0 auto 9px;
}

.text-divider span {
    display: inline-block;
    position: relative;
    padding: 0 10px;
}

.text-divider span:after,
.text-divider span:before {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 100%;
    width: 9999px;
    height: 1px;
    content: "";
    background: #575757;
}

.text-divider span:before {
    left: auto;
    right: 100%;
}

.partners-list {
    font-size: 0;
    line-height: 0;
    margin: 0 0 21px;
}

.partners-list li {
    font-size: 14px;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 4%;
    max-width: 150px;
}

.partners-list a:hover {
    opacity: .8;
}

.video-block {
    max-width: 458px;
    position: relative;
    margin: 0 auto 15px;
    overflow: hidden;
}

.video-block img {
    display: inline-block;
    vertical-align: top;
}

.video-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: none;
}

.white-section {
    padding: 127px 0 76px;
    text-align: center;
    color: #535353;
    font-size: 19px;
    line-height: 1.2;
    background: #fff;
}

.white-section h1 {
    font-size: 43px;
    line-height: 1.2;
    color: #535353;
    margin-bottom: 0;
}

.white-section .divider-style {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}

.white-section h2 {
    font-size: 42px;
    line-height: 1.38;
    color: #f47429;
    padding: 0 12%;
    letter-spacing: .5px;
    margin-bottom: 27px;
}

.white-section .bottom-text {
    max-width: 510px;
    margin: 0 auto 20px;
    overflow: hidden;
}

.white-section p {
    margin: 0 0 22px;
}

.white-section .partners-list li {
    padding: 5px 1.9%;
}

.statistic-gallery {
    position: relative;
    padding: 50px 0 41px;
}

.statistic-gallery .slide-text {
    font-size: 19px;
    line-height: 1.2;
    color: #9a9a9a;
    display: block;
    margin: 0 0 36px;
}

.bx-pager {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    font-size: 0;
    line-height: 0;
    text-align: center;
    color: #ddd;
}

.bx-pager.bx-default-pager a {
    background: #ddd;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 5px;
    outline: 0;
    border-radius: 50%;
}

.bx-pager.bx-default-pager a:hover,
.bx-pager.bx-default-pager a.active,
.bx-pager.bx-default-pager a:focus {
    background: #f47429;
}

.bx-pager-item,
.bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}

.bx-pager-item {
    font-size: 0;
    line-height: 0;
}

.divider-style {
    overflow: hidden;
}

.divider-style span {
    display: inline-block;
    position: relative;
    padding: 0 20px;
}

.divider-style span:after,
.divider-style span:before {
    position: absolute;
    top: 27px;
    right: auto;
    bottom: auto;
    left: 100%;
    width: 9999px;
    height: 2px;
    content: "";
    background: #ddd;
}

.divider-style span:before {
    left: auto;
    right: 100%;
}

.quote-section {
    color: #242424;
    position: relative;
    min-height: 438px;
    padding: 6.7% 0 5.9%;
}

.quote-section h1 {
    font-size: 54px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 33px;
    letter-spacing: .8px;
}

.quote-section .image-block {
    position: absolute;
    right: 0;
    top: 0;
    width: 41.4%;
    height: 100%;
    background-size: cover;
    background-position: 0 50%;
}

.quote-section .text-frame {
    font: italic 27px/1.5 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    width: 60%;
    position: relative;
    z-index: 1;
}

.quote-section .wrap {
    max-width: 1162px;
}

.quote-section q {
    margin: 0 0 9px;
}

.quote-section cite {
    font-style: italic;
    padding: 0 0 0 2px;
}

.quote-section cite:before {
    width: 10px;
    top: -7px;
    margin: 0 2px 0 0;
}

.about-section {
    text-align: left;
    padding: 53px 0 57px;
}

.about-section .wrap {
    max-width: 1162px;
}

.about-section h1 {
    font: 700 27px/1.45 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: none;
    margin: 0 0 44px;
    color: #f47429;
}

.about-section .holder, .about-section .column-group {
    margin: 0 -3.2%;
}

.about-section .col, .about-section .column-group .column{
    font-size: 23px;
    line-height: 1.32;
    padding: 0 3.2%;
}

.about-section p {
    margin: 0 0 29px;
}

.about-section .btn-holder {
    padding: 53px 0 0;
}

.order-srction {
    padding: 30px 0 2px;
}

.order-srction:after {
    width: 40%;
}

.order-srction .wrap {
    position: relative;
}

.order-srction h1 {
    margin: 0 0 11px;
}

.order-srction .text-box {
    font-style: italic;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 300;
    max-width: none;
    position: relative;
}

.order-srction .text-box:before {
    position: absolute;
    top: 39px;
    right: auto;
    bottom: auto;
    left: 100%;
    width: 70px;
    height: 10px;
    content: "";
    background: url(images/arrow-right.png) no-repeat;
    background-position: 100% 0;
}

.order-srction .order-holder {
    padding: 0 21.2%;
    margin: 0 auto;
}

.order-srction .img-holder {
    position: absolute;
    right: 0;
    top: 50%;
    margin: -6.5% 11px;
    width: 16%;
}

.order-srction .img-holder img {
    display: inline-block;
    vertical-align: top;
}

.form-section {
    padding: 69px 0 49px;
}

.events-section {
    color: #fff;
    text-align: center;
    background-size: cover;
    position: relative;
    padding: 125px 0 92px;
    border-bottom: 4px solid #fff;
}

.events-section .image-box {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 0 0 -3%;
    width: 31.1%;
}

.events-section .image-box img {
    display: inline-block;
    vertical-align: top;
}

.events-section .wrap {
    position: relative;
    z-index: 1;
}

.events-section h1 {
    margin: 0 0 13px;
}

.events-section h2 {
    font: 26px/1.1 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: .6px;
    margin: 0 0 19px;
}

.contact-form .row {
    padding: 0;
    margin: 0 0 14px;
}

.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form input[type="search"],
.contact-form input[type="password"],
.contact-form textarea {
    background: rgba(255, 255, 255, .9);
}

.contact-list {
    font-size: 0;
    line-height: 0;
    text-transform: uppercase;
    margin: 0 0 33px;
}

.contact-list li {
    display: inline-block;
    vertical-align: top;
    font: 22px/1.1 "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    border: solid #fff;
    border-width: 0 0 0 2px;
    padding: 0 2%;
    margin: 10px 0;
}

.contact-list li:first-child {
    border: none;
}

.contact-list a {
    color: #fff;
}

.contact-list a:hover {
    color: #f47429;
}

.btn-list {
    font-size: 0;
    line-height: 0;
    margin: 0 -6px 89px;
}

.btn-list li {
    display: inline-block;
    vertical-align: top;
    padding: 0 6px;
    width: 50%;
}

.btn-list .btn {
    display: block;
    padding: 17px;
}

.event-holder {
    max-width: 453px;
    margin: 0 auto;
}

.entry h2 .title h2 a{
    color: #f47429;
    font: 700 27px/1.45 "Lato","Arial","Helvetica Neue","Helvetica",sans-serif;
    margin: 0 0 44px;
    text-transform: none;
    padding: 0px;
}
.entry h2, .title h2{
    font: 700 27px/1.45 "Lato","Arial","Helvetica Neue","Helvetica",sans-serif;
    padding: 0px;
    margin: 0px;
}
.entry h3, .entry h4, .entry h5, .entry h6{
    color: #f47429;
    font: 700 24px/1.45 "Lato","Arial","Helvetica Neue","Helvetica",sans-serif;
}
.pagination{
	width:100%;
	overflow:hidden;
	padding: 10px 0 20px 0;
}
.commentlist{
    padding: 0px;
}
.single .pagination{
}
.pagination .al, .pagination .ar{
    width: 50%;
    display: inline-block;
    float: left;
}
.pagination .ar{
    text-align: right;
}

.comment-author .avatar{
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.comment-author .says, .comment-author .fn{
     display: inline-block;
}
.wpcf7-not-valid-tip{
    display:none!important;
}
.wpcf7-not-valid{
    border: 1px solid red!important;
}

/* Form changes for order form */
.captcha-field{background: #fff; height: 51px; text-align: center; line-height: 62px;}
.main-form select{color:#000; width:100%; height:51px; border:none; text-align:center; font-style:italic; padding:0 40px;}
.main-form select option:nth-child(2), .main-form select option:nth-child(3), .main-form select option:nth-child(4){background:#ccc;}

.main-form .row{padding:0;}

.main-form.form-social .cell{text-align: center; font-style: italic; font-size:18px;}
.main-form.form-social .cell a{display:block; margin:15px 0;}

div.wpcf7-response-output{text-align: center; padding: 20px; margin: 0 auto 30px; max-width: 1086px; font-size:18px;}

@media (min-width: 768px) {
    .commentlist-item .commentlist-item {
        padding: 0 0 0 2em;
    }
}

@media (max-width: 1199px) {
    #nav li {
        margin: 0 1.2%;
        font-size: 16px;
        padding-bottom: 25px;
    }

    .black-section {
        padding: 30px 0 50px;
    }

    .white-section {
        padding: 50px 0;
    }

    .events-section .image-box {
        width: 30%;
    }
}

@media (max-width: 1023px) {
    #wrapper {
        padding: 70px 0 0;
    }

    .wrap {
        padding: 0 20px;
    }

    .nav-opener {
        display: block;
    }

    #nav {
        max-height: 0;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 999;
    }

    #nav > ul {
        -webkit-transition: all .25s linear;
        transition: all .25s linear;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    #nav ul {
        background: #e2e1e0;
        border-bottom: 1px solid #cc5e1e;
    }

    #nav li {
        display: block;
        margin: 0;
        padding: 0 !important;
        border-top: 1px solid #cc5e1e;
    }

    #nav a {
        display: block;
        padding: 10px;
    }

    .promo {
        padding: 30px 0;
    }

    .promo h1 {
        margin: 0 0 30px;
    }

    h1 {
        font-size: 45px;
    }

    .text-box {
        font-size: 18px;
    }

    .items-block {
        padding: 0 0 20px;
    }

    .items-block .item {
        width: 33.3333%;
    }

    .orange-block .item {
        width: 50%;
    }

    .main-blockquote {
        font-size: 20px;
        padding: 30px 0;
    }

    .title-box {
        padding: 30px 0;
    }

    h3 {
        font-size: 20px;
    }

    .two-columns .col {
        font-size: 16px;
    }

    .two-columns .box {
        padding: 20px 0;
    }

    .quotes-block .col {
        padding: 2.5%;
    }

    .gallery-section {
        height: auto;
        margin: 0;
    }

    .gallery-section .text-block {
        position: relative;
        padding: 33% 0 0;
    }

    .gallery-section .fade-gallery {
        top: 0;
    }

    .orange-section {
        padding: 30px 0;
    }

    .orange-section .two-columns .col {
        width: 60%;
        vertical-align: middle;
    }

    .orange-section .two-columns .col:first-child {
        width: 40%;
    }

    .orange-section .two-columns .row {
        padding: 0 40px 0 0;
    }

    .orange-section .two-columns .image-block {
        margin: 0 -25% 0 0;
    }

    .orange-section h1 {
        font-size: 32px;
        margin: 0 0 20px;
    }

    .orange-section h1 {
        font-size: 22px;
    }

    .orange-section .text-block {
        padding: 0;
        font-size: 16px;
    }

    .orange-section .text-block p {
        margin: 0 0 10px;
    }

    .orange-section .text-holder {
        margin-bottom: 20px;
    }

    .main-form .col-holder {
        margin: 0 -1%;
    }

    .main-form .col {
        padding: 0 1%;
    }

    .row {
        padding: 0 40px 0 0;
    }

    .row:before {
        margin: 16px 11px;
    }

    .row.row-submit .cell {
        width: 100%;
    }

    .payment-box {
        margin: 0 auto 10px;
    }

    .black-section .two-columns .col {
        width: 40%;
        font-size: 16px;
    }

    .black-section .two-columns .col:first-child {
        width: 60%;
    }

    .black-section .info-box {
        font-size: 18px;
    }

    .black-section .info-box p {
        margin: 0 0 10px;
    }

    .white-section {
        padding: 30px 0;
        font-size: 16px;
    }

    .white-section h1 {
        font-size: 36px;
    }

    .white-section h2 {
        font-size: 32px;
        padding: 0 15%;
    }

    .statistic-gallery {
        padding: 35px 0;
    }

    .statistic-gallery .slide-text {
        font-size: 16px;
        margin: 0 0 20px;
    }

    .bx-pager {
        top: 10px;
    }

    .divider-style span:after,
    .divider-style span:before {
        top: 21px;
    }

    .quote-section {
        min-height: 340px;
        padding: 6% 0;
    }

    .quote-section h1 {
        font-size: 38px;
    }

    .quote-section .text-frame {
        font-size: 20px;
    }

    .about-section {
        padding: 30px 0 40px;
    }

    .about-section h1 {
        font-size: 22px;
        margin: 0 0 20px;
    }

    .about-section .holder, .about-section .column-group {
        margin: 0 -2.5%;
    }

    .about-section .col, .about-section .column-group .column{
        font-size: 18px;
        padding: 0 2.5%;
    }

    .about-section p {
        margin: 0 0 20px;
    }

    .order-srction {
        padding: 30px 0 15px;
    }

    .order-srction .text-box {
        padding: 0 0 10px;
        margin: 0 0 34px;
        font-size: 18px;
    }

    .order-srction .text-box:before {
        top: 100%;
        left: 50%;
        margin: 0 -25px;
        width: 48px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .order-srction .order-holder {
        padding: 0;
    }

    .order-srction .img-holder {
        position: static;
        margin: 0 auto;
        width: auto;
    }

    .form-section {
        padding: 30px 0 15px;
    }

    .events-section {
        padding: 50px 0;
    }

    .contact-list {
        margin: 0 0 20px;
    }

    .contact-list li {
        font-size: 20px;
    }

    .btn-list {
        margin-bottom: 20px;
    }

    .btn-list li {
        width: 100%;
        padding: 6px;
    }

    .event-holder {
        max-width: 350px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }

    cite:before {
        width: 10px;
        top: -3px;
    }

    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="search"],
    input[type="password"],
    textarea {
        padding: .7em;
    }

    button,
    input[type="button"],
    input[type="reset"],
    input[type="file"],
    input[type="submit"] {
        padding: .7em;
    }

    .comment-form input[type="submit"],
    .post-password-form input[type="submit"],
    .search-form input[type="submit"] {
        padding: .7em;
    }

    .navigation .page-numbers {
        padding: 0;
    }

    .navigation .next,
    .navigation .prev {
        padding: .2em .5em;
    }

    #wrapper {
        padding: 0;
    }

    .wrap {
        padding: 0 10px;
    }

    .btn {
        font-size: 14px;
        padding: 10px 20px;
    }

    #header {
        position: relative;
    }

    .logo {
        margin: 5px 5px 5px 0;
    }

    .nav-opener {
        margin: 11px 0 0;
    }

    .promo {
        padding: 15px 0 5px;
    }

    .promo:after {
        width: 100%;
    }

    .promo h1 {
        margin: 0 0 10px;
    }

    h1 {
        font-size: 28px;
        line-height: 1.2;
    }

    .text-box {
        font-size: 14px;
    }

    .items-block .item-holder {
        padding: 10px 0;
    }

    .items-block .item {
        width: 50%;
    }

    .items-block .img-box {
        margin: 0 0 10px;
    }

    .main-blockquote {
        padding: 15px 0;
        font-size: 16px;
    }

    .title-box {
        padding: 15px 0;
    }

    h3 {
        font-size: 18px;
    }

    .two-columns .holder {
        margin: 0;
    }

    .two-columns .col {
        width: 100%;
        padding: 0;
        font-size: 14px;
    }

    .two-columns .box {
        padding: 10px 0;
    }

    .quotes-block .col {
        padding: 0;
    }

    .gallery-section .text-block {
        padding: 15% 0 0;
    }

    .gallery-section .image-holder {
        margin: 0;
        padding: 0;
    }

    .gallery-section .image-holder .holder {
        width: 62%;
    }

    .gallery-section .image-holder .frame {
        width: 70%;
        margin: 0 -17%;
    }

    .gallery-section .text-holder {
        font-size: 16px;
        line-height: 1.4;
    }

    .gallery-section h1 {
        font-size: 25px;
        margin: 0 0 20px;
    }

    .orange-section .two-columns .col {
        width: 100% !important;
        padding: 0;
    }

    .orange-section .two-columns .row {
        padding: 0 28px 0 0;
    }

    .orange-section .two-columns .image-block {
        margin: 0 auto;
        max-width: 65%;
    }

    .orange-section .two-columns .image-block img {
        margin: 0 -15% 0 0;
    }

    .orange-section .text-block {
        font-size: 14px;
    }

    .main-form .col {
        width: 100%;
    }

    .main-form .submit-holder {
        padding-top: 0 !important;
    }

    .main-form .submit-holder .btn {
        padding: 11px 20px 8px;
    }

    .row {
        padding: 0 28px 0 0;
    }

    .row:before {
        margin: 10px 2px;
    }

    .black-section {
        padding: 20px 0;
    }

    .black-section .two-columns .col {
        width: 100% !important;
        font-size: 15px;
    }

    .black-section .image-holder {
        padding: 15px 0 0;
        margin: 0 -18px 0 0;
        text-align: center;
    }

    .black-section .info-box {
        font-size: 15px;
    }

    .white-section {
        font-size: 14px;
    }

    .white-section h1 {
        font-size: 26px;
    }

    .white-section h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .white-section p {
        margin: 0 0 15px;
    }

    .white-section .partners-list {
        margin: 0;
    }

    .white-section .partners-list li {
        padding: 5px 3%;
    }

    .statistic-gallery {
        padding: 35px 0 10px;
    }

    .statistic-gallery .slide-text {
        font-size: 14px;
    }

    .bx-pager {
        top: 12px;
    }

    .bx-pager.bx-default-pager a {
        width: 12px;
        height: 12px;
    }

    .divider-style {
        padding: 0 12% !important;
    }

    .divider-style span {
        padding: 0 10px;
    }

    .divider-style span:after,
    .divider-style span:before {
        top: 15px;
    }

    .quote-section {
        min-height: 260px;
        padding: 8% 0;
    }

    .quote-section h1 {
        font-size: 26px;
        margin: 0 0 15px;
    }

    .quote-section .image-block {
        width: 100%;
        opacity: .25;
    }

    .quote-section .text-frame {
        width: 100%;
        font-size: 18px;
    }

    .about-section {
        padding: 20px 0;
    }

    .about-section h1 {
        font-size: 18px;
        line-height: 1.25;
    }

    .about-section .col, .about-section .column-group .column{
        font-size: 14px;
    }

    .about-section p {
        margin: 0 0 10px;
    }

    .about-section .btn-holder {
        padding: 20px 0 0;
    }

    .order-srction:after {
        width: 100%;
    }

    .events-section {
        padding: 30px 0 0;
    }

    .events-section .image-box {
        display: none;
    }

    .events-section h2 {
        font-size: 22px;
    }

    .contact-list {
        margin: 0 0 10px;
    }

    .contact-list li {
        border-width: 2px 0 0;
        margin: 0 auto;
        padding: 8px;
        display: block;
        max-width: 280px;
    }

    .btn-list {
        margin-bottom: 10px;
    }

    .btn-list .btn {
        padding: 14px;
    }
	
	.captcha-field{height: 41px; line-height: 58px;}
	.main-form select{height:41px;}
}

