@font-face {
    font-family: 'Din';
    src: url('../fonts/din.ttf');
    src: local('☺'), url('../fonts/din.woff') format('woff'), url('../fonts/din.ttf') format('truetype'), url('../fonts/din.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background-color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1em;
    color: #999;
}

a {
    color: #999;
}

.centered {
    text-align: center;
}

.hidden {
    display: none;
}


/* Header */

header {
    background-color: #FFFFFF;
    height: 86px;
}

@media all and (min-width: 1200px) {
    .content {
        width: 1050px;
    }
    header,
    header .logo {
        height: 86px;
    }
    .inner-header {
        height: 4em;
    }
    .inner-header .title {
        font-size: 1.7em;
    }
}

@media all and (max-width: 1200px) {
    .content {
        padding-left: 5%;
        padding-right: 5%;
    }
    header,
    header .logo,
    .inner-header {
        height: 46px;
    }
    header .logo img {
        height: 35px;
    }
    .inner-header .title {
        font-size: 1em;
    }
}

.content {
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

header .logo {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

header .title {
    width: 100%;
    margin: 0.5em 0;
    padding: 0.2em 0;
    background-color: green;
    color: white;
    font-size: 1em;
    text-align: center;
}


/* Footer */

footer {
    height: 20em;
    background-color: #FFFFFF;
    text-align: center;
}

footer div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

footer .content {
    height: 80%;
    color: white;
    font-size: 4em;
    font-family: "Din";
}

footer .copyright {
    height: 20%;
    color: #050505;
    background-color: white;
    font-size: 0.8em;
}

footer .go-top {
    display: block;
    width: 150px;
    height: 150px;
    background-color: white;
    float: right;
    position: relative;
    top: -209px;
    left: -45px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    cursor: pointer;
}

footer .go-top img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

@media (orientation: landscape) and (max-width: 1200px) {
    footer .go-top {
        width: 6em;
        height: 5em;
        top: -9em;
    }
    footer .go-top img {
        width: 3em;
    }
}

.inner-header {
    background: #242425;
    background: -moz-linear-gradient(top, #595a5f 0%, #2c2c2e 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #595a5f), color-stop(100%, #2c2c2e));
    background: -webkit-linear-gradient(top, #595a5f 0%, #2c2c2e 100%);
    background: -o-linear-gradient(top, #595a5f 0%, #2c2c2e 100%);
    background: -ms-linear-gradient(top, #595a5f 0%, #2c2c2e 100%);
    background: linear-gradient(to bottom, #595a5f 0%, #2c2c2e 100%);
}

textarea {
    border: 0px solid #fff;
    width: 100%;
    outline: none;
    resize: none;
    overflow: auto;
}

.modal {
    display: none;
    height: 86px;
    background-color: #632161;
    color: white;
    font-size: 1.2em;
    text-indent: 2em;
    position: relative;
}

.modal span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modal .label {
    left: 0;
}

.modal .label a {
    color: white;
}

.modal .close {
    right: 0;
    padding-right: 1em;
}

.modal .close img {
    cursor: pointer;
}

.clear {
    clear: both;
    height: 1em;
}

.clear.wider {
    height: 1.2em;
}


/*
@media (orientation:landscape){
	#iconsTable table {
		width: 50%;
		float: left;
	}

	.landscape-inline {
		display: flex;
	}

	.landscape-break {
		display: block;
	}
	
	.landscape-inline div {
		font-size: 0.8em;
		width: 25%;
		padding-left: 3%;
		padding-top: 0.4%;
	}
	
	.landscape-inline div:first-child {
		width: 50%;
		padding-top: 0;
	}

	.landscape-inline div.clear {
		display: none;
	}

	.landscape-inline div input.input-field.short {
		width: 100%;
	}
}

@media (orientation:portrait){
	.landscape-inline div {
		float: left;
		width: 50%;
	}
	
	.landscape-inline div span{
		display: block;
	}

	.landscape-inline div:first-child {
		float: none;
		width: 100%;
	}
	.landscape-inline div:last-child {
		text-align: right;
	}
}
*/


/* Desktop */

@media all and (min-width: 1200px) {
    /*
	.buttons-container .button {
		font-size: 1em;
	}
	.buttons-container .button img {
		display: none;
	}
	.buttons-container .button br {
		display: none;
	}
	*/
}

.selected {
    /* paints it green */
    /*
	filter: sepia(1) saturate(10) hue-rotate(50deg) contrast(0.5) brightness(0.8);
	-webkit-filter: sepia(1) saturate(10) hue-rotate(50deg) contrast(0.5) brightness(0.8);
	-moz-filter: sepia(1) saturate(10) hue-rotate(50deg) contrast(0.5) brightness(0.8);
	-o-filter: sepia(1) saturate(10) hue-rotate(50deg) contrast(0.5) brightness(0.8);
	-ie-filter: sepia(1) saturate(10) hue-rotate(50deg) contrast(0.5) brightness(0.8);
	*/
    /* removes filters */
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ie-filter: none;
    opacity: 1;
}

.not-selected {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ie-filter: grayscale(1);
    opacity: 0.3;
}

.not-selected:hover {
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ie-filter: none;
    opacity: 0.45;
}