/* CSS Document */
body {
font-family: Arial, sans-serif;
color:#233944;
overflow-x:hidden;
}

h1,h2,h3,h4,
.nav,#motion , .btn,.map-fill {
font-family: 'oswaldlight', sans-serif;
font-weight: lighter;
text-transform: uppercase;
}

.postid-62 .btn {
    text-transform: none !Important;
}

#top-footer  {
font-family: 'oswaldregular', sans-serif;
}
.bullet > li,.phone {
font-family: 'oswaldbold', sans-serif;
}

h5,h6 {
color: #a9a9a9;
font-weight:normal;
}
.home #main-content h1 {
    margin: 0 0 45px;
    
}
.home #main-content h4 {
    margin: 10px 0 20px;
}
#main-content ul,#main-content  ol {
  margin-left: 20px;
}
#main-content .pager {
  margin-left: 0;
}
.light p {
  font-weight: lighter;
}
.larger p {font-size:16px;}
.blue {color:#1b98df;}
.lightblue {color: #dee9ff;}
.btn,
.pager li > a, .pager li > span {
  background: #1b98df;
  border-bottom: 3px solid #1472a7;
  color: white;
  padding: 10px 15px 8px;
}
.btn:hover,
.pager li > a:hover, .pager li > a:focus {
  background: #1472a7;
  color: white;
}
.btn-yellow{  background: #e9b363;  border-bottom: 3px solid #e7ab52;}
.btn-yellow:hover {  background: #e7ab52;}


.top-black { border-top: 1px solid black;}
.pad-top {padding-top:20px;}
.alignleft:first-of-type {
    margin-top: 0;
}


/* ==========================================================================
   /* Header
   ========================================================================== */
#top {
  background: none repeat scroll 0 0 rgb(28, 29, 33);
  color: rgb(255, 255, 255);
}
#top > .container {
  background: url("../images/logo.png") no-repeat scroll top center;
  padding: 10px 0;
}
#top a.logo {
  display: block;
  height: 155px;
  width: 100%;
}
#top .search-query,
.mobile-search .search-query {
  background: none repeat scroll 0 0 rgb(0, 0, 0);
  border: none;
  padding: 7px 20px;
}
#searchsubmit.btn {
  border: medium none;
  border-radius: 0 4px 4px 0;
  font-weight: normal;
  padding: 4px 12px;
  text-transform: none;
}
.phone {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
/* ==========================================================================
   /* Nav
   ========================================================================== */
.navbar-nav { 
text-align:center;
width:100%;
}
.navbar-nav > li {
  float:none;
  display: inline-block;
}
.navbar-wrapper {
  background: none repeat scroll 0 0 rgb(15, 16, 18);
  color: rgb(255, 255, 255);
}
.navbar-inverse .navbar-nav > li > a {
  color: rgb(255, 255, 255);
  font-size: 22px;
  padding: 24px 30px;
  text-transform: uppercase;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > li.current-menu-item > a ,
.navbar-inverse .navbar-nav > li:hover > a {
  color: rgb(233, 179, 99);
}

.dropdown-menu {
    background: #1C1D21;
    color: white;
}
.dropdown-menu > li > a {
    background: none;
    color: white;
	font-size: 20px;
	font-weight: lighter;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: none;
    color: rgb(233, 179, 99);
}

.navbar-collapse {
    max-height: 750px;
}

/* ==========================================================================
   /* Motion
   ========================================================================== */
#myCarousel {
  padding-bottom: 100px;
}

.carousel .item { 
background-position: center center;
height: 590px;
}
.item .caption {
  color: #ffffff;
  font-size: 52px;
  padding-top: 18%;
  text-align: center;
  text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.5);
  
      filter: progid:DXImageTransform.Microsoft.Shadow(color=#444444,direction=120);
}
#myCarousel .carousel-indicators li {
    background: none repeat scroll 0 0 rgb(35, 57, 68);
    border: medium none;
    border-radius: 50%;
    box-shadow: none;
    height: 32px;
    margin: 0 10px;
    width: 32px;
	transition: background 2s ease;
-webkit-transition: background 2s ease;
}
#myCarousel .carousel-indicators li.active {
    background: none repeat scroll 0 0 rgb(233, 179, 99);
		transition: none;
-webkit-transition: none;
}


/* ==========================================================================
   /* Main Content
   ========================================================================== */

   

