@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin-bottom: 10px;
}
/*------------------------------------------*/
/*	 Intro Page Scroll Down Button
/*------------------------------------------*/

.scroll-down {
	width: 100%;
	color: #000;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	bottom: 9px;
	z-index: 99;
	left: -2px;
}

.scroll-down span {
	background: transparent;
	width: 44px;
	height: 44px;
	text-align: center;
	cursor: pointer;
	display: block;
	margin: 0 auto 10px;
	box-shadow: 0px 0px 0px 0 rgba(10, 10, 10, 0.15);
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.scroll-down span:hover {
}

.scroll-down span [class*="fa-"] {
	color: #fff;
	font-size: 36px;
	line-height: 40px;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	background-color: #FFF; /* the auto value on the sides, coupled with the width, centers the layout */
	max-width: 100%;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background-color: #ADB96E;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
td img {
	float: left;
	width: 175px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 0 15px 10px;
	
}
table td {
	border: 1px solid #ddd;
}

.inner_bar td h1 {
	color: #000;
	font-size: 14px;
}
.containers {
	width: 100%;
	background-color: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
.container-fluid {
	width: 1378px;
	margin-left: auto;
	margin-right: auto;
}
 .container-fluid {
    padding: 0;
  }


.top {
	width: 100%;
	background-color: #093;
}
#top {
	width: 960px;
	margin: 0 auto;
	height: 25px;
}
.header {
	width: 100%;
	background-color: #1F1A17;
	border-bottom: 3px solid;
	border-bottom-color: #F7A444;
	z-index: 5px;
}
#header {
	width: 960px;
	margin: 0 auto;
	background-color: #1F1A17;
	padding: 10px 0;
	min-height: 100px;
}
.slidee {
	width: 100%;
	background-color: #0a0a0a;
	background-image: url(images/bg_slidee.jpg);
	margin-top: 0px;
	border-bottom: 4px solid #f7a444;
}
#slidee {
	padding: 0;
	width: 960px;
	margin: 0 auto;
	height: 400px;
	position: relative;
}
.inner_top {
	width: 100%;
	background-color: #0a0a0a;
	background-image: url(images/bg_inner_top.jpg);
	margin-top: 0px;
}
#inner_top {
	padding: 0;
	width: 960px;
	margin: 0 auto;
	height: 250px;
	position: relative;
}
#tleft {
	padding: 0;
	width: 960px;
	height: 400px;
	float: left;
}
#tright {
	padding: 2px;
	;
	width: 296px;
	height: 396px;
	float: right;
	background-color: rgba(0,0,0,0.5);
}
#tright img {
	padding: 2px 4px;
	width: 288px;
	height: 95px;

}
.nav {
	float: left;
	height: 35px;
	width: 630px;
	margin-top: 75px;
}

.content {
	width: 100%;
	background-color: #fff;
}
#content {
	padding: 0px 0 50px;
	width: 960px;
	margin: 0 auto;
	background-color: #FFF;
}
#inner_content {
	background-image: url(images/bg_inner.jpg);
	padding: 30px;
	width: 900px;
	margin: 30px auto;
	background-repeat: no-repeat;
	min-height: 400px;
}
#inner_content h1 {
	color: #f7a444;
	padding: 10px 20px 10px 15px;
	text-transform: uppercase;
	margin-right: 25px;
	border-left: 3px solid #eee;
}
#inner_content h3 {
	font-size: 18px;
	margin: 30px 0;
	color:#000;
}
.base h2 {
	margin: 30px 10px 5px;
	color: #000000;
}
.base p {
	margin-left: 10px;
}
.base ul {
	margin-left: 40px;
}
.base ul li {
	padding-bottom: 5px;
}
.intro {
	width: 100%;
	background-image: url(images/bg_base.jpg);
}
#intro {
	display: block;
	margin: 0 auto;
	padding: 0px 30px;
	width: 900px;
	position: relative;
	min-height: 100px;
}
.intro h1 {
	color: #f7a444;
	font-size: 36px;
	display: block;
	padding: 5px 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	text-align: center;
}
 
