
/********** IDENTITY PAGE **********/

.identity-package {

}
.identity-package .logo .icon{
	float:none;
}
.identity-package .entry {
	margin:0;
	
}
.identity-package .colors .entry {
    width: 25%;
    float: left;
    display: block;
	margin:0;
    margin-bottom: 50px;
	text-align: center;
}

.identity-package .colors .entry .name {
	margin: 5px 0;
	font-weight: bold;
}

.identity-package .color {
    display: block;
    height: 35px;
    width: 100px;
	margin: auto;
}

.identity-package .logos {
    background:#F5F5F6;
	padding: 15px 0;
	text-align: center;
}

.identity-package .logos .entry {
    display: inline-block;
    text-align: center;
    clear:both;
    margin-top:5px;
    overflow:hidden;
	width: 33.3333333%;
}

.identity-package .logos .thumbnail {
    height: auto;
    background: #F5F5F6;
    padding: 5px;
	max-width: 300px;
	margin: auto;
}
.identity-package .logos .thumbnail .desc {
    font-style: italic;
    font-size: 11px;
    text-align: center;
}
.identity-package .identity-resources {
    margin-top:15px;
    padding:10px;
    min-height:250px;
}
.identity-package .identity-resources .resource {
    text-align: center;
    display:block;
    width: 33.3333333%;
	float: left;
	margin: 15px 0;
}
.identity-package .identity-resources .resource .name {
    margin-top:10px;
    color: #114165;
    font-size:14px;
    font-weight:bold;
    margin-bottom:10px;
}

.identity-package .logos .icons .icon,
.identity-package .identity-resources .resource .icon {
    background-color: #E6E7E8;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    margin: 0 15px;
    position: relative;
    display: inline-block;
    text-align: center;
}

.identity-package .logos .icons .icon a,
.identity-package .identity-resources .resource a {
    position: absolute;
    top: 50px;
    left: -10px;
    width: 75px;
    color: #133E58;
    font-size: 10px;
    font-style: italic;
    text-decoration: underline;
}

.identity-package .type {
    width: 45px;
    height: 45px;
    display: inline-block;
}

.identity-package .type.ai {
    background: url('../../images/icons/eps.png') no-repeat center/contain;
}
.identity-package .type.psd {
    background: url('../../images/icons/psd.png') no-repeat center/contain;
}
.identity-package .type.png {
    background: url('../../images/icons/png.png') no-repeat center/contain;
}
.identity-package .type.jpg {
    background: url('../../images/icons/jpg.png') no-repeat center/contain;
}
.identity-package .type.pdf {
    background: url('../../images/icons/pdf.png') no-repeat center/contain;
}
.identity-package .type.zip {
    background: url('../../images/icons/zip.png') no-repeat center/contain;
}

.identity-package .fonts {
    background:#F5F5F6;
	padding: 15px 0;
}

.identity-package .fonts .font {
	float: left;
	width: 33.3333333%;
	text-align: center;
}

.identity-package .fonts .font .name {
    margin-top:10px;
    color: #114165;
    font-size:14px;
    font-weight:bold;
    margin-bottom:10px;
}
.identity-package .logos .icons .icon {
    margin-bottom: 10px;
}

.w_33 { width: 33.333333%; }
.branding_list .w_33 .logo img { height: 125px; }