div.gallery {
    border: 1px solid #ccc
}

div.gallery:hover {
    border: 1px solid #777
}

div.gallery img {
    width: 100%;
    height: auto
}

div.desc {
    padding: 15px;
    text-align: center
}

.responsive,
.responsive1 {
    padding: 0 6px;
    float: left
}

* {
    box-sizing: border-box
}

.responsive {
    width: 24.99999%
}

.responsive1 {
    width: 32%
}

.div-h-bgr-phs {
    background-color: red;
    text-align: center
}

.h1-font-phs {
    padding: 10px;
    font-size: 30px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFF;
    line-height: 30px;
    align: center
}

.style1-phs,
.style2-phs {
    color: red;
    size: 18px;
    font-weight: 700;
    padding: 10px
}

.style1-phs {
    line-height: normal;
    line-height: 29px;
    text-align: left
}

.style2-phs {
    line-height: normal;
    line-height: 29px;
    text-align: right
}

.div-row-blog
{
	padding-left:150px;
}

@media only screen and (min-width:480px) {
    .responsive1 {
        width: 30%;
        margin: 20px 0 0 20px;
        float: center
    }
}

@media only screen and (max-width:500px) {
    .responsive1 {
        width: 100%
    }
}

@media only screen and (min-width:480px) {
    .responsive {
        width: 45%;
        margin: 30px 0 0 40px;
        float: center
    }
}

@media only screen and (max-width:500px) {
    .responsive {
        width: 100%
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

#grad {
    height: 120px;
    background: red;
    /* For browsers that do not support gradients */
    background: linear-gradient(#F5F5F5, #DCDCDC);
    /* Standard syntax (must be last) */
    padding-top: 32px;
}

.grad-font {
    text-align: center;
    font-family: Verdana;
    color: white;
    font-size: 30px;
}

.grad-link {
    text-align: center;
    font-family: Verdana;
    color: white;
    font-size: 30px;
    margin-left: 50px;
}