﻿/* Icon set - http://ionicons.com */
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500);

h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

figure.snip1249 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  /*float: left;*/
  overflow: hidden;
  margin: 10px 1%;
  min-width: 220px;
  max-width: 310px;
  width: 100%;
  background: #1a1a1a;
  color: #ffffff;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
figure.snip1249 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
figure.snip1249 .image {
  position: relative;
  width:310px;
  height:260px;
  background:white;
}
figure.snip1249 img {
  color:black;
  max-width: 100%;
  vertical-align: top;
  height:100%;
  width:100%;
}
figure.snip1249 i {
  position: absolute;
  top: 7px;
  left: 12px;
  font-size: 32px;
  opacity: 0;
  z-index: 2;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
figure.snip1249 h3 {
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
}
figure.snip1249:before,
figure.snip1249:after {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: 1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip1249:before {
  background-color: #20638f;
  -webkit-transform: skew(-45deg) translateX(-150%);
  transform: skew(-45deg) translateX(-150%);
  border-right: 1px solid #20638f;
}
figure.snip1249:after {
  background-color: #962d22;
  -webkit-transform: skew(-45deg) translateX(-175%);
  transform: skew(-45deg) translateX(-175%);
  border-right: 1px solid #962d22;
}
figure.snip1249 figcaption {
  padding: 25px 25px 25px 25px;
  background-color: #ffffff;
  color: #000000;
  position: relative;
  font-size: 0.9em;
}
figure.snip1249 figcaption p {
  margin-bottom: 15px;
}
figure.snip1249 figcaption:before {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  z-index: 1;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  background-color: #20638f;
  -webkit-transform: skew(-45deg) translateX(50%);
  transform: skew(-45deg) translateX(50%);
  border-right: 1px solid #20638f;
}
figure.snip1249 .add-to-cart {
  display: inline-block;
  width: auto;
  border: 2px solid #20638f;
  padding: 0.4em 0.6em;
  color: #20638f;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.9em;
  text-transform: uppercase;
}
figure.snip1249 .add-to-cart:hover {
  background-color: #20638f;
  color: #ffffff;
}
figure.snip1249 .price {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #ffffff;
  z-index: 2;
  text-transform: uppercase;
  padding: 14px;
  font-weight: 800;
  font-size: 1.2em;
  text-align: center;
}
figure.snip1249 .price s {
  display: block;
  font-size: 0.85em;
  font-weight: 400;
  opacity: 0.8;
}
figure.snip1249:hover i,
figure.snip1249.hover i {
  opacity: 0.7;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.snip1249:hover h3,
figure.snip1249.hover h3 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
figure.snip1249:hover:before,
figure.snip1249.hover:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: skew(-45deg) translateX(-50%);
  transform: skew(-45deg) translateX(-50%);
}
figure.snip1249:hover:after,
figure.snip1249.hover:after {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: skew(-45deg) translateX(-75%);
  transform: skew(-45deg) translateX(-75%);
}
/* Demo purposes only */
body {
  background-color: #212121;
}



#main-nav, #cd-cart {
    position: fixed;
    top: 0;
    height: 100%;
    width: 260px;
    /* header height */
    padding-top: 50px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);*/
    z-index: 3;
}

@media only screen and (min-width: 768px) {
    #main-nav, #cd-cart {
        width: 350px;
    }
}

@media only screen and (min-width: 1200px) {
    #main-nav, #cd-cart {
        /*width: 30%;*/
        width: 38%;
        /* header height has changed */
        padding-top: 45px;
    }
}

#main-nav {
    left: -100%;
    background: #FFF;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.3s;
}

    #main-nav.speed-in {
        left: 0;
    }

    #main-nav ul a {
        display: block;
        height: 50px;
        line-height: 50px;
        padding: 0 1em;
        border-bottom: 1px solid #e0e6ef;
    }

    #main-nav ul .current {
        box-shadow: inset 3px 0 #435779;
    }

@media only screen and (min-width: 1200px) {
    #main-nav {
        /* reset main nav style */
        position: absolute;
        height: auto;
        width: auto;
        left: auto;
        right: 8em;
        padding-top: 0;
        top: 0;
        background: transparent;
        box-shadow: none;
        /* header height */
        line-height: 80px;
        z-index: 4;
    }

        #main-nav li {
            display: inline-block;
            margin-left: 1em;
        }

        #main-nav ul a {
            display: inline-block;
            height: auto;
            line-height: 1;
            padding: 1em 1.4em;
            border-bottom: none;
            color: rgba(255, 255, 255, 0.8);
            border-radius: 0.25em;
        }

            #main-nav ul a.current {
                box-shadow: none;
                background: #435779;
                color: #FFF;
            }

    .no-touch #main-nav ul a:hover {
        background: #435779;
        color: #FFF;
    }
}

