html {}

body {
    background-color: #ffffff;
    background-image: url('background.jpg');
    background-size: 100%;
    background-attachment: fixed;
    font-family: Verdana, Geneva, sans-serif;

}

.conditions {

    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.75);
    margin: 50px;
    border: 50px;
    padding: 25px;
    border-radius: 25px;
    font-size: 1.2 vw;
}


.h1 {

    font-family: Verdana, Geneva, sans-serif;
    font-size: 3vw;
    text-align: center;
    color: #eeeeee;
    text-shadow: 2px 2px #444444;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    width: 80vw;
    height: 4vw;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: rgba(20, 20, 20, 0.8);
    border-radius: 25px;



}





a.button {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1vw;
    display: inline-block;
    *display: inline;
    /* For IE7 */
    *zoom: 1;
    /*For IE7*/
    padding: 3px 10px 3px 10px;
    width: 9vw;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #eeeeee;
    text-decoration: none;
    background-color: rgba(20, 20, 20, 0.7);
    border-radius: 10px;
    z-index: 5;
}

a.button:hover {
    color: #ffff00;
    /*-ms-transform: rotate(-1deg);*/
    /* IE 9 */
    /*-webkit-transform: rotate(-1deg);*/
    /* Chrome, Safari, Opera */
    /*transform: rotate(-1deg);*/
}


a.buttonpressed {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1vw;
    display: inline-block;
    *display: inline;
    /* For IE7 */
    *zoom: 1;
    /*For IE7*/
    padding: 3px 10px 3px 10px;
    width: 9vw;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #cccccc;
    text-decoration: none;
    background-color: rgba(20, 20, 20, 0.5);
    border-radius: 10px;
    /*-ms-transform: rotate(-2deg);*/
    /* IE 9 */
    /*-webkit-transform: rotate(-2deg);*/
    /* Chrome, Safari, Opera */
    /*transform: rotate(-2deg);*/
    z-index: 5;
}

#big_list {
    font-size: 1.5vw;
    color: rgba(240, 240, 240, 1);
    text-shadow: .1vw .1vw rgba(100, 100, 100, 0.4);
}



a.st1 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1vw;
    display: inline-block;
    *display: inline;
    /* For IE7 */
    *zoom: 1;
    /*For IE7*/
    text-decoration: none;
    color: #eeeeee;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 3px 10px 3px 10px;
    background-color: rgba(10, 25, 35, 0.6);
    display: block;
    width: 40vw;
    height: auto;
    border-radius: 30px;
    border-style: solid;

    border-color: rgb(60, 50, 55);
}

.boxthing {
    margin-top: 5%;
    color: #222222;
    font-size: 1vw;
    padding: 50px 10px 10px 10px;
    position: relative;
    text-align: left;
    float: none;

}


.parent {
    text-align: center;
    position: relative;
}

.parentdocs {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
}



img.displayed {
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 70%;
    position: absolute;
    display: block;
    float: right;
    margin-left: 10px;
    border-radius: 10px;
}

#main-wrap>div {
    min-height: 450px;
}




.rightthing {
    font-size: 2vw;

    color: #222222;
    text-align: center;
    padding: 3px 10px 10px 10px;
    height: 50px;
    float: right;
    width: 32vw;
    border-radius: 10px;
}

.pictureleft {
    float: left;
    margin-left: 20%;
    border-radius: 10px;
}

.textright {
    float: left;
    margin-left: 25%;
    height: 309px;
    line-height: 309px;
    border-radius: 10px;
}


.wnb {
    margin-left: 40vw;
    font-size: 1vw;
    color: #eeeeee;
    background-color: rgba(20, 20, 20, 0.8);
    padding: 10px 10px 10px 10px;
    width: 50vw;
    height: auto;
    float: right;
    margin-top: -20vw;

    position: absolute;
    border-radius: 10px;
}

.leftpic {
    position: relative;
    text-align: center;
    padding: 3px 10px 10px 10px;
    margin: 0 auto;
    margin-left: 10%;
    height: 352px;
    width: 300px;
    border-radius: 10px;
}



.picborder {
    background-color: rgba(60, 127, 235, 0.8);
    border-radius: 10px;

    padding: 3px 3px 3px 3px;


}





