.boardBox {
  margin: 0;
  padding: 24px 12px;
  width: 236px;
  float: left;
}

.board {
  float:left;
  width: 236px;
  margin: -10px;
  padding: 10px;
  position: relative;
  border: 0;
  border-radius: 6px;
}
.board:hover {
  background-color: #f6f6f6;
}
.board:before {
    background: rgba(0,0,0,0.05);
    border-radius: 8px;
    content: " " !important;
    /* height: 100%; */
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96);
    width: 100%;
    z-index: 3;
}
.boardLinkWrapper {
  margin: 0;
  padding: 0;
  position: relative;
}
.boardAddWrapper {
  height: 347px;
  background-image: url('../image/add.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  border-radius: 6px;
}
.boardAddWrapper .text{
  text-align: center;
  width: 236px;
  position: absolute;
  padding-top: 220px;
  padding-bottom: 100px;
}
.board .boardInfo {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #555;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0;
    height: auto;
	-webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;

	padding: 12px 8px;
}
.boardInfo .name {
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-right: 16px !important;
	font-size: 21px !important;
    letter-spacing: -0.3px !important;
    line-height: 23px !important;
}
.boardInfo .field--name-name {
    display: inline;
}
.boardInfo .boardPinCount {
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-flex-basis: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    font-weight: normal !important;
    text-shadow: none !important;
}

.boardImagesWrapper {
  height: 224px;
  border-radius: 8px 8px 0 0 !important;
  width: auto;
  clear: both;
  position: relative;
  background-color: #efefef !important;
}

.boardImagesWrapper img{
  float: left;
}
.boardImagesWrapper .image-style-boardcover {
  margin-bottom: 2px;
  border-radius: 8px 8px 0 0;
}
.boardImagesWrapper img:nth-child(2) {
  border-radius: 0 0 0 8px;
}
.boardImagesWrapper img:nth-child(3) {
  margin-left: 2px;
  border-radius: 0 0 8px 0;
}
.board .pinboard {
  position: absolute;
}
.board .icon-lock {
  color: #666;
}
.board .icon-lock:before{
  /*filter:alpha(opacity=70); 
  -moz-opacity:0.7; 
  opacity:0.7;
  font-size: 26px;*/
}
.board-action a {
  display: block;
  font-size: 18px;
  padding: 6px 8px;
  text-align: center;
}
.boardAction .userFollowButtonWrapper {
  text-align: center;
  padding: 0;
}
.boardAction .userFollowButtonWrapper a {
  display: block;
  margin-top: 10px;
  font-size: 18px;
}
.boardAction .editWrapper {
  text-align: center;
}
.boardAction .editWrapper a {
  margin-top: 10px;
  background-color: #f40;
  color: #fff;
  padding: 10px;
  display: block;
  border-radius: 4px;
  font-size: 18px;
}
.boardAction .editWrapper a:hover {
  background-color: #F22D00;
}
.boardBoxContainer {
  margin-left: auto;
  margin-right: auto;
  min-width: 520px;
}
@media (min-width: 520px) and (max-width: 779px) {
  .boardBoxContainer {
    width: 520px
  }
}

@media (min-width: 780px) and (max-width: 1039px) {
  .boardBoxContainer {
    width: 780px
  }
}

@media (min-width: 1040px) and (max-width: 1299px) {
  .boardBoxContainer {
    width: 1040px
  }
}

@media (min-width: 1300px) and (max-width: 1559px) {
  .boardBoxContainer {
    width: 1300px
  }
}

@media (min-width: 1560px) and (max-width: 1819px) {
  .boardBoxContainer {
    width: 1560px
  }
}

@media (min-width: 1820px) and (max-width: 2079px) {
  .boardBoxContainer {
    width: 1820px
  }
}

@media (min-width: 2080px) and (max-width: 2339px) {
  .boardBoxContainer {
    width: 2080px
  }
}

@media (min-width: 2340px) and (max-width: 2599px) {
  .boardBoxContainer {
    width: 2340px
  }
}

@media (min-width: 2600px) and (max-width: 2859px) {
  .boardBoxContainer {
    width: 2600px
  }
}