/*link to CSS reset file*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*link to grid formatting styles*/
@-ms-viewport {
    width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
@media (min-width: 768px) {
    .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 992px) {
    .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* styles needed to help page formatting */
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.f-left,
.pull-left,
.left {
    float: left;
}
.f-right,
.pull-right,
.right {
    float: right;
}
.a-left,
.text-left,
.t-left {
    text-align: left;
}
.a-right,
.text-right,
.t-right {
    text-align: right;
}
.a-center,
.text-center,
.t-center {
    text-align: center;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-bold {
    font-weight: bold;
}
.text-large {
    font-size: 2.5em;
}
.posrel {
    position: relative;
}
.posfixed {
    position: fixed;
}
.posabs {
    position: absolute;
}
.posstatic {
    position: static;
}
.background-primary {
    background: #133326;
}
.no-border {
    border: 0;
}
.outside-padding {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
.no-padding {
    padding-left: 0;
    padding-right: 0;
}
.no-padding-left {
    padding-left: 0;
}
.top-bottom-padding {
    padding-top: 1em;
    padding-bottom: 1em;
}
.left-right-padding {
    padding-left: 1em;
    padding-right: 1em;
}
.top-bottom-margin {
    margin: 0.5em 0;
}
.left-right-margin {
    margin: 0 1em;
}
/* header and footer elements */
/* --------------------------- global elements ------------------------- */
*:not(p){
    outline: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
html,
body {
    background: #ededed;
    color: #133326;
    font-size: 1em;
    font-family: "Arvo", Helvetica, sans-serif;
    line-height: 1.5;
    text-align: left;
}
.main-menu {
    text-transform: uppercase;
    width: 100%;
    position: relative;
    color: #ededed;
    text-align: center;
}
.main-menu li {
    display: inline-block;
}
.main-menu li a {
    width: 100%;
    padding: 1em;
}
.menu-main-menu-container ul li:hover ul.sub-menu,
.menu-main-menu-container ul li:hover ul.mobile-dropdown {
    display: block;
}
header .main-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    /*left: 0;
    width: 100%;*/
    margin-left: -10px;
    min-width: 400px;
    z-index: 5;
    background: #ededed;
    padding: 1em 2em;
    text-align: left;
    text-transform: uppercase;
}
header li:last-child .sub-menu {
    margin-left: auto;
    margin-right: -40px;
    right: 0;
}
header .main-menu .sub-menu li {
    padding: 0 2em 0 0;
    position: relative;
}
header .main-menu .sub-menu li {
    display: block;
    margin: 0;
    padding: 0;
}
header .main-menu .sub-menu li:first-child a {
    padding: 0.3em 0;
}
header .main-menu .sub-menu li a {
    border-bottom: 1px dashed #133326;
    margin-bottom: 1em;
    padding: 0;
    color: #133326;
}
header .main-menu .sub-menu li a:hover {
    color: #a6853e;
}
.menu-main-menu-container ul .mobile-dropdown, #mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 5;
    background: #ededed;
    padding: 1em 3em;
    text-align: right;
}
header .main-menu .sub-menu li {
    display: block;
    padding-right: 2em;
}
header .main-menu li .sub-menu li a {
    color: #133326;
    padding: 0.2em 0;
}
header .main-menu li .sub-menu li a:hover {
    color: #a6853e;
}
header .main-menu .sub-menu li .sub-menu {
    left: -32px;
    position: relative;
}
header .main-menu .sub-menu li .sub-menu li {
    display: block;
}
header .main-menu .sub-menu li .sub-menu li a {
    border: none;
    margin-bottom: 0;
}
header .main-menu .sub-menu li .sub-menu li a:hover {
    color: #a6853e;
}
#mobile-menu .sub-menu {
    display: none;
}
#mobile-menu li:hover ul.sub-menu {
    display: block;
}
#mobile-menu li:last-child .sub-menu {
    margin-right: 0;
}
#mobile-menu .sub-menu li a {
    color: #999;
}
#mobile-menu .sub-menu li a:hover {
    color: #666;
}
@media (max-width: 991px) {
    #primary-menu {
        display: none;
    }
}
@media (min-width: 992px) {
    .mobile-menu-container {
        display: none;
    }
}
a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
}
a:hover {
    color: #133326;
}
/*p {
    display: inline-block;
    margin: 0.5em 0;
    font-size: 0.87em;
}*/
p {
    color: #393939;
    font-size: 0.87em;
    margin: 0.5em 0;
}
header span,
footer span,
.contact-info span {
    display: inline-block;
}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h4 {
    text-transform: uppercase;
    display: block;
}
h1 {
    color: #133326;
    font-size: 2.5em;
    text-align: center;
}
h2 {
    color: #a6853e;
    font-size: 1.2em;
    text-align: center;
}
h3 {
    color: #133326;
    font-size: 1.5em;
    text-transform: capitalize;
}
h4 {
    color: #a6853e;
    padding-top: 1em;
    padding-bottom: 1em;
}
.logo-container {
    background: #133326;
    overflow: hidden;
}
.logo {
    width: 100%;
    min-width: 175px;
    max-width: 400px;
    height: auto;
    margin: auto;
}
.logo a {
    max-width: 100%;
}
.logo img {
    min-width: 100%;
}
.logo-container .next-race {
    background-color: #a6853e;
    color: #133326;
    float: right;
    margin: 10px 0;
    min-width: 270px;
}
.logo-container .next-race .text {
    color: #133326;
    padding: 20px;
    text-align: left;
}
.logo-container .next-race .text .title {
    border: #867138 solid;
    border-width: 0 0 1px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.logo-container .next-race .text h2 {
    color: #fff;
    text-align: left;
    text-transform: none;
}
.logo-container .next-race .text h3 {
    color: #133326;
    font-size: 16px;
}
.logo-container .next-race a {
    background-color: #e00000;
    color: #fff;
    display: block;
    margin: 10px 0 0;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s;
}
.logo-container .next-race .text a:hover {
    background-color: #133326;
    color: #fff;
}
@media (max-width: 767px) {
    .logo-container .next-race {
        float: none;
    }
    .logo-container .next-race .text a {
        background-color: #133326;
        color: #fff;
    }
    .logo-container .next-race .text a:hover {
        background-color: #fff;
        color: #133326;
    }
}
.announcement {
    background-color: #900;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}
.btn {
    color: #ffffff;
    cursor: pointer;
    background: #a6853e;
    border-radius: 0;
    text-align: center;
    font-family: "Arvo", Arial, Helvetica, sans-serif;
    font-style: normal;
    padding-left: 3em;
    padding-right: 3em;
    text-transform: uppercase;
    padding-top: 1em;
    padding-bottom: 1em;
    margin: 0.5em 0;
    width: auto;
}
.btn:hover {
    color: #133326;
}
.btn.green {
    background: #133326;
}
.btn.green:hover {
    color: #a6853e;
}
.btn.red{
    background: #e00000;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}
.btn.full {
    width: 100%;
}
.social {
    width: 35px;
    height: 35px;
    position: relative;
    text-indent: -9999px;
    vertical-align: middle;
}
.social.twitter {
    background: url('../images/global/twitter.png') no-repeat center;
}
.social.facebook {
    background: url('../images/global/facebook.png') no-repeat center;
}
.social.instagram {
    background: url('../images/global/instagram.png') no-repeat center;
}
.social.googleplus {
    background: url('../images/global/googleplus.png') no-repeat center;
}
.icon {
    width: 35px;
    height: 35px;
    vertical-align: middle;
    margin: 0 0.3em;
}
.icon.phone {
    background: url('../images/global/phone.png') no-repeat center;
}
.icon.mail {
    background: url('../images/global/mail.png') no-repeat center;
}
.icon.weather-01d {
    background: url('../images/global/weather-01d.png') no-repeat center;
}
.icon.weather-02d {
    background: url('../images/global/weather-02d.png') no-repeat center;
}
.icon.weather-03d {
    background: url('../images/global/weather-03d.png') no-repeat center;
}
.icon.weather-04d {
    background: url('../images/global/weather-04d.png') no-repeat center;
}
.icon.weather-09d {
    background: url('../images/global/weather-09d.png') no-repeat center;
}
.icon.weather-10d {
    background: url('../images/global/weather-10d.png') no-repeat center;
}
.icon.weather-11d {
    background: url('../images/global/weather-11d.png') no-repeat center;
}
.icon.weather-13d {
    background: url('../images/global/weather-13d.png') no-repeat center;
}
.icon.weather-50d {
    background: url('../images/global/weather-50d.png') no-repeat center;
}
.icon.location {
    background: url('../images/global/location.png') no-repeat center;
}
.icon.basket {
    background: url('../images/global/basket.png') no-repeat center;
}
.icon.top {
    background: url('../images/global/arrow-top.png') no-repeat center;
}
.contact-info {
    font-size: 0.87em;
}
.contact-info a {
    display: block;
    color: #133326;
}
.contact-info a:hover {
    color: #ededed;
}
.contact-info span {
    line-height: 47px;
}
.contact-info .icon {
    margin-left: 0.5em;
}
.contact-info .icon.phone {
    background: url('../images/content-page/phone-white.png') no-repeat center;
}
.contact-info .icon.mail {
    background: url('../images/content-page/mail-white.png') no-repeat center;
}
form {
    position: relative;
    border: 0;
    background: transparent;
    display: inline-block;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
}
form label {
    display: block;
}
form input,
form textarea {
    color: #133326;
    background: #ffffff;
    font-style: italic;
    font-family: "Arvo", Arial, Helvetica, sans-serif;
    border: 0;
    resize: none;
    border-radius: 5px;
    width: 100%;
    padding: 1.5em 0;
    padding-left: 1em;
    padding-right: 1em;
    margin: 0.5em 0;
}
button {
    border: 0;
    min-width: 100px;
}
select {
    background: #133326;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 10px;
    -moz-padding-start: 10px;
    background-image: url('../images/global/arrow-select.jpg');
    background-size: 17%;
    background-position: center right;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    padding: 0.2em 2.5em 0.2em 0.5em;
    margin: 0 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px #000000;
    -moz-box-shadow: 0px 0px 5px #000000;
    box-shadow: 0px 0px 5px #000000;
}
select .select-placeholder {
    display: none;
}
.main-content {
    padding: 3em 0;
}
/* --------------------------- header elements ------------------------- */
header a {
    color: #133326;
}
header a:hover {
    color: #a6853e;
}
header .header-contact {
    font-size: 0.75em;
    display: table;
    padding: 10px 0;
    width: 100%;
    text-align: center;
}
header .header-contact .header-contact-segment {
    display: table-cell;
    border-right: 1px solid #b7bfbc;
}
header .header-contact .weather {
    text-transform: uppercase;
}
header .header-contact .weather a {
    margin: 0 0.5em;
}
header .header-contact .weather span {
    margin: 0;
}
header .header-contact .extra {
    font-size: initial;
    text-align: center;
}
header .header-contact .extra .btn {
    margin: 0;
    padding-left: 1em;
    padding-right: 1em;
}
@media (max-width: 767px) {
    header .extra .btn {
        display: block;
    }
}
header .header-contact .extra span {
    vertical-align: middle;
}
header .navbar {
    background: #a6853e;
}
header .main-menu {
    content: "";
    display: table;
    clear: both;
}
header .main-menu li {
    display: table-cell;
}
header .main-menu li.active > a {
    color: #133326;
}
header .main-menu li a {
    color: #ededed;
}
header .main-menu li a:hover {
    color: #133326;
}
header .main-menu .nav-collapse {
    height: 50px;
    width: 50px;
    background: transparent;
    padding: 0;
}
header .main-menu .nav-collapse:hover,
header .main-menu .nav-collapse:focus {
    background: #133326;
}
header .main-menu .nav-collapse a {
    padding: 0;
}
header .mobile-menu-container .label {
    color: #fff;
    line-height: 50px;
    text-transform: uppercase;
    width: 50px;
}
header .mobile-menu-container {
    position: relative;
}
header .mobile-menu-container .menu {
    min-height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
header .mobile-menu-container .menu span {
    background: url('../images/global/menu.png') no-repeat center;
    display: inline-block;
    height: 50px;
    position: absolute;
    right: 0;
    vertical-align: middle;
    width: 50px;
}
header .mobile-menu-container .menu:hover span {
    background-color: #133326;
}
header .mobile-menu-container .menu #mobile-menu.hover {
    display: block;
}
/* --------------------------- footer elements ------------------------- */
footer {
    background: #133326;
    font-size: 0.87em;
    color: #b7bfbc;
}
footer h4 {
    font-weight: normal;
}
footer p {
    color: #fff;
    padding-top: 1em;
    padding-bottom: 1em;
}
footer a {
    color: #b7bfbc;
}
footer a:hover {
    color: #a6853e;
}
footer .logo-container {
    padding: 0 0 3em;
}
footer .sign-up {
    font-size: initial;
    border-top: 1px solid #b7bfbc;
    border-bottom: 1px solid #b7bfbc;
    padding: 0;
    padding-top: 1em;
    padding-bottom: 1em;
}
footer .sign-up label {
    display: none;
}
footer .sign-up div {
    padding: 0;
}
footer .sign-up div h2 {
    text-transform: none;
    font-style: italic;
    font-size: 1.44em;
    letter-spacing: 1px;
    display: inline-block;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: left;
    padding-right: 0.5em;
}
footer .sign-up div form {
    text-align: right;
}
footer .sign-up div form input {
    width: 70%;
    padding-top: 1em;
    padding-bottom: 1em;
}
footer .sign-up div form .btn {
    margin-left: 1em;
}
footer .browse nav {
    font-size: 0.87em;
    margin-left: -6px;
}
footer .browse nav ul li {
    display: inline-block;
    padding: 0.5em 0;
    text-transform: uppercase;
}
footer .browse nav ul li a {
    border-right: 1px solid #b7bfbc;
    padding: 0 0.5em;
}
footer .browse .btn {
    margin-top: 3em;
}
footer .footer-contact span {
    margin-left: 0;
}
footer .awards h4 {
    padding-bottom: 0;
}
footer .awards a {
    padding: 0 1.3em 0 0;
}
footer .awards img{
    margin: 0.25em 0;
}
footer .awards a img{
    width: 100%;
}
footer .awards div:nth-of-type(2) > a {
    margin: 0em 0.5em;
}
footer .copyright {
    background: #ededed;
    color: #133326;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
}
footer .copyright .container {
    position: relative;
}
footer .copyright a {
    color: #a6853e;
}
footer .copyright .btn {
    position: absolute;
    right: 0;
    top: -75%;
    padding: 1em 0.5em;
}
@media (max-width: 1200px) {
    header .header-contact {
        padding: 0.5em 0;
    }
    header .header-contact .header-contact-segment {
        border-right: 0;
    }
    header .header-contact .weather {
        text-align: right;
    }
    header .extra {
        text-align: center;
    }
    header .extra .btn {
        line-height: 35px;
        margin-bottom: -1px;
        padding-left: 1em;
        padding-right: 1em;
    }
}
@media (max-width: 992px) {
    footer .sign-up div form {
        text-align: left;
    }
    footer .sign-up div form input {
        width: 57%;
    }
}
@media (max-width: 767px) {
    footer .sign-up div form {
        text-align: left;
    }
    footer .sign-up div form input {
        width: 57%;
    }
    footer .footer-contact {
        font-size: 0.87em;
    }
}
@media (max-width: 480px) {
    /*header .extra .btn {
        width: 50%;
    }*/
    footer .sign-up div form {
        text-align: left;
    }
    footer .sign-up div form input {
        width: 100%;
    }
    footer .sign-up div form .btn {
        margin-left: 0;
    }
}
/* home page elements */
.carousel .owl-item {
    min-height: 200px;
    overflow: hidden;
}
.carousel .owl-item img {
    min-height: 200px;
    width: 100%;
}
.carousel .owl-controls {
    margin-top: 0;
}
.carousel .owl-controls .owl-pagination {
    position: absolute;
    bottom: 3%;
    pointer-events: none;
    width: 100%;
}
.carousel .owl-controls .owl-pagination .owl-page {
    pointer-events: initial;
}
.carousel .owl-controls .owl-pagination .owl-page span {
    background: #ededed;
    border: 0;
    opacity: 0.5;
    margin: 5px 3px;
}
.carousel .owl-controls .owl-pagination .owl-page.active span {
    background: #a6853e;
    opacity: 1;
}
.carousel .owl-controls .owl-buttons div {
    background: transparent;
    margin: 0;
    padding: 0;
    height: 50px;
    width: 50px;
    opacity: 0.7;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}
.carousel .owl-controls .owl-buttons div:hover {
    opacity: 1;
}
.carousel .owl-controls .owl-buttons div.owl-prev {
    left: 3%;
}
.carousel .owl-controls .owl-buttons div.owl-next {
    right: 3%;
}
.carousel .owl-controls .owl-buttons div img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#home-carousel .owl-item {
    max-height: 665px;
}
#home-carousel .owl-item .item {
    position: relative;
    max-height: 665px;
}
#home-carousel .owl-item .carousel-text-container {
    display: flex;
    position: absolute;
    top: 0;
    align-items: center;
    right: 0;
    left: 0;
    margin: auto;
    color: #ededed;
    background: url('../images/home/carousel-bg.png') no-repeat center;
    background-size: contain;
    width: 33%;
    min-width: 201px;
    height: 100%;
}
#home-carousel .owl-item .carousel-text-container.plain {
    background: none;
}
#home-carousel .owl-item .carousel-text-container .carousel-text {
    margin: auto;
    padding-top: 2em;
    text-align: center;
}
#home-carousel .owl-item .carousel-text-container .carousel-text .inner-container {
    margin: auto;
}
#home-carousel .owl-item .carousel-text-container .carousel-text h1 {
    font-size: 5em;
    font-weight: bold;
    color: #ededed;
    line-height: 90px;
}
#home-carousel .owl-item .carousel-text-container .carousel-text h2 {
    font-size: 1.5em;
    color: #ededed;
}
@media (max-width: 767px) {
    #home-carousel .owl-item .carousel-text-container .carousel-text h1 {
        font-size: 3em;
        line-height: 50px;
    }
    #home-carousel .owl-item .carousel-text-container .carousel-text h2 {
        font-size: 1.5em;
    }
}
#home-carousel .owl-item .carousel-text-container .carousel-text h1,
#home-carousel .owl-item .carousel-text-container .carousel-text h2 {
    text-shadow: 0px 0px 3px #000;
}
#home-carousel .owl-item .carousel-text-container .carousel-text h1.dark,
#home-carousel .owl-item .carousel-text-container .carousel-text h2.dark {
    color: #133326;
    text-shadow: 0px 0px 3px #fff;
}
#home-carousel .owl-item .carousel-text-container .carousel-text .btn {
    margin: 1em 0;
}
.featured-pages .panel h3 {
    text-transform: uppercase;
}
.featured-pages .panel img {
    margin: 0.5em 0;
}
.panel {
    position: relative;
    margin: 0.5em 0;
}
@media (max-width: 767px) {
    .panel {
        overflow: hidden;
    }
}
.panel .panel-image {
    display: block;
    margin: 0 0 0.5em;
}
.panel .entry-thumbnail img {
    width: 100%;
}
img.aligncenter
{
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 5px;
}

