﻿
.PagedList-skipToNext > a
{
    direction:ltr;
}

.PagedList-skipToPrevious > a {
    direction: ltr;
}
.fa{
    font-size:20px;
    color:cornflowerblue;
}
@media only screen and (max-width: 600px) {
  body {
  width:100% !important;
  }
}



.product {
    float: left;
    position: relative;
    width: 300px;
    height: 350px;
    margin: 0 5px;
    padding: 0;
}

    .product img {
        width: 100%;
        height: 330px;
    }

    .product h3 {
        margin: 0;
        padding: 3px 5px 0 0;
        /*max-width: 96px;*/
        overflow: hidden;
        line-height: 1.1em;
        /*font-size: .9em;*/
        font-weight: bold;
        /*text-transform: uppercase;*/
        color: #999;
    }

    .product h3 {
        visibility: hidden;
    }

    .product:hover h3 {
        visibility: visible;
        position: absolute;
        width: 100%;
        height: 330px;
        top: 0;
        margin: 0;
        padding: 0;
        line-height: 110px;
        vertical-align: middle;
        text-align: center;
        color: #fff;
        background-color: rgba(0,0,0,0.75);
        transition: background .2s linear, color .2s linear;
        -moz-transition: background .2s linear, color .2s linear;
        -webkit-transition: background .2s linear, color .2s linear;
        -o-transition: background .2s linear, color .2s linear;
    }

   ul .k-page-numbers{
        margin-bottom:0px!important;
    }

    .k-listview{
        float:left;
        width:100%;
    }

.k-pager-wrap{
    direction:ltr;
}

.k-dialog-titlebar {
    direction: ltr;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
