/* Text */
@media only screen and (max-width : 650px) {
	div.headline p { font-size: 18px; font-size: 1.8rem; }
}
/* ----- 12px ----- */
nav p {
	font-size: 12px; font-size: 1.2rem; 
	line-height: 20px; line-height: 2rem;
}
/* ----- 14px ----- */
label {
	font-size: 14px; font-size: 1.4rem;
	line-height: 22px; line-height: 2.2rem;
}
/* ----- 18px ----- */
header nav > ul li ul li p[class^=title],
#instagram .item.video .play p {
	font-size: 18px; font-size: 1.8rem;
	line-height: 26px; line-height: 2.6rem;
}
/* ----- 30px ----- */
div[id^=banner] h1[class^=title], 
body.page-77 div[id^=banner] h1[class^=title], 
h1#Big {
	font-size: 30px; font-size: 3rem;
	line-height: 38px; line-height: 3.8rem;
}

/* Framework Header */
@media only screen and (max-width : 720px) {
	#NavWrap.top-anchor div#search { display: none; }
}
@media only screen and (max-width : 767px) {
	div#search { display: none; }
	div.links { right: 15px; }
}

/* Framework Body */
#PromoImage {
	top: 160px;
	right: 0;
	left: auto;
}
#Breadcrumb ul,
#content .section {
	padding-left: 2%; 
	padding-right: 2%;
}
#RelTab { margin-left: 2%; }
#content div[id^=banner] { min-height: 50px; }
#content div[id^=banner] h1[class^=title] { padding: 15px 2% 10px; }
#content #Section div[id^=banner] { min-height: 0; }
/* Framework Footer */
div.copy {
  flex-direction: column;
}
div.copy div.icons {
  width: auto;
  margin: 10px auto;
  padding: 0;
}
div.copy div.icons a {
  margin-left: 5px;
  margin-right: 5px;
}
p.copy {
  width: 100%;
  text-align: center;
}
@media only screen and (max-width : 750px) {
	footer ul.links p,
	footer ul.main p {
		font-size: 16px; font-size: 1.6rem;
		line-height: 24px; line-height: 2.4rem;
	}
	footer ul.links {
		width: 50%;
		float: left;
	}
	footer ul.links li {
		width: 100%;
		padding: 10px 0 0;
		float: left;
		text-align: left;
	}
	footer ul.links li p,
	footer ul.links li a {
		width: 100%;
		float: left;
	}
}

/* Home */
.galleria-layer div.feature-title div.headline p.long, 
.galleria-layer div.feature-title div.headline p { padding: 10px; }
.galleria-image-nav-left { 
	background-image: url(/_themes/_images/buttons/left-r.png); 
	background-position: right center;
}
.galleria-image-nav-right { 
	background-image: url(/_themes/_images/buttons/right-r.png); 
	background-position: left center;
}
#Home .col { width: 100%; }
#Home #Blog { padding-bottom: 30px; } 

/* Common page / index */
div.imageWrap { max-width: 50%; }
div.imageWrap img {
	max-width: 100%;
	height: auto !important;
}
ul.targets-cols { padding: 0; }
ul.targets-cols li { 
	width: 48%;
}
ul.targets-cols li,
ul.targets-cols li:nth-child(3n) {
  margin-right: 4%;
}
ul.targets-cols li:nth-child(2n) {
  margin-right: 0;
}
ul.targets-cols img.callout {
	max-width: 100%;
	height: auto !important;
	margin: 0 auto;
}
ul.targets-cols img.default {
	padding: 30px 0;
	margin: 0 auto;
}
@media only screen and (max-width : 767px) {
	*[class^=targets] ul { 
		border: 0; 
		padding: 0;
	}
	*[class^=targets] ul li { border-top: 1px solid #ccc; }
	#Samples ul li,
	#pageIndex ul li,
	[id^="Portfolio"] ul li,
	*[class^=targets] ul:first-child li:first-child { border-top: 0; }
	*[class^=targets] ul[class~="two"] li { 
		width: 100%; 
		padding: 15px;
	}
	*[class^=targets] ul[class~="three"] { padding: 0 10px; }
	*[class^=targets] ul[class~="three"] li { 
		width: 100%; 
		padding: 15px 0;
	}
	.large ul.targets-cols li {
		width: 100%;
	}
	.large ul.targets-cols li,
	.large ul.targets-cols li:nth-child(3n),
	.large ul.targets-cols li:nth-child(2n) {
		margin-right: 0;
	}
	#MLeft,
	#LightBox {
		width: 100%;
		float: left;
	}
	#LightBox { padding: 20px 0 0; }
}
@media only screen and (max-width : 600px) {
	div.imageWrap { 
		width: 100% !important; 
		max-width: 100%;
		padding-left: 0;
	}
	div.imageWrap img {
		margin: 0 auto;
		float: none;
	}
	#pageIndex ul { padding: 0; }
	#pageIndex ul li { 
		width: 100%; 
		padding: 15px 0 0;
	}
}
.paging-bar { padding-bottom: 7px; }
.paging-bar > div.count, .paging-bar > div.paging { 
	width: 100%;
	padding: 7px 0 0;
	text-align: center;
}
@media only screen and (max-width : 600px) {
	.paging-bar .set-nav { display: none !important; }
}
@media only screen and (max-width : 500px) {
	.paging-bar .firstlast { display: none !important; }
}

