body {
    margin: 0;
    background: url('../images/computer.jpg') no-repeat center fixed;
}


/* Disable ugly boxes around images in IE10 */

a img {
    border: 0px;
}

 ::-moz-selection {
    background-color: #6ab344;
    color: #fff;
}

 ::selection {
    background-color: #6ab344;
    color: #fff;
}

.touchline-search-box .mdl-textfield__input {
    color: rgba(0, 0, 0, 0.87);
}

.touchline-header .mdl-menu__container {
    z-index: 50;
    margin: 0 !important;
}

.mdl-textfield--expandable {
    width: auto;
}

.touchline-fab {
    position: absolute;
    right: 20%;
    bottom: -26px;
    z-index: 3;
    background: #64ffda !important;
    color: black !important;
}

.touchline-mobile-title {
    display: none !important;
}

.touchline-logo-image {
    height: 48px;
    width: 140px;
}

.touchline-header {
    overflow: visible;
    background-color: white;
}

.touchline-header .material-icons {
    color: #767777 !important;
}

.touchline-header .mdl-layout__drawer-button {
    background: transparent;
    color: #767777;
}

.touchline-header .mdl-navigation__link {
    color: #757575;
    font-weight: 700;
    font-size: 14px;
}

.touchline-navigation-container {
    /* Simple hack to make the overflow happen to the left instead... */
    direction: rtl;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 500px;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.touchline-navigation {
    /* ... and now make sure the content is actually LTR */
    direction: ltr;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 800px;
}

.touchline-search-box.is-focused+.touchline-navigation-container {
    opacity: 0;
    width: 100px;
}

.touchline-navigation .mdl-navigation__link {
    display: inline-block;
    height: 60px;
    line-height: 68px;
    background-color: transparent !important;
    border-bottom: 4px solid transparent;
}

.touchline-navigation .mdl-navigation__link:hover {
    border-bottom: 4px solid #3c29ac;
}.touchline-navigation .is-active {
    position: relative;
    font-weight: bold;
  }
  
  .touchline-navigation .is-active:after {
    content: "";
    width: 70%;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #3c29ac;
    left: 15%;
  }

.touchline-search-box {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 16px;
    margin-right: 16px;
}

.touchline-more-button {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.touchline-drawer {
    border-right: none;
    display: block;
}

.touchline-drawer-separator {
    height: 1px;
    background-color: #dcdcdc;
    margin: 8px 0;
}

.touchline-drawer .mdl-navigation__link.mdl-navigation__link {
    font-size: 14px;
    color: #757575;
}

.touchline-drawer .mdl-layout-title {
    position: relative;
    height: 120px;
}

.touchline-drawer .touchline-logo-image {
    position: relative;
    height: 150px;
    width: 200px;
    margin-top: -12px;
    margin-left: -20px;
}

.touchline-be-together-section {
    position: relative;
    width: auto;
}

.logo-font {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    line-height: 1;
    color: #FFFFFF;
    font-weight: auto;
}

.touchline-slogan {
    font-size: 60px;
    padding-top: 20px;
}

.touchline-sub-slogan {
    font-size: 21px;
    padding-top: 24px;
}

.touchline-wear-section {
    position: relative;
    background-size: cover;
    height: 800px;
}

.touchline-wear-band {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: transparent;
}.w3-content.w3-display-container img{
    width:  100%;
    height: 400px;
    overflow: hidden;
    margin-top: 5%;
 }

.touchline-wear-band-text {
    max-width: 800px;
    margin-left: 25%;
    padding: 24px;
    text-align: left;
    color: white;
}

.touchline-more-section {
    max-width: 1044px;
    margin-left: auto;
    margin-right: auto;
}

.touchline-more-section .touchline-section-title {
    padding-bottom: 24px;
    text-align: center;
    color: white;
}

.demo-card-image.mdl-card {
    width: 100%;
    height: 100%;
    background: transparent;
}

.card-panel {
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    padding: 24px;
    margin: 0.5rem 0 1rem 0;
    border-radius: 2px;
    background-color: #fff;
}

.card {
    position: relative;
    margin: 0.5rem 0 1rem 0;
    background-color: #fff;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    border-radius: 2px;
    width: 325px;
}

.card .card-title {
    font-size: 24px;
    font-weight: 300;
}

.card .card-title.activator {
    cursor: pointer;
}

.card .card-image {
    position: relative;
}

.card .card-image img {
    display: block;
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 350px;
    background-color: #FFFFFF;
}

.card .card-image .card-title {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    padding: 10px;
}

.card .card-content {
    padding: 10px;
    border-radius: 0 0 2px 2px;
}

.card .card-content p {
    margin: 0;
    color: inherit;
}

.card .card-content .card-title {
    display: block;
    line-height: 32px;
    margin-bottom: 8px;
}

.card .card-content .card-title i {
    line-height: 32px;
}

.card .card-action {
    position: relative;
    background-color: inherit;
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 16px 24px;
}

.card .card-reveal {
    position: absolute;
    background-color: #fff;
    width: 100%;
    overflow-y: auto;
    left: 0;
    top: 100%;
    height: 100%;
    z-index: 3;
    display: none;
}

.card .card-reveal .card-title {
    padding: 10px;
    cursor: pointer;
    display: block;
}

i.right {
    float: right;
    margin-left: 15px;
}

.card .card-reveal p {
    padding: 10px;
    margin: 0;
}

.col {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.20rem;
    min-height: 1px;
}

.touchline-footer {
    background-color: rgb(56, 54, 54);
    position: relative;
}

.touchline-footer a:hover {
    color: #3c29ac;
}

.touchline-footer .mdl-mega-footer--top-section::after {
    border-bottom: none;
}

.touchline-footer .mdl-mega-footer--middle-section::after {
    border-bottom: none;
}

.touchline-footer .mdl-mega-footer--bottom-section {
    position: relative;
    text-align: center;
}

.touchline-footer .mdl-mega-footer--bottom-section a {
    text-align: center;
}

.touchline-footer .mdl-mega-footer--right-section a .material-icons {
    position: relative;
    margin-top: 17px;
}

.touchline-link-menu:hover {
    cursor: pointer;
}
.container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
}

ul {
    list-style: none;
    padding: 0;
}

.brand {
    text-align: center;
}

.brand span {
    color: #fff;
}

.wrapper {
    box-shadow: 0 0 20px 0 rgba(72, 94, 116, 0.7);
}

.wrapper>* {
    padding: 1em;
}

.company-info {
    background: #c9e6ff;
}

.company-info h3,
.company-info ul {
    text-align: center;
    margin: 0 0 1rem 0;
}

.contact {
    background: #f9feff;
}


/* FORM STYLES */

.contact form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.contact form label {
    display: block;
}

.contact form p {
    margin: 0;
}

.contact form .full {
    grid-column: 1 / 3;
}

.contact form button,
.contact form input,
.contact form textarea {
    width: 100%;
    padding: 1em;
}

.contact form button {
    background: #c9e6ff;
    border: 0;
    text-transform: uppercase;    
}
.contact form button:hover,
.contact form button:focus {
    background: #92bde7;
    color: #fff;
    outline: 0;
    transition: background-color 2s ease-out;

}  form input,
  form textarea {
    font: inherit;
    padding: 5px 5px;
    width: 100%;
    margin-top: 3px;
    margin-bottom: 15px;
    box-sizing: border-box;
  }.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
  }
  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

