html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, button, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, address, section, video, audio {
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    border: 0;
    outline: 0;
    -webkit-font-smoothing: antialiased;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 180%;
}

html {
	height: 100%;
	font-size: 100%;	/*62.5%;*/		/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
/*	overflow-y: scroll;*/				/* Keeps page centred in all browsers regardless of content height */
	overflow-y: scroll !important;		/* Keeps page centred in all browsers regardless of content height */
	overflow-x: hidden;					/* Hide horizontal scrollbar on the page with VC stretch row */
	-webkit-text-size-adjust: 100%; 	/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	    -ms-text-size-adjust: 100%; 	/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	/* height: 100%; */					/* Commented, because it conflict with overflow-x: hidden - appear second scrollbar while tooltip is display in the Booked plugin */
}


/* 2. Default tag's settings
-------------------------------------------------------------- */
@font-face {
    font-family: Georgia;    
    src: url(../fonts/georgia/georgia.ttf);
    font-weight: 400;
}
@font-face {
    font-family: Georgia;
    src: url(../fonts/georgia/georgiab.ttf);
    font-weight: 900;
}

html {
    font-size: 14px;
}

body {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-rendering: optimizeLegibility;    
    font-family: Georgia;

}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

h1 {
    font-size: 72px;
    font-weight: 900;
    font-style: normal;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 30px;
    letter-spacing: 0;
}

h2 {
    font-size: 36px;
    font-weight: 900;
    font-style: normal;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 30px;
    letter-spacing: 3px;

}
h2 span.small {
    position: relative;
    font-size: 14px;
    font-weight: 900;
}
h2 span.small:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top:-12px;
    margin:auto;
    width: 100%;
    height: 4px;
    background-color: #743c2c;
}
h3 {
    font-size: 25px;
    font-weight: 900;
    font-style: normal;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 30px;
    letter-spacing: 0;
    color: #012131;
}

h4 {
    font-size: 20px;
    font-weight: 900;
    font-style: normal;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 30px;
    letter-spacing: 0;
    color: #012131;
}

h5 {
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 30px;
    letter-spacing: 0;
    color: #012131;
}

h6 {
    font-size: 16px;
    font-weight: 900;
    font-style: normal;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 30px;
    letter-spacing: 0;
    color: #012131;
}
p.small-text {
    font-size: 15px;
}
p,
ul,
ol,
dl,
blockquote,
address {
    margin: 0 0 20px;
}

li>ol,
li>ul,
dl>dd {
    margin-bottom: 0;
}

li>p {
    margin-bottom: 0;
}

li>p+p {
    margin-top: 0.5em;
}

ol,
ul {
    padding-left: 1.5em;
}

a {
    text-decoration: none;
    background: transparent;
}

a,
a:hover,
a:focus,
a:active {
    outline: 0;
}

a img {
    border: none;
}

a,
a:before,
a:after,
button,
button:before,
button:after,
input[type="button"],
input[type="submit"] {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    display: block;
}

:active,
:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
}

table th {
    font-weight:bold;
}

/*table th+th,
table th+td,
table td+th,
table td+td {
    border-left: 1px solid #ddd;
}

table>p {
    margin: 0!important;
}

table td,
table th {
    padding: 1em 1em;
    text-align:center;
}
    table td {
        text-align: center;
    }

table th {
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    text-align: center;
}*/

caption {
    font-weight: 700;
    text-align: center;
}

blockquote {
    padding: 0 3.2em 0 6.9em;
    position: relative;
    text-align: left;
}

blockquote:before {
    content: '"';
    font-family: inherit;
    font-size: 14.285em;
    display: block;
    position: absolute;
    top: 0.28em;
    left: 0.15em;
    z-index: 1;
}

blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

blockquote p {
    font-size: 2.142em;
    line-height: 1.066em;
    margin: 0;
    position: relative;
    z-index: 2;
}

blockquote>a,
blockquote>p>a,
blockquote>cite,
blockquote>p>cite {
    display: block;
    font-size: 0.64em;
    line-height: 1.3em;
    font-weight: normal;
    font-style: italic;
    text-transform: none;
    margin-top: 0.8em;
}

dd {
    margin-left: 1.5em;
}

dt,
b,
strong {
    font-weight: bold;
    letter-spacing: 1px
}

dfn,
em,
i {
    font-style: italic;
}

pre,
code,
kbd,
tt,
var,
samp {
    font-family: "Courier New", Courier, monospace;
    font-size: 1em;
    letter-spacing: 0;
}

pre {
    overflow: auto;
    max-width: 100%;
}

abbr,
acronym {
    border-bottom: 1px dotted;
    cursor: help;
}

mark,
ins {
    background-color: transparent;
    text-decoration: none;
}

sup,
sub {
    font-size: 62%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 80%;
}

big {
    font-size: 120%;
}

[hidden],
template {
    display: none;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    /*-ms-box-sizing: content-box;*/
    box-sizing: content-box;
    height: 0;
    border: none;
    border-top: 2px solid #eee;
    /*margin: 7.1em 0 6.4em;*/
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

figure{
    border: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    max-width: 100%;
}

figure figcaption{
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin-bottom: 0;
    font-size: 1em;
    font-weight: 500;
    text-align: center;
    padding: 0.5em 1em;
}

figure:hover figcaption {
    margin-bottom: -5em;
}

svg:not(:root) {
    overflow: hidden;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

iframe,
video,
embed {
    max-width: 100%;
    min-height: 100px;
    vertical-align: top;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    line-height: inherit;
    font-weight: inherit;
    font-size: inherit;
    width: auto;
    margin: 0;
}


/* 3. Form fields settings
-------------------------------------------------------------- */

form {
    margin-bottom: 0;
}

fieldset {
    padding: 1em 1.5em;
    margin: 1.5em 0.2em;
    border: 1px solid #ddd;
    position: relative;
}

fieldset legend {
    position: absolute;
    top: -0.6em;
    left: 1.5em;
    background-color: #fff;
    font-weight: 400;
    font-style: italic;
    padding: 0 0.2em;
    letter-spacing: 0;
}

button,
input,
optgroup,
select,
textarea,
textarea.wp-editor-area {
    font-family: inherit;
    font-size: 1em;
    margin: 0;
    vertical-align: baseline;
}

button {
    overflow: visible;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.theme_button {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-appearance: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5em;
    padding: 1.5em 3.57em;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea,
select,
option,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"],
select,
textarea{
    -webkit-appearance: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #ddd;
    outline: none;
    resize: none;
    padding: 1.4em 1.4em;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.2em;
}

button::-moz-focus-inner {
    border: 0;
}

button:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus,
textarea.wp-editor-area:focus {
    outline: none;
}

textarea,
textarea.wp-editor-area {
    overflow: auto;
    vertical-align: top;
    min-height: 10em;
}

label.required:after {
    content: '*';
    display: none;
    vertical-align: text-top;
    font-size: 80%;
    color: #da6f5b;
}

input[type="radio"],
input[type="checkbox"] {
    display: none;
}

input[type="radio"]+label,
input[type="checkbox"]+label {
    position: relative;
    padding-left: 1.75em;
    line-height: 1.5em;
}

input[type="radio"]+label:before,
input[type="checkbox"]+label:before {
    content: ' ';
    font-family: fontello;
    display: block;
    text-align: center;
    border: 1px solid #eee;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.5em;
    width: 0.6em;
    height: 0.6em;
    line-height: 0.53em;
}

input[type="radio"]+label:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

input[type="checkbox"]:checked+label:before {
    content: '\e8ab';
}

input[type="radio"]:checked+label:before {
    content: '\e83c';
}

section {
    overflow:hidden;
}