.no-js #main-nav {
    position: fixed;
}

#cd-cart {
    right: -100%;
    /*background: #FFF;*/
    background: transparent;
    /*-webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;*/
    -webkit-transition: right 1.0s;
    -moz-transition: right 1.0s;
    transition: right 1.0s;
}

    #cd-cart.speed-in {
        right: 0;
    }

    #cd-cart > * {
        padding: 0 1em;
    }

    #cd-cart h2 {
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: bold;
        text-transform: uppercase;
        margin: 1em 0;
    }

    #cd-cart .cd-cart-items {
        padding: 0;
    }

        #cd-cart .cd-cart-items li {
            position: relative;
            padding: 1em;
            border-top: 1px solid #e0e6ef;
        }

            #cd-cart .cd-cart-items li:last-child {
                border-bottom: 1px solid #e0e6ef;
            }

    #cd-cart .cd-qty, #cd-cart .cd-price {
        color: #a5aebc;
    }

    #cd-cart .cd-price {
        margin-top: .4em;
    }

    #cd-cart .cd-item-remove {
        position: absolute;
        right: 1em;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-remove-item.svg") no-repeat center center;
    }

.no-touch #cd-cart .cd-item-remove:hover {
    background-color: #e0e6ef;
}

#cd-cart .cd-cart-total {
    padding-top: 1em;
    padding-bottom: 1em;
}

    #cd-cart .cd-cart-total span {
        float: right;
    }

    #cd-cart .cd-cart-total::after {
        /* clearfix */
        content: '';
        display: table;
        clear: both;
    }

#cd-cart .checkout-btn {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #7dcf85;
    color: #FFF;
    text-align: center;
}

.no-touch #cd-cart .checkout-btn:hover {
    background: #a2dda8;
}

#cd-cart .cd-go-to-cart {
    text-align: center;
    margin: 1em 0;
}

    #cd-cart .cd-go-to-cart a {
        text-decoration: underline;
    }

@media only screen and (min-width: 1200px) {
    #cd-cart > * {
        padding: 0 2em;
    }

    #cd-cart .cd-cart-items li {
        padding: 1em 2em;
    }

    #cd-cart .cd-item-remove {
        right: 2em;
    }
}


#cd-gallery-items li {
    margin-bottom: 1.5em;
}

    #cd-gallery-items li img {
        width: 100%;
        display: block;
        border-radius: 0.25em;
    }

@media only screen and (min-width: 768px) {
    #cd-gallery-items li {
        width: 48%;
        float: left;
        margin-bottom: 2em;
        margin-right: 4%;
    }

        #cd-gallery-items li:nth-child(2n) {
            margin-right: 0;
        }
}

@media only screen and (min-width: 1200px) {
    #cd-gallery-items li {
        width: 31%;
        float: left;
        margin-bottom: 2.5em;
        margin-right: 3.5%;
    }

        #cd-gallery-items li:nth-child(2n) {
            margin-right: 3.5%;
        }

        #cd-gallery-items li:nth-child(3n) {
            margin-right: 0;
        }
}

#cd-shadow-layer {
    position: fixed;
    min-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(80, 80, 80, 0.35);
    cursor: pointer;
    z-index: 2;
    display: none;
}

    #cd-shadow-layer.is-visible {
        display: block;
        -webkit-animation: cd-fade-in 0.3s;
        -moz-animation: cd-fade-in 0.3s;
        animation: cd-fade-in 0.3s;
    }

/* -------------------------------- 

xkeyframes 

-------------------------------- */
@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes cd-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}




@media only screen and (min-width: 768px) {
    .cd-cart .body li:not(:last-of-type) {
        margin-bottom: 14px;
    }

    .cd-cart .body li.deleted + li {
        -webkit-animation: cd-item-move-up .3s;
        animation: cd-item-move-up .3s;
    }

    .cd-cart .body li.undo-deleted + li {
        -webkit-animation: cd-item-move-down .3s;
        animation: cd-item-move-down .3s;
    }

    .cd-cart .checkout {
        font-size: 2.4rem;
    }

    .cd-cart .product-image {
        width: 90px;
    }

    .cd-cart .product-details {
        padding: 1.4em 0 0 1em;
        width: calc( 100% - 90px);
    }

    .cd-cart h3, .cd-cart .price {
        font-size: 1.8rem;
    }
}



​