@font-face {
	font-family: 'DroidSansRegular';
	src: url('font/DroidSans-webfont.eot');
	src: local('☺'), url('font/DroidSans-webfont.woff') format('woff'), url('font/DroidSans-webfont.ttf') format('truetype'), url('font/DroidSans-webfont.svg#webfont6rGBoMAO') format('svg');
	font-weight: normal;
	font-style: normal;
}
body{
	background: url(../images/bg.jpg) repeat fixed;
	color:#787367;
}
p {
	text-shadow: 0px 0px 1px rgba(0,0,0,0.1);
}
h1, h2, h3, h4, p {
	letter-spacing: 1px;
	
}
h1, h2, h3, h4 {
	background: #F2EFE8;
	padding: 6px 8px;
	border-radius: 4px;
	margin-top:20px;
	margin-bottom:20px;
	font-weight: normal;
	font-style: italic;
	border: 1px solid rgba(233,230,221,1);
	color: rgba(91,91,91,1);
}
h1{
	font-size: 24px;
	padding-bottom:3px;
	color: #F6F3EC;
	background: #666 url(../images/bg-mauve.jpg) repeat;
}
.top-row .four.columns h4 {
	color: #F6F3EC;
	background: #666 url(../images/bg-mauve.jpg) repeat;
}
h2{
	font-size: 19px;
}
h3 {
	font-size: 17px;
	font-weight: bold;
	font-style: normal;
}
h4 {
	font-size: 16px;
}
figcaption {
	font-style: italic;
	padding: 4px 12px;
	line-height: normal;
}
/* Links ---------------------- */
a, a:link, a:visited {
	color: #1c7c97;
	text-decoration: none;
	line-height: inherit;
}

a:hover {
	color: #666;
}

a:focus {outline: none; }

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


a:hover {
	text-decoration:underline;
}

img {
	margin: 0px 0.8% 12px 0.8%;
	border:1px solid #FAFAEF;
	border-radius: 4px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.mast {
	margin: 0;
	padding: 0;
	position:relative;
	height:150px;
	background:url(../images/bg-cream.jpg) repeat;
	border-left: 1px solid #DDDAD3;
	border-right: 1px solid #DDDAD3;
}
.mast img {
	margin: 0;
	border:none;
	border-radius: 0 0 0 0;
    box-shadow: none;
}
.twelve.columns.mast .logo {
	position: absolute;
	left: 3%;
	width: 46%;
	height:33%;
}
.twelve.columns.mast .tagline {
	color: #787367;
	position: absolute;
	top: 118px;
	width: 100%;
	border: 1px solid #DDDAD3;
	overflow: hidden;
	height: 30px;
	padding: 5px 2% 0px 3.6%;
	box-shadow: 0px 1px 0px rgba(255,255,255, 0.7), inset 0px 1px 0px rgba(255,255,255, 0.5);
}
.top-row .four.columns, .row .five.columns {
	border-left: 1px solid #DDDAD3;
	box-shadow: -1px 0px 0px rgba(255,255,255, 0.6);
	min-height: 360px;
	background: rgba(239,236,230, 0.6);
	/*margin-top:-26px;*/
}
.row .twelve.columns.mast .tagline p img {
	vertical-align: top;
	margin-top: -2px;
	margin-left: 3px;
}
.row .twelve.columns.mast .tagline div.contact {
	position: absolute;
	right: 2%;
	top: 8px;
}
.row .twelve.columns.mast .tagline div.contact img {
	vertical-align: top;
}
.top-row {
	padding-top: 30px;
	min-height: 360px;
	padding-bottom: 20px;
	background: rgba(239,236,230, 0.4);
	border-left: 1px solid #DDDAD3;
	border-right: 1px solid #DDDAD3;
}
.footer{
	background: url(../images/bg-cream.jpg) repeat;
	letter-spacing: 1px;
}
.footer h3 {
	display:block;
	padding-bottom:6px;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
	color: #F6F3EC;
	background: #656565 url(../images/bg-mauve.jpg) repeat;
	}
.footer-col ul li {
	border-bottom: 1px solid #DDDAD3;
	list-style: none;
}
.footer-col ul li a {
	display:block;
	text-transform: uppercase;
}
.footer-col ul li a:hover {
	text-decoration:none;
}
.row.footer .four.columns.footer-col p span {
	font-size: 12px;
}
@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: 26%;
	right: 2%;
	width: 310px;
}
/* --- main mobile nav position --- */
.twelve.columns.mast.show-for-small .main-mobile-nav {
	position: absolute;
	top: 80%;
	left: 3.5%;
	width: 310px;
}
.twelve.columns.mast.show-for-small .main-mobile-nav a {
	font-size: 14px;
}
/* --- main mobile nav position END --- */
.twelve.columns.mast .main-nav ul {
	text-align:right;
}

