/*******************************************/
/* Theme Name: PaperStreet                 */
/* Theme URI: http://www.edge.ai 		   */
/* Author: PaperStreet                     */
/* Author URI: http://www.paperstreet.com  */
/* Description: For Edge International     */
/* Version: 1.0                            */
/*******************************************/
blockquote p {
color: rgb(128, 128, 128)!important;
background:#eee;
margin:0 0 1.6em 0.8em;
padding:1.4em 1em 0.1em 1em;
border-left:5px solid #253284;
font-style: italic;
}
a {
	text-decoration: none;
}
a:active {
	color: #d1d2d3;
}
em { font-style: italic; }
/* Clears */
.clear:after {
	content: "";
	display: table;
	clear: both;
}
/* Home Narrow Banner */
.banner-link {
background-color: #ff0000;
max-width:98%;
/*max-height: 118px;*/
/*position: relative;*/
/*display:block;*/
/*background-repeat: no-repeat;*/
/*margin-left: 43px;*/
/*background-size:100% auto;*/
/*padding-top: 36px;*/
margin-left: 13px;
/*padding-bottom: 20px;*/
}
.banner-link h2 {
	color:#fff !important;
	text-align: center!important;
	font-size: 25px!important;
	margin: 0px 0px !important;
	padding:30px;
}
/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {max-width: 100%;}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {height: auto;}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {max-width: 100%; height: auto;}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {max-width: 100%;}

table {
	margin: 10px auto;
}
table tbody td {
	padding: 10px;
}

/* WordPress image alignment */
.alignleft {float: left; margin: 5px 10px 10px 0;}
.alignright {float: right; margin: 10px 0 10px 10px;}
.aligncenter {display: block; margin-left: auto; margin-right: auto;}

/*************/
/* Structure */
/*************/
body {
	font-family: 'Open Sans', sans-serif;
	background-color: #000000;
}
.container {
	width: 100%;
	/*max-width: 320px;*/
	margin: 0 auto;
	position: relative;
}
.left {
	float: left;
}
.right {
	float: right;
}

/**********/
/* Header */
/**********/
.header {
	width: 100%;
	background-color: #eeeeee;
	/*height: 152px;*/
}
.header .logo {
	width: 100%;
	height: auto;
	padding-top: 10px;
	float: left;
	position: relative;
}
.header .logo a {
	display: block;
	text-indent: -9999px;
	background: url('images/edge-logo.png');
	/*background-image: url('svg/edge-logo.svg');*/
	background-image: url('images/EI-new-logo.png');
	background-repeat: no-repeat;
	width: 268px;
	height: 150px;
	background-size: 268px 150px;
	margin: -10px auto;
	position: relative;
	z-index: 9999;
}
.header .navigation {
	float: right;
	margin-top: 0;
	position: relative;
	z-index: 100;
	width: 100%;
}
.header .navigation a.mobile-menu {
	display: block;
	padding: 15px 0;
	margin: 0;
	color: #fff;
	background: #1B3886;
	font-weight: 400;
	font-size: 24px;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 2px;
}
.header .navigation .menu-container {
		display: none;
}
.header .navigation a.mobile-menu:after {
	content: "\f0c9";
	margin: -5px 0 0 5px;
	font-size: 18px;
	display: none;
	vertical-align: middle;
}
.header .navigation ul li {
		width: 100%;
		float: none;
		border-bottom: 1px solid #ffffff;
		margin: 0;
}
.header .navigation ul li:first-child {
		border-top: 1px solid #ffffff
}
.header .navigation ul li a {
	padding: 15px 0;
	font-size: 15px;
	color: #727272;
	text-transform: uppercase;
	display: block;
	font-family: 'Oswald', sans-serif;
	text-align: center;
}
.header .navigation ul li a:hover {
	background: #1B3886;
	color: #fff;
}
.header .navigation a.mobile-menu:hover,
.header .navigation ul li:hover a {
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
.header .navigation ul li ul {
		display: block;
		width: 100%;
		position: static;
		background: none;
		margin: 0 0 20px;
}
.header .navigation ul li ul li {
		float: none;
		width: 100%;
		border: none;
		margin: 0 !important;
}
.header .navigation ul li ul li a {
		font-size: 18px;
		border: none;
		padding: 0;
}

.header .navigation ul li.menu-item-has-children {
	position: relative;
}

/*Flex Control*/
.flex-control-nav {
	position: absolute;
	bottom: 10%;
	left: 20%;
	z-index: 9999;
	display: none;
}
.flex-control-nav li {
	float: left;
	display: block;
	margin: 0 5px;
	padding: 0;
}
.flex-control-nav li a{
	display: block;
	text-indent: -9999px;
	background: url('images/flex-buttons.png') no-repeat -35px -17px;
	width: 17px;
	height: 17px;
	position: relative;
}
.flex-control-nav li a:hover, .flex-control-nav li .flex-active {
	background: url('images/flex-buttons.png') no-repeat -12px -17px;
	cursor: pointer;
}
/*.flex-control-nav li a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}*/
.banner {
	background-color: #fff;
	overflow: hidden;
}
.banner .featured-image,
.banner .flexslider {
		position: relative;
		margin: 0;
}
.banner .flexslider .slides li {
		position: relative;
		float: left;
		width:100%;
		margin-right:-100%;
}
.banner .featured-image,
.banner .images .flexslider,
.banner .images .flexslider .slides,
.banner .images .flexslider .slides li {
		height: 386px
}

.banner .flexslider .slides li img {
	width: 100%;
	height: auto;
}
.banner .flexslider .slides {
	position: relative;
	z-index: 1000;
}
.banner .caption {
	position: relative;
	background-image: url('images/bg-angle.png');
	background-size: 1237px 482px;
	background-repeat: no-repeat;
	z-index: 1001;
	background-position: right center;
}
.single-people .banner .flexslider .caption {
	background-image: url('images/bg-angle-v3.png');
}
#tab-menu {
	padding: 0;
	background: #d0d0cf;
	margin: 0;
}
#tab-menu li {
	padding: 10px 20px;
	margin: 0;
	line-height: 1;
	background: #d0d0cf;
	margin: 5px 0;
}
#tab-menu li.active {
	background: #36C3EF;
}
#tab-menu li.active a {
	color: #fff;
}
#tab-menu li a {
	text-transform: uppercase;
	color: #163885;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
	display: block;
}
.banner {
		width: auto;
		/* background: url('images/bg-angle.png') no-repeat; */
		background-position: right top;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 101;
		padding: 0;
}
.banner h2 {
		/*font-size: 46px;*/
		/*line-height: 70px;*/
		padding: 60px 30px;
		font-size: 24px;
		line-height: 1.2;
		color: #ffffff;
		font-family: 'Oswald', sans-serif;
		text-transform: uppercase;
		font-weight: normal;
		text-align: center;
}
.banner h2 .third-line {
	display: block;
}
.banner h2 .second-line {
		/*margin-left: 30px;*/
		margin-left: 0;
}
.banner h2 .third-line {
		/*margin-left: 60px;*/
		margin-left: 0;
}
.banner h2 .teal {
		color: #56bde6
}
/* Subpages */
.banner .featured-image {
		padding: 220px 0 0 330px;
		height: 262px;
		width: 907px;
}
.banner .featured-image .angle h2 {
		line-height: 50px
}
.banner .featured-image .angle h2 .teal {
		font-size: 34px
}
.banner .featured-image .angle h2 .second-line {
		margin-left: 20px
}
.banner .featured-image .angle h2 .third-line {
		margin-left: 40px
}
.banner .featured-image .angle.v3 {
		padding: 180px 0 0 290px;
		height: 302px;
		width: 947px;
}
.banner .featured-image .angle.v3 h2 {
		margin-bottom: 87px
}
.banner .attorney-info {
		margin-left: 0;
		height: auto;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		background: #1A2469;
		text-align: center;
}
.banner .attorney-info span {
		color: #55bae3;
		font-size: 14px;
		font-family: 'Oswald', sans-serif;
		margin-right: 20px;
}
.banner .attorney-info span.email a:before {
		content: "\f0e0";
		margin: -2px 8px 0 0;
		vertical-align: middle;
		font-size: 20px;
		font-family: 'FontAwesome';
}
.banner .attorney-info span.vcard a:before {
		content: "\f09d";
		margin: -2px 8px 0 0;
		font-family: 'FontAwesome';
		vertical-align: middle;
		font-size: 20px;
}
.banner .attorney-info span.phone {
		margin-left: 10px
}
.banner .attorney-info span.phone:before {
		content: "\f10b";
		margin: 0 8px 0 0;
		vertical-align: middle;
		font-size: 28px;
		font-family: 'FontAwesome';
}
.banner .attorney-info a {
		color: #55bae3
}
.banner .attorney-info a:after {
		/*content: "\f054";*/
		font-size: 12px;
		vertical-align: middle;
		margin: 0 0 0 5px;
		font-family: 'FontAwesome';
}
.banner .attorney-info a:hover {
		color: #ffffff
}
.banner .attorney-info hr {
		background-color: #374394;
		width: 75%;
		margin: 10px 0;
		display: block;
		height: 1px;
		border: 0;
		border-top: 1px solid #374394;
		padding: 0;
}
.content {
		background-color: #ffffff;
		padding: 35px 0 50px;
		min-height: 300px;
}

