/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Body styles */

body{
	background-color: #102530; 
	/*overflow-x:hidden;
	padding-top: 6px;*/  
}

.content-wrapper{
	background-color: #fff;
}

.sub-nav-horizontal-wrapper{
	border-bottom: solid 2px #ccc;
}

.sub-nav-horizontal-wrapper a, a.nav{
	color: #444;
}

.sub-nav-horizontal-wrapper a.link{
	color: #08c;
}

.nav-pills>.active>a, .nav-pills>.active>a:hover, .nav-pills>.active>a:focus {
	color: #444;
	background-color: #eee;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}


/* Site Navigation styles */

#site-main-nav-wrapper{
	/*background: #484848;*/
background-color: #cccccc;
background-image: -moz-linear-gradient(top,#cccccc,#cccccc);
background-image: -ms-linear-gradient(top,#cccccc,#cccccc);
background-image: -o-linear-gradient(top,#cccccc,#cccccc);
background-image: -webkit-linear-gradient(top,#cccccc,#cccccc);
background-image: linear-gradient(top,#cccccc,#cccccc);
border-bottom: 1px solid #999;
box-shadow: 0 1px rgba(255, 255, 255, .6);
 
margin: 0;
position: relative;
z-index: 2;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 0 4px rgba(0,4,0,.3);
	-moz-box-shadow: 0 0 4px rgba(0,4,0,.3);
	box-shadow: 0 0 4px rgba(0,4,0,.3);
}

#site-main-nav-wrapper.navbar .container{
	width: 94%;
	text-align:center;
}

#site-main-nav {
	list-style: none;
	margin: 0;
}

#site-main-nav li{
	display: inline-block;
	float: left;
	border-right: solid 1px #444;
}

#site-main-nav li:first-child{
	border-left: solid 1px #444;
}

#site-main-nav li:first-child a{
	padding: 8px 31px;
}

#site-main-nav li a{
	color: #ccc;
	font-size: 13px;
	padding: 8px 15px;
	display: block;
	text-transform: uppercase;
	text-shadow: none;
}

#site-main-nav li a:hover, #site-main-nav li a:active, #site-main-nav li a.active {
	background: #333;
	text-decoration: none;
}


/* Home page styles */

.container .grey-box-border{
	border-bottom: none; 
}

.container [class*="grey-box-border"]:last-child{
	border-bottom: solid 1px #ddd;
}

.grey-box-border {
	border: solid 1px #ddd;padding: 0;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
	box-shadow: 0 0 4px rgba(0,0,0,.3);
	}

.grey-box-border [class*="inner-box"]:first-child{
	border-right: solid 1px #ddd;
} 
.inner-box{cursor: pointer;
	padding: 10px;
	margin-left: 0;
	width: 50%;
}
 
.inner-box span.arrow {
	float: left;
	margin: 5px 5px 5px 0;
	width: 38px;
	height: 29px;
}

.inner-box h4{
	/*font-weight: normal;*/
	margin-top: 0;
}

.arrow{
	background: url(../img/design/arrow_sprite.png) no-repeat;
}

.arrow.red{
	background-position: 2px -30px;
}

.arrow.yellow{
	background-position: -39px 0px;
}

.arrow.blue{
	background-position: -38px -30px;
}

.arrow.green{
	background-position: 0px 0px;
	position: relative;
	top: 10px;
	margin-bottom: 10px !important;
}

.grey-box-border .inner-box{
	margin-left: 0;
	width: 50%;
	position: relative;
}

.grey-box-border .inner-box:hover{
	background-color: #eee;
}


/* Management Consulting styles */

.highlight .row-fluid {
	background-color: #dff1fc;
	margin-bottom: 3px;
	padding: 0;
}

.highlight .row-fluid h4{
	text-align: center;
}

.highlight .row-fluid p{
	padding: 10px 25px;
	margin: 0;
}


/* HR Solutions */

.hr-solution-circles{
	background: url(../img/design/all_circles_200.png) no-repeat center center;
	margin: 30px 0;
}


ul.colored-ul{
	font-size: 22px;
	color: #f85848;
	margin-left: 70px;
	margin-top: 5px;
}

ul.colored-ul li span{
	font-size: 14px;
	color: #333;
}

.bracket {
	background: url(../img/design/bracket.png);
	background-repeat: no-repeat;
	background-size: auto 270px;
}

