/*@import "http://font-style: em;googleapis.com/css?family=Open+Sans)";

    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}

 gets rid of my bullet points
ol, ul {
    list-style: outside none none;
}


blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    background: none repeat scroll 0 0 rgba(44, 62, 80, 0.92);
    color: #fff;
    font-family: "Open Sans",sans-serif,"trebuhet ms",HelveticaNeue,arial;
    font-size: 14px;
    height: 100%;
    line-height: 20px;
}
*/
/* makes my columns funky

* {
    box-sizing: border-box;
}

*/
/**/


.mainwrapper .box .simple-caption {
    height: 22px;
    width: 75px;
    display: block;
    bottom: -30px;
    line-height: 12pt;
    text-align: left;

}

.mainwrapper .box {
    border: 5px solid #fff;
    cursor: pointer;
    height: 50px;
    float: left;
    margin: 5px;
    position: relative;
    overflow: hidden;
    width: 56px;
    -webkit-box-shadow: 1px 1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px 1px #ccc;
    box-shadow: 1px 1px 1px 1px #ccc;
}

.mainwrapper .box img {
    position: absolute;
    left: 0;
    padding: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.mainwrapper .box .caption {
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    left: 0;
}

.mainwrapper .box:hover .simple-caption {
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}







p {
    line-height: 2em;
}

h1.pic-title {
    font-size: 1em;
}

a {
    color: rgba(74, 92, 110, 0.92);
    text-decoration: none;
}
a:hover {
    color: #fff;
}
img {
    max-width: 100%;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
header {
    background: none repeat scroll 0 0 rgba(64, 82, 100, 0.92);
    color: #ffffff;
    margin-bottom: 20px;
    padding: 30px 20px;
}
.btn-download {
    background: none repeat scroll 0 0 rgba(24, 42, 60, 0.92);
    border-radius: 5px;
    color: rgba(124, 142, 160, 0.92);
    display: inline-block;
    padding: 20px 50px;
}
.btn-download:hover {
    background: none repeat scroll 0 0 rgba(94, 112, 130, 0.92);
}
.wrapper {
    margin: 0 auto;
    max-width: 1000px;
}
.wrapper:before, .wrapper:after {
    clear: both;
    content: "";
    display: table;
}
footer {
    background: none repeat scroll 0 0 rgba(24, 42, 60, 0.92);
    color: rgba(124, 142, 160, 0.92);
    font-size: 0.9em;
    margin-top: 30px;
    padding: 20px 0;
    text-align: left;
}
@keyframes anima {
0% {
    margin-top: -50px;
    opacity: 0;
}
100% {
    margin: auto;
    opacity: 1;
}
}
@media screen and (max-width: 560px) {
.wrapper {
    padding: 20px;
}
}



.pic {
    animation: 2s ease 0s normal none 1 running anima;
    backface-visibility: hidden;
    display: inline-block;
    margin: 1px;
    max-height: 200px;
    max-width: 460px;
    overflow: hidden;
    position: relative;

}
.pic-product {
    width: 250px;
        animation: 2s ease 0s normal none 1 running anima;
    backface-visibility: hidden;
    display: inline-block;
    margin: 1px;
    overflow: hidden;
    position: relative;
}



.pic-3d {
    transform-style: preserve-3d;
}
.pic-caption {
    background: none repeat scroll 0 0 rgba(255, 246, 233, 0.92);
    cursor: default;
    height: 100%;
    opacity: 0;
    padding: 10px;
    position: absolute;
    width: 95%;
    font-size: 90%;
    text-align: left;
}

.pic-caption-blue {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
    cursor: default;
    height: 100%;
    opacity: 0;
    padding: 10px;
    position: absolute;
    width: 95%;
    font-size: 90%;
    text-align: left;
    font-size: 11pt;
}

.pic-caption-button {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
    cursor: pointer;
    height: 100%;
    opacity: 0;
    padding: 10px;
    position: absolute;
    width: 95%;
    font-size: 90%;
    text-align: left;

}

.pic-image {
    transform: scale(1.1);
}
.pic-image-button {
    transform: scale(1.2);
}
.pic:hover .pic-image {
    transform: scale(1);
}

.pic:hover pic-image-button{
    transform: scale(2.0);
}

.pic-title {
    font-size: 1.8em;
}
a, a:hover, .pic .pic-image, .pic-caption, .pic-caption-blue, .pic:hover .pic-caption, .pic:hover img {
    transition: all 0.5s ease 0s;
}
.pic:hover .bottom-to-top, .pic:hover .top-to-bottom, .pic:hover .left-to-right, .pic:hover .right-to-left, .pic:hover .rotate-in, .pic:hover .rotate-out, .pic:hover .open-up, .pic:hover .open-down, .pic:hover .open-left, .pic:hover .open-right, .pic:hover .come-left, .pic:hover .come-right {
    -moz-user-select: none;
    opacity: 1;
}
.bottom-to-top {
    left: 0;
    top: 50%;
}
.pic:hover .bottom-to-top {
    left: 0;
    top: 0;
}
.top-to-bottom {
    bottom: 50%;
    left: 0;
}
.pic:hover .top-to-bottom {
    bottom: 0;
    left: 0;
}
.left-to-right {
    right: 50%;
    top: 0;
}
.pic:hover .left-to-right {
    right: 0;
    top: 0;
}
.right-to-left {
    left: 50%;
    top: 0;
}
.pic:hover .right-to-left {
    left: 0;
    top: 0;
}
.rotate-in {
    left: 0;
    top: 0;
    transform: rotate(90deg) scale(0.1);
}
.pic:hover .rotate-in {
    transform: rotate(360deg) scale(1);
}
.rotate-out {
    left: 0;
    top: 0;
    transform: rotate(90deg) scale(3);
}
.pic:hover .rotate-out {
    transform: rotate(360deg) scale(1);
}
.open-down {
    left: 0;
    top: 0;
    transform: rotateX(-180deg);
}
.pic:hover .open-down {
    transform: rotateX(0deg);
}
.open-up {
    left: 0;
    top: 0;
    transform: rotateX(180deg);
}
.pic:hover .open-up {
    transform: rotateX(0deg);
}
.open-left {
    left: 0;
    top: 0;
    transform: rotateY(180deg);
}
.pic:hover .open-left {
    transform: rotateY(0deg);
}
.open-right {
    left: 0;
    top: 0;
    transform: rotateY(-180deg);
}
.pic:hover .open-right {
    transform: rotateY(0deg);
}
.come-left {
    left: 0;
    top: 0;
    transform: rotateY(90deg) rotateX(90deg);
}
.pic:hover .come-left {
    transform: rotateY(0deg) rotateX(0deg);
}
.come-right {
    left: 0;
    top: 0;
    transform: rotateY(-90deg) rotateX(-90deg);
}
.pic:hover .come-right {
    transform: rotateY(0deg) rotateX(0deg);
}
@media screen and (max-width: 560px) {
.pic {
    animation: 0s ease 0s normal none 1 running none;
    display: block;
    margin: 10px auto;
    max-height: 300px;
    max-width: 400px;
}
}
