/*
Theme Name: 
Description: A custom WordPress theme created uniquely for 3 Roads Communications.
Version: 1.0
Author: Octavo Designs
Author URL: http://www.8vodesigns.com
*/


/************************************************************************************
RESET & GROUP
*************************************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
:focus { outline: 0 }
ul, ol{ list-style-type:none;}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }

/*-- SELF CLEARING FLOATS - using the Cederholm method from handcraftedcss.com --*/
.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*-- Self Clearing Floats in IE --*/
/* IE6 */
* html .group { height: 1% }
/* IE7 */
*:first-child+html .group { min-height: 1px }

html {
	-webkit-font-smoothing: antialiased;
}


/************************************************************************************
GENERAL
*************************************************************************************/
body { 
	background-color: #2E2D2D;
}

h1, .h1 { 
	font: 34px/1.3 'Maven Pro', Verdana, Arial, sans-serif;
	color: #6b2525;
	text-transform:uppercase;
	margin-bottom: 10px;
	}
/*h2, .h2 { 
	font: 400 28px/1.3 'Maven Pro', Verdana, Arial, sans-serif;
	color: #161f30; 
	text-transform: uppercase;
	}*/
	
h2, .h2 { 
	font: 700 26px/1.3 'Maven Pro', Verdana, Arial, sans-serif;
	color: #161f30; 
	margin-bottom: 20px;
	}
	
h2 a{
	text-decoration:none;
}

h2 a:hover{
	text-decoration:underline;
}

body.blog article h2, body.archive article h2{
	 font-size: 20px;
    margin-bottom: 10px;px;
}
	
h3, .h3 { 
	font: 500 19px/1.3 'Maven Pro', Verdana, Arial, sans-serif;
	color: #6b2525; 
	text-transform: uppercase;
	margin-bottom: 10px;
	}
h4, .h4 {
	font: 700 19px/1.3 'Maven Pro', Verdana, Arial, sans-serif;
	color: #666666;
	}
p { 
	font:400 15px/1.6 'Maven Pro', Verdana, Arial, sans-serif; 
	color: #666; 
  	margin:10px 0 20px;
	}
	
