body {
	color: #333;
	font-family: "Open Sans", sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.6;
	position:relative;
}

img {
	max-width: 100%;
	vertical-align: top;
	height: auto;
}

h1, .h1,
h2, .h2, 
h3, .h3, 
h4, .h4, 
h5, .h5, 
h6, .h6 {
	font-weight: 300;
}

h1, 
.h1 {
	margin-bottom: 20px;
}

p {
	margin-bottom: 20px;
}

.navbar-brand > img { max-height: 150px;width: auto; transition: all 0.5s ease-in-out }
.affix .navbar-brand > img {max-height: 60px;}


/* =Layout
-------------------------------------------- */
html, body {
	height: 100%;
}

/* =Navbar
-------------------------------------------- */
.navbar {
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
}

.navbar-header {
	float: left;
}

.navbar-brand {
	height: auto;
}

.nav > li > a {
    padding: 10px 14px;
}

@media (max-width: 400px) {
	.navbar-header {
		max-width: 75%;
	}
}

.top-right {
	color: #fff;
	font-weight: 300;
	padding-top: 5px;
	float: right;
	text-align: right;
}

.section-phone {
	font-size: 20px;
	line-height: 1.2;
	padding-bottom: 0px;
}

@media (max-width: 500px) {
	.section-phone {
		display: none;
	}
}

.section-phone p {
	margin: 0;
}

.text-phone {
	font-size: 24px;
	border-right: 1px solid #fff;
	letter-spacing: 2px;
	padding-right: 10px;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	text-align: right;
}

.section-phone .city {
	display: inline-block;
	width: 86px;
	text-align: left;
}

.section-phone-right {
	display: inline-block;
	vertical-align: top;
	padding: 5px 0 5px 8px;
}

.top-menu {
	position: relative;
	padding-top: 5px;
}


.btn-toggle {
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 18px;
	vertical-align: top;
}

@media (max-width: 400px) {
	.btn-toggle {
		display: block;
		margin-bottom: 10px;
	}
}

.btn-toggle .fa {
	font-size: 23px;
}

.btn-toggle-text {
	display: inline-block;
	vertical-align: top;
	padding-left: 5px;
	line-height: 1.2;
}

.btn-toggle,
.btn-toggle:hover,
.btn-toggle:focus,
.btn-toggle:active {
	color: #fff;
	outline: 0 !important;
}

.top-menu .btn-search {
	font-size: 20px;
	width: 20px;
	height: 20px;
	margin-left: 20px;
	vertical-align: top;
	cursor: pointer;
	text-align: center;position:relative;z-index:999
}

.top-menu .form-search {
	right: 0;
	top: 100%;
	margin-top: 2px;
	width: 330px;
	position: absolute;
	margin-right: 0;
	padding: 14px;
	width: 330px;
	background: #fcfcfc;
	border-top: solid 2px #eee;
	box-shadow: 0 1px 3px #ddd;
	opacity: 0;
	filter: Alpha(Opacity=0);
	-moz-transition:	-moz-transform .6s cubic-bezier(.190, 1.000, .220, 1.000);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.190, 1.000, .220, 1.000);
	transition:	transform .6s cubic-bezier(.190, 1.000, .220, 1.000);
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	transform: scale(0,0);
}

@media (max-width: 380px) {
	.top-menu .form-search {
		width: 260px;
	}
}

.top-menu .form-search .form-control {
	background-color: #fff;
	border-color: #ccc;
}

.top-menu .form-search.show {
	opacity: 1;
	filter: Alpha(Opacity=100);
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
}

/* =Side-Menu
-------------------------------------------- */
.side-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: 1032;
	width: 300px;
	background-color: #004064;
    border-color: #333;
}

.side-menu.left {
	left: -300px;
}

.side-menu.right {
	right: -300px;
}

.side-menu.left.opened {
	left: 0;
}

.side-menu.right.opened {
	right: 0;
}

.side-menu-wrapper {
	height: 100%;
	padding: 25px 15px 25px 25px;
}

.side-menu-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1031;
	background-color: rgba(0,0,0, 0.42);
	visibility: hidden;
	opacity:0;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	cursor:pointer;
}

.side-menu.opened + .side-menu-overlay  {
	opacity: 1;
	visibility: visible;
}

.side-menu-close {
	text-align: right;
	margin-top: -10px;
	padding-bottom: 5px;
}

.side-menu-close .fa {
	color: #ddd;
	font-size: 18px;
}

.side-menu-close .btn:hover .fa {
	color: #fff;
}

