@charset "utf-8";
/* CSS Document */

/* Available Fonts (from TypeKit)
"proxima-nova" (100, 300, 400, 600, 700, 800(1 use) - Thin, Light, Regular, Semibold, Bold, Extrabold; normal, italic)
In Use:
100
300
400
600 (strong)
800

"skolar" (400, 600 - Regular, Semibold; normal, italic)
In Use:
400
600
*/

@import url("ekko-lightbox.css");

html {
	font-size: 87.5%; /* Changes 16px root size of font in most browsers to 14px for this site, so 1rem = 14px instead of 16px. */
}

body {
  font-weight: 300;
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.5;
  font-family: 'proxima-nova', Verdana, Helvetica, sans-serif;
  color: #B0B0B0;
	text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
/*	background: #6D6D6D url(/images/Backgrounds/DesertBackground.jpg) no-repeat; */
	background: #6D6D6D;
	background-size: 100%;
	background-position: center top;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
  padding-bottom: 40px;
}

.col-md-6 p, /* Pumping up the size of the font in the center column. */
.col-md-6 li {
	font-size: 18px;
	font-size: 1.25rem;
}

body > .container {
	box-shadow: 0px 4px 28px 8px #666;
	background-color: #444;
	background: rgba(43,43,43,.95); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(43,43,43,.95) 0%, rgba(17,17,17,.95) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(43,43,43,.95)), color-stop(100%,rgba(17,17,17,.95))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(43,43,43,.95) 0%,rgba(17,17,17,.95) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(43,43,43,.95) 0%,rgba(17,17,17,.95) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(43,43,43,.95) 0%,rgba(17,17,17,.95) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(43,43,43,.95) 0%,rgba(17,17,17,.95) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2D2D2D', endColorstr='#111111',GradientType=0 ); /* IE6-9 */
}

nav.navbar.navbar-default > div.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

a.cmsLogo {
  width: 1170px;
  height: 60px;
  background: url(/templates/cms/images/CreativeMarketingServicesLogo.jpg) no-repeat;
  display: block;
  margin: 0 -15px;
  padding: 16px 0 0 26px !important;
  font-size: 35px;
  line-height: 1;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: -.05em;
  color: rgba(255,255,255,.8) !important;
  position: relative;
}

.tagline {
  position: absolute;
  left: 497px;
  top: 33px;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  color: rgba(255,255,255,.8);
  text-transform: initial;
  letter-spacing: 0;
}

@media (max-width: 991px) {
  .tagline {
    display: none;
  }
}

