.content-wrap-header {
max-width: 1920px;
min-height: 80vh;
margin: 20px auto;
}
.homepage-grid-wrap {
display: flex;
flex-wrap: wrap;
align-items: center;
align-content: center;
min-height: 80vh;
flex-direction: row;
justify-content: center;
}
.homepage-grid-wrap .div-icon-wrap {
margin: 35px 25px;
}
.homepage-grid-wrap .div-icon-wrap .div-img {
width: 100px;
height: 100px;
background-color: lightblue;
}
.homepage-grid-wrap .div-icon-wrap .div-text {
text-align: center;
margin-top:5px;
height:20px;
max-width: 100px;
}  [data-table] {
font-size: 12pt;
width: 100%;
}
@element [data-table] and (max-width: 500px) {
$this,
$this caption,
$this thead,
$this tbody,
$this tfoot,
$this tr,
$this th,
$this td {
display: block;
width: 100%;
padding-bottom:10px;
}
}
@element [data-table] and (min-width: 600px) {
$this { display: table; width: 100%; }
$this caption { display: table-caption; width: auto; }
$this thead { display: table-header-group; width: auto; }
$this tbody { display: table-row-group; width: auto; }
$this tfoot { display: table-footer-group; width: auto; }
$this tr { display: table-row; width: auto; }
$this th,
$this td { display: table-cell; width: auto; }
} @element [data-table] {
$this {
font-family: 'Source Sans Pro', sans-serif;
margin: 1em 0;
color: #333;
border-collapse: collapse;
}
$this thead th,
$this tfoot th {
color: #777;
background: rgba(0,0,0,.1);
}
$this caption {
padding: .5em;
}
$this th,
$this td {
padding: .5em;
background: white;
border: 1px solid #aaa;
}
$this tbody tr:nth-of-type(even) {
background: rgba(0,0,0,.05);
}
} @element [data-table^=col-] and (max-width: 600px) {
$this thead {
display: none;
}
$this tr:after {
content: '';
display: block;
clear: both;
}
$this[data-table$=-one] td { width: 100%; }
$this[data-table$=-two] td { width: 50%; }
$this[data-table$=-three] td { width: 33.33%; }
$this[data-table$=-four] td { width: 25%; }
$this[data-table$=-five] td {width: 20%; }
$this[data-table$=-six] td { width: 16.66%; }
$this[data-table$=-seven] td { width: 14.27%; }
$this td {
float: left;
line-height: 1.4;
padding: .5em 0;
text-align: center;
position: relative;
}
$this td:nth-of-type(n+2) {
padding-bottom: 17.5pt;
}
$this td:after, $this td.from-timetable:before  {
content: attr(data-heading);
display: block;
width: 100%;
position: absolute;
bottom: 5pt;
left: 0;
font-size: 8pt;
line-height: .8;
color: #999;
font-weight:bold;
}
$this .to-timetable:after, $this td.from-timetable:before {
width: 37px;
font-size: 12pt;
line-height: 1.6;
}
$this td.from-timetable:before {
width:50px;
left:5px;
}
$this td.to-timetable {
padding-bottom:.5em;
}
$this td:first-of-type:after {
display: none;
}
$this td:nth-of-type(n+2) {
border-top: none;
}
$this[data-table$=-two] td:nth-of-type(n+2):nth-of-type(odd),
$this[data-table$=-three] td:nth-of-type(n+2):nth-of-type(3n),
$this[data-table$=-three] td:nth-of-type(n+2):nth-of-type(3n+1),
$this[data-table$=-four] td:nth-of-type(n+2),
$this[data-table$=-five] td:nth-of-type(n+2),
$this[data-table$=-six] td:nth-of-type(n+2),
$this[data-table$=-seven] td:nth-of-type(n+2)	  {
border-left-color: transparent;
}
$this[data-table$=-four] td:nth-of-type(4n+2),
$this[data-table$=-five] td:nth-of-type(5n+2),
$this[data-table$=-six] td:nth-of-type(6n+2),
$this[data-table$=-seven] td:nth-of-type(7n+2){
border-left-color: #aaa;
}
$this td:first-of-type, $this td:nth-child(2) {
color: #777;
background: rgba(0,0,0,.1);
font-weight: 600;
width: 100%;
}
}
td.g-sun-holi {
background: #ffe4041c;
}
@media screen and all (max-width:760px) {
html {
background-size: auto !important;
}
}
.seed-csp4 {
background-size: auto !important;
} @media (hover: hover) {
.homepage-grid-wrap a {
transition: .05s ease-in-out;
margin: 10px;
}
.homepage-grid-wrap:hover > :not(:hover) {
opacity: .8;
}
.homepage-grid-wrap a:hover .div-icon-wrap .div-text {
color: red !important;
}
}  #masthead {
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
z-index: 9999; }  body .site-content {
margin-top: 80px;
}
span.site-title a {
color: #0170b9 !important;
font-weight: bold;
}
.menu-toggle-icon::before {
color: #ac1d22;
font-weight: bold;
font-size: 30px;
}
.site-title {
font-size: 1.5rem !important;
}
.ast-button-wrap .menu-toggle .menu-toggle-icon {
line-height: initial !important;
}
h2.cavtat-panorama-title {
text-align: center;
font-weight: bold;
margin-bottom:20px;
}
body .site-content {
margin-top: 20px;
}
.sheet-table-wrapper td {
text-align: center;
font-weight: 600;
background: #fff;
}
.sheet-table-wrapper th {
background-color: #0170b9 !important;
color: #fff;
}
.sheet-table-wrapper.cavtat-panorama-wrap {
} .accordion-toggle {
background-color: #0073aa;
color: white;
cursor: pointer;
padding: 12px 20px;
border: none;
width: 100%;
text-align: left;
font-size: 16px;
transition: background 0.3s ease;
border-radius: 4px;
margin-bottom: 10px;
}
.accordion-toggle:hover {
background-color: #005f8d;
}
.accordion-content {
border: 1px solid #ddd;
border-radius: 4px;
padding: 10px;
}
.sheet-table-wrapper.cavtat-panorama-wrap {
text-align: center;
}  .accordion-content {
max-height: 0;
overflow: hidden;
transition: max-height 0.5s ease;
} .accordion-content.open {
max-height: 2000px; } #timetable-toggle {
display: inline-block;
margin: 40px auto 0;
padding: 10px 16px;
min-width: 120px;
max-width: 120px;
width: auto;
text-align: center;
cursor: pointer;
transition: all 0.3s ease;
z-index: 9999;
line-height: 30px;
font-weight: bold;
margin-bottom: 30px;
} #timetable-toggle.floating {
position: fixed;
right: 20px;
bottom: 20px;
border-radius: 6px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); animation: slideIn 0.3s ease forwards;
} @keyframes slideIn {
from { transform: translateY(100px); }
to   { transform: translateY(0);     }
}