@charset "UTF-8";
/* CSS Document */
body {
	background: url(../img/bg-tile.jpg) 0 150px repeat-x;
    font-family: 'Raleway', Helvetica, Arial, "Lucida Grande", sans-serif;
	/*font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif*/
    letter-spacing: 0.2px;
}

a {
	color: #df3716
}
a.thumbnail:hover {
border-color: #df3716
}

#header {
	background: #fff;
	box-shadow: none;
	padding: 20px 0;
	margin-top: 0px;
}

#strapline {
	background: #4d4d4c;
	color: #fff	;
	height: 27px;
	padding: 6px 0 0px 0px;
	font-style: italic;
	margin: -20px 0 0 0
}
.navbar .brand {margin-left:-60px}
.navbar-inner {
	border: none;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0px;
	filter: none
}

#main-nav {
	float: right !important;
	margin: 30px 0 0 0
}


#main-nav li a {
	border:  none;
	background: none;
	font-size: 130%;
	font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 700;
  	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	text-transform:lowercase;
}

#main-nav li.active a, #main-nav li a:hover, #main-nav li a.nav-path-selected  {
	color: #df3716
}


#main {
	background: url(../img/bg-transparent.png) repeat;
	border-radius: 0;
	padding: 50px 40px 0 40px;
	min-height:596px;
}

/* SIDEBAR ELEMENTS */

#sidebar {
	padding-left: 10px
}

#sub-nav {
	margin: 0 0 0 -10px
}

#sub-nav li {
	list-style: none;
	padding:3px 0;
}

#sub-nav li a {
	color: #6a6a69;
	padding: 0 0 0 13px;
	display: block;
}

#sub-nav li a:hover, #sub-nav li.current a{
	background: url(../img/bullet-grey.png) 0 6px no-repeat;	
	text-decoration: none;
	padding: 0 0 0 13px;
	color: #272724
}
#sub-nav li.nav-path-selected a{
	background: url(../img/bullet-grey.png) 0 6px no-repeat;	
	text-decoration: none;
	padding: 0 0 0 13px;
	color: #df3716;
background: url(../img/bullet-orange.png) 0 6px no-repeat;
}
.testimonial {
	background: #df3716;
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 20px 0;
	color: #fff;
	position: relative;
}

.bg-testimonial {
	background: url(../img/bg-testimonial.png) ;
	width: 14px;
	height: 18px;
	position:absolute;
	left: -14px;
	top: 30px
}

/* TYPOGRAPHY OVERRRRRIDES */
h1, h2, h3, h4, h5, h6 {
	color: #4d4d4c;
	font-weight: 700;
    font-family: 'Raleway', Helvetica, Arial, "Lucida Grande", sans-serif;


}

h1 {
  font-size: 25px;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

input, button, select, textarea{
/*font-family:"museo-sans",sans-serif;*/
    font-family: 'Raleway', Helvetica, Arial, "Lucida Grande", sans-serif;

}
/* STYLING ELEMENTS */
.dots {
  background: url(../img/dottydots.png) bottom repeat-x;
  padding: 0 0 15px 0;
  margin: 0 0 20px 0
}

.grey {
	color: #666
}

ul.styled-list li{
	list-style: none;
	background: url(../img/bullet-orange.png) 0 9px no-repeat;
	font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 700;
	font-size: 110%;
	padding: 3px 0 3px 12px;
	margin-left: -24px
}


/* FOOTER */
#client-wrap {
	background: #e5e8e8;
	overflow:auto;	
}

#client-logos {
	padding: 20px 40px;
	background: #dfe3e3	url(../img/bg-footer.gif) repeat;
	height: 60px;
	overflow: hidden
}

#client-logos .span3 {
	text-align:center;
	background: url(../img/dots-vertical.png) right no-repeat;
	display: block;
	
}

#client-logos  img {
	width: auto;
	margin: 0 auto;	
}

#client-logos .last {
	background: none;
}

#client-logos ul {
	margin-left: -20px
}
ul#homeinline{
list-style:none;
margin:0 0 15px 0;
width:100%;
float:left;clear:both;
}

ul#homeinline li{
float:left;display:inline;
}
ul#homeinline li a{
color:#333
}
ul#homeline li a:hover{
color:#df3716;
}
p.way{
margin-bottom:20px
}
/*rowan end*/

#footer {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 90%;
	
}

#footer-nav {
	margin: 0px;
}

#footer-nav li {
	list-style: none;
	float: left;
}

#footer-nav li a {
	color: #666;

  	background: url(../img/nav-footer-separator.gif) left no-repeat;
	padding: 0 5px 0 10px
}

#footer-nav li:first-child a {
	background: none;
	padding: 0 5px 0 0px
}

.twitter {
  	background: url(../img/icon-twitter.png);
	width: 25px;
	height: 21px;
	display: block;
	float: right;
	margin: 5px 0 15px 0
}

.twitter:hover {
  	background: url(../img/icon-twitter-blue.png);
}

/* --- FORMS --- */

input, textarea {
	background: #4d4d4c !important;
	color: #fff !important;
	padding: 7px !important;
	margin: 0 10px 0 0;
	border: none
}