.intro h3 {
	font-size: 22px;
	color: #000000;
	text-align: center;

}
.base {
	margin: 3% 4%;
	min-height: 180px;
	background-color: #F6f6f6;
	/* [disabled]border-top: 3px solid #f7a444; */
	padding: 20px 0;
	border-radius: 5px;
	border: 1px solid #eee;
}
.vbar {
	float: left;
	width: 44%;
	margin: 1%;
	min-height: 200px;
	padding: 10px 0;
	color: #666;
}
.vbar h2 {
	font-size: 24px;
	color: #000000;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 10px;

}
.comm {
	width: 200px;
	float: left;
	margin: 1% 0;
	padding: 10px 0;
}
.comm h2 {
	margin-bottom: 5px;
	font-size: 24px;
	margin-left: 0px;
	padding-left: 0px;
}
.comm ul {
	list-style: none;
	margin-left: 5px;
	padding: 0;
}
.comm ul li {
	/* [disabled]border-bottom: 1px solid #ccc; */
}
.comm ul li a {
	display: block;
	width: 60%;
	margin-left: 0;
	padding: 10px 0;
	border: none;
	/* [disabled]line-height: 2em; */
	color: #000000;
	text-decoration: none;
	font-size: 14px;
}
.comm ul li .fb {
	background: url(images/facebook-logo.png) no-repeat 0 center;
	padding-left: 50px;
}
.comm ul li .gplus {
	background: url(images/gplus.png) no-repeat 0 center;
	padding-left: 50px;
}
.comm ul li .twitter {
	background: url(images/twitter.png) no-repeat 0 center;
	padding-left: 50px;
}
.comm ul li .ln {
	background: url(images/ln.png) no-repeat 0 center;
	padding-left: 50px;
}
.comm ul li .ytube {
	background: url(images/you_tube.png) no-repeat 0 center;
	padding-left: 50px;
}
.comm ul li a span {
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-size: .95em;	
}
.comm ul li a:hover,
.comm ul li a:hover span {
	color: #F7A444;
}

#static {
	padding: 0;
	width: 100%;
	margin: 0 auto;
	position: relative;
	max-width: 960px;
	max-height: 300px;
}

.inner_bar {
	float: left;
	width: 68%;
	margin: 1% 0.4%;
	min-height: 200px;
	padding: 10px 0;
	color: #666;
}
.inner_bar h1 {
	margin-left: 10px;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #000;
}
.inner_col {
	float: left;
	width: 49%;
	margin: 1% 0.4%;
	min-height: 200px;
	padding: 10px 0;
	color: #666;
}
.inner_col h2 {
	margin-left: 10px;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 0px;
	color: #666666;
	letter-spacing: 1px;
}
.inner_col img {
	float: left;
	width: 100px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 0 15px 10px;
}
.bar {
	float: left;
	width: 30%;
	margin: 1% 0.4%;
	min-height: 200px;
	padding: 10px 0;
	color: #666;
}
.bar p span{
	color: #FFA948;
}
.bar img {
	-moz-border-radius: 90px;
	-webkit-border-radius: 90px;
	border-radius: 90px;
	padding: 5px;
	border: 3px solid #eee;
	background-color: #FFF;
}
.bar h1 {
	font-size: 18px;
	color: #000000;
	margin-bottom: 20px;
	/* [disabled]margin-left: 25px; */
}
.bar h2 {
	font-size: 22px;
	color: #F39E44;
	margin-bottom: 15px;
	text-transform: uppercase;

}
.bar h3 {
	font-size: 22px;
	color: #000;
	padding-left: 25px;
	margin-bottom: 10px;
}
.bar h2 span {
}
.bar p {
	/* [disabled]margin-left: 14px; */
	color: #000;
}
.bar ul {
	margin-left: 40px;
}
.bar ul li {
	padding-bottom: 10px;
}
.gallerybox {
	display: block;
	float: left;
	padding: 10px;
	width: 140px;
	height: 140px;
	background-color: #FFF;
	margin: 10px 15px;
	border: 1px solid #ddd;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

.public {
	margin: 0 auto;
	width: 900px;
	height: 300px;
}

#order {
	width: 550px;
	padding-bottom: 2px;
	display:block;
	float:left;
}


#test p { color: #666; text-shadow: none; }

#order-header {
	padding: 5px 18px 5px 18px;
	border-bottom: 1px solid #fefefe;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

#order-header  h2 {
	color: #444;
	font-size: 9px;
	font-weight: 700;
	margin-bottom: 0px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
#order-header  p {
	color: #444;
	font-size: 10px;
	color:#F00;
	/* [disabled]font-style:italic; */
	margin: 10px 0 0;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
	text-shadow: none;
	text-align: right;
}

