/* HTML Element styles specific to this project. */

h1 {
	color: #666;
}
h2 {
	color: #008cd3;
}
h3 {
	color: #666;
}
h4 {
	color: #008cd3;
}
h5 {
	color: #666;
}
h6 {
	color: #008cd3;
}

.phone > a {
	color: inherit;
}


a.TextButton,
input.TextButton,
a.Method,
a.AddToCart,
.button {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 10px 12px;
	width: auto;
	max-width: 100%;
	font-family: inherit;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.33333em;
	vertical-align: baseline;
	color: #fff;
	background: #008cd3;
	-webkit-transition: all linear .2s;
	-moz-transition: all linear .2s;
	-o-transition: all linear .2s;
	transition: all linear .2s;
}
a.TextButton:hover,
input.TextButton:hover,
a.Method:hover,
a.AddToCart:hover,
.button:hover {
	-webkit-box-shadow: 1px 1px 6px rgba(127, 127, 127, .3);
	-moz-box-shadow: 1px 1px 6px rgba(127, 127, 127, .3);
	box-shadow: 1px 1px 6px rgba(127, 127, 127, .3);
	outline: none;
	text-decoration: none;
	color: #fff;
}





/* Skin specific styles */

#container {
	min-height: 100%;
	text-align: center;
	background-color: #323232;
}

#container > div {
	text-align: left;
}

#container > div:before, #container > div:after {display: table; content: " "; line-height: 0;}
#container > div:after {clear: both;}
#container > div {*zoom: 1;}

#container > div > * {
	clear: both;
	position: relative;
	margin: 0 auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	max-width: 1200px;
}






#share-this {
	position: fixed;
	top: 157px;
	right: 0;
	padding-bottom: 97px;
	width: 38px;
	background: url(../images/templates/share-this-bottom.png) no-repeat left bottom;
	z-index: 2;
}

#share-this div {
	padding: 33px 10px 6px 10px;
	background: url(../images/templates/share-this-top.png) no-repeat top;
}

#share-this img {
	border: none;
	display: block;
	padding-bottom: 4px;
	width: 18px;
	cursor: pointer;
}

@media screen and (max-width: 479px) {
	#share-this {
		display: none;
	}
}




#logged-in-menu-container {
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 3px 6px #777;
	width: 100%;
	color: #fff;
	background-color: #777;
	z-index: 4;
}

@media screen and (max-width: 599px) {
	#logged-in-menu-container {
		position: relative;
	}
}

#logged-in-menu {
	padding: 0 10px;
	font-size: .8em;
}

#logged-in-menu a[title]:after {
	background-color: #008cd3;
	color: #fff;
}

#logged-in-menu ul ul {
	background-color: #f69626;
	color: #fff;
}

#logged-in-menu > ul:first-child {
	float: right;
}

#logged-in-menu > ul:first-child a[title]:after {
	left: auto;
	right: 100%;
}

#logged-in-menu > ul:first-child ul {
	left: auto;
	right: 7px;
	text-align: right;
}

#logged-in-menu > ul:first-child ul ul {
	right: 100%;
}

@media screen and (max-width: 599px) {
	#logged-in-menu.minimize600 > ul:before {
		content: "≡ Administration Menu";
	}
	#logged-in-menu.minimize600 > ul:first-child:before {
		content: "≡ User Menu";
	}
	#logged-in-menu.minimize600 > ul:first-child {
		float: none;
	}
	#logged-in-menu.minimize600 > ul:first-child ul {
		text-align: left;
	}
}






#main-menu-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	background: url(../images/templates/top-bar-tile.png) top repeat-x;
	z-index: 2;
}

#logged-in-menu-container + #main-menu-container {
	top: 30px;
}

#main-menu {
	padding: 0 10px;
	font-size: .8em;
	line-height: 16px;
	background: url(../images/templates/top-menu-right-end.png) right bottom no-repeat;
}

#main-menu:after {clear: both; display: table; content: " "; line-height: 0;}

#main-menu a[title]:after {
	display: none;
	background-color: #008cd3;
}

#main-menu > ul {
	float: right;
	padding: 15px 70px 5px 70px;
	background: url(../images/templates/top-menu-left-end.png) left bottom no-repeat;
}