.bright-red-bg{
	background: #f85848;
}

.btn.bright-red-bg{
	color: #fff;
	background: #f85848;
	text-shadow: none;
}

.btn.bright-red-bg:hover, .btn.bright-red-bg:focus {
	background: #EC5142;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
}

.bright-blue-bg{
	background: #6ddafe;
}

.btn.bright-blue-bg{
	color: #222;
	background: #6ddafe;
	text-shadow: none;
}

ul.li-float{
	margin-left: 0 !important;
	margin-bottom: 0;
}
ul.li-float li{
	float: left;
	list-style-type: none;
	margin-right: 10px;
}

ul.asterisk li:before{
	content: "*";
	margin-right: 10px;
}

ul.how-it-works {
	position: relative;
	top: -43px;
}

ul.how-it-works li{
	display: inline-block;
	text-align: center;
	width: 22%;
	vertical-align: top;
	margin-right: 20px;
}

ul.how-it-works li h3{
	line-height: 25px;
}

ul.how-it-works li span.bg.circle{
	background: url(../img/design/circle.png) no-repeat;
	width: 50px;
	height:50px;
	display: inline-block;
	padding-top: 12px;
	font-weight: bold;
	color: #fff;
	font-size: 24px;
}

ul.h-i-w {
	margin-left: 30px !important;
	border-left: solid 2px #ccc;
}

ul.h-i-w li span.bg.circle{
	background: url(../img/design/circle.png) no-repeat;
	width: 50px;
	height:50px;
	display: inline-block;
	text-align: center;
	padding-top: 12px;
	font-weight: bold;
	color: #fff;
	font-size: 24px;
	position: absolute;
	top: -15px;
	left: -26px;
}

ul.h-i-w li span.bg.circle.red{
	background: url(../img/design/circle_red.png) no-repeat;
}

ul.h-i-w li{
	list-style-type: none;
	position: relative;
	padding-left: 70px;
}
ul.h-i-w li:last-child {
	background: #fff;
	left: -2px;
}

ul.h-i-w li ul{
	list-style-type: disc;
}

ul.h-i-w li ul li{
	padding-left: 0;
	list-style-type: disc;
}

ul.h-i-w li ul li ul li{
	padding-left: 0;
	list-style-type: circle;
}

.h-i-w table td.filler {
	background: transparent;
}

.h-i-w table {
	border-collapse: separate;
	border-spacing: 2px;
}

.h-i-w table td{
	background-color: #ddd;
	padding: 10px;
	vertical-align: top;
}

ul.inline li{
	display: inline-block;
}

ul.plain{
	list-style-type: none;
	margin-left: 0;
}

ul.plain li{
	margin-bottom: 10px;
}

ul.numbered{
	margin-left: 0;
}

ul.numbered li{
	margin-bottom: 10px;
	list-style-type: none;
	float: left;
}

ul.numbered li span{
	font-size: 14px;
}

ul.sequence li.text{
	width: 70%;
	margin-left: 10%;
}
ul.sequence li{
	float: none;
	display: inline-block;
	vertical-align: middle;
}


ul.checklist{
	list-style-type: none;
	margin-left: 0;
}

ul.checklist li, ul.career-home li {
	display: block;
	vertical-align: middle;
	padding-left: 50px;
	margin-bottom: 10px;
}

ul.checklist.white li{
	background: url(../img/design/checklist.png) no-repeat left top;
}

ul.checklist.yellow li{
	color: #333;
	background: url(../img/design/checklist_yellow.png) no-repeat left top;
}

.sub-heading.bright-red{
	background: #f85848;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.highlight-yellow{
	background: #fcf296;
	padding: 10px 0;
}

ul.dashed li:before{
	content: "-";
	margin-right: 10px;
	list-style: none;
}

.box-shadow	{
	border: none;
	-moz-box-shadow: 4px 4px 20px #BBB9B9;
	-webkit-box-shadow: 4px 4px 20px #BBB9B9;
	box-shadow: 4px 4px 20px #BBB9B9;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 4, direction = 135, color = '#BBB9B9');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 4, Direction = 135, Color = '#BBB9B9')";
/*Shadows look very different in IE (Only cardinal directions supported)*/
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element should have a background-color*/
/*All filters must be placed together*/
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}

.bg-green{
	background-color: #b6d8c0;
}

