.s64 {
    font-size: 64px;
}
.s32 {
    font-size: 48px;
}
/* CART @ Top Bar */

.cart {
    position: absolute;
    right: 20px;
    top: 130px;
    white-space: nowrap;
}
/* Offset content for top bar */

.cart-content-padding {
    padding-top: 0px;
}
/* Cart Page */

.cart-page body {
    padding: 1em;
}
.cart-page table {
    border-style: none;
    border-top-width: 0;
    width: auto;
}
.cart-page table tr {
    border-style: none;
    border-bottom-width: 0;
}
.cart-page table th,
.cart-page table td {
    border-style: none;
    padding-right: 1em;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    text-align: left;
    min-width: 50px;
    /*vertical-align: top;*/
}
.cart-page table th.tool,
.cart-page table td.tool {
    padding: 0 1em;
}
.cart-page table th + th,
.cart-page table th + td,
.cart-page table td + th,
.cart-page table td + td {
    border-left-width: 1px;
}
.cart-page table tr .tr_title {
    padding-top: 30px;
}
.cart-page table tr .tr_title_time {
    padding-top: 20px;
}
.cart-page table thead tr:last-child {
    border-bottom-width: 2px;
}
.cart-page table thead th,
.cart-page table tr.index th {
    /*font-size: 1.13333em;*/
    line-height: 1.41176em;
    font-weight: bold;
    /*line-height: 1.25;*/
    
    text-transform: uppercase;
}
.cart-page table thead th {
    border-bottom: 1px solid;
    padding-bottom: .25em;
}
.cart-page table tr.index th {
    /*font-size: 1.33333em;*/
    line-height: 1.2em;
}
.cart-page table tbody:first-of-type tr.index th {
    padding-top: 1em;
}
.cart-page table tbody th {
    font-weight: normal;
}
.cart-page .addonlabel {
    padding-left: 30px;
}
.cart-page .seperator {
    border-bottom: 1px solid !important;
}
@media (max-width: 47.9375em) {
    .cart-page table tr .tr_title {
        padding-top: 10px;
    }
    .cart-page table tr .tr_title_time {
        padding-top: 00px;
    }
    .cart-page table tr .tr_summary {
        padding-left: 50px;
    }
    .cart-page table tr .tr_dropdown {
        padding-left: 50px;
    }
    .cart-page .addonlabel {
        padding-left: 0;
    }
    .cart-page table {
        border: 0;
        border-bottom-width: 0.0625em;
        border-bottom-style: solid;
        padding-bottom: 1.4375em;
        padding-bottom: 0;
        display: block;
        width: 100%;
        /*
     * make everything display block so it 
     * aligns vertically
     */
        /* Labeling
     * adding a data-title attribute to the cells
     * lets us add text before the content to provide
     * the missing context
     * 
     * Markup: 
     *   <td data-title="Column Header">Content Here</td>
     * 
     * Display:
     *   Column Header: Content Here
     */
    }
    .cart-page table caption {
        display: block;
    }
    .cart-page table thead {
        display: none;
        visibility: hidden;
    }
    .cart-page table tbody,
    .cart-page table tr,
    .cart-page table th,
    .cart-page table td {
        border: 0;
        display: block;
        padding: 0;
        text-align: left;
        white-space: normal;
    }
    .cart-page table tr {
        margin-bottom: 1.5em;
    }
    .cart-page table th[data-title]:before,
    .cart-page table td[data-title]:before {
        content: attr(data-title) " ";
        font-weight: bold;
        padding-left: 55px;
    }
    .cart-page table th:not([data-title]) {
        font-weight: bold;
    }
    .cart-page table td:empty {
        display: none;
    }
}
/* END Cart Page */

a {
    cursor: pointer;
}
/* Responsive List with Left side Thumbnails */

.gridx3 .list li {
    border-bottom: 1px solid #ccc;
    display: table;
    border-collapse: collapse;
    width: 100%;
}
.gridx3 .inner {
    display: table-row;
    overflow: hidden;
}
.gridx3 .li-img {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    padding-right: 1em;
}
.gridx3 .li-img img {
    display: block;
    width: 100%;
    height: auto;
    
}
.gridx3 .li-text {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
    height: 400px;
}
.gridx3 .li-head {
    overflow: hidden;
    margin: 0;
}
.gridx3 .li-sub {
    overflow: hidden;
    margin: 0;
}
@media all and (min-width: 45em) {
    .gridx3 .list li {
        float: left;
        width: 50%;
    }
}
@media all and (min-width: 75em) {
    .gridx3 .list li {
        width: 33.33333%;
    }
}
/*Responsive Grid View X3 Thumbnail Up*/