#main-menu > ul > li > a {
	*color: #fff;
}

#main-menu ul ul {
	background-color: #60952d;
}

@media screen and (max-width: 839px) {
	#main-menu-container {
		position: relative;
	}
	#logged-in-menu-container + #main-menu-container {
		top: 0;
	}
}

@media screen and (max-width: 599px) {
	#main-menu-container {
		box-shadow: 0 3px 6px #222;
		background-image: none;
		background-color: #444;
	}
	#main-menu {
		padding: 2px 10px;
		font-size: 1em;
		background-image: none;
	}
	#main-menu.minimize600 > ul:before {
		content: "≡ main menu";
	}
	#main-menu > ul {
		float: none;
		padding: 0;
		background-image: none;
	}
}






#header-container {
	padding-top: 40px;
	background-color: #fff;
}

#logged-in-menu-container + #main-menu-container + #header-container {
	padding-top: 70px;
}

#header {
	padding: 10px;
}

@media screen and (max-width: 839px) {
#logged-in-menu-container + #main-menu-container + #header-container {
		padding-top: 0;
	}
}





#title-bar-container {
	background: url(../images/templates/banner-tile-blue.jpg) repeat-x;
}

#title-bar {
	padding: 10px;
}

#title-bar h1 {
	margin: 0;
	color: #fff;
}





#banner-container {
	background: #2e3f87 url(../images/templates/banner-tile-blue.jpg) repeat-x;
}

#banner {
	padding: 0 10px;
}

#banner .Title {
	margin-top: 0;
	padding: 10px 0;
	color: #fff;
}

#banner #rotator {
	padding: 10px 0;
	height: 247px;
	color: #fff;
}

#banner #rotator h1 {
	color: #fff;
}

#banner #rotator a {
	*color: #fff;
}


/* rotator in-page placement */

#rotator {
	position: relative;
}

/* rotator css */

#rotator > div {
	float: left;
	position: absolute;
}

/* rotator image style */	

#rotator > div.show {
	z-index: 1;
}

#banner .Frame {
	margin-top: -30px;
	margin-bottom: -30px;
	box-shadow: 3px 3px 6px #666;
}

#banner .Frame > div {
	padding-top: 35px;
	height: 275px;
	text-align: center;
	background-color: #fff;
	cursor: pointer;
	background-color: #000;
}

#banner .Frame > div h4 {
    color: #fff;
}

@media screen and (max-width: 719px) {
	#banner #rotator {
	}
	#banner .Frame {
		margin-top: 0;
		margin-bottom: 0;
	}
	#banner .Frame > div {
	//	padding: 10px;
	//	height: auto;
	}
}

@media screen and (max-width: 479px) {
	#banner #rotator {
		height: 300px;
	}
}
 




#body-container {
	padding-bottom: 40px;
	background-color: #fff;
}

#banner-container + #body-container {
	padding-top: 40px !important;
}

#body {
	padding: 0 10px;
	min-height: 300px;
}

#body > .grid {
	margin-top: -20px;
}

#body > .grid > * {
	padding-top: 20px;
}


#content > *:first-child {
	margin-top: 0;
}


#side-panel > .grid {
	margin-top: -20px;
}

#side-panel > .grid > * {
	margin-top: 20px;
}

.side-panel-snippet {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 9px;
	font-size: .8em;
}

.side-panel-snippet > *:first-child {
	display: block;
	margin: -9px -10px -18px -20px;
	padding: 8px 0 0 20px;
	height: 60px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	background: url(../images/templates/ribbon-round-blue.png) no-repeat;
}






/* Recent Blog Posts */

#recent-articles-container {
	background-color: #444;
}

#recent-articles {
	padding: 20px 10px;
}

#recent-articles > h2 {
	margin-top: 0;
}

#recent-articles > h2 a:first-child {
	float: right;
	font-size: .7em;
}

#recent-articles > h2 a {
	*color: #008cd3;
}

#recent-articles > .grid {
	margin-bottom: -10px;
}

#recent-articles > .grid > * {
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	padding: 10px;
	background-color: #fff;
}

#recent-articles .blogpost .title {
	display: block;
	margin-top: 0;
	font-size: 1.2em;
	color: #666;
}