a { color:#6b2525; }

a:hover { color: #726464; text-decoration: underline; }

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
}

small {
  font-size: 85%;
}

strong {
  font-weight: 700;
}
em {
  font-style: italic;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: none;
  border-bottom: 1px solid #CCCCCC;
}

/*blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px 25px;
  border-left: 5px solid #CCCCCC;
}

blockquote p {
    color: #999999;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 0;
}*/


/************************************************************************************
LAYOUT
*************************************************************************************/

/* objects */

.readMore { 
  	text-transform:uppercase; 
		font-size: 12px;
  	color: #6b2525;
  	margin: 0;
  	font-weight: bold;
  	text-decoration: none;
		}

.readMore a { text-decoration: none; }

.wrapper {
	width: 960px; 
	margin: 0 auto; 
  position: relative;
	}

blockquote p { margin-bottom: 20px;}

blockquote footer {
  font:700 14px/1.4 'Maven Pro', Verdana, Arial, sans-serif; 
	color: #444; 
  	margin:0 0 20px;
	}
/* header */

.mainHeader { 
	width: 100%;
	background: url(images/bg/header_bg.jpg) repeat-x #17243e;
	float:left; 
	border-bottom:2px solid black;
	}

.mainHeader .wrapper { 
	overflow: visible; 
}

.logo { 
	width: 94px;
	height: 126px; 
	position: absolute; 
  	left:1px;
  	top:0;
	background: url(images/bg/logo_bg.jpg) repeat-x #17243e;
	padding: 10px 15px;
	z-index:10000;
	
	-moz-transition: box-shadow .5s ease;
	-webkit-transition: box-shadow .5s ease;
}

.logo a {
	width: 100%;
	height: 126px; 
	display:block;

	-moz-transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
}

/*.logo a:hover { 
	opacity: .8; 
	}
	
.logo:hover { box-shadow: 1px 1px 1px rgba(0,0,0,.5); }*/

.socialIcons { 
	position: absolute;
	top: 0;
	right: 0;
	width: 200px; 
	height: 41px; 
	background: url(images/bg/social_bg.jpg) repeat-x; 
	}

p.followus {
	margin: 	10px 10px 0 15px;
	color: white; 
	font-weight: 400;
	font-size: 11px; 
	text-transform: uppercase; 
  float:left;
	}

.socialHeader a {
	margin: 5px 3px;
	float: left;
	-moz-transition: opacity .2s ease;
  -webkit-transition: opacity .2s ease;

	}

.socialHeader a:hover, .socialFooter a:hover {
	opacity: .8;
	}
.mainNav { 
	float:right;
  margin: 85px 10px 20px 0;
	}

.mainNav li {
	float: left;
	text-transform: uppercase;
	font: 400 14px/1.4 'Maven Pro', Verdana, Arial, sans-serif; 
	margin: 0 15px;
  
}

.mainNav a { 
  color: white; 
  text-decoration: none;
  letter-spacing: 1.8px;

  -moz-transition: color .2s ease;
  -webkit-transition: color .2s ease;

	 }


.mainNav a:hover { 
color: rgba(255,255,255,.6)	
	}

/* home page spotlight pics */

.spotlight { 
  	float:left;
  	width: 100%;
		position:relative;
		}

.spotlight ul {
	float:left; 
	width:100%; }

.spotlight li { 
	display:none;
	width: 100%; 
	}

.spotlight li:first-child { display:block; float:left; }

.spotlight img { width:100%; float:left;  }

.spot-headline1 { 
  	position: absolute;
		top: 43px;
  	right: 30px;
  	color: rgba(255,255,255,.9);
  	text-transform: none;
		font: 200 58px/1 'Maven Pro', Verdana, Arial, sans-serif;
  	text-shadow: 2px 2px 0px rgba(0,0,0,.8);
} 
.spot-headline1 span { 
  	display: block;
  	margin-left:18px;
		}
		
/* home featured videos */ 

.featuredVideos {
	float: left;
	width: 100%;
	position: relative;
}
.featuredVideos h2 { 
	float:left;
  margin: 25px 0;
}
.g1 { float:left; width:365px; height:1px; background:#999; margin:18px 15px 0 0; }
.g2 { float:right; width:365px; height:1px; background:#999; margin:18px 0 0 15px; }


.scrollable {
   	height: 170px;
    overflow: hidden;
    position: relative;
    width: 911px;
}
 
.scrollable .items {
    margin-left: 29px;
    position: absolute;
    width: 20000em;
}

.scrollable .items div { 
    float: left;
    margin-left: 18px;
    width: 260px;
	}

.scrollable .items div a {
  	-moz-transition: opacity .2s ease;
  	-webkit-transition: opacity .2s ease;
	}

.scrollable .items div a:hover {
	opacity: .8;
	}

.videoContainer {
	position: relative; 
	float:left; 
	width:100%; }

.navBtns p {
	margin:0;
	}

.prev { 
  position: absolute;
	width: 39px;
  height: 170px;
	left:0;
	top: 0; 
	z-index: 50; 
	}

.next { 
  position: absolute;
	width: 39px;
  height: 170px;
	right:0;
	top: 0; 
	z-index: 50; }

.prev:hover, .next:hover { 
  opacity: .8;
  cursor: pointer;}

/* home mainContent */

.mainContent {
	clear: both; 
	float:left;
	width: 100%;
  background: url(images/bg/mc_bg.png) repeat transparent;
	}

.mainContentInner {
	background: url(images/bg/mc_faux3Col.png) repeat-y;
	float:left; 
	width:100%; 
  	margin: 35px 0;
}

.mainContentInner h2 {
	margin: 0 0 5px; 
	}

.recentNews	{
	float:left; 
	width: 220px;
  	margin: 0 10px;
	}

.recentNews ul { margin-top:3px; float: left; width: 100%; }

.recentNews li { margin-bottom:8px; float:left;}

.recentNews a {
	text-decoration: none; 
	float:left; 
	margin-bottom: 5px;
	}

.recentNews a:hover h3 { text-decoration: underline; }

.rw-title {	text-transform: none; font-size: 18px;  }

.rw-date { 
	    color: #A2A1A1;
    float: left;
    font: 400 12px/1.3 'Maven Pro',Verdana,Arial,sans-serif;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.rw-more { font-weight: bold; }

.hm-about {
	width: 440px;
	float:left;
	margin-left:17px; }

.testimonial {
	width: 195px;
  float:right;
  margin-right: 10px;
	}

/* footer */

.mainFooter {
	clear:both;
	width:100%;
	float:left; 
	background: #161f30; 
	padding:50px 0; }

.mainFooter a {
	color: #d2d1d1;;}

.logoLinks {
  width: 280px;
  float: left;
	}

.footerLogo {
	float: left; }

.emailSignUp {
  	margin-left:20px;
  	float:left;
	}

.socialFooter {
	float:left;
	margin: 10px 0 0 20px;}

.socialFooter a {
	margin:5px 5px 0 0;}

.contactInfo {
	float:left;
  clear: both;
}
.contactInfo p {
	font-size:13px;
	margin:0;
	}

.contactInfo p.phoneEmail {
  font-size: 19px;
  margin: 12px 0 10px;
  color: #a2a5ac;
  text-transform: uppercase;
  letter-spacing:1.5px;
	}

.phoneEmail a { 
  color: #a2a5ac; 
  text-decoration: none;
}

.phoneEmail a:hover { color: #5C636E;}

.address { margin:0; }

.footerLinks {
	margin-left: 100px;
	float: left;}

.footerLinks li h4 {
	margin:5px 0 10px;
	
	}

.footerLinks li a{
  text-decoration:none;
  color:#5C636E;	
  font: 700 19px/1.3 'Maven Pro', Verdana, Arial, sans-serif;
}
.footerLinks li a:hover{
	color: #a2a5ac;
}

.footerLinks ul {
	margin: 15px 0 10px; }

.footerLinks li {
	margin-bottom: 5px; }

.footerLinks li ul li a {
	color: #d2d1d1;
 	font:500 12px/1.4 'Maven Pro', Verdana, Arial, sans-serif; 
  text-decoration: none;
	}

.footerLinks li a:hover {
  text-decoration: none;
	}

.fl-one {
	width: 140px;
	float: left; }

.fl-two {
	width: 160px;
	float:left; 
	margin-left: 40px; }

.fl-three {
	width: 175px; 
  margin-left: 50px;
  float: left;
	}
.credits {
	float:left;
	width: 100%;
  background: #2e2d2d;
  border-top:1px solid #434343;
  border-top:1px solid rgba(100,100,100,.4);
	}
.credits p {
	font-size: 13px;
	margin:10px 0; }
.credits a { 
  color: #666;
	text-decoration: none; }
	
/************************************************************************************
Interiors
*************************************************************************************/

#interior{
	padding: 50px 0;	
}

#interior ul,
#interior ol {
  padding: 0;
  font:400 15px/1.6 'Maven Pro', Verdana, Arial, sans-serif; 
  color: #666; 
}
#interior ul{
	margin:10px 0 20px 16px;
	list-style-type:disc;
}

#interior ol{
	margin:10px 0 20px 22px;
	list-style-type:decimal;
}
#interior ul ul,
#interior ul ol,
#interior ol ol,
#interior ol ul {
  margin-bottom: 0;
  margin-top: 4px;
}

#interior ul ul, #interior ol ul{
	list-style-type:circle;
}

