#header:after,
.navbar:after {
	content: " ";
	display: block;
	clear: both;
}

.list,
.social-networks,
#header .sub-nav,
.navbar .nav,
.highlights ul,
.agenda ul,
.three-columns .links,
#content .speciality .labor-law ul,
#content .training ul,
#content .cases-publications,
#sidebar .widget ul,
#footer .footer-links,
#footer .social-networks,
#footer .footer .footer-link {
	margin: 0;
	padding: 0;
	list-style: none;
}

* {
	max-height: 1000000px;
}

@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

input[type=text],
input[type=password],
input[type=file],
input[type=email],
input[type=submit],
textarea {
	-webkit-appearance: none;
}

a:hover,
a:focus,
a:active {
	outline: none;
	text-decoration: none;
}

body {
	min-width: 320px;
	line-height: 16px;
}

.btn {
	/*border: 0;*/
	font-size: 12px;
	line-height: 16px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus {
	outline: none;
}

.form-control {
	/*border: 0;*/
	width: 100%;
	height: 30px;
	color: #a9a9a9;
	font-size: 14px;
	border-radius: 0;
	box-shadow: none;
	padding: 4px 12px;
	line-height: 22px;
}

.form-control::-webkit-input-placeholder {
	color: #a9a9a9;
}

.form-control::-moz-placeholder {
	opacity: 1;
	color: #a9a9a9;
}

.form-control:-moz-placeholder {
	color: #a9a9a9;
}

.form-control:-ms-input-placeholder {
	color: #a9a9a9;
}

.form-control .placeholder {
	color: #a9a9a9;
}

.form-control:focus {
	box-shadow: none;
}

.read-more {
	color: #ae1720;
	font-size: 12px;
	line-height: 16px;
}

.read-more:hover {
	color: #000;
	text-decoration: none;
}

.list {
	overflow: hidden;
	padding: 0 0 0 1px;
}

.list li {
	position: relative;
	padding: 0 0 0 7px;
}

.list li:after {
	width: 3px;
	content: "";
	height: 3px;
	background: #333;
	border-radius: 50%;
	top: 6px;
	right: auto;
	bottom: auto;
	left: 0;
	position: absolute;
}

.list a {
	color: #333;
}

.list a:hover {
	color: #ae1720;
}

.list .more {
	color: #9d261d;
}

.list .more:hover {
	color: #333;
}

.object-left{
	width: auto;
	display: block;
	float: left;

}
.object-right{
        width: auto;
        display: block;
        float: right;
}

.breadcrumb {
	color: #000;
	font-size: 12px;
	background: none;
	border-radius: 0;
	line-height: 16px;
	position: relative;
	margin: 0 0 10px;
	padding: 10px 5px;
	text-align: center;
}

.breadcrumb:after {
	height: 1px;
	content: "";
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	background: url(../images/divider2.png) repeat-x;
}

.breadcrumb li + li:before {
	padding: 0;
	color: #000;
}

.breadcrumb a {
	color: #000;
}

.breadcrumb a:hover {
	color: #ae1720;
}

h1 {
	color: #333;
	font-size: 18px;
	margin: 0 0 14px;
	font-weight: bold;
	line-height: 22px;
	padding: 0 0 10px;
	border-bottom: 4px solid #ae1720;
}

.social-networks {
	overflow: hidden;
}

.social-networks li {
	margin: 0 1px 5px 0;
	display: inline-block;
	vertical-align: top;
}

.social-networks a {
	width: 27px;
	height: 27px;
	display: block;
	overflow: hidden;
	/*text-indent: -9999px;*/
	/*background: url(../images/sprite.png) no-repeat 0 -68px;*/
}

.social-networks a:hover {
	opacity: .8;
}

.social-networks a.facebook {
	background-position: 0 -68px;
}

.social-networks a.google-plus {
	background-position: -31px -68px;
}

.social-networks a.linkedin {
	background-position: -62px -68px;
}

.social-networks a.twitter {
	background-position: -93px -68px;
}

/*.btn-primary {
	outline: none;
	font-size: 14px;
	margin: 0 0 13px;
	min-width: 185px;
	box-shadow: none;
	line-height: 18px;
	font-weight: bold;
	border-radius: 7px;
	white-space: normal;
	text-transform: uppercase;
}*/

#wrapper {
	overflow: hidden;
}

#header {
	z-index: 20;
	padding: 5px 0 15px;
	position: relative;
	text-align: center;
}

#header .header-holder {
	overflow: hidden;
}

#header .logo {
	float: left;
	width: 230px;
	margin: 0 0 20px;
}

#header .logo img {
	width: 100%;
	display: block;
	max-width: 100%;
	height: auto;
}

#header .logo a {
	height: 100%;
	display: block;
}

#header .sub-nav {
	width: 100%;
	font-size: 16px;
	overflow: hidden;
	line-height: 20px;
	letter-spacing: -5px;
}

#header .sub-nav li {
	letter-spacing: 0;
	position: relative;
	padding: 0 7px 10px;
	display: inline-block;
	vertical-align: top;
}

#header .sub-nav li:first-child:after {
	display: none;
}

#header .sub-nav li:after {
	width: 1px;
	content: "";
	height: 20px;
	background: #ae0a20;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	position: absolute;
}

#header .sub-nav a {
	color: #ae1720;
	text-decoration: none;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#header .sub-nav a:hover {
	color: #000;
}

.topbar {
	overflow: hidden;
	margin: 0 0 20px;
	letter-spacing: -4px;
}

.topbar .news-room {
	width: 49.3%;
	color: #323232;
	font-size: 12px;
	margin-left: 2px;
	padding: 6px 10px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
	background: #ccc;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
}

.topbar .news-room:hover {
	background: #b5b4b4;
	text-decoration: none;
}

.navbar {
	margin: 0;
	border: 0;
	padding: 0;
	background: none;
	border-radius: 0;
	position: static;
}

.navbar .navbar-toggle {
	top: 105px;
	right: 0;
	margin: 0;
	width: 35px;
	padding: 5px;
	height: 31px;
	position: absolute;
	border-color: #ae1720;
}

.navbar .navbar-toggle .icon-bar {
	width: auto;
	height: 3px;
	background: #ae1720;
}

.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
	background: #ae1720;
}

.navbar .navbar-toggle:hover .icon-bar,
.navbar .navbar-toggle:focus .icon-bar {
	background: #fff;
}

.navbar .navbar-collapse {
	left: 0;
	right: 0;
	top: 100%;
	border: 0;
	padding: 0;
	position: absolute;
}

