/* Properties Header */
	.properties-header {
		position: absolute;
		z-index: 200;
		width: 100%;
		padding: 150px 30px 25px;
	}
	.properties-header h1 {
		font-family: "adobe-caslon-pro", serif;
		font-size: 36px;
		line-height: 1em;
		font-weight: 600;
		letter-spacing: 0.1em;
		color: #8a7e70;
		margin: 0 0 15px;
	}
	.properties-header a,
	.properties-header span {
		display: inline-block;
		font-family: "brandon-grotesque", sans-serif;
		text-transform: uppercase;
		font-size: 12px;
		line-height: 1em;
		letter-spacing: 0.1em;
		font-weight: 600px;
		color: #aaaaaa;
		padding: 5px;
		margin: 0 15px;
	}
	.properties-header span {
		color: #616161;
	}
	.properties-header a:after,
	.properties-header span:after {
		content: "";
		display: inline-block;
		height: 1px;
		width: 40%;
		opacity: 0;
		background: #aaaaaa;
		-webkit-transition: opacity 0.3s ease, width 0.3s ease;
		transition: opacity 0.3s ease, width 0.3s ease;
	}
	.properties-header a:hover:after {
		opacity: 1;
		width: 100%;
	}

/* @group All Properties */
	/* @group properties section */
		#wrapper.portfolio-page {
			position: relative;
			z-index: 1;
			height: 100%;
			min-height: 768px;
			overflow: hidden;
		}
	  #allProperties {
	    display: table;
	    width: 100%;
	    height: 100%;
	    overflow: hidden;
	    padding: 260px 0 0;
	  }
	  #allProperties-map-canvas {
	    display: table-cell;
	    width: 100%;
	    height: 100%;
	  }
	  .markerInfoText-ctn {
	  	display: block;
			width: 200px !important;
			height: 40px !important;
	  }
	  .markerInfoText {
	  	display: block;
			line-height: 1em;
			font-family: "brandon-grotesque", sans-serif;
			font-weight: 600;
			font-size: 14px;
			letter-spacing: 0em;
			color: #555;
			text-transform: uppercase;
	  }
	  #allProperties-ctn {
	  	position: relative;
	    display: table-cell;
	    width: 740px;
	    height: 100%;
	    background: #fff;
	    overflow: hidden;
	  }
	  #allProperties-ctn:before {
	  	content: "";
	  	position: absolute;
	  	z-index: 9;
	  	top: 0;
	  	left: 0;
	  	display: block;
	  	width: 100%;
	  	margin-left: -20px;
	  	height: 44px;
	  	background: #fff;

	  	/*border-bottom: 1px solid #37424a;*/
	  }
	  .property-filter {
	  	position: absolute;
	  	z-index: 10;
	  	top: 0;
	  	left: 0;
	  }
	  .property-filter .filter-selection {
	  	position: relative;
	  	z-index: 10;
	  	display: inline-block;
	  	width: 300px;
	  	text-align: left;
	  	background: #37424a;
	  	padding: 13px 35px 13px 25px;
	  	color: #fff;
	  	text-decoration: none;
	  	text-transform: uppercase;
	  	font-family: "brandon-grotesque", sans-serif;
	  	font-weight: 400;
	  	font-size: 12px;
	  	letter-spacing: 0.3em;
	  }
	  .property-filter .filter-selection:after {
	  	content: "";
	  	position: absolute;
	  	top: 0;
	  	bottom: 0;
	  	right: 20px;
	  	display: inline-block;
	  	width: 0px;
	  	height: 0px;
	  	margin: auto 0;
	  	border-top: 8px solid #fff;
	  	border-right: 5px solid transparent;
	  	border-bottom: 5px solid transparent;
	  	border-left: 5px solid transparent;
	  }
	  .property-region-filters {
	  	position: absolute;
	  	z-index: 5;
	  	width: 300px;
	  	height: auto;
	  	margin: 0;
	  	padding: 1px 0 0;
	  	list-style: none;
	  	background: #fff;
	  	border: 1px solid #37424a;
	  	-webkit-transition: all 0.15s ease;
		transition: all 0.15s ease;
	  }
	  .collapsed .property-region-filters {
		opacity: 0;
		-webkit-transform: translate(0%,-100%) translateZ(0);
		-moz-transform: translate(0%,-100%) translateZ(0);
		transform: translate(0%,-100%) translateZ(0);
	  }
	  .expanded .property-region-filters {
	  	opacity: 1;
		-webkit-transform: translate(0%,0%) translateZ(0);
		-moz-transform: translate(0%,0%) translateZ(0);
		transform: translate(0%,0%) translateZ(0);
		-webkit-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
	  }
	  .property-region-filters li{
		display: block;
	  }
	  .property-region-filters li a{
		display: block;
		text-align: left;
		padding: 15px 25px;
		text-transform: uppercase;
		font-family: "brandon-grotesque", sans-serif;
		font-weight: 400;
		font-size: 12px;
		letter-spacing: 0.12em;
		background: #fff;
		color: #37424a;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	  }
	  .property-region-filters li a:hover{
		background: #37424a;
		color: #fff;
	  }
	  .properties-region {
	  	font-family: "adobe-caslon-pro", serif;
	  	font-size: 36px;
	  	font-weight: 600px;
	  	font-style: italic;
	  	text-transform: none;
	  	letter-spacing: 0em;
	  	color: #37424a;
	  	text-align: left;
	  	margin: 15px 30px 15px 0;
	  }
	  .properties-region span{
	  	display: inline-block;
	  	position: relative;
	  	top: 15px;
	  	padding: 10px;
	  	background: #fff;
	  }
	  #allProperties-list-ctn {
	  	position: relative;
	  	z-index: 7;
	    display: block;
	    width: 740px;
	    height: 100%;
	    margin: 0;
	    padding: 0;
	    background: #fff;
	    text-align: left;
	  }
	  #allProperties-list-ctn:before,
	  #allProperties-list-ctn:after {
	  	content: "";
	  	display: block;
	  	height: 44px;
	  }
	  #allProperties-list::-webkit-scrollbar-track {
	    border: 0;
	    background-color: #e4e3e3;
	  }
	  #allProperties-list::-webkit-scrollbar {
	    width: 15px;
	    background-color: #e4e3e3;
	  }
	  #allProperties-list::-webkit-scrollbar-thumb {
	    background-color: #cecdcd;
	  }
	  #allProperties-list {
	  	position: absolute;
	  	top:0;
	  	left:0;
	    display: block;
	    width: 100%;
	    height: 100%;
	    margin: 0;
	    padding: 44px 30px 0;
	    background: #fff;
	    list-style: none;
	    overflow-y: auto;
	  }
	  #allProperties-list-ctn li {
	    position: relative;
	    z-index: 2;
	    float: left;
	    clear: left;
	    width: 270px;
	    height: 120px;
	    overflow: hidden;
	    background: #fff;
	    margin: 0 30px;
	    padding: 15px 20px 15px 0;
	    border-top: 1px solid rgba(85,85,85,0.2);
	  }
	  #allProperties-list-ctn li:nth-of-type(2n){
	  	float: right;
	  	clear: right;
	  }
	  #allProperties-list-ctn li:nth-of-type(1),
	  #allProperties-list-ctn li:nth-of-type(2) {
	  	border-top: 0px solid rgba(85,85,85,0.2);
	  }
	  #allProperties-list-ctn li:last-of-type {
	    border-bottom: 1px solid rgba(85,85,85,0.2);
	  }
	  #allProperties-list-ctn li:nth-last-of-type(2) {
	    border-bottom: 1px solid rgba(85,85,85,0.2);
	  }
	  #allProperties-list-ctn li .allProperties-content-ctn {
	    position: relative;
	    cursor: pointer;
	  }
	  #allProperties-list-ctn li .allProperties-content {
	    position: relative;
	    z-index: 2;
	    background: #fff;
	    -webkit-transition: all 0.35s ease;
	    transition: all 0.35s ease;
	    -webkit-transform: translateZ(0);
	    -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	    -o-transform: translateZ(0);
	    transform: translateZ(0);
	  }
	  #allProperties-list-ctn li .allProperties-text {
	    -webkit-transition: all 0.35s ease;
	    transition: all 0.35s ease;
	    -webkit-transform: translate(0,0) translateZ(0);
	    -moz-transform: translate(0,0) translateZ(0);
	    -ms-transform: translate(0,0) translateZ(0);
	    -o-transform: translate(0,0) translateZ(0);
	    transform: translate(0,0) translateZ(0);
	  }
	  #allProperties-list-ctn li.expanded .allProperties-text {
	    -webkit-transform: translate(20px,0) translateZ(0);
	    -moz-transform: translate(20px,0) translateZ(0);
	    -ms-transform: translate(20px,0) translateZ(0);
	    -o-transform: translate(20px,0) translateZ(0);
	    transform: translate(20px,0) translateZ(0);
	  }
	  #allProperties-list-ctn .allProperties-icon {
	    position: absolute;
	    z-index: 3;
	    top: 0;
	    left: 0;
	    display: inline-block;
	    width: 15px;
	    height: 15px;
	    background: url(/img/assets/map-marker.png) no-repeat center center;
	    background-size: cover;
	    margin: 0; 
	    opacity: 0;
	    backface-visibility: hidden;
	    -webkit-transform: translate(0,-75px) translateZ(0);
	    -moz-transform: translate(0,-75px) translateZ(0);
	    transform: translate(0,-75px) translateZ(0);
	    -webkit-transition: all 0.2s ease-out;
	    transition: all 0.2s ease-out;
	  }
	  #allProperties-list-ctn li.expanded .allProperties-icon {
	    -webkit-transform: translate(0,0) translateZ(0);
	    -moz-transform: translate(0,0) translateZ(0);
	    transform: translate(0,0) translateZ(0);
	    opacity: 1;
	    -webkit-transition: all 0.3s ease-in;
	    transition: all 0.3s ease-in;
	  }
	  #allProperties-list-ctn .allProperties-title {
	    position: relative;
	    left: 0;
	    margin: 0;
	    padding: 0;
	    line-height: 1.2em;
	    vertical-align: top;
	    padding: 0;
	    color: rgba(85, 85, 85, 0.7);
	    background: #fff;
	    font-family: "brandon-grotesque", sans-serif;
	    font-weight: 700;
	    font-size: 16px;
	    font-style: normal;
	    text-transform: uppercase;
	    background: #fff;
	    -webkit-font-smoothing: antialiased;
	    -moz-font-smoothing: grayscaled;
	    -webkit-transition: all 0.35s ease;
	    transition: all 0.35s ease;
	    -webkit-transform: translateZ(0);
	    -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	    -o-transform: translateZ(0);
	    transform: translateZ(0);
	  }
	  #allProperties-list-ctn .allProperties-property:hover .allProperties-title {
	    color: rgba(85, 85, 85, 1);
	  }
	  #allProperties-list-ctn .expanded .allProperties-title {
	    color: rgba(85, 85, 85, 1);
	  }
	  #allProperties-list-ctn .allProperties-location {
	    background: #fff;
	    margin: 0;
	    padding: 10px 0;
	    font-family: "brandon-grotesque", sans-serif;
	    line-height: 1em;
	    font-weight: 600;
	    font-size: 12px;
	    letter-spacing: 0.1em;
	    text-transform: uppercase;
	    color: rgba(85, 85, 85, 0.7);
	    -webkit-transition: all 0.35s ease;
	    transition: all 0.35s ease;
	    -webkit-transform: translateZ(0);
	    -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	    -o-transform: translateZ(0);
	    transform: translateZ(0);
	  }
	  #allProperties-list-ctn .allProperties-property:hover .allProperties-location {
	    color: rgba(85, 85, 85, 1);
	  }
	  #allProperties-list-ctn .expanded .allProperties-location {
	    color: rgba(85, 85, 85, 1);
	  }
	  .allProperties-link {
	    position: relative;
	    display: block;
	    width: 100%;
	    padding: 5px 0 0;
	    background: #fff;
	  }
	  .allProperties-link a {
	    display: inline-block;
	    background: #ededed;
	    font-family: "brandon-grotesque", sans-serif;
	    text-transform: uppercase;
	    letter-spacing: .2em;
	    font-size: 11px;
	    font-style: normal;
	    color: #8e8e8e;
	    font-weight: 600;
	    line-height: 1em;
	    padding: 10px 50px 10px 20px;
	    -webkit-transform: background 0.3s ease, color 0.3s ease;
	    transform: background 0.3s ease, color 0.3s ease;
	  }
	  .allProperties-link a:link,
	  .allProperties-link a:visited,
	  .allProperties-link a:hover,
	  .allProperties-link a:active {
	    color: #8e8e8e;
	    text-decoration: none;
	  }
	  .allProperties-link a:hover,
	  .allProperties-link a:active {
	    background: #8e8e8e;
	    color: #ededed;
	  }
	  .allProperties-link a:after {
	    content: ">";
	    font-size: 18px;
	    margin-left: 7px;
	    letter-spacing: -0.25em;
	  }
	/* @group Mobile Styles */
	@media (max-width: 767px){
    /* @group map */
    .properties-header {
    	position: relative;
    	padding: 100px 30px 25px;
    }
    #wrapper.portfolio-page {
			height: auto;
		}
    #allProperties {
      padding: 0 0 0;
    }
    #allProperties-map-canvas {
      display: none;
    }
    #allProperties-ctn {
      display: table-cell;
      width: 100%;
      height: auto;
      background: #fff;
    }
    .properties-region {
    	margin: 25px 0 15px -20px;
    }
    #allProperties-list-ctn {
      width: 100%;
      height: auto;
      overflow: visible;
    }
    #allProperties-list {
    	position: relative;
      padding: 0 30px;
    }
    #allProperties-list-ctn li {
      width: 100%;
      height: auto;
      margin: 0
    }
    #allProperties-list-ctn li:nth-of-type(2n){
    	float: left;
     	clear: left;
    }
    #allProperties-list-ctn li:nth-of-type(2) {
    	border-top: 1px solid rgba(85,85,85,0.2);
    }
    #allProperties-list-ctn li:nth-last-of-type(2) {
	    border-bottom: 0px solid rgba(85,85,85,0.2);
	  }
    /* @end */
	}
	/* @end */
	/* @group Tablet Styles */
	@media (min-width: 768px) and (max-width: 1024px){
		.properties-header {
			padding: 125px 30px 25px;
		}
		#wrapper.portfolio-page {
			height: 100%;
		}
		#allProperties {
		  padding: 235px 0 0;
		}
		#allProperties-map-canvas {
		  width: 50%;
		}
		#allProperties-ctn {
		  width: 50%;
		}
		.properties-region {
			margin: 25px 0 15px -25px;
		}
	    #allProperties-list-ctn {
	      width: 100%;
	      height: 100%;
	      -webkit-overflow-scrolling: touch;
	    }
	    #allProperties-list {
	      padding: 44px 40px 0;
	    }
	    #allProperties-list-ctn li {
	      width: 100%;
	      height: auto;
	      margin: 0;
	    }
	    #allProperties-list-ctn li:nth-of-type(2n){
	    	float: left;
	     	clear: left;
	    }
	    #allProperties-list-ctn li:nth-of-type(2) {
	    	border-top: 1px solid rgba(85,85,85,0.2);
	    }
	    #allProperties-list-ctn li:nth-last-of-type(2) {
		    border-bottom: 0px solid rgba(85,85,85,0.2);
		  }
	}
	/* @end */
	@media (max-width: 1024px){
	  /* @group properties section */

	  /* @end */
	}
	@media (min-width: 1024px) and (max-width: 1295px){
		#allProperties-ctn,
		#allProperties-list-ctn {
      width: 650px;
    }
    .properties-region {
    	margin: 25px 15px 15px -5px;
    }
		#allProperties-list {
		  padding: 44px 15px 0;
		}
		#allProperties-list-ctn li {
		  margin: 0 15px;
		}
	}
	/* @end */
	@media (min-width: 1300px) {

	}


