@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,600italic,700,700italic,800,800italic);

#email_address {display:none;}
		
.mobile-img {display:none;}

.clear {clear:both;float:none;height:0;}

html,
body {
	height: 100%; /* The html and body elements cannot have any padding or margin. */
	}
	
body {
	padding-top:0;
	background:url(images/bg.jpg) repeat;
    font-family: 'Open Sans', sans-serif;
	color:#5e686d;
	font-size:14px;
	}
	
#page-wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -265px;
	min-width:988px;
	}

#push {
	height:265px;/*set height of footer*/
	position:relative;
	z-index:-999;
	background:url(images/content-bg.png) repeat-y;
	width:968px;
	margin:0 auto;
	}
	
.container-fluid {
	margin:0;
    max-width:none!important;
	width:100%;
    padding:0!important;
	min-width:988px;
	position:relative;
	}
	
h1 {
	font-weight:400;
	font-size:22px;
	color:#da5200;
	margin:0 0 15px;
	padding:0;
	text-transform:uppercase;
	letter-spacing:2px;
	line-height:26px;
	}
	
h2 {
	font-weight:normal;
	font-size:22px;
	color:#5e686d;
	margin:0 0 15px;
	padding:0;
	line-height:34px;
	}
	
h2 a {
	color:#5e686d;
	}
	
h2 a:hover {
	color:#5e686d;
	text-decoration:none;
	}
	
h3 {
	font-weight:normal;
	font-size:22px;
	color:#01a79d;
	margin:0 0 15px;
	padding:0;
	line-height:1.4em;
	}
	
h4 {
	font-weight:600;
	font-size:16px;
	color:#01a79d;
	margin:0 0 15px;
	padding:0;
	line-height:22px;
	}

a {
	-webkit-transition: all 0.25s ease-in-out;
	   -moz-transition: all 0.25s ease-in-out;
	    -ms-transition: all 0.25s ease-in-out;
	     -o-transition: all 0.25s ease-in-out;
	        transition: all 0.25s ease-in-out;	
	
	}
	
a {
	color:#2A3B8F;
	}
	
a:focus,
a:hover {
	color:#01a79d;
	text-decoration:none;
	}
	
a.button {
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* height: 50px; */
	line-height: 20px;
	max-width: 155px;
	width: auto;
	border: none;
	padding: 15px 30px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	display: block;
	}
	
a.button:hover,
a.button:focus {
	opacity:0.65;
  	filter:alpha(opacity=65);
	text-decoration:none;
	}
	
a.button span {
	opacity:1;
  	filter:alpha(opacity=100);
	}
	
a.button.orange {
	color:#fff;
	background-color:#da5200;
	text-decoration:none;
	}
	
a.button.orange:hover {
	opacity:1;
  	filter:alpha(opacity=100);
	background-color:#01a79d;
	}
	
a.button.orange.active,
a.button.orange.active:hover {
	opacity:1;
  	filter:alpha(opacity=100);
	background-color:#01a79d;
	}
	
a.donate-btn {
	background:url(images/blue-btn.jpg) no-repeat;
	display:block;
	height:50px;
	line-height:50px;
	max-width:155px;
	width:auto;
	border:none;
	padding:0 30px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	}
	
a.donate-btn:hover {
	background:url(images/blue-btn-ro.jpg) no-repeat;
	text-decoration:none;
	}
	
input[type=submit] {
	background-color:#dff0f1;
	text-transform:uppercase;
	color:#01a79d;
	font-size:14px;
	font-weight:bold;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	height:50px;
	line-height:50px;
	max-width:155px;
	width:auto;
	border:none;
	padding:0 30px;
	display:block;
	-webkit-transition: all 0.25s ease-in-out;
	   -moz-transition: all 0.25s ease-in-out;
	    -ms-transition: all 0.25s ease-in-out;
	     -o-transition: all 0.25s ease-in-out;
	        transition: all 0.25s ease-in-out;	
	}
	
input[type=submit]:hover {
	color:#fff;
	background-color:#01a79d;
	text-decoration:none;
	}
	
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: transparent;
	outline: 0;
	outline: none \9;
	/* IE6-9 */
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	}
	