.gridx3up .list li {
    border-bottom: 1px solid #ccc;
    display: table;
    border-collapse: collapse;
    width: 100%;
}
.gridx3up .inner {
    display: table-row;
    overflow: hidden;
}
.gridx3up .li-img {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
    padding-right: 1em;
}
.gridx3up .li-img img {
    display: block;
    width: 100%;
    height: auto;

}
.gridx3up .li-text, .li-text2 {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: unset;
    bottom: unset;
    background: unset; 
    color:black;
    padding-left:unset;
}
.gridx3up .li-head {
    margin: 0;
            white-space: normal;
        overflow: auto;
}
.gridx3up .li-sub {
    height: 40px;
    margin: 0;
}
@media all and (min-width: 40em) {
    .gridx3up .li-head {
    /*white-space: nowrap;*/
    overflow: hidden;
    }
    .gridx3up .list {
        padding: 0.5em;
        max-width: 70em;
        margin: 0 auto;
        /*overflow: hidden;*/
    }
    .gridx3up .list li {
        padding: 0.5em;
        display: block;
        width: 50%;
        float: left;
        background: none;
        border: 0;
    }
    .gridx3up .inner {
        display: block;
        position:relative;
    }
    .gridx3up .li-img,
    .li-text,
    .inner {
        display: block;
        width: auto;
        padding: 0;

    }
    .gridx3up .li-text {
       padding: 0.5em 0;
       width: 100%;
       background: rgb(0, 0, 0); /* fallback color */
       background: rgba(0, 0, 0, 0.7);
       color: white;
       padding-left: 5px;
       position: absolute;
       bottom: 0px;
    }
    .gridx3up .li-img img {
        height: 220px;
    }
}
@media all and (min-width: 60em) {
    .gridx3up .list li {
        width: 33.33333333%;
    }
}

/*Responsive Grid View X3 with detail Thumbnail Up*/

.gridx3updet .list li {
    border-bottom: 1px solid #ccc;
    display: table;
    border-collapse: collapse;
    width: 100%;
}
.gridx3updet .inner {
    display: table-row;
    overflow: hidden;
}
.gridx3updet .li-img {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
    padding-right: 1em;
}
.gridx3updet .li-img img {
    display: block;
    width: 100%;
    height: auto;
}
    .gridx3updet .li-price {
        position: relative;
        bottom:-46px;
        float: right;
        font-size: x-large;
        background-color: rgb(0, 0, 0); /* fallback color */
        background-color: rgba(0, 0, 0, 0.7);
        padding-left: 5px;
        padding-right: 5px;
        display: none;
    }
    .gridx3updet .li-price2 {
        display: block;
        float: right;
        position: relative;
        font-size: large;
        top: -25px;
    }
.gridx3updet .li-text {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: unset;
    bottom: unset;
    background: unset; 
    color:black;
    padding-left:unset;
}
.gridx3updet .li-head {
    margin: 0;
}
.gridx3updet .li-sub {

    margin: 0;
}
.gridx3updet .li-breaklabel {
    display: block;
}
@media all and (min-width: 40em) {
    .gridx3updet .li-breaklabel {
        display: inline;
    }
     .gridx3updet .li-price {
        display: block;
    }
    .gridx3updet .li-price2 {
        display: none;
    }
    .gridx3updet .list {
        padding: 0.5em;
        max-width: 70em;
        margin: 0 auto;
        overflow: hidden;
    }
    .gridx3updet .list li {
        padding: 0.5em;
        display: block;
        width: 50%;
        float: left;
        background: none;
        border: 0;
    }
    .gridx3updet .inner {
        display: block;
        position:relative;
    }
    .gridx3updet .li-img,
    .li-text,
    .inner {
        display: block;
        width: auto;
        padding: 0;
    }

    .gridx3updet .li-text {
        padding: 0.5em 0;
        width: 100%;
    background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   color: white;
   padding-left: 5px;
       position: absolute;
    bottom: 00px;
    }
    .gridx3updet .li-img img {
        height: 220px;
    }
}
@media all and (min-width: 60em) {
    .gridx3updet .list li {
        width: 33.33333333%;
    }
}
/* Responsive Grid x 3 Split Pic Text*/

.gridx3upspt .list li {
    border-bottom: 1px solid #ccc;
    display: table;
    border-collapse: collapse;
    width: 100%;
}

.gridx3upspt .inner {
    display: table-row;
    overflow: hidden;
}

.gridx3upspt .li-img {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
    padding-right: 1em;
}

    .gridx3upspt .li-img img {
        display: block;
        width: 100%;
        height: auto;
    }

.gridx3upspt .li-text, .li-text2 {
    vertical-align: middle;
    width: 100%;
    position: unset;
    bottom: unset;
    background: unset;
    color: black;
    padding-left: unset;
}

