.sc-wrapper {
	width: 100%;
    display: block;
    clear: both;
	position: relative;
	font-size: 16px;
}

.sc-wrapper strong {
	font-weight: normal;
	font-family: "HelveticaNeueB", Helvetica;
	font-size: 15px;
}

.sc-error {
	border-radius: 20px;
	padding: 20px;
	margin: 20px;
	border: 1px solid #ff0000;
	font-size: 1em;
	color: #ffffff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
	background: rgb(169,3,41); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}

.sc-error h2 {
	color: #fff;
	text-shadow: 2px 2px 2px #000;
}

.sc-error p {
	letter-spacing: 2px;
	text-align: justify;
	margin-bottom: 20px;
}

.sc-error ul {
	margin: 8px 0;
}

.sc-error ul li {
	list-style: disc;
	margin-left: 8px;
}

.sc-form .form-field h4 {
    margin-bottom: 4px;
}

.sc-param-options { 
	
}

.sc-param-options li {
	margin-left: 20px; 
	padding: 4px 0;
}

.sc-param-options li span.default {
	font-weight: bold;
}

.sc-summary {

	padding: 0 0 40px;

}
.sc-description { 
	line-height: 2em;
	margin-bottom: 40px;
	margin-top: 0;
}

.sc-channels {
	margin-top: 40px;
	margin-bottom: 40px;
}

.sc-channels .count {
	width: 100%;
	display: block;
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding: 8px;
	text-align: center;
}

.sc-projects {
	margin-top: 0;
	margin-bottom: 40px;
	position: relative;
}

.sc-projects .count {
	text-align: center;
	width: 100%;
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding: 8px;
	display: block;
}

.sc-item-list { 
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-top: 15px;
	margin-bottom: 40px;
}

.sc-item-list a {
	min-height: 320px;
    background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
}

.sc-item-list .sc-item { 
	position: relative;
	display: inline-block;	
	overflow: hidden;
	margin-bottom: -8px; 
	float: left;
}

.sc-item-list .sc-padding { 	
	height: 100%; 
	margin: 8px; 
}

.sc-item-list .sc-icon {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.2);
}

.sc-item-list .sc-icon > span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sc-item-list .sc-item a {     
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;  
}

.sc-item-list .sc-item .title { 
	background: rgba(0,0,0,0.5);
    color: #ffffff;
    padding: 8px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    right: 0;
}

.sc-item-list .sc-item .desc {
	color: #ffffff;
	margin: 8px;
	text-shadow: 1px 1px 1px #000;
	display: block;
}

.sc-item-list .sc-icon i {
	font-size: 6em;
	transition: .5s;
    color: rgba(255, 255, 255, 0.2);
}

.sc-item-list .sc-item a:hover .sc-icon i {
    color: rgba(255, 255, 255, 0.9);
	font-size: 8em;
}

