@charset "UTF-8";
/* CSS Document! */

.cSlider {
	height: 264px;
	width: 378px;
	position: relative;
}
.image_carousel {
	padding: 15px 0 15px 40px;
	position: relative;
}
.image_carousel img {
	border: 1px solid #ccc;
	background-color: white;
	padding: 9px;
	margin: 7px;
	display: block;
	float: left;
}
a.prev, a.next {
	background: #000;
	display: block;
	position: absolute;
	color: #fff;
	padding: 7px;
	padding-left: 20px;
	padding-right: 20px;
	bottom: 0;
	border-radius: 6px;
	border: 3px solid #818284;
}
a.prev:hover, a.next:hover {
	background: #002a5c;
	text-decoration: none;
}
a.prev {left: 10px;bottom: 10px;}
a.prev:hover {}
a.prev.disabled {visibility: hidden;}
a.next {position: absolute; right: 13px; bottom:9px;}
a.next:hover {}
a.next.disabled {visibility: hidden;}
a.prev.disabled, a.next.disabled {
	cursor: default;
}

.stepMeta {
	margin-top: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #CCC;
	display: block;
	min-height: 30px;
	width: 370px;
}

.stepMeta .stepTitle {
	float: left;
	padding-left: 20px;
	padding-top: 12px;
	font-weight:bold;
}

.stepMeta .stepProgress {
	float: right;
	font-size: 12px;
	padding-top: 11px;
	padding-right: 13px;
	font-style:italic;
	color:#666666;
}

#idea input {
	height: 35px;
	width: 333px;
	margin-left:21px;
	background:url('../images/inputfield.png');
	border-radius:6px;
	box-shadow: 0px 0px 10px #888;

}
input.submit{
	border-radius: 6px;
	border: 3px solid #818284;
	padding:7px;
	padding-left:20px;
	padding-right:20px;
	
}


::-webkit-input-placeholder  { color:#000; }
input:-moz-placeholder { color:#000; }

#idea {
	top: 0 !important;
}
#idea input.btn {
	height: auto;
}

#idea textarea {
	width: 327px;
	height: 120px;
	margin-left:21px;
	background:whitesmoke;
}

#idea #contactFormSubmit {
	width: auto;
	position: absolute;
	bottom: 22px;
	z-index: 5;
	right: 17px;
	background: black;
}
#idea #contactFormSubmit:hover{
	background:#002A5C;
	
}
.stepDetail{
	margin-left:20px;
}
.pagination {
	display: none !important;
	text-align: center;
}
.pagination a {
	background: url(../images/miscellaneous_sprite.png) 0 -300px no-repeat red;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.pagination a.selected {
	background-position: -25px -300px;
	cursor: default;
}
.pagination a span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}

#formSuccess {
	display: none;
	width: 381px;
	height: 268px;
	background: white;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	text-align: center;
}

.thanks {
	line-height: 50px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 30px !important;
	width: 80%;
	margin-top: 80px;
	display: block;
	text-align: center;
}


/****************/
/* Header Section */
body {
    background-image: url("../img/header_gears.jpg"), -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(241, 241, 241, 1) 50%,rgba(239, 239, 239, 1) 82%,rgba(235, 235, 235, 1) 100%);
    background-image: url("../img/header_gears.jpg"), -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(241, 241, 241, 1) 50%,rgba(239, 239, 239, 1) 82%,rgba(235, 235, 235, 1) 100%); /* FF3.6+ */
	background-image: url("../img/header_gears.jpg"),-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(82%,rgba(239,239,239,1)), color-stop(100%,rgba(235,235,235,1))); /* Chrome,Safari4+ */
	background-image: url("../img/header_gears.jpg"),-webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(241, 241, 241, 1) 50%,rgba(239, 239, 239, 1) 82%,rgba(235, 235, 235, 1) 100%); /* Chrome10+,Safari5.1+ */
	background-image: url("../img/header_gears.jpg"),-o-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(241, 241, 241, 1) 50%,rgba(239, 239, 239, 1) 82%,rgba(235, 235, 235, 1) 100%); /* Opera 11.10+ */
	background-image: url("../img/header_gears.jpg"),-ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(241, 241, 241, 1) 50%,rgba(239, 239, 239, 1) 82%,rgba(235, 235, 235, 1) 100%); /* IE10+ */
	background-image: url("../img/header_gears.jpg"),linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%,rgba(241, 241, 241, 1) 50%,rgba(239, 239, 239, 1) 82%,rgba(235, 235, 235, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
	background-position: center top;
    background-repeat: no-repeat;
	font-family:'Open Sans','Helvetica Neue','Arial', sans-serif;
	font-weight:400;
}
#top {
	background: url("../img/header_gears.jpg") no-repeat scroll center top transparent;
}
h2{
	font-family: 'Lucida Grande', sans-serif;
}

