@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700);
 @import url(fonts.css);
@import url(menu.css);
/* =============================================================================
   BROWSER RESET STYLES
   ============================================================================= */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
	line-height: 100%;
	color: #555555;
	font-weight: 300;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
	margin: 0;
	padding: 0;
}
label {
	padding: 0;
	margin: 0;
}
ul, li, ol {
	padding: 0;
	margin: 0;
}
.clear, .clearfix {
	clear: both;
}
a, img {
	border: 0;
	outline: none;
	text-decoration: none;
}
input::-moz-focus-inner {
 border: 0;
}
input, select, textarea, button {
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
}
body {
	background: #FFF;
}
::-webkit-input-placeholder {
 color:#717171;
}
/* =============================================================================
   TYPOGRAPHY STYLES
   ============================================================================= */
h1, h2, h3, h4, h5 {
	font-family: 'Roboto', sans-serif;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #555555;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 15px;
}
h3 {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 15px;
	text-transform: uppercase;
}
h4 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
}
h5 {
	font-size: 18px;
}
p, li {
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
	color: #444;
	padding-bottom: 4px;
	font-family: 'Roboto', sans-serif;
}
li {
	padding: 0;
}
a {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 13px;
}
.wrapper {
	width: 100%;
}
/* =============================================================================
   HEADER STYLES
   ============================================================================= */  