.navbar .nav {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.navbar .nav > li {
	display: block;
	border-top: 1px solid #bc3b43;
}

.navbar .nav > li:first-child a:after {
	display: none;
}

.navbar .nav > li.active > a {
	color: #fff;
	background-color: #999;
}

.navbar .nav > li > a {
	color: #fff;
	display: block;
	background: #ae1720;
	position: relative;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
	color: #fff;
	background: #999;
}

.navbar .nav > li > a:after {
	width: 1px;
	content: "";
	height: 100%;
	display: none;
	background: #fff;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	position: absolute;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
	/*position: fixed;*/
	/*top: 0;*/
	/*width: 100%*/
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
	padding-top: 102px;
}

.select-form {
	width: 50%;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
}

.select-form select::-ms-expand {
	display: none;
}

.select-form select {
	border: 0;
	margin: 0;
	width: 100%;
	height: 30px;
	outline: none;
	color: #323232;
	font-size: 14px;
	line-height: 30px;
	background: #eee;
	border-radius: 0 !important;
	position: relative;
	display: inline-block;
	padding: 0 3px 0 14px;
	-webkit-appearance: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	appearance: none;
}

.select-form .fake-select {
	display: block;
	text-align: left;
	position: relative;
	background: #eee;
}

.select-form .fake-select:before {
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: 1;
	width: 30px;
	position: absolute;
	pointer-events: none;
	background: #eee;
}

.select-form .fake-select:after {
	width: 0;
	top: 50%;
	height: 0;
	z-index: 1;
	right: 12px;
	content: "";
	cursor: default;
	margin-top: -2px;
	position: absolute;
	border-style: solid;
	border-width: 5px 5px 0;
	border-color: #323232 transparent transparent;
}

.search-field {
	width: 100%;
	height: 30px;
	margin: 0 0 5px;
	letter-spacing: 0;
	background: #eee;
	padding: 5px 12px 5px 0;
}

.search-field input[type="submit"] {
	border: 0;
	padding: 0;
	width: 15px;
	height: 15px;
	float: right;
	margin: 3px 0 0 5px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/sprite.png) no-repeat;
}

.search-field input[type="submit"]:hover {
	opacity: .8;
}

.search-field .text-field {
	overflow: hidden;
}

.search-field input[type="text"],
.search-field input[type="search"] {
	border: 0;
	width: 100%;
	height: 20px;
	outline: none;
	padding: 0 5px;
	color: #323232;
	font-size: 12px;
	background: none;
	line-height: 20px;
}

.search-field input[type="text"]::-webkit-input-placeholder,
.search-field input[type="search"]::-webkit-input-placeholder {
	color: #323232;
}

.search-field input[type="text"]::-moz-placeholder,
.search-field input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #323232;
}

.search-field input[type="text"]:-moz-placeholder,
.search-field input[type="search"]:-moz-placeholder {
	color: #323232;
}

.search-field input[type="text"]:-ms-input-placeholder,
.search-field input[type="search"]:-ms-input-placeholder {
	color: #323232;
}

.search-field input[type="text"] .placeholder,
.search-field input[type="search"] .placeholder {
	color: #323232;
}

.phone-site-icon{
	background: url(../images/phone.png) no-repeat left;
	vertical-align: -7px;
	display: inline-block;
}
.phone-site {
	letter-spacing: 0px !important;
	color: #999999;
	font-size : 1.8em;
	font-weight: bolder;
	padding: 20px;
}

.phone-site a {
	color: inherit; /* blue colors for links too */
	text-decoration: inherit; /* no underline */
	pointer-events:auto;
}

.two-columns {
	margin-bottom: 5px;
}

.video-holder {
	margin: 0;
	overflow: hidden;
	margin: 0 0 15px;
	position: relative;
}

.video-holder .btn-play {
	width: 60px;
	height: 60px;
	overflow: hidden;
	text-indent: -9999px;
	margin: -40px 0 0 -25px;
	background: url(../images/btn-play.png) no-repeat;
	background-size: 100%;
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	position: absolute;
}

.video-holder .btn-play:hover {
	opacity: .9;
}

.video-holder img {
	width: 100%;
	display: block;
	max-width: 100%;
	height: auto;
}

.video-holder .caption {
	color: #fff;
	line-height: 14px;
	max-height: 150px;
	padding: 10px 15px 5px;
	background: rgba(50, 50, 50, .6);
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
}

.video-holder .caption p {
	display: none;
	margin: 0 0 10px;
}

.video-holder .title {
	display: block;
	font-size: 16px;
	margin: 0 0 5px;
	line-height: 20px;
}

.news-block {
	color: #777;
	overflow: hidden;
	line-height: 17px;
}

.news-block .box {
	overflow: hidden;
	margin: 0 0 15px;
	background: #f2eee8;
	border-style: solid;
	border-width: 0 0 5px;
	border-color: #ccc;
}

.news-block h2 {
	color: #333;
	font-size: 14px;
	margin: 0 0 1px;
	font-weight: bold;
	line-height: 22px;
}

.news-block h2 a {
	color: #333;
}

.news-block h2 a:hover {
	color: #ae1720;
	text-decoration: none;
}

.news-block .align-left {
	overflow: hidden;
}

.news-block .align-left img {
	width: 100%;
	display: block;
	max-width: 100%;
	height: auto;
}

.news-block .text {
	overflow: hidden;
	padding: 15px 15px 5px;
}

.highlights {
	padding: 5px;
	font-size: 14px;
	overflow: hidden;
	margin: 0 0 35px;
	line-height: 18px;
	background: #eee;
}

.highlights .title {
	color: #333;
	display: block;
	font-size: 14px;
	margin: 0 0 10px;
	min-width: 155px;
	font-weight: bold;
	text-align: center;
	padding: 11px 10px;
	background: #ccc;
}

.highlights ul {
	overflow: hidden;
	padding: 0 0 0 13px;
	letter-spacing: -4px;
}

.highlights ul li {
	letter-spacing: 0;
	position: relative;
	padding: 0 10px 5px;
	display: inline-block;
	vertical-align: top;
}

.highlights ul li:first-child:after {
	display: none;
}

.highlights ul li:after {
	width: 4px;
	content: "";
	height: 2px;
	background: #bf4757;
	top: 9px;
	right: auto;
	bottom: auto;
	left: -2px;
	position: absolute;
}

.highlights ul a {
	color: #ae0a20;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.highlights ul a:hover {
	color: #000;
	text-decoration: none;
}

.head {
	overflow: hidden;
	margin: 0 0 15px;
	position: relative;
	padding: 8px 5px 7px;
	border-top: 4px solid #ae1720;
}

