
.mashnet_pinterest_header{
    display: none;
    background-color: white; 
    padding:10px;
    padding-top:5px;
    -webkit-box-shadow: 1px 1px 16px 1px rgba(0,0,0,0.42);
    -moz-box-shadow: 1px 1px 16px 1px rgba(0,0,0,0.42);
    box-shadow: 1px 1px 16px 1px rgba(0,0,0,0.42);
    border-radius: 4px;
}
.mashnet_pinicon:before {
    font-family: 'mashsb-font';
    content: '\e802';
    color:red;
}

.mashnet_pinterest_inner{
    background-color: white; 
    padding-top:21px;
    max-height: 380px;
    overflow: auto;
}
.mashnet_pinterest_inner li {
  float: left;
  padding: 3px;
  background-color: #F4F4F4;
  margin: 2px;
  list-style-type: none;
}

.mashnet_pinterest_inner img {
    max-width:135px;
}
.mashnet_pinterest_inner img:hover {
    opacity:0.7;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.mashnet_pinterest_close a,.mashnet_pinterest_close a:hover, .mashnet_pin_it{
    font-weight:bold;
    font-size:20px;
    font-family:arial;
    color:#555;
}
.mashnet_pinterest_close a{
    padding:5px;
}


@media only screen and (max-width:330px) {
    .mashnet_pinterest_header {
        max-width: 310px !important;
    }
    mashnet_pinit_wrapper{
        max-width: 310px !important;
    }
}
@media only screen and (min-width:400px) {
    .mashnet_pinterest_header {
        max-width: 390px !important;
    }
    mashnet_pinit_wrapper{
        max-width: 390px !important;
    }
}
@media only screen and (min-width:500px) {
    .mashnet_pinterest_header {
        max-width: 520px !important;
        top:10% !important;
    }
    mashnet_pinit_wrapper{
        max-width: 520px !important;
    }
}