.gears{
	background-repeat: no-repeat;
	background-size:cover;
	height:600px;
	
}
.logo{
	padding-top:25px;
}
.ytube{
	margin-top:25px;
	line-height:0;
}

.header{
	height:600px;
}
.pad{
	padding:30px;
	background:#fff;
}
.title{
	margin-top:30px;
}
.intro{
	padding-top:30px;
	font-size:32px;
	margin-bottom:10px !important;
	color:#888;
	font-style:italic;
	margin-top:5px;
}
.introbtn{
	margin-left:auto;
	margin-right:auto;
	display:block !important;
	width:105px;
	text-align:center;
	padding:5px;
}
/* End Header Section */
/****************/


/****************/
/* Navigation */

a.home{
	background:url('../img/home_btn.png');
	background-repeat:no-repeat:
}
.navbar .nav > li > a.home{
	height:11px;
	padding-right:8px;
	padding-bottom:10px;
	margin-top:6px;
}

.navbar .brand{
	float:right;
	color:white;
	font-weight:100;
	text-shadow:none;
	padding:10px 25px 10px;
}
.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;
  color: white;
  background: #000;
}
.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background: #000;
  background-repeat: repeat-x;
  border: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.navbar-link {
  color: #ffffff;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #ffffff;
  text-decoration: none;
  text-shadow:none;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #002857;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #ffffff;
  font-weight:300;
  text-decoration: none;
  background-color: #002857;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.container-fluid {
	background: #000;
	height:40px;
}

.notFixed {
	position: absolute;
	width: 100%;
	top: auto;
	z-index: 3;
}

.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
}
/* End Navigation */
/****************/



/****************/
/* Patents Section */
#patents{
	padding-top:40px;
	position: relative;
}
.pservice{
	padding: 0 0 0 10px;
	margin: 0 0 20px;
	border-left: 3px solid black;
}
.subhead{
	height:45px;

}
.parrow{
	background:url('../images/arrow_1.png');
	background-repeat:no-repeat;
	background-size:100%;
	height:100px;
	width:49px;
	position:absolute;
	display:block;
	right:250px;
	top:128px;
	z-index:9999999;
}
.cfbg{
	background: url('../images/contactform.png');
	background-size: 380px 100%;
	background-repeat: no-repeat;
}
.contactform{
	margin-top: 10px;
	position: relative;
	height: 264px;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    background:#D3D3D3;
    color: #000;
	hei
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
background-color: #D3D3D3;
border: none;

}
input.iname{
	height:40px;
	color:#222222;
	font-weight:200;
}
input.iemail{
	height:40px;
	color:#222222;
	font-weight:200;
}
textarea{
	font-weight:400;
}