#interior ul ol, #interior ol ol{
	list-style-type:lower-alpha;
}
#interior li {
  line-height: 20px;
  margin-bottom: 4px;
}
#interior ul.unstyled,
#interior ol.unstyled {
  margin-left: 0;
  list-style: none;
}

.rightColumn{
	    border-left: 1px solid #A3A3A2;
    float: right;
    padding-left: 50px;
    width: 655px;

}

.leftColumn{
	float: left;
	width: 242px;
	/*border-right: 1px solid #a3a3a2;
	padding-right: 35px;*/
	
}

.leftColumn .h2{
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: 700;
	text-transform:uppercase;
}

.leftColumn .h2 a{
	text-decoration:none;
	color: #161F30;
}




#interior .intNav{
	margin-left: 0;
	margin-bottom: 60px;
}


#interior .intNav li {
	margin-bottom: 15px;
	list-style-type:none;
}

#interior .intNav a:link, #interior .intNav a:visited{
	text-decoration:none;
}

#interior .intNav li.current_page_item a:link, #interior .intNav li.current_page_item a:visited{
	color: #000000;
	font-weight: 700;
}





#interior ul.intNavTeam{
	margin-left: 0;
	margin-bottom: 60px;
	text-decoration:none;
	color: #161F30;
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: 700;
	text-transform:uppercase;
	list-style-type:none;
}