.sc-pagination { text-align: center;  margin-top: -20px; margin-bottom: 10px; }
.sc-pagination .pages { width: 100%; }
.sc-pagination .pages a { display: inline-block; width: 48px; margin: 8px; text-align: center; border: 1px solid #ccc; padding: 8px; }
.sc-pagination .pages a.active { background: #000; color: #fff; } 
.sc-pagination .count { display: block; width: 100%; margin: 8px 0; }

.sc-info-block { margin: 0 0 40px; padding: 0; }

.sc-info-block h3 { 
	text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 10px;
    margin: 40px 0;
    border-bottom: 2px solid rgba(0,0,0,0.1);
}

.sc-subheading { font-weight: bold; font-size: 1.5em; text-align: center; width: 100%; border-bottom: 2px solid rgba(0,0,0,0.2); padding-bottom: 10px; margin-bottom: 10px; }

.sc-logo { text-align: center; }
.sc-logo span { width: 250px; display: inline-block; width: 250px; }

.sc-metas { 
	line-height: 1.5; 
}

.sc-metas h3, .sc-meta-group h3 { margin-top: 10px; border-top: 1px solid #ccc; padding-top: 20px; margin-bottom: 10px; }
.sc-metas .sc-meta { width: 33.333%; display: inline-block; white-space: nowrap; }
.sc-metas .sc-meta > span { text-align: left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; display: inline-block; }
.sc-metas .sc-meta .sc-label { font-weight: bold; }

.sc-meta-group .sc-label { display: inline-block; float: left; text-align: right; width: 40%; font-weight: bold; padding-right: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sc-meta-group .sc-value { display: inline-block; width: 60%; }

.sc-metas .sc-meta { 
    margin-top: 30px;
}

.sc-metas .sc-meta:first-of-type {
    margin-top: 0;
}

.sc-project-assets { margin-top: 8px; margin-bottom: 8px; }
.sc-assets { margin-left: 0; margin-right: 0; }

.sc-primary-asset { margin-bottom: 5px; }

.sc-asset iframe { padding: 0; margin: 0; }

.single-post .sc-asset-list .sc-asset { width: 100%; margin-bottom: -8px; }
.single-post .sc-asset-list a { height: 200px; }


/* The project/Asset Modal Display */
.sc-modal {
    position:fixed !important;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    display: none; /* Hidden by default */    
    z-index: 999999; /* Sit on top */
    width: 100%; /* Full width */
    height: 100%; /* Full height */
	max-height: 100%;
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.sc-modal .modal-outter {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.sc-modal .modal-inner {
    display: table-cell;
    vertical-align: middle;
}

.sc-modal .modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
	text-align: center;
}

.sc-modal .modal-info {
    margin: 20px auto;
    display: table;
	max-width: 80%;
	text-align: center;
}

.sc-modal .modal-info > div {
	display: table-cell;
	width: auto;
	text-align: center;
	line-height: 30px;
}

.sc-modal .sc-control { 
	width: 100px;
    margin: 0;
	white-space: nowrap;
}

.sc-modal .sc-control span {
	vertical-align: middle;
    color: #fff;
	display: inline-block;
	cursor: pointer;
}

.sc-modal .sc-control span.sc-icon {
	font-weight: bold;
	padding: 0 8px;
    margin-top: -9px;
    font-size: 32px;
	width: 32px;
}

.sc-modal img {
    max-width: 100%;
    max-height: 100%;
	border: 0;
}

.sc-modal .sc-control.sc-prev { text-align: left; }
.sc-modal .sc-control.sc-next { text-align: right; }

.sc-modal .sc-control:hover span {
	color: #ff0000;
}

/* Caption of Modal Image */
.sc-modal .sc-caption {
    margin: 0;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
}

/* Add Animation */
.sc-modal .modal-content, .sc-modal .modal-info {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.sc-modal .close {
    position: absolute;
    top: 35px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.sc-modal .close:hover,
.sc-modal .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.sc-item-list .sc-item,
.sc-cols-1 .sc-item-list .sc-item, 
.sc-cols-2 .sc-item-list .sc-item, 
.sc-cols-3 .sc-item-list .sc-item,
.sc-cols-4 .sc-item-list .sc-item, 
.sc-cols-5 .sc-item-list .sc-item { width: 100%; }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 400px){

	.sc-metas .sc-meta {	
	    width: 100%;
		display: block;
	    text-align: center;
	}

}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){

    .sc-modal .modal-content {
        width: 100%;
		max-width: 95%; 
    }

	.sc-modal .modal-info { 
        width: 100%;
		max-width: 95%; 
	}
	.sc-modal .sc-control { width: 32px; }
	.sc-modal .sc-control span.sc-label { display: none; }

	.sc-metas .sc-meta .sc-label, .sc-metas .sc-meta .sc-value {	
	    width: 100%;
		display: block;
	    text-align: center;
	}
	
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 1080px){

	.sc-labeled span.sc-label { width: 50%; }
	 
	.sc-meta-group .sc-meta.sc-labeled span.sc_label, .sc-meta-group .sc-meta.sc-labeled span.sc-value { width: 50%; }

	
}
	

@media (min-width: 400px ) {

	.single-post .sc-asset-list .sc-asset { width: 50%; margin-bottom: -8px; }
	.single-post .sc-asset-list.sc-artwork-cover a { height: 150px; }

}

@media (min-width: 768px ) { 


	.sc-cols-2 .sc-item-list .sc-item { width: 50%; }
	.sc-cols-3 .sc-item-list .sc-item { width: 33.33%; }
	.sc-cols-4 .sc-item-list .sc-item { width: 33.33%; }
	.sc-cols-5 .sc-item-list .sc-item { width: 33.33%; }

	.sc-asset-list .sc-asset { width: 33.33%; }
	.sc-asset-list.sc-artwork-cover a { height: 200px; }

	.single-post .sc-asset-list .sc-asset { width: 33.33%; margin-bottom: -8px; }
	
	.sc-labeled { width: 33.33%; display: inline-block; }


}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px ) { 

	.sc-cols-2 .sc-item-list .sc-item { width: 50%; }
	.sc-cols-3 .sc-item-list .sc-item { width: 33.33%; }
	.sc-cols-4 .sc-item-list .sc-item { width: 25%; }
	.sc-cols-5 .sc-item-list .sc-item { width: 20%; }

	.sc-asset-list .sc-asset { width: 25%; }
	.sc-asset-list.sc-artwork-cover a { height: 250px; }

	.single-post .sc-asset-list.sc-artwork-cover a { height: 180px; }

	.sc-labeled { width: 25%; }

	.sc-metas .sc-meta { width: 100%; }
	.sc-metas .sc-meta .sc-label { width: 100%; text-align: center; display: block; }
	.sc-metas .sc-meta .sc-value { width: 100%; text-align: center; display: block; }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px ) { 

	.sc-cols-2 .sc-item-list .sc-item { width: 50%; }
	.sc-cols-3 .sc-item-list .sc-item { width: 33.33%; }
	.sc-cols-4 .sc-item-list .sc-item { width: 25%; }
	.sc-cols-5 .sc-item-list .sc-item { width: 20%; }

	.sc-asset-list .sc-asset { width: 20%; }
	.sc-asset-list.sc-artwork-cover a { height: 300px; }



}


/* Large devices (large desktops, 1700px and up) */
@media (min-width: 1120px ) { 

	.single-post .sc-asset-list .sc-asset { width: 33.33%; margin-bottom: -8px; }
	.single-post .sc-asset-list.sc-artwork-cover a { height: 180px; }

}

.sc-modal .iframe-project {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.sc-modal iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.sc-loading {
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 99999;
    height: 100%;	
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.sc-loading .three-bounce {
    text-align: center;
    font-size: 26px;
    position: relative;
    top: 50%;
    width: 100%;
}

.sc-loading .three-bounce>div {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #cccccc;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
    animation: bouncedelay 1.4s infinite ease-in-out both
}

.sc-loading .three-bounce .one {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s
}

.sc-loading .three-bounce .two {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s
}

@-webkit-keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0.2)
    }
    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2)
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}












/* platinumHD - custominsaton */
.sc-item-list a {
	padding-top: 56.25%;
	min-height: initial;
}

.sc-item-list .sc-item .title {
	padding: 0px 8px;
	font-size: 13px;
}


@media only screen and (max-width: 1080px) {
	
	.sc-metas .sc-meta {
		width: 100%;
	}

	.sc-metas .sc-meta .sc-label {
		width: 100%;
		text-align: center;
	}

	.sc-metas .sc-meta > span {
		width: 100%;
		display: block;
		text-align: center;
	}

}
