/*!
 * Start Bootstrap - Portfolio Item HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.portfolio-item {
    margin: 3px auto;
    height: 180px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}


footer {
    margin: 50px 0;
}

.thumb {
    margin-bottom: 30px;
    min-height: 330px;

}



.thumb .title {
    padding: 5px 0;
    min-height: 50px;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    /*background-color: whitesmoke;*/
}

.thumb hr {
    margin: 0;
    padding: 0
}

.paging{
    margin-left:-10px;

}