@import url(http://fonts.googleapis.com/css?family=Open+Sans);
* {
  outline:none!important;
}
body {
  /*padding-top: 105px;*/
  font-family: 'Open Sans', sans-serif;
  padding-left:15px;
  padding-right:15px;
  overflow-x:hidden;
  display:none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Open Sans', sans-serif;
}
p {
  font-family: 'Open Sans', sans-serif;
}
.alert {
  padding: 0 15px;
  margin-top:10px;
  
}

#topnav {
  position:fixed!important;
  top:0;
  left:0;
  z-index:9999!important;
  width:100%;
  margin-left:0;
  margin-right:0;
  border-top: 6px solid #556;
  background: rgb(221,221,221); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(221,221,221,1) 0%, rgba(255,255,255,1) 55%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(55%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(255,255,255,1) 55%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(255,255,255,1) 55%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(255,255,255,1) 55%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(221,221,221,1) 0%,rgba(255,255,255,1) 55%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#topnav a, #topnav a:hover, #topnav a:focus, #topnav a:active {
  color:#222222;
}
#social li a {
  padding:10px 5px;
}
#social li a img {
  height:15px;
}
#header {
  margin-top:46px;
}
.navbar-toggle {
  cursor: pointer;
  margin-right: -15px;
  margin-top:0;
  margin-bottom:0;
}
img.navbar-toggle {
  height:45px;
}
.navbar-header {
  float: none;
  width:100%;
  margin-right:0!important; margin-left:0!important;
}
/*.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color:transparent;
}*/
.btn-primary {
  background-color:#333;
  border-color:transparent;
  border-top:3px solid #8C0303;
}
.btn-lg {
  font-size:16px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-color:#555;
  border-color:transparent;
  border-top:3px solid #8C0303;
}
.navbar {
  background:url('images/woodgrain.png');
  background-repeat: repeat-x;
  margin-left:-16px; margin-right:-16px; margin-bottom:0;
  border-top:0;
  border-left:0;
  border-right:0;
  border-radius:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
}
.nav.navbar-nav.navbar-left > li:first-child {
  margin-left:0;
}
.nav.navbar-nav.navbar-left > li:first-child a {
  padding-left:0;
}
.navbar-default {
  /*border-bottom:3px solid #fff;*/
}
ul.nav {
  margin-right:-15px;
}
.navbar-left {
  margin-left:-15px;
}
ul.nav li {
  background:transparent;
  margin-left:5px;
}
ul.nav li:hover {
  

}
ul.nav li:first-child {
  
}
.navbar-default .navbar-nav > li > a, .navbar-nav > li > a {
  color:#333333;
  padding-bottom:10px;
  padding-top:10px;
}
.navbar-default .navbar-nav > li > a:hover {
  color:#222222;
  background-color:transparent;
}
.nav > li > a:hover, .nav > li > a:focus {
  background-color:transparent;
}
img.logo { max-height:35px; }
.navbar-brand {padding:25px 15px;float:none;display:inline-block;margin-left:0!important;}
.navbar-brand img {max-height:35px; opacity:0.85;}
.navbar ul {margin-top:45px;}

#sidebar-scroll {
  background-color:rgba(255, 255, 255, 0.55);
  border-left:2px solid #8C0303;
  margin:0;
  position:fixed;
  top:95px;
  right:0;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
}
#sidebar-scroll:hover {
  background-color:rgba(255, 255, 255, 0.85);
}
ul.sidebar-nav {
  list-style: none;
  padding-left:0;
  margin-bottom:0;
}
ul.sidebar-nav li {
  padding:5px;
}
ul.sidebar-nav li a {
  padding:10px;
  color:#333333;
}
ul.sidebar-nav li a:hover {
  text-decoration:none;
}


.jumbotron { overflow:auto; overflow-x:hidden; font-size:16px; }
.container .jumbotron {padding-left:30px; padding-right:30px;}
.jumbotron h1, .jumbotron .h1 {margin-top:0; font-size:42px;}
.theo {
  color:#8C0303;
}

