.multiple-attachments {
	max-width: 1360px;
}

.multiple-attachments .attachment {
	width: 12.5%!important;
}

.multiple-attachments .thumbnail img {
	width: 100%;
}

.multiple-attachments .ui-sortable-placeholder {
	border: 3px dashed #eee;
	visibility: visible!important;
}

.group-caption {
	max-width: none !important;
	padding: 5px 0 5px 5px!important;
	border: #ccc 1px solid;
	margin: 10px 0;
	background: #fff;
}

@media screen and (max-width: 480px) {
    .group-caption {
        padding: 5px!important;
    }
}

.group-caption p.wp-caption-text {
    background: #333333 none repeat scroll 0 0;
    font-size: 13px;
    color: #FFFFFF;
    font-weight: bold;
    /*margin: 0 5px 0 0;*/
    margin: 0px;
    padding: 10px;
    text-align: left;
    line-height: 18px;
    margin-top: 5px !important;
}

.group-caption-rendered .list-attachments {
	margin:0;
	padding: 0;
}

.group-caption-rendered .thumbnail {
	display: block;
	float:left;
	padding: 0;
}

.group-caption-rendered .thumbnail a {
	display: block;
	padding-right: 5px;
	border: 0;
	margin-top: 5px;
}

.group-caption-rendered .row-1 .thumbnail a {
	margin-top: 0px;
}

.group-caption-rendered .row-2 .thumbnail:nth-child(1) a,
.group-caption-rendered .row-2 .thumbnail:nth-child(2) a {
	margin-top: 0px;
}

.group-caption .thumbnail img{
	margin: 0;
	max-width: 100% !important;
	vertical-align: bottom;
}

.group-caption-rendered .list-attachments.row-1 {
	/*margin-bottom: 5px;*/
}
.group-caption-rendered .slider {
  padding-bottom: 0;
}

.group-caption-rendered .list-attachments.row-2 .thumbnail {
	/*margin-bottom: 5px;*/
}

.group-caption .col-1 {
	width: 100%;
}

.group-caption .col-2 {
	width: 50%;
}

.group-caption .col-3 {
	width: 33.333333333333333%;
}

.group-caption .col-4 {
	width: 25%;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
*