.content .text-area .post strong,
.content .text-area .post b {
		font-weight: bold;
}

.content .text-area .post em strong,
.content .text-area .post em b {
		font-style: italic;
		font-weight: bold;
}

.content .text-area {
		float: left;
		width: 860px;
		padding-top: 10px;
}
.content .swap .text-area {
		float: right
}
.content h1,
.content h2,
.content h3 {
		font-family: 'Oswald', sans-serif;
		text-transform: uppercase;
		font-weight: normal;
		color: #253284;
}
.content h1 {
		font-size: 21px;
		margin-bottom: 20px;
		line-height: 29px;
}
.content h2 {
		font-size: 18px;
		margin: 20px 0;
		line-height: 26px;
}
.content h3 {
		font-size: 16px;
		margin: 20px 0;
		line-height: 24px;
}
.content h1 .learn-more {
		font-size: 16px;
		margin-left: 20px;
}
.content h1 a {
		color: #253284
}
.content h1 a .learn-more {
		color: #36c3ef
}
.content h1 a:hover .learn-more {
		color: #253284
}
.single-services .content .text-area h2 {
		font-family: 'Open Sans', sans-serif;
		text-transform: none;
		margin-bottom: 5px;
		font-weight: 600;
		font-size: 16px;
}
.content p,
.content li {
		font-size: 16px;
		color: #58595b;
		line-height: 26px;
		margin-bottom: 30px;
		position: relative;
}
.content .text-area ol {
		list-style: decimal;
		padding-left: 40px;
}
.content .text-area ul {
		padding-left: 40px
}
.content .text-area ul li:before {
		content: "\f054";
		margin-left: -25px;
		margin-right: 10px;
		font-size: 20px;
		color: #2ECEFC;
		position: absolute;
}
.content .text-area ol li ol,
.content .text-area ul li ul {
		margin: 20px 30px
}
.content a,
.content a:visited {
		color: #36c3ef
}
.content a:active,
.content a:hover {
		color: #163784;
		-webkit-transition: All 0.3s ease;
		-moz-transition: All 0.3s ease;
		-o-transition: All 0.3s ease;
		-ms-transition: All 0.3s ease;
		transition: All 0.3s ease;
}
.content p a:visited,
.content li a:visited {
		color: #252525
}
/* Featured area */
.content .featured-areas .section {
		width: 250px;
		min-height: 295px;
		/*margin-right: 10px;*/
		margin: 0 auto;
		/*float: left;*/
		float: none;
		padding: 40px 30px;
		position: relative;
}
.content .featured-areas .section .link {
		position: absolute;
		top: 27px;
		right: 17px;
		width: 20px;
		height: 20px;
		display: block;
		content: "";
}
.content .sidebar .featured-areas {
	width: auto;
}
.content .featured-areas .section.last {
		/*margin-right: 0;*/
}
.content .featured-areas .section.blue {
		display: block;
		background: url('images/box-darkblue-open.png');
		background-repeat: no-repeat;
		background-size: 100% auto;
}
.content .sidebar .featured-areas .section.blue,
.content .featured-areas.social-wrapper .section.blue {
		display: block;
		background: url('images/box-darkblue-down.png');
		background-repeat: no-repeat;
		background-size: 100% auto;
}
.content .featured-areas .section.green {
		display: block;
		background: url('images/box-green-open.png');
		background-repeat: no-repeat;
		background-size: 100% auto;
}
.content .sidebar .featured-areas .section.green,
.content .featured-areas.social-wrapper .section.green {
		display: block;
		background: url('images/box-green-down.png');
		background-repeat: no-repeat;
		background-size: 100% auto;
}
.content .featured-areas .section.light-blue {
		display: block;
		background: url('images/box-blue-open.png');
		background-repeat: no-repeat;
		background-size: 100% auto;
}
.content .featured-areas.social-wrapper .section.blue a:hover {color:#253284;}
.content .featured-areas.social-wrapper .section.light-blue {
		display: block;
		background: url('images/box-blue-down.png');
		background-repeat: no-repeat;
		background-size: 100% auto;
}
.content .featured-areas.social-wrapper .section.light-blue a:hover {color:#00ABE1;}
.content .featured-areas .section.purple {
		display: block;
		background: url('images/box-purple-open.png');
		background-repeat: no-repeat;
		background-size: 100% auto;
}
.content .featured-areas.social-wrapper .section.purple {
		display: block;
		background: url('images/box-purple-down.png');
		background-repeat: no-repeat;
		background-size: 100% auto;
}
.content .featured-areas.social-wrapper .section.purple .post a:hover {color:#5F2898;}
.content .featured-areas.social-wrapper .section.red {
		display: block;
		background: url('images/box-red-down.png');
		background-repeat: no-repeat;
		background-size: 100% auto;
}
.content .featured-areas.social-wrapper .section.red a:hover {color:#c63c07;}
.content .featured-areas .section.red h2 {color:#c63c07;}
.content .featured-areas .section.blank {
		display: block;
		background: url('images/box.png');
		background-repeat: no-repeat;
		background-size: 100% auto;
}
.content .featured-areas. .section h2 {
		font-size: 21px
}
.content .featured-areas .section a { color:#2A93B3;}
.content .featured-areas .section.blue h2 a,
.content .featured-areas .section.blue .post a:hover h2 {
		color: #253284
}
.content .featured-areas .section.linkedin-wrapper .post h2,
.content .featured-areas .section.linkedin-wrapper .post h2 a:hover,
.content .featured-areas .section.blogs-wrapper .post a,
.content .featured-areas .section.blogs-wrapper .post a:hover {
		font-family: 'Oswald',sans-serif!important;
		text-transform: uppercase!important;
		font-weight: normal!important;
		margin: 20px 0 0!important;
		line-height: 26px!important;
		font-size: 18px!important;
}
.page-id-19 .content .featured-areas .section h2 i{
	font-size: 14px;
	vertical-align: bottom;
	padding: 0;
	margin: 0;
	line-height: 1;
	position: relative;
	top: -2px;
	left: 10px;
}
.content .featured-areas .section.green h2 a,
.content .featured-areas .section.green .post a:hover h2 {
		color: #008668
}
.content .featured-areas .section.light-blue h2 a,
.content .featured-areas .section.light-blue .post a:hover h2 {
		color: #00abe1
}
.content .featured-areas .section.purple  a h2,
.content .featured-areas .section.purple .post h2 a:hover  {
		color: #5f2898
}
.content .featured-areas .section h2 i {
		margin-left: 10px;
		vertical-align: top;
		font-size: 25px;
}
.content .featured-areas .section p.quote {
		color: #414042;
		font-size: 19px;
		line-height: 30px;
		font-weight: 600;
		font-style: italic;
		margin-bottom: 40px;
}
.content .featured-areas .section p.author {
		font-style: italic;
		text-align: right;
		font-size: 14px;
}
/* Social badges */
.page-id-19 .content .featured-areas .section {
		position: relative;
		margin-top: 125px;
}
.content .featured-areas .section .social-badge {
		position: absolute;
		top: -97px;
		width: 144px;
		height: 119px;
		background: url('images/bg-social.jpg') no-repeat;
		left: 78px;
}
.content .featured-areas .section .social-badge.linkedin {
		background-position: 0 0
}
.content .featured-areas .section .social-badge.google-plus {
		background-position: -144px 0
}
.content .featured-areas .section .social-badge.twitter {
		background-position: -290px 0
}
.content .featured-areas .section .social-badge.rss-feed {
		background-position: -434px 0
}
/* Subpage links */
.content .subpage-links {
		margin-top: 40px
}
.content .subpage-links a {
		float: left;
		margin-right: 70px;
}
.content .subpage-links a h3 {
		color: #53c8ef;
		margin: 0;
}
.content .subpage-links a:hover h3 {
		color: #253284
}
/* People container */


/* People detail */
.content .people-container {
		margin: 0 auto;
		width: 288px;
}
.content .people-container ul {
		list-style: none;
		margin: 0;
		padding: 0;
}
.content .people-container ul li {
		float: left;
		width: 288px;
		height: 342px;
		background-color: #000000;
		border-right: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		margin: 0;
}
.content .people-container ul li a {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
}
.content .people-container ul li a .text-bars {
		position: absolute;
		bottom: 20px;
}
.content .people-container ul li a .text-bars span {
		width: 288px;
		text-align: center;
		color: #ffffff;
		display: block;
		text-transform: uppercase;
		font-family: 'Oswald', sans-serif;
}
.content .people-container ul li a .text-bars .blue {
		background-color: rgba(22,55,132,0.8);
		padding: 5px 0;
		font-size: 18px;
}
.content .people-container ul li a .text-bars .blue:after {
		content: "\f054";
		font-size: 12px;
		vertical-align: middle;
		margin: -6px 0 0 5px;
}
.content .people-container ul li a .text-bars .teal {
		background-color: rgba(54,195,239,0.8);
		padding: 8px 0;
		font-size: 12px;
}
.content .people-container ul li a:hover .text-bars .blue {
		background-color: #163784
}
.content .people-container ul li a:hover .text-bars .teal {
		background-color: #36C3EF
}
/*** Search ***/
/* Search */
.header .search-box {float: right; border: #000000 solid 1px; display: inline-block; margin: 0 0 20px;}
.header .search-box fieldset {border: none; padding: 0; margin: 0; background: #fff;}
.header .search-box .input {width: 207px; border: none; color: #000000 !important; font-size: 13px; font-weight: 400; background: none; height: 33px; float: left; margin: 0; box-shadow: none; display: inline-block; padding-left: 5px; /*font-family: 'Oswald, sans-serif';*/}
.header .search-box .input:focus {box-shadow: none; color: #000000 !important; outline: none;}
.header .search-box .btn {width: 30px; float: left; display: block; color: #fff; padding: 0; height: 35px; width: 35px; border: none; background-color: #253284;}
.header .search-box .btn:hover {color: #fff; cursor: pointer; background: #ff0000;}
.clearfix {clear: both;}

/* Blog sidebar */
.content .blogside {
		width: 310px;
		float: left;
		margin: 0 10px 0 35px;
}
.content .blogside .featured-areas {
		padding: 0;
		margin: 0;
}
.content .blogside .featured-areas .section,
.content .blogside .fact-check {
		float: none;
		margin: 0 0 10px;
}
/* Blog posts */
.content .post {
		margin-bottom: 30px
}
.content .featured-areas .section .post,
.content .featured-areas .section .tweets_txt2 {
		border-bottom: 1px solid #dfe1e2;
		padding-bottom: 10px;
		margin-bottom: 10px;
}
.content .featured-areas .section .post {
		margin-bottom: 15px
}
.content .featured-areas .section .post:last-child {
		border: none;
		padding-bottom: 0;
		margin-bottom: 0;
}
.content .featured-areas .section .post h2,
.content .featured-areas .section.partner-posts .post a,
.content .post h2 {
		font-size: 16px;
		font-family: 'Open Sans', sans-serif;
		text-transform: none;
		margin: 0;
		color: #2a93b3;
		font-weight: bold;
		text-transform: uppercase;
}
.content .featured-areas .section .post h2 {
		line-height: 20px
}
.content .featured-areas .section .post a:hover h2,
.content .featured-areas .section.partner-posts .post a:hover,
.content .post a:hover h2 {
		color: #253284
}
.content .featured-areas .section .post p,
.content .featured-areas .section .tweets_txt {
		color: #737477;
		font-size: 12px;
		font-style: italic;
		margin-bottom: 5px;
		line-height: 20px;
}
.content .featured-areas .section .tweets_txt span {
		display: block
}
.content .featured-areas .section #tweecool li {
		margin: 0
}
.content .featured-areas .section .post p.date,
.content .featured-areas .section .tweets_txt span,
.content .post p.date,
.content .post .feed-source {
		color: #737477;
		font-size: 12px;
		font-style: italic;
		margin-bottom: 5px;
		line-height: 20px;
}
.content .featured-areas .section .post p.date {
		margin-bottom: 0
}
.content .form-allowed-tags {
		display: none
}
.content .featured-areas .section.partner-posts .nav-links {
		display: none
}
/***********/
/* Sidebar */
/***********/
.content .sidebar {
	width: 310px;
	float: none;
	margin: 0 auto;
}
.content .swap .sidebar {
		float: left
}
.content .sidebar .featured-areas .section {
		float: none;
		margin-right: 0;
}
.content .sidebar h2 {
		margin-top: 10px
}
.content .sidebar a:hover img {
		opacity: 0.8
}

/* Service landing list */
.content .sidebar .services-list {
		margin: 0 0 0 -21px
}
.content .sidebar .services-list li {
		padding: 3px 21px 5px;
		margin-bottom: 0;
}
.content .sidebar .services-list li a {
		border-bottom: 1px solid #dfe1e2;
		font-size: 14px;
		font-family: 'Oswald', sans-serif;
		color: #53c8ef;
		width: 234px;
		display: block;
		padding: 0 0 9px;
		text-transform: uppercase;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
}
.content .sidebar .services-list li.longer a {
		font-size: 13px
}
.content .sidebar .services-list li:hover {
		background: url('images/bg-service-list.png') no-repeat;
		background-size: 260px auto;
}
.content .sidebar .services-list li ul {
		padding: 10px 0 10px 10px;
		border-bottom: 1px solid #dfe1e2;
}
.content .sidebar .services-list li ul li {
		padding: 0;
		margin-bottom: 10px;
}
.content .sidebar .services-list li ul li a {
		border: none;
		font-size: 14px;
		width: auto;
		padding: 0;
		line-height: 20px;
}
.content .sidebar .services-list li:hover ul li {
		background: none
}
.content .sidebar .services-list li:hover ul li a:hover {
		color: #253284
}

/*BUTTONS*/
.btn-subs {
  background: url('/wp-content/themes/paperstreet/images/subscribe-btn.png');
  background-image: url('/wp-content/themes/paperstreet/svg/subscribe-btn.svg'), none;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: .5em;
  padding-bottom: .5em;
  font-family: 'Oswald',sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  min-width: 300px;
  display: block;
}
.btn-subs:hover {
	color: #fff!important;
}
.btn-subs.pdf { min-width:150px;}
/**********/
/* Footer */
/**********/
.footer {
		width: 100%;
		position: relative;
}
.footer .footer-top {
		background-color: #e9ecef;
		padding: 0 0 30px;
}
/* Testimonials */
.footer .footer-top .testimonials {
		float: left;
		padding: 50px 0 0;
		width: 100%;
}
.footer .footer-top .testimonials .footer-button {
		background: url('images/footer-button.jpg') no-repeat;
		display: block;
		width: 280px;
		height: 82px;
		/*float: left;
		margin-right: 20px;
		*/
	 float: none;
	 margin: 0 auto;
}
.footer .footer-top .testimonials .footer-button:hover {
		opacity: 0.8
}
.footer .footer-top .testimonials .text-area {
		/*float: left;*/
		/*width: 470px;*/
		width: 280px;
		margin: 0 auto;
		border-right: 1px solid #b1b3b4;
		/*padding: 0 55px 0 0;*/
		padding: 0 20px 0 0;
}
.footer .footer-top .testimonials p {
		font-style: italic;
		font-weight: 600;
		font-size: 14px;
		color: #535353;
		text-align: right;
		margin-bottom: 10px;
		line-height: 22px;
}
.footer .footer-top .testimonials p.signature {
		font-weight: normal;
		margin-bottom: 20px;
}
/* People boxes */
.footer .footer-top .people-boxes {
		width: 290px;
		padding: 15px 0;
		margin: 0 auto;
		float: none;
}
.footer .footer-top .people-boxes a {
		display: block;
		width: 95px;
		height: 113px;
		border-right: 1px solid #767779;
		border-bottom: 1px solid #767779;
		float: left;
}
.footer .footer-top .people-boxes a.last {
		/*border-right: none*/
}
.footer .footer-top .people-boxes a.bottom {
		/*border-bottom: none*/
}
.footer .footer-top .global-reach {
		padding: 0;
		/*height: 218px;*/
		float: left;
		width: 100%;
}
.footer .footer-top .global-reach .world {
		width: 240px;
		height: 218px;
		background: url('images/footer-world.jpg') no-repeat;
		display: block;
		/*float: left;*/
		margin: 0 auto;
		float: none;
}
.footer .footer-top .global-reach .world:hover {
		background-position: 0 -218px
}
.footer .footer-top .global-reach h2 {
		color: #253284;
		font-size: 24px;
		line-height: 32px;
		text-transform: uppercase;
		font-family: 'Oswald', serif;
		font-weight: normal;
		float: left;
		margin: 0;
		display: block;
		width: 100%;
		text-align: center;
		/*margin-top: 50px 0 0 -10px; */
}
.footer .footer-top .global-reach h2 a {
		color: #36c3ef
}
.footer .footer-top .global-reach h2 a:after {
		content: "\f105";
		margin-left: 5px;
		font-size: 34px;
		font-weight: bold;
}
.footer .footer-top .global-reach h2 a:hover {
		color: #253284
}
.footer .footer-bottom {
		background-color: #535353;
		/*height: 36px;*/
		height: auto;
		padding: 20px 0;
}
.footer .footer-bottom p {
		margin: 0;
		color: #eeeeee;
		font-size: 13px;
		font-weight: 400;
		text-align: center;
		text-transform: uppercase;
		line-height: 1.4;
		/*padding-left: 15px;*/
}
.footer .footer-bottom a {
		color: #eeeeee;
		display: block;
		width: 100%;
		padding: 5px 0;
		text-transform: uppercase;
		font-size: 12px;
		line-height: 1;
}
.footer .footer-bottom a:hover {
		/*color: #a1a1a1;*/
		color: #fff;
		background: #666;
}
.footer .bottom-corner {
		background: url('images/bg-footer.png') no-repeat right bottom;
		/*width: 640px;*/
		width: 100%;
		height: 47px;
		/*position: absolute;*/
		position: relative;
		bottom: 0;
		/*right: -320px;*/
		right: 0;
		/*padding: 35px 0 0 80px;*/
		padding: 35px 0 0 0;
}
.footer .bottom-corner a {
		color: #ffffff;
		font-family: 'Oswald', serif;
		text-transform: uppercase;
		/*font-size: 18px;*/
		font-size: 16px;
		padding-left: 15px;
}
.footer .bottom-corner a:before {
		content: "\f0da";
		font-size: 23px;
		margin-right: 8px;
}
.footer .bottom-corner a:hover {
		color: #39c3ef
}
.banner .featured-image .angle.v3 .attorney-info a:after,
.content .people-container ul li a .text-bars .blue:after,
.banner .featured-image .angle.v3 .attorney-info span.email a:before,
.banner .featured-image .angle.v3 .attorney-info span.vcard a:before,
.banner .featured-image .angle.v3 .attorney-info span.phone:before,
.content .text-area ul li:before,
.header .navigation a.mobile-menu:after,
.footer .footer-top .global-reach h2 a:after,
.footer .bottom-corner a:before {
		font-family: "FontAwesome";
		font-weight: normal;
		font-style: normal;
		display: inline-block;
}
.kyco_googleplusfeed * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.kyco_googleplusfeed a {
	color: #262626;
	text-decoration: none;
	outline: none;
}
.kyco_googleplusfeed a:hover {
	text-decoration: underline;
}
.kyco_googleplusfeed .feed_header {
	padding: 20px 20px 10px;
	display: none;
}
.kyco_googleplusfeed .feed_profile_image {
	float: left;
	display: block;
	width: 50px; /* should be equal to profileImageSize */
	height: 50px; /* should be equal to profileImageSize */
	margin-right: 20px;
	border-radius: 50%;
	overflow: hidden;
}

.kyco_googleplusfeed .feed_screen_name {
	margin: 0;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
}

.kyco_googleplusfeed .feed_contentA {
	margin: 10px 0 20px 20px;
	height: 260px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-right: 27px;
}

.kyco_googleplusfeed .feed_contentA:hover {
	overflow-y: scroll;
	padding-right: 10px;
}

.kyco_googleplusfeed .feed_post {
	clear: both;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 20px;
	cursor: default;
}

.kyco_googleplusfeed .feed_post > a {
	color: #999;
	font-style: italic;
	font-size: 12px;
}

.kyco_googleplusfeed .feed_post span {
	color: #999;
	font-size: 12px;
}

.kyco_googleplusfeed .feed_post p {
	margin: 7px 0;
	font-size:13px;
}

.kyco_googleplusfeed .feed_sow_more {
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	margin: 0 20px 20px;
	display: inline-block;
	background: #d14836;
	border: 1px solid transparent;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: default;
	height: 28px;
	line-height: 28px;
	border-radius: 2px;
	padding: 0 15px;
	color: #fff;
	text-shadow:0 1px rgba(0, 0, 0, 0.1);
	background-image: -moz-linear-gradient(center top , #dd4B39, #d14836);
	background-image: -webkit-linear-gradient(center top , #dd4B39, #d14836);
	background-image: linear-gradient(center top , #dd4B39, #d14836);
	display: none;
}

.kyco_googleplusfeed .feed_sow_more:hover {
	border-color: #c53727;
	border-color: #b0281a #b0281a #af301f;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	background-image: -moz-linear-gradient(center top , #dd4b39, #c53727);
	background-image: -webkit-linear-gradient(center top , #dd4b39, #c53727);
	background-image: linear-gradient(center top , #dd4b39, #c53727);
}
.kyco_googleplusfeed .feed_sow_more:active {
	box-shadow: 0 0 0 1px #fff inset;
}
.kyco_googleplusfeed .feed_sow_more:focus {
	box-shadow: 0 0 0 1px #fff inset;
}

.kyco_googleplusfeed .feed_sow_more.link {
	cursor: pointer;
}

.kyco_googleplusfeed:hover .feed_post p a {
	color: #427fed;
}

.kyco_googleplusfeed:hover .feed_post > a {
	color: #262626;
}

.kyco_googleplusfeed .feed_loader {
	background: url(../images/loader.gif) no-repeat 110px center;
	padding: 10px 20px;
	text-align: center;
	text-indent: 20px;
}

.kyco_googleplusfeed.en .feed_loader {
	background-position: 110px center;
}

.kyco_googleplusfeed.de .feed_loader {
	background-position: 95px center;
}

.kyco_googleplusfeed .error {
	padding: 10px 10px 9px;
	text-align: center;
}

.kyco_googleplusfeed .error .retry {
	color: #222;
	font-size: 11px;
	cursor: pointer;
}

.kyco_googleplusfeed .error .retry:hover {
	text-decoration: underline;
}

.kyco_googleplusfeed .feed_wrapper {
	display: none; /* Gets set to block once feed has been loaded. */
}
/************/
/* Colorbox */
/************/
#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;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
		box-sizing: content-box;
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
}
/* User Style */#cboxOverlay {
		background: url('images/overlay.png') repeat 0 0
}
#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: #949494;
}
#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
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
		border: 0;
		padding: 0;
		margin: 0;
		overflow: visible;
		width: auto;
		background: none;
}
#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
}



/* IE7 and IE8 */
.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);
}
.content .text-area {
	width: auto;
	padding: 20px;
	float: none;
}


.map-container {
	width:100%;
	padding:20px;
}
.global-map {
	padding-top: 130px;
	min-height: 370px;
}

.global-map .buttons {
	position: relative;
	top:-130px;
	width:70%;
	margin:0 auto;
}
.global-map .buttons a {
	background: url('images/btn-global.png') left top;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	font-size: 42px;
	display: block;
	width:104px;
	height: 102px;
	padding-top: 19px;
	margin:0 auto;

}
.global-map .buttons a:hover, .global-map .butcontain:hover a  {
	background-position: right top;
	transition:none;
	color:#1c2665;
}
.global-map .butcontain {
	float: left;
	width:100%;
	position: relative;
	padding-bottom: 40px;
}
.global-map .drop {
	margin:0 auto;
	background-color: rgba(37,50,132, 0.94);
	padding:15px 25px 25px 25px;
	width:290px;

}
.global-map .butcontain:hover .drop {
	display: block;
	opacity: 1;
	-webkit-transition: .4s ease-in-out opacity;
    -moz-transition: .4s ease-in-out opacity;
    -o-transition: .4s ease-in-out opacity;
    transition: .4s ease-in-out opacity;
}
.global-map .drop h3 {
	font-size: 21px;
	color:#36c3ef;
	text-align: center;
	margin:10px 0;
}
.global-map .drop p {
	color:#fff;
	font-size: 13px;
	text-align: center;
	margin-bottom: 0;
	line-height: 1.7em;
}
.page-template-template-map-php .map-container h1 {
	font-size: 41px;
	text-align: center;
	color:#525252;
	margin-bottom: 40px;
	line-height: 1em;
}
.page-template-template-map-php .map-container h1 strong { color:#2a308e;font-weight: bold;}



/**************/
/* Responsive */
/**************/

/* Responsive for IE10+ in Windows 8 "snapped" views */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}
.visible-desktop {
	display: block;
}
.visible-mobile {
	display: none;
}

/* Fix only for mobile */
@media screen and (max-width: 640px) {
	.single-people .slides, .single-people .caption-wrapper { float: left;width:100%;}
	.visible-desktop {
		display: none;
	}
	.visible-mobile {
		display: block;
	}

}
@media screen and (max-width: 767px) {
	.visible-desktop {
		display: none;
	}
	.visible-mobile {
		display: block;
	}
	
}

@media screen and (max-width: 1199px){
	.header .search-box {margin-top: 25px; float: none;}
	.search-contain {text-align: center;}
}

/* Tablet */
@media screen and (min-width: 768px) {
	@-webkit-keyframes fadeInUp {
	    0% {
	        opacity: 0;
	        -webkit-transform: translateY(20px);
	    }
	    100% {
	        opacity: 1;
	        -webkit-transform: translateY(0);
	    }
	}

	@keyframes fadeInUp {
	    0% {
	        opacity: 0;
	        transform: translateY(20px);
	    }
	    100% {
	        opacity: 1;
	        transform: translateY(0);
	    }
	}
	.attorney-listing {
		float: left;
		max-width: 300px;
		margin: 0px 1em;
		min-height: 305px;
		min-width: 320px;
	}
	.attorney-info.contact-box { color:#fff; font-family: 'Oswald', sans-serif; }
	.banner .attorney-info span { margin-right: 0; }
	.butcontain:hover  .fadeInUp {
	    -webkit-animation-name: fadeInUp;
	    animation-name: fadeInUp;
	}

	.butcontain:hover .animated {
	    -webkit-animation-duration: .5s;
	    animation-duration: .5s;
	    -webkit-animation-fill-mode: both;
	    animation-fill-mode: both;
	}
	.search-contain {text-align: center;}
	/*.header .search-box {float: none; margin: 25px 0 0;}*/
	.global-map {
		background: url('images/bg-map.jpg') center 85px no-repeat;
		min-height: 370px;
	}
	.global-map .drop {
		left:-55px;
		position: absolute;
		z-index:100;
	    opacity: 0;
	    margin:0;
	    display: none;
	}
	.global-map .butcontain { width:25%;padding-bottom: 0px;}
	.content .sidebar {
		width: 310px;
		float: none;
		margin: 0 auto;
	}
	.content .text-area {
		width: auto;
		padding: 20px;
		float: none;
	}
	.content .people-container {
		width: 578px;
	}
	.content .people-container ul li {
		float: left;
	}
	.footer .footer-bottom a {
		display: block;
		float: left;
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.footer .footer-bottom a:hover {
		background: #666;
		color: #fff;
	}
	.header .navigation {
		margin: 0 auto;
	}
	.flex-control-nav {
		display: none;
	}
	.banner {
		display: block;
		height: 290px;
	}
	.banner h2 {
		font-size: 46px;
	}
	.banner h2 span {
		display: block;
	}
	.banner .flexslider {
		height: 290px;
	}
	.banner .flexslider .slides li img {
		width: auto;
	}
	.banner .flexslider .caption {
		height: 290px;
		background-position: right -75px;
	}
	.banner .angle {
		height: 332px;
		background: url('images/bg-angle.png') no-repeat;
		background-position: right top;
		position: absolute;
		top: -96px;
		right: -417px;
		left: 0;
		width: 100%;
		z-index: 101;
		padding: 150px 0 0 0;
	}
	.banner .angle h2 .second-line, .banner .angle h2 .third-line {
		margin-left: 0;
	}
	.banner .angle .flexslider h2 {
		font-size: 28px;
		line-height: 1.2;
		left: 0;
		width: 100%;
		text-align: center;
	}
	.banner .featured-image, .banner .images .flexslider, .banner .images .flexslider .slides, .banner .images .flexslider .slides li {
		height: auto;
	}
	.container {
		min-width: 320px;
	}
	.content .featured-areas {
		width: 640px;
		margin: 0 auto;
	}
	/* Banner */
	.content .featured-areas .section,
	.content .featured-areas .section.last { float: left; }
	.content .featured-areas .section, .content .featured-areas .section.last {
		margin: 50px 10px 0;
		min-height: 310px;
	}
	.footer > .container {
		display: none;
	}
	.footer .footer-top .people-boxes {
		float: left;
		padding: 50px 0 0;
		width: 768px;
	}
	.content .sidebar {
		width: 300px;
	}
	.content .featured-areas .section {
		width: 240px;
	}
	.footer .footer-bottom {
		padding-left: 0;
	}
	.footer .footer-bottom a {
		white-space: nowrap;
	}
	.visible-mobile {
		display: block;
	}
	.visible-desktop {
		display: none;
	}
	/* Footer */
	.footer .footer-top .testimonials .text-area {width: 90%; margin: 0 auto;}
}

/* Desktop */
@media screen and (min-width: 992px) {
	.flex-control-nav {
		display: block;
	}
	.banner .attorney-info {
		position: relative;
		bottom: 50px;
	}
	.footer .footer-bottom a {
		display: inline-block;
		float: none;
		width: auto;
		padding: 0 5px;
		border-left: 2px solid #EEE;
		line-height: 1;
	}
	.footer .footer-bottom a:first-child {
		margin-left: 5px;
	}
	.footer .footer-top .global-reach .world {
		width: 225px;
	}
	.footer .footer-top .global-reach h2 {
		margin: 50px 0px 0px -10px;
	}
	.content .featured-areas { width: auto; }
	.content .featured-areas .section { margin: 0 auto; }
	/* Banner */
	.banner { display: block; }
	.content .featured-areas .section,
	.content .featured-areas .section.last { float: left; }
	.content .featured-areas .section, .content .featured-areas .section.last {
		margin: 50px auto 0;
		float: none;
	}
	.content .featured-areas .section {
		width: 240px;
	}
	.content .featured-areas {
		width: 640px;
	}
	.banner {
		/*display: block;*/
	}
	/* Header */
	.header .navigation a.mobile-menu {display: none;}
	.header .navigation .menu-container {display: block;}
	.header .navigation ul li {width: 100%; float: none; border-bottom: 1px solid #ffffff; margin: 0;}
	.header .navigation ul li:first-child {border-top: 1px solid #ffffff;}
	.header .navigation ul li a {padding: 15px;}
	.header .navigation ul li ul {display: block; width: 100%; position: static; background: none; margin: 0 0 20px;}
	.header .navigation ul li ul li {float: none; width: 100%; border: none; margin: 0 !important;}
	.header .navigation ul li ul li a {font-size: 18px; border: none; padding: 0;}
	.content .featured-areas .section, .content .featured-areas .section.last {
		margin: 0 10px 0;
		float: left;
	}
	.header .navigation ul li:first-child {
		border-top: 0px solid;
	}
	.header .navigation ul li {
		width: auto;
		display: inline-block;
		float: none;
		border-bottom: 0px solid;
	}
	#menu-navigation {
		max-width: 760px;
		margin: 0 auto;
	}
	.search-contain {text-align: center;}
	.header .search-box {float: none;}
	.content .text-area {
		float: left;
		width: 60%;
		padding-top: 10px;
	}
	.content .sidebar {
		width: 310px;
		float: right;
		margin-right: 30px;

	}
}



/* Desktop HD */
@media screen and (min-width: 1200px) {
	.attorney-listing {
		max-width: 100%;
		float: left;
		margin: 0px;
		min-height: 280px;
		min-width: 430px;
	}
	.content .sidebar {
		width: 310px;
		float: right;
		margin-right: 30px;
	}
	.home .content {
		padding-top: 0;
	}
	.header .logo:before {
		content: "";
		display: block;
		background: url('images/bg-logo.jpg') no-repeat;
		background-size: 464px 168px;
		background-position: bottom center;
		width: 464px;
		height: 168px;
		position: absolute;
		left: 0;
		top: 0;
	}
	.header .search-box {float: right; margin-right: 15px;}
	.content .featured-areas .section, .content .featured-areas .section.last {
		min-height: 160px;
	}
	.content .text-area {
		float: left;
		width: 860px;
		padding-top: 10px;
	}
	.container {
		width: 100%;
		max-width: 1280px;
	}
	.slide-wrapper {
		margin: 0 auto;
	}
	#menu-navigation {
		float: right;
		/*padding-right: 50px;*/
	}
	.caption-wrapper {
		width: 100%;
		overflow: hidden;
	}
	.banner .flexslider {
		height: 100%;
		position: relative;
		width: 100%;
	}
	.banner {
		background-color: #eee;
		overflow: inherit;
		height: 386px;
		overflow: visible;
		position: relative;
		max-width: 1925px;
		margin: 0 auto;
	}
	.banner .attorney-info {
		width: auto;
		position: absolute;

		background: transparent;
		bottom: 25px;
		left:450px;
	}
	.banner .flexslider .slides {
/*    width: 70%;
		left: 30%;
		right: inherit;
		background-position: left;
		float: left;
		overflow: hidden;*/
		width: 100%;
		float: left;
		overflow: hidden;
	}
	.banner .flexslider .slides li img {
	}
	.banner h2 {
		padding: 110px 0 60px 645px;
		line-height: 62px;
		text-align: left;
		letter-spacing: 2px;
	}
	body .banner h2 .second-line {
		margin-left: 30px;
	}
	.banner .flexslider .caption > .container h2 .contact-blue { font-size:55px; color:#56BDE6; margin-left:30px; }
	.contact-box .second-line { margin-left: 12px; }
	.contact-box .third-line { margin-left: 24px; }
	.contact-box .fourth-line { margin-left: 36px; }
	.attorney-info.contact-box  { color:#fff; font-family: 'Oswald', sans-serif; text-align:left; left:320px; }
	.attorney-info.contact-box .second-line { color:#fff; font-size:28px; margin-left: 16px; }
	.attorney-info.contact-box .third-line { color:#fff; font-size:28px; margin-left: 32px; }
	.attorney-info.contact-box .fourth-line { color:#fff; font-size:28px; margin-left: 48px; }
	.banner h2 .position-line {
		margin-left: 30px;
		font-size: 30px;
	}
	.banner h2 .third-line {
		margin-left: 60px;
	}
	.banner .flexslider .caption {
		height: 482px;
		width: 70%;
		left: 30%;
		float: left;
		overflow: hidden;
		background-size: auto;
		background-position: left;
		position: absolute;
		top: -96px;
		right: 0;
		z-index: 1001;
	}
	.banner .flexslider .caption > .container {
		position: relative;
		height: 100%;
	}
	.banner .flexslider .caption > .container h2 {
		top: 190px;
		left: 245px;
		padding: 0;
		position: absolute;
	}
	.banner .featured-image,
	.banner .images .flexslider,
	.banner .images .flexslider .slides,
	.banner .images .flexslider .slides li {height: 386px;}
	.banner .images img {position: relative; left: -220px; top: 0; z-index: 20;}
	.banner .angle {height: 332px; width: 977px; background: url('images/bg-angle.png') no-repeat; position: absolute; top: -96px; right: -417px; z-index: 21; padding: 150px 0 0 260px;} /* Default */
	.banner .angle.v2 {background-image: url('images/bg-angle-v2.png');} /* About Us */
	.banner .angle.v3 {background-image: url('images/bg-angle-v3.png');} /* People detail */
	.banner .angle.v4 {background-image: url('images/bg-angle-v4.png');} /* Services */
	.banner .angle .flexslider h2 {font-size: 46px; line-height: 70px; color: #ffffff; font-family: 'Oswald', sans-serif; text-transform: uppercase; font-weight: normal;}
	.banner .angle h2 .second-line {margin-left: 30px;}
	.banner .angle h2 .third-line {margin-left: 60px;}
	.banner .angle h2 .teal {color: #56bde6;}
	.content .featured-areas {
		width: 1280px;
	}
	.header {
		height: 170px;
	}
	.header .logo {
		width: 385px;
		height: 160px;
		background-repeat: repeat-y;
		position: relative;
	}
	.header .logo a {
		top: 10px;
		z-index: 9999;
	}
	.header .navigation {
		/*margin-top: 909px;*/
		float: right;
		position: relative;
		z-index: 9999;
		width: 798px;
	}
	.search-contain {padding-right: 50px; padding-top: 30px;}
	.header .navigation a.mobile-menu {
		display: none;
	}
	.header .navigation .menu-container {
		display: block;
	}
	.header .navigation ul li {
		width: auto;
		display: inline-block;
		float: none;
		border-bottom: 0 solid;
	}
	.header .navigation ul li:first-child {
		border-top: 0 solid;
	}
	.header .navigation ul li a {
		padding: 15px 14px;
	}
	.header .navigation ul li a:hover {
		background: transparent;
		color: #1B3886;
	}
	.header .navigation ul li ul {
		display: none;
	}
	.menu-navigation-container {
		/*padding-top: 68px;*/
	}
	.banner .angle {
		padding: 150px 0 0 260px;
	}
	.content .people-container {
		width: 1156px;
	}
	.content .people-container ul li {
		float: left;
		margin: 0;
	}
	.page-id-19 .content .featured-areas .section.last {
		margin-top: 125px;
	}
	.footer .footer-top .testimonials {
		width: auto;
	}
	.footer .footer-top .testimonials .footer-button {
		float: left;
		margin-right: 20px;
	}
	.footer .footer-top .testimonials .text-area {
		float: left;
		width: 470px;
	}
	.footer .footer-top .global-reach {
		height: 218px;
		float: left;
		width: auto;
	}
	.footer .footer-top .global-reach h2 {
		margin: 50px 0 0 -10px;
		width: auto;
		text-align: left;
	}
	.footer .footer-top .global-reach .world {
		float: left;
	}
	.footer .footer-bottom p {
		text-transform: none;
		font-size: 12px;
		font-weight: bold;
	}
	.footer .footer-bottom a {
		color: #eeeeee;
		text-transform: none;
		font-size: 12px;
	}
	.footer .footer-bottom a:hover {
		background: transparent;
	}
	.content .swap .text-area {
		padding-top: 49px;
	}
	#tab-menu {
		padding: 0;
		background: #d0d0cf;
		margin: 0;
		height: 35px;
		overflow: hidden;
	}
	#tab-menu li {
		float: left;
		display: inline-block;
		margin: 0;
		padding-left: 36px;
		position: relative;
	}
	#tab-menu li:after {
		background-image: url('images/people-box-grey.png');
		background-size: 18px 35px;
		background-repeat: no-repeat;
		position: absolute;
		right: -18px;
		content: "";
		display: block;
		width: 18px;
		height: 35px;
		top: 0;
		z-index: 9999;
	}
	#tab-menu li.active {
		background: #2FBBED;
	}
	#tab-menu li.active:after {
		background-image: url('images/people-box.png');
		background-size: 18px 35px;
		background-repeat: no-repeat;
		position: absolute;
		right: -18px;
		content: "";
		display: block;
		width: 18px;
		height: 35px;
		top: 0;
		z-index: 9999;
	}
	#tab-menu li.active a {
		color: #fff;
	}
	#tab-menu li a {
		text-transform: uppercase;
		color: #163885;
		font-family: 'Oswald', sans-serif;
		text-transform: uppercase;
		font-weight: normal;
		text-align: center;
		display: block;
	}
}


/* Desktop Fixes */
@media screen and (min-width: 1200px) and (max-width: 1240px) {
	.content .sidebar {
		width: 300px;
		float: right;
		margin-right: 10px;
	}
	.content .text-area { width:850px;}
	.banner h2 { font-size: 43px;}
}
@media screen and (min-width: 1200px) and (max-width: 1280px) {
	.content .featured-areas {
		width: 1200px;
	}
	.content .featured-areas .section, .content .featured-areas .section.last {margin:0;}
	.attorney-info.contact-box { color:#fff; font-family: 'Oswald', sans-serif; text-align:left; left:320px; }
}

/* Printer */
@media print {
	body {background: none !important; color: #000000; font-size: 10pt;}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {content: " [" attr(href) "] ";}
	a {text-decoration: none;}
	.footer, .navigation, .footer-top, .clear:after, .banner .flexslider .slides, .logo {
		display: none;
	}
	.text-area, .content .people-container {
		width:100%;
	}
	.content .sidebar, .content .sidebar .featured-areas, .content .featured-areas .section {
		width:auto;
		min-height:auto;
	}
	.banner, .banner .flexslider .caption {
		height:auto;
	}
	.content {padding-bottom: 10px;}
	.banner .flexslider .caption { height:auto;}
	.banner h2 { padding-top:0;padding-bottom: 0;color:#000;}
	.footer .footer-bottom a {
		display: inline-block;float: none;widht:auto;padding:0 10px;
	}
	.header img {display:block!important;height:80px;margin-top: 20px;margin-left: 20px;}
	.sidebar.visible-desktop, .blog .sidebar, .text-area .pull-right, #disqus_thread {display: none;}
}