.step{
	font-style:italic;
	color:#002a5c;
	line-height:35px;
	margin-bottom:20px;
}
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  /*
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
		  */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #000000;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #002857;
  *background-color: #002857;
  background-image: -moz-linear-gradient(top, #002857, #002857);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#002857), to(#002857));
  background-image: -webkit-linear-gradient(top, #002857, #002857);
  background-image: -o-linear-gradient(top, #002857, #002857);
  background-image: linear-gradient(to bottom, #002857, #002857);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-rhema{
	color:#ffffff;
	text-shadow:0 -1px 0 rgba(0,0,0,.25);
	background: rgb(106,116,124); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(106,116,124,1) 0%, rgba(0,42,92,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(106,116,124,1)), color-stop(100%,rgba(0,42,92,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(106,116,124,1) 0%,rgba(0,42,92,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(106,116,124,1) 0%,rgba(0,42,92,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(106,116,124,1) 0%,rgba(0,42,92,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(106,116,124,1) 0%,rgba(0,42,92,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a747c', endColorstr='#002a5c',GradientType=0 ); /* IE6-9 */
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #002a5c;
  *background-color: #002a5c;
}
.btn-rhema:hover,
.btn-rhema:active,
.btn-rhema.active,
.btn-rhema.disabled,
.btn-rhema[disabled] {
  color: #ffffff;
  background-color: #002a5c;
  *background-color: #002a5c;
}
#patents span.upload{
	font-size: 12px;
	display: block;
}
/****************/
/* About Rhema Law*/
#about{

	padding-top:40px;
	
}
.jtran{
	background:url('../img/john_tran.jpg');
	background-repeat:no-repeat;
	background-size:100%;
	height:287px;
	
}
.jtran span{
	text-align:left;
	color:#002a5c;
	position:relative;
	display:block;
	top:145px;	
	left:270px;
	font-size:12px;
	font-weight:500;
}
.jtran span.boss{
	color:#6f6f6f;
	font-weight:200;
	font-style:italic;
}
.jtran span.law{
	color:#a6a3a3;
	font-weight:200;
	font-style:italic;
}
.rhemalaw{
	padding-top: 25px;
	text-align: left;
}
.rhemalaw span{
	color:#002a5c;
	font-size:16px;
	font-weight:600;
	font-style:italic;
	
		
}
.rhemalaw p{
	font-weight: 400;
	font-size: 100%;
	line-height: 25px;
	text-align: left;
}

/*End About Rhema Law*/
/****************/


/****************/
/*Awards & Testimonials*/
#testimonials{
	padding-top:40px;
}
#testimonials .sl{
	background:url('../img/super_lawyers.jpg');
	background-repeat:no-repeat;
	background-size:100%;
	background-position:0 15px;
	
}
#testimonials .ow{
	background:url('../img/ocweekly.jpg');
	background-repeat:no-repeat;
	background-size:100%;
	background-position:0px 10px;

}
#testimonials .om{
	background:url('../img/ocmetro.jpg');
	background-repeat:no-repeat;
	background-size:100%;
	
}
#testimonials .le{
	background:url('../img/leagleeagles.jpg');
	background-repeat:no-repeat;
	background-size:100%;
	background-position:0 8px;
	
}
#testimonials .cc{
	background:url('../img/clientschoice.jpg');
	background-repeat:no-repeat;
	
	
}
.bgfade{
	background: rgba(0, 0, 0, .021);
	padding: 28px 15px 8px 0px;
	border-radius: 5px;
	border: 2px solid #F8F8F8;
}
#testimonials .span2{
	width:168px;
	height:130px;
}
#testimonials .peers{
	font-style:italic;
	font-weight:200;
	font-size:15px;
}
#testimonials blockquote{
	border:none;
}
p.ttm:before{
	content:url('../images/quotebefore.png');
	position:relative;
	top:-6px;
	padding-right:5px;
}
p.ttm:after{
	content:url('../images/quoteafter.png');
	position:relative;
	top:-6px;
	padding-left:5px;
}
.bx-wrapper {
	position: relative;
	margin-top:50px;
	margin-bottom:20px;
}
.bx-viewport {
	height: auto !important;
	width: 856px !important;
	margin: 0px auto !important;
}
.bx-controls {
	position: absolute;
	top: 0;
}
.bxslider {
	position: relative;
}
.bxslider li {
}

.bx-pager {
	display: none;
}
.bx-controls-direction {
	position: relative;
	width: 940px;
}
.bx-controls-direction .bx-prev {
	position: absolute;
	left: 0;
	background: url("../images/previous.png");
	width: 60px;
	height: 150px;
	top: 20px;
	text-indent: 100px;
	overflow: hidden;
	opacity: 0.3;
	background-position: left top;
	background-repeat: no-repeat;
}
.bx-controls-direction .bx-prev:hover {
	opacity: 1;
}
.bx-controls-direction .bx-next {
position: absolute;
	right: 0;
	background: url("../images/next.png");
	width: 60px;
	height: 150px;
	top: 20px;
	text-indent: 100px;
	overflow: hidden;
	opacity: 0.3;
	background-position: right top;
	background-repeat: no-repeat;
}
.bx-controls-direction .bx-next:hover {
	opacity: 1;
}
/*End Testimonials*/
/****************/