.twelve.columns.mast .main-nav ul li, .twelve.columns.mast.show-for-small .main-mobile-nav ul li{
	font-size: 15px;
	display: inline;
	font-weight: bold;
}


.twelve.columns.mast .main-nav ul li a, .twelve.columns.mast.show-for-small .main-mobile-nav ul li a{
	color: #F5F1E8;
	text-decoration: none;
	text-shadow: none;
	margin-right: 0px;
	padding: 2.4% 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: #1c7c97 url(../images/bg-orange.jpg);
	border-bottom: 6px solid #EEEBE4;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
	text-shadow: 0px 0px 1px rgba(255,255,255,0.5);
	letter-spacing:1px;
	border-radius: 2px;
}
.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,.twelve.columns.mast.show-for-small .main-mobile-nav ul li a:hover, #services-on .twelve.columns.mast.show-for-small .main-mobile-nav ul li#services a, #home-on .twelve.columns.mast.show-for-small .main-mobile-nav ul li#home a, #portfolio-on .twelve.columns.mast.show-for-small .main-mobile-nav ul li#portfolio a {
	color: #F6F3EC;
	border-radius: 4px 4px 2px 2px;
	background: #666666 url(../images/bg-nav.jpg) center top;
	padding-top: 3.6%;
}
/* --- main nav END --- */


	/* --- menu button --- */
	.twelve.columns.mast .menu {
	position: absolute;
	top: 102px;
	right: 3%;
	margin: 0;
	padding:0;
}
@media only screen and (max-width: 410px) {
	.twelve.columns.mast .menu {
		position: absolute;
		top: -4px;
		right: 3%;
	}
}
.twelve.columns.mast .menu h4 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	border-left-style: none;
	font-weight: bold;
}

.twelve.columns.mast .menu a{
	padding: 8px 6px;
	display: block;
	margin: 0;
	border-radius:0 0 4px 4px;
	color: #F6F3EC;
	/* [disabled]border-bottom: 6px solid #EEEBE4; */
	box-shadow: 2px 1px 2px rgba(2,0,3,0.5);
	background: #C81B0D url(../images/bg-orange.jpg) repeat;
	border-radius: 6px 6px 0px 0px;
}
.twelve.columns.mast .menu a:hover {
	text-decoration: none;
	background: #586CB1 url(../images/bg-nav.jpg) repeat-x center top;	
}
	/* --- menu button END --- */
	
	/* --- tel mast --- */
.twelve.columns.mast .tel h4 {
	position: absolute;
	top: 50%;
	right: 3%;
	margin: 0;
	padding:0;
	background: transparent;
}
	
	
	

/* --- 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;	
}
.four.columns div.sub-nav li a {
	text-shadow: 0px 0px 1px rgba(0,0,0,0.2);
	background: #EFECE6 url(../images/noise-grad.jpg) repeat-x left center;
	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{
	text-decoration:none;
	color: #F2EFE8;
	background: #666 url(../images/bg-nav.jpg) repeat-x center top;
	text-shadow: 0px 0px 1px rgba(255,255,255,0.5);
	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: 50px;
	margin-left: 20px;	
}
.row .five.columns ul li, .row .eight.columns ul li {
	color: #F6F3EC;
	background: #666 url(../images/bg-mauve.jpg) repeat;
	margin-bottom: 12px;
	padding: 6px 8px;
	border-radius: 2px;
	letter-spacing:1px;
	font-size: 16px;
	font-weight: bold;
	box-shadow: -1px 1px 1px rgba(0,0,0,0.15);
}
blockquote, blockquote p {
	font-style: italic;
}
blockquote.rectangle-speech-border {
	font-size:16px;
}
@media only screen and (max-width: 620px) {
	img, centre-text {
	margin: 12px auto;
	float: none;
	display: block;
	text-align:center;
	}
	.row.top-row .eight.columns p, .row.top-row .seven.columns p {
	margin-right: 2px;
	margin-left: 2px;	
	}
}
@media only screen and (max-width: 768px) {
	.row.top-row .eight.columns, .row.top-row .seven.columns {
	padding-left: 20px;
}

}
/* Bubble CSS */