.gridx3upspt .li-head {
    margin: 0;
    white-space: normal;
    overflow: auto;
}

.gridx3upspt .li-sub {
    height: 40px;
    margin: 0;
}

@media all and (min-width: 40em) {
    .gridx3upspt .li-head {
        /*white-space: nowrap;*/
        overflow: hidden;
    }

    .gridx3upspt .list {
        padding: 0.5em;
        max-width: 70em;
        margin: 0 auto;
        /*overflow: hidden;*/
    }

        .gridx3upspt .list li {
            padding: 0.5em;
            display: block;
            width: 50%;
            float: left;
            background: none;
            border: 0;
        }

    .gridx3upspt .inner {
        display: block;
        /*position: absolute;*/
        border:solid;
        border-width: 1px;
        border-color: lightgray;
    }

    .gridx3upspt .li-img,
    .li-text,
    .inner {
        display: block;
        width: auto;
        padding: 0;
    }

    .gridx3upspt .li-text {
        padding: 0.5em 0;
        width: 100%;
        color: black;
        padding-left: 5px;
        position: relative;
        bottom: 0px;
        height: 90px;
        text-align: center;
        display: inline-block;
        padding-top: 2em;
    }

    .gridx3upspt .li-img img {
        height: 220px;
    }
}

@media all and (min-width: 60em) {
    .gridx3upspt .list li {
        width: 33.33333333%;
    }
}


/* Responsive Width x 4 */

.widthx4 .col-group > div {
    padding: 1em;
    height: auto;
}
@media screen and (min-width: 44em) {
    .widthx4 .col-group {
        overflow: hidden;
    }
    .widthx4 .col-group > div {
        float: left;
        width: 50%;
    }
    .widthx4 .col-group > div:nth-child(odd) {
        clear: left;
    }
}
@media screen and (min-width: 64em) {
    .widthx4 .col-group > div {
        width: 25%;
    }
    .widthx4 .col-group > div:nth-child(odd) {
        clear: none;
    }
}
/* Non Responsive Width x 1 */

.widthx1 .col-group > div {
    padding: 1em;
    height: auto;
}
/*@media screen and (min-width: 44em) {
  .widthx1 .col-group {
    overflow: hidden;
  }
  .widthx1 .col-group > div {
    float: left;
    width: 50%;
  }
  .widthx1 .col-group > div:nth-child(odd) {
    clear: left;
  }
}
@media screen and (min-width: 64em) {
  .widthx1 .col-group > div {
    width: 25%;
  }
  .widthx1 .col-group > div:nth-child(odd) {
    clear: none;
  }
}*/

.align-middle {
    margin-left: auto;
    margin-right: auto
}
.float-bottom-right {
    position: relative;
    float: right;
}
.rpadding {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 1em;
    margin-right: 1.5em;
}
@media screen and (min-width: 44em) {
    .rpadding {
        /*max-width: 90%;*/
        
        margin-left: auto;
        margin-right: auto;
        padding-left: 1em;
        padding-right: 1.5em;
    }
}
/* Library CSS Overrides */

.md-dialog-fullscreen {
    margin-top: 120px;
}
.year-part {
    height: 30px;
}
.md-button {
    min-height: 0 !important;
}
/* Library CSS Overrides END */

md-dialog.fullscreen-dialog {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    border-radius: 0;
}
.offset-register-btn-bar {
    position: absolute !important;
    bottom: 25px !important;
    right: 10px !important;
}

#t3-mainnav .navbar-default
{
background-color: #fff !important;
border-color: #fff !important;
}

.t3-mainav
{
background-color: #fff !important;
border-color: #fff !important;
}

#t3-mainnav
{
background-color: white !important;
border: none !important;
margin-bottom: none !important;
}

.customheader
{
height: 91px !important;
}

input[type="number"]
{
display: inline-block;
padding: 0px;
height: auto;
width: 40%;
}

input[type="number"] .year-part
{
font-size: 12px !important;
width: 40%;
}

/* Fix for Material CSS Dropdown in IE */
html.md-default-theme, html, body.md-default-theme, body {
    background-color: transparent;
}

/*Overflow for mdselect*/
md-option {
    word-wrap: break-word;
}

.md-dialog-container{
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 99 !important;
    overflow: hidden;
}

.navigation ul.sf-menu ul {
    display: none;
    background-color: white;
    width:150px;
    z-index: 99;
    opacity: 1;
}

.navigation ul.sf-menu ul:active {
    display: block;
    background-color: white;
    width:150px;
    z-index: 99;
    opacity: 1;
}


.sf-menu ul.deeper li:hover {
    display: block !important;
    background-color: white;
    width:150px;
    z-index: 99;
    opacity: 1;
}

.md-select-menu-container{
	z-index:99 !important;
}