﻿.product-box {
    margin-bottom:20px;
}
.members-row {
    margin-right: 0%;
    float: left;
}
#members {
    font-size: 12px;
    cursor: pointer;
    padding: 2%;
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    border-radius: 3px;
    border: 1px #000;
    margin-top: 7px;
    transition: 0.5s;
    background-color: #dae3f2;
    vertical-align: middle;
    text-transform:uppercase;
}

#members:hover {
        background-color: white;
        color: darkgray;
}
footer #logo {
    width:70%;
}
#office-bearers {
    padding: 0px;
}
@media only screen and (max-width: 600px) {
    footer #logo {
        width: 40%;
    }
}

.about-box img {
    width:120px;
}
.about-box p {
    font-size: 15px;
    color: #6a6c70;
}

#see-more a {
    margin-bottom:10px;
    display: inline-block;
    text-align: center;
    width: 141px;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    background: #0076f9;
    padding: 12px 2px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

    #see-more a:hover {
        opacity: 0.8;
    }

object {
    height:350px;
}

/* footer */
.tag-widget-list data-toggle {
    cursor: pointer;
}


@media only screen and (max-width: 680px) {
    .up-footer {
        padding: 100px 0 0;
    }
}

#joinIMA {
    width:100%;
    margin-top:3px;
}

.recent-works .links a {
    border: 1px solid #e8e8e8;
    color: #676767;
    font-size:16px;
}
.recent-works .links a:hover {
    color: #fff;
}


/*Recent work Padding*/
.card-padding-bottom {
    padding:17%;
}