#main-content {
  padding-bottom: 80px;
  padding-top: 40px;
}
body.home #main-content {
  padding-top: 0;
}
   .bullet > li {
  background: url("../images/arrow.png") no-repeat scroll left center;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  list-style: none outside none;
  padding: 0 0 0 44px;
  text-transform: uppercase;
}
.flexslider .slides img {
  border-radius: 50%;
  display: block;
  margin:0 auto;
  max-width: 100%;
}
.slider-content .flexcaption > p {
  font-size: 14px;
  padding: 0 10px;
}
.slider-content{
  background:#dcdcdc;
  padding: 30px 0 70px;
  text-align: center;
}
.slider-content p {
  font-size: 16px;
}
#slider-container {
  padding: 40px 0 0;
}
.flexcaption {
  color: rgb(102, 102, 102);
}
.flexcaption .read-more {
  color: white;
  margin: 30px 25%;
}
.more-about {
  border-radius: 0;
  margin: 7px 0;
  text-shadow: 0 0 1px rgb(231, 171, 82);
  white-space: normal;
  width: 182px;
}
.profile-pic {
  margin-top: 25px;
}

/* ==========================================================================
   /* Footer
   ========================================================================== */   
#top-footer, #bottom-footer {
  background: none repeat scroll 0 0 rgb(28, 29, 33);
  color: rgb(255, 255, 255);
  padding: 20px 0 40px;
}
#top-footer h3 {
  font-weight: normal;
}
#top-footer .menu li {
  list-style: none outside none;
}
#top-footer .menu li a{
  color: white;
}
#top-footer .menu li.current-menu-item a{
  color: #dee9ff;
}
#top-footer-alt iframe {
  width: 100%;
}
#top-footer-alt p {
  margin: 0;
}
#top-footer-alt.grayscale iframe {

    filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
filter: grayscale(100%); /* Current draft standard */
-webkit-filter: grayscale(100%); /* New WebKit */
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%); 
-o-filter: grayscale(100%);
}
#top-footer-alt {
    position: relative;
}
.map-fill {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
}

.map-fill h4 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 30px;
  margin-top: 248px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
span.wpcf7-form-control-wrap {
  display: block !important;
  position: relative;
}
.wpcf7-form-control {
  color: rgb(102, 102, 102);
  opacity: 0.9;
  padding: 8px;
  width: 100%;
}
.wpcf7-form-control:focus {opacity:1;}
.wpcf7-form .col-xs-6, .wpcf7-form .col-xs-12 {
    padding: 2px;
}
.wpcf7-form .row {
    margin: 0;
}
.wpcf7-clear, .wpcf7-submit {
  border:none;
  border-radius: 5px;
  color: white;
  display: inline-block;
  margin: 15px 15px 0 0;
  padding: 10px 15px 8px 40px;
  width:auto;
}

.wpcf7-clear {
  background: url(../images/clear.png) no-repeat left 10px center #233944;
  border-bottom: 3px solid #1e313b;
}
.wpcf7-clear:hover { background-color:#1e313b;}
.wpcf7-submit {
  background: url(../images/send.png) no-repeat left 10px center #1b98df;
  border-bottom: 3px solid #1472a7;
}
.wpcf7-submit:hover {background-color:#1472a7;}

.wpcf7-captcha-captcha-988 {
	background: none repeat scroll 0 0 #fff !important;
    height: 38px;
    padding: 0;
}


#mid-footer {
  background: none repeat scroll 0 0 rgb(239, 239, 239);
  text-align: center;
}

.home #mid-footer {
  display: none;
}

#mid-footer-home {
    background: none repeat scroll 0 0 rgb(239, 239, 239);
    text-align: center;
}

#mid-footer-home img,
#mid-footer img {
filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
filter: grayscale(100%); /* Current draft standard */
-webkit-filter: grayscale(100%); /* New WebKit */
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%); 
-o-filter: grayscale(100%);
opacity: 0.8;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.ie9 #mid-footer-home img,.lt-ie9 #mid-footer-home img,
.ie9 #mid-footer img,.lt-ie9 #mid-footer img {
filter: gray; /* IE6+ */

}

#mid-footer-home img:hover,
#mid-footer img:hover {
    filter: none;
	opacity: 1;
    -webkit-filter: grayscale(0);
	  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.home .footer-internal {
  display:none;
}

#bottom-footer {
  color: rgb(134, 136, 139);
  text-align: center;
}
.copyright,.eel {
  display: inline;
}
#menu-legal-menu,
#menu-legal-menu li 
 {
    display: inline;
}
#menu-legal-menu li a:before { content:" | "; }
#menu-legal-menu li:first-child a:before {content:"";}
#menu-legal-menu li a { color: rgb(134, 136, 139);}