::selection {
	background:#dff0f1;
	}
	
::-moz-selection {
	background:#dff0f1;
	}
	
.image-hover {
	position:relative;
	}
	
.image-hover img {
	position:absolute;
	top:0;
	left:0;
	}
	
.image-hover img.ro {
	display:none;
	}


/* =Header Style
-------------------------------------------------------------- */

.nav-container.container-fluid {
	margin:0 auto;
	width:968px;
	position:relative;
	}

.navbar-fixed-top,
.navbar-fixed-bottom {
	position:absolute;
	right: 0;
	left: 0;
	z-index: 1030;
	margin-bottom: 0;
	}
	
.navbar-fixed-top {
	top:12px;
	}

.navbar-inner {
    background-color: transparent;
    background-image: url(images/menu-bg.jpg);
    background-repeat: repeat-x;
	height:88px;
	min-height:100%;
	padding-left:20px;
	padding-right: 20px;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	*zoom: 1;
	position:relative;
	min-width:988px;
	}
	
.navbar .brand {
	float:none;
	display:block;
	padding:0;
	text-shadow:none;
	position:absolute;
	z-index:99;
	top:-12px;
	left:50%;
	margin-left:-84px;
	}
	
.navbar .nav {
	position: relative;
	left: 0;
	display: block;
	float: none;
	width:968px;
	margin:0 auto;
	}
	
.navbar .nav > li {
	float: left;
	margin-right:57px;
	}
	
.navbar .nav  li#menu-item-48 {
	margin-left:215px;
	}

.navbar .nav > li > a {
	float: none;
	padding:0;
	line-height:88px;
	text-decoration: none;
	text-shadow:none;
	font-weight:bold;
	font-size:14px;
	color:#2a3b8f;
	text-transform:uppercase;
	}
	
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
	background-color: transparent;
	color:#01a79d;
	text-decoration: none;
	}
	
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus ,
.navbar .nav > .current-menu-parent a{
	background-color:transparent;
	color: #da5200;
	text-decoration: none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	}
	
.dropdown .caret {
	display:none;
	}
	
.navbar-inner #donate-btn {
	position:absolute;
	top:0;
	right:20px;
	width:50px;
	height:98px;
	}
	
.navbar-inner #donate-btn a {
	position:relative;
	width:50px;
	height:98px;
	display:block;
	}
	
.image-hover img {
	position:absolute;
	top:0;
	left:0;
	}
	
.image-hoverimg.ro {
	display:none;
	}

/* =Content Style
-------------------------------------------------------------- */

#header-img {
	background:url(images/ajax-loader.gif) no-repeat center center;
	height:300px;
	width:100%;
	}
	
#content {
	background:url(images/content-bg.png) repeat-y;
	width:848px;
	margin:0 auto;
	padding:50px 60px 0;
	}
	
body.home #content {
	width:796px;
	padding:50px 86px 20px;
	}
	
body.home #content p {
	line-height:39px;
	font-size:25px;
	margin-bottom:0;
	letter-spacing:1px;
	}
	
#main article {
	border:none;
	line-height:24px;
	}
	
#main {
	margin-top:-4px;
	width:65.9574%;
	float:left;
	margin-left:30px;
	}
	
#main.span12 {
	margin-top:0;
	width:100%;
	float:none;
	margin-left:0;
	}

/* =Home Content Style
-------------------------------------------------------------- */

#home-slider {
	width:100%;
	max-height:671px;
	height:100%;
	position:relative;
	}

#home-slider #slider-inner {
	width:100%;
	height:671px;
	position:relative;
	z-index:1;
	}

#home-slider #home-slider-details {
	display:table;
	height:671px;
	width:403px;
	margin:auto 0 auto -201px;
	position:absolute;
	top:0;
	left:50%;
	bottom:0;
	z-index:2;
	background:url(images/dotted-circle.png) no-repeat center center;
	}
	
#home-slider #home-slider-details div#slider-details {
	margin:0;
	vertical-align:middle;
	display:table-cell;
	text-align:center;
	margin-top:260px\9;
	}
	
#home-slider #home-slider-details div div#title {
	font-size:49px;
	line-height:1;
	color:#fff;
	padding-bottom:10px;
	font-weight:bold;
  	text-shadow: 2px 2px 5px #6c6c6c;
	}
	
