﻿#move1 {
    right: 25%;
    position: absolute;
    top: 17%;
    -webkit-animation-name: zoomone;
    animation-name: zoomone;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#move2 {
    left: -3%;
    position: absolute;
    top: 40%;
    -webkit-animation-name: zoomone;
    animation-name: zoomone;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#move3 {
    position: absolute;
    left: 3%;
    top: 2%;
    -webkit-animation-name: zoomone;
    animation-name: zoomone;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#move4 {
    left: 40%;
    position: absolute;
    top: 22%;
    -webkit-animation-name: zoomone;
    animation-name: zoomone;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#move5 {
    position: absolute;
    right: 13%;
    top: 62%;
    -webkit-animation-name: zoomone;
    animation-name: zoomone;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#move6 {
    position: absolute;
    right: 18%;
    top: -5%;
    -webkit-animation-name: zoomone;
    animation-name: zoomone;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#move7 {
    position: absolute;
    right: 73%;
    top: 66%;
    -webkit-animation-name: zoomone;
    animation-name: zoomone;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#move8 {
    position: absolute;
    left: 12%;
    top: 13%;
    -webkit-animation-name: zoomone;
    animation-name: zoomone;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#move9 {
    position: absolute;
    right: 33%;
    top: -10%;
    -webkit-animation-name: zoomone;
    animation-name: zoomone;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#move10 {
    right: 0;
    position: absolute;
    top: 29%;
    -webkit-animation-name: zoomone;
    animation-name: zoomone;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#move11 {
    position: absolute;
    right: 5%;
    top: -1%;
    -webkit-animation-name: zoomone;
    animation-name: zoomone;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#move12 {
    position: absolute;
    right: 26%;
    top: 45%;
    -webkit-animation-name: zoomone;
    animation-name: zoomone;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#move13 {
    position: absolute;
    right: 73%;
    top: 47%;
    -webkit-animation-name: zoomone;
    animation-name: zoomone;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#move14 {
    position: absolute;
    left: 20%;
    top: -9%;
    -webkit-animation-name: zoomone;
    animation-name: zoomone;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#move15 {
    position: absolute;
    right: 17%;
    top: 12%;
    -webkit-animation-name: zoomone;
    animation-name: zoomone;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#move16 {
    position: absolute;
    right: 17%;
    top: 12%;
    -webkit-animation-name: zoomone;
    animation-name: zoomone;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#move17 {
    position: absolute;
    right: 90%;
    top: 23%;
    -webkit-animation-name: zoomone;
    animation-name: zoomone;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

    #move1.tiny, #move2.tiny, #move3.tiny, #move4.tiny, #move5.tiny,
    #move6.tiny, #move7.tiny, #move8.tiny, #move9.tiny, #move10.tiny,
    #move11.tiny, #move12.tiny, #move13.tiny, #move14.tiny, #move15.tiny,
    #move17.tiny {
        width: 5%;
    }

#move1.small, #move2.small, #move3.small, #move4.small, #move5.small, #move6.small,
#move7.small, #move8.small, #move9.small, #move10.small, #move11.small, #move12.small {
    width: 10%;
}

#move1.big, #move2.big, #move3.big, #move4.big, #move5.big, #move6.big,
#move7.big, #move8.big, #move9.big, #move10.big, #move11.big, #move12.big, #move14.big {
    width: 22%;
}

.big:focus, .small:focus, .tiny:focus {
    text-decoration: none;
}

div.starholder {
    width: 100%;
    text-align: center;
}

.starholder img {
    width: 16%;
    margin-bottom: 5%;
}

.tiny .starholder img {
    width: 12%;
    margin-bottom: 4%;
}

div.reviewwidget {
    position: relative;
    padding-top: 5%;
    padding-bottom: 15%;
}

div.floatingiconholder {
    position: relative;
    min-height: 550px;
    display: block;
    z-index: 5;
}
/* Style quote box with higher z-index than floatingiconholder to maintain interactability. */
div.quotebox {
    position: relative;
    z-index: 10;
}

div.minirow {
    position: absolute;
    top: 34%;
    /*bottom: 3%;*/ /*10*/
    right: 5%; /*30*/
    width: 90%; /*40*/
    margin: 0 auto;
    text-align: center;
}

div.floatingiconholder .minirow p {
    width: 74%;
    margin: 5px auto;
}

@media only screen and (max-width: 990px) {
    #move4, #move12, #move13, #move14, #move15 {
        display: none;
    }

    #move1 {
        right: 25%;
        top: 20%;
    }

    #move2 {
        left: 3%;
        top: 40%;
    }

    #move3 {
        left: 12%;
        top: 6%;
    }

    #move5 {
        right: 13%;
        top: 62%;
    }

    #move6 {
        right: 25%;
        top: 5%;
    }

    #move7 {
        left: 15%;
        top: 66%;
    }

    #move8 {
        left: 19%;
        top: 19%;
    }

    #move9 {
        right: 43%;
        top: 0%;
    }

    #move10 {
        right: 0;
        top: 35%;
    }

    #move11 {
        position: absolute;
        right: 5%;
        top: 15%;
    }

    .small .starholder img {
        width: 15%;
        margin-bottom: 4%;
    }

    div.reviewwidget {
        position: relative;
        padding-top: 5%;
        padding-bottom: 35%;
    }

    div.minirow {
        width: 90%;
        left: 5%;
        right: 0;
        margin: 0;
    }

        div.minirow h2,
        div.minirow p,
        div.minirow a {
            /*position: relative;*/
            /*left: -50%;*/
        }
}

@media only screen and (max-width: 767px) {
    #move3, #move4, #move5,
    #move6, #move7,
    #move11, #move12, #move13, #move14, #move15 {
        display: none;
    }

    #move1.big, #move2.big, #move8.big, #move9.big, #move10.big {
        position: inherit;
        width: 40%;
        -webkit-animation-name: none;
        animation-name: none;
        margin-bottom: 20px;
    }

    #move1, #move9 {
        float: left;
        margin-left: 7%;
    }

    #move2, #move8 {
        float: right;
        margin-right: 7%;
    }

    #move10 {
        margin: auto;
    }

    div.reviewwidget {
        position: inherit;
        padding-top: 2%;
        padding-bottom: 5%;
    }

    div.floatingiconholder {
        position: inherit;
        min-height: 1px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    div.minirow {
        position: inherit;
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }

    div.floatingiconholder .minirow p {
        width: 100%;
        margin: 5px auto;
    }

    div.minirow h2,
    div.minirow p,
    div.minirow a {
        position: inherit;
    }
}

/* Animations */
@-webkit-keyframes zoomone {
    0% {
        transform: scale(0.6);
    }

    50% {
        transform: scale(1.0);
    }

    100% {
        transform: scale(0.6);
    }
}

@keyframes zoomone {
    0% {
        transform: scale(0.6);
    }

    50% {
        transform: scale(1.0);
    }

    100% {
        transform: scale(0.6);
    }
}

@-webkit-keyframes zoomtwo {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(0.8);
    }
}

@keyframes zoomtwo {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(0.8);
    }
}
