/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
    font-family: Helvetica, Verdana, Arial, sans-serif;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html, body { height:101%;
font-family: 'Lato', sans-serif;
}

body { margin:20px 0;
font-size:0.9em; }

a { color: black; }

header, footer, #main, nav {
         width:960px;
         margin:0 auto;
 }

body>header { position:relative; height:135px; }
div.usethis header { height:auto; width:auto; }

#logo {
         width:300px;
         position:absolute;
         top:0; left:0;
}

#metanavi {
         width:600px;
         position:absolute;
         top:0; right:0;
}

#metanavi ul{
         margin:0;
         list-style-type:none;
         float:right;
}

#metanavi li {
         float:left;
}

#metanavi a{
         padding-left:10px;
         font-size:0.8em;
         text-decoration:none;
         color:#000;
}

#socialicons {
         width:600px;
         position:absolute;
         top:30px; right:0;
}

#socialicons .usethis div {
    float:right;
}

#socialicons .usethis img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

nav {
         height: 60px;
         border-bottom:1px solid #000;
}

#mainnavi {
         margin:0;
         padding:0;
         list-style-type:none;
}

#mainnavi > li {
         float:left;
         padding:10px 20px;
}

#mainnavi > li.first {
         padding:10px 20px 10px 0;
}

#mainnavi > li.last {
         padding:10px 0 10px 20px;
}

#mainnavi > li a {
         color:black;
         text-decoration:none;
         background-color:transparent;
}

#mainnavi > li a:hover {
         box-shadow: 2px 2px 2px #ddd;
         background-color:#eee;
}

#main {
         clear:both;
         float:none;
         overflow:hidden;
}

#leftcol {
         float:left;
         width:260px;
}

#centercol {
         float:left;
         width:460px;
}

#centercol .usethis .csc-default { overflow:hidden; }

#leftcol .usethis, #centercol .usethis {
         padding-right:10px;
         margin-right:20px;
}

#leftcol .usethis{
        border-right:1px solid #000;
}
#leftcol .frame-space-before-extra-small{
         margin-top:0 !important;
}
#rightcol {
         float:left;
         width:240px;
}

h1 {
         font-size:1.2em;
         font-weight: normal;
}

.tx-cal-controller .vevent .dtstart-container span, .tx-cal-controller .vevent .summary a {
    font-weight: bold;
    font-size: 0.8em;
    color: #666;
    text-decoration:none;
}

.dtstart{
    float:left;
    width:150px;
}

div.reservation {
    width: 50px;
    margin-left: 150px;
}

.tx-cal-controller .vevent .summary a {
    color: #000;
}

.tx-cal-controller .even {
    background-color: #fff;
}

.tx-cal-controller .vevent {
    margin-bottom: 1em;
}

.tx-cal-controller .location{
    font-size: 0.8em;
    font-weight: normal;
    padding-top: 0.1em;
}

.reservButton {
    background: #000;
    border-bottom: 1px solid #000;
    color:#fff;
    font-size:10px;
    position:relative;
    bottom:3px;
}

.tx-cal-controller .info { text-align:right; }

.tx-cal-controller table.month-small { border:0; }
.tx-cal-controller .sideback { background: none; }
.tx-cal-controller .month-small th, .tx-cal-controller .month-small td {
    height: 27px;
    text-align: center;
    vertical-align: middle;
    width: 27px;
    font-weight:bold;
    font-size:14px;
    border:1px solid white;
}

.tx-cal-controller .month-weeknums, .tx-cal-controller .month-weekdays  {
    font-weight: normal;
    font-size:10px;
}

.tx-cal-controller .month-small td:hover {
    border:0px solid #ccc;
    opacity:1.0;
}

.tx-cal-controller .monthToday {
    background:#333 !important;
    color:white;
    border:1px solid white !important;
}

.tx-cal-controller .mininextlink a, .tx-cal-controller .miniprevlink a {
    font-size: 10px;
    font-weight: bold;
    text-decoration:none;
}

.tx-cal-controller .mininextlink {
    float: right;
}

.tx-cal-controller .miniprevlink {
    float: left;
}

.tx-cal-controller .month-large, #calendar-nav, #month-header-icons { display:none; }
.calborder { border:0 !important; }
.tx-cal-controller .navback { background: transparent !important; }

footer { font-size: 0.8em; border-top: 1px solid #000000; }

footer .usethis {
    margin:10px 0;
    /*border-top: 1px solid black;
    border-bottom: 1px solid black;*/
    padding:10px 0;
}

footer #footercontact { width:20%; float:left; }
footer #footerlogos { margin-left:25%; }

footer h1 {margin:0;}

.bx-viewport{
    border: 0 !important;
    box-shadow: 0 0 0 !important;
    left: 0 !important;
}

.bx-wrapper {
    margin: 0 auto 30px !important;
}

p.align-justify { text-align:justify; text-justify: newspaper; }
.important { font-size: 0.8em; }
.name-of-person { font-size:1em; }
.detail { font-size: 1.2em; }

p { margin:0 !important; }
p.text-center { text-align:center !important; } 
p.text-right { text-align:right !important; }

.tx-wtgallery-pi1 h2.wtgallery_list, .tx-wtgallery-pi1 .wtgallery_list_pagebrowser_area { display:none; }
.wtgallery_list_area img { margin-right:10px; margin-bottom:10px; }
.wtgallery_list_lastofrow img { margin-right:0; }

.sf-menu li a, .sf-menu li a:hover{
  background:#fff !important;
} 
div.frame-layout-2 img { height: 60px !important;
  object-fit: cover;
  width: 60px !important; }

/* #rightcol .csc-frame-frame1 .csc-textpic-imagerow .csc-textpic-image { height:60px; width:60px; overflow:hidden; }
#rightcol .csc-frame-frame1 .csc-textpic-imagerow .csc-textpic-image img { height:60px !important; } */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