h2.tittle {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}
.pageWidth {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}
header {
	width: 100%;
	border-bottom: 2px solid #009ae3
}
body.homepage header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
	background: rgba(255,255,255,0.9);
}
.topsection {
	background: #efefef;
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #ffffff;
	padding: 12px 0;
}
.contact_details {
	float: left;
	width: auto;
}
.contact_details span, .contact_details span a {
	display: block;
	float: left;
	font-size: 14px;
	font-weight: normal;
	line-height: 21px;
}
.contact_details i {
	color: #555;
	font-size: 18px;
	padding-right: 10px;
	float: left;
}
.phone_details {
	float: left;
	margin-right: 30px;
}
.email_details {
	float: left;
}
.social_icons {
	float: right;
	margin-top: 16px;
	width: 100%;
}
.social_icons a {
	float: right;
	margin-left: 15px;
	padding: 0 5px;
	display: block;
}
.social_icons a i {
	color: #8d8d8d;
	transition: all linear 0.3s;
}
.social_icons a i.icon-google-plus:hover {
	color: #211f20;
}
.social_icons a:hover i.icon-linkedin {
	color: #2388d6;
}
.social_icons a:hover i.icon-twitter {
	color: #02baf6;
}
.social_icons a:hover i.icon-facebook {
	color: #3e5c98;
}
.inner_header {
}
.headLeft {
	float: left;
	width: 20%;
	padding: 14px 0;
}
.headRight {
	float: right;
}
.slider {
	width: 100%;
	background: #fff;
	position: relative;
	min-height: 600px;
}
.mask {
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.submenu_left ul {
	float: left !important;
	width: 100% !important;
}
/* =============================================================================
   CONTAINER STYLES
   ============================================================================= */
section {
	float: left;
	width: 100%;
}
.sap_consulting {
	padding: 0 0 35px;
	text-align: center;
}
.sap_consulting h2 {
	text-align: center;
}
h2 span {
	background: #555555;
	bottom: -8px;
	height: 3px;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	width: 40px;
}
article {
	float: left;
	margin-left: 0.5%;
	padding-bottom: 30px;
	padding-top: 60px;
	text-align: center;
	width: 24%;
}
article h3 {
	color: #fff;
}
article.box1 {
	background: #6eae0f;
	border: 1px solid #649901;
	border-radius: 5px;
	position: relative;
}
article.box2 {
	background: #f0a832;
	border: 1px solid #dd901e;
	border-radius: 5px;
	position: relative;
}
article.box3 {
	background: #37307d;
	border: 1px solid #1f1463;
	border-radius: 5px;
	position: relative;
}
article.box4 {
	background: #dc4f2f;
	border: 1px solid #b53416;
	border-radius: 5px;
	position: relative;
}
article .common, article p, article h3 {
	transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}
article .common {
	border: 1px solid #e3e3e3;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	display: block;
	width: 90px;
	height: 85px;
	margin: 0 auto;
	position: absolute;
	top: -45px;
	left: 0;
	right: 0;
}
article .sap {
	background: url(../images/sap_img1.png) no-repeat center center #FFF;
}
article a:hover .sap {
	background: url(../images/sap_img1_hover.png) no-repeat center center #508600;
}
article .epm {
	background: url(../images/epm_img.png) no-repeat center center #fff;
}
article a:hover .epm {
	background: url(../images/epm_img_hover.png) no-repeat center center #dd901e;
}
article .offshore {
	background: url(../images/offshore_img.png) no-repeat center center #FFF;
}
article a:hover .offshore {
	background: url(../images/offshore_img_hover.png) no-repeat center center #1f1463;
}
article .mobility {
	background: url(../images/icon_mobile.png) no-repeat center center #FFF;
}
article a:hover .mobility {
	background: url(../images/icon_mobile_hover.png) no-repeat center center #b53416;
}
article p {
	color: #fff;
	font-size: 13px;
	line-height: 22px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
article .btn {
	color: #fff;
}
article.box1 a:hover .btn {
	background: #406b00;
	color: #fff;
	border-color: #fff;
}
article.box2 a:hover .btn {
	background: #dd901e;
	color: #fff;
	border-color: #fff;
}
article.box3 a:hover .btn {
	background: #1f1463;
	color: #fff;
	border-color: #fff;
}
article.box4 a:hover .btn {
	background: #b53416;
	color: #fff;
	border-color: #fff;
}
.btn {
	border: 1px solid #fff;
	color: #555555;
	text-transform: uppercase;
	font-size: 13px;
	padding: 9px 11px;
	display: inline-block;
	font-weight: 400;
	transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	text-align: center;
	cursor: pointer;
}
.btnBlue {
	background: #009ae3;
	min-width: 100px;
	color: #FFF;
	border-color: #0290d4;
}
article a:hover .btn, .btn:hover {
	background: #009ae3;
	color: #fff;
	border-color: #0c8ac6;
}
.btnBlue:hover {
	background: #0884bf;
	border-color: #0884bf;
}
article.lastarticle {
	margin-right: 0px;
}
.about_col, .industries {
	width: 100%;
	background: #efefef;
	border-top: 1px solid #e3e3e3;
	padding-top: 40px;
}
.about_col .btn, .industries btn {
	border-color: #c1c1c1;
}
.about_col img {
	width: 45%;
	float: left;
}
.about_col .text {
	float: left;
	width: 50%;
	padding-top: 25px;
	margin-left: 25px;
}
.about_col .text p {
	font-size: 14px;
	color: #444444;
	line-height: 22px;
	padding-bottom: 25px;
}
.whychooseus .text p {
	line-height: 30px;
}
.about_col .text .readmore {
	margin-top: 0px;
}
.about_col .text .readmore a {
	padding: 11px 18px;
	background: #fff;
}
.about_col .text .readmore a:hover {
	background: #009ae3;
	color: #fff;
}
.job_client_col {
	padding: 40px 0;
}
.jobseekers {
	float: left;
	width: 50%;
	border-right: 1px solid #ebebeb;
}
.clientsScroll {
	float: right;
	width: 45%;
	position: relative;
}
.job_img {
	float: left;
	margin-right: 4%;
	border: 1px solid #0c8bc8;
	border-radius: 5px;
	width: 18%;
	height: 95px;
	background: #009ae3;
	text-align: center;
	line-height: 125px;
}
.job_txt {
	float: left;
	width: 70%;
}
.job_txt p {
	font-size: 13px;
	line-height: 18px;
}
.readmore_2 {
	float: left;
}
.readmore_2 a {
	font-size: 14px;
	font-weight: 400;
	color: #009ae3;
	text-transform: uppercase;
}
.readmore_2 a:hover {
	text-decoration: underline;
}
.industries_row {
	width: 100%;
	padding-bottom: 40px;
	float: left;
}
.industries_col {
	width: 50%;
	float: left;
}
.industries_col_img {
	float: left;
	margin-right: 20px;
	width: 38%;
	overflow: hidden;
}
.industries_col_img a img {
	border: 1px solid #fff;
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}
.industries_col_img a:hover img {
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
}
.industries_col_txt {
	float: left;
	padding-top: 10px;
	width: 50%;
}
.industries_col_txt p {
	font-size: 15px;
	line-height: 22px;
}
.industries_col_txt .readmore_2 {
	margin-top: 5px;
}
.whychooseus {
	background: #fff;
	padding-bottom: 20px;
}
.whychooseus img {
	width: 38%;
}
.whychooseus .text {
	float: left;
	margin-left: 40px;
	padding-top: 25px;
	width: 55%;
}
/* =============================================================================
   FOOTER STYLES
   ============================================================================= */
footer {
	background: #4c4c4c;
	padding: 40px 0 0 0;
	width: 100%;
	float: left;
}
.footer_top {
	border-bottom: 1px solid #5d5d5d;
	padding-bottom: 30px;
	width: 100%;
	float: left;
}
.footer_logo {
	float: left;
	width: 19%;
	padding: 10px 40px;
	border-right: 1px solid #5d5d5d;
}
.footer_txt {
	float: left;
	width: 65%;
	padding-left: 40px;
}
.footer_txt p {
	color: #dadee0;
	font-size: 13px;
	line-height: 22px;
	padding: 20px 0 0;
}
.footer_links {
	width: 100%;
	float: left;
	padding-top: 25px;
	padding-bottom: 40px;
}
.footer_col_1 {
	float: left;
	width: 36%;
	margin-right: 12%;
}
.footer_links h3 {
	color: #ffffff;
}
.footer_links p, .footer_links ul li a {
	color: #dadee0;
	line-height: 22px;
	font-weight: 400;
}
.footer_col_2 {
	float: left;
	width: 22%;
	margin-right: 2%;
}
.footer_col_2 ul {
	float: left;
	width: 40%;
	list-style: none;
}
.footer_col_2 ul li {
	padding-bottom: 8px;
}
.footer_col_2 ul li a {
	transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}
.footer_col_2 ul li a:hover {
	padding-left: 10px;
}
.footer_col_3 {
	float: left;
	width: 25%;
}
.contactList ul {
	overflow: hidden;
	margin-bottom: 8px;
}
.contactList li {
	float: left;
	width: 80%;
	font-size: 13px;
	line-height: 20px;
	color: #dadee0;
	list-style: none;
}
.contactList li:first-child {
	width: 25px;
	margin-right: 10px;
}
.contactList li i {
	display: block;
	background: #888888;
	text-align: center;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #525252;
	font-size: 13px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
}
.contactList li strong {
	color: #dadee0;
}
.contactList li a {
	color: #dadee0;
}
.contactList li a:hover {
	text-decoration: underline;
}
.footer_bottom {
	background: #404040;
	border-top: 1px solid #555555;
	padding: 20px 0;
	float: left;
	width: 100%;
}
.footer_bottom p, .footer_bottom ul li a {
	color: #dadee0;
	font-size: 13px;
}
.footer_left {
	float: left;
}
.footer_right {
	float: right;
}
.footer_right ul li {
	padding: 0 10px;
	float: left;
	list-style: none;
}
.footer_right ul li a:hover {
	color: #009ae3
}
/* =============================================================================
   INNERPAGES STYLES
   ============================================================================= */
.clientsArea {
	background: #ecf1f2;
}
.rowSpace20 {
	margin-bottom: 20px;
}
.rowSpace30 {
	margin-bottom: 30px;
}
.titleSection {
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
}
.titleSection .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: rgba(0,0,0,0.5);
}
.maskPercentage2 {
	background: rgba(0,0,0,0.8);
}
.container {
	min-height: 600px;
}
.aboutTitle {
	background-image: url(../images/inner/title-aboutus.jpg);
}
.sapTitle {
	background-image: url(../images/inner/title-sap.jpg);
}
.contactTitle {
	background-image: url(../images/inner/title-contactus.jpg);
}
.focus {
	background-image: url(../images/inner/title-focus.jpg);
}
.mission {
	background-image: url(../images/inner/title-mission.jpg);
}
.vision {
	background-image: url(../images/inner/title-vision.jpg);
}
.itstaffing {
	background-image: url(../images/inner/title-staffing.jpg);
}
.bigdata {
	background-image: url(../images/inner/title-data.jpg);
}
.mobility {
	background-image: url(../images/inner/title-mobility.jpg);
}
.technologies {
	background-image: url(../images/inner/title-technologies.jpg);
}
.sapconsulting {
	background-image: url(../images/inner/title-spa.jpg);
}
.sap {
	background-image: url(../images/inner/title-sap2.jpg);
}
.oracle {
	background-image: url(../images/inner/title-oracle.jpg);
}
.java {
	background-image: url(../images/inner/title-java.jpg);
}
.tableau {
	background-image: url(../images/inner/title-tableau.jpg);
}
.hadoop {
	background-image: url(../images/inner/title-hadoop.jpg);
}
.retail {
	background-image: url(../images/inner/title-retail.jpg);
}
.healthcare {
	background-image: url(../images/inner/title-healthcare.jpg);
}
.telecom {
	background-image: url(../images/inner/title-telecom.jpg);
}
.manufacturing {
	background-image: url(../images/inner/title-manufacturing.jpg);
}
.financial {
	background-image: url(../images/inner/title-financial.jpg);
}
.industries_bg {
	background-image: url(../images/inner/title-industries.jpg);
}
.privacyTitle {
	background-image: url(../images/inner/title-privacy.jpg);
}
.termsTitle {
	background-image: url(../images/inner/title-terms.jpg);
}
.sitemapTitle {
	background-image: url(../images/inner/title-sitemap.jpg);
}
.resumeTitle {
	background-image: url(../images/inner/title-resume.jpg);
}
.titlePos {
	display: table;
	height: 100%;
	width: 100%;
}
.titlePos .titleAlign {
	display: table-cell;
	vertical-align: middle;
	height: 180px;
}
.titleSection h2 {
	float: left;
	width: 50%;
	color: #FFF;
	position: relative;
	z-index: 1;
	margin: 0;
	font-weight: 600;
}
.innerContent p a {
	color: #27a4c8;
	font-weight: 500;
}
.bredCrumb {
	float: right;
	width: 50%;
	position: relative;
	z-index: 1;
}
.bredCrumb ul {
	float: right;
	padding: 0;
	width: auto;
}
.bredCrumb ul li:first-child {
	background: none;
	padding-left: 0;
}
.bredCrumb li {
	list-style: none;
	background: url(../images/bredcrumb-arrow.png) no-repeat 0 9px;
	float: left;
	padding: 0 12px 0 15px;
}
.bredCrumb li a {
	color: #FFF;
	font-weight: 400;
}
.bredCrumb li a:hover {
	text-decoration: underline;
}
.bredCrumb li .page-selection, .bredCrumb li .page-selection:hover {
	color: #aeadad;
	text-decoration: none;
}
blockquote {
	border-left: 5px solid #098fcf;
	color: #098fcf;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 25px;
	padding: 10px 20px;
}
.innerContent {
	padding: 30px 0;
}
.innerContent h3 {
	font-size: 20px;
	margin-bottom: 12px;
	text-transform: none;
	font-weight: 600;
}
.innerContent p {
	padding-bottom: 12px;
}
.leftSpace {
	padding: 0 20px;
}
.listItems {
	padding-bottom: 12px;
	padding-left: 25px;
}
.listItems li {
	list-style: inherit;
}
.listItems strong {
	font-weight: bold;
}
.toggle_block h4 {
	border: 0 none;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 2px 0 2px 0;
	color: #0862AE;
	font-weight: normal;
}
a.read_more h4 {
	border: 0 none;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 2px 0 2px 0;
	color: #0862AE;
	font-weight: normal;
}
.PullRight strong {
	font-weight: 600;
}
.toggle_block h4:before {
	content: "\f055";
	padding-right: 5px;
	font-family: 'FontAwesome';
}
.toggle_block h4.tgg_close {
	color: #0862AE;
}
.toggle_block h4.tgg_close:before {
	content: "\f056";
	padding-right: 5px;
	font-family: 'FontAwesome';
}
.toggle_content span {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	display: block;
}
.toggle_content ul li strong {
	font-weight: 600;
}
.img_left {
	float: left;
	border: 1px solid #fff;
	box-shadow: 0 0 3px #999;
	margin: 0 25px 10px 0;
}
.img_right {
	float: right;
	border: 1px solid #fff;
	box-shadow: 0 0 3px #999;
	margin: 0 0 10px 25px;
}
.service_img img {
	border: 1px solid #ccc;
	padding: 8px;
}
.shadowno {
	box-shadow: none;
}
/* =================   ABOUT US STYLES   ================= */

.col2 {
	float: left;
	margin-left: 4%;
	width: 48%;
}
.col2:first-child {
	margin-left: 0;
}
.iconBox {
	float: left;
	width: 20%;
}
.col2Content {
	float: left;
	margin-left: 3%;
	width: 77%;
}
.focus {
	background: #efefef;
	padding: 15px;
	margin-bottom: 25px;
}
.focusDiv {
	margin: 20px;
	margin-bottom: 0;
}
/* =================   SERVICES STYLES   ================= */

#sidebar {
	float: left;
	width: 26%;
}
.navLinks li {
	list-style: outside none none;
	margin-bottom: 2px;
	margin-left: -6px;
	position: relative;
}
.navLinks li:first-child {
	padding-top: 0;
}
.navLinks a {
	background: #ecf1f2;
	border-left: 3px solid #27a4c8;
	color: #000;
	display: block;
	font-size: 15px;
	line-height: 16px;
	font-weight: normal;
	padding: 14px 12px;
	transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}