#recent-articles .blogpost img {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#recent-articles .blogpost .description {
	display: block;
	margin-top: 10px;
}

#recent-articles .blogpost a {
	margin-top: 5px;
}

@media screen and (min-width: 360px) and (max-width: 719px) {
	#recent-articles .blogpost img {
		float: left;
		margin-top: 15px;
		margin-right: 10px;
		margin-bottom: 0;
		width: 30%;
	}
	#recent-articles .blogpost .description {
		margin-top: 5px;
	}
}





/* Random Testimonials */

#random-testimonials-container {
	background-color: #444;
}

#random-testimonials {
	padding: 10px;
}

#random-testimonials > h2 {
	margin-top: 0;
}

#random-testimonials > h2 a:first-child {
	float: right;
	font-size: .7em;
}

#random-testimonials > h2 a {
	*color: #008cd3;
}

#random-testimonials > .grid {
	margin-bottom: -10px;
}

#random-testimonials > .grid > * {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 10px;
	background-color: #fff;
}

#random-testimonials .testimonial .title {
	display: block;
	margin-top: 0;
	font-size: 1.2em;
}

#random-testimonials .testimonial .description {
	display: block;
	margin-top: 10px;
}

#random-testimonials .testimonial .name {
	padding-top: 10px;
}

#random-testimonials .testimonial .name,
#random-testimonials .testimonial .business-name {
	display: block;
	font-style: italic;
	color: #666;
}

#random-testimonials .testimonial a {
	float: right;
	margin: 10px 0;
}




body.website-design-templates .grid > a {
	text-align: center;
}
body.website-design-templates .grid > a > img {
	max-width: 330px;
}




#footer-container {
	width: 100%;
	background: #323232 url(../images/templates/footer-tile-small.jpg) repeat-x;
}

#footer {
	display: block;
	padding: 10px 10px 20px 10px;
	color: #fff;
}

#footer-menu {
}

#footer-menu > ul {
	margin: 5px -1% 0 -1%;
 	font-size: .6em;
	line-height: 1.2em;
	font-weight: bold;
}

#footer-menu > ul > li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 2px groove #666;
	padding: 3px 1%;
	width: 31.33333%;
}

#footer-menu a {
	*color: #fff;
}

#footer-menu a[title]:after {
	display: none;
	background-color: #008cd3;
}

#footer-menu ul ul {
	margin-top: 5px;
	font-weight: normal;
}

#footer-menu ul ul li {
	padding-top: 0;
}

#follow-us-menu > ul {
	margin-top: 5px;
	font-size: .6em;
	line-height: 20px;
}

#follow-us-menu > ul > li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
}

#follow-us-menu a {
	*color: #fff;
}

#follow-us-menu a[title]:after {
	display: none;
	background-color: #008cd3;
}

#follow-us-menu img {
	max-height: 16px;
	max-width: 16px;
}


#partner-menu > ul {
	margin-top: 5px;
	font-size: 0;
	line-height: 25px;
	color: transparent;
}

#partner-menu > ul > li {
	float: none;
	margin-top: 2px;
}

#partner-menu a {
	*color: transparent;
}

#partner-menu a[title]:after {
	display: none;
	font-size: 10px;
	line-height: 1.2em;
	background-color: #008cd3;
	color: #fff;
}

#partner-menu img {
	max-height: 25px;
}

#footer-locked {
	padding: 10px;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	color: #aaa;
}

#footer-locked #copyright {
	text-align: left;
}

#footer-locked img {
	float: right;
}



@media screen and (max-width: 599px) {
	#footer > .grid > *:first-child {
		display: none;
	}
}






/* Article View Styles */



.PageRange,
.PageCommands {
	clear: both;
	padding-top: 10px;
	text-align: center;
}




/* Content */