.head:after {
	height: 1px;
	content: "";
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	background: url(../images/divider3.png) repeat-x;
}

.head .title-box {
	float: left;
	width: 70%;
}

.head h2 {
	margin: 0;
	color: #ae0a20;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	text-transform: uppercase;
}

.head .see-all {
	float: right;
	color: #9d261d;
	font-size: 12px;
	line-height: 16px;
}

.head .see-all:hover {
	color: #000;
}

.head .btn-close {
	width: 13px;
	float: right;
	height: 15px;
	overflow: hidden;
	text-indent: 9999px;
	background: url(../images/sprite.png) no-repeat -83px 0;
}

.head .btn-close:hover {
	opacity: .8;
}

.specialities {
	overflow: hidden;
	margin: 0 0 25px;
}

.specialities .specialities-holder {
	margin: 0;
	overflow: hidden;
}

.specialities .box {
	width: 100%;
	margin: 0 0 10px;
	letter-spacing: 0;
	position: relative;
	background: #eee;
	padding: 16px 11px 20px;
	display: inline-block;
	vertical-align: top;
}

.specialities .box:after {
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 0 0 29px 29px;
	top: auto;
	right: 0;
	bottom: 0;
	left: auto;
	position: absolute;
	border-color: transparent transparent #fff transparent;
}

.specialities h3 {
	margin: 0;
	color: #ae0a20;
	font-size: 16px;
	margin: 0 0 4px;
	font-weight: bold;
	line-height: 20px;
}

.collective-round {
	margin: 0;
	color: #424242;
	overflow: hidden;
}

.collective-round .head {
	margin: 0;
}

.collective-round .box {
	margin-top: 80px;
	text-align: center;
	background: #eee;
}

.collective-round .count-box {
	width: 90px;
	height: 90px;
	color: #fff;
	background: #ae1720;
	overflow: hidden;
	text-align: center;
	border-radius: 50%;
	padding: 15px 15px;
	margin: -55px 0 15px;
	display: inline-block;
	vertical-align: top;
}

.collective-round .count-box .count-holder {
	display: table-cell;
	vertical-align: middle;
}

.collective-round .count-box span,
.collective-round .count-box strong {
	display: block;
}

.collective-round .count-box span {
	font-size: 12px;
	line-height: 16px;
}

.collective-round .count-box .number {
	font-size: 29px;
	line-height: 34px;
	font-weight: normal;
	margin: -3px 0 -3px;
}

.collective-round .count-box .title {
	font-size: 11px;
	line-height: 16px;
	letter-spacing: -.5px;
	text-transform: uppercase;
}

.collective-round .caption {
	overflow: hidden;
	padding: 0 10px 20px;
}

.collective-round h3 {
	margin: 0;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}

.collective-round h3 a {
	color: #333;
}

.collective-round h3 a:hover {
	color: #ae1720;
}

.collective-round p {
	margin: 0;
}

.publication-featured-content > .carousel{
	margin-top: 45px;
}

.notices-block {
	margin-bottom: 20px;
}

.notices {
	padding: 0;
	color: #777;
	font-size: 14px;
	overflow: hidden;
	line-height: 18px;
}

.notices .head {
	margin: 0 0 17px;
}

.notices .notices-holder {
	padding: 0;
}

.notices .box {
	overflow: hidden;
	margin: 0 0 22px;
}

.notices h3 {
	color: #333;
	font-size: 14px;
	margin: 0 0 4px;
	font-weight: bold;
	line-height: 22px;
}

.notices h3 a {
	color: #333;
}

.notices h3 a:hover {
	color: #ae1720;
	text-decoration: none;
}

.notices .align-left {
	margin: 0;
	overflow: hidden;
}

.notices .align-left img {
	width: 100%;
	display: block;
	max-width: 100%;
	height: auto;
}

.notices .text {
	overflow: hidden;
	padding: 15px 0 0;
}

.notices .read-more {
	line-height: 16px;
}

.notices p {
	margin: 0;
}

.agenda {
	overflow: hidden;
}

.agenda h2 {
	margin: 0;
	color: #fff;
	padding: 10px;
	margin: 0 0 9px;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	background: #ae1720;
	text-transform: uppercase;
}

.agenda p {
	margin: 0;
}

.agenda ul {
	color: #424242;
	overflow: hidden;
	background: #f2eee8;
	margin: 0 0 10px;
	padding: 0 15px;
}

.agenda ul li {
	position: relative;
	padding: 15px 0 15px 45px;
	border-top: 1px solid #fff;
}

.agenda ul li:first-child {
	border: 0;
}

.agenda ul li:after {
	content: "";
	width: 25px;
	height: 25px;
	top: 26px;
	right: auto;
	bottom: auto;
	left: 0;
	position: absolute;
	background: url(../images/sprite.png) no-repeat -21px -1px;
}

.agenda ul .date-time {
	display: block;
	color: #9d261d;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.agenda ul .title {
	display: block;
	font-weight: bold;
}

.agenda ul .title a {
	color: #424242;
}

.agenda ul .title a:hover {
	color: #ae1720;
	text-decoration: none;
}

.agenda .banner {
	overflow: hidden;
}

.agenda .banner img {
	width: 100%;
	display: block;
	max-width: 100%;
	height: auto;
}

.three-columns {
	margin-bottom: 20px;
}

.three-columns .section {
	color: #424242;
	position: relative;
}

.three-columns .section:first-child:after {
	display: none;
}

.three-columns .section:after {
	width: 1px;
	content: "";
	height: 100%;
	display: none;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	position: absolute;
	background: url(../images/divider.jpg) repeat-y;
}

.three-columns .section header {
	margin: 0 0 3px;
	overflow: hidden;
	background: #999;
	padding: 7px 10px;
}

.three-columns .section .title-box {
	width: 50%;
	float: left;
}

.three-columns .section h2 {
	margin: 0;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	text-transform: uppercase;
}

.three-columns .section .see-all {
	float: right;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
}

.three-columns .section .see-all:hover {
	color: #ae1720;
	text-decoration: none;
}

.three-columns .links {
	overflow: hidden;
	margin: 0 0 20px;
}

.three-columns .links li {
	border-bottom: 1px solid #d1cfcf;
}

.three-columns .links a {
	color: #333;
	display: block;
	position: relative;
	padding: 9px 30px 6px 10px;
}

.three-columns .links a:after {
	width: 8px;
	content: "";
	height: 15px;
	top: 8px;
	right: 10px;
	bottom: auto;
	left: auto;
	position: absolute;
	background: url(../images/sprite.png) no-repeat -51px 0;
}

