input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

#list {
    font-size: 120%;
    line-height: 2;
    letter-spacing: 1px;
    letter-spacing: 1px;
}

legend, label, input, ul, li{
    margin: 0; 
    padding: 0;
}

ol, ul {
	list-style: none;
    margin: 0;
    padding: 0;
}

/*====*/

#menu a {
    background-color: #000;
    padding-right: 10px;
    color: #d62828;
    cursor: pointer;
    text-align: right;
    border-radius: 1px;
}

#menu a:hover {
    background-color: #fff;
}

#menu {
    margin: 20px auto;
    float: right;
}


/*=====*/


/*===TOGGLE MENU==*/

#stick-menu {
    position:sticky;
}

*{box-sizing: border-box;}

.input-toggler{ 
    display: none;
}

.menu-toggler{
    position: fixed; 
    right: 0px; 
    top: 0px; 
    bottom: 10;
    width:100px; 
    height: 60px; 
        /*height: 90px; */
    background-color: rgba(100,100,100,.5); 
    z-index: 100; 
    display: flex; 
    justify-content:center; 
    align-items:center; 
    flex-direction:column; 
    cursor: pointer;
    border-bottom-left-radius: 20px;
    
}

.menu-toggler-line{
    width: 60%; 
    height:3px; 
    background:#ffcf27; 
    margin: 0 0 5px 0px; 
    position: relative; 
    transition: all .40s ease-out;
}

.input-toggler:checked ~ .menu-toggler .menu-toggler-line {
    top: 5px; 
    transform:rotate(45deg); 
    translateY:(100px);
}

.input-toggler:checked ~ .menu-toggler .menu-toggler-line:nth-child(2) {
    top: -5px;
    transform:rotate(135deg);
    translateY:(10px);
}

.nav{ 
    width: 100%; 
    height: 100%; 
    right: 0;
    bottom: 0;
}

.nav ul{ 
    width: 100%;
        right: 0;
}

.nav ul li{ 
    width: auto; 
    text-align: right;
}

.nav ul li a{
    display: inline-block; 
    font-size: 12vw; 
    color: #fff; 
    text-transform: uppercase;
}

.sidebar {
    position: fixed;
    bottom: 0;
    right: 0;
    height: auto; 
    top: 90px;
    width: auto;
    display: flex;
    justify-content: right;
    text-align: right;
    transform: translateX(100%);
    transition: all .40s ease-out;
    z-index: 20; 
    background-color: rgba(100,100,100,.5);
}

.menu-link {
    color: #ffffff; 
    font-size: 24px;
    font-weight: 700;
    line-height: 55px; 
    -webkit-transition: all .25s ease-out; 
    transition: all .25s ease-out;
    background-color: rgba(100,100,100,.5); 
    padding: 10px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
        text-decoration: none;
}

/*.menu-link {
    color: #d4f1f9; 
    font-size: 12vmin; 
    line-height: 12vmin; 
    -webkit-transition: all .25s ease-out; 
    transition: all .25s ease-out;
}*/

.menu-link:hover, .menu-link:focus, .menu-link:active {
    color: Gold;
}

.input-toggler:checked ~ .sidebar {
    transform: translateX(0%); 
    background:transparent;
    opacity: .8;
}

/*====*/


#logo {
    margin-left:auto;
    margin-right: auto;  
    position:normal;
    bottom: 0;
    top: 0px;
    position: -webkit-sticky; /* Safari */
    z-index: 1;
}

#splash {
    width: 100%;
	height: auto;
    margin-left:auto;
    margin-right: auto;
    z-index: -1;
}

#action-call {
    position: fixed;
    top: 10%;
    margin-right: auto;
    margin-left: auto;
    width: auto;
    height: auto; 
    background: rgba(50, 50, 50, .7);
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20px;
    font-weight:700;
    letter-spacing: 2px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    z-index: 1;
}

#action-call a {
    color: gold;
    font-family: inherit;
    text-decoration: none;
}

#action-call a:hover {
    color: #ffffff;
    /*color: #ff9927;*/
}


#tag{
    font-size: small;
    left: 10px;
}