ul.intNavTeam li.page-item-7 a{
	text-decoration: none;	
	color:#161F30;
}

#interior ul.intNavTeam li ul.children{
	margin-left: 0px;
	margin-top: 20px;
}

#interior ul.intNavTeam li ul.children li{
	margin-bottom: 15px;
	list-style-type:none;
	text-transform:none;
}

#interior ul.intNavTeam li ul.children li a:link, #interior ul.intNavTeam li ul.children li a:visited{
	text-decoration:none;
	color: #6B2525;
}

#interior ul.intNavTeam li ul.children li.current_page_item a:link, #interior ul.intNavTeam li ul.children li.current_page_item a:visited{
	color: #000000;
	font-weight: 700;
}






img.mainImage{
	background-color:#FFFFFF;
	padding: 8px;
	border: 1px solid #e9eded;
	margin-bottom: 20px;
}

img.alignleft, img.aligncenter, img.alignright, img.alignnone { 
	margin-bottom: 15px; 
	}

.alignleft { 
	float: left; 
	margin-right: 30px; 
	margin-top: 6px;
	}

.alignright { 
	float: right; 
	margin-left: 30px; 
	margin-top: 6px;
	}

.aligncenter { 
	text-align: center; 
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
	}

.wp-caption { 
	text-align: center; 
	margin-bottom: 10px; 
	max-width: 100%; 
	background-color:#FFFFFF; 
	padding: 10px 5px; 
	cursor: pointer; 
	border: 1px solid #e9eded;
	}

.wp-caption-text { 
	font-style: italic; 
	font-size: 11px; 
	line-height: 120%; 
	margin: 5px 0 0; 
	color: #999999; 
	}
	
.pull-right {
    float: right;
    }
	
.pull-left {
    float: left;
    }
	
body.single-team h1{
	margin-bottom: 0px;
	line-height:normal;
}
	
.title{
	font:400 18px/1.6 'Maven Pro', Verdana, Arial, sans-serif; 
	color: #625f5f;
}

a.email{
	float: right;
	font:400 16px/1.6 'Maven Pro', Verdana, Arial, sans-serif; 
	text-decoration: none;
	background-image:url(images/icon-email.png);
	background-repeat:no-repeat;
	padding-left: 25px;
	background-position:0 6px;
	margin-top: 3px;
}

#teamRight, #teamLeft{
	margin-top: 40px;
}

#teamRight{
	float: right;
	width: 300px;
	clear:both;
}

#teamRight p, #teamRight ul{
	font:400 13px/1.6 'Maven Pro', Verdana, Arial, sans-serif; 
	margin-bottom: 10px;
}

#teamRight p{
	margin: 0 0 4px;
}

#teamRight h2{
	font-size: 18px;
	text-transform:uppercase;
	margin-bottom: 10px;
}

#teamRight ul{
	margin-top: 0px;
}

#teamLeft{
	width: 333px;
}

#personal{
	padding: 18px 18px 1px;
	background-image:url(images/personal-bg.png);
	float: left;
	width: 277px;
	
}

#personal p, #personal ul{
	font-size: 13px;
}

#personal h2{
	font-size: 15px;
	text-transform:uppercase;
	margin-bottom: 10px;
}

.slider-wrapper{
	position: relative;
	float: left;
	height: 527px;
}

.nivoSlider{
	height: 523px !important;
	width: 323px !important; 
}

.nivo-controlNav{
	position: absolute;
	bottom: 0;
	padding: 15px 0 12px !important;
}

.nivo-controlNav a{
	display:block;
	float: left;
	position: relative !important;
	margin-right: 8px;
	width: 99px;
	height: 99px;
	
	-moz-transition: opacity .2s ease;
	-webkit-transition: opacity .2s ease;
}

.nivo-controlNav a:hover{
	opacity: .7;
}

.nivoSlider img{
	width: 313px !important;
}