.header-search-form {
	padding: 0 15px;
	position: relative;
	border: 1px solid #777;
	margin-bottom: 15px;
}

.navbar-form {
	padding: 0;
	margin: 0;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.header-search-form .form-control {
	width: 100%;
	display: block;
	background-color: transparent;
	border: 0;
	height: auto;
	padding: 12px 0 12px 24px;
	box-shadow: none;
	-webkit-box-shadow: none;
	text-align: right;
	border-radius: 0;
	margin-bottom: 0;
	color: #ddd;
}

.header-search-form .form-control:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
}

.header-search-form .btn-search {
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 14px;
	padding: 0;
	display: block;
	border: 0;
	width: 32px;
	height: 32px;
	line-height: 32px;
	right: 15px;
	margin-top: -16px;
	background-color: transparent;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	color: #ddd;
	outline: 0 !important;
}

.side-menu .navbar-nav {
	margin: 0;
}

.side-menu .navbar-nav,
.side-menu .navbar-nav li {
	float: none;
}

.side-menu .navbar-nav > li > a {
	padding: 6px 20px 6px 0;
	color: #ddd;
}

.side-menu .navbar-nav > .active > a, 
.side-menu .navbar-nav > .active > a:hover, 
.side-menu .navbar-nav > .active > a:focus,
.side-menu .navbar-nav > .open > a,
.side-menu .navbar-nav > .open > a:hover,
.side-menu .navbar-nav > .open > a:focus {
	background-color: transparent;
}

.side-menu .navbar-nav ul {
	padding: 0 0 0 15px;
	list-style: none;
	display: none;
}

.side-menu .navbar-nav ul ul {
	padding: 0 15px;
	border-left: 1px solid transparent;
}

.side-menu .navbar-nav li li a {
	padding: 5px 0;
	color: #ddd;
}

/*.side-menu .navbar-nav .fa {
	position: absolute;
	right: 1px;
	top: 6px;
	font-size: 1.3em;
}*/