/* @end */
/* @group Gallery Body */
	#wrapper.gallery-page {
		position: relative;
	  	z-index: 1;
		padding-top: 260px;
		overflow: visible;
	}
	.gallery-page section{
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	.gallery-page .gallery-unit{
		float: left;
		padding: 0;
		display: block;
		position: relative;
		background-color: #555555;
		border: 1px solid #fff;
		cursor: default;
	}
	.gallery-page .gallery-unit.placeholder{
		display: block;
	}
	.gallery-page section a:link {
		cursor: pointer;
	}
	.gallery-page section .gallery-unit.tall1 {
		clear: both;
	}
	.gallery-page section .gallery-unit.tall2 {
		float: right;
	}
	/* placeholder tall2 */
	.gallery-unit:nth-of-type(8n+7){
		float:right;
	}
	.gallery-unit:nth-of-type(8n+7) img{
		margin-bottom: 6px;
	}
	.gallery-page section .gallery-unit.tall1 img,
	.gallery-page section .gallery-unit.tall2 img {
		margin-bottom: 6px;
	}
	.gallery-page .gallery-unit img{
		width: 100%;
		height: auto;
	}
	.gallery-page .gallery-unit div.gallery-img,
	.gallery-page .gallery-unit div.gallery-text{
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		position: absolute;
	}
	.gallery-page .gallery-unit div.gallery-img{
		opacity: .3;
		background-size: cover;
		background-position: center;
		-webkit-transition: opacity .3s;
		-moz-transition: opacity.3s;
		transition: opacity .3s;
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
	}
	.gallery-page .gallery-unit:hover div.gallery-img{
		opacity: .8;
	}
	.gallery-page .gallery-unit div.gallery-text > div{
		width: 100%;
		height: 100%;
		display: table;
	}
	.gallery-page .gallery-unit div.gallery-text > div > div{
		width: 100%;
		display: table-cell;
		vertical-align: middle;
	}
	.gallery-page .gallery-unit div.gallery-text h4 {
		padding: 0 10px;
	}
	.gallery-page .gallery-unit div.gallery-text h5{
		width: 176px;
		display: block;
		margin: 10px auto;
		line-height: 35px;
		-webkit-backface-visibility: hidden;
				backface-visibility: hidden;
		background-color: rgba(183,173,163,.65);
		-webkit-transition: all .45s;
		   -moz-transition: all .45s;
				transition: all .45s;			
	}
	.touch .gallery-page .gallery-unit div.gallery-text h5,
	.gallery-page .gallery-unit:hover div.gallery-text h5{
		background-color: rgba(183,173,163,1);
	}
	.gallery-text h6.alt2 {
		font-weight: 700;
	}
	.gallery-page .placeholder div > svg {
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		stroke: #fff;
		fill: #fff;
		width: 172px;
		padding: 50px 15px;
		border: 1px solid #fff;
		margin-bottom: 40px;
	}
	.gallery-page .placeholder input {
		text-align: center;
		border: none;
		padding: 10px;
		width: 290px;
		line-height: 30px;
		background: #dbd7d3;
	}
	.gallery-page .placeholder input:focus {
		text-align: left;
	}
	input:-webkit-autofill {
	    -webkit-box-shadow: 0 0 0px 1000px #dbd7d3 inset;
	}
	.gallery-page .placeholder h4 {
		color: #fff;
	}
	.gallery-page .placeholder h4.ph2 {
		font-size: 18px;
		line-height: 30px;
		font-weight: 500;
		letter-spacing: 0.165em;
		width: 100%;
		max-width: 240px;
		margin: 0 auto;
	}
	.gallery-page .placeholder h4.ph2 span{
		display: block;
		letter-spacing: .1em;
	}
	.gallery-page .ph-ctn3,
	.gallery-page .ph-ctn6 {
		border: 2px solid #fff;
		max-width: 300px;
		margin: 0 auto;
		padding: 30px 0;
	}
	.gallery-page .ph-ctn3 div,
	.gallery-page .ph-ctn6 div {
		margin-bottom: 10px;
	}
	.gallery-page .ph-ctn3 span,
	.gallery-page .ph-ctn3 a,
	.gallery-page .ph-ctn6 span,
	.gallery-page .ph-ctn6 a {
		display: block;
		width: auto;
		color: #fff;
		font-family: "adobe-caslon-pro", serif;
		font-size: 18px;
		font-weight: 400;
		line-height: 27px;
		text-rendering: optimizeLegibility;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.gallery-page .ph-ctn3 a:link,
	.gallery-page .ph-ctn3 a:visited,
	.gallery-page .ph-ctn3 a:hover,
	.gallery-page .ph-ctn3 a:active,
	.gallery-page .ph-ctn6 a:link,
	.gallery-page .ph-ctn6 a:visited,
	.gallery-page .ph-ctn6 a:hover,
	.gallery-page .ph-ctn6 a:active {
		color: #fff;
		text-decoration: none;
	}
	.gallery-page .ph-ctn3 .email a {
		line-height: 18px;
		display: inline-block;
		width: auto;
	}
	.gallery-page .ph-ctn3 .email a:after {
		content: "";
		display:block;
		width: 80%;
		height: 1px;
		background: #fff;
		margin: 0 auto;
		opacity: 0;
		-webkit-transition: width .3s ease, opacity .3s ease;
		transition: width .3s ease, opacity .3s ease;
	}
	.gallery-page .ph-ctn3 .email:hover a:after {
		content: "";
		width: 100%;
		opacity: 1;
	}
	.gallery-page .placeholder h4.ph3,
	.gallery-page .placeholder h4.ph6 {
		font-size: 18px;
		font-weight: 900;
		letter-spacing: 0.25em;
		margin: 0;
		text-rendering: optimizeLegibility;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.gallery-page .placeholder h4.ph3:after,
	.gallery-page .placeholder h4.ph6:after {
		content: "";
		display: block;
		height: 1px;
		width: 75px;
		margin: 20px auto;
		background: #fff;
	}
	.gallery-page .placeholder h4.ph4 {
		font-size: 21px;
		font-weight: 900;
		letter-spacing: 0.16em;
		text-rendering: optimizeLegibility;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.gallery-page .ph-ctn4 {
		border: 2px solid #fff;
		max-width: 500px;
		margin: 0 auto;
		padding: 25px
	}
	.gallery-page .placeholder h4 svg {
		stroke-width: 1.5;
		stroke: #fff;
		position: absolute;
		margin: 9px 0 0 5px;
	}
	.gallery-page .gallery-unit.placeholder div.gallery-text input[type="submit"] {
		font-family: "brandon-grotesque", sans-serif;
		text-transform: uppercase;
		letter-spacing: .3em;
		color: #e9e6e3;
		width: 290px;
		margin-top: 20px;
		line-height: 30px;
		font-weight: 900;
		background-color: rgba(183,173,163,0.65);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transition: background .45s ease;
		-moz-transition: background .45s ease;
		transition: background .45s ease;
		text-rendering: optimizeLegibility;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.gallery-page .gallery-unit.placeholder:hover div.gallery-text input[type="submit"] {
		background-color: rgba(183,173,163,1);
	}
/* @end */
/* @group Mobile Styles */
	@media (max-width: 767px){
		#wrapper.gallery-page {
			padding-top: 0;
		}
		.gallery-page section{
			border: none;
		}
		.gallery-page .gallery-unit{
			float: none;
			margin: 0;
			height: 160px;
			border: none;
			border-top: 1px solid #fff;
		}
		.gallery-page .gallery-unit.placeholder{
			display: none;
		}
		.gallery-page section .gallery-unit:nth-child(8n+7){
			float: none;
		}
		.gallery-page .gallery-unit img{
			display: none;
		}
		.gallery-page .gallery-unit div.gallery-text > div > div h6{
			font-size: 14px;
		}
		.gallery-page .gallery-unit div.gallery-text > div > div h6:after{
			display: none;
		}
		.gallery-page .gallery-unit div.gallery-text > div > div h4{
			font-size: 24px;
		}
		.gallery-page .gallery-unit div.gallery-text > div > div h5{
			font-size: 12px;
		}
	}
/* @end */
/* @group Tablet Styles */
	@media (min-width: 768px) and (max-width: 1024px){
		#wrapper.gallery-page {
			padding-top: 235px;
		}
		.gallery-page .gallery-unit div.gallery-text > div > div h4.alt5{
			font-size: 22px;
			letter-spacing: 0.05em;
		}
		.gallery-page .placeholder h4.ph2 {
			font-size: 15px;
			line-height: 18px;
		}
		.gallery-page .placeholder h4 svg {
			margin: 3px 0 0 5px;
		}
		.gallery-page .placeholder div > svg {
			width: 140px;
			padding: 20px 15px;
			margin-bottom: 20px;
		}
		.gallery-page .ph-ctn3,
		.gallery-page .ph-ctn6 {
			border: 0;
			padding: 0;
		}
		.gallery-page .ph-ctn3 div,
		.gallery-page .ph-ctn6 div {
			margin-bottom: 8px;
		}
		.gallery-page .ph-ctn3 span,
		.gallery-page .ph-ctn6 span {
			font-size: 15px;
			line-height: 20px;
		}
		.gallery-page .ph-ctn3 span,
		.gallery-page .ph-ctn3 a,
		.gallery-page .ph-ctn6 span,
		.gallery-page .ph-ctn6 a {
			font-size: 15px;
			line-height: 22px;
		}
		.gallery-page .ph-ctn4{
			border: 0;
		}
	}
/* @end */
/* @group Laptop Styles */
	@media (min-width: 1025px) and (max-width: 1200px){
		.gallery-page .placeholder div > svg {
			padding: 30px 15px;
			margin-bottom: 20px;
		}
		.gallery-page .placeholder h4 svg {
			margin: 6px 0 0 5px;
		}
		.gallery-page .ph-ctn3,
		.gallery-page .ph-ctn6 {
			border: 0;
			padding: 0;
		}
	}
/* @end */