#intro, #work, #services, #topnav, #footer {
  -webkit-box-shadow: 0px 0px 5px 2px rgba(11, 11, 11, 0.75);
  -moz-box-shadow:    0px 0px 5px 2px rgba(11, 11, 11, 0.75);
  box-shadow:         0px 0px 5px 2px rgba(11, 11, 11, 0.75);
  position:relative;
  z-index:2;
}
#intro .jumbotron, #work .jumbotron, #services .jumbotron {
  background-color:transparent;
  /*text-align:right;*/
  padding:55px 0;
}
#intro h1, #about h1, #work h1, #team h1, #services h1, #contact h1 {
  padding-bottom:10px;
  border-bottom:2px dashed #8C0303;
}


#about, #team, #contact {
  background:url('images/woodgrain.png');
  background-repeat: repeat;
}
#about .jumbotron, #team .jumbotron, #contact .jumbotron {
  margin-top:35px;
  opacity:.65;
  filter: alpha(opacity=65);
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(11, 11, 11, 0.75);
  -moz-box-shadow:    0px 0px 5px 2px rgba(11, 11, 11, 0.75);
  box-shadow:         0px 0px 5px 2px rgba(11, 11, 11, 0.75);
}

#about .jumbotron:hover, #team .jumbotron:hover, #contact .jumbotron:hover {
  margin-top:35px;
  opacity:.90;
  filter: alpha(opacity=90);
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

#work {
  
}
#work .col-sm-3 {
  overflow:hidden;
  height:350px;
  border:15px solid transparent;
  /*border-image:url('images/woodgrain.png') 5 25 15 25 repeat;*/
}
.workcontainer {
  border-radius: 4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  overflow: hidden;
  background:url('images/woodgrain.png');
  background-repeat: repeat;
}
#work .col-sm-3 img {
  width:750px;
  margin-left:-40%;
}


#team {
  
}
.teamphoto img {
  width:100%;
}
.teamcard {
  margin-bottom:15px;
  overflow:auto;
  padding:0;
}


#services p, #services ul {
  text-align:left;
}
#services ul {
  line-height:1.5;
}


#contact h1 img {
  height:60px;
}
#contact .alert {
  margin-bottom:0;
  font-size:12px;
}
#contact img.logo {
  float:right;
  margin:10px 0;
}


#footer {
  background-color:#efefef;
}
#footer .jumbotron {
  background-color:transparent;
  padding:0;
  margin-bottom:0;
}
#footer ul {
  list-style: none outside none;
  padding-left:0;
}
#footer ul li {
  padding-left: 15px;
  margin-left: 15px;
  border-left:1px solid #999;
  display:inline;
}
#footer ul li:first-child {
  border-left:none;
  margin-left:0;
  padding-left:0;
}
#footer ul li a, #footer ul li a:hover, #footer ul li a:focus {
  color:#333;
  text-decoration:none;
  font-size:14px;
}
#footer .row img {
  height: 30px;
}

/*
 *general whatevs
 */
.textright, p.textright {
  text-align:right!important;
}
.textleft, p.textleft {
  text-align:left!important;
}
.textcenter, p.textcenter {
  text-align:center;
}
.left {float:left;}
.right {float:right;}
/*
 *end general whatevs
 */

/*
 *colorbox css
 */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background-color:rgba(0, 0, 0, .7);}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#333;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
#cboxClose { top: 0; right: 0; } #cboxLoadedContent{ margin-top:28px; margin-bottom:0; }
button#cboxPrevious, button#cboxNext, #cboxTitle {top:0;}
/*
 *end colorbox css
 */


/*
 *CAPTCHA CSS
 */
.realperson-challenge {
	display: block;
	color: #000;
}
.realperson-text {
	font-family: "Courier New",monospace;
	font-size: 6px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 3px;
}
.realperson-regen {
	padding-top: 4px;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
        display:inline-block;
}
.realperson-disabled {
	opacity: 0.5;
	filter: Alpha(Opacity=50);
}
.realperson-disabled .realperson-regen {
	cursor: default;
}
.realperson-challenge { display: inline-block }
/*
 *END CAPTCHA CSS
 */


/*
 *Mobile CSS for sidebar, kind of hacky but is the best solution
 */
@media (min-width: 1200px) and (max-width: 1365px) {
  #sidebar-scroll {display:none;}
}

@media (min-width: 993px) and (max-width: 1163px) {
  #sidebar-scroll {display:none;}
}

@media (min-width: 0px) and (max-width: 945px) {
  #sidebar-scroll {display:none;}
}