#BlogPosts {
    margin-top: 0;
    border-top: none;
}
#Content h1:first-child {
	padding-top: 0;
}
#Message {
	padding-top: 10px;
}
#content .Title {
	display: none;
}
#content .Commands {
	display: none;
	margin-bottom: 10px;
}
#Content .Articles .Title {
	display: block;
	color: #008cd3;
}
.Article {
	clear: both;
	margin-bottom: 20px;
	padding: 0 10px 10px 10px;
}
.Article:after {display: table; content: " "; line-height: 0; clear: both;}
.Article {*zoom: 1;}
.Article .Title .Stars {
	display: block;
	float: right;
}
.Article .PublishedOn {
	float: right;
	padding-top: 5px;
}
.Article .PublishedOn:before {
	content: "Posted On: ";
}
.Article .Author {
	display: block;
	padding-top: 5px;
}
.Article .Author:before {
	content: "Posted By: ";
}
.Article .Categories {
	padding-top: 10px;
}
.Article .Categories:before {
	content: "Filed Under: ";
}
.Article > .Image {
	float: left;
	max-width: 250px;
	margin: 20px 20px 20px 0;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 5px;
}
.Article .ImageHolder {
	float: left;
	margin: 20px 20px 20px 0;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 5px;
	width: 200px;
	text-align: center;
}
.Article .ImageHolder img {
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
	max-width: 100%;
}
.Article .Description {
	padding-top: 10px;
}
/* .Article .Description + * {
	clear: both;
}
 */
.Article .Images {
	padding-top: 10px;
}
.Article .Images a {
	float: left;
	display: block;
	margin: 3px;
	border: 2px solid #888;
	padding: 5px;
	width: 160px;
	height: 160px;
	line-height: 160px;
	text-align: center;
	background-color: #000;
}
.Article .Images a img {
	border: 0;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.Article .ReadMore {
	display: block;
	padding-top: 5px;
	text-align: right;
}
.Article .Tags {
	clear: both;
	padding-top: 10px;
}
.Article .Tags:before {
	content: "Tagged: ";
}
.Article .CommentsCount {
	display: block;
	padding-top: 10px;
}
.Article .HTMLDocumentComments {
	margin-top: 20px;
}
.Article .HTMLDocumentComments:before {
	content: "Comments";
	display: block;
	border-top: solid 3px #d1d2d4;
	padding-top: 10px;
	font-size: 18px;
}
.Article .HTMLDocumentComment {
	margin-top: 15px;
	margin-bottom: 15px;
}
.Article .HTMLDocumentComment .Document {
	display: none;
}
.Article .HTMLDocumentComment .SubmittedOn {
	float: right;
	font-weight: bold;
}
.Article .HTMLDocumentComment .Author:before {
	content: normal;
}
.Article .HTMLDocumentComment .Author .Photograph {
	float: left;
	margin-right: 10px;
	max-width: 50px;
	max-height: 75px;
}
.Article .HTMLDocumentComment .Author .Name {
	display: block;
	font-weight: bold;
}
.Article .HTMLDocumentComment .Author .BusinessName,
.Article .HTMLDocumentComment .Author .WebsiteAddress {
	margin-top: 3px;
	display: block;
}
.Article .HTMLDocumentComment .CommentBody {
	clear: both;
}
.Article #Comments .TextButton {
	clear: both;
	float: right;
	margin: 15px 0 0 0;
}
.Articles .Article .Author,
.Articles .Article .PublishedOn,
.Articles .Article .Categories,
.Articles .Tags,
.Articles .Article .CommentsCount {
	display: none;
}



/* SidePanel */

#categories,
#tags,
#issues,
#authors,
#industries,
#region,
#latest-comments {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 9px;
	font-size: .8em;
}
#categories:before,
#tags:before,
#issues:before,
#authors:before,
#industries:before,
#regions:before,
#latest-comments:before {
	display: block;
	margin: -9px -10px -18px -20px;
	padding: 8px 0 0 20px;
	height: 60px;
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
}

#categories:before {
	content: "Categories";
	background: url(../images/templates/ribbon-round-blue.png) no-repeat;
}

#tags:before {
	content: "Tags";
	background: url(../images/templates/ribbon-round-orange.png) no-repeat;
}
#tags .ExtraLarge {
	font-size: 16px;
}
#tags .Large {
	font-size: 16px;
}
#tags .Medium {
	font-size: 12px;
}
#tags .Small {
	font-size: 10px;
}
#tags .ExtraSmall {
	font-size: 8px;
}

