/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9.2
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/
@import url(app.css);
@import url(blocks.css);

/*Import CSS Plugins*/
@import url(plugins/style-switcher.css);

* {
	border-radius: 0;
}

body {
 color: #333;
 font-size: 13px;
 line-height: 1.6;
}

body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 135px;
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}

p,
li,
li a,
label {
 color: #555;
 font-family: "Open Sans", Arial, sans-serif !important;
}

button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
	font-family: "Open Sans", Arial, sans-serif !important;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Open Sans", Arial, sans-serif !important;
}

a {
 color: #72c02c;
 text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

a:focus {
text-decoration: none;
}
a:not(.no-underline):hover {
 color: #72c02c;
 text-decoration: underline;
}
a.no-underline:hover {
	text-decoration: none;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
  display: none;
}

/* Owl fixes */
.owl-clients-v1 .item { 
	display: inline-block;
}

.awards-container { 
	padding-top: 25px;
	padding-bottom:25px;
}

.social-links {
	text-align: right;
	margin-top: 10px;
}
.social-links a {
	color:white;
	font-size: 1.6em;
	margin-left: 2px;
}
.social-links a .fa {
	color:white;
	padding-top: 5px;
	border-radius:5px;
	width: 30px;
	height:30px;
	text-align: center;
}
.fa-facebook {
	background:#3b5998
} 
.fa-linkedin {
	background:#007bb6
}
.fa-twitter {
	background:#00aced
}
.fa-google-plus {
	background:#dd4b39
}
.fa-pinterest {
	background:#C92228
}
.fa-youtube {
	background:#e52d27
}


.bg-color-med {
	background-color: #e1e1e1;
	border-bottom: 3px solid #bababa;
}
.featured-content { 
	padding: 40px 0;
}

.index-content {
	padding-top: 20px;
	padding-bottom: 20px;
}

.content-phil blockquote {
	border-left-color: #006a96;
}
.content-phil blockquote h3 {
	color: #006a96;
	font-weight: bold;
}
.content-phil .social-links {
	text-align: center;
}
.content-phil .social-links a {
	font-size: 1.8em;
}
.content-phil .social-links a .fa {
	width: 40px;
	height: 40px;
	padding-top: 8px;
} 

.content-list {
	list-style: none;
	padding: 0;
}
.content-list li {
	border-bottom: 1px dashed #ddd;
	padding: 5px 0px;
}
.content-list li a {
	font-weight: bold;
}
.content-list li i {
	font-weight: normal;
}
.content-video .content-list li {
	border-bottom: none;
}
.content-video .content-list li img {
		padding: 5px 0;
}

.main-content {
	padding-top: 35px;
	padding-bottom: 35px;
}


.press-list a {
	display: block;
	box-shadow: none;
}
.press-list p {
	margin: 0;
	height: 0;
}

.content-list li.press-news-item {
	padding: 20px 15px;
	margin-bottom: 20px;
	border-bottom: none;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	border-radius: 5px; 
	height: 152px;
}

.content-list li.press-news-item .media-body {
	font-size: 1.2em;
	font-weight: bold;
}

.content-list li.press-news-item a {
	text-decoration: none;
	box-shadow: none; 
}

.content-list li.press-news-item img {
	max-height: 100%;
	max-height: 100px;
	width: auto;
}


.news-section {
	background: #444444;
	color: #fff;
	padding: 10px 0;
	border:none;
	position: relative;

    background: linear-gradient(to right, 
                            #005578 23.33%, #444444 23.33%);
}
.news-section:before {
	content: "";
	width: 0; 
	height: 0; 
	border-top: 45px solid transparent;
	border-bottom: 44px solid transparent;
	border-left: 20px solid #005578;
	position: absolute;
	top: 0;
	left: 23.33%;
}
.news-section h3, .news-section h4, .news-section h4 small {
	color: #fff;
}
.news-section h4 {
	line-height: 1em;
}


.content-boxes-v2 .item-boxes {
	background-color: #c7c7c7;
	/*border:2px solid #ccc;*/
	border-radius: 5px;
	padding: 10px 15px;
	box-shadow: 0px 0px 2px 0px inset;
	text-align: center;
}
.content-boxes-v2 .item-boxes img {
	height: 60px;
	margin-bottom: 10px;
}

/* 
	Header fixes 
					*/

.white-text, .white {
	color: #fafafa;
}

.header-v6 .navbar li > a {

}
.header-v6 .navbar li.active > a {
	background-color: #006a96;
}
.header-v6 .navbar li > a:hover {
	background-color: #6d6f71 !important;
}

.header-v6 .navbar-nav {
	width: 50%;
	float: left;
}

.header-v6 .social-container h3 {
	text-align: right;
	font-size: 18px;
	color: white;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}
.header-v6 .social-container strong {
	font-size: 1.2em;
	padding-left: 5px;
}
.header-v6 .social-container strong i {
	color: #fff;
	text-align: center;
	padding-right: 5px;
}
.header-v6 .social-container .fa-stack {
	font-size: .7em;
}
.header-v6 .navbar-brand {
	height: 123px;
	max-height: 123px;
}


.header-bg {
	padding: 50px 0px;
	background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../images/featured/header-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0;
	width: 100%;
	line-height: 2em;
	position: relative;
	border-bottom: 3px solid #0c719b;
}
.header-bg .header-main.container { 
	padding: 10px 0 50px 0;
}

.header-bg .header-main.container h2 { 
	color:#fff;
	text-align: left;
	font-size: 3em;
	margin-bottom: 30px;
	line-height: 1.3em;
}
.header-bg .header-main.container hr { 
	margin: 20px 0px;
	opacity: .6;
}
.header-bg .header-main.container p { 
	text-align: left;
	font-size: 1em;
}
.header-bg .header-main.container p.quotes { 
	text-align: left;
	font-size: 1.2em;
}

ul.user-ratings { 
	text-align: right;
}

ul.user-ratings li { 
	color:white;
}

ul.user-ratings li i.rating-selected { 
	color:#f0c30e;
}

.header-bg .header-main.container .header-attorney {
	position: absolute;
	bottom: -10px;
	right: 0;
	max-width: 550px;
}
.global-form form, .header-bg .header-main.container .header-attorney form {
	position: relative;
	bottom: -10px;
}
.global-form form .panel, .header-bg .header-main.container .header-attorney form .panel {
	border:none;
}
.global-form form .panel-heading, .header-bg .header-main.container .header-attorney form .panel-heading {
	background: #02344e;
	border-bottom: 1px solid #ddd;
}
.global-form form .panel-body, .header-bg .header-main.container .header-attorney form .panel-body {
	background: #034567;
}
.global-form form h3, .header-bg .header-main.container .header-attorney form h3 {
	color: #FFF;
	font-weight: bold;
}

.global-form form .form-control, .header-bg .header-main.container .header-attorney form .form-control {
	margin-bottom: 10px;
	border:1px solid #000;
	border-radius: 5px;
}

.global-form form label, .header-bg .header-main.container .header-attorney form label {
	text-align: left;
	float: left;
	color: #fff;
	font-weight: normal;
}

.header-bg ol.carousel-indicators {
	position: absolute;
	bottom: -40px;
}

.btn-contact-orange { 
	text-transform: uppercase;
	background-color: #ff6e1f;
	border-radius: 0px;
	color: #fff;
	margin-top:15px;
	padding: 5px 20px;
}

.btn-contact-orange.btn-lg {
	padding-left: 40px;
	padding-right: 40px;
	padding: 15px 30px;
	font-weight: bold;
}

.btn-contact-orange:hover, .btn-contact-orange:focus { 
	color: #fff;
}

.btn-contact-blue { 
	text-transform: uppercase;
	background-color: rgb(53, 112, 188);
  	box-shadow: 0px 3px 0px 0px rgba(47, 99, 166, 0.004);
	border-radius: 0px;
	color: #fff;
	margin-top:15px;
}

.btn-contact-blue.btn-lg {
	padding-left: 40px;
	padding-right: 40px;
	font-weight: bold;
}

.btn-contact-blue.btn-inverse {
	background-color: transparent;
	font-weight: normal;
	color: #0a0a0a;
	border: 1px solid rgb(53, 112, 188);
	padding: 10px 40px;
	margin-top: 0px;
	transition: all .2s;
}

.btn-contact-blue:hover, .btn-contact-blue:focus { 
	color: #fff;
}

.btn-contact-blue.btn-inverse:hover, .btn-contact-blue.btn-inverse:focus { 
	color: #fff;
	box-shadow: none;
	text-decoration: none;
	background-color: rgb(53, 112, 188);
}


.btn-contact-white { 
	text-transform: uppercase;
	background-color: #fff;
	border-radius: 0px;
	color: #0a0a0a;
	margin-top:15px;
}

.btn-contact-white.btn-lg {
	padding-left: 40px;
	padding-right: 40px;
	font-weight: bold;
}

.btn-contact-white.btn-inverse {
	background-color: transparent;
	font-weight: normal;
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 40px;
	text-decoration: none;
	transition: all .2s;

}

.btn-contact-white.btn-inverse.btn-block {
	padding-left: 0;
	padding-right: 0;
}

.btn-contact-white:hover, .btn-contact-white:focus { 
	color: #fff;
}

.btn-contact-white.btn-inverse:hover, .btn-contact-white.btn-inverse:focus { 
	color: #fff;
	box-shadow: none;
	text-decoration: none;
	background-color: rgb(53, 112, 188);
}

.footer-review-bg ul.user-ratings li i.rating-selected {
	margin: 0px;
}


.footer-review-bg {

}
.footer-review-bg h2 {
	color: white;
	font-size: 2.2em;
}
.footer-review-bg p {
	font-size: 1.2em;
}

.footer-review-bg ol.carousel-indicators {
	position: absolute;
	bottom: -30px;
}
.footer-review-bg .user-ratings { 
	text-align: center; 
}

.footer-review-bg .reviews-item {
	background: #fff;
	padding: 15px;
	margin-right: 15px;
	border: 2px solid rgba(0, 0, 0, 0.3);
}
.footer-review-bg .reviews-item .user-ratings {
	display: inline;
	text-align: right;
	padding-left: 5px;
}
.footer-review-bg .reviews-item .user-ratings li {
	padding: 0px;
}

.footer-v1 .footer {
	padding: 20px 0;
}
.footer-v1 .footer .footer-sitemap .col-md-6 {
	padding: 0px;
}

.footer-v1 .footer address {
	color: #777;
}
.footer-v1 .footer address strong {
	color: #fff;
}
.footer-v1 .footer-list li a {
	color: #777;
	text-transform: none;
	font-weight: bold;
}

.footer-v1 .copyright {
	background: #1b1b1b !important;
}
.footer-v1 .copyright .row {
	opacity: 1;
	position: relative;
}
.footer-v1 .copyright .row p {

	bottom: 0;
}
.footer-v1 .copyright a {
	color: #ddd;
}

#footer-map1 {
	background-image: url('../images/featured/map2.png');
}

#footer-map2 {
	background-image: url('../images/featured/map1.png');
	background-position: left;
}