img.alignright
{
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
margin-bottom: 5px;
}

img.alignleft
{
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
margin-bottom: 5px;
}

.alignright
{
float: right;
}

.alignleft
{
float: left;
}
/*.panel h3 {
    font-weight: bold;
}*/
.racing-dates-border {
    margin: 2em 0;
    border-top: 1px solid #b7bfbc;
    border-bottom: 1px solid #b7bfbc;
}
.racing-dates {
    margin: 2em 0;
    padding: 1em 0;
    position: relative;
    background: url('../images/home/racing-dates.jpg') no-repeat center;
    background-size: cover;
    height: 165px;
}
.racing-dates .dates-info {
    position: absolute;
    left: 0;
    top: 8%;
    width: 40%;
    text-align: left;
}
.racing-dates .dates-info .btn {
    display: block;
    margin: 0;
    min-width: 150px;
    padding: 0.5em 1em;
    position: relative;
    text-align: left;
}
.racing-dates .dates-info .btn img {
    bottom: 0;
    position: absolute;
    right: 0;
}
.racing-dates .dates-more {
    position: absolute;
    right: 2%;
    bottom: 10%;
}
.racing-dates h1 {
    color: #fff;
    margin-left: -3em;
}
.circle {
    display: inline-block;
    background-color: #133326;
    width: 120px;
    height: 120px;
    float: left;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    -moz-border-radius-topleft: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -webkit-border-top-left-radius: 50%;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    margin: 0.5em 0;
}
.circle img {
    margin: 0;
    max-width: 50px;
}
.circle h4 {
    color: #ededed;
    font-size: 1em;
    padding: 0;
    font-weight: bold;
}
.panel .circle.large {
    display: block;
    float: none;
    height: 200px;
    margin: 0 auto 20px;
    position: relative;
    width: 200px;
}
.panel .circle.large img {
    margin: 30px 0 0;
    max-width: 100px;
}
.blog-row .circle {
    background-color: #a6853e;
    padding-top: 2em;
}
.tripadvisor {
    background: #ffffff;
    color: #ededed;
    font-family: "Trebuchet MS";
    height: 158px;
    width: 100%;
    border: 1px solid #6ea03f;
    margin: 3em 0 1em;
}
.tripadvisor .row {
    margin-left: 0;
    margin-right: 0;
}
.tripadvisor .col-md-3,
.tripadvisor .col-md-9 {
    padding: 0;
}
.tripadvisor #CDSWIDSSP .widSSPData {
    width: 700px;
}
.tripadvisor #CDSWIDSSP .widSSPData .widSSPBranding {
    display: none;
}
.tripadvisor #CDSWIDSSP .widSSPData .widSSPSummary a {
    text-decoration: none;
}
.tripadvisor #CDSWIDSSP .widSSPData .widSSPTrvlRtng .widSSPOverall img {
    float: left;
}
.tripadvisor #CDSWIDSSP .widSSPData .widSSPTrvlRtng .widSSPOverall img + div {
    line-height: 22px;
}
.tripadvisor #CDSWIDSSP .widSSPData .widSSPH18 {
    font-size: 30px;
}
.tripadvisor #CDSWIDSSP .widSSPData .widSSPH11 {
    display: none;
}
.tripadvisor .widSSPComponent.widSSPOptional {
    float: left;
    padding-top: 12px;
    width: 240px;
}
.tripadvisor #CDSWIDSSP .widSSPData .widSSPInformation .widSSPPopIdx b {
    display: none;
}
.tripadvisor #CDSWIDSSP .widSSPData .widSSPAll a:link, #CDSWIDSSP .widSSPData .widSSPAll a:visited {
    display: none;
}
.tripadvisor #CDSWIDSSP .widSSPData .widSSPLegal {
    display: none;
}
.tripadvisor .widSSPOptional + .widSSPOptional {
    border: none;
}
.tripadvisor #TA_selfserveprop134 {
    margin: 30px;
}
@media (max-width: 1200px) {
    .tripadvisor {
        height: 134px;
    }
    .tripadvisor #TA_selfserveprop134 {
        height: 91px;
        margin: 20px;
    }
}
@media (max-width: 992px) {
    .tripadvisor {
        height: 103px;
    }
    .tripadvisor #TA_selfserveprop134 {
        height: 91px;
        margin: 10px;
        overflow: hidden;
    }
}
@media (max-width: 767px) {
    .tripadvisor {
        height: 300px;
    }
    .tripadvisor .col-md-3 {
        background-image: url(/wp-content/themes/fakenhamracecourse/images/tripadvisor-bg.png);
        text-align: center;
    }
    .tripadvisor .col-md-3 img {
        vertical-align: top;
    }
    .tripadvisor .widSSPComponent.widSSPOptional {
        float: none;
    }
    .tripadvisor #TA_selfserveprop134 {
        height: 120px;
    }
    .tripadvisor #CDSWIDSSP .widSSPData .widSSPH18 {
        font-size: 25px;
    }
}
.main-content-banner {
    background: #ffffff;
    padding: 2em 0;
}
.main-content-banner .btn {
    padding-left: 1em;
    padding-right: 1em;
}
@media (max-width: 1200px) {
    #home-carousel .owl-item .carousel-text-container {
        font-size: 0.75em;
    }
    .racing-dates .dates-info .btn h1 {
        font-size: 1.8em;
    }
}
@media (max-width: 992px) {
    .racing-dates .dates-info .btn h1 {
        font-size: 1.2em;
    }
    .facilities .panel .circle {
        position: relative;
        top: initial;
        right: initial;
    }
    .race-listing {
        text-align: center;
    }
}
@media (max-width: 767px) {
    #home-carousel .owl-item .carousel-text-container .carousel-text {
        padding-top: 0;
    }
    #home-carousel .owl-buttons {
        display: none;
    }
}
@media (max-width: 480px) {
    #home-carousel .owl-item .carousel-text-container {
        font-size: 0.6em;
    }
}
/* internal page elements */
.page-title {
    padding: 2em 0;
}
.page-title h1 {
    font-weight: bold;
}
.page-title h2 {
    text-transform: none;
    font-size: 1.44em;
}
.page-banner {
    background: url('../images/content-page/page-banner.jpg') no-repeat center;
    background-size: cover;
    width: 100%;
    height: 335px;
}
.content-header {
    background-color: #a6853e;
    padding: 2em 0;
    color: #ededed;
}
.content-header h3 {
    color: #ededed;
    font-weight: normal;
    text-transform: uppercase;
    border: #867138 solid;
    border-width: 0 0 1px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.content-header input {
    width: 100%;
    background-image: url('../images/content-page/arrow-down.png');
    background-repeat: no-repeat;
    background-position: center right;
}
.content-header .btn {
    //margin: 2.2em 0 0;
    //padding: 1.5em 0;
    padding-left: 1em;
    padding-right: 1em;
}
.content-header form{
    padding: 0;
}
.ui-widget-header {
    background: #133326;
    border: none;
    font-family: "Arvo", Arial, helvetica, sans-serif;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: none;
    background: #ededed;
    color: #133326;
}
.facilities,
.sub-pages {
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
}
.facilities .panel,
.sub-pages .panel {
    min-height: 225px;
    margin: 0;
    padding: 1em 0 0.4em;
}
.facilities .panel.active,
.sub-pages .panel.active {
    background: #e6e6e6;
}
.facilities .details,
.sub-pages .details {
    background: #e6e6e6;
    clear: both;
    padding: 40px 20px;
    text-align: left;
}
.facilities.meet-the-team .panel .circle {
    background-size: cover;
    background-position: center;
    height: 200px;
    width: 200px;
}
.sub-pages .circle {
    background-size: 120px 120px;
}
.facilities .panel.active .circle,
.facilities .panel :hover > .circle,
.sub-pages .panel.active .circle,
.sub-pages .panel :hover > .circle{
    background-color: #a6853e;
}
.facilities .panel.active .circle.flag,
.facilities .panel :hover > .circle.flag {
    background-image: url('../images/content-page/flag-green.png');
}
.facilities .panel.active .circle.price,
.facilities .panel :hover > .circle.price {
    background-image: url('../images/content-page/price-green.png');
}
.facilities .panel.active .circle.outdoor,
.facilities .panel :hover > .circle.outdoor {
    background-image: url('../images/content-page/outdoor-green.png');
}
.facilities .panel.active .circle.rally,
.facilities .panel :hover > .circle.rally {
    background-image: url('../images/content-page/rally-green.png');
}
.facilities .panel.active .circle.race,
.facilities .panel :hover > .circle.race {
    background-image: url('../images/content-page/race-green.png');
}
.facilities .panel.active .circle.seasonal,
.facilities .panel :hover > .circle.seasonal {
    background-image: url('../images/content-page/seasonal-green.png');
}
.facilities .panel.active .circle.reviews,
.facilities .panel :hover > .circle.reviews {
    background-image: url('../images/content-page/reviews-green.png');
}
.facilities .panel.active .circle.booking,
.facilities .panel :hover > .circle.booking {
    background-image: url('../images/content-page/booking-green.png');
}
.facilities .panel .circle,
.sub-pages .panel .circle {
    float: none;
}
.sub-pages .circle {
    display: block;
    margin: auto;
}
.facilities_content.active {
    display: block;
}
.facilities_content {
    background: #e6e6e6;
    display: none;
}
.facilities_content .inner-content {
    display: none;
}
.facilities_content .inner-content.active {
    display: block;
}
.circle {
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
}
.circle.flag {
    background-image: url('../images/content-page/flag.png');
}
.circle.price {
    background-image: url('../images/content-page/price.png');
}
.circle.outdoor {
    background-image: url('../images/content-page/outdoor.png');
}
.circle.rally {
    background-image: url('../images/content-page/rally.png');
}
.circle.race {
    background-image: url('../images/content-page/race.png');
}
.circle.seasonal {
    background-image: url('../images/content-page/seasonal.png');
}
.circle.reviews {
    background-image: url('../images/content-page/reviews.png');
}
.circle.booking {
    background-image: url('../images/content-page/booking.png');
}
.caravan-club {
    margin-bottom: 4em;
}
.caravan-club img {
    margin: 4em 0;
}
.special-offers .circle {
    position: absolute;
    top: -150%;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 0.5em;
    background-color: #a6853e;
}
.special-offers .circle h4 {
    font-style: italic;
    font-weight: normal;
    text-transform: none;
}
.special-offers .pagination {
    text-align: right;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
}
.special-offers .pagination .prev {
    width: 25px;
    height: 25px;
    background: url('../images/content-page/offers-arrow-left.png') no-repeat center;
}
.special-offers .pagination .prev:hover {
    cursor: pointer;
    background: url('../images/content-page/offers-arrow-left-green.png') no-repeat center;
}
.special-offers .pagination .next {
    width: 25px;
    height: 25px;
    float: right;
    border-left: 1px solid #b7bfbc;
    background: url('../images/content-page/offers-arrow-right.png') no-repeat center;
}
.special-offers .pagination .next:hover {
    cursor: pointer;
    background: url('../images/content-page/offers-arrow-right-green.png') no-repeat center;
}
.special-offers .racing-dates {
    height: 215px;
    font-size: 0.87em;
    margin: 0.5em 0;
}
.special-offers .racing-dates .dates-info {
    width: 80%;
}
.special-offers .racing-dates .dates-info img {
    float: right;
    top: 0;
}
.special-offers .racing-dates .dates-info p {
    text-transform: none;
}
.gallery {
    margin: 2em 0;
}
.gallery h3 {
    margin: 0.5em 0;
}
.gallery #sync1 {
    margin: 0.5em 0;
}
.gallery #sync1 .owl-item {
    max-height: 500px;
}
.gallery .gallery-image-container {
    margin: auto;
    width: 50%;
}
.gallery .gallery-image-container .owl-item {
    border: 1px solid transparent;
}
.gallery .gallery-image-container .owl-item.synced {
    border: 1px solid #a6853e;
}
.gallery .gallery-image-container .item {
    cursor: pointer;
}
.gallery .gallery-image-container .item img {
    padding: 0.2em;
    vertical-align: middle;
}
p.category {
    font-size: 0.75em;
    font-style: italic;
    color: #b7bfbc;
    display: block;
}
.map {
    width: 100%;
    height: 500px;
    border-top: 1px solid #b7bfbc;
    border-bottom: 1px solid #b7bfbc;
}
.contact-form textarea {
    height: 125px;
}
.sidebar h2 {
    font-size: 1.5em;
    text-align: left;
    text-transform: uppercase;
}
.sidebar ul {
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 2em;
}
.sidebar ul li {
    border-bottom: 1px solid #b7bfbc;
}
.sidebar ul li:last-child {
    border-bottom: none;
}
.sidebar ul li a {
    display: block;
    color: #a6853e;
    padding: 0.5em 0;
}
.sidebar ul li a:hover {
    color: #133326;
}
.sidebar ul li a span {
    color: #b7bfbc;
}
.sidebar .racing-dates {
    margin: 0;
    padding: 0;
    height: 250px;
    background: url('../images/content-page/sidebar-image.jpg') no-repeat center;
    background-size: cover;
}
.sidebar .racing-dates .dates-info {
    position: relative;
    top: 0;
    width: 100%;
}
.sidebar .racing-dates .dates-info .btn {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.sidebar .racing-dates .dates-info .btn.green {
    background-image: url(/wp-content/themes/fakenhamracecourse/images/home/horse-bg.png);
    background-position: 270px 25px;
    background-repeat: no-repeat;
    color: #ededed;
    font-size: 1.8em;
    vertical-align: super;
}
.sidebar .racing-dates .dates-info .btn img {
    margin-left: 1em;
}
.author {
    border-top: 1px solid #b7bfbc;
    margin: 1em 0;
    padding-top: 1em;
    padding-bottom: 1em;
}
.author h3 {
    font-weight: normal;
    margin: 0.5em 0 0.3em;
}
.author .author-image {
    overflow: hidden;
    max-width: 150px;
    margin: auto;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    -moz-border-radius-topleft: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -webkit-border-top-left-radius: 50%;
}
.author .author-image img {
    vertical-align: middle;
}
.author .author-info h3 {
    font-size: 0.87em;
    font-weight: bold;
}
@media (max-width: 1200px) {
    .sidebar .racing-dates .dates-info .btn h1 {
        font-size: 1.2em;
    }
}
@media (max-width: 992px) {
    .sidebar {
        margin: 1em 0;
    }
    .gallery .gallery-image-container {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .image-container {
        text-align: center;
    }
}
@media (max-width: 480px) {
    .author {
        text-align: center;
    }
}
.content-area {
    padding: 2em 0;
}
button.alm-load-more-btn {
    background: #a6853e;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: "Arvo", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: 12px;
    margin: 0.5em 0;
    padding-left: 3em;
    padding-right: 3em;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    text-transform: uppercase;
    width:100%;
}
button.alm-load-more-btn:hover {
    background: #a6853e;
    color: #133326;
}
.entry-meta span {
    margin-right: 20px;
}
.featured-pages p {
    font-size: 0.87em;
    min-height: 120px;
}
a.weather div {
    display: inline-block;
}
.race-tickets {
    border: #ccc solid;
    border-width: 1px 0;
    color: #a6853e;
    font-size: 25px;
    font-style: italic;
    margin: 30px 0;
    padding: 30px 0;
}
.race-tickets a {
    background-color: #a6853e;
    color: #fff;
    display: block;
    font-size: 16px;
    font-style: normal;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
}
.race-details h1 {
    text-align: left;
}
strong {
    font-weight: 700;
}
.main-content ul,
.content-header ul{
    list-style: disc;
    padding-left: 20px;
}
.main-content ol,
.content-header ol {
    list-style: decimal;
    padding-left: 20px;
}
.main-content a {
    color: #a6853e;
    font-weight: bold;
}
.main-content a.btn {
    color: white;
}
.availability h3 {
    text-align: center;
}
#availability h3 {
    margin: 30px 0 10px;
}
table.availability {
    border-collapse: collapse;
    width: 100%;
}
table.availability th,
table.availability td {
    background: white;
    border: 1px solid #133326;
    color: #133326;
    padding: 5px;
    text-align: center;
    width: 14%;
}
table.availability th {
    background-color: #666;
    color: white;
    font-weight: 700;
}
table.availability .empty {
    background-color: #a6853e;
}
table.availability .unavailable {
    background-color: #999;
    color: #ccc;
}
#availability .prev {
    cursor: pointer;
    float: left;
}
#availability .next {
    cursor: pointer;
    float: right;
}
.pagination {
    text-align: right;
}
.pagination a {
    background-color: #133326;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    transition: all 0.3s;
}
.pagination a:hover {
    background-color: #a6853e;
}
.pagination span {
    padding: 0 5px;
}
ul.disc {
    list-style: disc;
}
ul.disc li {
    margin: 0 0 20px;
}
blockquote{
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
cite, em, var, address, dfn {
    font-style: italic;
}
strong, b {
    font-weight: bold;
}
/* linking to variables stylesheet */
/*green*/
/*gold*/
/*grey*/
/*green*/
/*gold*/
/*grey*/
/*darker grey*/
/*customer mixins file*/