.bg-light-green{
	background-color: #c8d9bf;
}

.bg-lighter-green{
	background-color: #dadabd;
}

.bg-light-orange{
	background-color: #ecdbbc;
}

.bg-orange{
	background-color: #fedcba;
}

.box-shadow p{
	padding: 10px;
	text-align: center;
	height: 130px;
}

.boxed-red {
	border: solid 1px #f79c81;
	padding: 0px 10px;
}

.form-horizontal .control-label {
	float: none;
	width: 160px;
	padding-top: 5px;
	text-align: left;
}

.form-horizontal .controls {
	margin-left: 0;
}

.form-horizontal .control-group {
	margin-right: 20px;
	margin-top: 20px;
}

.form-horizontal .control-label {
	width: auto;
}


.thought-cloud{
	/*
	background: url(../img/design/speak_balloon.png) no-repeat center center;
	background-size: 262px 177px;
	background-size: 270px 180px;
	width: 100%;
	max-width: 220px;
	padding: 25px 0px 25px 10px;
	padding: 15px 0px 35px 16px;
	background-position: -25px -13px;
	height: 90px;
	position: relative;*/
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 270px;
	width: 40%;
	max-width: 225px;
	min-height: 150px;
}

.thought-cloud.contact-us{
	background-image: url(../img/design/speak_balloon_contact_us.png);
	height: 140px;
}

.thought-cloud.career{ 
	background-image: url(../img/design/speak_balloon_career.png);
	height: 160px;  
}
.thought-cloud.case-study-engineer{
	background-image: url(../img/design/reluctant_eng_balloon.png);
	background-size: 195px;
	height: 180px;
	display: inline-block;
	float: right;
	position: absolute;
}
.thought-cloud.case-study-dyslexia{
	background-image: url(../img/design/dyslexia_balloon.png);
	background-position: left center;
	background-size: 215px;
	height: 150px;
	max-width: 100%;
}
.thought-cloud.case-study-grandson{
	background-image: url(../img/design/grandson_balloon.png);
	background-position: left center;
	background-size: 215px;
	height: 150px;
	max-width: 100%;
}
.thought-cloud.case-study-diamond{
	background-image: url(../img/design/diamond_balloon.png);
	background-position: right top;
	background-size: 215px;
	height: 250px;
	max-width: 100%;
}
.thought-cloud.case-study-lt{
	background-image: url(../img/design/lt_balloon.png);
	background-position: right top;
	background-size: 225px;
	height: 150px;
	max-width: 100%;
}
.thought-cloud.case-study-waitor{
	background-image: url(../img/design/waiter_balloon.png);
	background-position: left top;
	background-size: 350px;
	height: 170px;
	max-width: 100%;
}
.thought-cloud.recruitment-red{
	background-image: url(../img/design/recruitment_signup_balloon.png);
	background-position: left top;
	background-size: 222px;
	position: relative;
	display: block;
	height: 170px;
	max-width: 100%;
}
.thought-cloud.career-how-it-works-others{
	background-image: url(../img/design/career_how_it_works_others_balloon.png);
	background-position: left top;
	background-size: 222px;
	position: relative;
	display: block;
	height: 170px;
	width: 222px;
}

.c-h-i-w-1{
	background: url(../img/design/career_how_it_works.png) no-repeat;
	height: 300px;
	background-size: 600px;
	background-position: 0 49px;
	width: 160px;
	display: inline-block;
}

.c-h-i-w-2{
	background: url(../img/design/career_how_it_works.png) no-repeat;
	height: 300px;
	background-size: 600px;
	background-position: -172px center;
	width: 200px;
	display: inline-block;
}

.c-h-i-w-3{
	background: url(../img/design/career_how_it_works.png) no-repeat;
	height: 300px;
	background-size: 600px;
	background-position: -372px 51px;
	width: 220px;
	display: inline-block;
}

/* Header Styles */

#site-banner, #home-banner{
	height: 365px;
	background: url(../img/design/header_fullsize.png) no-repeat center center;
	background: url(../img/design/header_1500.jpg) no-repeat center center;
	-webkit-background-size: 1500px auto;
	-moz-background-size: 1500px auto;
	-o-background-size: 1500px auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/design/header_fullsize.png', sizingMethod='scale')";
	background-color: #102530;
	padding-left:30px;
}