#home-slider #home-slider-details div div#caption {
	font-size:25px;
	line-height:35px;
	color:#fff;
	font-style:italic;
	}
	
#home-slider #slider-nav {
	position:absolute;
	width:38px;
	left:50%;
	top:50%;
	display:block;
	height:74px;
	margin:-36px 0 0 215px;
	z-index:9999;
	}
	
#home-slider #slider-nav a {
	display:block;
	cursor:pointer;
	margin-bottom:15px;
	}
	
#home-boxes {
	position:absolute;
	top:535px;
	left:50%;
	width:840px;
	margin-left:-420px;
	z-index:9999;
	}
	
#home-boxes .box {
	display:table;
	float:left;
	margin-right:15px;
	text-align:center;
	width:270px;
	height:145px;
	cursor:pointer;
	position:relative;
	}
	
#home-boxes .box.last {
	margin-right:0;
	}
	
#home-boxes .box .vert {
	margin:0;
	vertical-align:middle;
	display:table-cell;
	text-align:center;
	padding-top:62px\9;
	position:relative;
	z-index:3;
	padding-left:25px;
	}
	
#home-boxes .box a {
	color:#fff;
	font-size:20px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:2px;
	}
	
#home-boxes .box a:hover {
	text-decoration:none;
	}
	
#home-boxes .box img {
	position:absolute;
	top:0;
	left:0;
	width:270px;
	height:145px;
	z-index:1;
	}
	
#home-boxes .box img.img-ro {
	display:none;
	}
	

/* =Blog Style
-------------------------------------------------------------- */

body.blog #content,
body.single #content {
	padding-top:20px;
	}
	
body.blog #main.span8,
body.single #main.span8,
body.archive #main.span8,
body.category #main.span8 {
	margin-left:8px;
	}

#search-form-container {
	margin-bottom:20px;
	}

#searchform input[type=text] {
	background:url(images/input-bg.jpg) repeat-x;
	height:48px;
	border:1px solid #e4e4e4;
	width:260px;
	text-indent:10px;
	float:left;
	padding:0;
	margin-right:10px;
	color:#7e8488;
	font-size:12px;
    font-family: 'Open Sans', sans-serif;
	}
	
#searchform #searchsubmit {
	float:left;
	}
	
#sidebar1.span4 {
	width:29%;
	margin-left:5px;
	margin-bottom:20px;
	}
	
body.blog #sidebar1.span4,
body.single #sidebar1.span4,
body.archive #sidebar1.span4,
body.category #sidebar1.span4 {
	width:29%;
	margin-left:20px;
	}
	
.widget {
	margin-bottom:5px;
	}
	
.widget #donate-btn {
	margin:20px 0;
	float:none;
	}
	
.widgettitle,
.widget-title {
	margin-bottom:0;
	letter-spacing:1px;
	text-transform:uppercase;
	}
	
.widget_categories {
	margin-bottom:50px;
	}
	
.widget_categories ul {
	list-style:none;
	font-size:18px;
	margin:0;
	}
	
.widget_categories ul li {
	line-height:30px;
	}
	
.widget_categories a {
	color:#5e686d;
	}
	
.widget_categories a:hover {
	color:#01a79d;
	text-decoration:none;
	}
	
.widget_archive ul {
	list-style:none;
	font-size:11px;
	line-height:24px;
	margin:0;
	}
	
.widget_archive ul li {
	line-height:30px;
	}
	
.widget_archive a {
	color:#5e686d;
	text-transform:uppercase;
	}
	
.widget_archive a:hover {
	color:#5ac6bf;
	text-decoration:none;
	}

.entry-title a:hover {
	color:#DA5200;
	}
	
.entry-content .post-thumbnail {
	float:left;
	width:270px;
	max-height:145px;
	height:100%;
	overflow:hidden;
	display:inline-block;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	}
	
.entry-content .entry-header {
	float:right;
	width:268px;
	}
	
.entry-content .entry-header.no-img {
	float:left;
	width:100%;
	}
	
