
.box {
    width: 100%;
    display: inline-block;
    box-shadow: inset 0 0 1px #000;
    border-radius: 5px;
    overflow: hidden;
    font: 12px "Helvetica Neue", Helvetica, arial, sans-serif;
    color: rgb(54, 54, 54);
    box-sizing: border-box;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    padding: 7px 7px 0px 7px;
    margin-top: 36px;
}


.box-heder {
    height: 50px;
    padding-bottom: 5px;
    padding-top: 2px;
}

.box-heder img {
    margin-left: 4px;
    float: left;
}

.img {
    vertical-align: middle;
}
.box-name {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    max-width: 21ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box-name a {
    font-size: 16px;
    color: #3a3a3a;

}

.box-button {
    float: right;
    background-color: #f4901a;
    padding: 5px 7px;
    border-radius: 4px;
    font-size: 14px;
    margin: 6px 19px 0px 0px;
}
.box-button:hover {
    background-color: #1e7b78 !important;
}

.box-button a {
    color: white !important;
}



.box-insta-thumb ul.thumbnails {
    list-style: none;
    font-size: 0;
    margin-left: -2.5%;
}

.box-insta-thumb ul.thumbnails.box_col_3 li {
    width: 30.83% !important;
}

.box-insta-thumb ul.thumbnails li {
    display: inline-block;
    padding: 0;
    margin: 0 0 2.5% 2.5%;
    background: none;
    border: 0;
    vertical-align: top;
    box-shadow: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.box-insta-thumb ul.thumbnails li img {
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    border: 0 !important;
    vertical-align: top;
    border-radius: 3px;
}

.box-insta-thumb .no-bullet, .pllexislider .no-bullet {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    clear: both;
}

.box-insta-thumb ul.thumbnails li a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    cursor: pointer;
}

.butoon_insta2 {
    color: #555;
    border-color: #ccc;
    background: #f7f7f7;
    -webkit-box-shadow: 0 1px 0 #ccc;
    box-shadow: 0 1px 0 #ccc;
    vertical-align: top;

    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    height: 28px;
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



