@font-face {
    font-family: 'quattrocentosans-regular';
    src: url('font/quattrocentosans-regular.eot');
    src: url('font/quattrocentosans-regular.eot?#iefix') format('embedded-opentype'),
         url('font/quattrocentosans-regular.woff') format('woff'),
         url('font/quattrocentosans-regular.ttf') format('truetype'),
         url('font/quattrocentosans-regular.svg#quattrocentosansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'NunitoRegular';
    src: url('font/Nunito-Regular-webfont.eot');
    src: url('font/Nunito-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/Nunito-Regular-webfont.woff') format('woff'),
         url('font/Nunito-Regular-webfont.ttf') format('truetype'),
         url('font/Nunito-Regular-webfont.svg#NunitoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{ background: rgba(240,240,240,1); color:#c1180b; }
/* Quotes Fader */
.fadein {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
.fadeout {
  opacity: 0;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
.twelve.columns.mast #drquotes { position: absolute; top: 50px; right: 0; width: 35%; overflow: hidden; font-size: 18px; text-align:center; 
}
.twelve.columns.mast #drquotes h3 { color: rgb(240,240,240);/* [disabled]font-family: Georgia,"Times New Roman",Times,serif; */ font-size:18px;/* [disabled]font-style:italic; */ line-height: 1.5; }
.twelve.columns.mast #drquotes p { color: rgb(240,240,240);/* [disabled]font-family: Georgia,"Times New Roman",Times,serif; *//* [disabled]font-style:italic; */ font-size:16px; }
/* Quotes Fader END */
p, li {
	font-size: 18px;
	color: rgba(30, 30, 30, 1);
	font-family: "NunitoRegular",Arial,sans-serif;
}
.cream li { /*border-bottom: 1px dotted rgba(204,204,204,1);*/
	/* [disabled]line-height:2em; */  padding: 4px 8px; margin-bottom:2px; list-style: none; font-family: "NunitoRegular",Arial,sans-serif; font-size: 19px; 
}
li strong {
	font-weight: normal;
}
h1, h2, h3, h4, p, ul, ol {
	letter-spacing: 1px;
	
}
h1, h2, h3, h4 {
	font-family: "NunitoRegular",Arial,sans-serif;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.2);
	padding: 6px 2px;
	margin-top:10px;
	margin-bottom:10px;
}
h1{
	font-size: 36px;
	padding-bottom:3px;
}

h2{ font-size: 27px; color: rgba(58, 0, 0, 1); 
}
h3 {
	font-size: 24px;
	font-weight: normal;
	color: rgba(58, 0, 0, 1);
}
h4 {
	font-size: 16px;
	color: rgba(58, 0, 0, 1);
}
figcaption {
	font-style: italic;
	padding: 4px 12px;
}
/* 2015 */

.cream{
	padding-top: 24px;
	padding-bottom: 10px;
}
.full-width { background: url(../images/bg-blue.jpg) repeat scroll left bottom; background-size: auto 100%; max-width: 100%; border-bottom:rgb(240,240,240) solid 4px;background-blend-mode: lighten;}
.full-width-red {
	background: url(../images/bg-red.jpg) repeat scroll 0 0;
	background-size: auto 100%;
	max-width: 100%;
	border-bottom:rgb(240,240,240) solid 4px;
}
/*#services-on .full-width {
	background: url(../images/bg-blue.jpg) repeat scroll left bottom;
	max-width: 100%;
}
#services-on .full-width-red {
	background: url(../images/bg-red.jpg) repeat scroll left bottom;
	max-width: 100%;
}*/

.full-width-mast, .full-width-footer { background: rgb(240,240,240); max-width: 100%; background: url(../images/bg-blue.jpg) repeat scroll left center;}
.full-width-mast {
	border-bottom: 4px solid rgba(18,165,163,0.3);	
}
.full-width-footer {
	border-top: 4px solid rgba(18,165,163,0.3);
}

.feature-blue, .feature-red {
	/*background: url(../images/feature-blue.jpg) no-repeat center bottom;
	background-size: 100% 100%;*/
	padding-bottom: 18px;
}

.split-blue {
	background: url(../images/split-blue.jpg) no-repeat left bottom;
	height:347px;
}
.split-red {
	background: url(../images/split-red.jpg) no-repeat center bottom;
	height:347px;
	text-align: right;
}

.feature-red h2, .feature-red h3, .feature-blue h2, .feature-blue h3 {
	margin-top: 38px;
	border-bottom: 1px dotted;
}
.split-red h3, .split-blue h3 {
	margin-top: 12px;
	font-size:18px;
}
.split-blue p,.feature-blue p, .feature-blue li, .feature-blue h3, .feature-blue h2, .split-blue h3, .split-red h3, .feature-red h3{
	color: rgba(255, 255, 230, 1)
}
.split-red p,.feature-red p,.feature-red li {
	color: rgba(255, 255, 230, 1);
}
.split-red p,.split-blue p {
	font-size: 15px;
	line-height: 1.4;
}
/*.split-red h3, .feature-red h3 {
	color: rgba(27,197,197,1);	
}*/
@media only screen and (max-width: 985px) {

	.split-red p, .split-blue p {
		line-height: 1.35;
	}
}


/* 2015 End */

/* Links ---------------------- */
a, a:link, a:visited, .feature-blue a:hover {
	color: #C81B0D;
	text-decoration: none;
	line-height: inherit;
	border-bottom: 1px dotted #c81b0d;
}

a:hover {
	color: #19A7AB;
	border-bottom: 1px dotted #19A7AB;
	font-style:italic;
}

.footer-col a, .footer-col a:link, .footer-col a:visited, .feature-red a, .feature-red a:link, .feature-red a:visited {
	color: rgb(240,240,240);
	text-decoration: none;
	line-height: inherit;
	border-bottom: 1px dotted #19A7AB;
}
a:focus {outline: none; }

p a, p a:visited { line-height: inherit; }

img, figure, figcaption {
	margin: 0px 0.8% 12px;
	border-radius: 4px;
	padding: 4px;
	float: right;
}

.feature-blue img, .feature-red img, .cream img {
	background: rgba(255,255,255,0.3);
	border:1px solid rgba(255,255,255,0.2);
	margin-top: 12px;
}
.mast { margin: 0; padding: 0; position:relative; height:230px; background: url(../images/logo17.png) no-repeat 22px 44px; 
}
.mast img {
	margin: 0;
	border:none;
	border-radius: 0 0 0 0;
    box-shadow: none;
}

.twelve.columns.mast .contact { color: #C5190B; position: absolute; top: 166px; width: 80%; overflow: hidden; height: 30px; font-size: 18px; padding: 5px 2% 0px 2.6%; left: 0px; 
}
.twelve.columns.mast .contact a {
	color: rgb(240, 240, 240);
}
.footer{
	letter-spacing: 1px;
	margin-bottom: 12px;
}
.footer h3 { display:block; padding-bottom:6px; box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);/* [disabled]color: #12A5A3; */ 	}
.footer-col ul li {
	list-style: none;
}
.footer-col {
	padding-top: 26px;
}
.footer-col ul li a {
	display:block;
	text-transform: uppercase;
	font-size: 16px;
}
.footer-col ul li a:hover {
	text-decoration:none;
}
.row.footer .four.columns.footer-col p span{
	display:inline-block;
	font-size: 12px;
	line-height: 1.7;
	color:rgb(204,204,204);
}
.footer-col p { /* [disabled]color: rgba(18,165,163,1); */ }
p.strap { font: 16px "NunitoRegular", Arial, sans-serif; color: rgb(240,240,240); }
@media only screen and (max-width: 520px) {

	.row.top-row .eight.columns p {
	margin-right: 2px;
	margin-left: 2px;	
	}
}

/* --- main nav  --- */
.twelve.columns.mast .main-nav {
	position: absolute;
	top: 3.3%;
	right: 2%;
	width: 310px;
}

.twelve.columns.mast .main-nav ul {
	text-align:right;
}

.twelve.columns.mast .main-nav ul li{
	font-size: 15px;
	display: inline;
	font-family: "NunitoRegular",Arial,sans-serif;
}

.twelve.columns.mast .main-nav ul li a{ color: #FFFFFF; text-decoration: none; text-shadow: none; margin-right: 0px; padding: 4.3% 3.8%; text-align:center; transition: all 0.3s cubic-bezier(.85,.19,.34,1.5); -webkit-transition: all 0.3s cubic-bezier(.85,.19,.34,1.5); -moz-transition: all 0.3s cubic-bezier(.85,.19,.34,1.5); -o-transition: all 0.3s cubic-bezier(.85,.19,.34,1.5); -ms-transition: all 0.3s cubic-bezier(.85,.19,.34,1.5); background: #C5190B url(../images/bg-red.jpg) repeat; border-bottom: none; box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);  letter-spacing:1px; border-radius: 5px; 
}
.twelve.columns.mast .main-nav ul li a:hover, #services-on .twelve.columns.mast .main-nav ul li#services a, #home-on .twelve.columns.mast .main-nav ul li#home a, #portfolio-on .twelve.columns.mast .main-nav ul li#portfolio a { background: rgb(240,240,240); padding-bottom: 5.8%; font-style: normal; color: rgb(18,165,163); }
	
/* --- side Col ---*/
.four.columns div.sub-nav, .four.columns div.mobile-main-nav {
	padding-bottom: 0;
	margin-bottom: 25px;
}
/* --- Sub Nav --- */
.four.columns div.sub-nav li{
	list-style: none;
	font-size:14px;
}
.four.columns div.sub-nav li a {
	text-shadow: 0px 0px 1px rgba(0,0,0,0.2);
	background: #F8F7F3;
	border: 1px solid #DDDAD3;
	border-left: 6px solid #666;
	padding: 8px;
	display: block;
	margin-bottom: 2px;
	text-transform: uppercase;
	color: #736E63;
	transition: all 0.3s cubic-bezier(.85,.19,.34,1.5);
	-webkit-transition: all 0.3s cubic-bezier(.85,.19,.34,1.5);
	-moz-transition: all 0.3s cubic-bezier(.85,.19,.34,1.5);
	-o-transition: all 0.3s cubic-bezier(.85,.19,.34,1.5);
	-ms-transition: all 0.3s cubic-bezier(.85,.19,.34,1.5);
	border-radius:2px;
}
.four.columns div.sub-nav li a:hover, body.charitysub .four.columns div.sub-nav li#charitysub a, body.planning .four.columns div.sub-nav li#planning a, body.usability .four.columns div.sub-nav li#usability a, body.standards .four.columns div.sub-nav li#standards a,  body.cms .four.columns div.sub-nav li#cms a, body.faqs .four.columns div.sub-nav li#faqs a, body.case .four.columns div.sub-nav li#casesub a, body.gui .four.columns div.sub-nav li#gui a, body.seo .four.columns div.sub-nav li#seo a, body.responsive .four.columns div.sub-nav li#responsive a, body.quote .four.columns div.sub-nav li#quote a, body.choose .four.columns div.sub-nav li#choose a{
	text-decoration:none;
	color: #F2EFE8;
	font-style:italic;
	background: #666 url(../images/bg-nav.jpg) repeat-x center top;
	border-left: 6px solid #FCFCFC;
	text-align:center;
}
/* --- Sub Nav END --- */

.row.top-row .eight.columns, .row.top-row .seven.columns {
	padding-left: 30px;
}
.row.top-row .eight.columns p, .row.top-row .seven.columns p {
	margin-right: 30px;
	margin-left: 20px;	
}
.row .five.columns ul li, .row .eight.columns ul li {
	font-size: 16.5px;
	background: #EFECE5 url(../images/bg-cream.jpg) repeat-x center;
	margin-bottom: 12px;
	padding: 6px 8px;
	border-radius: 2px;
	letter-spacing:1px;
}

@media only screen and (max-width: 620px) {
	img, centre-text, figure {
	margin: 12px auto;
	float: none;
	display: block;
	text-align:center;
	}
	.feature-blue {
	background-size: auto 100%;
	}
	.feature-red {
	background-size: auto 100%;
	}
	.full-width-footer {
	background-size: auto 100%;
}
}

.testquote, blockquote {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 17px;
	font-style: italic;
}
.testi p {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 16px;
	font-style: italic;
}
.testi p.quotee {
	font-size: 18px;
	font-family: "NunitoRegular",Arial,sans-serif;
}
@media only screen and (max-width: 380px) {
.portbdr h3 em span .align-right {
	text-align:left;
	float:none;
}
}
@media only screen and (max-width: 870px) {
	
.split-blue, .split-red {
	height:436px;
}
	.split-blue {
	background: url(../images/split-blue.jpg) no-repeat left top, url(../images/split-blue.jpg) repeat left -160px;
	}
}
@media only screen and (max-width: 820px) {
.twelve.columns.mast #drquotes {
	position: absolute;
	top: 44px;
	right: 16px;
	width: 35%;
	overflow: hidden;
	font-size: 16px;
	text-align:center;
}
}
@media only screen and (max-width: 767px) {
	.two-bg {
	background: url(../images/split-red.jpg) repeat center top;
	}
	.split-blue {
	height:auto;
	background-position: center top;
	background-image: url(../images/split-blue.jpg)  no-repeat;
	}
	.split-red {
	height:auto;
	background-position: center top;
	background-image: url(../images/split-red.jpg)repeat-x;
	}

}
@media only screen and (max-width: 768px) {
	.row.top-row .eight.columns, .row.top-row .seven.columns {
	padding-left: 20px;
	}
	.mast {
	height: 190px;
	background: url(../images/logo17.png) no-repeat 20px 64px;
	background-size: 300px;	
	}
	.twelve.columns.mast .main-nav {
	left: 12px;
 	}
	.twelve.columns.mast .contact {
	position: absolute;
	top: 150px;
	width: 100%;
	height: auto;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 2% 0px 2.5%;
	}
	.twelve.columns.mast #drquotes {
		display: none;
	}
	#services-on .feature-blue {
	background-size: 100% 100%;
	}
	#services-on .feature-red {
	background-size: 100% 100%;
	}
}
.show-for-small .logo img {
	height: auto;
	max-width: 140%;
}
.eight.columns.offer h3 {
	color: rgba(239,236,230,1);
	background: url("../images/bg-mauve.jpg") repeat scroll 0 0 #666;
}