#issues:before {
	content: "Issues";
	background: url(../images/templates/ribbon-round-green.png) no-repeat;
}

#authors:before {
	content: "Authors";
	background: url(../images/templates/ribbon-round-red.png) no-repeat;
}

#industries:before {
	content: "Industries";
	background: url(../images/templates/ribbon-round-blue.png) no-repeat;
}

#regions:before {
	content: "Regions";
	background: url(../images/templates/ribbon-round-orange.png) no-repeat;
}

#latest-comments:before {
	content: "Latest Comments";
	background: url(../images/templates/ribbon-round-blue.png) no-repeat;
}
#latest-comments a[title]:after {
	position: static;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 5px 0 0 0;
	width: 100%;
	font-size: .9em;
	font-style: italic;
	font-weight: bold;
	background: none;
	opacity: 1;
	visibility: visible;
}
#latest-comments .HTMLDocumentComment {
	margin-top: 10px;
	margin-bottom: 10px;
}
#latest-comments .HTMLDocumentComment:first-child {
	margin-top: 6px;
}
#latest-comments .HTMLDocumentComment .Document:before {
	content: "On ";
	font-weight: normal;
	font-style: normal;
}
#latest-comments .HTMLDocumentComment .Document {
	font-weight: bold;
}
#latest-comments .HTMLDocumentComment .SubmittedOn {
	display: none;
}
#latest-comments .HTMLDocumentComment .Author:before {
	content: " by ";
}
#latest-comments .HTMLDocumentComment .Author .Photograph {
	display: none;
	float: right;
	margin-left: 10px;
	max-width: 50px;
	max-height: 75px;
}
#latest-comments .HTMLDocumentComment .Author .Name {
	font-weight: bold;
}
#latest-comments .HTMLDocumentComment .Author .BusinessName,
#latest-comments .HTMLDocumentComment .Author .WebsiteAddress,
#latest-comments .HTMLDocumentComment .CommentBody {
	display: none;
}

#categories a[data-items-count]:after,
#issues a[data-items-count]:after,
#authors a[data-items-count]:after,
#industries a[data-items-count]:after,
#regions a[data-items-count]:after,
#latest-comments a[data-items-count]:after {
	content: attr(data-items-count);
	position: static;
	display: block;
	float: right;
	border: 0;
	padding: 0;
	width: auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-weight: normal;
	font-size: .9em;
	opacity: 1;
	visibility: visible;
}


#BlogPosts .Article {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 15px;
}
#BlogPosts .title {
	margin-top: 0;
}
#BlogPosts .image {
	float: left;
	margin-top: 15px;
	margin-right: 2%;
	max-width: 31.33333%;
}
#BlogPosts .image img {
	border-radius: 10px;
}
#BlogPosts .description {
	margin-top: 15px;
}




/* Page specific styles */

.Frame {
	margin-bottom: 10px;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 9px;
	background-color: #fff;
	page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	break-inside: avoid-column;
}
.Frame > *:first-child {
	margin-top: 0;
}



.ComparisonChart {
	border-collapse: separate;
	border-spacing: 3px;
}
.ComparisonChart td {
	padding: 5px;
}
.ComparisonChart td * {
	padding: 0;
}
.ComparisonChart td p {
	font-size: 12px;
}
.ComparisonChart td + td {
	width: 200px;
	text-align: center;
}
.ComparisonChart td + td img {
	padding: 8px;
}
.ComparisonChart tbody td + td {
	background-color: #fee;
}
.ComparisonChart tbody td + td + td {
	background-color: #eef;
}
.ComparisonChart tbody td + td + td + td {
	background-color: #efe;
}
.ComparisonChart tbody td + td + td + td + td {
	background-color: #ffe;
}



body.web-services .Frame {
	margin-bottom: 20px;
	height: 190px;
}
@media screen and (max-width: 1199px) {
	body.web-services .Frame {
		height: 220px;
	}
}
@media screen and (max-width: 1079px) {
	body.web-services .Frame {
		height: 260px;
	}
}
@media screen and (max-width: 959px) {
	body.web-services .Frame {
		height: 200px;
	}
}
@media screen and (max-width: 839px) {
	body.web-services .Frame {
		height: 250px;
	}
}
@media screen and (max-width: 719px) {
	body.web-services .Frame {
		margin-bottom: 10px;
		height: 200px;
	}
}
@media screen and (max-width: 599px) {
	body.web-services .Frame {
		height: 260px;
	}
}
@media screen and (max-width: 479px) {
	body.web-services .Frame {
		height: 190px;
	}
}