.footer-practice .col-md-6 {
	padding: 0px;
}

.footer-map {
	background-position: right;
	background-repeat: no-repeat;
	background-size: 50%;
}

.footer-map .col-md-4 {
	padding: 150px 0;
}
.footer-map ul li {
    font-size: 1.3em;
    padding: 5px 0;
}
.footer-map ul li strong {
	padding-left: 5px;
}
/* 
	Utility classes 
					*/

.no-margin {
	margin: 0;
}

.margin-vertical {
	margin-top: 20px;
	margin-bottom: 20px;
}

.margin-vertical-2x {
	margin-top: 40px;
	margin-bottom: 40px;
}

.padding-vertical {
	padding-top: 20px;
	padding-bottom: 20px;
}

.padding-vertical-2x {
	padding-top: 40px;
	padding-bottom: 40px;
}

.display-block {
	display: block;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.inner-shadow {
  -moz-box-shadow:    3px 3px 5px 6px #bbb;
  -webkit-box-shadow: 3px 3px 5px 6px #bbb;
  box-shadow:         3px 3px 5px 6px #bbb;
}

@media (min-width: 1492px) {
	/* colombus sailed the ocean blue */
	.news-section {
	    background: linear-gradient(to right, 
	                            #005578 28.33%, #444444 28.33%);
	}
}

@media (max-width: 991px) {
	.header-review-text { 
		margin: 20px auto;
	}

	.footer-map {
		background: transparent;
	}

	.footer-v1 .footer {
		padding-bottom: 10px !important;
	}

	.footer-v1 .footer .md-margin-bottom-40 {
		margin-bottom: 10px !important;
	}

	.header-main.container .row {
		max-width: 100%;
	}

	.footer-map, #footer-map1, #footer-map2 {
		background:transparent;
	}
	.footer-map .col-md-4 {
		padding: 30px 0px;
	}

.header-v6 .navbar li > a {
		color: white;
	}
}

@media (max-width: 467px) {
	/* Mobile */
.header-v6 .navbar-brand {
		height: 93px;
		max-height: 93px;
	}
}