.three-columns .links a:hover {
	color: #ae1720;
	text-decoration: none;
}

.three-columns .links a:hover:after {
	opacity: .8;
}

.three-columns .cases {
	overflow: hidden;
	padding: 0 0 20px;
}

.three-columns .cases .img-holder {
	overflow: hidden;
	margin: 0 0 10px;
}

.three-columns .cases .img-holder img {
	width: 100%;
	display: block;
	max-width: 100%;
	height: auto;
}

.three-columns .cases p {
	margin: 0;
}

.three-columns .cases h3 {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.three-columns .cases h3 a {
	color: #333;
}

.three-columns .cases h3 a:hover {
	color: #ae1720;
	text-decoration: none;
}

.three-columns .publications {
	overflow: hidden;
	padding: 12px 7px 6px;
}

.three-columns .publications h3 {
	margin: 0 0 2px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.three-columns .publications h3 a {
	color: #333;
}

.three-columns .publications h3 a:hover {
	color: #ae1720;
	text-decoration: none;
}

.three-columns .publications .author {
	display: block;
	color: #ae0a20;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}

.three-columns .publications .author a {
	font-weight: normal;
}

.three-columns .publications .author a:hover {
	color: #000;
}

.three-columns .publications p {
	margin: 0;
}

.features {
	overflow: hidden;
}

.features h1 {
	border: 0;
	padding: 0;
	margin: 0 0 10px;
}

.features .box {
	margin-bottom: 20px;
}

.features h2 {
	color: #ae1720;
	font-size: 12px;
	margin: 0 0 20px;
	font-weight: bold;
	line-height: 18px;
	position: relative;
	padding: 7px 10px 6px;
	text-transform: uppercase;
	border-top: 4px solid #ae1720;
}

.features h2:after {
	height: 1px;
	content: "";
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	background: url(../images/divider3.png) repeat-x;
}

.features .img-holder {
	overflow: hidden;
	margin: 0 0 17px;
}

.features .img-holder img {
	width: 100%;
	display: block;
	max-width: 100%;
	height: auto;
}

.features p {
	margin: 0 0 11px;
}

.features .view-all {
	float: right;
	color: #ae1720;
}

.features .view-all:hover {
	color: #000;
}

#main {
	overflow: hidden;
	padding: 0 0 30px;
}

#content {
	position: relative;
}

#content:after {
	width: 1px;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	position: absolute;
	background: url(../images/divider4.jpg) repeat-y;
}

#content.add:after {
	bottom: 18px;
}

#content p {
	margin: 0 0 10px;
}

#content p.p2 {
	margin: 0 0 10px;
}

#content .content-holder {
	padding: 0;
	overflow: hidden;
	line-height: 20px;
	text-align: justify;
}

#content h3 {
	color: #ae1720;
	font-size: 16px;
	margin: 0 0 1px;
	line-height: 20px;
	font-weight: bold;
}

#content .blockquote {
	border: 0;
	quotes: none;
	color: #000;
	font-size: 14px;
	margin: 0 0 10px;
	line-height: 20px;
	padding: 14px 10px;
	text-align: center;
	font-style: italic;
	background: #f6e7e8;
}

#content .image-gallery {
	overflow: hidden;
	text-align: center;
	padding: 16px 0 0;
}

#content .image-gallery .img-box {
	overflow: hidden;
	margin: 0 0 10px;
}

#content .image-gallery .img-box img {
	width: 100%;
	margin: 0 0 6px;
	display: block;
	max-width: 100%;
	height: auto;
}

#content .image-gallery .title {
	display: block;
	font-size: 12px;
	text-align: left;
	font-style: italic;
	font-weight: normal;
	background: #eee;
	padding: 6px 10px 7px;
}

#content .image-gallery .title a {
	color: #333;
}

#content .image-gallery .title a:hover {
	color: #ae1720;
}

#content .intro-block {
	overflow: hidden;
	padding: 6px 0 30px;
}

#content .intro-block.add {
	padding: 0 0 10px;
}

#content .intro-block.add .align-left {
	width: auto;
	margin: 0 0 10px;
}

#content .intro-block.add h2 {
	text-transform: none;
}

#content .intro-block .align-left {
	float: none;
	margin: 0 0 20px;
	overflow: hidden;
}

#content .intro-block .align-left img {
	width: 100%;
	display: block;
	max-width: 100%;
	height: auto;
}

#content .intro-block .text {
	padding: 0;
	overflow: hidden;
}

#content .intro-block h2 {
	color: #ae0a20;
	font-size: 16px;
	margin: 0 0 10px;
	line-height: 22px;
	font-weight: bold;
	text-transform: capitalize;
}

#content .intro-block p {
	margin: 0 0 16px;
}

#content .intro-block .email {
	color: #333;
	margin: 8px 0 0;
	position: relative;
	background: #f3dcde;
	padding: 7px 38px 7px 44px;
	display: inline-block;
	vertical-align: top;
}

#content .intro-block .email:after {
	content: "";
	width: 16px;
	height: 13px;
	top: 9px;
	right: auto;
	bottom: auto;
	left: 9px;
	position: absolute;
	background: url(../images/sprite.png) no-repeat -64px 0;
}

#content .intro-block .email:hover {
	color: #fff;
	background: #ae1720;
}

#content .speciality {
	overflow: hidden;
	margin: 0 0 30px;
}

#content .speciality.practice-area .labor-law {
	padding: 15px;
}

#content .speciality.practice-area h3 {
	font-size: 16px;
}

#content .speciality h2 {
	margin: 0;
	color: #ae0a20;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	position: relative;
	padding: 9px 10px 6px;
	text-transform: uppercase;
	border-top: 4px solid #ae1720;
}

#content .speciality h2:after {
	height: 1px;
	content: "";
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	background: url(../images/divider3.png) repeat-x;
}

#content .speciality h3 {
	color: #333;
	font-size: 18px;
	margin: 0 0 16px;
	font-weight: bold;
	line-height: 22px;
}

#content .speciality .labor-law {
	overflow: hidden;
	background: #f6e7e8;
	padding: 20px 15px 42px;
}

#content .speciality .labor-law .box {
	overflow: hidden;
	margin: 0 0 10px;
}

#content .speciality .labor-law ul {
	overflow: hidden;
}

#content .speciality .labor-law ul li {
	position: relative;
	padding: 0 0 0 7px;
}

#content .speciality .labor-law ul li:before {
	width: 2px;
	height: 2px;
	content: "";
	background: #333;
	border-radius: 50%;
	top: 7px;
	right: auto;
	bottom: auto;
	left: 1px;
	position: absolute;
}