.centermass {
    margin: 0 auto;
    margin-top: 2%;
    margin-left: 10%;
    margin-right: 10%;
    float: left;
    text-align: justify;
    position: absolute;
    font-size: 1.2vw;
}

centermass.hidden {
    visibility: hidden;
}


.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

.col:first-child {
    margin-left: 5%;
}


/*  GROUPING  */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    /* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 {

    width: 100%;
}

.span_2_of_3 {

    width: 66.1%;
}

.span_1_of_3 {
    width: 45%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 660px) {
    .col {
        margin: 1% 0 1% 0%;
    }
}

@media only screen and (max-width: 660px) {
    .span_3_of_3 {
        width: 100%;

    }

    .span_2_of_3 {
        width: 100%;
    }

    .span_1_of_3 {
        width: 100%;
    }
}






.rightthing {
    margin-top: 5%;
    color: #222222;
    font-size: 1vw;
    float: left;
    margin-left: 20px;
    width: 30vw;
    height: auto;
    padding: 0px 10px 10px 10px;
    position: relative;
    text-align: left;
}


.fontsizex {
    margin-top: 0;
    font-size: 1.5vw;
    text-align: left;


}


.imgsize {
    position: absolute;
}

.child1 {

    background-image: url(reallytransparentlogo.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


aspectwrapper:hover {

    scale(2);



}


.grow {
    transition: all .4s ease-in-out;

    opacity: 0.6;
    /* css standard */
    filter: alpha(opacity=60);


}



.grow:hover {

    opacity: 1;
    /* css standard */
    filter: alpha(opacity=100);
    transform: translate(-5vw, -15vw) scale(2, 2);







}


#butt:hover {
    border-color: yellow;
}

#a {
    margin-top: 3vw;
    position: relative;
    text-align: center;
}






.pricelist {
    border-collapse: collapse;
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    border: 2px #4c4c4c;

    -moz-border-radius-bottomleft: 15px;
    -webkit-border-bottom-left-radius: 15px;
    border-bottom-left-radius: 15px;

    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px;

    -moz-border-radius-topright: 15px;
    -webkit-border-top-right-radius: 15px;
    border-top-right-radius: 15px;

    -moz-border-radius-topleft: 15px;
    -webkit-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
}

