@font-face {
    font-family: 'gilroybold';
    src: url('fonts/gilroy-bold-webfont.woff2') format('woff2'),
         url('fonts/gilroy-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




@font-face {
    font-family: 'gilroylight';
    src: url('fonts/gilroy-light-webfont.woff2') format('woff2'),
         url('fonts/gilroy-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
font-display: swap;
}




@font-face {
    font-family: 'gilroyregular';
    src: url('fonts/gilroy-regular-webfont.woff2') format('woff2'),
         url('fonts/gilroy-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
font-display: swap;
}




@font-face {
    font-family: 'gilroysemibold';
    src: url('fonts/gilroy-semibold-webfont.woff2') format('woff2'),
         url('fonts/gilroy-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
font-display: swap;
}




@font-face {
    font-family: 'traviataregular';
    src: url('fonts/traviata-webfont.woff2') format('woff2'),
         url('fonts/traviata-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
font-display: swap;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;
}
html[lang="en-US"]{
  margin: 0px !important;
}
html, body {
  width: 100%;
height: 100%;
  padding: 0;
  margin: 0;
}
body {
  width: 100%;
  height: 100%;
  font-size: 17px;
  line-height: 21px;
  font-family: 'gilroylight';
  padding: 70px;
  margin: 0;
  overflow: hidden;
color: #FFEDDB;
  background-color: #303B33;

}


body.page-template-default, body.error404{
  width: 100%;
  height: auto;
  overflow: auto;
}

*:focus, a:hover, a:active, a:focus {
outline: 0;
}
*:focus{
outline-style:none;
box-shadow:none;
border-color:transparent;
}
button::-moz-focus-inner, select::-moz-focus-inner {
  border: 0;
  outline: 0;
}
img::selection{
	background: none;
}
figure{
padding: 0;
margin: 0;
}
a {

color:#FFEDDB;
opacity: 1;
text-decoration:none;
-webkit-transition: all .6s cubic-bezier(.16,.84,.44,1);
-moz-transition:    all .6s cubic-bezier(.16,.84,.44,1);
-o-transition:      all .6s cubic-bezier(.16,.84,.44,1);
transition:         all .6s cubic-bezier(.16,.84,.44,1);
 transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
}
a:hover {
  color: #FFE4A0;
text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {font-family: 'traviataregular'; font-weight: normal;}
h1, h2, h3, h4, h5, h6, p {
padding: 0;
margin: 0;

}
p{
  margin: 0px;
  padding: 0px 0px 20px 0px;
}
b, strong{
  font-family: 'gilroysemibold';
	font-weight: normal;
}
h1 {
font-size: 46px;
line-height: 56px;
margin-bottom: 20px;
}
h2 {
font-size: 42px;
line-height: 52px;
margin-bottom:20px;
}
h3 {
font-size: 38px;
line-height: 48px;
margin-bottom: 15px;
}
h4 {
font-size: 34px;
line-height: 44px;
margin-bottom: 15px;
}
h5 {
font-size: 30px;
line-height: 40px;
margin-bottom: 15px;
}
h6 {
font-size: 27px;
line-height: 37px;
margin-bottom: 10px;
}
ul{
padding: 0 0 30px 20px;
margin: 0;


}
ol{
padding: 0 0 30px 50px;
margin: 0;
}
ul li{
  position: relative;
  padding: 5px 0 5px 0px;
}

ol li{
padding: 5px 0 5px 0px;
}

p { margin: 0; padding: 0 0 20px 0;}
.OF-cover
{object-fit: cover;
object-position: center;}
.fluidVideo {
	padding-bottom: 56.1%;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.fluidVideo iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.fadeIn {
	opacity: 0;
	transition: opacity 1s ease .4s;
	-webkit-transition: opacity 1s ease .4s;
	-moz-transition: opacity 1s ease .4s;
	-o-transition: opacity 1s ease .4s;
}

.fadeIn.animateMe {
	opacity: 1
}

.fadeInUp {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	transform: translateY(-30px);
	opacity: 0;
	transition: opacity 1s ease .4s,transform 1s ease .4s;
	-webkit-transition: opacity 1s ease .4s,transform 1s ease .4s;
	-moz-transition: opacity 1s ease .4s,transform 1s ease .4s;
	-o-transition: opacity 1s ease .4s,transform 1s ease .4s;
}
.fadeInUp.animateMe {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}



.animation{
  -webkit-transition: all .3s cubic-bezier(.16,.84,.44,1);
  -moz-transition:    all .3s cubic-bezier(.16,.84,.44,1);
  -o-transition:      all .3s cubic-bezier(.16,.84,.44,1);
  transition:         all .3s cubic-bezier(.16,.84,.44,1);
}


.col_1_1, .col_1_1_1, .col_1_1_1_1
{
  margin: 0 auto;
  /* width: 100%; */
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col_1_1::after, .col_1_1_1::after, .centerBlock::after, .content_1130::after,
.col::after{
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0%;
}
.resWrap
{
  width: 100%;
  overflow-x: auto;
    overflow-y: hidden;
}
.resWrap table{
	min-width: 480px;
}
.cookielawinfo-row-cat-table
{margin-left: 0px!important}

.cli_pg_page_contaner div > p:last-of-type{
  padding: 0px;
}
.cli_pg_page_contaner div + h3
{margin-top: 20px;}
table.cookielawinfo-classic, table.cookielawinfo-winter{font-family: 'CircularStd-Book' !important;}

.fluidVideo {
	padding-bottom: 56.1%;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.fluidVideo iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}


table {
    width: 100% !important;
    border: 0;
    table-layout: fixed;
}

table tr td {
    padding: 12px 15px;
    border-collapse: collapse;
}

table {
    background: transparent;
    text-align: left;
    margin-bottom: 20px;
    border-left: 1px solid #f1e1cf;
    border-top: 1px solid #f1e1cf;
    border-collapse: collapse;

}

table h1, table h2, table h3, table h4, table h5 {
    margin: 0;
}

table th {
    background: #CECECE;
    color: #000;
    padding: 15px;
      text-align: left;
    border-right: 1px solid #f1e1cf;
      border-bottom: 1px solid #f1e1cf;
    word-wrap: break-word;
}

table td {
    border-right: 1px solid #f1e1cf;
    border-bottom: 1px solid #f1e1cf;
    word-wrap: break-word;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 20px auto 20px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 0px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {

    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 20px;
      background:#C0DAE7;
    margin: 10px 0 0 0;
    padding: 5px;
}