#main p.meta {
	font-size:12px;
	font-style:normal;
	color:#5e686d;
	margin-top:10px;
	line-height:16px;
	margin-bottom:0;
	}
	
#main p.meta a {
	color:#da5200;
	}
	
#main p.meta a:hover {
	color:#01a79d;
	text-decoration:none;
	}
	
.entry-content .post-content {
	text-align:left;
	clear:both;
	padding-top:10px;
	}
	
.entry-content .post-content h1 {
    font-family: 'montserratbold';
	font-weight:normal;
	font-size:22px;
	margin:0;
	padding:0;
	line-height:1;
	color:#7496A1;
	}
	
.entry-content .post-content h1 a {
	text-decoration:none;
	color:#7496A1;
	}
	
.entry-content .post-content h1 a:hover {
	text-decoration:none;
	color:#000;
	}
	
.entry-content .post-content .post-date,
.entry-content.single .single-date {
	color:#000;
	font-size:12px;
    font-family: 'montserratregular';
	margin-bottom:0;
	}
	
.entry-content .post-content .post-entry {
	line-height:26px;
	}
	
.entry-content .post-content .read-more-btn a {
	line-height:24px;
	font-size:14px;
	color:#2a3b8f;
	}
	
.entry-content .post-content .read-more-btn a:hover {
	color:#01a79d;
	text-decoration:none;
	}
	
.entry-content.single .post-thumbnail {
	width:560px;
	max-height:300px;
	overflow:hidden;
	display:block;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin-bottom:20px;
	}
	
.entry-content.single .post-thumbnail img {
	width:560px;
	}
	
.entry-content.single .page-header {
	margin:0;
	border:none;
	padding:0;
	}
	
.entry-content.single #main .post_content {
	margin-top:30px;
	line-height:26px;
	}
	
#page-nav {
	margin-left:-7px;
	margin-bottom:30px;
	}
	
#page-nav .nav-link,
#page-nav #sep {
	float:left;
	margin-left:7px;
	}
	
#page-nav a {
	font-size:12px;
	color:#5e686d;
	}
	
#page-nav a:hover {
	text-decoration:none;
	color:#01a79d;
	}
	
#page-nav .nav-link.disabled a,
#page-nav .nav-link.disabled a:hover {
	text-decoration:none;
	color:#ccc;
	cursor:default;
	}
	

/* =Form Style
-------------------------------------------------------------- */

#contact-form input[type=submit] {
	max-width:none;
	}

#contact-form #name-input {
	float:left;
	margin-right:10px;
	}

#contact-form input[type=text] {
	background:url(images/input-bg.jpg) repeat-x;
	height:48px;
	border:1px solid #e4e4e4;
	width:263px;
	text-indent:10px;
	padding:0;
	color:#7e8488;
	font-size:12px;
    font-family: 'Open Sans', sans-serif;
	margin-top:5px;
	}

#contact-form #message-input {
	min-height:129px;
	}

#contact-form textarea {
	background:url(images/input-bg.jpg) repeat-x left top;
	height:107px;
	border:1px solid #e4e4e4;
	width:518px;
	padding:10px;
	color:#7e8488;
	font-size:12px;
    font-family: 'Open Sans', sans-serif;
	margin-top:5px;
	}

#contact-form #email-input {
	float:left;
	}

#contact-form #submit-btn {
	float:right;
	margin-right:18px;
	margin-top:10px;
	}
	
#contact-form #message-container {
	position:relative;
	float:right;
	margin-right:20px;
	height:50px;
	width:289px;
	margin-top:10px;
	}
	
#contact-form #loader {
	position:absolute;
	top:0;
	bottom:0;
	margin:auto 0;
	text-align:right;
	line-height:50px;
	width:100%;
	display:none;
	}
	
#contact-form #msg {
	position:absolute;
	top:0;
	bottom:0;
	margin:auto 0;
	text-align:right;
	color:#01a79d;
	font-size:12px;
	line-height:14px;
	width:100%;
	height:14px;
	}
	
#contact-form #msg.error,
#contact-form label.error {
	color:#da0000;
	font-size:12px;
	}

#contact-form label {
	font-size:14px;
	text-transform:uppercase;
	color:#da5200;
	}

#contact-form label span {
	color:#da0000;
	}