#content .speciality .labor-law ul a {
	color: #333;
}

#content .speciality .labor-law ul a:hover {
	color: #ae1720;
}

#content .content-block .box {
	position: relative;
	margin-bottom: 19px;
}

#content .content-block .box:after {
	width: 1px;
	content: "";
	display: none;
	top: 5px;
	right: auto;
	bottom: 2px;
	left: 0;
	position: absolute;
	background: url(../images/divider.jpg) repeat-y;
}

#content .content-block h2 {
	margin: 0;
	color: #ae0a20;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	position: relative;
	padding: 8px 10px 7px;
	text-transform: uppercase;
	border-top: 4px solid #ae1720;
}

#content .content-block h2:after {
	height: 1px;
	content: "";
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	background: url(../images/divider3.png) repeat-x;
}

#content .content-block .view-all {
	float: right;
	color: #ae1720;
	margin: -11px 0 0;
}

#content .content-block .view-all:hover {
	color: #000;
}

#content .training {
	overflow: hidden;
	padding: 20px 0 20px 15px;
}

#content .training .links-holder {
	overflow: hidden;
	margin: 0 0 17px;
}

#content .training h3 {
	margin: 0;
	color: #333;
	font-size: 14px;
	margin: 0 0 4px;
	font-weight: bold;
	line-height: 18px;
}

#content .training ul {
	overflow: hidden;
}

#content .training ul li {
	position: relative;
	padding: 0 0 0 8px;
}

#content .training ul li:before {
	width: 3px;
	height: 3px;
	content: "";
	background: #333;
	border-radius: 50%;
	top: 7px;
	right: auto;
	bottom: auto;
	left: 1px;
	position: absolute;
}

#content .cases-publications {
	overflow: hidden;
	padding: 5px 10px;
}

#content .cases-publications li {
	overflow: hidden;
	padding: 7px 0 8px;
}

#content .cases-publications .align-left {
	float: left;
	margin: 0 10px 0 0;
}

#content .cases-publications .align-left img {
	width: 100%;
	display: block;
	max-width: 100%;
	height: auto;
}

#content .cases-publications .text {
	color: #424242;
	overflow: hidden;
}

#content .cases-publications .title {
	color: #323232;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
}

#content .cases-publications .title a {
	color: #323232;
}

#content .cases-publications .title a:hover {
	color: #ae1720;
}

#content .cases-publications p {
	margin: 0;
}

#content .offices {
	overflow: hidden;
}

#content .offices .address {
	margin: 0;
	color: #000;
	padding: 15px;
	overflow: hidden;
	position: relative;
}

#content .offices .address:after {
	height: 1px;
	content: "";
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	background: url(../images/divider2.png) repeat-x;
}

#content .offices .address .title {
	display: block;
	margin: 0 0 3px;
	font-weight: bold;
}

#content .offices .address span {
	display: block;
	margin: 0 0 3px;
}

#content .offices .address span a {
	color: #000;
	pointer-events: inherit;
}

#content .offices .address span a:hover {
	color: #ae1720;
}

.history {
	padding: 0;
	overflow: hidden;
	line-height: 20px;
}

.history .align-left {
	float: none;
	overflow: hidden;
	margin: 0 0 10px;
}

.history .align-left img {
	width: 100%;
	margin: 0 0 5px;
	display: block;
	max-width: 100%;
	height: auto;
}

.history .align-left .title {
	display: block;
	padding: 5px 10px;
	font-style: italic;
	font-weight: normal;
	background: #eee;
}

.history .text {
	overflow: hidden;
}

.history h2 {
	color: #ae0a20;
	font-size: 18px;
	margin: 0 0 10px;
	padding: 0 0 7px;
	font-weight: bold;
	line-height: 24px;
	position: relative;
	text-transform: capitalize;
}

.history h2:after {
	height: 1px;
	content: "";
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	background: url(../images/divider3.png) repeat-x;
}

.history .sub-title {
	color: #000;
	display: block;
	font-size: 14px;
	margin: 0 0 10px;
	line-height: 20px;
	font-weight: normal;
}

#sidebar .sidebar-holder {
	height: 100%;
	overflow: hidden;
	background: #eee;
}

#sidebar h2 {
	margin: 0;
	color: #fff;
	font-size: 12px;
	background: #999;
	line-height: 16px;
	font-weight: bold;
	padding: 8px 9px 6px;
	text-transform: uppercase;
}

#sidebar .view-all {
	float: right;
}

#sidebar .widget {
	overflow: hidden;
}

#sidebar .widget.agenda {
	margin: 0;
}

#sidebar .widget.agenda h2 {
	color: #fff;
	background: #ae1720;
	padding: 8px 11px 6px;
}

#sidebar .widget .agenda-holder {
	overflow: hidden;
	padding: 17px 15px 12px;
}

#sidebar .widget ul {
	overflow: hidden;
}

#sidebar .widget .blog {
	padding: 0;
	color: #424242;
	overflow: hidden;
	line-height: 15px;
}

#sidebar .widget .blog li {
	padding: 15px 10px 15px 15px;
	border-top: 1px solid #fff;
}

#sidebar .widget .blog li:first-child {
	border: 0;
}

#sidebar .widget .blog .title {
	color: #323232;
	display: block;
	margin: 0 0 2px;
	font-weight: bold;
}

#sidebar .widget .blog .title a {
	color: #323232;
}

#sidebar .widget .blog .title a:hover {
	color: #ae1720;
}

#sidebar .widget .blog p {
	margin: 0;
}

#sidebar .widget .blog .read-more {
	color: #9d261d;
}

#sidebar .widget .blog .read-more:hover {
	color: #000;
}

#sidebar .widget .useful-links {
	margin: 0 0 31px;
	position: relative;
	padding: 29px 15px 0;
}

#sidebar .widget .useful-links:after {
	height: 1px;
	content: "";
	background: #d1cfcf;
	top: auto;
	right: 15px;
	bottom: 0;
	left: 15px;
	position: absolute;
}

#sidebar .widget .useful-links li {
	border-top: 1px solid #d1cfcf;
}

#sidebar .widget .useful-links a {
	color: #333;
	display: block;
	position: relative;
	text-decoration: none;
	padding: 8px 20px 7px 12px;
}

#sidebar .widget .useful-links a:after,
#sidebar .widget .useful-links a:before {
	content: "";
	top: 15px;
	right: auto;
	bottom: auto;
	left: 6px;
	position: absolute;
}