body.website-components .grid:first-child > .Frame {
	margin-bottom: 0;
	height: auto !important;
}
@media screen and (max-width: 719px) {
	body.website-components .grid:first-child > .Frame {
		margin-top: 20px;
	}
}
body.website-components .Frame > div {
	padding-top: 35px;
	height: 275px;
	text-align: center;
	cursor: pointer;
}
body.website-components .Frame {
	margin-bottom: 20px;
	height: 210px;
}
body.website-components .Frame img {
	margin-right: 10px;
}
@media screen and (max-width: 1079px) {
	body.website-components .Frame {
		height: 250px;
	}
}
@media screen and (max-width: 959px) {
	body.website-components .Frame {
		height: 280px;
	}
}
@media screen and (max-width: 839px) {
	body.website-components .Frame {
		height: 310px;
	}
}
@media screen and (max-width: 719px) {
	body.website-components .Frame {
		margin-bottom: 10px;
		height: 250px;
	}
}
@media screen and (max-width: 599px) {
	body.website-components .Frame {
		height: 300px;
	}
}
@media screen and (max-width: 479px) {
	body.website-components .Frame {
		height: 200px;
	}
}
@media screen and (max-width: 359px) {
	body.website-components .Frame {
		height: 250px;
	}
}



.template-menu {
	font-size: 1.2em;
}
.template-menu > ul > li {
	margin-top: 1%;
	margin-bottom: 1%;
	border: 1px solid #ddd;
}
.template-menu > ul > li {
	display: block;
	font-size: .8em;
	line-height: 200%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.template-menu > ul > li > a {
	display: block;
	width: 100%;
}
.template-menu img {
	display: block;
	width: 100%;
	max-height: 100%;
}
.template-menu a[title]:after {
	display: none;
}



.portfolio-menu {
	font-size: 1.2em;
}
.portfolio-menu > ul > li {
	margin-top: 1%;
	margin-bottom: 1%;
	border: 1px solid #ddd;
}
.portfolio-menu > ul > li > a {
	display: block;
	font-size: .8em;
	line-height: 200%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.portfolio-menu a {
	display: block;
	width: 100%;
}
.portfolio-menu img {
	display: block;
	margin-bottom: 5px;
	width: 100%;
	max-height: 100%;
}

.portfolio-menu img:hover {
	cursor: url(/images/templates/icons/zoom-cursor.png), auto;
}
.portfolio-menu a[title]:after {
	display: none;
}



body.contact-blue-rock-websites .Frame {
	margin-bottom: 0;
}
@media screen and (max-width: 719px) {
	body.contact-blue-rock-websites .Frame {
		margin-top: 20px;
	}
}

body.contact-blue-rock-websites label {
   margin-top: 20px;
}

#Message {
	border: 1px solid #ccc;
	border-color: rgba(127, 127, 127, .3);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
	-webkit-box-shadow: 2px 2px 12px rgba(127, 127, 127, .3);
	-moz-box-shadow: 2px 2px 12px rgba(127, 127, 127, .3);
	box-shadow: 2px 2px 12px rgba(127, 127, 127, .3);
}
#Message.ErrorMessage {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); 
	z-index: 10;
	color: #b94a48;
	background-color: #f2dede;
}
#Message.ErrorMessage:before {
	content: "Error";
	display: block;
	margin-top: -10px;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	border-bottom-color: rgba(127, 127, 127, .3);
	padding: 10px;
	font-weight: bold;
	line-height: 1em;
}
#Message.ErrorMessage:after {
	content: "\f00d";
	position: absolute;
	display: block;
	top: 10px;
	right: 10px;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	line-height: 1em;
	cursor: pointer;
}
#Message.WarningMessage {
	color: #c09853;
	background-color: #fcf8e3;
}
#Message.InformationMessage {
	color: #3a87ad;
	background-color: #d9edf7;
}