#contact-form #req-text {
	float:right;
	font-size:11px;
	margin-right:21px;
	}

#contact-form #req-text span {
	color:#da0000;
	}

/* =Donations Style
-------------------------------------------------------------- */

.overlay {
	background:#000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:99999;
	display:none;
	}
	
#donation-container {
	width:427px;
	height:auto;
	color:#636363;
	line-height:24px;
	position:absolute;
	top:124px;
	left:50%;
	margin-left:-242px;
	z-index:99999;
	background:#FFF;
	padding:29px 29px 19px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	display:none;
	}
	
#donation-container h2 {
	margin-bottom:20px;
	text-transform:uppercase;
	letter-spacing:1px;
	}

#donation-form input[type=text] {
	background:url(images/input-bg.jpg) repeat-x;
	height:48px;
	border:1px solid #e4e4e4;
	width:100%;
	text-indent:10px;
	padding:0;
	color:#7e8488;
	font-size:12px;
    font-family: 'Open Sans', sans-serif;
	margin-top:5px;
	}

#donation-form #exp-input {
	float:left;
	margin-right:30px;
	margin-bottom:5px;
	}

#donation-form #exp-input input[type=text] {
	float:left;
	width:75px;
	margin-right:10px;
	}

#donation-form #cvc-input {
	float:left;
	}

#donation-form #cvc-input  input[type=text] {
	float:left;
	width:75px;
	}


#donation-form #city-input  input[type=text] {
	float:left;
	width:117px;
	}


#donation-form #state-input  input[type=text] {
	float:left;
	width:60px;
	}

#donation-form #city-input {
	float:left;
	margin-right:14px;
	}

#donation-form #state-input {
	float:left;
	margin-right:13px;
	}



#donation-form #zip-input  input[type=text] {
	float:left;
	width:115px;
	}

#donation-form #zip-input {
	float:left;
	margin-right:30px;
	}



#donation-form label {
	font-size:14px;
	text-transform:uppercase;
	color:#da5200;
	}

#donation-form label span {
	color:#da0000;
	}

#donation-form #submit-btn {
	float:right;
	margin-top:10px;
	}
	
#donation-form #message-container {
	position:relative;
	float:right;
	margin-right:20px;
	height:50px;
	width:265px;
	margin-top:10px;
	}
	
#donation-form #loader {
	position:absolute;
	top:0;
	bottom:0;
	margin:auto 0;
	text-align:right;
	line-height:50px;
	width:100%;
	display:none;
	}
	
#donation-form #msg {
	position:absolute;
	top:0;
	text-transform: uppercase;
	bottom:0;
	margin:auto 0;
	text-align:right;
	color:#01a79d;
	font-size:14px;
	line-height:16px;
	width:100%;
	height:14px;
	}
	
#donation-form #msg.error,
#donation-form label.error {
	color:#da0000;
	font-size:12px;
	}
	
#stripe {
	margin-top:10px;
	text-align:center;
	}

/* =Newsletter Style
-------------------------------------------------------------- */
	
#newsletter-popup {
	width:427px;
	height:auto;
	color:#636363;
	line-height:24px;
	position:absolute;
	top:124px;
	left:50%;
	margin-left:-242px;
	z-index:99999;
	background:#FFF;
	padding:29px 29px 19px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	display:none;
	}
	
.mc_custom_border_hdr {
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:normal;
	font-size:22px;
	color:#01a79d;
	margin:0 0 20px;
	padding:0;
	line-height:30px;
	}
	
.mc_required {
	color:#da0000;
	}
	
.mc_signup_submit {
	float:right;
	}

#newsletter-popup input[type=text] {
	background:url(images/input-bg.jpg) repeat-x;
	height:48px;
	border:1px solid #e4e4e4;
	width:100%;
	text-indent:10px;
	padding:0;
	color:#7e8488;
	font-size:12px;
    font-family: 'Open Sans', sans-serif;
	margin-top:5px;
	}
	
#mc_message {
	margin-bottom:8px;
	}

/* =Footer Style
-------------------------------------------------------------- */

#footer-control {
	min-width:988px;
	margin:0 auto;
	}