/*Start Services*/
/****************/
#services{
	padding-top:35px;
}
#services p.para{
	font-weight: 400;
	font-size: 100%;
	line-height: 25px;
	margin-bottom:30px;
}
#services .row1 blockquote{
	display:inline-block;
	margin:15px 29px 0 0;
	border-left: 3px solid black;
	padding:0 0 0 10px;
}
#services span{
	font-size:16px;
	font-weight:400;
}

#services .row2 blockquote{
	display:inline-block;
	padding:0 0 0 7px;
	margin:25px 27px 0 0;
	
}

#services .row1, #services .row2 {
	white-space: nowrap;
	margin-left:-75px;
}
/****************/
/* Contact */
#contact{
	padding-top:40px;
}
i.ieml{
	 right: 33px;
	 position: absolute;
	 top: 112px;
}
i.iphn{
	position: absolute;
	right: 33px;
	top: 165px;
}
i.inm{
	position: absolute;
	right: 33px;
	top: 59px;
}
i.iup{
	position: absolute;
	left: 25px;
	top: 105px;
	z-index: 99;
}
#contact .twocol{
	margin-top:45px;
}
#contact abbr{
	color:#002a5c;
	font-style:italic;
	font-weight:600;
	border:none;
}
#contact address{
	margin-bottom:20px;
}

p.offices{
	margin-top:20px;
}

#contact strong{
	color:#002a5c;
	font-style:italic;
}
#contact span{
	font-size:11px;
	
}
#contact span.email{
	font-size:14px;
}
a.rhemalogo{
	background:url('../img/rhemalaw_logo.png');
	background-repeat:no-repeat;
	background-size:100%;
	display:block;
	width:200px;
	height:45px;
}
.endnext.ctact{
	margin-top:0px;
}

/*End Contact */
/****************/

footer p{
	display:inline-block;
	padding-right:25px;
}
footer p.prosperitech{
	float:right;
}
footer blockquote.pservice{
	display:inline-block;
	margin-right:20px;
	border-left: 2px solid black;
}
footer p.small{
	font-size:10px;
}
footer span{
	font-weight:bold;
	display:block;
}
/****************/
/* Typography Align */

.tl { text-align: left }
.tr { text-align: right }
.tc { text-align: center }
.tb { text-align: block }

.fl { float: left }
.fr { float: right }

.br{
	border-right: 1px dotted #CCC;
	border-top-width: thick;
	padding-right: 40px;
	margin-right: 20px;
}
.bb{
	border-bottom:1px dotted #ccc;
}
.ct{
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:200px;
	background:black;
}
.ctr{
	margin-left:auto;
	margin-right:auto;
	display:block;
}
hr.dot{
	border-top: 1px dotted #000;
	height:1px;
	width:50%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:0px;

}

.lightfont{
	font-weight:200;
	font-size:16px;
}
.lead{
	font-weight:100;
}
span.torch{
	background:url('../img/torch.png');
	background-repeat:no-repeat;
	padding-left:23px;
	line-height:25px;
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom:15px;
	color:#002a5c;
	font-size:20px;
}
span.torchb{
	background: url('../img/torch_b.png');
	background-repeat: no-repeat;
	padding-left: 23px;
	line-height: 25px;
	padding-bottom: 5px;
	padding-top: 3px;
	font-style: italic;
	color: #002A5C;
	font-size: 20px;
	margin-left: 21px;
	position: relative;
	top: 15px;
}
.endnext{
	margin-top:30px;
}
.headspace{
	margin-top:50px;
}

abbr.tel{
	
	margin:0px 50px 0px 0px;
}
abbr.fax{
	margin:0px 48px 0px 0px;
}
abbr.toll{
	margin:0px 12px 0px 0px;
}
h2{
	color:#002a5c;
}
/* End Typography Align */
/****************/


#uploadifive-file_upload input:hover {
	cursor: pointer;
}