.mdl-tabs {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.mdl-tabs__tab-bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 48px;
    padding: 0 0 0 0;
    margin: 0;
    border-bottom: 1px solid rgb(224, 224, 224);
}

.mdl-tabs__tab {
    margin: 0;
    border: none;
    padding: 0 24px 0 24px;
    float: left;
    position: relative;
    display: block;
    text-decoration: none;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: rgb(248, 242, 242);
    overflow: hidden;
}

.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active {
    color: rgb(248, 242, 242);
}

.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
    height: 2px;
    width: 100%;
    display: block;
    content: " ";
    bottom: 0px;
    left: 0px;
    position: absolute;
    background: rgb(63, 81, 181);
    -webkit-animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
    animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
    transition: all 1s cubic-bezier(0.4, 0, 1, 1);
}

.mdl-tabs__tab .mdl-tabs__ripple-container {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 1;
    overflow: hidden;
}

.mdl-tabs__tab .mdl-tabs__ripple-container .mdl-ripple {
    background: rgb(63, 81, 181);
}

.mdl-tabs__panel {
    display: block;
    color: rgb(253, 251, 251);
    font-size: 20px;
    align-content: flex-start;
    padding: 2%;
}

.mdl-tabs.is-upgraded .mdl-tabs__panel {
    display: none;
}

.mdl-tabs.is-upgraded .mdl-tabs__panel.is-active {
    display: block;
}#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
  }
  
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  /* Add animation to "page content" */
  .animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
  }
  
  @-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 } 
    to { bottom:0px; opacity:1 }
  }
  
  @keyframes animatebottom { 
    from{ bottom:-100px; opacity:0 } 
    to{ bottom:0; opacity:1 }
  }
  
  #myDiv {
    display: none;
    text-align: center;
  }

@-webkit-keyframes border-expand {
    0% {
        opacity: 0;
        width: 0;
    }
    100% {
        opacity: 1;
        width: 100%;
    }
}

@keyframes border-expand {
    0% {
        opacity: 0;
        width: 0;
    }
    100% {
        opacity: 1;
        width: 100%;
    }
}


/* LARGE SCREENS */

@media(min-width:700px) {
    .wrapper {
        display: grid;
        grid-template-columns: 1fr 2fr;
    }
    .wrapper>* {
        padding: 2em;
    }
    .company-info h3,
    .company-info ul,
    .brand {
        text-align: left;
    }
}


/**** Mobile layout ****/

@media (max-width: 900px) {
    .touchline-navigation-container {
        display: none;
    }
    .touchline-title {
        display: none !important;
    }
    .touchline-mobile-title {
        display: block !important;
        position: absolute;
        left: calc(50% - 70px);
        top: 12px;
        transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }
    /* WebViews in iOS 9 break the "~" operator, and WebViews in OS X 10.10 break
           consecutive "+" operators in some cases. Therefore, we need to use both
           here to cover all the bases. */
    .android.touchline-search-box.is-focused~.touchline-mobile-title,
    .touchline-search-box.is-focused+.touchline-navigation-container+.touchline-mobile-title {
        opacity: 0;
    }
    .touchline-more-button {
        display: none;
    }
    .touchline-search-box.is-focused {
        width: calc(100% - 48px);
    }
    .touchline-search-box .mdl-textfield__expandable-holder {
        width: 100%;
    }
    .touchline-be-together-section {
        height: 350px;
    }
    .touchline-slogan {
        font-size: 26px;
        margin: 0 16px;
        padding-top: 24px;
    }
    .touchline-sub-slogan {
        font-size: 16px;
        margin: 0 16px;
        padding-top: 8px;
    }
    .touchline-create-character {
        padding-top: 200px;
        font-size: 16px;
    }
    .touchline-create-character img {
        height: 12px;
    }
    .touchline-fab {
        display: none;
    }
    .touchline-wear-band-text {
        margin-left: 0;
        padding: 16px;
    }
    .touchline-footer .mdl-mega-footer--bottom-section {
        display: none;
    }
}