#sidebar .widget .useful-links a:before {
	width: 2px;
	height: 2px;
	background: #333;
	border-radius: 50%;
}

#sidebar .widget .useful-links a:after {
	top: 8px;
	width: 8px;
	left: auto;
	right: 5px;
	height: 15px;
	background: url(../images/sprite.png) no-repeat -51px 0;
}

#sidebar .widget .useful-links a:hover {
	color: #ae1720;
}

#sidebar .widget .related-news {
	color: #424242;
	padding: 10px 0 26px;
}

#sidebar .widget .related-news li {
	padding: 10px;
	overflow: hidden;
	border-top: 1px solid #fff;
}

#sidebar .widget .related-news li:first-child {
	border: 0;
}

#sidebar .widget .related-news .align-left {
	float: left;
	margin: 0 9px 0 0;
}

#sidebar .widget .related-news .align-left img {
	width: 100%;
	display: block;
	max-width: 100%;
	height: auto;
}

#sidebar .widget .related-news .text {
	overflow: hidden;
}

#sidebar .widget .related-news p {
	margin: 0;
}

#sidebar .widget .related-news .title {
	color: #323232;
	display: block;
	font-weight: bold;
}

#sidebar .widget .related-news .title a {
	color: #323232;
}

#sidebar .widget .related-news .title a:hover {
	color: #ae1720;
}

#sidebar .widget .agenda-links {
	color: #424242;
	background: none;
	overflow: hidden;
	padding: 0 6px 18px;
}

#sidebar .widget .agenda-links li {
	position: relative;
	padding: 14px 0 14px 43px;
	border-top: 1px solid #fff;
}

#sidebar .widget .agenda-links li:first-child {
	border: 0;
}

#sidebar .widget .agenda-links li:after {
	content: "";
	width: 25px;
	height: 25px;
	top: 14px;
	right: auto;
	bottom: auto;
	left: 0;
	position: absolute;
	background: url(../images/sprite.png) no-repeat -21px -1px;
}

#sidebar .widget .agenda-links .date-time {
	display: block;
	color: #9d261d;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

#sidebar .widget .agenda-links .title {
	display: block;
	font-weight: bold;
}

#sidebar .widget .agenda-links .title a {
	color: #424242;
}

#sidebar .widget .agenda-links .title a:hover {
	color: #ae1720;
	text-decoration: none;
}

#sidebar .contact {
	color: #424242;
	overflow: hidden;
	padding: 16px 15px 20px;
}

#sidebar .contact .email-box {
	overflow: hidden;
	margin: 0 0 12px;
}

#sidebar .contact .ico-box {
	float: left;
	margin: 0 13px 0 0;
}

#sidebar .contact .ico-box img {
	display: block;
	max-width: 100%;
	height: auto;
}

#sidebar .contact .email {
	color: #333;
	margin-left: 4px;
	display: inline-block;
	vertical-align: top;
}

#sidebar .contact .email:hover {
	color: #ae1720;
}

#sidebar .social-block {
	color: #424242;
	overflow: hidden;
	padding: 20px 10px 37px 20px;
}

#sidebar .social-block p {
	margin: 0 0 13px;
}

#sidebar .social-block p span {
	color: #9d261d;
	display: block;
}

#sidebar .team {
	overflow: hidden;
	padding: 10px 14px;
}

#sidebar .team ul {
	margin: 0 0 1px;
	letter-spacing: -5px;
}

#sidebar .team li {
	letter-spacing: 0;
	margin: 0 2.3% 10px;
	border: 1px solid #bfbfbf;
	display: inline-block;
	vertical-align: top;
}

#sidebar .team li img {
	width: 100%;
	display: block;
	max-width: 100%;
	height: auto;
}

#sidebar .team .view-team {
	float: right;
	color: #9d261d;
}

#sidebar .team .view-team:hover {
	color: #000;
}

#sidebar .contact-block {
	color: #424242;
	overflow: hidden;
	text-align: center;
	border-color: #999;
	border-width: 1px 0;
	border-style: solid;
	margin: 0 20px 20px;
	padding: 24px 20px 13px;
}

#sidebar .contact-block .title {
	color: #424242;
	display: block;
	font-size: 14px;
	margin: 0 0 14px;
	line-height: 16px;
	font-weight: bold;
}

.visual {
	overflow: hidden;
	border-width: 5px;
	border-color: #999;
	border-style: solid;
}

.visual img {
	width: 100%;
	display: block;
	max-width: 100%;
	height: auto;
}

.practice-area {
	overflow: hidden;
}

.practice-area h1 {
	border: 0;
	padding: 0 4px 4px;
}

.practice-area .head {
	margin: 0;
}

.practice-area .column {
	position: relative;
}

.practice-area .column:after {
	width: 1px;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	position: absolute;
	background: url(../images/divider4.jpg) repeat-y;
}

.working-block {
	overflow: hidden;
	margin: 0 0 25px;
}

.working-block .working-holder {
	overflow: hidden;
	padding: 18px 15px 9px;
	background: #eee;
}

.working-block h3 {
	color: #333;
	margin: 0 0 6px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

.working-block .links-box {
	width: auto;
	overflow: hidden;
}

.working-block .list {
	line-height: 15px;
}

.working-block .list li {
	margin: 0 0 7px;
}

.working-block .list a {
	color: #333;
}

.working-block .list a:hover {
	color: #ae1720;
}

.links-block {
	overflow: hidden;
	margin: 0 0 25px;
}

.links-block .links-holder {
	overflow: hidden;
	background: #f6e7e8;
	padding: 18px 15px 12px;
}

.links-block h3 {
	color: #333;
	margin: 0 0 6px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

.links-block .links-box {
	width: auto;
	overflow: hidden;
}

.links-block .list {
	line-height: 15px;
}

.links-block .list li {
	margin: 0 0 7px;
}

.links-block .list a {
	color: #333;
}

.links-block .list a:hover {
	color: #ae1720;
}

#footer {
	color: #777;
	overflow: hidden;
	margin: 0 0 30px;
}

#footer .holder {
	margin-bottom: 5px;
	text-align: center;
}

#footer .box {
	background: #ccc;
}

#footer .box:first-child .box-holder {
	padding: 15px;
}

#footer .box.add .box-holder {
	padding: 15px;
}

#footer .box:first-child:after {
	display: none;
}

#footer .box:after {
	content: "";
	background: none;
	border-top: 1px dotted #000;
	top: 0;
	right: 20px;
	bottom: auto;
	left: 20px;
	position: absolute;
}

#footer .box-holder {
	padding: 15px;
}

#footer h4 {
	color: #333;
	font-size: 14px;
	margin: 0 0 6px;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
}

