/* CSS Document */

.page-ting-collection .layout-wrapper {
	background: none;
}

.page-ting-collection .primary-content {
	margin-left: 0;
	width: 75% !important;
	float: left !important;
}

.page-ting-collection .secondary-content {
	width: 25% !important;
	margin-left: 20px;
    margin-right: -20px !important;
	margin-top: 70px;
}

.page-ting-collection .secondary-content .pane-ting-ting-collection-types {
	display: none;
}

.page-ting-collection .pane-content h2.collection_header {
	font-family: 'academy sans stencil' !important;
    font-size: 60px;
    margin-bottom: 30px;
}

.page-ting-collection .ting-collection_host {
	background: #004f56;
    width: 99%;
    font-size: 22px;
    color: #FFF;
    padding: 10px;
    box-sizing: border-box;
    line-height: normal;
	overflow: hidden;
	margin-bottom: 20px;
}


.page-ting-collection .ting-collection_host img {
    height: auto;
    display: block;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    max-width: 100%;
}

.page-ting-collection .ting-collection_host span {
	display: block;
}

.page-ting-collection .ting-collection_host a {
	color: #FFF;
	font-size: 18px;
}
.page-ting-collection .ting-collection_host a:hover {
	text-decoration: none;
}
.page-ting-collection .ting-collection_host a:before {
	content: '\f105';
	font-family: fontawesome;
	margin-right: 5px;
}

.page-ting-collection .ting-collection-wrapper {
	background: none;
	padding: 0;
}

.page-ting-collection .ting-collection-inner-wrapper {
	padding: 0;
	background-color: transparent;
}

.page-ting-collection .ting-collection-inner-wrapper > h2 {
	display: none;
}

.page-ting-collection .ting-object.list-item-style>.inner {
	background-color: #FFF;
	padding: 20px;
	margin-bottom: 20px;
	width: 99%;
	box-sizing: border-box;
	cursor: pointer;
}

.page-ting-collection .field-name-ting-subjects, .page-ting-collection .ting-collection-inner-wrapper .field-name-ding-entity-buttons {
	display: none;
}

.page-ting-collection .ting-object .field-name-ting-title h2 {
	font-size: 130%;
}

.page-ting-collection .ting-object .field-name-ting-title h2 a:hover {
	color: inherit;
}

.page-ting-collection .ting-object .field-name-ding-entity-buttons {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}

.page-ting-collection .ting-object .ding-list-add-button {
	display: none;
}

.page-ting-collection .ting-object a.reserve-button, .page-ting-collection .ting-object a.button-see-online {
	background-color: transparent !important;
    background: transparent !important;
    color: #ebbc00 !important;
    border: 2px solid #ebbc00;
    border-radius: 0;
    text-transform: uppercase;
    margin-right: 20px;
    box-shadow: none;
    line-height: 10px;
    vertical-align: middle;
    display: inline;
    width: auto;
    padding: 14px 14px;
}

.page-ting-collection .ting-collection-inner-wrapper .field-name-ting-abstract {
	border-bottom: 0;
	margin: 0
}

.page-ting-collection .ting-collection-inner-wrapper .field-name-ting-type {
	float: left;
	
}

.page-ting-collection .ting-collection-inner-wrapper .field-name-ting-type ul {
	padding: 0;
}

.page-ting-collection .ting-collection-wrapper .ting-object:hover {
	-webkit-box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.18);
	box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.18);
	cursor: pointer;
	background: #f9f9f9;
}

.page-ting-collection .material_link div {
	color: #484d52;
	overflow: hidden;
}

.page-ting-collection .material_link .material_link div.ting-object img {
	transition: transform 1s;
}
.page-ting-collection .material_link .material_link div.ting-object:hover img {
	transform: scale(1.04);
}


.page-ting-collection .pane-ting-ting-collection-types {
	background: #FFF;
	padding: 20px 10px;
}
.page-ting-collection .pane-ting-ting-collection-types h2 {
	margin: 0;
	font-size: 130%;
}

.page-ting-collection .pane-ting-ting-collection-types ul {
	padding: 0;
	margin-top: 10px;
	font-family: 'academy sans bold';
}

@media only screen and (max-width: 1023px) {
	.page-ting-collection .secondary-content {		
		width: 100% !important;
    	float: none !important;
		overflow: hidden;
		margin-left: 0;
		margin-top: 0;
	}
	
	.page-ting-collection .pane-content h2.collection_header {
		display: none;
	}
		
	
	.page-ting-collection .ting-collection_host {
		display: flex;
		align-items: center;
	}
	.page-ting-collection .ting-collection_host img {
		max-width: 28%;
	}
	
	.page-ting-collection .primary-content {
		width: 100% !important;
		margin-left: 0 !important;
	}
}

@media only screen and (max-width: 600px) {
	.page-ting-collection .ting-object-left, .page-ting-collection .ting-object-left .ting-cover, .page-ting-collection .ting-object-right {
		width: 100% !important;
	}
	
	.page-ting-collection .ting-object-right > div {
		margin: 10px 0 !important;
	}
	
	
}
@media only screen and (max-width: 480px) {
	.page-ting-collection .ting-collection_host {
		display: block;
	}
	
	.page-ting-collection .ting-collection_host img {
		width: 100%;
    	max-width: inherit;
		float: none;    
		margin: auto;
		margin-bottom: 10px;
	}
	
}