/* Modules */
#MediaGallery div.thumbs > div { height: 85px; }
div.thumbs div.block img[class$=thumb] { max-width: 80px; }
div.thumbs div.block p.source { display: none; }
@media only screen and (max-width : 750px) {
	#Showcase .right,
	#Showcase .left {
		width: 100%;
		float: left;
	}
	#Showcase .left { padding-top: 30px; }
	#Showcase .imageWrap img { 
		margin: 0 auto;
		float: none;
	}
}

/* Forms */
@media only screen and (max-width : 349px) {
	div[class^=form-row] div.field.recaptcha {
		padding: 2px 0 10px;
		margin-left: -5px;
	}
}
@media only screen and (max-width : 767px) {
	fieldset { 
		float: none; 
		border: 0;
		clear: both;
	}
	.field textarea { 
		width: auto;
		min-width: 100%; 
	}
	.form-wrapper { 
		width: 100%; 
		border: none;
		background: none;
	}
	div[class^=form-row] > label {
		width: 100%;
		padding: 5px 0 0 10px;
		text-align: left;
	}
	div[class^=form-row] > label span {
		left: 0;
		right: auto;
	}
	div[class^=form-row] div.field { 
		width: 100%;
		padding: 2px 10px 5px;
	}
	input.regular,
	email.regular, 
	select.regular { width: 100%; }
	input.regular, 
	email.regular { padding: 4px 5px; }
	div.check-row { padding-left: 0; }
}
.form-wrapper input[type=submit] { 
	width: 200px; 
	text-align: center;
}
.form-wrapper input[type=submit].flex {
	width: auto;
	padding: 0 15px; 
}

/* Search Results */
#SearchResults { margin-top: 0; }
@media only screen and (max-width : 650px) {
	*[class^=targets] img.default { display: none; }
	*[class^=targets] img.left-thumb,
	*[class^=targets] img.right-thumb, 
	*[class^=targets] img.outside-thumb {
		max-width: 100px;
		height: auto;
		margin-left: 15px !important; 
		float: right;
	}
	#SearchResults div[class^=row] > a {
		width: 100%;
		float: none;
	}
}
@media only screen and (max-width : 600px) {
	#SearchBar div.form { 
		width: 100%;
		padding: 10px 20px 20px;
		float: left;
	}
	#SearchBar div.form input[type=text], 
	#SearchBar div.form select { float: left; }
	#SearchBar div.form select { 
		width: 100%;
		max-width: 100%;
		margin: 20px 0 0; 
	}
	#SearchBar div.form input[type=text] { 
		width: 100%;
		max-width: 100%; 
		margin: 0;
	}
	#SearchBar div.form label {
		width: 100%; 
		padding: 5px 0 10px;
		text-align: left; 
	}
	#SearchBar input[type=submit] { 
		width: 60%;
		margin: 20px 0 0 20%; 
	}
}

/* USERS */
.form-box { 
	width: 100%;
	padding: 0 10%; 
}
@media only screen and (max-width : 600px) {
	.form-box div[class^=form-row] > label { padding: 8px 0 0 4%; }
}

#instagram .item.video .play p:after {
	border-top-width: 6px;
	border-bottom-width: 7px;
	border-left-width: 13px;
}
