/*!
 * Start Bootstrap - Half Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

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


html,
body {
    height: 100%;
}



/* You can change the height of the carousel by changing the height in the class below. It is set to 50% by default, but can be any height! */

.carousel {
    height: 50%;
}

.item,
.active,
.carousel-inner {
    height: 100%;
}


h1 {
  font-size: 40px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
p {
  color: #000;
  margin: 0 0 20px;
}
h1, h2, h3, h4, h5, h6 {
  color: #212121;
}

h4 {
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
  margin-bottom:20px;
}
h4.begin {
  margin-top:0;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:300;
	font-style: normal;
	line-height:1.5;
	-webkit-font-smoothing: antialiased;
	color: #212121;
	position:relative;
}


@media(max-width:767px) {
	body {
		font-size: 14px;
	}
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 16px;
	}
	h5 {
		font-size: 14px;
	}
}

strong {
	font-weight:600;
}

body {
	margin-top: 78px;
}

hr {
	border-top: 0px solid #eee;
}


.headband {
	background: #4ab2fd; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA1NTVjNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNWNkZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #4ab2fd 0%, #0033A0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#4ab2fd), color-stop(100%,#0033A0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #4ab2fd 0%,#0033A0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #4ab2fd 0%,#0033A0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #4ab2fd 0%,#0033A0 100%); /* IE10+ */
	background: linear-gradient(to right,  #4ab2fd 0%,#0033A0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ab2fd', endColorstr='#0033A0',GradientType=1 ); /* IE6-8 */
}
.headband {
	height:3px;
}

.navbar-default {
	background-color: #fff;
	height: 78px;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	border-color: #fff;
}
.navbar-brand {
	height: 73px;
}
.navbar-nav {
	float: right;
}
.navbar-nav>li>a {
	line-height: 43px
}
.navbar-default .navbar-nav>li>a.active {
    color: #00abdd;
}

@media (max-width: 767px) {
	body {
		margin-top: 0;
	}
	.navbar-fixed-top {
		position: absolute;
	}
	.navbar-toggle {
		margin-top: 18px;
	}
	.navbar-nav {
		float: left;
	}
	.navbar-nav>li>a {
		line-height: 20px
	}
	.navbar-default .navbar-toggle {
		border-color: #fff;
	}
	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover {
		background-color: #fff;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color:#666;
	}
	.navbar-default .navbar-collapse {
		background-color: #e7e7e7;
	}
}



/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
 
/* Header Banners */

.tagbox {
	width: 50%;
	margin-top: 80px;
}
.tagbox .tagline {
	margin:0;
	font-weight:400;
	line-height: 1.25;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
    text-shadow: 0 0 10px #000;
    color: #fff;
}


.about-header {
    height: 250px;
    background: url('../images/banner-about-1900.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.service-header {
    height: 250px;
    background: url('../images/banner-practices-1900.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.people-header {
    height: 250px;
    background: url('../images/banner-attorneys-1900.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.contact-header {
    height: 250px;
    background: url('../images/banner-contact-1900.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.blank-header {
    height: 100px;
    background: none;
	margin:0;
	padding:0;
  	border-bottom: none;
}

@media (max-width: 767px) {
.tagbox {
	width: 100%;
	margin-top: 120px;
}
.about-header {
    background: url('../images/banner-about-750.jpg') top right no-repeat scroll;
}
.service-header {
    background: url('../images/banner-practices-750.jpg') center right no-repeat scroll;
}
.people-header {
    background: url('../images/banner-attorneys-750.jpg') top right no-repeat scroll;
}
.contact-header {
    background: url('../images/banner-contact-750.jpg') top right no-repeat scroll;
}
}



.outer-box {
	text-align:center;
	border:1px solid #ececec;
	padding:7px;
	margin-bottom:40px;
}
.outer-box .inner-box {
    background-color: #f7f7f7;
    padding: 20px;
	border: 1px solid #f2f2f2;
}



h1.page-header {
  color:#00abdd;
  font-weight:300;
  padding-bottom: 10px;
  margin: 60px 0 30px;
  border-bottom: 1px solid #eee;
}
h2.section-header {
  color:#00abdd;
  font-weight:300;
  padding-bottom: 10px;
  margin: 60px 0 30px;
  border-bottom: 1px solid #eee;
}


.tel,
.tel:visited {
	color: inherit;
	text-decoration:none;
}
.tel:hover,
.tel:focus { 
	color: inherit; 
	cursor:default;
	text-decoration:none;
	border:none;
	outline:none;
}

@media (max-width: 767px) {
.outer-box {
	margin-bottom:20px;
}	
	
h1.page-header,
h2.section-header  {
	margin: 40px 0 20px;
}
.tel:hover,
.tel:focus { 
	color:#00abdd;
	text-decoration:none;
	border:none;
	outline:none;
}	
}

/************************************  Home   ************************************/
.carousel {
 margin-bottom:80px;
}
/*.fill:before {
  background:rgba(0,0,0,.5);
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
  z-index: 5;
}*/
.carousel .item .pc {
  display:block;
}
.carousel .item .mobile {
  display:none;
}
.carousel-caption {
  bottom:10%;
  max-width:800px;
  margin:0 auto;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
}
.carousel-caption h2 {
  font-size:24px;
  line-height:1.4;
  font-weight:400;
  color:#fff;
  margin-bottom:10px;
  background: rgba(10, 163, 229, 0.6);
  padding: 20px 40px;
}
.carousel-caption h2 .highlight {
	color:#00abdd;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(0,0,0,0);
  border: 1px solid #ccc;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ccc;
}

.contact-banner {
	text-align:center;
	margin-top: 80px;
    margin-bottom: 40px;
}
.contact-banner h1 {
	color:#00abdd;
    font-weight:300;
}
.home .outer-box {
	margin-bottom:20px;
}
.home .outer-box .inner-box p {
	color:#212121;
	text-align:left;
	margin-bottom:0;
}
.home .outer-box .inner-box {
	min-height:230px;
}
.home .outer-box .inner-box h4.name-link {
	font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

@media (max-width: 767px) {
	.carousel {
		height:100%;
		margin-bottom:40px;
	}
	.carousel .item .pc {
	  display:none;
	}
	.carousel .item .mobile {
	  display:block;
	}
	.carousel-caption {
		right:10%;
		left:10%;
	}
	.carousel-caption h2 {
	  font-size: 16px;
	  padding: 20px 20px;
	}
	.carousel-caption img {
		width:50%;
		height:50%;
	}
	.contact-banner {
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.home .outer-box .inner-box {
		min-height:inherit;
	}
	.home .outer-box .inner-box p {
		margin-bottom:0;
	}
	.home .outer-box h4.name-link {
		font-size:18px;
		margin-top:0;
		margin-bottom:0;
	}
}



/************************************  About  ************************************/
.about {
}

.about .outer-box.team-photo {
    margin-bottom:10px;
}
.about .outer-box .inner-box ul.client-list {
	margin-bottom:0;
}
.about .outer-box.clients {
	margin-bottom:20px;
}
.about .outer-box .inner-box h5 {
	margin-bottom:20px;
	margin-left:20px;
	line-height:1.4;
}

/* Our people */
.people-thumb {
    padding-bottom:20px;
    display:block;
}
.people-pic {
    position: relative;
    overflow: hidden;

}
.name {
    width: 100%;
    height: 100%;
    padding: 10px;
    background:rgba(0, 171, 221, 0.5);
    margin-top: 100%;
    position: absolute;
    z-index: 3;
    transition: all 0.4s ease 0s;
}
.name h5 {
    color: #fff;
    font-size: 16px;
    margin:0;
    font-weight: 400;
}

.people-pic:hover > .name {
	margin-top: 50%;
}


@media (max-width: 767px) {
	.about .outer-box.clients {
	  margin-bottom:0;
	}
	.about .outer-box.clients .inner-box {
	  padding:10px 20px 20px 0;
	}
	.about .outer-box.team-photo {
	  margin-bottom:20px;
	}
	.name {
	  margin-top: 50%;
	}
	.name h5 {
	  font-size: 14px;
	}
}



/************************************  Service *****************************/
.service {
}

.service .outer-box {
	text-align:left;
	margin-top:20px;
}
.service .outer-box .inner-box {
	padding:20px;
}
.service .outer-box .inner-box h5 {
	margin-bottom:20px;
	margin-left:20px;
}
.service .outer-box .inner-box ul.practice-list {
	margin-bottom:0;
}
.service .outer-box .inner-box ul.practice-list li {
	font-weight:400;
	text-transform:uppercase;
	padding-bottom:10px;
}


@media (max-width: 767px) {
	.service .outer-box .inner-box {
	padding:10px;
	}
	.service .outer-box .inner-box h5 {
	margin-left:0;
	}
	.service .outer-box .inner-box ul.practice-list {
	padding-left:20px;
	}
	.service .outer-box .inner-box ul.practice-list li {
	font-size:14px;
	}
}


/************************************  People *****************************/
.people {
}

.people .outer-box a,
.people .outer-box a:hover,
.people .outer-box a:focus,
.people .outer-box a:active {
	border:none;
	outline:none;
}

.people .outer-box .inner-box p {
	margin-bottom:0;
}
.people h4.name-link {
	font-weight: 400;
	font-style: normal;
	line-height: 1.4;
	margin-top:10px;
	margin-bottom:0;
}


@media (max-width: 767px) {
	.people .outer-box {
		margin-bottom:20px;
	}
	.people h4.name-link {
		font-size:18px;
		margin-top:0;
		margin-bottom:0;
	}
}

/************************************  People - one **********************/
.name-title {
	margin-top:100px;
}
.name-title h4 {
	margin:0;
	padding:0;
}
.contact-list ul, .contact-list li {
	list-style:none;
	margin:0;
	padding:0;
}
.contact-list {
	margin:10px 0 30px;
	padding-left:0;
}
.contact-list li {
	clear: both;
}
.contact-list dd span.text-muted {
	width:50px;
	float:left;
}
.contact-list dd {
	font-size:14px;
	line-height:1.8;
}
.contact-list dd span.text-muted {
	width:50px;
	float:left;
}
.education-list {
	margin:0 0 40px;
}
.side-list {
	margin:0 0 40px;
}
.side-list dt {
	border-bottom:1px solid #eee;
	padding-bottom:10px;
	margin-bottom:10px;
	color:#00abdd;
	text-transform:uppercase;
	font-weight:400;
}
.side-list dd {
	color:#666;
	font-size:14px;
	line-height:1.8;
}

h4.education {
	border-bottom:1px solid #eee;
	margin-left:0;
	padding-bottom:10px;
}

.list-header {
  padding-bottom: 10px;
  margin: 40px 0 20px;
  font-weight:600;
}

.bio-list li {
	padding-bottom:10px;
}
.bio-list li em {
	font-style:italic;
	font-size:15px;
}
.bio-list li .small {
	font-size:14px;
}
@media (max-width: 1119px) {
.name-title {
	margin-top:40px;
	}
}
@media (max-width: 767px) {
	.name-title {
	    margin-top:20px;
	}
	.name-title h4 {
        font-size: 20px;
	}
	.education-list,
	.bio-list {
		padding-left:20px;
	}
	.side-list {
	    margin:0 0 20px;
	}
	.side-list dt {
		font-size:16px;
	}
	.list-header {
	    padding-bottom: 10px;
	    margin: 20px 0 10px;
	}
}
/************************************ Contact ************************************/
.contact-section {
	text-align:;
}
h1.section-title {
	padding-bottom:20px;
}
.row.map {
	width:100%;
	margin-left:0;
	margin-right:0;
}

#map-canvas {
	height: 400px;
}
/* .map-canvas {
	height: 400px;
    background: url('../images/map.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  	width: 100%; 
	margin: 0;
	padding: 15px;
} */
.info-group {
	text-align:center;
	color:#0099CC;
}
.info-group .glyphicon {
	display:block;
	font-size:2em;
	line-height:1.5em;
}
.info-group .contact-info {
	display:block;
	color:#212121;
}
.info-group .text-mobile-only {
	display:none;
}
address.color-line {
	margin-top: -60px;
	background-color: rgba(25, 151, 218, 0.75);
	z-index: 100;
	position: absolute;
	width: 100%;
	color: #FFF;
	line-height: 1.5em;
}

/*
@media(max-width:767px) {
	.info-group .glyphicon {
		display:none;
		text-align:left;
	}
	.info-group .text-mobile-only {
		display:inline-block;
		padding-right:10px;
		color:#666;
	}
	.info-group .contact-info {
		line-height:2em;
	}
	.info-group.location {
		padding-bottom:20px;
	}
	.info-group .located {
		display:block;
	}
}*/


.icon {
	width:86px;
	height:64px;
	display:block;
	margin: 0 auto;
}
.icon.icon-location {
	 background: url('../images/ic-pin.jpg') center center no-repeat scroll;
}
.icon.icon-email {
	 background: url('../images/ic-email.jpg') center center no-repeat scroll;
}
.icon.icon-phone {
	 background: url('../images/ic-phone.jpg') center center no-repeat scroll;
}
.icon.icon-fax {
	 background: url('../images/ic-fax.jpg') center center no-repeat scroll;
}


/************************************ Footer ************************************/
footer {
	width: 100%;
	background-color:#eee;
	margin-top:50px;
}
footer .container {
	padding-top:40px;
	padding-bottom:20px;
	font-size:14px;
}

footer .container .bottom-links ul {
	padding-left:0;
}
footer .container .bottom-links ul li {
	display:inline-block;
	line-height:30px;
}
footer .container .bottom-contact {
	text-align:right;
}
footer .container .bottom-contact h4 {
	margin-top:0;
	font-size: 14px;
	font-weight:300;
	line-height:1.4;
	margin-bottom:10px;
}
footer .container .copyright {
	color:#666;
	text-align:left;
	border-top:1px solid #ccc;
	padding-top:10px;
	font-size:12px;
}

@media (max-width: 767px) {
	footer {
		margin-top:20px;
	}
	footer .container {
		padding-top:30px;
		padding-bottom:20px;
		font-size:12px;
		text-align:center;
	}
	footer .container .bottom-links ul li {
		display:inline-block;
		line-height:1.5em;
	}
	footer .container .bottom-contact {
		text-align:center;
		margin-top:20px;
		display:inline-block;
	}
	footer .container .bottom-contact h4 {
		margin-top:0;
		font-size: 12px;
		font-weight:300;
		line-height:1.4;
		margin-bottom:10px;
	}
	footer .container .bottom-contact h4 .tel {
		font-size: 14px;
	}
	footer .container .copyright {
		text-align:center;
		font-size:11px;
	}
}