/* LISTING ------------------------------------------------------------------------------------------ */
.project-gallery-listing {clear: both; display: block; position: relative; padding-top: 18px;}
	/* filters */
	.project-gallery-filters {display: flex; flex-wrap: nowrap; justify-content: space-between; position: relative;}
		.project-gallery-filter {
			display: inline-block; width: 19%; background: #00C1D5 url('../icons/icon_white_down_arrow.svg') no-repeat 95% 50%; position: relative; text-align: left;
		}
		.starphire .project-gallery-filter {
			background: #005677 url('../icons/icon_white_down_arrow.svg') no-repeat 95% 50%;
		}
			.project-gallery-filter button {
				color: #fff; font-size: 15px; line-height: 20px; font-weight: bold; background: none; border: none; width: 86%; display: block; 
				padding: 10px 7%; font-family: 'Lato', "Lucida Grande", Arial, Sans-Serif; text-align: left; outline: 0; cursor: pointer;
			}
			.project-gallery-filter .filter-product-dropdown {
				background-color: #F2F2F2; color: #484848; position: absolute; top: 40px; left: 0; width: 100%; height: 285px; overflow: auto; display: none; z-index: 200;
			}
			.project-gallery-filter.open {background: #00859B url('../icons/icon_white_up_arrow.svg') no-repeat 95% 50%;}
				.project-gallery-filter.open button {color: #fff; outline: 0;}
			
			.project-gallery-filter:last-of-type, .project-gallery-filter.open:last-of-type {background-image: none;}
			
				.filter-product-dropdown ul, 
				.filter-product-dropdown ul li {
					color: #484848; font-size: 14px; line-height: 18px; font-weight: normal; text-decoration: none; list-style: none; margin: 0; padding: 0; display: block; 
				}
				.filter-product-dropdown ul li {padding: 10px 10px 10px 20px; border-bottom: 1px solid #CFCFCF;}
					.filter-product-dropdown ul li input[type="checkbox"] {cursor: pointer; width: 15px; height: 15px; margin: 0 10px 0 0;}
					.filter-product-dropdown ul li label {cursor: pointer;}
					
		/* city or zipcode search */
		.project-city-search {display: flex; flex-wrap: nowrap; justify-content: space-between;}
		.project-gallery-filter #city-search-text {display: inline-block; height: 20px; padding: 10px 0 10px 7%; width: 79%; border: 0; background: none; outline: 0; color: #fff; font-size: 15px; line-height: 20px; font-weight: bold;}
		.project-gallery-filter #city-search-button {display: inline-block; height: 20px; background: none; padding: 10px 5%; width: 12%; border: 0; text-align: right;}
			
			/* placeholders */
			.project-gallery-filter #city-search-text::-webkit-input-placeholder,
			.project-gallery-filter #city-search-text ::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #fff;}
			.project-gallery-filter #city-search-text:-moz-placeholder,
			.project-gallery-filter #city-search-text :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #fff; opacity: 1;}
			.project-gallery-filter #city-search-text::-moz-placeholder,
			.project-gallery-filter #city-search-text ::-moz-placeholder			{ /* Mozilla Firefox 19+ */ color: #fff; opacity: 1;}
			.project-gallery-filter #city-search-text:-ms-input-placeholder,
			.project-gallery-filter #city-search-text :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #fff;}
			.project-gallery-filter #city-search-text::-ms-input-placeholder,
			.project-gallery-filter #city-search-text ::-ms-input-placeholder { /* Microsoft Edge */ color: #fff;}
			.project-gallery-filter #city-search-text::placeholder,
			.project-gallery-filter #city-search-text ::placeholder { /* Most modern browsers support this now. */ color: #fff;}
			
	/* search by project name or details */
	.project-gallery-search {margin-top: 15px; clear: both; display: flex; flex-wrap: nowrap; justify-content: space-between;}
		.project-gallery-search #project-search-text {display: inline-block; padding: 10px 1%; width: 91%; border: 1px solid #B4B3B3; border-right: 0; outline: 0; font-size: 14px; line-height: 18px; font-weight: bold; color: #B4B3B3; font-family: 'Lato', "Lucida Grande", Arial, Sans-Serif;}
		.project-gallery-search #project-search-button {display: inline-block; background: none; padding: 10px 1%; width: 5%; border: 1px solid #B4B3B3; border-left: 0; text-align: right; cursor: pointer;}
		
			/* placeholders */
			.project-gallery-search #project-search-text::-webkit-input-placeholder,
			.project-gallery-search #project-search-text ::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #B4B3B3;}
			.project-gallery-search #project-search-text:-moz-placeholder,
			.project-gallery-search #project-search-text :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #B4B3B3; opacity: 1;}
			.project-gallery-search #project-search-text::-moz-placeholder,
			.project-gallery-search #project-search-text ::-moz-placeholder			{ /* Mozilla Firefox 19+ */ color: #B4B3B3; opacity: 1;}
			.project-gallery-search #project-search-text:-ms-input-placeholder,
			.project-gallery-search #project-search-text :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #B4B3B3;}
			.project-gallery-search #project-search-text::-ms-input-placeholder,
			.project-gallery-search #project-search-text ::-ms-input-placeholder { /* Microsoft Edge */ color: #B4B3B3;}
			.project-gallery-search #project-search-text::placeholder,
			.project-gallery-search #project-search-text ::placeholder { /* Most modern browsers support this now. */ color: #B4B3B3;}
	
	/* filter selections & case studies */
	.project-gallery-selected-case {margin-top: 20px; clear: both; display: block;}
		.project-gallery-selected-case:after {content:''; display: table; clear: both;}
	
		/* filter selections */
		.project-gallery-selections	{display: inline-block; float: left; margin-bottom: 15px;}
			.project-gallery-selections button {
				display: inline-block; background: #F4F4F4 url('../icons/icon_x_blue.svg') no-repeat right 10px top 50%; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; margin-right: 10px;
				padding: 8px 32px 8px 16px; font-size: 12px; line-height: 14px; font-weight: normal; color: #656565; font-family: 'Lato', "Lucida Grande", Arial, Sans-Serif; outline: 0; cursor: pointer; margin-bottom: 7px;
			}
				.project-gallery-selections button:last-of-type {padding: 8px 12px 8px 12px; background: none; color: #005776; font-size: 14px;}
				.project-gallery-selections button:hover {background-color: #e4e4e4;}
		
		/* share results */
		.share-my-results-link {
			font-size: 14px; line-height: 30px; height: 30px; display: inline-block; color: #005776; font-weight: normal; text-decoration: none; padding-left: 29px; 
			background: url('../icons/icon_share_results_blue.svg') no-repeat left center; margin-right: 50px; margin-bottom: 15px;
		}
		/* map results */
		.map-my-results-link {
			font-size: 14px; line-height: 30px; height: 30px; display: inline-block; color: #005776; font-weight: normal; text-decoration: none; padding-left: 26px; 
			background: url('../icons/icon_map_results_blue.svg') no-repeat left center; margin-right: 50px; margin-bottom: 15px;
		}
		/* case studies */
		.project-gallery-case-studies {display: inline-block; float: right; font-size: 14px; line-height: 30px; color: #005776; font-weight: normal; margin-bottom: 15px; text-align:right;}
			.project-gallery-case-studies label {font-size: 14px; line-height: 30px; color: #005776; font-weight: normal; margin-right: 2px;}
			.case-studies-group {display: inline-block;}
		
	/* results */	
	.project-gallery-results {margin-top: 30px; clear: both; display: flex; flex-wrap: wrap; justify-content: flex-start; text-align: left; position: relative;}
		.project-gallery-results .result {
			display: inline-block; width: 32.33%; margin: 0 0.5% 15px 0.5%; color: #fff; text-decoration: none; border: 0; border-radius: 12px; position: relative; 
			background-repeat: no-repeat !important; background-position: center center !important; background-size: cover !important; cursor: pointer; 
		}
			.project-gallery-results .result img {width: 100%; height: 100%; display: block; border-radius: 12px;}
			.project-gallery-results .result .overlay {
				position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; border-radius: 12px; opacity: 0.6; background: url('../img/results-gradient-bg-repeat-bottom.png') repeat-x left bottom;
			}
			.project-gallery-results .result h3 {color: #fff; font-size: 16px; line-height: 1.3em; text-align: left; font-weight: 500; margin: 0; display: block; width: 52%; position: absolute; bottom: 10px; left: 13px;}
			.project-gallery-results .result .result-location {color: #fff; font-size: 16px; line-height: 1.3em; text-align: right; font-weight: 500; display: block; width: 41%; position: absolute; bottom: 10px; right: 13px;}
			.project-gallery-results .result .result-text {position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 100%; color: #fff; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5); text-align: center; z-index: 8600;}
				.project-gallery-results .result .result-button {
					opacity: 0; color: #fff; font-size: 15px; line-height: 1em; font-weight: 500; border: 1px solid #fff; padding: 10px 22px; display: inline-block; background: url('../img/results-gradient-bg-repeat-bottom.png') repeat-x left bottom;
				}
			.project-gallery-results .result button {opacity: 0; width: 26px; height: 25px; color: #000; display: block; position: absolute; top: 12px; right: 12px; background: url('../img/icon_white_star_outline.png') no-repeat right top; cursor: pointer; outline: 0;}
			.project-gallery-results .result button.active {background: url('../img/icon_white_star_filled.png') no-repeat right top;}
			
			/* last result */
			.project-gallery-results .last-result {color: #005776; background-color: #F5F5F5 !important; background-image: none !important; text-align: center;}
			.project-gallery-results .last-result .overlay {display: none;}
			.project-gallery-results .last-result img {/*display: none;*/}
			.project-gallery-results .last-result .result-text {color: #005776; text-shadow: none; text-align: center;}
			.project-gallery-results .last-result h3 {color: #005776; text-align: center; font-size: 24px; line-height: 1.1em; left: auto; bottom: auto; position: relative; display: block; width: 100%; margin-bottom: 10px;}
			.project-gallery-results .last-result .result-location {display: none;}
			.project-gallery-results .last-result .result-button {color: #005776; border: 0; font-size: 16px; line-height: 22px; margin-top: 6px; margin-bottom: 46px; padding: 0; opacity: 1; background-color: transparent; background-image: none;}
			.project-gallery-results .last-result button {display: none;}
			
			/* no exact match */
			.project-gallery-results .no-exact-match {color: #005776; background: #005776; text-align: center;}
			.project-gallery-results .no-exact-match .overlay {display: none;}
			.project-gallery-results .no-exact-match img {display: none;}
			.project-gallery-results .no-exact-match .result-text {color: #F5F5F5; text-shadow: none; text-align: center;}
			.project-gallery-results .no-exact-match h3 {color: #F5F5F5; text-align: center; font-size: 24px; line-height: 1.1em; left: auto; bottom: auto; position: relative; display: block; width: 100%; margin-bottom: 10px;}
			.project-gallery-results .no-exact-match .result-location {display: none;}
			.project-gallery-results .no-exact-match .result-button {color: #F5F5F5; border: 0; font-size: 16px; line-height: 1.3em; margin-top: 6px; margin-bottom: 46px; padding: 0; opacity: 1; background-color: transparent; background-image: none;}
			.project-gallery-results .no-exact-match button {display: none;}

			/* hover */
			.project-gallery-results .result:hover .result-button {opacity: 1;  -moz-transition: opacity .35s ease-in-out; -webkit-transition: opacity .35s ease-in-out; transition: opacity .35s ease-in-out;}
			.project-gallery-results .result:hover .overlay {opacity: 0.6;  -moz-transition: opacity .35s ease-in-out; -webkit-transition: opacity .35s ease-in-out; transition: opacity .35s ease-in-out;}
			.project-gallery-results .result:hover button {opacity: 1;  -moz-transition: opacity .35s ease-in-out; -webkit-transition: opacity .35s ease-in-out; transition: opacity .35s ease-in-out;}
			
			/* bottom of details page */
			.project-gallery-section .project-gallery-results .result h3 {margin: 0; display: block; width: 52%;}
			
	/* paging */
	.project-gallery-paging {display: flex; flex-wrap: nowrap; justify-content: center; text-align: center; padding: 60px 0; clear: both;}
		.project-gallery-paging a {
			display: inline-block; padding: 12px 20px; color: #00C1D5; font-size: 16px; line-height: 19px; 
			border: 1px solid #CBCBCB; border-right: 1px solid #fff; font-weight: normal; text-decoration: none; cursor: pointer;
		}
		.project-gallery-paging a:hover, 
		.project-gallery-paging a:focus {background-color: #00C1D5; border-right: 1px solid #00C1D5; color: #fff; cursor: pointer;}
		.project-gallery-paging a.selected {background-color: #00C1D5; border-right: 1px solid #00C1D5; color: #fff; cursor: default;}
			.project-gallery-paging a:first-of-type {border-radius: 4px 0px 0px 4px; color: #00C1D5;}
			.project-gallery-paging a:last-of-type {border-radius: 0px 4px 4px 0px; color: #00C1D5; border-right: 1px solid #CBCBCB;}
				.project-gallery-paging a:first-of-type:hover, .project-gallery-paging a:first-of-type:focus,
				.project-gallery-paging a:last-of-type:hover, .project-gallery-paging a:last-of-type:focus {color: #fff;}
		
		/*starphire*/
		.starphire .project-gallery-paging a {
			display: inline-block; padding: 12px 20px; color: #005677; font-size: 16px; line-height: 19px; 
			border: 1px solid #CBCBCB; border-right: 1px solid #fff; font-weight: normal; text-decoration: none; cursor: pointer;
		}
		.starphire .project-gallery-paging a:hover, 
		.starphire .project-gallery-paging a:focus {background-color: #005677; border-right: 1px solid #005677; color: #fff; cursor: pointer;}
		.starphire .project-gallery-paging a.selected {background-color: #005677; border-right: 1px solid #005677; color: #fff; cursor: default;}
			.starphire .project-gallery-paging a:first-of-type {border-radius: 4px 0px 0px 4px; color: #005677;}
			.starphire .project-gallery-paging a:last-of-type {border-radius: 0px 4px 4px 0px; color: #005677; border-right: 1px solid #CBCBCB;}
				.starphire .project-gallery-paging a:first-of-type:hover, .starphire .project-gallery-paging a:first-of-type:focus,
				.starphire .project-gallery-paging a:last-of-type:hover, .starphire .project-gallery-paging a:last-of-type:focus {color: #fff;}
	
	/* map */
	.map-area {display: block; width: 99%; margin: 0 0.5%; margin: 0 0 40px 0; text-align: right;}
	.close-map {display: inline-block; background-color: #005776; padding: 5px; font-size: 26px; line-height: 1em; font-weight: bold; color: #fff; outline: 0; cursor: pointer; text-align: center;}
	#map {height: 680px; width: 100%; max-width: 100%; text-align: left;}
	#map h4 {color: #000 !important; font-size: 20px !important; line-height: 1.1em; font-weight: bold; margin: 0 0 5px 0 !important;}
	#map p {font-size: 16px; font-weight: 300; margin: 0 !important;}
	
	/* mobile */
	@media ( max-width: 1280px) {
		.project-gallery-results .result {width: 49%; margin: 0 1% 15px 1%;}
		.project-gallery-results .result:nth-child(odd) {margin-left: 0;}
		.project-gallery-results .result:nth-child(even) {margin-right: 0;}
		#map {height: 640px;}
	}
	@media ( max-width: 1180px) {
		.project-gallery-results .result {width: 49%; margin: 0 1% 15px 1%;}
		.project-gallery-results .result:nth-child(odd) {margin-left: 0;}
		.project-gallery-results .result:nth-child(even) {margin-right: 0;}
		#map {height: 600px;}
	}
	@media ( max-width: 1030px) {
		#map {height: 560px;}
	}
	@media ( max-width: 990px ) {
		.project-gallery-filters {flex-wrap: wrap;}
		.project-gallery-filter {width: 24%;}
		.project-city-search {width: 100%; margin-top: 15px;}
		.project-gallery-filter #city-search-text {padding: 10px 0 10px 2%; width: 90%;}
		.project-gallery-filter #city-search-button {padding: 10px 2%; width: 13%;}	
		.project-gallery-search #project-search-text {padding: 10px 2%; width: 85%;}
		.project-gallery-search #project-search-button {padding: 10px 2%; width: 7%;}
	}	
	@media ( max-width: 820px ) {
		.share-my-results-link {padding-left: 28px; margin-right: 35px; font-size: 13px;}
		.map-my-results-link {padding-left: 25px; margin-right: 35px; font-size: 13px;}
		.project-gallery-case-studies label {margin-right: 0px; font-size: 13px;}
		#map {height: 600px;}
	}
	@media ( max-width: 767px ) {
		.project-gallery-listing {padding-top: 0px;}
		.project-gallery-filter {width: 49%; margin-top: 15px;}
		.project-city-search {width: 100%;}
		.project-gallery-filter #city-search-text {padding: 10px 0 10px 3%; width: 89%;}
		.project-gallery-filter #city-search-button {padding: 10px 2%; width: 13%;}	
		.project-gallery-search #project-search-text {padding: 10px 3%; width: 85%;}
		.filter-product-dropdown ul li {padding: 10px 8px 10px 15px;}
		
		.share-my-results-link {float: none; text-align: center; display: inline-block;}
		.map-my-results-link {float: none; text-align: center; display: inline-block;}
		.project-gallery-case-studies {float: none; text-align: center; display: inline-block; width: 100%;}
		.case-studies-group {float: none; display: block; width: 100%; text-align: center;}
		
		#map {height: 500px;}
	}
	@media ( max-width: 600px) {
		.project-gallery-results .result {width: 100%; margin: 0 0% 15px 0%;}
		.project-gallery-results .result:nth-child(odd) {margin-left: 0; margin-right: 0;}
		.project-gallery-results .result:nth-child(even) {margin-left: 0; margin-right: 0;}
	}
	@media ( max-width: 500px ) {
		.project-gallery-paging a {padding: 12px 15px;}
		#map {height: 600px;}
	}
	@media ( max-width: 360px ) {
		.project-gallery-paging a {padding: 12px 14px;}
		.project-gallery-filter {width: 100%;}
	}
	
/* sticky favorites tab */	
.project-gallery-favorites {display: block; width: auto; position: fixed; bottom: 0; right:0; text-align: right; z-index: 9999;}
	.project-gallery-favorites-tab {
		display: inline-block; background-color: #005776; color: #fff; cursor: pointer; -webkit-box-shadow: -2px -2px 5px 0px rgba(143,143,143,0.5); -moz-box-shadow: -2px -2px 5px 0px rgba(143,143,143,0.5); box-shadow: -2px -2px 5px 0px rgba(143,143,143,0.5);
	}
		.project-gallery-tab-flex {display: flex; flex-wrap: nowrap; justify-content: flex-end;}
			.project-gallery-tab-text {display: inline-block; text-align: right;}
				.project-gallery-tab-text button {padding: 18px 10px 18px 25px; background: none; border: 0; font-size: 15px; line-height: 19px; color: #fff; font-weight: bold; outline: 0; text-align: right; cursor: pointer;}
			.project-gallery-tab-star {
				display: inline-block; width: 26px; height: 25px; background: url('../img/icon_white_star_outline.png') no-repeat center center;
				color: #005776; font-size: 10px; line-height: 25px; font-weight: bold; text-align: center; margin: 15px 20px 15px 0;
			}
		.project-gallery-favorites-tab:hover,
		.project-gallery-favorites-tab:focus {background-color: #000; color: #fff;}
	
	/* window */
	.project-gallery-favorites-window {display: none; text-align: right;}
		.project-gallery-favorites-inner {
			display: inline-block; background-color: #fff; width: 340px; max-width: 100%; -webkit-box-shadow: -2px -2px 5px 0px rgba(143,143,143,0.5); -moz-box-shadow: -2px -2px 5px 0px rgba(143,143,143,0.5); box-shadow: -2px -2px 5px 0px rgba(143,143,143,0.5);
		}
			.project-gallery-favorites-list {display: block; padding: 25px; color: #676767; font-size: 12px; line-height: 16px; text-align: left; max-height: 360px; overflow: auto;}
				.project-gallery-favorite {display: flex; flex-wrap: nowrap; justify-content: space-between; margin-bottom: 20px; position: relative; clear: both;}
					.project-gallery-favorite-image {display: inline-block; width: 45%; background: linear-gradient(90deg, #005776 0%, #00C1D5 100%);}
						.project-gallery-favorite-image img {width: 100%; height: auto; max-width: 100%;}
					.project-gallery-favorite-text  {display: inline-block; width: 50%;}
						.project-gallery-favorite h5 {font-size: 14px; line-height: 20px; color: #005776; font-weight: bold; display: block; margin: 10px 0 5px 0;}
						.project-gallery-favorite p  {font-size: 12px; line-height: 20px; color: #676767; font-weight: normal; display: block; margin: 0 0 10px 0;}
							.project-gallery-favorite a {}
			.project-gallery-favorites-share {display: flex; flex-wrap: nowrap; justify-content: space-between; color: #fff; text-align: left; background-color: #A0A0A0;}
				.project-gallery-favorites-share #share-favorites {display: inline-block; color: #fff; font-size: 14px; line-height: 16px; padding: 12px 25px 12px 55px; background: #A0A0A0 url('../img/icon_share_favorites.png') no-repeat 25px 50%; text-decoration: none; cursor: pointer;}
				.project-gallery-favorites-share #remove-all-favorites {display: inline-block; color: #fff; font-size: 14px; line-height: 16px; padding: 12px 25px 12px 25px; background-color: #A0A0A0; text-decoration: none; cursor: pointer;}
					.project-gallery-favorites-share #share-favorites:hover, .project-gallery-favorites-share #share-favorites:focus,
					.project-gallery-favorites-share #remove-all-favorites:hover, .project-gallery-favorites-share #remove-all-favorites:focus {text-decoration: underline; outline: 0;}
	/* open */
	.project-gallery-favorites.open .project-gallery-tab-star,
	.project-gallery-favorites .project-gallery-tab-star.active {background: url('../img/icon_white_star_filled.png') no-repeat center center;}
		
	/* modal window */
	.modal {max-width: 800px; padding: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; -ms-border-radius: 0; border-radius: 0;}
	.modal h3 {color: #fff; background-color: #00859B; font-size: 24px; line-height: 30px; font-weight: bold; margin: 0; display: block; padding: 15px 35px;}
	.modal a.close-modal {top: 20px; right: 35px; background: transparent url('../img/icon_x_white.png') no-repeat center center; height: 20px; width: 20px; background-size: auto;}
	.modal .modal-inner {padding: 35px; background-color: #fff;}
		.modal .modal-row {display: flex; flex-wrap: nowrap; align-items: center; margin-bottom: 20px;}
			.modal .share-modal-label {display: inline-block; width: 12%; min-width: 90px; text-align: right;}
				.modal .share-modal-label label {font-size: 18px; line-height: 40px; color: #00859B; font-weight: bold; display: inline-block; height: 40px; margin-right: 10px;}
			.modal .share-modal-input {display: inline-block; width: 44%;}	
				.modal .share-modal-input input,
				.modal .share-modal-input textarea {
					border: 1px solid #B4B3B3; background-color: #fff; color: #B4B3B3; font-size: 16px; line-height: 18px; font-family: 'Lato', "Lucida Grande", Arial, Sans-Serif;
					height: 38px; padding: 10px 15px; display: inline-block; box-shadow: none; width: 99%; box-sizing: border-box; margin-left: 5px; margin-right: 5px;
				}
				.modal .share-modal-input textarea {height: 90px;}
				
	.modal .modal-row-2 .share-modal-input:last-of-type input {width: 95%; margin-left: 5%; margin-right: 0;} 
	.modal .modal-row-3 .share-modal-input {width: 100%;}
	.modal .modal-row-4 {align-items: flex-start;}
	.modal .modal-row-4 .share-modal-input {width: 100%;}
	.modal .modal-row-5 {text-align: right;}
		.modal .modal-row-5 a {font-size: 15px; line-height: 17px; font-weight: normal; padding: 10px 35px; display: inline-block; background-color: #fff;}
		.modal #share-modal-send-button {background-color: #CACACA; color: #fff; display: inline-block; font-size: 15px; line-height: 17px; padding: 10px 35px; font-weight: bold;}	
			.modal #share-modal-send-button:hover {background-color: #84BD00;}
	
	/* mobile */
	@media ( max-width: 760px ) {
		.modal .modal-row {flex-wrap: wrap; align-items: flex-start; text-align: left;}
			.modal .share-modal-label {display: block; width: 100%; text-align: left;}
			.modal .share-modal-input {display: block; width: 100%;}
				.modal .share-modal-input input,
				.modal .share-modal-input textarea {width: 100%; margin-left: 0px; margin-right: 0px;}
		.modal .modal-row-2 .share-modal-input:last-of-type input {width: 100%; margin-left: 0%; margin-top: 20px;} 
	}	
	@media ( max-width: 500px ) {
		.modal h3 {font-size: 20px; line-height: 24px; padding: 10px 25px;}
		.modal a.close-modal {top: 12px; right: 25px; height: 20px; width: 20px;}
		.modal .modal-inner {padding: 15px 25px;}
		.modal .share-modal-label label {font-size: 16px; line-height: 20px; height: auto; display: block; margin-bottom: 3px;}
		.modal .modal-row {margin-bottom: 14px;}
		.modal .modal-row-2 .share-modal-input:last-of-type input {margin-top: 14px;} 
		.modal .modal-row-5 a,
		.modal #share-modal-send-button {font-size: 14px; line-height: 16px; padding: 9px 20px;}	
		
		.project-gallery-favorites-inner {display: block; width: 100%;}
		.project-gallery-tab-text button {padding: 16px 10px 16px 20px; font-size: 14px;}
		.project-gallery-tab-star {width: 26px; height: 25px; margin: 13px 15px 13px 0;}
		
		.modal .share-modal-input textarea {height: 78px;}
		.jquery-modal.blocker {z-index: 9990 !important;}
	}
	
/* DETAIL ------------------------------------------------------------------------------------------ */
.project-gallery-main-image {text-align: center; display: block; margin-bottom: 80px;}

.project-gallery-detail h1 {color: #005776; text-shadow: none; margin: 0 0 30px 0;}	

/* sharing buttons */
.top-share-buttons {display: flex; flex-wrap: nowrap; justify-content: flex-start; align-items: center; margin-bottom: 50px;}
.share-project-button,
.add-to-favorites-button, 
.share-social-buttons {display: inline-block; border-left: 1px solid #D7D7D7; padding: 0 5px;}	
	.share-project-button a {display: inline-block; color: #B9B9B9; background: #fff url('../img/icon_share_project_gray.png') no-repeat 15px center; padding: 12px 20px 12px 50px; font-size: 14px; line-height: 16px; font-weight: normal; outline: 0; text-decoration: none; cursor: pointer;}
	.add-to-favorites-button button {color: #B9B9B9; background: #fff url('../img/icon_add_to_favorites.png') no-repeat 15px center; padding: 12px 20px 12px 50px; font-size: 14px; line-height: 16px; font-weight: normal; outline: 0; cursor: pointer;}
		.share-project-button a:hover, .share-project-button a:focus,
		.add-to-favorites-button button:hover, .add-to-favorites-button button:focus {color: #84BD00;}
	.share-social-buttons {display: inline-flex; justify-content: flex-start; align-items: center; height: 40px; padding: 0 20px; z-index: 1;}
		.share-social-buttons .sharethis-inline-share-buttons {display: inline-block !important; z-index: 9800 !important;}

/* Fresco image gallery 
.project-gallery-detail-browse {display: flex; flex-wrap: wrap; justify-content: flex-start; width: 100%;}
	.project-gallery-detail-browse a {display: inline-block; width: 15.66%; margin: 0 0.5% 10px 0.5%; position: relative;}
		.project-gallery-detail-browse a img {display: block; width: 100%; height: auto; max-width: 100%;}
*/

.project-gallery-section, 
div.section.project-gallery-section {display: flex !important; flex-wrap: wrap; justify-content: space-between;}
	.project-gallery-section:after, 
	div.section.project-gallery-section:after {display: none !important;}
	.project-gallery-section h3, 
	div.section.project-gallery-section h3 {display: block; width: 100%; padding-bottom: 12px; border-bottom: 2px solid #A6A6A6; margin-top: 100px;}
	.project-gallery-section .project-gallery-half {display: inline-block; width: 48%;}
	.project-gallery-section .project-gallery-left {display: inline-block; width: 38%;}
	.project-gallery-section .project-gallery-right{display: inline-block; width: 58%;}
	
		.project-gallery-section .project-gallery-half iframe {max-width: 100%;}
		.project-gallery-half, .project-gallery-half p, .project-gallery-half li {font-size: 17px; line-height: 27px; font-weight: 300; color: #282828;}
		.project-gallery-half ul {list-style: none; margin: 0; padding: 0;}
		.project-gallery-half ul li {list-style: none; margin: 0; padding: 0;}
		.project-gallery-half img {width: 75px; height: auto; display: inline-block; margin: 0 10px 0 0;}
		.project-gallery-half h4:first-of-type {margin-top: 0;}
	.project-gallery-section .project-gallery-results {margin-top: 0; margin-bottom: 80px;}
	.project-gallery-section .project-gallery-results h3, 
	div.section.project-gallery-section .project-gallery-results h3 {border: 0 !important; padding-bottom: 0;}

div.section.project-credits-section img {width: auto; height: auto; float: left; display: block; margin: 0;}
div.section.project-credits-section h4, 
div.section.project-credits-section p, 
div.section.project-credits-section ul {margin-left: 84px;}

/* detail buttons */
.project-gallery-half a.get-samples,
.project-gallery-half a.download-case-study,
.project-gallery-half a.view-project-news, 
.project-gallery-half a.open-google-images {
	color: #fff; background-color: #005776; border-radius: 10px; padding: 10px 50px 10px 20px; min-width: 245px; max-width: 100%; box-sizing: border-box; display: inline-block; 
	font-size: 15px; line-height: 20px; font-weight: 400; text-decoration: none; cursor: pointer; margin-bottom: 10px;
}
.project-gallery-half a.get-samples {padding: 10px 20px; min-width: 100px; margin-top: 18px;}
.project-gallery-half a.download-case-study {background: #005776 url('../img/icon_download_white.png') no-repeat right 15px center;}
.project-gallery-half a.view-project-news, 
.project-gallery-half a.open-google-images {background: #005776 url('../img/icon_view_news_white.png') no-repeat right 15px center;}

	.project-gallery-half a.get-samples:hover, 
	.project-gallery-half a.download-case-study:hover, 
	.project-gallery-half a.view-project-news:hover, 
	.project-gallery-half a.open-google-images:hover,
	.project-gallery-half a.get-samples:focus,
	.project-gallery-half a.download-case-study:focus, 
	.project-gallery-half a.view-project-news:focus, 
	.project-gallery-half a.open-google-images:focus {color: #fff; background-color: #84BD00; text-decoration: none;}
	
/* mobile */
@media ( max-width: 1260px ) {
	.project-gallery-detail-browse a {width: 19%;}
	.project-gallery-section h3, 
	div.section.project-gallery-section h3 {margin-top: 90px;}
}
@media ( max-width: 960px ) {
	.project-gallery-detail-browse a {width: 32%;}
	.top-share-buttons {margin-bottom: 40px;}
	.project-gallery-section h3, 
	div.section.project-gallery-section h3 {margin-top: 80px;}
}
@media ( max-width: 830px) {
	.project-gallery-detail h1 {margin: 0 0 20px 0;}
	.project-gallery-section h3, 
	div.section.project-gallery-section h3 {margin-top: 70px;}
}
@media ( max-width: 660px ) {
	.project-gallery-detail h1 {margin: 0 0 15px 0;}
	.share-project-button,
	.add-to-favorites-button {padding: 0;}
		.share-project-button button {font-size: 13px; padding: 12px 18px 12px 47px; background-position: 12px center;}
		.add-to-favorites-button button {font-size: 13px; padding: 12px 18px 12px 47px; background-position: 12px center;}
	.project-gallery-half img {margin-bottom: 10px;}
	
	.project-gallery-section h3, 
	div.section.project-gallery-section h3 {margin-top: 60px;}



	.top-share-buttons {display: flex; flex-wrap: wrap; margin-bottom: 25px;}
	.share-project-button,
	.add-to-favorites-button, 
	.share-social-buttons {margin-top: 10px;}	
	.share-social-buttons {padding-left: 15px;}
	.project-gallery-section h3, 
	div.section.project-gallery-section h3 {margin-top: 50px;}
	div.section.project-credits-section .project-gallery-half {display: block; width: 100%;}

	.project-gallery-section .project-gallery-half, .project-gallery-section .project-gallery-left,.project-gallery-section .project-gallery-right {display: block; width: 100%;}
	.project-gallery-section .project-gallery-right {margin-top: 30px;}
	.project-gallery-detail-browse a {width: 100%; margin: 0 0 10px 0;}
}	
	
/* DETAIL SLIDER */
.product-image-gallery {display: flex; flex-wrap: no-wrap; justify-content: flex-start; align-items: flex-start;}

	.large-slider .flex-viewport, 
	.vertical-carousel .flex-viewport, 
	.large-slider .slides,
	.large-slider .slides li {height: 635px; max-height: 635px;}
	
	.loading .flex-viewport {max-height: 300px;}
	
	#large-slider {width: calc(100% - 170px); border-radius: 16px;}
	#thumbnail-slider {width: 134px; margin-left: 30px !important;}

	.large-slider .slides li {
		background-color: transparent; background-repeat: no-repeat; background-position: center center; background-size: cover !important;
		display: flex !important; justify-content: center; align-items: center; text-align: center; border-radius: 16px; width: 100%; height: 100%;
	}
	.large-slider .slides li .slide-overlay {
		display: flex !important; justify-content: center; align-items: center; text-align: center; overflow: hidden; width: 100%; height: 100%;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); border-radius: 16px;
	}
	.large-slider .slides li a {display: inline-flex; justify-content: center; align-items: center; text-align: center; width: 100%; height: 100%;}
	.large-slider .slides li a img {display: inline-block; width: auto !important; height: auto !important; max-width: 100% !important; object-fit: contain;}
	
	.vertical-carousel .slides li {float: none !important; margin: 0 0 25px 0;}
	.vertical-carousel .slides li img {border-radius: 16px;}
	
	.large-slider .flex-direction-nav a {width: 40px; height: 50px; color: rgba(0, 0, 0, 0); text-shadow: none !important;}
	.large-slider .flex-direction-nav a:before {font-size: 30px; text-shadow: none !important;}
	
	.vertical-carousel .flex-direction-nav a {width: 30px !important; height: 30px !important; opacity: 0;}
	.vertical-carousel .flex-direction-nav a.flex-prev {left: 39% !important; bottom: auto !important; top: 13px !important; text-align: center !important;}
	.vertical-carousel .flex-direction-nav a.flex-next {right: 39% !important; top: auto !important; bottom: 0px !important; text-align: center !important;}
	
	.vertical-carousel .flex-direction-nav a:before {font-size: 30px !important; text-shadow: none !important;}
	.vertical-carousel .flex-direction-nav a.flex-prev:before {transform: rotate(90deg) !important;}
	.vertical-carousel .flex-direction-nav a.flex-next:before {transform: rotate(90deg) !important;}
	
	.vertical-carousel:hover .flex-direction-nav a.flex-prev {opacity: 0.7;}
	.vertical-carousel:hover .flex-direction-nav a.flex-prev:hover {opacity: 1;}
	
	.vertical-carousel:hover .flex-direction-nav a.flex-next {opacity: 0.7;}
	.vertical-carousel:hover .flex-direction-nav a.flex-next:hover {opacity: 1;}
	
@media ( max-width: 1400px ) {
	#large-slider {width: calc(100% - 160px); border-radius: 16px;}
	#thumbnail-slider {width: 124px; margin-left: 30px !important;}
	.vertical-carousel .slides li {margin: 0 0 29px 0 !important;}
	
	.large-slider .flex-viewport, 
	.vertical-carousel .flex-viewport, 
	.large-slider .slides,
	.large-slider .slides li {height: 610px; max-height: 610px;}
}
@media ( max-width: 1050px ) {
	#large-slider {width: calc(100% - 150px); border-radius: 16px;}
	#thumbnail-slider {width: 119px; margin-left: 25px !important;}
	.vertical-carousel .slides li {margin: 0 0 26px 0 !important;}
	
	.large-slider .flex-viewport, 
	.vertical-carousel .flex-viewport, 
	.large-slider .slides,
	.large-slider .slides li {height: 580px; max-height: 580px;}
}
@media ( max-width: 860px ) {
	#large-slider {width: calc(100% - 140px); border-radius: 16px;}
	#thumbnail-slider {width: 116px; margin-left: 20px !important;}
	.vertical-carousel .slides li {margin: 0 0 22px 0 !important;}
	
	.large-slider .flex-viewport, 
	.vertical-carousel .flex-viewport, 
	.large-slider .slides,
	.large-slider .slides li {height: 550px; max-height: 550px;}

    .vertical-carousel .flex-direction-nav a.flex-prev {bottom: auto; opacity: 0.7; left: 39%; top: 13px !important; text-align: center !important;}
	.vertical-carousel .flex-direction-nav a.flex-next {top: auto; bottom: 0; opacity: 0.7; right: 39%; bottom: 0px !important; text-align: center !important;}
	
	.vertical-carousel:hover .flex-direction-nav a.flex-prev {opacity: 0.7; left: 39%; bottom: auto !important; top: 13px !important; text-align: center !important;}
	.vertical-carousel:hover .flex-direction-nav a.flex-prev:hover {opacity: 1; bottom: auto !important; top: 13px !important; text-align: center !important;}
	
	.vertical-carousel:hover .flex-direction-nav a.flex-next {opacity: 0.7; right: 39%; top: auto !important; bottom: 0px !important; text-align: center !important;}
	.vertical-carousel:hover .flex-direction-nav a.flex-next:hover {opacity: 1; top: auto !important; bottom: 0px !important; text-align: center !important;}
}
@media ( max-width: 660px ) {
	#large-slider {width: calc(100% - 125px); border-radius: 16px;}
	#thumbnail-slider {width: 107px; margin-left: 15px !important;}
	.vertical-carousel .slides li {margin: 0 0 18px 0 !important;}
	
	.large-slider .flex-viewport, 
	.vertical-carousel .flex-viewport, 
	.large-slider .slides,
	.large-slider .slides li {height: 500px; max-height: 500px;}
}
@media ( max-width: 560px ) {
	.product-image-gallery {display: block !important; flex-wrap: wrap;}
	#large-slider {width: 100% !important; border-radius: 16px;}
	#thumbnail-slider {width: 100% !important; margin-left: 0px !important; display: none !important;}
	.vertical-carousel .slides {display: flex !important; flex-wrap: nowrap; transform: none !important;}
	.vertical-carousel .slides li {margin: 10px 10px 0px 0 !important; display: inline-block !important; width: 100px !important;}
	
	.large-slider .flex-viewport, 
	.large-slider .slides,
	.large-slider .slides li {height: 400px; max-height: 400px;}
	.vertical-carousel .flex-viewport {height: 110px; max-height: 110px;}
	
	.large-slider .flex-direction-nav a:before	{color: #84BD00 !important; text-shadow: none !important;}
	
	.vertical-carousel .flex-direction-nav a.flex-prev:before {display: none !important;}
	.vertical-carousel .flex-direction-nav a.flex-next:before {display: none !important;}
	
	.vertical-carousel .flex-direction-nav a.flex-prev {display: none !important;}
	.vertical-carousel .flex-direction-nav a.flex-next {display: none !important;}
	
	.vertical-carousel:hover .flex-direction-nav a.flex-prev {display: none !important;}
	.vertical-carousel:hover .flex-direction-nav a.flex-prev:hover {display: none !important;}
	
	.vertical-carousel:hover .flex-direction-nav a.flex-next {display: none !important;}
	.vertical-carousel:hover .flex-direction-nav a.flex-next:hover {display: none !important;}
}