/* =Banner
-------------------------------------------- */
.banner {
	width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
    position: relative;
	background-color:#202125;
	background-image: url(images/fogelman_attorneys_hd.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}
.home .banner{
background-size:100% auto;
}
.banner-mobile{text-align:center;color:#337ab7;padding:20px;}

.banner-mobile .caption-hg {
    line-height: 50px;
    color: #004064;
}

.banner-mobile .banner-caption{text-shadow:none;}



@media (min-width: 1025px) {
	.banner {
	background-image: url(images/fogelman_attorneys_hd.jpg);
	background-color:#202125;
    background-size: cover;
    background-position: bottom;		
	}
}
.banner .home{
	background-size: 100% auto;
}
.profile-mathew {
	background-image: url(images/matthew_j_fogelman_full.jpg);
}

.banner .banner-inner {
	display: table-cell;
	vertical-align: bottom;
	padding: 125px 0 45px;
	text-align: right;
}
.home .banner .banner-inner {
	vertical-align: top;
	text-align: left;
}

.banner-desc {
	color: #fff;
	text-align: left;
	display: inline-block;
	max-width: 768px;
	width: 100%;
}

.banner-profile .banner-desc {
	max-width: none;
	width: auto;
}

.banner-row {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 28px;
}

.banner-caption {
	text-shadow: 1px 1px 1px #010101;
	font-size: 32px;
	margin: 0;
}

.caption-hg {
	font-family: 'Perpetua', sans-serif;
	font-style: italic;
	font-size: 50px;
	font-weight: 300;
	line-height: 1;
	display: inline-block;
}

.caption-lg {
	font-size: 42px;
	font-weight: 300;
	line-height: 1.2;
	display: block;
}

.banner-desc .btn {
	font-size: 24px;
	line-height: 1;
	font-weight: 300;
	color: #fff;
	border-radius: 0;
	background-color: #004064;
	-webkit-box-shadow: 1px 2px 15px 1px rgba(1,1,1,.49);
	-moz-box-shadow: 1px 2px 15px 1px rgba(1,1,1,.49);
	box-shadow: 1px 2px 15px 1px rgba(1,1,1,.49);
}

.banner-desc .btn:hover,
.banner-desc .btn:focus,
.banner-desc .btn:active {
	background-color: #00304b;
}

.list-profile-contact > li {
	padding-right: 12px;
}

.list-profile-contact a {
	color: #fff;
}

.list-profile-contact .bull {
	padding-right: 8px;
}

/* =Main
-------------------------------------------- */
.heading {
	border-bottom: 2px solid #d7d7d7;
	position: relative;
	/*padding: 0 30px 10px;*/
	padding: 0 20px 10px;
	margin-bottom: 40px;
}

.heading-lg {
	padding-bottom: 20px;
}

.heading:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 39px;
	border-bottom: 2px solid #004064;
	width: 113px;
}

.heading-white {
	border-bottom-color: #a2a2a2;
}

.heading-white:before {
	border-bottom-color: #fff;
}

.heading.no-border {
	padding: 0;
	margin: 0 0 20px;
}

.heading.no-border:before {
	content: none;
}

.heading h2,
.heading h3,
.heading h4 {
	line-height: 1.42857143;
	margin-bottom: 0;
}

.heading h2 {
	font-size: 36px;
}

.heading h3 {
	font-size: 30px;
}

.lead {
	font-size: 20px;
	font-weight: 400;
}

.lead-hg {
	font-family: 'Perpetua', sans-serif;
	font-size: 40px;
	font-style: italic;
	line-height: 1;
}

.lead-lg {
	font-family: 'Perpetua', sans-serif;
	font-size: 30px;
	font-style: italic;
	line-height: 1;
}

.heading-primary {
	overflow: hidden;
	padding: 0 100px 40px;
}

.heading-primary h2,
.heading-primary h3 {
	display: inline-block;
	margin: 0;
	padding: 0 20px;
	font-family: 'Perpetua', sans-serif;
	font-style: italic;
	position: relative;
}

.heading-primary h3 {
	font-size: 32px;
}

@media (min-width: 768px) {
	.heading-primary h2,
	.heading-primary h3	{
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.heading-primary h3,.heading-primary h2 {
		font-size: 52px;
	}
}

.heading-primary h3:before,
.heading-primary h3:after,
.heading-primary h2:before,
.heading-primary h2:after  {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	height: 0;
	width: 113px;
	border-bottom: 2px solid #004064;
}

.heading-primary h3:after, .heading-primary h2:after {
	left: 100%;
	right: auto;
}

.blue-box {
	color: #fff;
	padding: 30px 15px 30px;
	line-height: 1.55;
	position: relative;
	margin-bottom: 20px;
	background: #005e80;
	background: -moz-linear-gradient(top, #005e80 0%, #005073 29%, #004064 49%, #003354 73%, #002947 100%);
	background: -webkit-linear-gradient(top, #005e80 0%,#005073 29%,#004064 49%,#003354 73%,#002947 100%);
	background: linear-gradient(to bottom, #005e80 0%,#005073 29%,#004064 49%,#003354 73%,#002947 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005e80', endColorstr='#002947',GradientType=0 );
	display:table-cell;
	vertical-align:middle;
}

@media (min-width: 992px) {
	.blue-box {
		padding: 48px 35px 48px;
		margin-bottom: 40px;
	}
}

.blue-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 9px;
	border: 1px solid #fff;
}

.line-height-default,
.horizontal-heading-v2 h2 {
	line-height: 1.42857143;
}

@media (min-width: 768px) {
	.horizontal-heading-v2 {
		border-right: 2px solid #d7d7d7;
		position: relative;
		padding: 1px 40px 1px 0;
		margin-top: 10px;
		margin-right: 30px;
		display: table;
		height: 275px;
	}
	.horizontal-heading-v2:before {
		content: "";
		position: absolute;
		right: 0;
		top: 40px;
		border-right: 2px solid #004064;
		height: 111px;
	}
	
	.horizontal-heading-v2 h2 {
		display: table-cell;
		vertical-align: middle;
	}
}

.offset-wrapper {
	overflow: hidden;
}

.offset-box {
	background: #004064;
	color: #fff;
	font-weight: 300;
	padding: 15px 30px 10px 30px;
	position: relative;
	margin-top: 10px;
}

@media (min-width: 992px) {
	.offset-box {
		margin-left: 40px;
	}
}

/*.offset-box:after {
	content: "";
	position: absolute;
	background: #004064;
	top: 0;
	left: 0;
	height: 100%;
	width: 10000px;
	z-index: -1;
	-webkit-box-shadow: 1px 2px 17px 1px rgba(1,1,1,.49);
	-moz-box-shadow: 1px 2px 17px 1px rgba(1,1,1,.49);
	box-shadow: 1px 2px 17px 1px rgba(1,1,1,.49);
}*/

.list-practice {
	margin-bottom: 60px;
}

.list-practice > li {
	margin-bottom: 18px;
}

.offset-body {
	padding-left: 28px;
	padding-right: 15px;
}

.offset-box a {
	color: #fff;
}

.gray-wrapper {
	background-color: #f1f1f1;
}

.grid-wrapper {
	border-bottom: 2px solid #fff;
}

.blue-wrapper {
	background: #004064;
	color: #fff;
}

.horizontal-wrapper {
	color: #fff;
	background-color: #333;
	background-image: url(images/bg_horizontal_wrapper.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.horizontal-wrapper a{color:#fff;text-decoration:none;}
.horizontal-heading h2 {
	line-height: 1.42857143;
}

@media (min-width: 768px) {
	.horizontal-heading {
		margin-right: 35px;
		margin-top: 10px;
		padding-right: 15px;
		min-height: 275px;
		display: table;
		position: relative;
		border-right: 2px solid #fff;
	}
	/*.horizontal-heading:before,
	.horizontal-heading:after {
		content: "";
		position: absolute;
		top: 0;
		left: 100%;
		border-right: 2px solid #fff;
		height: 39px;
	}
	.horizontal-heading:after {
		height: 121px;
		top: auto;
		bottom: 0;
	}*/
	
	.horizontal-heading h2 {
		display: table-cell;
		vertical-align: middle;
	}
}

.color-wrapper {
	color: #fff;
	background-color: #333;
	background-image: url(images/bg_testimonials.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.blockquote {
	padding: 27px 50px 10px;
	margin: 0;
	border: 0;
	position: relative;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.42857143;
}

@media (min-width: 768px) {
	.blockquote {
		padding-left: 85px;
		padding-right: 85px;
	}
}

@media (max-width: 480px) {
	.blockquote {
		padding-left: 0;
		padding-right: 0;
	}
}

.blockquote:before,
.blockquote:after {
	content: "\201C";
	position: absolute;
	top: 0;
	left: 0;
	font: normal normal normal 125px/1 Georgia, serif;
	opacity: .53;
	filter: Alpha(opacity=53);
}

.blockquote:after {
	content: "\201D";
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
}

@media (max-width: 480px) {
	.blockquote:before,
	.blockquote:after {
		font-size: 70px;
	}
}

.blockquote .author {
	display:block;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}

.blockquote .author:before {
	content: none;
}

.post-media .media-left, 
.post-media > .pull-left {
	padding-right: 25px;
	padding-left: 8px;
}
.post-media .media-left{
	min-width:150px;
}

@media (max-width: 400px) {
	.post-media .media-left, 
	.post-media .media-right, 
	.post-media .media-body {
		display: block;
		width: auto;
	}
	.post-media .media-left, 
	.post-media .media-right {
		margin-bottom: 15px;
		padding: 0;
	}
}

.media-object {
	max-width: none;
}

.media-heading {
	color: #313131;
	font-size: 21px;
	font-weight: 600;
}

.media-heading a {
	color: inherit;
}

.media-body {
	line-height: 1.42857143;
	color: #313131;
}

@media (min-width: 992px) {
	.media-news {
		margin-left: 55px;
	}
}

@media (min-width: 992px) {
	.media-md-padd-left {
		padding-right: 30px;
	}
	.media-md-padd-right {
		padding-left: 30px;
	}
}

.contact-wrapper {
	background-color: #333;
	background-image: url(images/bg_contact.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.contact-block {
    background-color: #000;
    background-color: rgba(0,0,0,.54);
    padding: 15px 40px 20px;
    color: #fff;
}

@media (max-width: 380px) {
	.contact-block {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.contact-block h2 {
	margin-top: 0;
}

.section-title-lg {
	font-size: 48px;
}

.panel-group .panel-profile {
	border-radius: 0;
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-profile .panel-heading {
	border-radius: 0;
	border-bottom: 2px solid #8b8b8b;
	padding: 0;
	position: relative;
}

.panel-profile .panel-heading:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 39px;
	width: 113px;
	border-bottom: 2px solid #fff;
}

.panel-profile .panel-title {
	font-size: 20px;
}

.panel-profile .panel-title .fa {
	color: #d7d7d7;
	font-size: 30px;
	position: absolute;
	top: 6px;
	right: 20px;
}

@media (min-width: 768px) {
	.panel-profile .panel-title .fa {
		font-size: 36px;
	}
}

.panel-profile:nth-child(4n+4) .panel-title,
.panel-profile:nth-child(4n+5) .panel-title {
	font-size: 22px;
}

.panel-profile .panel-heading a {
	display: block;
	padding: 10px 40px 10px 15px;
	text-decoration: none;
	outline: 0;
}

@media (min-width: 768px) {
	.panel-profile .panel-heading a {
		padding-left: 30px;
		padding-right: 50px;
	}
	.panel-profile .panel-body {
		padding-left: 30px;
	}
}

.panel-group  .panel-profile .panel-heading + .panel-collapse > .panel-body {
	border: 0;
}

.grid-practice-container {
	max-width: 1048px;
	margin: 0 auto 30px;
}

@media (min-width: 600px) {
	.grid-10,
	.grid-8,
	.grid-5,
	.grid-4,
	.grid-2 {
		float: left;
	}
	
	.grid-10 {
		width: 74.5%;
	}

	.grid-8 {
		width: 66.62555555%;
	}
	
	.grid-5 {
		width: 50%;
	}

	.grid-4 {
		width: 33.37444445%;
	}
	
	.grid-2 {
		width: 25.2%;
	}	
}

.grid-item {
	padding: 0 0 1px 1px;
	position: relative;
	cursor: pointer;
}

.grid-item a {
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
}

.grid-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 1px;
	bottom: 1px;
	right: 0;
	z-index: 1;
	background-color: rgba(0, 40, 65, 0.55);
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

.grid-item:hover:before {
	background-color: rgba(0, 40, 65, 0);
	/* background-color: transparent; */
}

.grid-item img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 600px) {
	.grid-item img {
		display: block;
		width: 100%;
	}
}

.grid-item:hover img {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	filter: none;
}

.grid-item .grid-item-title {
	position: absolute;
	font-size: 15px;
	text-transform: uppercase;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 7px;
	margin: 0;
}

.grid-item-expand {
	background-color: #000;
	color: #fff;
	overflow: hidden;
	position: relative;
	display: none;
}

.grid-item-expand a {
	color: #fff;
}

.img-box {
	background-color: #555;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 75%;
}

.img-box-gtab-1 {
	background-image: url(images/employment_discrimination.jpg);
}

.img-box-gtab-2 {
	background-image: url(images/personal_injury.jpg);
}

.img-box-gtab-3 {
	background-image: url(images/class_actions.jpg);
}

.img-box-gtab-4 {
	background-image: url(images/wrongful_termination.jpg);
}

.img-box-gtab-5 {
	background-image: url(images/sexual_harassment_full.jpg);
}

.img-box-gtab-6 {
	background-image: url(images/severance_and_employment_agreements.jpg);
}

.img-box-gtab-7 {
	background-image: url(images/defamation_and_slander.jpg);
}

.img-box-gtab-8 {
	background-image: url(images/wage_and_hour_violations.jpg);
}

.img-box-gtab-9 {
	background-image: url(images/liquor_law.jpg);
}

@media (min-width: 768px) {
	.img-box {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		padding: 0;
		height: 100%;
	}
}

.img-box .img-caption {
	position: absolute;
	left: 8px;
	bottom: 7px;
	font-size: 15px;
}

.grid-item-expand .btn-close {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	color: #fff;
	background: #000;
}

.expanded-text {
	padding: 15px 15px 7px;
	line-height: 1.42857143;
}

@media (min-width: 768px) {
	.expanded-text {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.expand-title {
	border-bottom: 1px solid #808080;
	padding-bottom: 10px;
	display: block;
	padding-right: 20px;
	margin: 0 0 5px;
}

.expanded-text p {
	margin-bottom: 25px;
}

.align-middle {
	vertical-align: middle;
}

.gform_wrapper {
	position: relative;
	margin-bottom: 30px;
}

.gform_wrapper ul, 
.gform_wrapper li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gform_wrapper li {
	margin-bottom: 10px;
	line-height: 1;
}

.gform_wrapper input[type=text],
.gform_wrapper textarea {
	color: #fff;
	font-size: 14px;
	background: transparent;
	border: 1px solid #fff;
	border: 1px solid rgba(255,255,255,.5);
	border-radius: 0;
	padding: 8px 15px;
	height: 40px;
	width: 100%;
	line-height:16px;
}

.gform_wrapper textarea {
	resize: none;
	height: 100px;
}

.gform_wrapper label {
	position: absolute; 
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	margin: 13px 16px;
}

@media (min-width: 768px) {
	.gform_footer.top_label {
		text-align: right;
		padding-top: 15px;
	}
}

.gform_wrapper input[type=submit] {
	background: #004064;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
	border: 1px solid #004064;
	padding: 5px 50px;
	text-transform: uppercase;
	border-radius: 0;
}

.gform_wrapper input[type=submit]:hover,
.gform_wrapper input[type=submit]:focus {
	background: #00304b;
	border-color: #00304b;
}

.form-text {
	font-size: 13px;
	font-weight: 300;
	line-height: 1.3;
}

@media (min-width: 768px) {
	.form-text {
		margin: -70px 180px 20px 0px; /* margin: -70px 180px 20px 0px; */
	}
}
.home .banner {
		height: 400px;
	}
@media (min-width: 900px) and (max-height: 1199px) {
	.home .banner {
		height: 500px;
	}
}
@media (min-width: 1200px) and (max-height: 1919px) {
	.home .banner {
		height: 700px;
	}
}

@media (min-width: 1920px) {
	.home .banner {
		height: 800px;
	}
}

@media (max-width: 450px) {
.ginput_recaptcha {
		transform: scale(0.88);
		-webkit-transform: scale(0.88);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
}

@media (max-width: 420px) {
.ginput_recaptcha {
		transform: scale(0.77);
		-webkit-transform: scale(0.77);
	}
}

@media (max-width: 350px) {
.ginput_recaptcha {
		transform: scale(0.67);
		-webkit-transform: scale(0.67);
	}
}

.owl-settlements {
	padding-left: 35px;
	padding-right: 35px;
	margin-bottom: 10px;
}

@media (min-width: 992px) {
	.owl-settlements {
		padding-left: 50px;
		padding-right: 50px;
	}
}

.owl-settlements .item {
	text-align: center;
}

.owl-settlements .item p {
	margin-bottom: 10px;
}

.owl-settlements .item a {
	color: #ccc;
}

.owl-settlements .owl-item:nth-child(4n+3) a,
.owl-settlements .owl-item:nth-child(4n+4) a {
	color: #f1f1f1;
}

.owl-settlements .owl-prev, 
.owl-settlements .owl-next {
    position: absolute;
    top: 20px;
	font-size: 48px;
	line-height: 1.1;
    color: #fff;
	opacity: 0.2;
	filter: Alpha(opacity=20);
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.owl-settlements .owl-prev {
	left: 0;
}

.owl-settlements .owl-next {
	right: 0;
}

.owl-settlements .owl-prev:hover, 
.owl-settlements .owl-next:hover {
	opacity: 1;
	filter: Alpha(opacity=100);
}

.owl-clients {
	padding-left: 50px;
	padding-right: 50px;
}

@media (min-width: 992px) {
	.owl-clients {
		padding-left: 120px;
		padding-right: 120px;
	}
}

.owl-clients .owl-prev, 
.owl-clients .owl-next {
    position: absolute;
    top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	text-align: center;
	font-size: 32px;
	line-height: 1.1;
    color: #14364f;
	background: #f6f6f6;
	box-shadow: 1px 3px 5px rgba(0,0,0,.25);
	border-radius: 50%;
	-webkit-transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.owl-clients .owl-prev {
	left: 0;
}

.owl-clients .owl-next {
	right: 0;
}

.owl-clients .owl-prev:hover, 
.owl-clients .owl-next:hover {
	color: #071925;
	background: #e9e9e9;
	box-shadow: 1px 3px 5px rgba(0,0,0,.35);
}

.owl-clients .owl-item .item img {
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	opacity: 0.37;
	filter: saturate(0);
	-webkit-filter: saturate(0);
	-moz-filter: saturate(0);
	-o-filter: saturate(0);
	-ms-filter: saturate(0);
	filter: gray;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.owl-clients .owl-item .item img:hover {
	opacity: 1;
	filter: saturate(1);
	-webkit-filter: saturate(1);
	-moz-filter: saturate(1);
	-o-filter: saturate(1);
	-ms-filter: saturate(1);
}

/* =Footer
-------------------------------------------- */
.footer {
	background: #383838;
	color: #fff;
	font-size: 14px;
}

@media (min-width: 768px) {
	.ft-col-first {
		width: 39%;
	}
	
	.ft-col-last {
		width: 19.33333333%;
		text-align: right;
	}
}

.adr {
	position: relative;
	padding: 0 0 0 35px;
}

.adr .fa-map-marker {
	position: absolute;
	margin-left: -35px;
	font-size: 20px;
}

.adr .location {
	display: block;
	font-weight: 600;
}

.footer a {
	color: #fff;
}

.footer-menu > li {
	margin-bottom: 15px;
}

.social-icons a {
	font-size: 26px;
	margin-left: 3px;
	margin-right: 3px;
}

.social-icons a:hover {
	color: #f0f0f0;
}

.copyright {
	color: #7d7d7d;
	font-size: 12px;
	line-height: 1.3;
	margin-bottom: 0;
}

/* =Layout Helper Classes
-------------------------------------------- */
.content-hg {
	padding-top: 60px;
	padding-bottom: 60px;
}

.content-lg {
	padding-top: 40px;
	padding-bottom: 40px;
}

.content-md {
	padding-top: 30px;
	padding-bottom: 30px;
}

.content-sm {
	padding-top: 20px;
	padding-bottom: 20px;
}

.content-xs {
	padding-top: 10px;
	padding-bottom: 10px;
}

.col-centered {
    float: none;
    margin-left: auto;
	margin-right: auto;
}

.no-gutter {
	margin-left: 0;
	margin-right: 0;
}

.no-gutter > [class^='col-'],
.no-gutter > [class*='col-'],
.no-gutter > [class^=' col-'] {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 768px) {
	.table-row {
		display: table;
		table-layout: fixed;
	}
	.table-row > [class^='col-'],
	.table-row > [class*='col-'],
	.table-row > [class^=' col-'] {
		display: table-cell;
		float: none;
		vertical-align: middle;
	}
	.table-row.align-top > [class^='col-'],
	.table-row.align-top > [class*='col-'],
	.table-row.align-top > [class^=' col-'] {
		vertical-align: top;
	}
}

.text-white {
	color: #fff;
}

.text-black {
	color: #000;
}

.text-blue {
	color: #004064;
}

.text-shadow {
	text-shadow: 1px 1px 1px #010101;
}

.no-resize {
	resize: none;
}

.no-border {
	border: 0;
}

.none {
	display: none;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.inline-block {
	display: inline-block;
}

.nowrap {
	white-space: nowrap;
}

.break-word {
	word-wrap: break-word;
}

.overflow {
	overflow: hidden;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.line-normal {
	line-height: normal;
}

.text-italic {
	font-style: italic;
}

.text-light {
	font-weight: 300;
}

.text-regular{
	font-weight: 400;
}

.text-semibold {
	font-weight: 600;
}

.text-bold {
	font-weight: 700;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

.underline {
	text-decoration: underline;
}

.radius {
	border-radius: 4px;
}

.no-radius {
	border-radius: 0;
}

.no-box-shadow {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.text-big {
	font-size: 24px;
}

.text-x-large {
	font-size: 20px;
}

.text-large {
	font-size: 18px;
}

.text-medium {
	font-size: 16px;
}

.text-normal {
	font-size: 14px;
}

.text-small {
	font-size: 12px;
}

.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}

.mt0 {
	margin-top: 0;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mb0 {
	margin-bottom: 0;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.ml0 {
	margin-left: 0;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}

.ml40 {
	margin-left: 40px;
}

.ml50 {
	margin-left: 50px;
}

.mr0 {
	margin-right: 0;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.mr40 {
	margin-right: 40px;
}

.mr50 {
	margin-right: 50px;
}

.pt0 {
	padding-top: 0;
}

.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pt30 {
	padding-top: 30px;
}

.pt40 {
	padding-top: 40px;
}

.pt50 {
	padding-top: 50px;
}

.pb0 {
	padding-bottom: 0;
}

.pb5 {
	padding-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb50 {
	padding-bottom: 50px;
}

.pl0 {
	padding-left: 0;
}

.pl5 {
	padding-left: 5px;
}

.pl10 {
	padding-left: 10px;
}

.pl15 {
	padding-left: 15px;
}

.pl20 {
	padding-left: 20px;
}

.pl30 {
	padding-left: 30px;
}

.pl40 {
	padding-left: 40px;
}

.pl50 {
	padding-left: 50px;
}

.pr0 {
	padding-right: 0;
}

.pr5 {
	padding-right: 5px;
}

.pr10 {
	padding-right: 10px;
}

.pr15 {
	padding-right: 15px;
}

.pr20 {
	padding-right: 20px;
}

.pr30 {
	padding-right: 30px;
}

.pr40 {
	padding-right: 40px;
}

.pr50 {
	padding-right: 50px;
}

/*.nav > li > a.toggle-menu {
    border-left: 1px solid #777;
    display: block;
    margin: 0;
    padding: 6px 12px;
    position: absolute;
    right: 0;
    width: auto;
    z-index: 999;
}
.side-menu .navbar-nav > li.menu-item-has-children > a:not(.toggle-menu) {
    margin-right: 35px;
    padding-right: 0;
}*/
.side-menu .sub-menu .sub-menu {
    display: block;
    font-size: 16px;
}
.side-menu  .sub-menu .sub-menu a {
	   color: #aaaaaa;
}
.page:not(.home) .banner, .search .banner, .blog .banner, .single-post .banner, .single-person .banner{max-height:500px;}
.blog .articles {padding:20px 0;}
.single-post .articles, .single-person .main{padding-bottom:40px;}
.navbar .container-fluid {padding:0 40px 4px;}

@media (max-width: 768px) {
	.navbar-brand img {
	    height: 55px;
	    width: auto;
	}
	.navbar .container-fluid {padding:0 20px;}
	/*.home .banner {
		background-image: url(images/mobile-team-image-new-2019.jpg);
	}*/
	
}

@media all and (max-width: 1024px) {
	/*.home .banner {
		background-image: url(images/mobile-team-image-new-2019.jpg);
		margin-top:50px;
	}*/
}
/*@media (min-width: 1600px){
	.page:not(.home) .banner, .search .banner, .blog .banner, .single-post .banner, .single-person .banner{
		background-size:auto 148%;
	}
	.navbar{
		width: 1600px;
		margin-left: 50%;
		transform: translateX(-50%);
	}
}*/
.horizontal-wrapper p{margin:20px 0 0;}
.horizontal-wrapper p:first-child{margin-top:0;}
.gform_submit .form-text{display:none;}
.gform_submit .gform_confirmation_wrapper {text-align:center;}
/*.mobile-spacer {background:#004064;padding-top:105px;}*/
.alignleft{float:left;margin:0 15px 15px 0;}
.alignright{float:right;margin:0 0 15px 15px;}
.entry.col-sm-6:nth-child(2n+1) {
    clear: left;
}
a.text-white:hover{color:#fff;}
.copyright a{color:#7d7d7d}
.bread, .entry-meta{font-size:13px;color:#777;}
.bread a, .entry-meta a{color:#000;text-decoration:underline;}
.entry-meta{font-weight:bold;font-size:11px;}

.page-numbers {
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    min-width: 26px;
    padding: 6px;
	background:#004064;
	color:#fff;
}
.page-numbers.current{
	border:1px solid #004064;
	color:#004064;
	background:#fff;
}
.page-numbers:hover{color:#fff;}
.element a,.element a:hover{color:#fff;text-decoration:underline;}
.news{
	min-height:calc(2em + 50px);
}
.news .element{
	transition: all 0.5s ease-in-out;
}
.fadeout {
	opacity:0;
}
.gform_footer.top_label input {
    position: absolute;
    margin-top: -80px;
    right: 0;
}
.gform_footer.top_label{
position:relative
}
@media all and (max-width: 991px) {
.mobile-buttons{padding:10px 5px;}
.mobile-buttons {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.mobile-buttons a {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
	margin:0 5px;
}
.gform_footer.top_label input {
    position: relative;
}
.gform_footer.top_label {text-align:center}
.ginput_recaptcha > div {margin:auto}
}
@media (max-width:991px){
	.navbar.absolute{position:fixed}
	
	.navbar-brand img{max-height:55px;width: auto;}
	.btn-toggle{display:inline}
	.top-right{padding-top:0}
}

@media (max-width:1080px){
	.navbar-brand{padding:5px;}
	.section-phone{padding-bottom:0}
	.top-menu{padding-top:22px;}
	
}

@media (min-width:501px) and (max-width:1080px){
	.top-menu{padding-top:0;}
}

.navbar {top:0;z-index:999;width:100%; min-height:0 !important}
.nav-holder {position:absolute;width:100%;}
/*.navbar.affix {position:sticky}*/
.navbar-brand{padding-left:0;}

.nav-holder{transition: all 1s;, background:rgba(0, 64, 100, 0)}
.affix .nav-holder{background:rgba(0, 64, 100, 1)}
@media (min-width:768px){
	.navbar-header{
	padding-top:10px
	}
}

@media (max-width:767px){
	.caption-hg{font-size:50px;}
	.list-profile-contact > li {padding:0}
		
}
.navbar-header{
position: relative;
z-index: 9999;
}
@media all and (max-width: 1024px) and (orientation:portrait) {
	.home .banner {height:300px;}
}
@media all and (max-width: 1024px) and (orientation:landscape) {
	.home .banner {height:500px;}
}

.r-embed, .r-youtube, .r-map, .r-square { //16:9
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.r-youtube {
   padding-bottom:60.72%;
}
.r-map {
   padding-bottom:75%;
}
.r-square {
   padding-bottom:100%;
}

.r-embed iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
@media all and (max-width: 767px) {
	.blue-box, .wp-video{width:100% !important}
	.videobox{margin-top:20px !important;}
}