#order .txt-fld {
	position: relative;
	width: 520px;
	padding: 5px 10px;
	border-bottom: 1px solid #EEE;
	text-align: right;
}
#order .btn-fld {
	width: 254px;
	overflow: hidden;
	padding: 12px 20px 12px 130px;
}

#order .txt-fld label {
	display: block;
	float: left;
	width: 110px;
	padding-top: 8px;
	color: #222;
	font-size: 10px;
	text-align: left;
	text-transform: uppercase;
	padding-left: 20px;
}
#order .txt-fld input, .txt-fld textarea {
	width: 350px;
	padding: 8px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 1.2em;
	color: #333;
	background: #Fff;
	font-family: "Helvetica Neue";
	outline: none;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #E7E6E6;
	border-bottom: 1px solid #E7E6E6;
}
#order .txt-fld select {
	width: 350px;
	padding: 8px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 1.2em;
	color: #666;
	background: #F7F7F7;
	font-family: "Helvetica Neue";
	outline: none;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #E7E6E6;
	border-bottom: 1px solid #E7E6E6;
}
#order .txt-fld input.good_input { background: #DEF5E1 url(http://chainreactionsng.com/images/good.png) 236px center no-repeat; }
#order .txt-fld input.error_input { background: #FDE0E0; }
.txt-fld input:focus, .txt-fld textarea:focus { background-color: #FAF9DC; }
        
button {
	float: right;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	background: #3F9D4A;
	border: none;
	width: auto;
	overflow: visible;
	font-size: 11px;
	color: #FFF;
	padding: 7px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	text-transform: uppercase;
}

#map-canvas {
        height: 100%;
		width: 100%;
        margin: 0 auto;
        padding: 0px
      }
.block-news {
	padding: 0px 0px 0px;
	width: 300px;
	float: left;
}
.tdate-1 {
	font-size: 14px;
	line-height: 1.2em;
	color: #666;
	text-align: center;
	letter-spacing: -1px;
	margin: 0px 10px 5px 0;
	background-color: #000;
	padding: 10px;
	border-radius: 5px;
}
.tdate-1 strong {
	display: block;
	font-size: 46px;
	line-height: 1.4em;
	color: #F7A444;
	margin-bottom: -5px
}
.p1 {margin-bottom:6px}
.c2 a, .fbg .c3 a {
	margin:0;
	padding:2px 4px;
	text-decoration:none;
	color:#F60;
}
.extra-wrap {
	overflow: visible;
}
.wrapper {width:100%;overflow:hidden}
.p2 {
	padding-top: 10px;
	margin-top: 5px;
	padding-bottom: 5px;
}
.fleft {
	float: left;
	color: #F7A444;
}
h5 {
	color: #F7A444;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 0px;
}
.morebtn {
	color: #F90;
	text-decoration: none;
	font-size: 13px;
	margin: 10px 10px 0 0;
	float: right;
	padding-left: 10px;
	border-left: 2px solid #999;
}
.client_strip {
	width: 100%;
	background-color: #F90;
	background-image: url(images/bg_strip.jpg);
}
#client_strip {
	min-height: 150px;
	width: 920px;
	margin: 0px auto;
	padding: 20px;
}
#client_strip h5 {
	color: #FFFFFF;
	text-transform: uppercase;
}
.clearout {
height:20px;
clear:both;
}

#flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 2px;
    max-width:80px;
    max-height:80px;
	border-radius: 80px;
	padding: 1px;
	border: 7px solid rgba(0,0,0,0.1);
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: -20px;
    background: url(http://chainreactionsng.com/images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: -20px;
    background: url(http://chainreactionsng.com/images/button-next.png) no-repeat;
}
.base {
	/* [disabled]background-color: #FFA947; */
	/* [disabled]background-image: url(images/bg_base.jpg); */
}
#base {
	min-height: 180px;
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.b_col {
	/* [disabled]min-height: 200px; */
	padding: 20px 0;
	float: left;
	margin: 0 5px;
}

/* ~~ The footer ~~ */
.footer {
	background-color: #000;
	border-top: 4px solid #f7a444;
}
#footer {
	padding: 10px 0;
	color: #fff;
	height: 30px;
	width: 960px;
	margin: 0 auto;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clr { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	margin: 0;
	padding: 0;
	line-height: 0px;
}
.copyright {
	float: left;
	padding-top: 10px;
}
.soc_img {
	float:right;
}
.soc_img img {
	float:left;
	width: 40px;
}