#site-banner{
	height: 120px;
}

#site-logo{
	margin-top: 30px;
}

.site-logo{
	background: url(../img/design/logo_full.png) no-repeat left center;
	display: block;
	height: 75px; 
}

.head-logo{
	display: inline-block;
	position: relative;
	background: url(../img/design/logo.png) no-repeat center center;
	width: 40px;
	height: 30px;
	top: 3px;
}

#site-logo a{
	text-decoration: none;
}

#site-logo h2{
	display: inline-block;
	margin-bottom: 0;
}

#site-logo h5{
	margin-top: 0;
}


/* Career styles */

.blue {
	color: #6699ff;
}

.talkie-red1{
	background: url(../img/design/speak_balloon_down.png) no-repeat;
	background-position: top;
	background-size: 215px;
}

.talkie-red1-up{
	background: url(../img/design/speak_balloon_up.png) no-repeat;
	background-position: top;
}

.case-content img {
	padding: 20px;
}

.case-content.diamond img {
	padding: 20px 80px;
}

.case-content.lt img {
	padding: 20px;
	padding-left: 120px;
	padding-right: 80px;
	height: 300px;
	width: auto;
}

.case-content.waiter img {
	padding: 20px 165px;
}

.case-content.fatherson img {
	padding: 20px 100px;
}

.case-block h3 {
	line-height: 30px;
}

.case-block a {
	text-decoration: none;
	color: #fff;
}

.case-block a:hover {
	text-decoration: underline;
	color: #fafafa;
}

.case-block {
	text-align: left;
	padding: 20px 35px;
	height: 230px;
	display: block;
	position: relative;
}

.case-block.b1{
	background-color: #d5b243;
}

.case-block.b2{
	background-color: #d95b43;
}

.case-block.b3{
	background-color: #c02942;
}

.case-block.b4{
	background-color: #0b486b;
}

.case-block.b5{
	background-color: #3b8686;
}

.case-block.b6{
	background-color: #542437;
}

.case-block.b7{
	background-color: #793a57;
}

.case-block.b8{
	background-color: #8c873e;
}

.case-block.b9{
	background-color: #519548;
}
.case-block h2 {
	font-size: 27px;
}

.white-triangle{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 0 80px 80px;
	border-color: transparent transparent #fff transparent;
	line-height: 0px;
	_border-color: #000000 #000000 #fff #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#fff');
}

.checkbox{
	background: url(../img/design/checklist.png) no-repeat center center;
	display: inline-block;
	width: 50px;
	height: 70px;
}

ul.career-home li {
	padding-left: 55px;
}

ul.career-home li.am{
	background: url(../img/design/pencil.png) no-repeat left top;
}

ul.career-home li.oo{
	background: url(../img/design/talkies.png) no-repeat left top;
}

.grey-bg{
	background-color: #f7f7f7;
	padding: 10px;
}

.grey-txt{
	color: #888;
	line-height: 28px;
}

ul.career.how-it-works li span.bg.circle {
	background: url(../img/design/circle_red.png) no-repeat;
}

.span2-niu {
	width: 18% !important;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}


/* Contact Styles */

address h3, address h3 small {
	color: #006666;
	margin-bottom: 0;
}

a.light-gray{
	color: #999;
}

/* Insights Styles */
ul.insights{
	list-style: none;
	margin: 0;
	padding: 10px;
}
.insights li {
	padding: 0;
	background: #eee;
	border-bottom: solid 1px #bbb;
}
.insights li a {
	text-decoration: none;
	color: #333;
	padding: 10px;
	display: block;
	font-size: 1.2em;
}
.insights li.active a, .insights li a:hover, .insights li a:focus {
	color: #006666;
}

ul.decimal{
	list-style-type: decimal;
	margin-left: 30px;
}
ul.decimal li p {
	font-weight: normal;
}
ul.decimal li {
	font-weight: bold;
	margin-top: 20px;
}
/* Footer styles */

footer#site-footer{
	margin-top: 10px;
	background: #000;
}

footer.copyright{
	line-height: 30px;
}