.rectangle-speech-border {
	position:relative;
	padding:18px 15px;
	margin:1em 0 3em;
	border:10px solid #E4E1D6;
	text-align:center;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}
.rectangle-speech-border:before {
	content:"";
	position:absolute;
	z-index:10;
	bottom:-40px;
	left:50px;
	width:50px;
	height:30px;
	border-style:solid;
	border-width:0 10px 10px 0;
	border-color:#E4E1D6;
	background:transparent;
	/* css3 */
	-webkit-border-bottom-right-radius:80px 50px;
	-moz-border-radius-bottomright:80px 50px;
	border-bottom-right-radius:80px 50px;
	display:block;
}

/* creates smaller curve */
.rectangle-speech-border:after {
	content:"";
	position:absolute;
	z-index:10;
	bottom:-40px;
	left:50px;
	width:20px;
	height:30px;
	border-style:solid;
	border-width:0 10px 10px 0;
	border-color:#E4E1D6;
	background:transparent;
	/* css3 */
	-webkit-border-bottom-right-radius:40px 50px;
	-moz-border-radius-bottomright:40px 50px;
	border-bottom-right-radius:40px 50px;
	/* reduce the damage in FF3.0 */
    display:block;
}

/* creates a small circle to produce a rounded point where the two curves meet */
.rectangle-speech-border > :first-child:before {
	content:"";
	position:absolute;
	bottom:-40px;
	left:45px;
	width:10px;
	height:10px;
	background:#E4E1D6;
	/* css3 */
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

/* creates a white rectangle to cover part of the oval border*/
.rectangle-speech-border > :first-child:after {
	content:"";
	position:absolute;
	bottom:-10px;
	left:76px;
	width:24px;
	height:15px;
	background:#EFECE6;
}

.rectangle-speech-border p {
	font: italic 1.1em/1.3em Georgia, "Times New Roman", Times, serif;
	text-shadow:
    rgba(0, 0, 0, 0.2) 0px 0px 1px;
	margin-bottom:0px;
}

.rectangle-speech-border p {
	margin:0;
}
.rectangle-speech-border p span {
	font-size: 1.2em;
	color: #555;
}
.row.top-row .five.columns div ul li strong  {
	font-weight: normal;
}
.row.top-row .five.columns div ul li {
	margin-top:2px;
	margin-bottom:2px;
}
.row.top-row .eight.columns article .portbdr {
	background: url(../images/bg-cream.jpg) repeat;
	padding:4px;
	margin-bottom:12px;
	border: 1px solid #D2D0CC;
	border-radius: 3px;
}
.row.top-row .eight.columns article .portbdr h3 {
	color: #EFECE6;
	background: #666666 url(../images/bg-mauve.jpg) repeat;
	margin-top:2px;
}
#portfolio-on .row.top-row .four.columns p.strong, #services-on .row.top-row .four.columns p.strong {
	background: url(../images/bg-cream.jpg) repeat;
	padding:4px 8px;
	margin-bottom:12px;
	border: 1px solid #D2D0CC;
	border-radius: 3px;
}

.testquote {
    color: #666666;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 15px;
    font-style: italic;
}
.eight.columns .arrow {
	border-style: none;
	box-shadow: none;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.portbdr h3 em span .align-right {
    font-size:15px;
	display: block;
    float: right;
    margin: 2px 8px 0 0;
    padding: 0;
    text-align: right;
}
@media only screen and (max-width: 380px) {
.portbdr h3 em span .align-right {
	text-align:left;
	float:none;
}
}

.portbdr div.cs-quote {
	background: #666 url(../images/bg-mauve.jpg) repeat 0 0;
	border-radius: 2px 2px 2px 2px;
	color: #EFECE6;
	padding: 16px 6px 6px 2px;
}
.portbdr div.cs-quote img {
	margin: 6px 12px 2px 4px;
}
.row.top-row .eight.columns article ol li {
	list-style: none;
}
.five.columns div ul li, .five.columns div ul li a   {
	display: block;
}
.show-for-small .logo img {
	height: auto;
	max-width: 140%;
}
.small {
	font-size: 12px;
}

.big-text {
	font-size: 56px;
	font-weight: bold;
	text-align: center;
	font-style: normal;
}