/* Hidden on xs */
@media (min-width: 768px) {
	header a.cmsLogo {
		padding: 0;
		margin-left: -15px;
		width: 750px;
	} 
}
@media (min-width: 992px) {
	header a.cmsLogo {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	header a.cmsLogo {
		width: 1170px;
	}
}
/* END Hidden on xs */

.navbar {
	margin-bottom: 0;
	box-shadow: 3px 3px 6px 0px #222;
}

.nav>li>a,
.navbar-nav>li>a {
	padding: 5px 15px;
	font-weight: 400;
}

.navbar-default .navbar-nav>li.deeper.parent>a {
  padding-right: 24px;
}

.navbar-default .navbar-nav>li.deeper.parent>a:after {
  content: "";
  display: block;
  width: 17px;
  height: 11px;
  position: absolute;
  top: 10px;
  right: 2px;
  z-index: 1;
  opacity: 0.4;
  background: url(images/ArrowDownRTWhite.svg) -5px -7px / 140% no-repeat;
}

.navbar-default .navbar-nav>li.deeper.parent:hover>a:after {
  opacity: 0.7;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #b0b0b0;
}

.navbar-default,
.navbar-default .navbar-collapse {
	background-color: transparent;
	border: none;
	box-shadow: none;
}

.navbar-default .navbar-collapse {
	padding-left: 0;
	padding-right: 0;
	padding: 0 15px;
}
@media (min-width: 768px) {
	.navbar-default .navbar-collapse {
		border-top: 1px solid rgba(255,255,255,.3);
		margin: -1px -15px 0;
	}
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.dropdown-menu {
	background-color: #45454d;
	color: #aaa;
}

.dropdown-menu {
	background-color: rgba(94, 94, 105, .9);
	color: #aaa;
}

.dropdown-menu>li>a {
	color: #aaa;
}

.dropdown-menu>li>a:hover {
	background-color: #ababbd;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background-color: #ababbd;	
}

/* Making the dropdown menu work */
li.deeper.parent:hover > .nav-child,
li.deeper.parent > a:focus + .nav-child {
	display: block;
}

.nav-child.unstyled.small {
	display: none;
	position: absolute;
	z-index: 10;
	color: #aaa;
	padding: 0;
	font-size: 1rem;
	line-height: 1.8;
  background-color: #000;
  box-shadow: 1px 4px 24px 0 rgba(0,0,0,.4);
}
@media (max-width: 768px) {
	.nav-child.unstyled.small {
		display: none;
		position: relative;
		font-size: 1.4rem;
		line-height: 2;
		text-indent: 10px;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
}

.nav-child.unstyled li {
	list-style: none;
}

.nav-child.unstyled li:last-of-type {
	/*border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px; REMOVED TO ALLOW FOR 3RD-LEVEL MENUS */
}
@media (max-width: 768px) {
	.nav-child.unstyled li:last-of-type {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
}

.nav-child.unstyled.small>li>a {
	line-height: 20px;
	color: #aaa;
	padding: 5px 15px;
	width: 100%;
  min-width: 120px;
  display: inline-block;
	white-space: nowrap;
}

.nav-child.unstyled.small>li:hover,
.nav-child.unstyled.small>li.current {
	background-color: #454545;
}

.nav-child.unstyled.small>li:hover a,
.nav-child.unstyled.small>li.current a {
	color: #fff;
	white-space: nowrap;
}

.nav-child.unstyled.small>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
}
/* END Making the dropdown menu work */

/*li.deeper>a:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 4px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}*/

.navbar-default .navbar-brand {
	width: 80%;
}

.navbar-brand {
	height: 80px;
	padding: 4px 0 0 15px;
}

.navbar p.logo {
	width: 125%;
	background: url("/templates/cms/images/CreativeMarketingServicesLogoSmallBkgd.jpg") no-repeat;
	padding: 15px 60px 15px 10px;
	font-weight: 100;
	font-size: 1.7rem;
	line-height: 1.05;
  font-family: 'proxima-nova', Verdana, Helvetica, sans-serif;
	color: rgba(255,255,255,.7);
	text-transform: uppercase;
}

.dropdown-menu {
	border: none;
}

h1, h2, h3, h4 {
	font-weight: 400;
	font-family: skolar, Georgia, "Times New Roman", Times, serif;
	margin-bottom: 6px;
}

ul 
.page-header {
	padding-bottom: 0;
	border-bottom: 1px solid #45454d;
}

strong {
	font-weight: 600;
}

pre {
	font-size: 1rem;
	color: #c7254e;
	background-color: #c9c9c9;
	word-break: break-all;
	padding: 12px 10px;
	margin: 10px 0;
}

code {
	font-size: .9em;
	color: #c7254e;
	background-color: #c9c9c9;
	padding: 4px;
}

kbd {
	padding: 2px 8px;
	color: #ddd;
	background-color: #3c3c3c;
}

.item-page h2,
.items-leading h2,
.items-row h2 {
	color: #ebb348;
	margin-top: 23px;
}

.home .items-leading h2 {
	margin-top: 36px;
}

.items-leading p img {
	width: 100%;
}

/* Article inline image using MCE editor to insert it. */
.blog-featured .btn.dropdown-toggle {
  background-color: #555;
  border-radius: 5px;
}

div.img_caption {
	width: 100% !important;
}

div.img_caption img {
	width: 100%;
}

div.img_caption p.img_caption {
	background-color: rgba(255,255,255,.7);
	margin-top: 2px;
	padding: 4px 8px;
	font-style: italic;
	font-size: .9em;
	color: #000;
}
/* END Article inline image using MCE editor to insert it. */

/* Article inline image using Image button to insert it. */
figure.pull-left {
	width: 50%;
	padding-right: 18px;
}

figure.pull-right { 
	width: 50%;
	padding-left: 18px;
}

.blog-featured.portfolioWeb figure.pull-left,
.blog-featured.portfolioWeb figure.pull-right {
	width: 42%; /* Used to make mobile screen cap not too big. */
	clear: right;
}

figure.pull-right+figure.pull-right {
  margin-top: 20px;
}

figure.pull-left img,
figure.pull-right img {
	width: 100%;
}

figure.pull-left figcaption,
figure.pull-right figcaption {
	padding: 8px;
	font-style: italic;
	font-size: .9em;
	line-height: 1.3;
}
/* END Article inline image using Image button to insert it. */

a:link,
a:visited,
a:hover,
a:active	{
	text-decoration: none; 
	}
	
a:link	{
	color: rgb(128,159,174);
	}
	
a:visited	{
	color: #88b;
	}
	
a:hover	{
	color: #82cfe0; 
	}
	
a:active	{
	color: #36bbd9;
	}

.nowrap	{
	white-space: nowrap;
	}

::-moz-selection{background:#9C0;color:#fff;text-shadow:none;}
::selection{background:#9C0;color:#fff;text-shadow:none;}

legend {
	color: #b0b0b0;
}

/* About CMS in left sidebar module */
.moduletable_aboutCMS {
	padding-top: 3.5em;
	background-color: #35353d;
	padding: 12px;
	margin-top: 25px;
	margin-bottom: 1em;
}

.moduletable_aboutCMS h3 {
	margin-bottom: 10px;
	margin-top: 5px;
}

.moduletable_aboutCMS p {
	color: #B0B0B0;
	line-height: 1.5;
	padding-bottom: 1em;
}

ul.category-module_aboutCMS {
	padding-left: 0;
	list-style: none;
}

ul.category-module_aboutCMS ul {
	padding-left: 0;
	list-style: disc;
}

.category-module_aboutCMS li {
	margin-bottom: 30px;
	border-top: 1px solid #242424;
	padding: 12px 0 0 0;
}

.category-module_aboutCMS li:last-of-type {
	margin-bottom: .6em;
}

.category-module_aboutCMS .mod-articles-category-title {
	font-weight: 600;
	font-family: skolar, Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: 1.2;
	color: #4b8bc6;
}

.moduletable_aboutCMS a.mod-articles-category-title:link,
.moduletable_aboutCMS a.mod-articles-category-title:visited {
	color: rgb(128,159,174);
}

.category-module_aboutCMS .mod-articles-category-readmore { /* "Read More..." text. */
	background-color: rgb(128,159,174);
	margin: -.8em 0 0 0;
	padding: 0 6px 1px;
	text-transform: uppercase;
	text-align: center;
}

.category-module_aboutCMS .mod-articles-category-readmore:hover { /* "Read More..." text. */
	background-color: #5b5b5b;
}

.category-module_aboutCMS .mod-articles-category-readmore .mod-articles-category-title,
.category-module_aboutCMS li:nth-of-type(3) .mod-articles-category-readmore .mod-articles-category-title { /* "Read More..." text. */
	font-weight: 400;
  font-family: 'proxima-nova', Verdana, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1;
	color: #4b8bc6;
	width: 100%; /* To undo adjustments to 3rd list item title. */
	display: inline; /* To undo adjustments to 3rd list item title. */
}

.moduletable_aboutCMS .mod-articles-category-readmore a.mod-articles-category-title:link,
.moduletable_aboutCMS .mod-articles-category-readmore a.mod-articles-category-title:visited { /* "Read More..." text. */
	color: #35353d;
}

.moduletable_aboutCMS .mod-articles-category-readmore a.mod-articles-category-title:hover { /* "Read More..." text. */
	color: #b0b0b0;
}
/* END About CMS in left sidebar module */

/* Tutorial in sidebar module */
/* END Tutorial in sidebare module */

/* Of Interest on the Web in sidebar module */
.moduletable_ofInterestOnTheWeb img {
	max-width: 100%;
	height: auto;
}
/* END Tutorial in sidebare module */

/* Recent Articles in right sidebar module */
.moduletable_recentArticles,
.moduletable_relatedArticles,
.moduletable_blogCategories,
.moduletable_notes,
.moduletable_tutorial,
.moduletable_ofInterestOnTheWeb {
	padding-top: 28px;
}

.moduletable_recentArticles h3,
.moduletable_relatedArticles h3,
.moduletable_blogCategories h3,
.moduletable_notes h3,
.moduletable_tutorial h3,
.moduletable_ofInterestOnTheWeb h3 {
	font-weight: 300;
	font-size: .8em;
  font-family: 'proxima-nova', Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	text-align: center;
	padding-bottom: 2px;
	border-bottom: 1px solid #45454d;
	margin-bottom: 10px;
}

div.moduletable_recentArticles ul,
div.moduletable_relatedArticles ul,
div.moduletable_blogCategories ul,
.moduletable_notes ul {
	list-style: none;
	padding-left: 0;
}

div.moduletable_recentArticles ul li,
div.moduletable_relatedArticles ul li,
div.moduletable_blogCategories ul li h4,
.moduletable_notes ul li {
	line-height: 1.4;
	padding-bottom: .8em;
}

div.moduletable_blogCategories ul li h4 {
  font-weight: 400;
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.5;
  font-family: 'proxima-nova', Verdana, Helvetica, sans-serif;
  color: #B0B0B0;
	margin: 0;
}

.moduletable_recentArticles .mod-articles-category-title,
.moduletable_relatedArticles .mod-articles-category-title,
.moduletable_blogCategories .mod-articles-category-title {
}

.moduletable_recentArticles a.mod-articles-category-title:visited,
.moduletable_relatedArticles a.mod-articles-category-title:visited,
.moduletable_blogCategories .mod-articles-category-title:visited {
	color: #88b;
}

.moduletable_recentArticles a.mod-articles-category-title:hover,
.moduletable_relatedArticles a.mod-articles-category-title:hover,
.moduletable_blogCategories .mod-articles-category-title:hover {
	color: #82cfe0;
}

/* END Recent Articles in right sidebar module */

/* Testimonials in right sidebar */
.custom_testimonials {
	padding-top: 4.5em;
}

.custom_testimonials blockquote {
	background-color: #f5f5f5;
	padding: 12px 6px;
	border-left: 5px solid #aaa;
}

.custom_testimonials blockquote p {
	color: #333;
	line-height: 1.5;
}
/* END Testimonials in right sidebar */

/* Nav Major Secondary */
.moduletable_navMajorSecondary {
	padding-left: 15px;
}

.nav-pills>li>a,
.btn-primary,
.btn {
	border-radius: 0;
	border: 0;
	padding: 5px 15px;
	color: rgba(255,255,255,.7);
}

.nav-pills>li.active>a,
.btn-primary {
	background-color: #45454d;
	color: #aaa;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus,
.btn-primary:hover {
	background-color: rgba(255,255,255,.4);
	color: rgba(255,255,255,.7);
}

.nav>li>a:hover, .nav>li>a:focus {
	background-color: transparent;
	color: #b0b0b0;
}
/* END Nav Major Secondary */

/* Nav Minor */
.moduletable_navMinor {
	float: right;
}

.moduletable_navMinor .nav>li>a {
	padding: 5px 10px;
}
/* END Nav Minor */

/* Breadcrumbs */
.breadcrumb {
	background-color: transparent;
	padding: 1em 0 0 15px;
	text-transform: uppercase;
	font-size: .75em;
}

.breadcrumb>li+li:nth-of-type(2):before {
	content: "";
	padding: 0;
}

.breadcrumb>li+li:before {
	content: "›";
	font-size: 2em;
	vertical-align: -.06em;
	color: #999;
}
/* END Breadcrumbs */

/* Front-end content editing (signed-in user function) */
.nav-tabs {
	margin: 4em 0 2em;
}

.btn:hover {
	color: #b0b0b0;
}
/* END Front-end content editing (signed-in user function) */

/* Footer */
footer {
	background-color: #35353d;
	color: #aaa;
	padding: 8px;
}

footer .span9 {
	padding: 2em 0 0 1em;
}

footer .span3 {
	padding: 2em 1em 0 0;
}

img.ethosFactoryGroup {
	width: 50%;
	max-width: 180px;
}
/* END Footer */

/* Pagination (from Protostar Template) */
.pagenav {
	color: #6c6c6c;
}

.pagination {
	margin: 28px auto;
  display: block;
	text-align: center;
	padding: 0;
} 
.pagination ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul > li {
	display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
	float: left;
	padding: 11px 12px;
	line-height: 18px;
	text-decoration: none;
	background-color: #35353d;
	border-left-width: 0;
	margin: 2px;
	min-width: 40px;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background-color: rgb(128,159,174);
	color: #fff;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #999;
	cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
	color: #999;
	background-color: transparent;
	cursor: default;
}

.pagination-start .hasTooltip,
.pagination-prev .hasTooltip,
.pagination-next .hasTooltip,
.pagination-end .hasTooltip {
	border-bottom: none;
}
/*.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
	border-left-width: 1px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}*/
.pagination-centered {
	text-align: center;
}
.pagination-right {
	text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
	padding: 11px 19px;
	font-size: 16.25px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
	padding: 2px 10px;
	font-size: 12px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
	padding: 0 6px;
	font-size: 9.75px;
}
.pager {
	margin: 18px 0;
	list-style: none;
	text-align: center;
	*zoom: 1;
	clear: both;
}
.pager:before,
.pager:after {
	display: table;
	content: "";
	line-height: 0;
}
.pager:after {
	clear: both;
}
.pager li {
	display: inline;
}
.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 2px 14px;
	margin-top: 10px;
	background-color: #45454d;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;;
}
.pager li > a:hover,
.pager li > a:focus {
	text-decoration: none;
	background-color: rgb(128,159,174);
	color: #fff;
}

.pager .next > a,
.pager .next > span {
	float: right;
}
.pager .previous > a,
.pager .previous > span {
	float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	color: #999;
	background-color: #fff;
	cursor: default;
}
/* END Pagination (from Protostar template) */

/* Articles */
.article-info-term {
	display: none;
}

.article-info {
	font-size: .85em;
	margin-bottom: 12px;
}
/* END Articles */

/* Pages */
.page-header {
	padding-bottom: 0;
	margin-top: 10px;
	border-bottom: 1px solid #45454d;
}
/* END Pages */

/* Main Content */
.item-page,
.blog,
.category-list,
.blog-featured,
.contact-category,
#xmap,
.categories-list,
.login {
	padding-bottom: 2em;
}

.item-page strong {
	font-weight: 600;
	color: #ebb348;
}
/* END Main Content */


/* Page-specific */
	/* portfolioWeb page */
.portfolioWeb h1 {
	font-size: 30px;
	color: #ebb348;
	margin-top: 23px;
}

.portfolioWeb .items-leading div[itemprop="blogPost"] {
	min-height: 320px;
}

.portfolioWeb div.pull-left.item-image {
	width: 100%;
	margin-bottom: -70px;
}

.portfolioWeb div.pull-left.item-image img {
	width: 100%;
	padding-right: 0;
	margin-left: 0;
}
@media (min-width: 768px) {
	.portfolioWeb div.pull-left.item-image {
		width: auto;
	}
	
	.portfolioWeb div.pull-left.item-image img {
		width: auto;
		padding-right: 1.5em;
		margin-left: -220px; 
	}
}

.runInHeader {
	font-size: .75em;
	text-transform: uppercase;
}
	/* END portfolioWeb page */
	
	/* portfolioLogos page */
	.logoBlock {
		background-color: #fff4e1;
		text-align: center;
	}

	.logoBlock img {
		padding: 25px 15px;
	}
	/* END portfolioLogos page */
	
	/* portfolioGraphics page */
.item-page.portfolioGraphics img {
	width: 100%;
	margin-bottom: 50px;
}
	/* END portfolioWeb page */
	
	/* theTeam page */
.theTeam h3 {
	clear: left;
	padding-top: .5em;
}

.theTeam img {
	padding-right: 1.5em;
}
	/* END theTeam page */
	
	/* Contact Info page */
#mc-embedded-subscribe-form label {
	width: 130px;
}
	/* END Contact Info page */
	
	/* Login page */
@media (min-width: 768px) {
	.form-horizontal .control-label {
		text-align: left;
	}
	
	.control-group .controls {
	}
}

div.login input {
	color: #45454d;
	padding: 1px 4px;
}
	/* END Login page */
/* END Page-specific */

.copyright {
	font-size: .9em;
  text-align: center;
  margin: 8px;
}

/* PayPal Purchase Services Buttons START */
.purchaseServicesButtonWrapper {
	position: relative;
	width: 360px;
	height: 100px;
	margin: 10px auto;
	clear: both;
}

.payPalPurchaseServicesButton {
	position: relative;
	width: 206px;
	height: 52px;
	background: url("/images/Bttns/Bttn.png") no-repeat;
	color: #666;
	font: 800 14px/43px "franklin-gothic-urw", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	cursor: pointer;
	float: left;
	display: block;
	margin: 5px 0;
}

.payPalPurchaseServicesButton:hover {
	background: url("/images/Bttns/BttnOn.png") no-repeat;
	color: #ccc;
  text-shadow: 0 -1px 0 #333;
}

.payPalPurchaseServicesButton input {
	position: absolute;
	top: 0;
	left: 0;
	width: 206px;
	height: 52px;
	z-index: 1;
	border: none;
	outline: none;
}

.purchaseServicesButtonWrapper img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	border: none;
}

table.purchaseServicesButtonInfo {
	float: left;
	margin-right: 20px;
}

table.purchaseServicesButtonInfo input {
	width: 240px;
	padding: 2px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #ccc;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color 0.15s ease-in-out 0s, width .5s ease-in 0s, all 0.15s ease-in-out 0s;
	transition: border-color 0.15s ease-in-out 0s, width .5s ease-in 0s, all 0.15s ease-in-out 0s;
	-moz-transition: border-color 0.15s ease-in-out 0s, width .5s ease-in 0s, all 0.15s ease-in-out 0s;
	-ms-transition: border-color 0.15s ease-in-out 0s, width .5s ease-in 0s, all 0.15s ease-in-out 0s;
	-o-transition: border-color 0.15s ease-in-out 0s, width .5s ease-in 0s, all 0.15s ease-in-out 0s;
}

.purchaseServicesHighlight {
	background-color: #444; 
	padding: 5px 15px; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px;
}

.purchaseServicesHighlight .note {
	clear: left;
	font-size: .9em;
	padding-top: .5em;
}
/* PayPal Purchase Services Buttons END */

/* Search */
.moduletable_search {
	float: right;
	margin-top: 4px;
	width: 25%;
}

input.search-query {
  display: block;
  width: 50%;
	float: right;
  padding: 2px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #ccc;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color 0.15s ease-in-out 0s, width .5s ease-in 0s, all 0.15s ease-in-out 0s;
	transition: border-color 0.15s ease-in-out 0s, width .5s ease-in 0s, all 0.15s ease-in-out 0s;
	-moz-transition: border-color 0.15s ease-in-out 0s, width .5s ease-in 0s, all 0.15s ease-in-out 0s;
	-ms-transition: border-color 0.15s ease-in-out 0s, width .5s ease-in 0s, all 0.15s ease-in-out 0s;
	-o-transition: border-color 0.15s ease-in-out 0s, width .5s ease-in 0s, all 0.15s ease-in-out 0s;
}

input.search-query:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	width: 90%;
	background-color: #fff;
}

/* END Search */
/* Search Results */
.tag-category ul {
	list-style-type: none;
}

.tag-category ul h3 {
	font-weight: 400;
}

dl.search-results dt.result-title {
	margin-top: 1em;
	display: inline-block;
}

dl.search-results dt.result-title a {
}

dl.search-results dd.result-category {
	display: inline;
}

#searchForm .radio, #searchForm .checkbox {
	display: inline-block;
	padding-right: 20px;
}

#searchForm legend {
	margin-bottom: 0;
	padding-top: 2em;
}
/* END Search Results */