figure { 
  display: block; 
  position: relative; 
  float: left; 
  overflow: hidden; 
  margin: 0 15px 15px 0;
  cursor:pointer;
  width: 147px;
  height: 147px;
  font:400 13px/1.4 'Maven Pro', Verdana, Arial, sans-serif; 

}
figcaption { 
  position: absolute; 
  background-image:url(images/red75.png);
  /*background: rgba(107,37,37,0.75); */
  color: white; 
  padding: 10px 5px 10px 10px; 
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition:    all 0.6s ease;
  -o-transition:      all 0.6s ease;
  height: 127px;
  width: 132px;
}

figcaption strong{
	font-size: 15px;
}

figcaption a:link, figcaption a:visited, figcaption a:hover{
	width: 127px;
	height: 107px;
	color: #FFFFFF;
	text-decoration:none;
	display:block;
}

figure:hover figcaption {
  opacity: 1;
}

.cap-bot:before { bottom: 10px; left: 10px; }
.cap-bot figcaption { opacity: 0;}
.cap-bot:hover figcaption { bottom: 0; }

.clear{
	clear:both;
	display:block;
	height: 1px;
	float: left;
}

article{
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

article.recentNews, article.hm-about, article.testimonial{
	border: none;
}

#sidebar h2{
	font-size: 19px;
	margin-bottom: 10px;
}

#sidebar ul{
	list-style-type:none;	
	margin-left: 0px;
	margin-bottom: 30px;
}

#sidebar li a{
	text-decoration:none;
}

#sidebar ul li ul{
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 20px;
    margin-left: 15px;
}

.post-date {
  font-size: 70%;
  text-transform:uppercase;
}

.more-link{
	font:400 13px/1.6 'Maven Pro', Verdana, Arial, sans-serif; 
  	margin:10px 0 20px;
	text-transform:uppercase;
	}
	
.more-link a{
	text-decoration: none;
}

.nav-previous, .nav-next{
	display: block;
	width: 200px;
	font:400 13px/1.6 'Maven Pro', Verdana, Arial, sans-serif; 
}

.nav-previous{
	float: left;
}

.nav-next{
	float: right;
	text-align:right;
}

.testimonial-wrap{
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px;
    display: block;
    margin: 40px 0;
    padding: 10px 27px 3px;
}

.wpcf7-form p{
	text-transform: uppercase;
	font-size: 12px;
}

.wpcf7-response-output{
	border: medium none !important;
    margin: 0 !important;
    padding: 16px !important;
	color: #FFFFFF;
	font:700 14px/1.6 'Maven Pro', Verdana, Arial, sans-serif; 
}

.wpcf7-validation-errors{
	background-color: #6B2525 !important;
}

.wpcf7-mail-sent-ok{
	background-color:#9C0 !important;
}

.wpcf7-mail-sent-ng{
	background-color:#CC9900;
}

/************************************************************************************
Press Kits
*************************************************************************************/

body.single-presskit strong{
	font-size: 18px;
	text-transform:none;
	color: #1d283e;
	letter-spacing:normal;
}

.entry-press{
	height: 150px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}

.entry-press img{
	float: left;
	margin-right: 20px;
}


body.page-id-2046 .mainImage{
	margin-bottom: 0px;
}

body.page-id-2046 .entry{
	width: 327px;
	float: left;
}