#site-bottom-nav-wrapper nav{
	overflow: hidden;
	position: relative;
}
#site-bottom-nav-wrapper nav #prev, #site-bottom-nav-wrapper nav #next{
	background: url(../img/design/bottom_arrows_30.png) no-repeat;
	width: 23px;
	width: 51px;
	height: 33px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	display: none;
	z-index: 1001;
}
#site-bottom-nav-wrapper nav #prev{
	left: 0;
	background-position: 0 -35px;
}
#site-bottom-nav-wrapper nav #next{
	background-position: -27px 0;
	background-position: 0 0;
	right: 0;
}
#site-bottom-nav-pane{
	overflow: hidden;
}
#site-bottom-nav {
	list-style: none;
	margin-top: 20px;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	width: 220%;	/* kept large for pagination */
}
.bottom-nav li {
	text-align: center;
	display: inline-block;
	color: #cecece;
	margin-right: 35px;
	vertical-align: top;
}
.bottom-nav li:last-child {
	margin-right: 0;
}
.bottom-nav li a{
	color: #fff;
	font-size: 20px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 4px;
	float:right;
}
.bottom-nav li > a > p {
	font-size: 14px;
	color: #cecece;
	text-transform: initial;
	margin-top: 10px;
	margin-bottom: 0;
}
.bottom-nav li > a:active > p, .bottom-nav li > a:hover > p {
	text-decoration: none;
}
.client-horizontal-wrapper .nav-pills>li>a {
	color: #5d5d5d;
}

/* Form validation messge style */
/* to be added to your global CSS file */
.error {
  color: #B94A48; /* color to match Bootstraps error class */
}

.error {
  
  height:15px;
  background-color:#FFFE36;
  border:1px solid #E1E16D;
  font-size:11px;
  color:#000;
  padding:3px 10px;
  margin-left:-2px; 

  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius-bottomleft:0;
  -moz-border-radius-topleft:0;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-top-left-radius:0;
 
  -moz-box-shadow:0 0 6px #ddd;
  -webkit-box-shadow:0 0 6px #ddd;
}

/* error container */
#errors {
	background-color:#163356;
	color:#fff;
	width:400px;
	padding:20px;
	margin:5px auto;
	display:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
 
/* title */
#errors h2 {
	margin:-5px 0;
	color:yellow;
}
.alert em {
	display: block;
	width: 0;
	height: 0;
	border: 8px solid;
	position: absolute;
	bottom: 35px;
	left: 5px;
	border-color: transparent transparent #F2DEDE transparent;
}
.alert p {
	margin: 0;
}

.year-dd{
	width: 70px;
}

.navbar .btn, .navbar .btn-group {
	margin: 5px;
}

.alert-danger, .alert-error {
	z-index: 1051
}

@media (max-width: 400px) {
	body{
		background-color: #272222;
	}
	#site-banner {
		padding: 0 0px;
	}
	.bottom-nav li {
		display: block;
	}
	.bottom-nav li:last-child {
		margin-right: 30px;
	}
	.span2-niu {
		width: auto !important;
	}
	ul.how-it-works li {
		width: 100%;
	}
	.case-block {
		margin: 20px auto;
	}
	.thought-cloud {
		background-size: 190px;
	}
	.hr-solution-circles {
		background-size: 100%;
		height: 120px;
	}
	.box-shadow p {
		height: auto;
	}
	ul.li-float li {
		float: none;
	}
	#site-main-nav-wrapper.navbar .container {
		width: auto;
	}
	#home-banner {
		padding: 0 20px;
		height: 510px;
	}
	#site-banner, #home-banner {
		-webkit-background-size: 1500px 100%;
		-moz-background-size: 1500px 100%;
		-o-background-size: 1500px 100%;
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/design/header_fullsize.png', sizingMethod='scale')";
	}
	#site-main-nav li {
		display: block;
		float: none;
	}
	#home-banner h1 {
		font-size: 2em;
		display: block;
	}
	#the-quest-way {
		position: absolute;
		top: 105px;
		left: 75px;
		text-align: center;
		display: none;
	}
	.grey-box-border .inner-box {
		width: auto;
	}
	.grey-box-border [class*="inner-box"]:first-child {
		border-bottom: solid 1px #ddd;
		border-right: none;
	}
	#site-main-nav li:first-child a {
		padding: 8px 15px;
	}

}

@media (max-width: 768px) {
	#site-main-nav-wrapper.navbar .container {
		width: auto;
	}
	#site-main-nav li {
		display: block;
		float: none;
	}
	#site-main-nav li:first-child a {
		padding: 8px 15px;
	}
	#home-banner h1 {
		font-size: 2em;
	}
	h4.tv{
		margin-bottom: 30px;
	}
}