/* Tooltips */
.hasTooltip {
	color: #B0B0B0;
	border-bottom: dashed 1px #6e5a46;
	cursor: pointer;
}

.hasTooltip:hover {
	color: #fff;
}

.tooltip-inner {
	line-height: 1.1;
  max-width: 200px;
  padding: 6px 8px;
  color: #000;
  text-align: left;
  text-decoration: none;
  background-color: #fff;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #fff;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #fff;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #fff;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #fff;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #fff;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #fff;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #fff;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #fff;
}
/* END Tooltips */

/* Tags */
.badge {
	font-weight: 100;
	padding: 3px 7px 2px;
	vertical-align: 1px;
	background-color: rgba(255,255,255,.5);
}
/* END Tags */

/* Bootstrap Collapse Accordian */
.panel-default {
	border-color: #666;
}
.panel-default>.panel-heading {
	background-color: #666;
}

.panel-default>.panel-heading a {
	color: #d5d5d5;
}

.panel-title {
	font-size: 18px;
}

.panel-body {
	color: #666;
}

.panel,
.panel-group .panel {
border-radius: 0;
}

.panel-heading {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
/* END Bootstrap Collapse Accordian */

/* Bootstrap Modal */
.fade {
	background-color: rgba(0,0,0,.5);
}

.modal-content {
	background-color: #444;
}

.modal-body {
	background: #aaaaaa; /* Old browsers */
	background: -moz-linear-gradient(top,  #aaaaaa 0%, #cccccc 19%, #cccccc 83%, #aaaaaa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #aaaaaa 0%,#cccccc 19%,#cccccc 83%,#aaaaaa 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #aaaaaa 0%,#cccccc 19%,#cccccc 83%,#aaaaaa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#aaaaaa',GradientType=0 ); /* IE6-9 */
}

.close {
	color: #B0B0B0;
	opacity: 1;
	filter: alpha(opacity=100);
	text-shadow: none;
}
@media (min-width: 768px) {
	.modal-dialog {
		margin: 50px auto;
	}
}
/* END Bootstrap Modal */

/* Social Sharing */
.shareButtons {
	margin: 1em 0 2em;
	height: 3em;
}

.shareButtonsWithAside {
	width: 95%;
	float: left;
	clear: both;
	margin: .5em 1em 1em;
}

	.shareOnFacebook a, .shareOnTwitter a, .shareViaEmail a {
		float: left;
		width: 32%;
		margin-right: 2%;
		padding: 1em .5em;
		color: #fff;
		text-align: left;
		line-height: 1;
		text-indent: 2.6em;
		position: relative;
	}
	
	.shareOnFacebook a {
		background-color: #4B62AD;
	}
	
	.shareOnTwitter a {
		background-color: #76D0DA;
	}
	
	.shareViaEmail a {
		background-color: #666;
		margin-right: 0;
	}
	
@media screen and (min-width: 551px) { 
	.rwd-break {
		display: none;
	}
}

.shareOnFacebook a:hover, .shareOnTwitter a:hover, .shareViaEmail a:hover {
		opacity: .7;
	}

	.shareOnFacebook a:before, .shareOnTwitter a:before, .shareViaEmail a:before {
		content: url(/images/SocialIcons.png);
		position: absolute;
		top: 11px;
	}
	
	.shareOnFacebook a:before {
		left: -15px;
		clip: rect(0 50px 25px 25px);
	}
	
	.shareOnTwitter a:before {
		left: -50px;
		clip: rect(0 85px 25px 60px);
	}
	
	.shareViaEmail a:before {
		left: -85px;
		clip: rect(0 122px 25px 95px);
	}
/* END Social Sharing */

/* Bootstrap Lightbox */
.ekko-lightbox a,
.ekko-lightbox a:hover {
	color: #7a557a;
}
.ekko-lightbox-nav-overlay a {
	text-shadow: 2px 2px 4px #888;
}
/* END Bootstrap Lightbox */

/* Small Screens */
@media (max-width: 767px) {
	body {
	background: none;
	background-color: #6e6e6e;
	}
	
	.navbar {
		padding-bottom: 10px;
	}
	
	.navbar-brand {
		padding: 0;
	}
	
	.navbar-collapse {
		max-height: none;
	}
	
	.navbar-toggle {
		margin-top: 12px;
	}

	ul.navbar-nav > li {
		border-bottom: 1px dashed #444;
		margin: 0 20px;
	}

	ul.navbar-nav > li > a {
		font-size: 1.6rem;
		padding: 12px 15px;
	}

	.moduletable_navMajorSecondary {
		display: none;
	}
	
	.navbar-nav .open .dropdown-menu>li {
		border-bottom: 1px solid #333;
	}

	.navbar-nav .open .dropdown-menu>li>a {
		font-size: 1.2rem;
		padding: 10px 0 10px 30px;
	}

	.navbar-nav .open .dropdown-menu>li:last-child {
		border-bottom: none;
	}

	.moduletable_navMinorMobile ul {
		margin: 7.5px 0;
	}

	.moduletable_navMinorMobile a {
		font-size: 1.2rem;
		font-weight: 100;
		text-transform: uppercase;
		text-align: center;
		padding: 12px 15px;
		border-bottom: 1px dashed #444;
	}

	.moduletable_navMinorMobile a:first-of-type {
		border-top: 1px dashed #444;
	}

	/* Breadcrumbs */
	.breadcrumb {
		padding: 1.6em 0 0 15px;
		margin-bottom: 0;
	}
	
	.breadcrumb>li+li:before {
		vertical-align: -.09em;
	}
	/* END Breadcrumbs */

	/* Main Content */
	.item-page,
	.blog,
	.category-list,
	.blog-featured,
	.contact-category,
	#xmap,
	.categories-list,
	.login {
		padding: 0;
		min-height: auto;
		margin-bottom: 1em;
	}
	/* END Main Content */

	/* About CMS in left sidebar module */
	.moduletable_aboutCMS {
		padding-top: 1em;
	}
	/* END About CMS in left sidebar module */

	/* Recent Articles in right sidebar module */
	.moduletable_recentArticles {
		padding-top: 1em;
	}
	/* END Recent Articles in right sidebar module */

	/* Testimonials */
	.custom {
		padding-top: 2em;
	}
	/* END Testimonials */
	
	/* Right Column */
	div.span3 .moduletable {
		padding-right: 0;
	}
	/* END Right Column */

	.pagination {
		text-align: center;
		padding: 0;
	} 

	.pagination ul {
		padding: 0;
		
	} 
	.pagination ul > li > a,
	.pagination ul > li > span {
		padding: 11px 0;
		line-height: 18px;
		text-decoration: none;
		border-left-width: 0;
		margin: 4px;
		width: 40px;
		height: 40px;
		text-align: center;
	}

	/* Search */
		.moduletable_search {
			width: 100%;
			float: left;
			margin: -24px 0 12px 15px;
		}
		
		input.search-query {
			float: none;
			width: 90% !important;
			margin: 10px 0;
			height: 36px;
		}
		
		input.search-query:focus {
			width: 90% !important;
		}
	/* END Search */

	/* Article inline image using Image button to insert it. */
	figure.pull-left,
	figure.pull-right {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		padding-bottom: 1em;
	}
	/* END Article inline image using Image button to insert it. */

	/* Social Sharing */
		.shareButtons, .shareButtonsWithAside {
		}
	
		.shareOnFacebook a, .shareOnTwitter a, .shareViaEmail a {
			text-align: center;
			text-indent: 0;
		}
		
		.shareOnFacebook a:before, .shareOnTwitter a:before, .shareViaEmail a:before {
			display: none;
		}
	/* END Social Sharing */

	/* Bootstrap Lightbox */
	.ekko-lightbox a {
		opacity: 1;
	}
	
	button.close {
		font-size: 2.5em;
	}
	/* END Bootstrap Lightbox */
	
	a[href^="mailto"] {
		word-break: break-all;
	}
	
	.shareViaEmail a[href^="mailto"] {
		word-break: normal;
	}
} /* END @media (max-width: 767px) */
/* Small Screens */

.custom_christmas img {
	width: 100%;
}