footer[role=contentinfo] {
	width:968px;
	height:225px;
	margin:0 auto;
	padding:40px 0 0;
	background: url(images/footer-space.png) repeat-y;
	position:relative;
	}
	
#footer-bg {
	background: url(images/footer-bg.jpg) no-repeat;
	position:absolute;
	top:0;
	right:0;
	width:482px;
	height:265px;
	z-index:1;
	}

#inner-footer {
	width:796px;
	margin:0 auto;
	height:100%;
	padding:0 82px;
	position:relative;
	color:#5e686d;
	z-index:2;
	}
	
#footer-left {
	float:left;
	width:500px;
	}
	
#footer-right {
	float:left;
	font-size:16px;
	width:280px;
	line-height:26px;
	margin-top:-5px;
	}
	
#footer-right .orange {
	color:#da5200;
	font-size:13px;
	}
	
.footer-links {
	margin-bottom:30px;
	float:none;
	margin-left:-70px;
	}
	
.footer-links > ul {
	list-style:none;
	}
	
.footer-links .menu li {
	float:left;
	margin-left:70px;
	}
	
.footer-links ul li a {
	color:#2a3b8f;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	}
	
.footer-links ul li a:hover {
	color:#01a79d;
	text-decoration:none;
	}
	
.footer-links .menu ul.sub-menu {
	padding:0;
	margin:5px 0 0;
	}
	
.footer-links .menu ul.sub-menu li {
	float:none;
	list-style:none;
	padding:0;
	margin:0;
	}
	
.footer-links ul ul.sub-menu li a {
	color:#5e686d;
	font-weight:normal;
	font-size:11px;
	margin:0;
	}
	
.footer-links ul ul.sub-menu li a:hover,
.footer-links ul ul.sub-menu li.current_page_item a {
	color:#2a3b8f;
	text-decoration:none;
	}
	
#connect {
	font-size:11px;
	}
	
#connect div {
	float:left;
	margin-right:10px;
	}
	
#connect #connect-title {
	color:#2a3b8f;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	float:none;
	margin-right:0;
	margin-bottom:5px;
	}
	
#connect a {
	color:#da5200;
	text-transform:uppercase;
	}
	
#connect a:hover {
	color:#01a79d;
	text-decoration:none;
	}
	
#connect div#phone {
	margin-right:20px;
	}
	
#connect div.social {
	margin-right:20px;
	width:19px;
	height:16px;
	margin-top:-2px;
	}
	
#connect div.social.last {
	width:16px;
	height:16px;
	display:block;
	}
	
#connect div.social a {
	position:relative;
	display:block;
	}
	
#connect div.last {
	margin-right:0;
	}
	
#copyright {
	color:#737e84;
	font-size:10px;
	text-transform:uppercase;
	clear:both;
	position:absolute;
	bottom:10px;
	left:82px;
	}
	
#copyright a {
	color:#737e84;
	text-decoration:none;
	}
	
#copyright a:hover {
	color:#2a3b8f;
	text-decoration:none;
	}
	
#copyright a.site-by:hover {
	color:#da5200;
	text-decoration:none;
	}
	


/* =Remove Responsive Style
-------------------------------------------------------------- */


 
/* Portrait tablet to landscape and desktop */
@media (max-width: 988px) {
		
}

/* Large desktop */
@media (min-width: 1200px) {
	
	
}
 
/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {
	
	.navbar-fixed-top .navbar-inner,
	.navbar-fixed-bottom .navbar-inner {
		padding: 0;
		}
	
	.nav-collapse,
	.nav-collapse.collapse {
		overflow:visible;
		height:auto;
		}
		
	.navbar .btn-navbar {
		display: none;
		}
			
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	body {
		padding-left: 0;
		padding-right: 0;
		}
		
	.row-fluid .span8 {
		width:65.9574%;
		float:left;
		}	
		
	[class*="span"],
	.uneditable-input[class*="span"],
	.row-fluid [class*="span"] {
		-moz-box-sizing: border-box;
		display: block;
		float: left;
		margin-left: 0;
		width:auto;
		}	
	.navbar-fixed-top,
	.navbar-fixed-bottom,
	.navbar-static-top {
		margin-left:0;
		margin-right:0;
		}
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	
}