/**/
.containerr {
    background-color: #364c90;
    padding: 30px;
    padding-bottom: 20px;
}

.modal-header-popup {
    margin-top: 20px;
}

.popup-close {
    color: white;
    font-weight: bold;
    font-size: 15px;
}

.popup-close:hover {
    color: wheat;
    font-size: 20px;
}

.texfield-title {
    margin-left: 29px;
}

.popup-submit {
    margin-left: 31px;
}

.poupop-title {
    color: white;
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 27px;
    margin-bottom: 10px;
}

@media screen and (max-width: 540px) {
    .poupop-title {
        color: white;
        font-weight: bold;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .popup-submit {
        margin-left: 26px;
    }

    .texfield-title {
        margin-left: 27px;
    }
}

@media screen and (min-width: 540px) and (max-width: 820px) {
    .poupop-title {
        color: white;
        font-weight: bold;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .popup-submit {
        margin-left: 37px;
    }

    .texfield-title {
        margin-left: 39px;
    }
}
/**/
header *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

header{
    height: 100px;
    width: 100%;
    position: relative;
    background-color: white;
    box-shadow: 0px 2px 5px rgba(0,0,0,.4);
}
.timlogo{
    width: 200px;
    display: block;
    margin: 0 auto;
    padding-top: 15px;
}
.head{
    position: absolute;
    top: 35px;
    right: 50px;
}
.head .tile{
    display: inline-block;
    height: 50px;
    width: 50px;
    margin-left: 5px;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    z-index: 100;
}
.head .tile.socialmedia{
    color: #0b253e;
    font-size: 50px;
    text-align: center;
    line-height: 50px;
    position: relative;
    top: -14px;
}
header.clicked .head .tile.socialmedia{
    color: white;
}
.head .burger{
    margin-left: 25px;
    padding: 5px;
    cursor: pointer;
    background-color: transparent;
}
.meat{
    height: 40px;
    width: 40px;
    position: relative;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    z-index: 100;
}
header.clicked .head .burger .meat{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.meat .line{
    height: 3px;
    width: 30px;
    background-color: #0b253e;
    border-radius: 3px;
    position: absolute;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}
.meat .line.one{top: 10px; left: 0px;}
.meat .line.two{top: 18px; left: 0px;}
.meat .line.three{top: 26px; left: 0px;}

header.clicked .burger .line{
    background-color: #0b253e;
}
header.clicked .burger .line.one{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 18px;
}
header.clicked .burger .line.two{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 18px;
}
header.clicked .burger .line.three{
    opacity: 0;
}
header.clicked .burger:hover .meat{
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}

.nav-modal{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    pointer-events: none;
    /*    */
    z-index: 100;
}
header.clicked .nav-modal{
    visibility: visible;
    opacity: 1;
    pointer-events: initial;
}

.nav-modal .blob{
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.95);
    position: relative;
    /*top: 63%;*/
    top: 50%;
    /*transform: translateY(-50%);*/
    -webkit-transform: translateY(-36%);
    /*transition: all .3s ease-in;*/
    z-index: 100;
    z-index: 100px;
}
.nav{
    display: grid;
}
header.clicked .nav-modal .blob{
    width: 100vw;
    height: 100vh;
    border-radius: 0px;
}

nav{
    position: fixed;
    left: 5%;
    top: 16%;
    color: white;
    /*        */
    z-index: 100;
}
nav a{
    color: white;
    text-decoration: none;
    font-family: "Proxima-Nova-Thin" !important;
    font-size: 16pt;
}
nav ul li{
    list-style: none;
    /*text-align: right;*/
    /*border-right: 6px solid white;*/
    /*padding-bottom: 0px;*/
    padding-bottom: 7px;
    padding-top: 7px;
    padding-right: 145px;
    /*padding-right: 10px;*/
    position: relative;
    /**/
    border-bottom: 1px solid #00978B;
    padding-left: 29px;
}
nav{
    opacity: 0;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
header.clicked nav{
    opacity: 1;
}

nav ul li ul{
    position: absolute;
    /*right: -300px;*/
    top: -1px;
    display: none;
    left: 50vh;
}
nav ul li ul li{
    border: none;
    padding-bottom: 3px;
    padding-left: 10px;
    /*height: 50px;*/
    /*width: 100%;*/
    width: 420px;
    /*	*/
    border-bottom: 1px solid #00978B;
}
nav li:hover {
    background-color: #00978B;
}
nav a:hover {
    color: #fff;
    font-weight: 900;
}
nav ul li ul li a{
    display: block;
    height: 100%;
    font-size: 16pt;
    text-align: left;
    padding: 2px;
    /*padding: 10px;*/
}
nav ul li.selected ul{
    display: block;
}



nav ul li
@media screen and (max-width:820px){
    .timlogo{margin-left: 50px;}
    nav {
        position: fixed;
        left: 4%;
        top: 21%;
        color: white;
    }
}

@media screen and (max-width:580px){
    #mobile_slider {
        display: block !important;
    }

    #desktop_slider {
        display: none !important;
    }
    .meat {
        height: 11px !important; }
    h2, .h2 {
        font-size: 20pt !important;
    }
    nav ul li ul li {
        border: none;
        height: 50px;
    }

    .timlogo{width: 130px; padding-top: 20px;}
    nav ul li a{
        font-size: 16px;
    }
    nav ul li ul{
        top: -9px;
    }
    nav ul li ul li{
        height: 40px;
    }
    nav ul li ul li a{
        font-size: 16px;
        height: 40px;
    }
    nav ul li ul {
        position: initial;
        right: -300px;
        top: -4px;
        display: none;
    }
    nav ul li {
        list-style: none;
        text-align: inherit;
    }
}
@media screen and (max-width:500px){
    .meat {
        height: 11px !important; }
    /*.timlogo{display: none;}*/
    a.tile.socialmedia{
        display: none;
    }
    nav{
        left: 0;
    }
    nav ul li{
        padding-right: 238px;
        margin-bottom: 10px;
    }
    header {
        height: 80px;}
    .head .burger {
        padding: 0px; }
    .meat .line.three {
        top: 19px;
    }
    .meat .line.two {
        top: 10px;
    }
    .meat .line.one {
        top: 0px;
    }
}
@media screen and (max-width:320px){
    header .head .tile.socialmedia{
        display: none;
    }
    nav ul li ul {
        position: initial;
        right: -300px;
        top: -4px;
        display: none;
    }
    nav ul li {
        list-style: none;
        text-align: inherit;
    }
}
@media screen and (max-height: 450px) {
    #mobile_slider{
        display: block !important;
    }
    #desktop_slider{
        display: none !important;
    }


}
/*#################################################################*/
@media (max-width: 576px) {
    #mobile_slider{
        display: block !important;
    }
    #desktop_slider{
        display: none !important;
    }
}