.navLinks i {
	padding-right: 8px;
	font-size: 15px;
	color: #000;
}
.navLinks i.icon-1x {
	font-size: 22px;
}
.navLinks span {
	color: #000;
	font-size: 15px;
	line-height: 16px;
	font-weight: normal;
}
.navLinks a:hover, .navLinks a.active {
	background: #45b6d7;
}
.navLinks a:hover i, .navLinks a:hover span, .navLinks a.active i, .navLinks a.active span {
	color: #FFF;
}
#content {
	float: right;
	width: 70%;
}
.PullRight ul, .PullLeft ul {
	border-top: 1px solid #d5d5d5;
	clear: both;
	padding: 14px 0 0;
}
.PullFirst ul, .PullFirst {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.PullRight ul li {
	color: #444;
	float: left;
	font-size: 13px;
	line-height: 19px;
	float: left;
	padding: 10px 0 0 6%;
	width: 23%;
	list-style: none;
}
.PullRight ul li:first-child {
	padding: 0;
	width: 71%;
}
.PullLeft ul li {
	color: #444;
	float: left;
	font-size: 13px;
	line-height: 19px;
	padding: 0;
	width: 71%;
	list-style: none;
}
.PullLeft ul li:first-child {
	padding: 10px 6% 0 0;
	width: 23%;
}
.PullRight, .PullLeft {
	clear: both;
	margin: 14px 0;
}
ul.staffing {
	margin-left: 22px;
}
ul.staffing li {
	list-style: inherit;
	float: none;
	width: 100%;
	padding-left: 0;
	padding-bottom: 5px;
}
ul.staffing li:first-child {
	padding-left: 0;
}
/* =================  CONTACT US STYLES  ================= */

.leftPanel {
	float: left;
	width: 68%;
	padding: 2%;
	padding-right: 4%;
}
.rightPanel {
	background: #ecf1f2;
	float: left;
	width: 22%;
	padding: 2%;
	margin: 35px 0 0;
	min-height: 280px;
}
.rightPanel .contactList i {
	color: #6c7071;
	background: #d8e0e2;
}
.rightPanel .contactList li {
	color: #555;
}
.rightPanel .contactList li strong, .rightPanel .contactList li a {
	color: #333;
}
.rightPanel a:hover {
	color: #000;
	text-decoration: underline;
}
.contactForm ul li {
	float: left;
	margin-left: 2%;
	width: 48%;
	margin-bottom: 18px;
	list-style: none;
}
.contactForm ul li:first-child {
	margin-left: 0;
}
.contactForm li label {
	float: left;
	font-size: 14px;
	margin-right: 0;
	width: 100%;
	color: #333;
	font-weight: normal;
	padding-bottom: 5px;
}
.contactForm li label span {
	color: #ff0000;
	font-size: 12px;
	padding-left: 2px;
}
.contactForm input, .contactForm textarea, .contactForm select {
	background: #FFF;
	border: 1px solid #bbb;
	float: left;
	height: 20px;
	color: #333;
	font-size: 14px;
	outline: medium none;
	padding: 6px 2%;
	resize: vertical;
	width: 95%;
}
.contactForm textarea {
	min-height: 80px;
}
.contactForm select {
	height: auto;
	width: 100%;
}
.contactForm input:focus, .contactForm textarea:focus, .select:focus {
	border: 1px solid #0da1da;
	box-shadow: 0 0 4px 0 #7ad4f7;
	-webkit-box-shadow: 0 0 4px 0 #7ad4f7;
	-moz-box-shadow: 0 0 4px 0 #7ad4f7;
	-o-box-shadow: 0 0 4px 0 #7ad4f7;
	outline: 0 none;
}
.contactForm li.full {
	width: 100%
}
.contactForm li.full input, .contactForm li.full textarea {
	padding: 6px 1%;
	width: 95.5%;
}
.contactForm li div {
	float: left;
	width: 49%;
}
.contactForm li.checkbox input {
	width: auto;
}
.contactForm li.checkbox strong {
	padding-left: 8px;
	font-size: 14px;
}
.contactForm label.error {
	color: #ff0000;
	font-size: 13px;
	font-weight: 300;
}
input.error, textarea.error, select.error {
	background: #fdf2f2;
	border: 1px solid #fccece;
	color: #444444 !important;
	box-shadow: none !important
}
.successmessage {
	display: none;
	float: left;
	line-height: 35px;
	color: #45BA2C;
	font-size: 15px;
}
.failmessage {
	color: #E76A4C !important;
}
.gmap iframe {
	border: 0;
	width: 100%;
	height: 320px;
}
.resume {
	background: #ECF1F2;
	border: 1px solid #fff;
	border-radius: 5px;
	box-shadow: 0 0 3px #bbb;
	-webkit-box-shadow: 0 0 3px #bbb;
	-moz-box-shadow: 0 0 3px #bbb;
	-o-box-shadow: 0 0 3px #bbb;
	margin: 0 auto;
	width: 60%;
	margin-bottom: 25px;
	padding: 25px 15px;
	text-align: center;
}
.resume h3 {
	color: #333;
}
.resume a {
	font-size: 16px;
	color: #098fcf;
}
.sitemap {
	border: 1px solid #eee;
	float: left;
	width: 46%;
	margin-left: 3%;
}
.sitemap li {
	list-style: none;
}
.sitemap .odd, .sitemap .even {
	background: #f0f0f0;
	
}
.sitemap a {
	color: #444;
	padding: 8px 8px;
	line-height: 20px;
	display:block;
	text-transform: uppercase;
}
.sitemap a:hover {
	color: #0096CA;
}
.sitemap .even {
	background: #f9f9f9;
}

#content p strong{
	font-weight:bold;
	color:#333;
}