/*! 
 * =================================================
 * THIS ONE NEW LAYOUT
 * Version: 2.1.1
 * Copyright (c) 2016 Marcin Gierczak
 * http://www.viewdesic.com
 * =================================================
 */




/* GUI */

.box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -100px;
    width: 200px;
    height: 150px;
    background-color: #ff3547;
    border-radius: 10px;
    box-shadow: 5px 4px 0 0 rgba(179, 13, 35, 1);
}

.info {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -100px;
    width: 200px;
    height: 70px;
    font-family: 'Abel', sans-serif;
    font-size: 32px;
    text-align: center;
}


.pos {
    font-family: 'Abel', sans-serif;
    font-size: 14px;
}

.link:hover,
.link-small:hover {
  color:#ccc;
}

.link-small {
    font-size: 1.1em;
}

.forkme {
    position: fixed;
    z-index: 30;
    top: 0;
    right: 0;
    border: 0;
}

.logo {
    width: 80%;
    min-width: 230px;
    min-height: 230px;
    max-width: 488px;
    max-height: 488px;
}

.arrows {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;
}




a {
    text-decoration: none;
    color: #404040;
}

h1 {
    margin-left: 12px;
     font-family: 'Abel', sans-serif;
    font-size: 1.3em;
    color: #ccc;
}



input[type="button"] {
    -webkit-appearance: none;
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    cursor: hand;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px #000;
}

input[type="button"]:hover {
    background-color: #fff;
}

input[type="button"]:active {
    background-color: #fff;
    box-shadow: 0 1px #000;
    transform: translateY(2px);
}

/* Raised buttons */

.btn-own-changeview.raised {
    box-shadow: 0 3px 0 0 #35a2b5;
}

.btn-own-changeview.raised:active {
    background: #5fd4e8;
    box-shadow: none;
    margin-bottom: -20px;
    margin-top: 3px;
}

.btn-own-hidepanel.raised {
    box-shadow: 0 3px 0 0 #bf4343;
}

.btn-own-hidepanel.raised:active {
    background: #f26d6d;
    box-shadow: none;
    margin-bottom: -20px;
    margin-top: 3px;
}


@media screen and (max-height: 400px) {
    .examples {
        font-size: 13px;
    }
    .logo {
        width: 50%;
        min-width: 50px;
        min-height: 50px;
        max-width: 300px;
        max-height: 400px;
    }
    .forkme {
        width: 100px;
        height: 100px;
    }
    .arrows {
        display: none;
    }

    .btn-own-changeview.raised {
        box-shadow: 0 2px 0 0 #35a2b5;
    }
    .btn-own-hidepanel.raised {
        box-shadow: 0 2px 0 0 #bf4343;
    }
}




@media screen and (max-width: 550px) {
    .logo {
        width: 24%;
        min-width: 75px;
        min-height: 75px;
        max-width: 400px;
        max-height: 550px;
    }
    .forkme {
        width: 100px;
        height: 100px;
    }
}