#footer .footer-links {
	overflow: hidden;
}

#footer .footer-links li {
	margin: 0 0 -1px;
}

#footer .footer-links a {
	color: #777;
}

#footer .footer-links a:hover {
	color: #ae1720;
	text-decoration: none;
}

#footer .circular-form {
	overflow: hidden;
	padding: 4px 0 11px;
}

#footer .circular-form .btn-danger {
	float: right;
	max-width: 70px;
	padding: 7px 12px;
	margin: 0 3px 0 4px;
}

#footer .circular-form .text-field {
	overflow: hidden;
}

#footer .address {
	color: #333;
	margin: 0 0 19px;
	font-style: normal;
}

#footer .address span,
#footer .address strong {
	display: block;
}

#footer .address .title {
	margin: 0 0 3px;
	font-weight: bold;
}

#footer .address .tel {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	padding: 9px 0 0;
}

#footer .address .tel a {
	color: #fff;
	pointer-events: inherit;
}

#footer .address .tel a:hover {
	color: #000;
}

#footer .social-networks {
	overflow: hidden;
}

#footer .social-networks li {
	margin: 0 0 5px;
	display: inline-block;
	vertical-align: top;
}

#footer .social-networks a {
	width: 27px;
	height: 27px;
	display: block;
	overflow: hidden;
	/*text-indent: -9999px;*/
	/*background: url(../images/sprite.png) no-repeat 0 -31px;*/
}

#footer .social-networks a:hover {
	opacity: .8;
}

#footer .social-networks a.facebook {
	background-position: 0 -31px;
}

#footer .social-networks a.google-plus {
	background-position: -31px -31px;
}

#footer .social-networks a.linkedin {
	background-position: -62px -31px;
}

#footer .social-networks a.twitter {
	background-position: -93px -31px;
}

#footer .footer {
	overflow: hidden;
	text-align: center;
	background: #323232;
	padding: 23px 29px 14px 37px;
}

#footer .footer .footer-link {
	padding: 2px 0 0;
}

#footer .footer .footer-link li {
	padding: 0 3px 5px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

#footer .footer .footer-link li:first-child:after {
	display: none;
}

#footer .footer .footer-link li:after {
	width: 1px;
	content: "";
	height: 9px;
	background: #fff;
	top: 3px;
	right: auto;
	bottom: auto;
	left: -2px;
	position: absolute;
}

#footer .footer .footer-link a {
	color: #fff;
}

#footer .footer .footer-link a:hover {
	color: #ae1720;
	text-decoration: none;
}

#footer .copyright {
	float: none;
	color: #fff;
	display: inline-block;
	vertical-align: top;
}

#footer .copyright a {
	color: #fff;
}

#footer .copyright a:hover {
	color: #ae1720;
}

@media only screen and (min-width: 767px) {
	.select-form .fake-select:before {
		width: 20px;
	}
}

@media only screen and (min-width: 768px) {
	a[href^='tel:'] {
		pointer-events: none;
	}

	.breadcrumb {
		text-align: left;
	}

	h1 {
		font-size: 20px;
		line-height: 24px;
	}

	#header {
		text-align: left;
	}

	#header .header-holder {
		padding: 0 0 11px;
	}

	#header .logo {
		float: left;
		width: 250px;
	}

	#header .sub-nav {
		width: auto;
		font-size: 13px;
		text-align: right;
		padding: 8px 0 0 10px;
	}

	.topbar {
		margin: 0 0 27px;
		text-align: right;
	}

	.topbar .news-room {
		width: auto;
		min-width: 155px;
	}

	.navbar {
		padding: 0;
	}

	.navbar .navbar-collapse {
		position: static;
	}

	.navbar .nav {
		float: none;
		width: 100%;
		display: table;
		font-size: 11px;
	}

	.navbar .nav > li {
		border: 0;
		float: none;
		width: 20%;
		display: table-cell;
		vertical-align: middle;
	}

	.navbar .nav > li > a {
		padding: 10px 5px;
	}

	.navbar .nav > li > a:after {
		display: block;
	}

	.select-form {
		width: 105px;
		margin-left: 2px;
	}

	.search-field {
		margin: 0;
		width: 105px;
		display: inline-block;
		vertical-align: top;
	}

	.search-field input[type="text"],
	.search-field input[type="search"] {
		text-align: center;
	}

	.video-holder .btn-play {
		width: 114px;
		height: 112px;
		margin: -102px 0 0 -41px;
	}

	.video-holder .caption {
		padding: 10px 15px 0;
	}

	.video-holder .caption p {
		display: block;
	}

	.video-holder .title {
		font-size: 22px;
		line-height: 26px;
	}

	.news-block .box {
		border-width: 0 5px 0 0;
	}

	.news-block .align-left {
		float: left;
	}

	.news-block .text {
		padding: 8px 6px 0 25px;
	}

	.highlights .title {
		margin: 0;
		float: left;
	}

	.head .title-box {
		width: 86%;
		float: left;
	}

	.specialities .specialities-holder {
		margin: 0 -5px;
		letter-spacing: -4px;
	}

	.specialities .box {
		width: 32.3%;
		margin: 0 .5% 10px;
		padding: 16px 19px 20px;
	}

	.notices {
		padding: 0 3px 0 0;
	}

	.notices h3 {
		font-size: 18px;
		line-height: 22px;
	}

	.notices .align-left {
		float: left;
		margin: 3px 0 0;
	}

	.notices .text {
		padding: 0 4px 0 29px;
	}

	.three-columns .section .title-box {
		width: 70%;
	}

	.features {
		padding: 0 10px 25px;
	}

	.features h1 {
		margin: 0 4px 18px;
	}

	.features .box {
		margin-bottom: 42px;
	}

	#content p {
		margin: 0 0 19px;
	}

	#content p.p2 {
		margin: 0 0 37px;
	}

	#content .blockquote {
		font-size: 16px;
		line-height: 25px;
		padding: 14px 19px 18px;
		margin: 25px 0 23px -5px;
	}

	#content .image-gallery {
		padding: 16px 0 26px;
	}

	#content .image-gallery .img-box {
		width: 30.8%;
		margin: 0 .8% 15px;
		display: inline-block;
		vertical-align: top;
	}

	#content .intro-block.add .align-left {
		width: 47.6%;
		margin: 6px 3.9% 0 0;
	}

	#content .intro-block .align-left {
		float: left;
		margin: 0 3.9% 0 0;
	}

	#content .intro-block h2 {
		font-size: 24px;
		margin: 0 0 18px;
		line-height: 28px;
	}

	#content .speciality .labor-law .box {
		width: 49.5%;
		padding: 0 1.8%;
		display: inline-block;
		vertical-align: top;
	}

	#content .content-block .box:after {
		display: block;
	}

	#content .offices .address {
		padding: 18px 15px 30px;
	}

	.history {
		padding: 8px 0 17px;
	}

	.history h2 {
		font-size: 24px;
		margin: 0 0 27px;
		line-height: 28px;
		padding: 0 0 13px;
	}

	.history .sub-title {
		font-size: 16px;
		margin: 0 0 25px;
		line-height: 25px;
	}

	#sidebar .widget .blog {
		padding: 0 0 28px;
	}

	#sidebar .widget .blog li {
		padding: 20px 15px 22px 19px;
	}

	#sidebar .team {
		text-align: left;
		padding: 10px 14px 52px;
	}

	#sidebar .team ul {
		margin: 0 -9px 1px;
	}

	#sidebar .team li {
		margin: 0 1.9% 10px;
	}

	.visual {
		margin: 0 10px;
		border-width: 5px 8px;
	}

	.working-block .working-holder {
		padding: 18px 0 9px;
	}

	.working-block .links-box {
		width: 49.4%;
		padding: 0 9px 16px;
		display: inline-block;
		vertical-align: top;
	}

	.links-block .links-holder {
		padding: 18px 0 12px;
	}

	.links-block .links-box {
		width: 49.4%;
		padding: 0 2% 16px 4.2%;
		display: inline-block;
		vertical-align: top;
	}

	#footer .holder {
		text-align: left;
	}

	#footer .box:after {
		width: 1px;
		border: 0;
		background: url(../images/divider1.png) repeat-y;
		top: 26px;
		right: auto;
		bottom: 20px;
		left: 0;
		position: absolute;
	}

	#footer .footer {
		text-align: left;
	}

	#footer .footer .footer-link {
		float: left;
	}

	#footer .copyright {
		float: right;
	}
}