/*!
 * Bootstrap v2.1.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
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 {
    color: #555555;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding: 14px 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input,
textarea,
.uneditable-input {
  width: 80%;
}
textarea {
  height: auto;
}
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: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
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: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
  cursor: pointer;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 926px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 846px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 766px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 686px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 606px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 526px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 446px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 366px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 286px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 206px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 126px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"] {
  float: left;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info > label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  font-size: 14px;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .add-on,
.input-append .btn {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
.btn, .wpcf7-submit {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  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;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=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);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -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:hover,
.btn:active,
.btn.active,
.btn.disabled,
.wpcf7-submit:hover,
.wpcf7-submit:active,
.wpcf7-submit.active,
.wpcf7-submit.disabled,
.btn[disabled],
.wpcf7-submit[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active,
.wpcf7-submit:active,
.wpcf7-submit.active {
  background-color: #cccccc \9;
}
.btn:first-child,.wpcf7-submit:first-child {
  *margin-left: 0;
}
.btn:hover, .wpcf7-submit:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  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);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 17px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  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);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  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;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  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);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}




    /* CLEARFIX 
    ----------------------------------------------- */  
      
    .clearboth {  
        display: block;  
        margin: 0;  
        padding: 0;  
        clear: both;  
    }  
      
    /* PORTFOLIO FILTER STYLE 
    ----------------------------------------------- */  
      
    ul#portfolio-filter{
		border-bottom: 1px solid #CCCCCC;
    	border-top: 1px solid #CCCCCC;
    	list-style-type: none;
    	padding: 10px;
	}
	
	#portfolio-filter {  
        list-style-type: none;  
    }  
      
    #portfolio-filter li {  
           display: inline;
    font-size: 13px;
    padding-left: 12px;
    padding-right: 12px;  
    } 
	
	#portfolio-filter li.featured{
		display:none;
	}
      
    #portfolio-filter li a {  
        color: #777;  
        text-decoration: none;  
    }  
      
    #portfolio-filter li .current,  
    #portfolio-filter li:hover {  
        color: #084a9a;  
    }  
	
	#portfolio-filter li.filter:hover{
		color: #666666
	}
      
    /* PORTFOLIO LIST STYLE 
    ----------------------------------------------- */  
      
    #portfolio-wrapper {  
        padding-bottom: 25px;  
    }  
      
    #portfolio-wrapper #portfolio-list {  
        list-style-type: none;  
      
    }  
      
    #portfolio-list .portfolio-item {  
	background-image:url(images/white75.png);
    float: left;
    height: 220px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    position: relative;
    width: 196px;
    }  
      
    #portfolio-list .portfolio-item h3{
		text-transform:none;
		line-height: normal;
	}
	
	#portfolio-list .portfolio-item h3 a {  
    font-size: 16px; 
	text-decoration: none;
	
    }  
      
    #portfolio-list .portfolio-item .excerpt  
    {  
        text-align: justify;  
        font-size: 14px;  
        line-height: 18px;  
        padding-right: 15px;  
        margin-bottom: 5px;  
    }  
      
    #portfolio-list .portfolio-item .excerpt a {  
        color: #555;  
    }  
      
    #portfolio-list .portfolio-item .excerpt a:hover {  
        text-decoration: none;  
    }  
	
	.thumb img{
		width: 196px;
		height: 128px;
	}
	
	p.links{
	 	bottom: 6px;
    	display: block;
    	position: absolute;
		margin: 0px;
	}
	
	p.links a{
		font-size: 10px;
		text-decoration:none;
		color: #999;
	}
	
body.single-project iframe{
	max-width: 590px;
}

body.single-project article{
	margin-top: 50px;
	padding-bottom: 60px;
}

#port-left{
	    float: left;
    margin-left: 12px;
    width: 590px;
}

#port-right{
	float: right;
    width: 330px;
}

#port-right h1{
	text-transform:none;
}

#prev-next{
	float: right;
	text-transform:uppercase;
	font:400 13px/1.6 'Maven Pro', Verdana, Arial, sans-serif; 
	margin-right: 12px;
}

#prev-next a{
	text-decoration: none;
}

a.project-menu{
	display:block;
	float: left;
	text-transform:uppercase;
	font:400 13px/1.6 'Maven Pro', Verdana, Arial, sans-serif; 
	text-decoration: none;
	margin-left: 12px;
}


section.featuredVideos figure{
	    display: block;
    height: 170px;
    width: 260px;
	margin: 0;
}

section.featuredVideos figcaption{
	width: 246px;
	height: 37px;
}

section.featuredVideos figcaption a:link, section.featuredVideos figcaption a:visited, section.featuredVideos figcaption a:hover {
    width: 240px;
}

section.featuredVideos figcaption strong {
    font-size: 13px;
}

.featured_entry{
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    float: left;
    margin-left: 10px;
    margin-right: 26px;
    padding: 10px;
}

#four04{
	width: 620px;
	margin: 50px auto;
}

#four04 img{
	margin-bottom: 20px;
}

.ftr-left{
width: 70%;
float: left;
}

.ftr-left p.adress{
margin: 10px 0 0;
font-size: 15px;
}

.ftr-left p.inquires{
margin-top: 0px;
}

.ftr-right{
float: right; 
width: 30%;
}

.ftr-right p{
text-align: right;
}