.socials > li {
    display: inline;
    font-family: Genericons;
}
.socials {
    padding: 50px 0 0;
    text-align: center;
}
.socials li a {
  background: none repeat scroll 0 0 rgb(102, 102, 102);
  border-radius: 50%;
  color: rgb(28, 29, 33);
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  padding: 6px;
  margin: 0 5px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.socials li a {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.linkedin:before {
    content: "\f207";
}
.socials li a.linkedin:hover { background: #006599; text-decoration:none;}
.facebook:before {
    content: "\f204";
}
.socials li a.facebook:hover { background: #3C599B; text-decoration:none;}
.twitter:before {
    content: "\f202";
}
.socials li a.twitter:hover { background: #1BB2E9; text-decoration:none;}
.youtube:before {
    content: "\f104";
}
.socials li a.youtube:hover { background: #C4191F; text-decoration:none;}

/* ==========================================================================
   /* RESPONSIVE
   ========================================================================== */
.debug {position:fixed;top:0;left:50%;display:block;z-index: 9999999; color:#FFF;}
/*
un-comment:
<div class="debug"></div>
in page-close to view responsive sizes in development
*/

@media (min-width: 1229px) {
.debug:after {content:"desktop above 1220";}

}

@media (max-width: 1219px) {
.debug:after {content:"desktop below 1220";}
.navbar-inverse .navbar-nav > li > a {  padding: 24px 18px;}
}

/*nav switch*/
@media (max-width: 991px) {
.debug:after {content:"tablet landscape";}


/* responsive image sizes */
#top > .container {  background-image: url("../images/logo-md.png");}
#top a.logo { height: 95px;}
.carousel .item { height: 400px;}
.item .caption {  font-size: 42px; font-size:4.5vw}
.navbar-inverse .navbar-nav > li > a {  font-size: 17px; padding: 18px 10px;}
.dropdown-menu > li > a {  font-size: 17px;}
#bottom-footer .sep {  display: block;  visibility: hidden;}
.pad-md {padding-top: 20px;padding-bottom: 20px;}
.home #main-content h1 {margin-bottom: 20px;}
}

/*span to 100%*/
@media (max-width: 767px) {
.debug:after {content:"tablet portrait";}
body {  padding-top: 50px;}
#top > .container {  background-image: url("../images/logo-sm.png"); background-position: center bottom 10px;}
.item .caption {  font-size: 22px; font-size:4.5vw}
#myCarousel {  padding-bottom: 60px;}
#myCarousel .carousel-indicators li {  height: 18px;  width: 18px;}
.phonelink {
  border: 1px solid rgb(51, 51, 51);
  border-radius: 5px;
  color: rgb(255, 255, 255);
  float: left;
  margin: 7px 0 0;
  padding: 7px 14px;
}
#main-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.navbar-inverse .navbar-toggle {  margin-right: 0;}
.navbar-collapse {  clear: both; /*  max-height: none; */ padding-bottom:90px;}
.navbar-nav {  text-align: right;  width: 100%;
}
.navbar-nav > li {  display: block;}
.navbar-inverse .navbar-nav > li > a {  font-size: 20px;  padding: 10px 0;
}
.mobile-search {
  padding: 15px;
  text-align: right;
}
.carousel .item { height: 320px;}
#menu-legal-menu {display:block;}
.flex-direction-nav {display:none;}
}

@media (max-width: 480px) {
.debug:after {content:"phone landscape";}
 /* Not part of bootstrap, makes the smallest col size full width on phone*/
 .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: none;
  padding-left: 15px;
  padding-right: 15px;
  width:100%;
}
/* responsive image sizes */
#top > .container {  background-image: url("../images/logo-xs.png"); }
#top a.logo { height: 60px;}
.mobile-search .search-query {  width: 130px;}
.carousel .item { height: 200px;}

.slider-content {
    display: none;
}
  
}

@media (max-width: 400px) {
.debug:after {content:"phone portrait";}
#top > .container {  background-size: 90% auto; }

}


.attorney h3 {
	text-transform:none !important;
}

#text-5 h3 {
	text-transform:none !important;
	}
	
.flexcaption h3 {
	text-transform:none !important;
	}
	
.contact {
	text-transform:none !important;
}

.caption {
	font-weight: bold;
	}
	
}