@media (max-width: 979px){
	#the-quest-way {
		
	}
	#home-banner{
		height: auto;
	}
}

/* Helper styles */
.text-r{
	text-align: right !important;
}

.text-l{
	text-align: left !important;
}

.text-c{
	text-align: center;
}
.text-j{
	text-align: justify;
}
.text-i{
	font-style: italic;
}

.m-0{
	margin: 0;
}

.mtop-0{
	margin-top: 0px !important;
}

.mtop-1{
	margin-top: 10px;
}

.mtop-2{
	margin-top: 20px;
}
.mtop-3 {
	margin-top: 30px;
}
.mtop-4 {
	margin-top: 40px;
}

.mbot-0{
	margin-bottom: 0;
}

.mbot-1{
	margin-bottom: 10px;
}

.mbot-2{
	margin-bottom: 20px;
}

.mlef-0{
	margin-left: 0px !important;
}

.mlef-1{
	margin-left: 10px !important;
}

.mlef-2{
	margin-left: 20px !important;
}

.mlef-5 {
	margin-left: 50px;
}

.mrig-0{
	margin-right: 0px !important;
}

.mrig-1{
	margin-right: 10px !important;
}

.mrig-2{
	margin-right: 20px !important;
}

.sidepad-1{
	padding: 0 10px;
}

.bb-dark{
	border-bottom: solid 1px #ddd;
}

.font-w-n{
	font-weight: normal;
}

.reset-f{
	font-size: 14px;
	font-weight: normal;
}

.float-l{
	float: left;
}

.float-r{
	float: right;
}

.inline{
	display: inline-block;
}

.full-width{
	width: 100%;
}

hr.sep{
	border-top: none;
	border-bottom: solid 1px #ccc;
}
hr.sep.dark{
	border-bottom: solid 1px #bbb;	
}
/* colors */
.red{
	color: #cc0000;
}

.orange{
	color: #ff6533;
}

.yellow{
	color: #cb9900;
}

.green{
	color: #17af4b;
}

.blue{
	color: #00b1ef;
}

.light-blue{
	color: #aedfe4;
}

.highlight-2 .row-fluid {
	background-color: #d8d8f2 !important;
}

.bg.light-blue{
	background-color: #aedfe4;
	color: #333;
	padding: 10px;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.light-black{
	color: #353535;
	text-decoration:underline;	padding: 10px;	
}

.light-black:hover{
	color: #ff0000;
	text-decoration:underline;	
	 background: #d3f4g5; 
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
} 



ul.feedback-ul
{
	
	background: url(../img/design/all_circles_200.png) no-repeat center center;
	margin: 30px 0;
	 
	text-decoration:underline;	 
	margin-left: 70px;
	margin-top: 5px;
}

ul.feedback-ul li a{
	font-size: 14px; 
	color: #353535;
	text-decoration:underline;	
	 background: #d3f4g5;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
}

.dark-gray{
	color: #666;
}

.gray, .gray:hover, .gray:active, .gray:focus{
	color: #707070;
}


.light-border-right{
	border-right: solid 1px #eee;
	padding-right: 10px;
}

ul.li-mbot-1 li{
	margin-bottom: 10px;
}


/* header colors */

.h-orange{
	color: #ff6533;
}
.h-blue{
	color: #3399ff;
}
.h-green{
	color: #99cb33;
}
#home-banner{
	color: #ccc;
}
#home-banner p{
	font-size: 90%;
	text-align: justify;
}
#home-banner h1{
	font-size: 39.5px;
}
#the-quest-way {
	margin-top: 15px;
	padding-left: 55px;
}
/* ./colors */


 
div.feature {
    position: relative;
}
 
div.feature a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #FFF; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}


hr 
	{
		border: 0;
		height: 1px;
		background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(134, 134, 134, 1), rgba(0,0,0,0)); 
		background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
		background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
		background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	}
 


h2 span {
  width: 50px;
  text-align: center; 
  position : relative;
}

h2 span:before { 
  position: absolute;
  content : "";
  left  : 50%;
  right  : 50%;
  top   : 0;
  height: 100%;
  width : 0;
  border-right: 1px #666 solid;
  
}



