#content {
	/*padding: 0 15px;*/
	padding: 0 0;
}
#content.subpage {
	background: transparent;
}
.project-content.fx_clearfix.white{background:#FFFFFF;}
.project-content.fx_clearfix.gray{background:#E5E6E5;}
.project-content.fx_clearfix {
	background: url('/images/us/office/nexgen09/HomePage/proj-bg.jpg') repeat;
}


/* Added Canvas and Texture background options*/
.project-content.canvas{
	background: url('/images/us/office/nexgen09/HomePage/proj_canvas-bg.jpg') repeat;
}

.project-content.texture{
	background: url('/images/us/office/nexgen09/HomePage/proj-texture-bg.jpg') repeat;
}

.headline a {
	color: #FFF;
	font-weight: bold;
}

a img {
	border: 0;
}

.project-header {
	background: #22093E;
	width: 100%;
	height: 55px;
	-webkit-box-shadow:  0px 0px 0px 1px rgba(255, 255, 255, .2);
	box-shadow:  0px 0px 0px 1px rgba(255, 255, 255, .2);
}
.proj-nav-wrapper {
	max-width: 1190px;
	position: relative;
	margin: 0 auto;
	clear: both;
}
.project-header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.project-header ul li {
	display: inline;
	padding: 0 17px;
	line-height: 48px;
}
.project-header ul li a {
	color: #B8A8CA;
	font-weight: lighter;
	/*display: inline-block;*/
}
.project-header ul li a.active,
.project-header ul li a:hover {
	color: #FFF;
	text-decoration: none;
}
.project-logo {
	padding-left: 0;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
}
.messagetext {
     color: #A8A8A8;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	margin-left: 20px;
	outline: 0 none;
	text-decoration: none;
}

.messagetextandlink {
     color: #9AAEFF; 
     margin-left: 20px; 
     font-size: 95%; 
     line-height: 50px;
	 font-weight: bold;
}

.proj-nav {
	float: left;
	margin-left: 120px;
	width: 660px;
}
.share-component {
	float: right;
	margin: 7px 0 0;
}
.project-sub-header {
	width: 100%;
	background: #7952A7;
	border-top: 1px solid #795D9A;
	box-shadow: 0 0 80px 40px rgba(0, 0, 0, 0.3) inset
}
.sub-wrapper {
	width: auto;
	max-width: 990px;
	margin: 0 auto;
	padding: 90px 15px 0;
}
.project-sub-header .headline {
	float: left;
	width: 60%;
	font-size: 16px;
}
.project-sub-header .headline h1,
.project-sub-header p {
	color: #FFF;
	font-weight: 100;
}
.project-sub-header .headline h1 {
	font-family: 'Arial Narrow', arial, sans-serif;
	font-size: 70px;
	margin: 0;
	text-shadow: 1px 0px 1px #563A76;
	filter: dropshadow(color=#563A76, offx=1, offy=0);
}
.project-sub-header .headline.courier h1 {
	font-family: "Arial Narrow", arial, sans-serif;
	font-size: 70px;
}
.project-sub-header .headline a:hover {
	text-decoration: underline;
}
.project-sub-header .start-order {
	width: 33%;
	float: right;
}




p.big {
	font-weight: bold;
	font-size: 24px;
	margin: 0;
}
.project-sub-header .btn-wrap {
	float: left;
	background: #402B59;
	border-radius: 5px;
	padding: 10px;

	-webkit-box-shadow: 0 0 5px #CCC, inset 0px 0px 3px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 5px #CCC, inset 0px 0px 3px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px #CCC, inset 0px 0px 3px 3px rgba(0, 0, 0, .3);
}
.btn-wrap .start-btn {
	display: block;
	border-radius: 5px;
	padding: 12px 18px;
	background: rgb(253,204,40);
	background: -moz-linear-gradient(top,  rgba(253,204,40,1) 0%, rgba(216,175,32,1) 50%, rgba(188,151,27,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,204,40,1)), color-stop(50%,rgba(216,175,32,1)), color-stop(100%,rgba(188,151,27,1)));
	background: -webkit-linear-gradient(top,  rgba(253,204,40,1) 0%,rgba(216,175,32,1) 50%,rgba(188,151,27,1) 100%);
	background: -o-linear-gradient(top,  rgba(253,204,40,1) 0%,rgba(216,175,32,1) 50%,rgba(188,151,27,1) 100%);
	background: -ms-linear-gradient(top,  rgba(253,204,40,1) 0%,rgba(216,175,32,1) 50%,rgba(188,151,27,1) 100%);
	background: linear-gradient(to bottom,  rgba(253,204,40,1) 0%,rgba(216,175,32,1) 50%,rgba(188,151,27,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdcc28', endColorstr='#bc971b',GradientType=0 );
	font-size: 21px;
	color: #FFF;
}
img.arrow {
	padding-top: 2px;
	vertical-align: bottom;
}
.btn-nav {
	float: left;
	margin: 40px 0;
	width: 100%;
	overflow: visible;
	text-align: center;
}
.nav-btn.left {
    margin-right: 800px;;
}
.nav-btn {
	display: inline-block;
	margin-right: 17.5px;
	height: 52px;
	border-radius: 5px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(207,207,207,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(207,207,207,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(207,207,207,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(207,207,207,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(207,207,207,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(207,207,207,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfcfcf',GradientType=0 );
	-webkit-box-shadow:  0px 6px 9px 0px rgba(0, 0, 0, .5);
	box-shadow:  0px 6px 9px 0px rgba(0, 0, 0, .5);
	position: relative;
	overflow: visible;
}
.nav-btn.last {
	margin-right: 0px;
}
.nav-btn a {
	padding: 0 25px;
	display: block;
	font-size: 18px;
	color: #2b2b2b;
	line-height: 52px;
	text-align: center;
}
.nav-btn .nav-btn-sub {
	list-style: none;
	position: absolute;
	display: none;
	top: 48px;
	left: 0;
	width: 100%;
	padding: 10px 0;
	margin: 0;
	background: #FFF;
	z-index: 10000;
	border-top: 1px solid #E0E0E0;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: visible;
	-webkit-box-shadow:  0px 6px 9px 0px rgba(0, 0, 0, .5);
	box-shadow:  0px 6px 9px 0px rgba(0, 0, 0, .5);
}
.nav-btn:hover .nav-btn-sub {
	display: block;
}
.nav-btn .nav-btn-sub a {
	padding: 0 10px;
	display: block;
	font-weight: normal;
	line-height: 31px;
	text-align: left;
}
.nav-btn .nav-btn-sub a:hover {
	background: #DAD5E8;
}
/*Mobile*/
.nav-btn .nav-btn-sub-mobile {
	list-style: none;
	position: absolute;
	display: none;
	top: 48px;
	left: 0;
	width: 100%;
	padding: 10px 0;
	margin: 0;
	background: #FFF;
	z-index: 10000;
	border-top: 1px solid #E0E0E0;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: visible;
	-webkit-box-shadow:  0px 6px 9px 0px rgba(0, 0, 0, .5);
	box-shadow:  0px 6px 9px 0px rgba(0, 0, 0, .5);
}
.nav-btn:hover .nav-btn-sub-mobile {
	display: none;
}
.nav-btn .nav-btn-sub-mobile a {
	padding: 0 25px;
	display: block;
	font-weight: normal;
	line-height: 31px;
	text-align: left;
}
.nav-btn .nav-btn-sub-mobile a:hover {
	background: #DAD5E8;
}
.three-links .nav-btn {
	padding: 20px 96px;
}
.five-links .nav-btn {
	padding: 20px 14px;
}



.project-content {
	width: 100%;
}
.gallery-wrap {
	position: relative;
	top: -20px;
}
.item {
	float: left;
	margin: 0 2% 40px 0;
	width: 32%;
}
.item.double {
	width: 66%;
}
.item.last {
	margin-right: 0;
}
.item-img {
	position: relative;
}
.item-img img {
	width: 100%;
	height: auto;
	-webkit-box-shadow:  0px 3px 8px 0px rgba(0, 0, 0, .25);
	box-shadow:  0px 3px 8px 0px rgba(0, 0, 0, .25);
}
.item-img.no-border {
	padding: 0;
	background: none;
}
.item-info {
	padding: 0 10px;
}
.item-title {
	padding: 15px 0 0 0;
}
.item-title a {
	font-size: 21px;
	color: #4d148c;
	font-weight: lighter;
}
.item:hover .item-title a {
	text-decoration: underline;
}
.item-desc {
	padding: 0;
}
.item-desc p {
	font-size: 14px;
	margin: 3px 0 0 0;
	color: #55524B;
}
.new {
	position: absolute;
	top: 0;
	right: 0;
}
.new img {
	-webkit-box-shadow: none;
	box-shadow: none;
	width: auto;
}
span.bold {
	font-weight: bold;
}


.two-col .first-col {
	float: left;
	width: 32%;
	margin-right: 2%;
}
.two-col .second-col {
	float: left;
	width: 66%;
}
.two-col .item {
	float: none;
	width: 100%;
	margin-right: 0px;
}
.two-col .item.last {
	padding-top: 14px;
}


/**** Interior Pages ****/
.sub-wrapper.breadcrumb-wrapper {
	padding: 0;
}
ul#breadCrumbs {
	list-style: none;
	padding-left: 138px;
	margin: 10px 0;
}
ul#breadCrumbs li {
	display: inline;
}
ul#breadCrumbs li a {
	font-weight: normal;
}
ul#breadCrumbs li a:hover {
	text-decoration: underline;
}
ul#breadCrumbs li:after {
	content: " >";
	color: #FFF;
}
ul#breadCrumbs li:last-child:after {
	content: none;
}

.gallery-wrap .share-component {
	margin-top: 40px;
}

.twoCol {
	float: left;
	margin: 16px auto 20px;
	width: 100%;
}
.twoCol a {
	color: #21a0dc;
}
.twoCol img {
	display: block;
}

.twoCol .title h1 {
	margin: 0 0 18px;
	color:#4d148c; 	
}

.twoCol.blue .title h1 {
	margin: 0 0 18px;
	color:#22A4DE; 	
}

.twoCol .title span {
	font-weight: normal;
}

.twoCol .leftCol {
	width: 66.162%;
	float: left;
	background: #FFF;
}
.twoCol .featuredProject {
	margin-bottom: 50px;
}
.twoCol .leftCol .imageWrap {
	padding: 0;
	height: auto;
	margin-bottom: 20px;
}
.twoCol .leftCol .imageWrap img {
	width: 100%;
	height: auto;
	margin-bottom: 4px;
}
.twoCol .leftCol .imageInfo {
	padding: 0 15px;
	color: #55524B;
	font-size: 14px;
	line-height: 18px;
}
.twoCol .leftCol .imageInfo p {
	margin-bottom: 20px;
}

.twoCol .rightCol {
	width: 32.323%;
	float: right;
}

.rightColItem {
	margin: 0 0 45px;
	color: #55524B;
}
.rightColItem.rightCol-text{
	margin:10px
}
.rightColItem h2 {
	font-size: 21px;
	font-weight: normal;
	color:#4d148c; 	
	margin: 0 0 15px;
}

.blue .rightColItem h2 {
	font-size: 21px;
	font-weight: normal;
	color:#22A4DE; 	
	margin: 0 0 15px;
}
.rightColItem p {
	margin: 0;
	font-size: 14px;
	line-height: 19px;
}
.rightColItemImage {
	float: left;
	margin-right: 15px;
	border: 1px solid #CCC;
}
.rightColItemContent .cta {
	float: left;
	display: block;
	width: 170px;
	margin-top: 15px;

	color: #FFF;
	font-family: Helvetica, arial, sans-serif;
	font-size: 21px;
	font-weight: normal;
	line-height: 40px;
	text-align: center;

	background: rgb(253,204,40); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(253,204,40,1) 0%, rgba(188,152,30,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,204,40,1)), color-stop(100%,rgba(188,152,30,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(253,204,40,1) 0%,rgba(188,152,30,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(253,204,40,1) 0%,rgba(188,152,30,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(253,204,40,1) 0%,rgba(188,152,30,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(253,204,40,1) 0%,rgba(188,152,30,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdcc28', endColorstr='#bc981e',GradientType=0 ); /* IE6-9 */

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.rightColItem.shadow {
	-webkit-box-shadow: 0px 3px 3px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 3px 3px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 3px 3px rgba(50, 50, 50, 0.5);
}

.rightColItem.tweet {
	padding: 30px 24px 60px;
	color: #FFF;
	background: #2dafe4; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(45,175,228,1) 40%, rgba(0,126,177,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(40%,rgba(45,175,228,1)), color-stop(100%,rgba(0,126,177,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(45,175,228,1) 40%,rgba(0,126,177,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(45,175,228,1) 40%,rgba(0,126,177,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(45,175,228,1) 40%,rgba(0,126,177,1) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(45,175,228,1) 40%,rgba(0,126,177,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dafe4', endColorstr='#007eb1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.rightColItem.tweet a {
	color: #4d148c;
	font-weight: normal;
}
.rightColItem.tweet .header {
	margin-bottom: 15px;
}
.rightColItem.tweet .header .avatar {
	float: left;
	margin-right: 15px;
	width: 48px;
	height: 48px;
}
.rightColItem.tweet .header .full-name {
	display: block;
	color: #FFF;
	font-size: 18px;
}
.rightColItem.tweet .header .p-nickname {
	display: block;
	font-size: 14px;
}
.rightColItem.tweet .e-entry-title {
	font-size: 21px;
	line-height: 26px;
	margin-bottom: 15px;
}
.rightColItem.tweet .dateline {
	color: #FFF;
	font-size: 14px;
}

.rightColItem.news-widget {
	background: #00A0D3;
}
.rightColItem.news-widget h2 {
	padding-top: 18px;
	margin: 0;
	color: #FFF;
	font-family: "Univers", "Arial Narrow", arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
.rightColItem.news-widget ul {
	margin: 6px;
	padding: 0;
	background: #FFF;
	list-style: none;
}
.rightColItem.news-widget li {
	list-style: none;
	padding: 14px 18px;
	border-bottom: 1px solid #E5E5E5;
}
.rightColItem.news-widget li.last {
	border-bottom: 0;
}
.rightColItem.news-widget li a {
	font-size: 18px;
	font-weight: normal;
	color: #666;
}
.rightColItem.news-widget li a.CTA {
	padding-right: 15px;
	background: url(/images/us/office/nexgen09/HomePage/gray-arrow.png) right center no-repeat transparent;
}


/***********************************************************************
	PROJECT HEADER COLORS
***********************************************************************/
.project-header.blue {
	background-color: #092E3E;
}
.project-header.blue ul li a {
	color: #99C7D7;
}
.project-header.blue ul li a.active {
	color: #FFF;
}
.project-sub-header.blue {
	background-color: #00A2E0;
	border-top-color: #00A2E0;
}
.project-sub-header.blue .btn-wrap {
	background-color: #00597B;
}
.project-sub-header.blue .btn-wrap .purple {
	background-color: #73ccee;
}

.project-header.gray {
	background-color: #212121;
}
.project-header.gray ul li a {
	color: #A8A8A8;
}
.project-header.gray ul li a.active {
	color: #FFF;
}
.project-sub-header.gray {
	background-color: #808388;
	border-top-color: #808388;
}
.project-sub-header.gray .btn-wrap {
	background-color: #454549;
}
.project-sub-header.gray .btn-wrap .purple {
	background-color: #babbbf;
}

/* start button colors */
.btn-wrap.magenta .start-btn {
     background: #fd00dc; /* Old browsers */
    background: -moz-linear-gradient(top,  #fd00dc 0%, #bf00a6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd00dc), color-stop(100%,#bf00a6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fd00dc 0%,#bf00a6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fd00dc 0%,#bf00a6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fd00dc 0%,#bf00a6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fd00dc 0%,#bf00a6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd00dc', endColorstr='#bf00a6',GradientType=0 ); /* IE6-9 */

}
.btn-wrap.teal .start-btn {
    background: #3ca580; /* Old browsers */
    background: -moz-linear-gradient(top,  #3ca580 0%, #23644a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3ca580), color-stop(100%,#23644a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3ca580 0%,#23644a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3ca580 0%,#23644a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3ca580 0%,#23644a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #3ca580 0%,#23644a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ca580', endColorstr='#23644a',GradientType=0 ); /* IE6-9 */
}
.btn-wrap.purple .start-btn {
     background: #5a41ad; /* Old browsers */
    background: -moz-linear-gradient(top,  #5a41ad 0%, #352674 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a41ad), color-stop(100%,#352674)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #5a41ad 0%,#352674 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #5a41ad 0%,#352674 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #5a41ad 0%,#352674 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #5a41ad 0%,#352674 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a41ad', endColorstr='#352674',GradientType=0 ); /* IE6-9 */
}
.btn-wrap.blue .start-btn {
background: #00B5BE; /* Old browsers */
background: -moz-linear-gradient(top,  #00B5BE 0%, #0095BE 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00B5BE), color-stop(100%,#0095BE)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #00B5BE 0%,#0095BE 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #00B5BE 0%,#0095BE 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #00B5BE 0%,#0095BE 100%); /* IE10+ */
background: linear-gradient(to bottom, #00B5BE 0%, #0095BE 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00B5BE', endColorstr='#0095BE',GradientType=0 ); /* IE6-9 */
}


/* White Background Banner */
.project-header.white ul li a:hover {
    color: #000000;
    text-decoration: none;
}
.project-header.white ul li a {
    color: #666666;
    font-weight: lighter;
}
.project-header.white ul li a.active {
    color: #666666;
    text-decoration: none;
}
.project-sub-header.white .headline h1, .project-sub-header.white p, .project-sub-header.white .headline a {
    color: #4d148c;
    font-weight: 100;
}

.project-sub-header.white .btn-wrap {
	background-color: #212121;
}
.headline.white  a {
    color: #666666;
    font-weight: bold;
}
.project-header.white {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
    height: 55px;
    width: 100%;
}
.project-sub-header.white{
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 1px solid #FFFFFF;
    box-shadow: 0 0 80px 40px rgba(0, 0, 0, 0.3) inset;
    width: 100%;
}

/** Print button options**/


@media print {

.project-header,
#fx-global-header > *,
#fx-global-footer,
.disclaimer,#footer,
.print{
    display: none;
       }
				
@page{
size:70%;
-webkit-print-color-adjust: exact
}
}
/* for product river element */

/*.imageGalleryWrap .ssMedia img{
height: 364px;
    position: relative;
    width: 100%;
}*/

.twoCol .title span {
    font-size: 32px;
    font-weight: normal;
}
.ssMedia img {
    position: relative;
    width: 100%;
    height: auto;
}

ul#breadCrumbs li a:link, ul#breadCrumbs li a:visited {
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
}

ul#breadCrumbs li a:hover, ul#breadCrumbs li a:active {
    color: #FFFFFF;
font-size: 16px;
    text-decoration: underline;
}
.project-header ul li a:link, .project-header ul li a:visited {
    font-size: 16px;
    text-decoration: none;
}
.leftCol-width {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    width: 95%;
}
.IE8.leftCol-width{
background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    width: 70%;
}

.twoCol .leftCol-width .imageWrap {
	padding: 0;
	height: auto;
	margin-bottom: 20px;
}
.twoCol .leftCol-width .imageWrap img {
	width: 100%;
	height: auto;
	margin-bottom: 4px;
}
.twoCol .leftCol-width .imageInfo {
	padding: 0 15px;
	color: #55524B;
	font-size: 14px;
	line-height: 18px;
}
.twoCol .leftCol-width .imageInfo p {
	margin-bottom: 20px;
}
#col-main .gallery-wrap .twoCol .title h1 {
	margin: 35px 0 18px;
	color:#4d148c; 	
}