.pricelist table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.pricelist tr:last-child td:last-child {
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.pricelist table tr:first-child td:first-child {
    -moz-border-radius-topleft: 15px;
    -webkit-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
}

.pricelist table tr:first-child td:last-child {
    -moz-border-radius-topright: 15px;
    -webkit-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
}

.pricelist tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 15px;
    -webkit-border-bottom-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.pricelist tr:hover td {}

.pricelist tr:nth-child(odd) {
    background-color: #e5e5e5;
}

.pricelist tr:nth-child(even) {
    background-color: #ffffff;
}

.pricelist td {
    vertical-align: middle;


    border: 1px solid #4c4c4c;
    border-width: 0px 1px 1px 0px;
    text-align: left;
    padding: 10px;
    font-size: 0.9vw;
    font-weight: normal;
    color: #000000;
}

.pricelist tr:last-child td {
    border-width: 0px 1px 0px 0px;
}

.pricelist tr td:last-child {
    border-width: 0px 0px 1px 0px;
}

.pricelist tr:last-child td:last-child {
    border-width: 0px 0px 0px 0px;
}

.pricelist tr:first-child td {
    background: -o-linear-gradient(bottom, #4c4c4c 5%, #4c4c4c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4c4c4c), color-stop(1, #4c4c4c));
    background: -moz-linear-gradient(center top, #4c4c4c 5%, #4c4c4c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c4c4c", endColorstr="#4c4c4c");
    background: -o-linear-gradient(top, #4c4c4c, 4c4c4c);

    background-color: #4c4c4c;
    border: 0px solid #4c4c4c;
    text-align: center;
    border-width: 0px 0px 1px 1px;
    font-size: 1.2vw;
    font-weight: normal;
    color: #ffffff;
}

.pricelist tr:first-child:hover td {
    background: -o-linear-gradient(bottom, #4c4c4c 5%, #4c4c4c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4c4c4c), color-stop(1, #4c4c4c));
    background: -moz-linear-gradient(center top, #4c4c4c 5%, #4c4c4c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c4c4c", endColorstr="#4c4c4c");
    background: -o-linear-gradient(top, #4c4c4c, 4c4c4c);

    background-color: #4c4c4c;
}

.pricelist tr:first-child td:first-child {
    border-width: 0px 0px 1px 0px;
}

.pricelist tr:first-child td:last-child {
    border-width: 0px 0px 1px 0px;
}


.pic {
    margin-left: 10%;
    float: left;
    width: 20vw;
}

.container2 {
    width: 100%;
    height: auto;
    padding: 1%;
}

h4 {
    margin: 0px;
}


list1 * {
    margin: 0;
    padding: 0;
}

list1 ul {
    background-color: rgba(20, 20, 20, 0.8);
    list-style-type: none;
    border-radius: 20px;

}

list1 h3 {
    font-size: 0.8em;
}

list1 li img {
    border-radius: 20px;
    width: 12vw;
    float: left;
    margin: 0 15px 0 0;
}

list1 li p {
    font-size: 0.5em;
}

list1 li {
    padding: 10px;
    overflow: auto;
}

list1 li:hover {
    cursor: auto;
}



.floatMenu {
    position: fixed;
    top: 150px;
    left: 0%;
    margin-left: 130px; //REMOVE this margin altogether
    width: 200px;
}

.floatMenu2 {
    position: fixed;
    top: 150px;
    left: 0%;
    margin-left: 7%;
    width: 200px;
}


.blink_me {
    text-decoration: none;


    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
        color: #FF5050;
    }

    14% {
        opacity: 1.0;
        color: #FF6600;
    }

    28% {
        opacity: 1.0;
        color: #FFFF99;
    }

    42% {
        opacity: 1.0;
        color: #99FF66;
    }

    58% {
        opacity: 1.0;
        color: #CCFFFF;
    }

    72% {
        opacity: 1.0;
        color: #3366FF;
    }

    86% {
        opacity: 1.0;
        color: #9933FF;
    }

    100% {
        opacity: 1.0;
        color: #FF5050;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
        color: #FF5050;
    }

    14% {
        opacity: 1.0;
        color: #FF6600;
    }

    28% {
        opacity: 1.0;
        color: #FFFF99;
    }

    42% {
        opacity: 1.0;
        color: #99FF66;
    }

    58% {
        opacity: 1.0;
        color: #CCFFFF;
    }

    72% {
        opacity: 1.0;
        color: #3366FF;
    }

    86% {
        opacity: 1.0;
        color: #9933FF;
    }

    100% {
        opacity: 1.0;
        color: #FF5050;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
        color: #FF5050;
    }

    14% {
        opacity: 1.0;
        color: #FF6600;
    }

    28% {
        opacity: 1.0;
        color: #FFFF99;
    }

    42% {
        opacity: 1.0;
        color: #99FF66;
    }

    58% {
        opacity: 1.0;
        color: #CCFFFF;
    }

    72% {
        opacity: 1.0;
        color: #3366FF;
    }

    86% {
        opacity: 1.0;
        color: #9933FF;
    }

    100% {
        opacity: 1.0;
        color: #FF5050;
    }
}


#rainbow {
    cursor: crosshair;
    text-decoration: none;
}


#hide:hover {
    display: none;
}

.strong-font {
    font-weight: bold;
}

.centered-text {
    text-align: center;
}


#snow {

    pointer-events: none;
    background: none;
    font-family: Androgyne;
    background-image: url('http://i.imgur.com/BiSmXaq.png'), url('http://i.imgur.com/XHuy0NJ.png'), url('http://i.imgur.com/okpRxJU.png');
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-animation: snow 6000s linear infinite;
    -moz-animation: snow 6000s linear infinite;
    -ms-animation: snow 6000s linear infinite;
    animation: snow 6000s linear infinite;
}

@-webkit-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }

    100% {
        background-position: 100000px 200000px, 80000px 80000px, 60000px 60000px;

    }
}

@-moz-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }

    100% {
        background-position: 100000px 200000px, 80000px 80000px, 60000px 60000px;

    }
}
}

@-ms-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }

    100% {
        background-position: 100000px 200000px, 80000px 80000px, 60000px 60000px;

    }
}
}

@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }

    100% {
        background-position: 100000px 200000px, 80000px 80000px, 60000px 60000px;

    }
}
}