@media only screen and (min-width: 992px) {
	h1 {
		font-size: 24px;
		line-height: 28px;
		padding: 0 4px 18px;
	}

	#header .header-holder {
		padding: 0 0 11px;
	}

	#header .logo {
		width: 333px;
	}

	#header .sub-nav {
		font-size: 16px;
		text-align: right;
		padding: 13px 1px 0 10px;
	}

	.navbar .nav {
		font-size: 14px;
	}

	.navbar .nav > li > a {
		padding: 14px 8px;
	}

	.two-columns {
		margin-bottom: 20px;
	}

	.video-holder {
		margin: 0 -10px 0 0;
	}

	.news-block {
		font-size: 12px;
	}

	.news-block h2 {
		font-size: 12px;
	}

	.news-block .text {
		padding: 8px 6px 0 15px;
	}

	.highlights ul {
		padding: 0 0 0 20px;
	}

	.collective-round {
		margin: 0 0 35px;
	}

	.collective-round .caption {
		padding: 0 3.8% 34px;
	}

	.notices-block {
		margin-bottom: 35px;
	}

	.agenda {
		margin-left: -3px;
	}

	.agenda ul {
		padding: 0 20px;
	}

	.three-columns {
		margin-bottom: 35px;
	}

	.three-columns .section:after {
		display: block;
	}

	.three-columns .links {
		margin: 0;
	}

	.three-columns .cases {
		padding: 12px 18px 17px;
	}

	.three-columns .cases .img-holder {
		margin: 0 0 20px;
	}

	#content .content-holder {
		padding: 0 15px;
	}

	#content .intro-block.add {
		padding: 0 0 25px;
	}

	#content .speciality.practice-area .labor-law {
		padding: 15px 15px 49px;
	}

	#sidebar .contact-block {
		margin: 0 20px 47px;
	}

	#footer .box:first-child .box-holder {
		padding: 30px 20px 13px;
	}

	#footer .box.add .box-holder {
		padding: 29px 11px 14px;
	}

	#footer .box-holder {
		padding: 30px 10px 13px;
	}

	#footer h3 {
		font-size: 13px;
	}
}

@media all and (min-width: 1025px) {
	#content .offices .address span a {
		pointer-events: none;
	}
}

@media only screen and (min-width: 1220px) {
	.breadcrumb {
		margin: 0 10px 24px;
		padding: 15px 5px 14px;
	}

	.news-block {
		font-size: 14px;
	}

	.news-block h2 {
		font-size: 14px;
	}

	.news-block .text {
		padding: 8px 6px 0 25px;
	}

	.highlights ul {
		padding: 12px 0 0 4px;
	}

	.specialities .box {
		width: 24%;
	}

	.collective-round .caption {
		padding: 0 13% 34px;
	}

	.notices .notices-holder {
		padding-left: 16px;
	}

	.agenda ul {
		padding: 0 20px 16px;
	}

	.agenda ul li {
		padding: 22px 0 22px 45px;
	}

	#main {
		padding: 0 10px 46px;
	}

	#content .content-holder {
		padding: 0 32px 0 31px;
	}

	#content .intro-block .text {
		padding: 0 30px 0 0;
	}

	#content .cases-publications {
		padding: 13px 10px;
	}

	#content .cases-publications .align-left {
		margin: 0 15px 0 0;
	}

	#content .cases-publications .title {
		font-size: 14px;
		line-height: 19px;
	}

	.history .align-left {
		float: left;
		width: 47.7%;
		margin: 4px 4.2% 0 0;
	}

	#footer .box:first-child .box-holder {
		padding: 30px 40px 13px;
	}

	#footer .box.add .box-holder {
		padding: 29px 11px 14px;
	}

	#footer .box-holder {
		padding: 30px 20px 13px;
	}

	#footer h3 {
		font-size: 14px;
	}

	#footer .address .tel a {
		cursor: text;
		pointer-events: none;
	}

	#footer .address .tel a:hover {
		color: #fff;
	}
}

@media (max-width: 1024px) {
	#footer .address .tel a {
		pointer-events: inherit;
	}
}

@media (max-width: 992px) {
	.three-columns .section {
		height: auto !important;
	}
}

@media (max-width: 767px) {
	#content .content-block .box {
		height: auto !important;
	}

	#footer .box {
		height: auto !important;
	}

	.phone-site {
		font-size : 2.2em !important;
	}

	.sticky {
		position: fixed !important;
		top: 0;
		width: 100%;
		background-color: white;
	}

	.header-hidden {
		display: none !important;
	}

	.nav-bar-fixed {
		top: 50px !important;
		right: 35px !important;
	}
}