.button {
	width: 35px !important;
	height: 36px !important;
  	background: url(../img/btn-submit-orange.png) no-repeat !important;
}
.button:hover {
	  background: url(../img/btn-submit-grey.png) no-repeat !important;
}

#contact-form form {
	float: right;
}
#contact-form ul, #contact-form ul li { list-style: none; }
#contact-form ul { clear:both; }
#contact-form ul li { float:left; }
#contact-form label { display:none; }
#contact-form input {
	float: left;
}

#sidecontact ul{margin:0}
 #miniSurveyView416 input{width:auto;background:#ccc;color:#333}
 #miniSurveyView416 textarea{width:auto;margin:0 10px 20px 0;background:#ccc;color:#333}

/* IMAGE SLIDERS */

#slider {
	background: url(../img/bg-carousel.png) no-repeat;
	width: 828px;
	height: 680px;
	margin: 0 auto;
	position: relative;
}

#home-slider .slides{
	margin: 0 0 0 54px;
	padding-top: 32px;
	width: 718px;
	height: 407px;
}

#home-slider .slides img {
	-moz-border-radius: 4px;
	border-radius: 4px
}

#home-slider .slides a {
	color: #FFF;
	text-decoration:none;
	border-bottom:2px dotted #fff;
}

.caption {
  position: absolute ;
  z-index: 100 ;
  right: 0 ;
  bottom: -200px;
  left: -35px ;
  padding: 10px 15px;
  background: #df3716;
  
  width: 755px;
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px; 
  -o-border-radius: 3px; 
  border-radius: 3px;
}
.caption p{
color: #fff ;
}

.caption h4 {
	color: #fff;	
}

#second-slider {
	margin-top: 20px
}

.row-fluid {
  ul.thumbnails {
    li.span12 + li { margin-left : 0px; }
    li.span6:nth-child(2n + 3) { margin-left : 0px; }
    li.span4:nth-child(3n + 4) { margin-left : 0px; }
    li.span3:nth-child(4n + 5) { margin-left : 0px; }
    li.span2:nth-child(6n + 7) { margin-left : 0px; }
    li.span1:nth-child(12n + 13) { margin-left : 0px; }
  }
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/*alt slider*/
#altHome{
display:none
}
a.althomethumb{
padding:4px;margin:7px;
border:1px solid #eee;
}
/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 55px; margin: -20px 0 0; display: block; background: url(../img/bg_direction_nav-dark.png) no-repeat 0 0; position: absolute; top: 35%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0.5; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -40px; }
.flex-direction-nav .flex-prev {left: -40px;}
.flexslider .flex-next:hover  {opacity: 1; right: -40px;}
.flexslider .flex-prev:hover  {opacity: 1; left: -40px;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}
.flexslider li {list-style-image: none !important;}
/* Control Nav */
#home-slider .flex-control-nav {width: 100%; position: absolute; top: 510px;  left: 20px; text-align: left;}
#second-slider .flex-control-nav {width: 100%; text-align: left; margin: 20px 0; }	
#second-slider .flex-direction-nav, #flexslider2 .flex-direction-nav {display: none;}
.flex-control-nav li {margin: 0 3px; display: inline-block; zoom: 1; *display: inline; l}
.flex-control-paging li a {width: 9px; height: 9px; display: block; background: #df3716; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px;}
.flex-control-paging li a:hover { background: #333;}
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
#flexslider2 .flex-control-paging  {display: none}

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0; }
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

@media (max-width: 790px) {
	.flex-direction-nav, .flex-control-nav {display: none;}
	
}

@media (max-width: 767px) {

body {
	
	}

#slider {
	display: none
}
#altHome{
display:block
}
#main {
	padding: 10px
}

#strapline {
	padding-left: 10px
}
#client-logos .span3 {
	background: none
}

}

@media (max-width: 480px) {
#altHome{
display:block
}
.navbar .brand{
margin-left:0;
}

#main-nav{
width:100%;
}
.nav-collapse .nav > li {
float: none;
background:#eee;
}
#main-nav li a:hover{
background:#ddd;
}
#slider {
	background: none;
	width: auto;
	height: auto;
	margin-bottom: 50px;
	margin-top: 20px
}

}

@media (max-width: 600px) {
.navbar .brand{
margin-left:0;
}


}

@media (min-width: 767px) and (max-width: 768px) {
body {
	/*background: none;	*/
	}
#slider {
	background: none;
	width: auto;
	height: auto;
	margin-bottom: 50px;
	margin-top: 20px
}
.navbar .brand{
margin-left:0;
}

#home-slider .slides {
	margin-left: 0px;
	border-radius: 5px;
	padding: 0px;
   -webkit-box-shadow: 0px 0px 4px 4px #e3e3e3;
   box-shadow: 0px 0px 4px 4px #e3e3e3; 
}

.flexslider .slides{
	margin:0px ;
	padding-top: 0px;
	width: auto;
	height: auto;
}

.caption {
  position: relative ;
  right: 0 ;
  bottom: -20px;
  left: 0 ;
  width: auto;
}

#main {
	padding: 10px
}

}
ul.formBlockSurveyTable{
list-style:none;
}