@font-face {
    font-family: 'Perfect Day DEMO';
    src: url(fonts/perfect-day/Perfect\ Day.otf);
}
@font-face {
    font-family: 'NOVA';
    src: url(fonts/billy-argel_nova-2/NOVABOLD.otf);
}

html, body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;			
}

body {
    background-color: #fffccc;
    /* background: url('./img/house/house_01.png') no-repeat 50% 50% fixed;  */
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
}

.bg-light {
    background: url('./img/wood_bg.png');
    opacity: 0.85;
    /* filter: alpha(opacity=85);*/ /* For IE8 and earlier */
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* contact page */
td.arnold-bg {
    background-image: url('./img/arnold3.png');
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;    
    /* min-height: 380px;  */
    text-align: center;
    vertical-align: bottom;
}
.arnold-title {
    font-family: 'NOVA', Tahoma, Arial, Helvetica, sans-serif;
    font-size: 2em;		
    color: #005F6A;
    text-align: center;
}
/* footer items */
a.arnold-item:link { text-decoration: none; color: #005F6A!important; }
a.arnold-item:visited { text-decoration: none; color: #005F6A!important; }
a.arnold-item:active { text-decoration: none; color: #005F6A!important; }
a.arnold-item:hover { text-decoration: none; color: #DAA520!important; }

/* full inner height container with sticky footer */
.main-content {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}
.main-content > .inner-content {
    background: rgba(255, 255, 255, 0.65);
    padding: 15px;
    width: 60%;
    margin-left: 20%;
    border-radius: 1em;
}
.main-content > .inner-content > .canvas {
    padding: 15px;
    background: white;
}
.main-content > .inner-content > .canvas > .title {
    color: #003300;
    line-height: 50px;
    font-size: 1.3em;
    font-weight: bold;
}
.main-content > .inner-content > .canvas > .subtitle {
    color: #003300;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 10px;
}

.main > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}
.main > .container-fluid > .inner-main {
    padding: 15px;
    /* background-color: #ffffdd; */
    margin-top: 80px;
    background: rgba(255, 255, 221, 0.85);
    margin-bottom: 20px;
    border-radius: 1em;    
}
.main > .container-fluid > .inner-main > .canvas {
    background-color: #ffffff;
    padding: 15px;
    background: rgba(255, 255, 255, 1);
    font-family: 'Open Sans', sans-serif;
}
.main > .container-fluid > .inner-main > .canvas > .info {
    line-height: 1;
}

/* all booking stuff */

/* [class*="col-"] {*/
.fh-col-left {
    float: none;
    display: table-cell;
    vertical-align: middle;
}
.fh-col-right {
    float: none;
    display: table-cell;
    text-align: right;    
    vertical-align: top;
}
.fh-col-request {
    float: none;
    display: table-cell;
    vertical-align: top;
}
.fh-col-iframe {
    width: 100%;
    height: 2300px;
}

.box-cell {
    margin-top: 15px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 1em;
}
.box-inner-cell {
    padding: 15px;
    background: rgba(255, 255, 255, 1);
}

.like-it {
    margin-right: auto;
    margin-left: auto;
}
.booking-content {
    padding-left: 15px;
    padding-right: 15px;
}
.booking-content > .inner-booking-content {
    padding: 15px;
    background: rgba(255, 255, 255, 0.85);
    /* border-radius: 1em; */
}
.booking-content > .inner-booking-content > .canvas {
    padding-top: 15px;
    padding-bottom: 15px;
    background: rgba(255, 255, 255, 1);
}

.ff-fix {
    height: 100%;
}

.flh-content {
    position: absolute;
    top: 275px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.65);
    border-radius: 1em;
    width: 100%;
}
.flh-content > .canvas {
    background-color: #ffffff;
    /* border-radius: 1em; */
    padding: 15px;
}
.flh-content > .canvas > .title {
    color: #003300;
    line-height: 50px;
    font-size: 1.3em;
    font-weight: bold;
}
.subtitle {
    color: #003300;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 10px;
}

.main > .container-fluid > .inner-main > .canvas {
    background-color: #ffffff;
    padding: 15px;
    background: rgba(255, 255, 255, 1);
    font-family: 'Open Sans', sans-serif;
}
.main > .container-fluid > .inner-main > .canvas > .info {
    line-height: 1;
}

/* links */
a:link    { text-decoration: none; color: #DAA520!important; }
a:visited	{ text-decoration: none; color: #DAA520!important; }
a:active 	{ text-decoration: none; color: #DAA520!important; }
a:hover 	{ text-decoration: none; color: #DAA520!important; }

/* menu items */
a.menu-item:link    { text-decoration: none; color: #003300!important; }
a.menu-item:visited	{ text-decoration: none; color: #003300!important; }
a.menu-item:active 	{ text-decoration: none; color: #003300!important; }
a.menu-item:hover 	{ text-decoration: none; color: #DAA520!important; }

/* footer items */
a.footer-item:link { text-decoration: none; color: #003300!important; }
a.footer-item:visited { text-decoration: none; color: #003300!important; }
a.footer-item:active { text-decoration: none; color: #003300!important; }
a.footer-item:hover { text-decoration: none; color: #DAA520!important; }

.footer-item {
    font-family: 'Perfect Day DEMO';
    font-weight: normal;
    font-size: 2.2em;
}

.cell-right {
    display: table-cell;
    text-align: right;
    padding-right: 100px;
}
.cell-middle {
    display: table-cell;
    text-align: center;
}
