@charset "utf-8";

/* CSS Document */

@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");

body * {
	padding: 0;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	font-family: "Open Sans", sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html {
	height: 100%;
	background: #fff;
	min-width: 320px;
	visibility: hidden;
}

body {
	line-height: 20px;
}

.clear {
	clear: both;
}

img {
	display: block;
}

a img {
	border: 0;
}

input,
select,
textarea {
	outline: none;
}

input[type="submit"],
label {
	cursor: pointer;
}

textarea {
	overflow: auto;
}

a {
	outline: none;
}

a:hover {
	text-decoration: none;
}

ul,
ol {
	padding: 0;
	margin: 0 0 10px 25px;
}

h1,
h2,
h3 {
	line-height: 40px;
}

h2 {
	font-weight: bold;
}

.fullwidthbanner-container {
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 363px !important;
	min-height: 226px !important;
	overflow: hidden;
}

#container {
	width: 100% !important;
	min-height: 100%;
	overflow: hidden;
	position: relative;
}

#out {
	position: relative;
	background: rgba(255, 255, 255, 0.8);
	overflow: hidden;
}

#container.boxed {
	padding: 20px 0;
}

#container.boxed #out {
	width: 100%;
	margin: 0 auto;
}

#container.boxed-attached #out {
	width: 960px;
	margin: 0 auto;
}

#container.boxed+#footer,
#container.boxed-attached+#footer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#container.boxed+#footer {
	padding-bottom: 20px;
}

#container.boxed #header .inner,
#container.boxed-attached #header .inner {
	left: 50%;
	width: 960px;
	margin-left: -480px;
}

#container.boxed #header .inner {
	top: 20px;
}

#container.boxed #header.fixed .inner {
	top: 0;
}

#header {
	height: auto !important;
	min-height: 100px;
}

#header .inner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: #fff;
}

#header .notify-bar {
	background: #000000;
	padding: 10px 0;
}

#header .notify-bar p {
	color: #ffffff;
	margin-bottom: 0;
}

#header .notify-bar p span {
	float: left;
	margin-right: 5px;
}

#header .notify-bar i {
	color: #ffffff;
	font-size: 18px;
}

#header .notify-bar .col-md-1 {
	text-align: right;
}

#header .inner .top .contacts_block .social_links {
	margin-left: 15px;
	float: right;
	padding-top: 6px;
}

#header .inner .top .contacts_block .social_links li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin-left: 16px;
}

#header .inner .top .contacts_block .social_links li a {
	width: 16px;
	height: 17px;
	background: url(../img/socials.png) no-repeat;
	display: block;
}

#header .inner .top .contacts_block .social_links li .fb {
	background-position: 0 0;
}

#header .inner .top .contacts_block .social_links li .tw {
	background-position: -16px 0;
}

#header .inner .top .contacts_block .social_links li .pi {
	background-position: -32px 0;
}

#header .inner .top .contacts_block .social_links li .in {
	background-position: -48px 0;
}

#header .inner .top .contacts_block .social_links li .share {
	background-position: -64px 0;
}

#header .inner .top .contacts_block .phone {
	float: right;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	padding-top: 7px;
}

#header .inner .top .contacts_block .phone span {
	font-weight: 600;
	font-size: 22px;
}

.bottom {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

#logo {
	/* float: left; */
	/* height: 49px; */
	width: 198px;
	margin: 18px 0 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: inline-block;
}

#logo img {
	height: 100%;
	width: auto;
}

#top_menu {
	float: right;
	margin-right: -16px;
}

.navbar {
	margin-bottom: 0;
	min-height: auto;
	border: 0;
}

.container.pad {
	max-width: 100%;
	padding: 0 5%;
}

.container>.navbar-collapse {
	padding: 0;
}

#top_menu .nav-pills {
	margin-bottom: 0;
	-webkit-transition: padding-top 0.3s ease;
	-moz-transition: padding-top 0.3s ease;
	-o-transition: padding-top 0.3s ease;
	transition: padding-top 0.3s ease;
}

/*.fixed #top_menu .nav-pills {
    padding-top:15px;
}
.fixed #logo {
    margin:7px 0;
}*/

#top_menu .nav-pills>li {
	list-style: none;
	margin: 0;
	line-height: 85px;
}

#top_menu .nav-pills>li.dropdown:hover ul.dropdown-menu {
	display: block;
}

#top_menu .nav-pills>li>a {
	text-transform: uppercase;
	color: #000 !important;
	padding: 0 15px;
	font-size: 16px;
	font-weight: 600;
}

#top_menu .nav-pills>.active>a,
#top_menu .nav-pills>li>a:hover {
	background: #d0ad68;
	border-radius: 0;
	color: #fff;
}

#top_menu .nav-pills .open .dropdown-toggle {
	background: #0eae9b;
	border-radius: 0;
	color: #fff;
}

.nav-pills .dropdown-menu {
	border-radius: 0;
	margin-top: 0;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a {
	background: #0eae9b;
}

#main_slider ul li {
	list-style: none;
}

#main_slider .p_large {
	font-size: 50px;
	color: #fff;
	font-family: "Open Sans Condensed";
	text-shadow: 3px 3px 4px rgba(51, 51, 51, 0.65);
	width: 500px;
}

#main_slider .p_small {
	font-size: 22px;
	line-height: 38px;
	color: #fff;
	text-shadow: 3px 3px 4px rgba(51, 51, 51, 0.65);
	width: 500px;
	white-space: normal;
}

.slide3 .cap-1 {
	width: 367px;
	height: 162px;
	font-size: 16px;
	color: #fff;
	line-height: 22px;
	padding: 15px 30px 15px 50px;
	background: url(../img/text-box.png) 0 0 no-repeat;
	white-space: normal;
	letter-spacing: 0.1em;
	text-transform: none;
	text-align: center;
}

#wrapper .order_block {
	height: 100px;
	line-height: 98px;
	margin: 0 -1000px;
	padding: 0 1000px;
	text-align: right;
	font-size: 40px;
	color: #fff;
	position: relative;
	background: #fff;
}

#wrapper .order_block>span {
	position: relative;
	z-index: 1;
}

#wrapper .order_block>i {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000000;
}

#wrapper .order_block .order_btn {
	float: right;
	font-size: 28px;
	color: #f0f5fe;
	height: 100px;
	line-height: 104px;
	padding: 0 28px 0 40px;
	position: relative;
	text-transform: uppercase;
	margin-left: 36px;
	background: #259d8e;
}

#wrapper .order_block .order_btn:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 1px;
	content: "";
	border: 13px solid transparent;
	border-left: 14px solid #000000;
	margin-top: -13px;
}

#wrapper .infograph {
	background: #f1f1f1;
	position: relative;
	margin: 0 -1000px;
	padding: 40px 1000px 0;
}

.main #wrapper .infograph {
	margin-bottom: 10px;
}

#wrapper .infograph>sup {
	height: 153px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #0eae9b;
	top: auto;
}

#wrapper .infograph .header {
	font-size: 52px;
	color: #0fc6b0;
	text-align: center;
	margin-bottom: 35px;
}

#wrapper .infograph .graph {
	margin-bottom: 35px;
	height: 144px;
	line-height: 144px;
	text-align: center;
}

#wrapper .infograph .graph .graph_inner {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	text-align: left;
	width: 100%;
}

#wrapper .infograph .graph img {
	margin: 0 auto;
}

#wrapper .infograph .desc {
	padding: 20px;
	text-align: center;
	color: #fff;
	position: relative;
}

#wrapper .infograph .desc>i {
	position: absolute;
	left: 50%;
	top: -28px;
	width: 0;
	height: 0;
	border-left: 14px solid transparent !important;
	border-top: 14px solid transparent !important;
	border-right: 14px solid transparent !important;
	border-bottom: 14px solid #0eae9b;
	content: "";
	margin-left: -14px;
}

#wrapper .infograph .desc .name {
	font-size: 22px;
	line-height: normal;
	line-height: 26px;
	margin: 0 -10px 10px;
}

#wrapper .infograph .desc .text {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}

#wrapper .mod {
	margin-bottom: 22px;
	padding-top: 20px;
}

#wrapper .caption {
	font-size: 28px;
	line-height: 30px;
	color: #600;
	text-transform: uppercase;
	margin-bottom: 20px;
	border-bottom: 2px solid #f1f1f1;
	padding-bottom: 4px;
}

.carousel {
	margin-left: 10px;
	margin-right: 10px;
}

.carousel ul {
	margin: 0;
}

.carousel ul li {
	list-style: none;
	margin: 0;
	float: left;
}

#wrapper .mod .carousel ul li {
	width: 313px;
}

#wrapper .mod .carousel ul li .col-md-4 {
	width: 294px;
}

#wrapper .mod .carousel ul li .col-md-4+.col-md-4 {
	margin-top: 30px;
}

.photo {
	text-decoration: none;
	display: block;
}

.photo .img {
	position: relative;
	display: block;
}

.photo .img img {
	width: 100%;
}

.photo .text {
	height: 86px;
	position: relative;
	border-top: 6px solid transparent;
	padding-top: 25px;
	text-align: center;
	display: block;
}

.photo .text .name {
	font-size: 16px;
	color: #000;
	font-weight: 300;
	margin-bottom: 8px;
	display: block;
}

.photo .text .desc {
	font-style: italic;
	color: #333;
	display: block;
}

.photo:hover .img>i {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0eae9b;
	opacity: 0.7;
	filter: alpha(opacity=70);
	content: "";
	z-index: 1;
}

.photo:hover .img:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 49px;
	height: 50px;
	margin: -25px 0 0 -25px;
	content: "";
	background: url(../img/zoom.png) no-repeat;
	z-index: 2;
}

.photo:hover .text {
	background: #e8f1f9;
	border-top-color: #0eae9b;
}

.photo:hover .text>i {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 0;
	border-bottom: 7px solid transparent !important;
	border-left: 7px solid transparent !important;
	border-right: 7px solid transparent !important;
	border-top: 7px solid #0eae9b;
	margin-left: -7px;
	content: "";
}

.carousel .left_arr,
.carousel .right_arr {
	position: absolute;
	top: -60px;
	width: 30px;
	height: 30px;
	background: #f1f1f1 url(../img/arrows.png) no-repeat;
}

.carousel .left_arr {
	right: 31px;
	background-position: 0 center;
}

.carousel .right_arr {
	right: 0;
	background-position: -30px center;
}

.carousel .left_arr:hover,
.carousel .right_arr:hover {
	background-color: #0eae9b;
}

#wrapper .mod .articles ul .img {
	margin-bottom: 20px;
	display: block;
}

#wrapper .mod .articles ul .text .name {
	font-size: 14px;
	line-height: 21px;
	color: #0a2937;
	font-weight: 700;
	margin-bottom: 7px;
}

#wrapper .mod .articles ul .text .date {
	color: #0a2937;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 20px;
	font-weight: 700;
}

#wrapper .mod .articles ul .text .desc {
	color: #333;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
}

#wrapper .mod .articles ul .text .more a {
	color: #0eae9b;
	font-size: 14px;
	padding-right: 21px;
	display: inline-block;
	line-height: 14px;
}

#wrapper .mod .article h1 {
	font-size: 16px;
	color: #0a2937;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 0.8;
	margin-top: 0;
	margin-bottom: 20px;
}

#wrapper .mod .article p {
	font-size: 12px;
	line-height: 18px;
	color: #333;
	margin-bottom: 18px;
}

.styled_list {
	margin: 0;
}

#wrapper .mod .work .styled_list {
	padding-top: 4px;
}

.styled_list[data-type="process_box"] li {
	list-style: none;
	margin-bottom: 14px;
}

.styled_list[data-type="process_box"] li .num {
	width: 110px;
	float: left;
	height: 72px;
	line-height: 68px;
	color: #fff;
	font-size: 60px;
	position: relative;
	text-align: center;
}

.styled_list[data-type="process_box"] li .num:after {
	position: absolute;
	top: 50%;
	right: 0px;
	border: 7px solid transparent;
	height: 1px;
	width: 0;
	border-right-color: #f1f1f1;
	margin-top: -7px;
	content: "";
}

.styled_list[data-type="process_box"] li .text {
	margin-left: 110px;
	height: 72px;
	background: #f1f1f1;
	padding-left: 27px;
	padding-top: 8px;
	font-weight: 600;
}

.styled_list[data-type="process_box"] li .text .name {
	font-size: 25px;
	text-transform: uppercase;
	color: #0eae9b;
	margin-bottom: 3px;
	width: 280px;
	font-weight: 700;
}

.infograph2 .styled_list[data-type="process_box"] li .text .name {
	color: #0a2937;
}

.styled_list[data-type="process_box"] li .text .name:after {
	display: none;
}

.styled_list[data-type="process_box"] li .text .desc {
	font-size: 12px;
	color: #0a2937;
	width: 280px;
	line-height: 18px;
}

#wrapper .mod .team {
	margin-left: 10px;
}

#wrapper .mod .team .col-md-4 {
	width: 294px;
}

#wrapper .mod .team .col-md-4+.col-md-4+.col-md-4+.col-md-4 {
	margin-top: 17px;
}

#wrapper .contacts {
	margin-bottom: 24px;
}

#wrapper .contacts .contact_form {
	background: #f1f1f1;
	padding: 8px 10px 11px;
	margin-right: 10px;
}

input[type="text"],
textarea {
	background: #fff;
	border: 1px solid #cfcfcf;
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	color: #0a2937;
}

input[type="text"]:focus,
textarea:focus {
	box-shadow: none;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #909090;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #909090;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #909090;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #909090;
}

form {
	margin: 0 200px 20px;
}

#wrapper .contacts .contact_form input[type="text"] {
	height: 50px;
	line-height: 50px;
	padding: 0 19px;
	width: 100%;
	margin-bottom: 15px;
}

#wrapper .contacts .contact_form textarea {
	padding: 15px 19px;
	width: 100%;
	height: 120px;
	resize: none;
	margin-bottom: 10px;
}

#wrapper .contacts .contact_form input[type="text"].error,
#wrapper .contacts .contact_form textarea.error {
	border-color: red;
}

#wrapper .contacts .contact_form .note {
	font-size: 10px;
	color: #333;
	line-height: 13px;
	margin-bottom: 10px;
	margin-right: 30px;
}

#wrapper .contacts .contact_form .note span {
	font-size: 12px;
	color: #660000;
	font-weight: bold;
}

#wrapper .contacts .contact_form input[type="submit"] {
	border: 0;
	height: 40px;
	width: 100px;
	text-transform: uppercase;
	color: #fff;
	background: #660000;
	font-size: 14px;
	margin: 0;
}

#wrapper .contacts .info {
	margin-bottom: 50px;
	margin-left: -10px;
}

#wrapper .contacts .info .header {
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 15px;
}

#wrapper .contacts .info .text p {
	font-size: 12px;
	color: #0a2937;
	line-height: 18px;
	margin: 0;
}

#map {
	min-height: 500px;
}

#footer {
	position: relative;
	z-index: 1;
}

#footer .top {
	background: #eee;
	padding-top: 40px;
	padding-bottom: 20px;
}

#footer .top .logo {
	display: inline-block;
	margin-bottom: 20px;
}

#footer .top a img {
	max-width: 100%;
}

#footer .top .text {
	color: #000;
	margin-right: 20px;
}

#footer .top .text p {
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 18px;
	color: #000;
}

#footer .top .text .header {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #000;
}

#footer .top .subscribe input[type="text"] {
	height: 35px;
	border: 0;
	padding: 0 6px;
	font-size: 12px;
	color: #46484b;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 209px;
	margin-right: 4px;
	font-style: normal;
}

#footer .top .subscribe input[type="submit"] {
	height: 35px;
	border: 0;
	width: 51px;
	background: #660000;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}

#footer .bottom {
	background: #1e0c2f;
	padding: 25px 0;
}

#footer .bottom .copyrights {
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	line-height: 24px;
}

#footer .bottom .copyrights a {
	color: #fff;
}

#footer .bottom .copyrights a:hover {
	text-decoration: underline;
}

.progress_bars_with_image {
	color: #ced6d5;
	text-align: center;
	margin-bottom: 10px;
}

.progress_bars_with_image .item {
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}

.progress_bars_with_image .item:after {
	display: none;
}

.progress_bars_with_image .item.break:after {
	display: block;
}

.progress_bars_with_image_title {
	font-size: 25px;
	color: #0fc6b0;
	font-weight: 800;
	text-align: center;
}

.infograph .progress_bars_block {
	max-width: 220px;
	margin: 0 auto;
}

.progress_bars {
	position: relative;
	margin-bottom: 15px;
	max-width: 100%;
}

.progress_bars .progress_line {
	position: absolute;
	bottom: 0;
	left: 0;
}

.progress_bars.style2 {
	background: #00444a;
}

.progress_bars.no_bg {
	background: transparent !important;
}

.progress_bars.vertical .progress_line {
	right: 0;
	top: 100%;
}

.progress_bars.horizontal .progress_line {
	top: 0;
	right: 100%;
}

.progress_bars.horizontal.style1 .title_block {
	background: #d2e4f4;
	font-weight: 600;
	border-width: 2px;
	border-style: solid;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	right: 100%;
	z-index: 2;
	text-align: center;
}

.progress_bars.horizontal.style2 .title_block {
	font-weight: 300;
	border-radius: 50%;
	position: absolute;
	bottom: 50%;
	right: 100%;
	z-index: 2;
	text-align: center;
	color: #fff;
}

.progress_bars.vertical[data-title="bottom"] .title_block {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
}

.progress_bars.vertical {
	float: left;
}

.progress_bars.vertical+.progress_bars.vertical {
	margin-left: 9.5%;
}

.progress_bars_caption {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 10px;
	color: #0fc6b0;
	margin-bottom: 3px;
	letter-spacing: -0.1em;
}

.easy-pie-chart {
	position: relative;
	margin: 0 auto;
}

.easy-pie-chart span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 25px;
	font-weight: 800;
}

.large_num {
	font-size: 70px;
	color: #0fc6b0;
	font-weight: 800;
	text-align: center;
}

.infograph2 {
	margin: 0 -1000px;
	padding: 28px 1000px 40px;
	background: #01646c;
}

.infograph2 .caption {
	font-size: 27px;
	margin-bottom: 25px;
	color: #fff;
	line-height: normal;
	text-transform: uppercase;
}

.infograph2 .row+.row {
	margin-top: 55px;
}

.infograph2 .col-md-6+.col-md-6 {
	width: 410px;
	float: right;
}

.infograph2 .progress_bars_caption {
	color: #e8e8e8;
	font-size: 12px;
	margin-left: 10px;
	margin-bottom: 5px;
}

.infograph3 {
	padding: 35px 1000px;
	margin: 0 -1000px;
	background: #ebebeb;
}

.infograph3 .caption {
	text-align: center;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 30px;
	padding: 0 20px;
}

.infograph3 .header {
	height: 28px;
	line-height: 28px;
	background: #0a2937;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}

.infograph3 .dividers {
	margin-bottom: 40px;
	text-align: center;
}

.info_divider {
	position: relative;
}

.info_divider i {
	position: absolute;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	font-style: normal;
}

.info_divider.vertical {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	margin: 0 2.5%;
}

.info_divider:before {
	position: absolute;
	top: 50%;
	height: 1px;
	left: 0;
	right: 0;
	content: "";
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.info_divider.vertical:before {
	left: 50%;
	right: auto;
	width: 1px;
	top: 0;
	bottom: 0;
	height: auto;
}

.info_divider.vertical i {
	left: 0;
	top: 50%;
	margin-top: -25px;
}

.info_divider.horizontal {
	height: 50px;
	position: relative;
	margin-bottom: 5%;
}

.info_divider.horizontal i {
	left: 50%;
	top: 0;
	margin-left: -25px;
}

.info_divider i:before {
	display: block;
}

.info_divider.or i:before {
	content: "or";
}

.info_divider.and i:before {
	content: "and";
	font-size: 18px;
}

.info_divider.plus i:before {
	content: "+";
}

.info_divider.minus i:before {
	content: "-";
}

.info_divider.and-or i:before {
	content: "and/or";
	font-size: 12px;
}

.info_divider.plus-minus i:before {
	content: "+/-";
}

.info_divider.or:before,
.info_divider.or i {
	background: #4bb3d3;
}

.info_divider.and:before,
.info_divider.and i {
	background: #86aa65;
}

.info_divider.plus:before,
.info_divider.plus i {
	background: #eda637;
}

.info_divider.minus:before,
.info_divider.minus i {
	background: #d7824c;
}

.info_divider.and-or:before,
.info_divider.and-or i {
	background: #d56558;
}

.info_divider.plus-minus:before,
.info_divider.plus-minus i {
	background: #d94c4b;
}

.progress_bars_with_numbers {
	margin-bottom: 50px;
	text-align: center;
}

.progress_bars_with_numbers .item {
	display: inline-block;
	vertical-align: top;
	width: 166px;
	margin: 0 3%;
}

.progress_bars_with_numbers .item .desc {
	font-size: 16px;
	color: #333;
	line-height: 24px;
	text-align: center;
	font-weight: 300;
}

.progress_bars_with_numbers .item .progress_bars {
	display: inline-block;
	float: none;
}

.infograph4 {
	background: #d9d9d9;
	padding: 35px 1000px 40px;
	margin: 0 -1000px;
}

.infograph4 .header {
	font-size: 30px;
	color: #0a2937;
	margin-bottom: 25px;
}

.trend {
	text-align: center;
	position: relative;
	padding: 35px 0 135px;
}

.trend .arrow {
	position: absolute;
	left: 50%;
	opacity: 0.8;
}

.trend .arrow i {
	position: absolute;
	left: 50%;
	border-style: solid;
	border-color: transparent;
	width: 0;
	height: 0;
}

.trend .value {
	font-size: 50px;
	font-weight: 800;
	bottom: 40px;
	position: absolute;
	left: 0;
	right: 0;
}

.trend .name {
	font-size: 24px;
	font-weight: 800;
	bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
}

.infograph4 .trend {
	margin-bottom: 20px;
}

.infograph4 .trend .img {
	height: 277px;
	line-height: 277px;
}

.infograph4 .trend img {
	display: inline-block;
	vertical-align: bottom;
}

.infograph4 .trend_desc {
	width: 210px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	font-weight: 300;
	text-align: center;
}

.infograph5 {
	padding: 40px 1000px 15px;
	margin: 0 -1000px;
	background: #fff;
}

.infograph5 .header {
	font-size: 30px;
	color: #0a2937;
	text-transform: uppercase;
	margin-bottom: 50px;
	line-height: 39px;
}

.question {
	padding-left: 110px;
	position: relative;
	font-size: 30px;
	line-height: 45px;
	font-weight: 300;
	margin-bottom: 30px;
}

.question:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 63px;
	height: 84px;
	background: url(../img/q.png) 0 0 no-repeat;
}

.answer {
	position: relative;
	padding-left: 110px;
}

.answer>i {
	width: 65px;
	height: 71px;
	background: url(../img/a.png) 0 0 no-repeat;
	position: absolute;
	top: 20px;
	left: 0;
}

.question+.answer {
	padding-top: 35px;
	border-top: 2px solid #f1f1f1;
}

.question+.answer:before {
	top: 35px;
}

.answer p {
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	margin-bottom: 30px;
	font-weight: 300;
}

.infograph6 {
	padding: 40px 1000px 15px;
	margin: 0 -1000px;
	background: #ebebeb;
}

.infograph6 .header {
	font-size: 50px;
	text-transform: uppercase;
	color: #0eae9b;
	margin-bottom: 50px;
}

.infograph6 .caption {
	font-size: 26px;
	color: #0a2937;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: normal;
}

.infograph6 .desc {
	font-size: 16px;
	color: #0a2937;
	margin-bottom: 15px;
	line-height: normal;
}

.infograph6 .progress_bars_with_image {
	text-align: left;
}

.infograph6 .row {
	margin-bottom: 30px;
}

.infograph7 {
	background: #0a2937;
	padding: 35px 1000px 25px;
	margin: 0 -1000px;
	position: relative;
}

.infograph7>* {
	position: relative;
	z-index: 1;
}

.infograph7>i {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background: -moz-linear-gradient(left,
			rgba(0, 0, 0, 0.5) 0%,
			rgba(0, 0, 0, 0) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear,
			left top,
			right top,
			color-stop(0%, rgba(0, 0, 0, 0.5)),
			color-stop(100%, rgba(0, 0, 0, 0)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,
			rgba(0, 0, 0, 0.5) 0%,
			rgba(0, 0, 0, 0) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,
			rgba(0, 0, 0, 0.5) 0%,
			rgba(0, 0, 0, 0) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(left,
			rgba(0, 0, 0, 0.5) 0%,
			rgba(0, 0, 0, 0) 100%);
	/* IE10+ */
	background: linear-gradient(to right,
			rgba(0, 0, 0, 0.5) 0%,
			rgba(0, 0, 0, 0) 100%);
	/* W3C */
}

.infograph7 {
	padding: 35px 1000px 25px;
	margin: 0 -1000px;
}

.styled_list[data-type="large_numbers"] {
	text-align: center;
}

.styled_list[data-type="large_numbers"] li {
	list-style: none;
	display: inline-block;
	width: 280px;
	margin: 0 1% 30px;
	vertical-align: top;
	line-height: 0.8;
}

.infograph7 .header {
	text-align: center;
	font-size: 50px;
	color: #fff;
	line-height: 50px;
	margin-bottom: 50px;
}

.styled_list[data-type="large_numbers"] li .num {
	font-size: 150px;
	font-weight: 800;
	margin-bottom: 30px;
}

.styled_list[data-type="large_numbers"] li .text .name {
	font-size: 24px;
	color: #fff;
	line-height: 28px;
	margin-bottom: 35px;
	text-transform: uppercase;
}

.styled_list[data-type="large_numbers"] li .text .desc {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	font-weight: 300;
}

.breadcrumbs {
	margin: 0 -1000px 30px;
	padding: 0 1000px;
	line-height: 52px;
	height: 52px;
	position: relative;
}

.breadcrumbs:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(left,
			rgba(0, 0, 0, 0.5) 0%,
			rgba(0, 0, 0, 0) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear,
			left top,
			right top,
			color-stop(0%, rgba(0, 0, 0, 0.5)),
			color-stop(100%, rgba(0, 0, 0, 0)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,
			rgba(0, 0, 0, 0.5) 0%,
			rgba(0, 0, 0, 0) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,
			rgba(0, 0, 0, 0.5) 0%,
			rgba(0, 0, 0, 0) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(left,
			rgba(0, 0, 0, 0.5) 0%,
			rgba(0, 0, 0, 0) 100%);
	/* IE10+ */
	background: linear-gradient(to right,
			rgba(0, 0, 0, 0.5) 0%,
			rgba(0, 0, 0, 0) 100%);
	/* W3C */
	content: "";
}

.breadcrumbs li {
	list-style: none;
	display: inline-block;
	font-size: 20px;
	position: relative;
	z-index: 1;
}

.breadcrumbs li+li {
	margin-left: 18px;
}

.breadcrumbs li+li:before {
	position: absolute;
	left: -14px;
	color: #d1dde2;
	content: "/";
}

.breadcrumbs li+li:last-child:before {
	color: #fff;
}

.breadcrumbs li a {
	color: #ffffff;
	text-decoration: underline;
}

.breadcrumbs li a:hover {
	text-decoration: underline;
}

.breadcrumbs li span {
	color: #fff;
}

.article_block {
	margin-bottom: 50px;
}

.article_block .article h1 {
	font-size: 22px;
	color: #0a2937;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 0;
	line-height: normal;
}

.article_block .article p {
	font-size: 12px;
	line-height: 18px;
	color: #333;
	margin-bottom: 18px;
}

.article_block .details>.name {
	font-size: 16px;
	color: #0eae9b;
	font-weight: bold;
	margin-bottom: 15px;
}

.article_block .details .links {
	margin: 0 0 10px;
}

.article_block .details .links li {
	list-style: none;
	margin-bottom: 2px;
	background: #d2e4f4;
	line-height: 36px;
}

.article_block .details .links li:last-child {
	line-height: 17px;
}

.article_block .details .links li .name {
	float: left;
	width: 112px;
	background: #0eae9b;
	font-size: 12px;
	color: #fff;
	font-weight: 600;
	height: 36px;
	padding: 0 6px;
	position: relative;
}

.article_block .details .links li .name>i {
	position: absolute;
	left: 100%;
	top: 50%;
	width: 0;
	height: 1px;
	border-top: 7px solid transparent !important;
	border-right: 7px solid transparent !important;
	border-bottom: 7px solid transparent !important;
	border-left: 7px solid #0eae9b;
	margin-top: -7px;
}

.article_block .details .links li .desc {
	margin-left: 112px;
	padding-left: 18px;
	color: #0a2937;
	font-weight: 600;
	font-size: 12px;
	height: 36px;
}

.article_block .details .links li .desc a {
	color: #0eae9b;
}

.article_block .details .links li .desc a:hover {
	text-decoration: underline;
}

.article_block .details .links li .desc a,
.article_block .details .links li .desc span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.article_block .details .note {
	font-size: 12px;
	color: #0a2937;
}

.article_block .details .note .name {
	width: 110px;
	font-weight: 600;
	float: left;
}

.article_block .details .note .desc {
	margin-left: 130px;
}

.article_block h1 {
	font-size: 30px;
	color: #0eae9b;
	font-weight: 600;
	border-bottom: 2px solid #f1f1f1;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 18px;
	margin-left: 20px;
}

.article_block h2 {
	font-size: 16px;
	color: #0a2937;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 0.8;
	margin-top: 0;
	margin-bottom: 20px;
}

.navbar .navbar-btn {
	background-image: none;
	background-color: rgba(0, 0, 0, 0);
	box-shadow: none;
	border: none;
}

.navbar .navbar-btn:hover {
	background-color: #ffffff;
}

.navbar .navbar-btn .icon-bar {
	background-color: #cccccc;
	width: 23px;
	height: 4px;
	border-radius: 2px;
}

.menu-btn-name {
	float: right;
	color: #000000;
	display: block;
	padding-left: 32px;
	line-height: 20px;
}

.scrollup {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	background: #333333 url("../img/top_btn.png") scroll 10px 12px no-repeat;
}

/* individual */

.honors {
	margin: 0 -1000px 48px;
	padding: 25px 1000px 23px;
	background: #eaeaea;
}

.honors ul li {
	float: left;
	width: 16.65%;
	text-align: center;
	list-style: none;
	height: 100px;
	line-height: 100px;
}

.honors ul li a {
	display: inline-block;
	vertical-align: middle;
}

.honors ul li a img {
	max-width: 100%;
	max-height: 100%;
}

.welcome .about h1 {
	font-size: 28px;
	color: #660000;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: normal;
	margin-top: 0;
	border-bottom: 2px solid #f1f1f1;
}

/*.welcome .about h2 {
	font-size:18px;
	color:#000;
	margin-bottom:10px;
	line-height:26px;
}*/

.welcome .about p {
	font-size: 16px;
	line-height: 25px;
	color: #171717;
	padding-bottom: 30px;
}

.welcome .reviews ul {
	margin: 0;
}

.welcome .reviews ul li {
	list-style: none;
	background: #eaeaea;
	margin-bottom: 13px;
	padding: 12px 11px 15px;
}

.welcome .reviews ul li .header_item {
	text-transform: uppercase;
	color: #ccc;
	text-decoration: underline;
	margin-bottom: 7px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.welcome .reviews ul li .img {
	float: left;
	width: 80px;
	margin-right: 7px;
}

.welcome .reviews ul li .img img {
	width: 100%;
}

.welcome .reviews ul li .name {
	padding-top: 20px;
	position: relative;
	font-size: 16px;
	color: #000;
	font-weight: 700;
	overflow: hidden;
	padding-bottom: 6px;
	margin-bottom: 4px;
}

.welcome .reviews ul li .name:after {
	height: 2px;
	width: 54px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000;
	content: "";
}

.welcome .reviews ul li .state {
	color: #660000;
	font-size: 12px;
}

.welcome .reviews ul li .text {
	font-size: 12px;
	color: #660000;
	font-weight: 400;
	font-style: italic;
	line-height: 22px;
	padding: 10px 10px 0 30px;
	background: url(../img/quote.png) 3px 11px no-repeat;
}

.practice {
	margin: 0 -1000px 0;
	padding: 0 1000px 40px;
	background: #f2f2f2;
}

#wrapper .practice .caption {
	color: #fff;
	margin-bottom: 30px;
	border: 0;
	padding: 0;
}

.practice .practice_list {
	margin: 0;
}

.practice .practice_list>li {
	float: left;
	width: 33.33%;
	padding: 0 20px;
	list-style: none;
}

.practice .practice_list>li .name {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.practice .practice_list>li .text {
	font-size: 13px;
	line-height: 20px;
}

.practice .practice_list>li .text p {
	margin-bottom: 15px;
}

.practice .practice_list>li .text ul {
	margin: 0;
}

.practice .practice_list>li .text ul li {
	list-style: none;
	font-weight: 400;
	font-style: italic;
	line-height: 24px;
}

.attorneys .header {
	font-size: 28px;
	color: #660000;
	text-transform: uppercase;
}

.attorneys .person {
	margin-bottom: 14px;
}

.attorneys .person>.img {
	float: left;
	margin-left: -7px;
	width: 316px;
}

.attorneys .person>.img img {
	width: 100%;
}

.attorneys .person>.text {
	margin-left: 330px;
	padding-top: 60px;
}

.attorneys .person>.text .name {
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 5px;
	font-weight: bold;
}

.attorneys .person>.text .state {
	font-size: 12px;
	color: #666666;
	margin-bottom: 15px;
}

.attorneys .person>.text .info {
	margin-bottom: 15px;
	margin-left: 0;
	overflow: hidden;
}

.attorneys .person>.text .info li {
	list-style: none;
	float: left;
	margin-right: 25px;
}

.attorneys .person>.text .info li a {
	font-size: 14px;
	color: #666;
	display: inline-block;
	line-height: 22px;
}

.attorneys .person>.text .info li a:hover {
	text-decoration: underline;
}

.attorneys .person>.text .info li a.vcard {
	padding-left: 42px;
	background: url(../img/vCard.png) 0 center no-repeat;
}

.attorneys .person>.text .info li a.pdf {
	padding-left: 27px;
	background: url(../img/PDF.png) 0 center no-repeat;
}

.attorneys .person>.text .info li a.linkedin {
	padding-left: 32px;
	background: url(../img/LinkedIn.png) 0 center no-repeat;
}

.attorneys .person>.text .desc {
	font-size: 13px;
	color: #000;
	line-height: 22px;
	margin-bottom: 20px;
}

.info_slides {
	margin: 0;
	border-bottom: 1px solid #660000;
}

.info_slides>li {
	border-top: 1px solid #a3a3a3;
	list-style: none;
}

.info_slides>li.active,
.info_slides>li.active+li {
	border-top: 1px solid #660000;
}

.info_slides>li a {
	display: block;
	padding: 12px 45px;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	position: relative;
	text-decoration: none;
}

.info_slides>li a .arr {
	width: 20px;
	height: 20px;
	color: #7f7f7f;
	position: absolute;
	left: 17px;
	top: 50%;
	margin-top: -10px;
	font-size: 18px;
}

.info_slides>li a .arr:before {
	font-family: FontAwesome;
	content: "\f054";
	font-style: normal;
}

.info_slides>li.active a,
.info_slides>li a:hover {
	color: #660000;
}

.info_slides>li.active a .arr {
	margin-top: -13px;
}

.info_slides>li.active a .arr:before {
	content: "\f078";
}

.info_slides>li .text {
	padding: 10px 0 1px 45px;
	display: none;
}

.info_slides>li .text p {
	font-size: 13px;
	color: #616161;
	line-height: 22px;
	margin-bottom: 20px;
}

.info_slides>li .text ul,
.info_slides>li .text ol {
	margin-bottom: 20px;
}

.info_slides>li .text li {
	font-size: 13px;
	color: #616161;
	line-height: 22px;
	margin-bottom: 5px;
}

.results {
	margin: 0 -1000px 0;
	border-top: solid 2px #cccccc;
	padding: 30px 1000px;
}

#wrapper .results .caption {
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.results .carousel.results_carousel {
	margin: 0 0 20px;
}

.results .carousel.results_carousel ul li .review .name {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
	float: left;
	margin-top: 3px;
}

.results .carousel.results_carousel ul li .review .status {
	float: left;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	height: 23px;
	line-height: 23px;
	background: #660000;
	position: relative;
	padding: 0 7px;
	margin-left: 25px;
}

.results .carousel.results_carousel ul li .review .status i {
	position: absolute;
	left: -14px;
	top: 50%;
	margin-top: -7px;
	border-left: 7px solid transparent !important;
	border-top: 7px solid transparent !important;
	border-bottom: 7px solid transparent !important;
	border-right: 7px solid #660000;
}

.results .carousel.results_carousel ul li .review .text {
	padding-left: 40px;
	font-size: 13px;
	color: #666666;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	position: relative;
}

.results .carousel.results_carousel ul li .review .text>i.quote {
	position: absolute;
	top: 4px;
	left: 5px;
	width: 26px;
	height: 5px;
	color: #660000;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.results .carousel.results_carousel ul li .review .text>i.quote:before {
	content: '"';
	font-weight: bold;
	font-size: 60px;
}

.results .carousel.results_carousel ul li .review .text strong {
	color: #660000;
}

.faq {
	margin-bottom: 50px;
}

#wrapper .faq .caption {
	padding: 0;
	border: 0;
}

.faq>.header {
	font-size: 28px;
	color: #660000;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.faq .categories {
	margin: 0 -1000px;
	padding: 50px 1000px 1px;
	background: #434343;
}

.faq .category {
	margin-bottom: 60px;
}

.faq .category .header {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.faq .category .info_slides {
	border-color: #fff;
}

.faq .category .info_slides li {
	border-color: #c7c7c7;
}

.faq .category .info_slides li a {
	color: #c7c7c7;
}

.faq .category .info_slides li.active a {
	color: #fff;
}

.faq .category .info_slides li a .arr {
	color: #c7c7c7;
}

.faq .category .info_slides li.active a .arr {
	color: #fff;
}

.faq .category .info_slides li .text p {
	color: #fff;
}

.checkbox {
	position: relative;
	padding: 0;
	margin-bottom: 13px;
}

.checkbox input {
	position: absolute;
	visibility: hidden;
}

.checkbox label {
	padding-left: 21px;
	font-size: 10px;
	color: #333;
	line-height: 14px;
	display: inline-block;
	position: relative;
}

.checkbox label:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 14px;
	height: 14px;
	background: url(../img/check.png) 0 0 no-repeat;
	content: "";
}

.checkbox label.active:before {
	background-position: 0 -14px;
	content: " ";
}

.checkbox input[type="checkbox"].error+label {
	color: red;
}

.checkbox input[type="checkbox"].error+label:before {
	background-position: 0 -28px;
	content: " ";
}

#wrapper #recaptcha_widget_div input[type="text"] {
	height: 34px;
	line-height: 32px;
}

#main_advert .slide {
	position: relative;
	overflow: hidden;
	height: 363px;
}

#main_advert .slide img {
	max-width: none;
	width: auto;
}

#main_advert .slide .container {
	position: relative;
	z-index: 1;
}

#main_advert .slide .container p {
	position: absolute;
}

#main_advert .slide1 .cap-1 {
	left: 10px;
	top: 50px;
}

#main_advert .slide1 .cap-2 {
	left: 35px;
	top: 190px;
}

/** new css **/

.header-top {
	background-color: #1e0c2f;
	padding: 10px 0;
}

.header-left ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.header-left ul li {
	color: #ffffff;
	font-size: 16px;
	display: inline-block;
}

.header-left ul li {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
}

.header-left ul li:first-child {
	margin-right: 30px;
}

.header-left ul li i {
	display: inline-block;
	margin-right: 10px;
}

.opening-hour>p {
	font-size: 16px;
	color: #ffffff;
	text-align: right;
}

.opening-hour>p span {
	font-weight: 600;
}

.about.spacing {
	padding-top: 0 !important;
}

.spacing {
	padding: 35px 10%;
}

.heading>h2 {
	font-size: 30px;
	font-weight: 600;
	margin: 0;
	line-height: normal;
	position: relative;
	display: inline-block;
	padding-right: 20px;
	padding-left: 20px;
	text-transform: uppercase;
}

.heading>h2 span {
	font-weight: 800;
	color: #d0ad68;
}

.heading>h2::before {
	position: absolute;
	content: "";
	width: 50px;
	height: 3px;
	right: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #5f5f5f;
}

.heading>h2::after {
	position: absolute;
	content: "";
	width: 50px;
	height: 3px;
	left: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #5f5f5f;
}

.heading.center {
	text-align: center;
}

.heading.center h2 {
	padding-left: 20px;
}

.heading h3 {
	font-size: 18px;
	color: #5f5f5f;
	line-height: normal;
	padding: 10px 0 0;
	line-height: 24px;
}

.heading h3 span {
	display: block;
}

.img-cont img {
	width: 100%;
}

.click-button>a {
	display: inline-block;
	padding: 0 35px;
	line-height: 50px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 30px;
}

.practice .boxes {
	margin-top: 15px;
	background-color: #ffffff;
	padding: 30px;
	text-align: center;
	min-height: 700px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.practice .boxes h2 {
	line-height: normal;
	padding: 0 0 20px !important;
}

.practice .boxes p {
	font-size: 16px;
	line-height: 24px;
	color: #171717;
	padding: 0 20px;
}

.attorneys .boxes {
	margin-top: 15px;
	background-color: #f2f2f2;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 30px 40px;
	text-align: left;
}

.attorneys .boxes h2 {
	font-size: 24px;
	line-height: normal;
	padding: 15px 0 5px;
}

.attorneys .boxes h3 {
	font-size: 16px;
	font-style: italic;
	color: #171717;
	line-height: normal;
}

.attorneys .boxes ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 15px;
	border-top: solid 2px #ffffff;
	padding: 10px 0;
}

.attorneys .boxes ul::after {
	content: "";
	display: block;
	clear: both;
}

.attorneys .boxes ul li {
	width: 33.3%;
	float: left;
}

.attorneys .boxes ul li a {
	font-size: 16px;
	display: block;
	color: #171717;
}

.attorneys .boxes ul li a i {
	display: inline-block;
	margin-right: 10px;
}

.attorneys .click-button {
	margin: 45px auto 0;
	display: table;
}

.newsletter {
	margin: 0 -1000px;
	padding: 45px 1000px;
	background-color: #e9e9e9;
}

.newsletter .heading {
	margin-top: 10px;
}

.subscribe input[type="text"] {
	height: 60px;
	border: 0;
	width: 100%;
	font-size: 18px;
	font-style: normal;
	padding: 0 15px;
	border-radius: 5px 0 0px 5px;
	float: left;
	max-width: 70%;
}

.subscribe input[type="submit"] {
	border: 0;
	height: 60px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	border-radius: 0 5px 5px 0;
	width: 30%;
}

.subscribe form::after {
	display: block;
	content: "";
	clear: both;
}

.footer-heading h2 {
	font-family: "Lato", sans-serif;
	font-size: 20px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 25px;
}

.footer-heading h2 span {
	width: 2px;
	height: 37px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
}

#footer .text ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer .text ul li {
	display: block;
	position: relative;
	padding-left: 20px;
}

#footer .text ul li a {
	color: #000;
	display: inline-block;
	line-height: 24px;
	margin: 0 0 10px;
}

#footer .text ul li::after {
	position: absolute;
	content: "\f105";
	height: 2px;
	width: 2px;
	left: 0;
	font-family: "FontAwesome";
	font-size: 18px;
	top: 1px;
}

#footer .text address {
	position: relative;
	padding-left: 35px;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}

#footer .text address i {
	position: absolute;
	left: 0;
	top: 5px;
}

#footer .text.footer-right>p {
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}

#footer .text.footer-left>p {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	font-family: "Lato", sans-serif;
}

/*--about-us--*/

.page-title {
	background-image: url(../img/slide3.png);
	text-align: center;
	padding: 60px;
	background-size: cover;
}

.page-title .title-box h1 {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 15px 60px;
	position: relative;
	line-height: normal;
}

.page-title .title-box h1::before,
.page-title .title-box h1::after {
	position: absolute;
	content: "";
	background-color: #fff;
	height: 3px;
	width: 50px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.page-title .title-box h1::before {
	right: 0;
}

.page-title .title-box h1::after {
	left: 0;
}

.img-cont.img1 img {
	width: 100%;
	max-width: 700px;
	margin: auto;
	padding-bottom: 20px;
}

.client-testimonials {
	background-color: #e9e9e9;
	margin: 0 -1000px;
	padding: 50px 1000px;
}

.testimonial-text p {
	padding-top: 35px;
	font-size: 18px;
	text-align: center;
	line-height: normal;
	margin: 35px auto;
	display: table;
	position: relative;
}

.testimonial-text p::after {
	position: absolute;
	left: 0;
	content: "";
	background: url(../img/quote.png);
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	top: 0;
	right: 0;
	margin: auto;
}

.testimonial-info .img img {
	max-width: 125px;
	margin: auto;
	display: block;
	border-radius: 50%;
	border: 1px solid #ccc;
}

.client-info {
	text-align: center;
	margin-top: 15px;
}

.client-info h3 {
	font-size: 16px;
}

.client-info p {
	font-style: italic;
	color: #000;
}

.client-testimonials .carousel-indicators {
	bottom: -50px;
}

.client-testimonials .carousel-indicators li {
	width: 15px;
	height: 15px;
	border: 1px solid #000;
}

.client-testimonials .carousel-indicators li.active {
	width: 15px;
	height: 15px;
	background-color: #000;
	margin: 1px;
}

.about .results {
	border: 0;
}

/** attorney pages css **/

.attorney-box {
	background-color: #f2f2f2;
	padding: 10px;
	margin-top: 20px;
}

.attorney-info {
	padding: 20px 0 0;
}

.attorney-info h2 {
	font-size: 20px;
}

.attorney-info h3 {
	font-size: 16px;
	font-style: italic;
	line-height: normal;
}

.attorney-info ul {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.attorney-info ul li {
	display: block;
	margin: 10px 0;
}

.attorney-info ul li a {
	display: inline-block;
	color: #000;
	position: relative;
	padding-left: 30px;
	font-size: 16px;
}

.attorney-info ul li a i {
	position: absolute;
	left: 0;
	top: 3px;
}

.attorney-box .page-content {
	padding: 10px 0 0;
}

/***internal-pages-faq***/

.page-content p {
	color: hsl(180, 33%, 2%);
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 0;
	padding-bottom: 8px;
	text-align: left;
}

.page-content li {
	color: #3283c1;
	font-size: 18px;
	padding-bottom: 10px;
	text-align: left;
}

.page-content {
	padding: 30px 0 31px;
	text-align: center;
}

.form-banner1 span.soon {
	color: hsl(0, 0%, 100%);
	display: block;
}

.form-banner1 p {
	color: hsl(0, 0%, 100%);
	font-size: 40px;
	margin: 0;
	padding-bottom: 47px;
	padding-top: 7px;
	text-align: center;
}

.form-banner1 .matched>span {
	color: hsl(0, 0%, 100%);
}

.header-fixed .navigation {
	background-color: #fff;
}

.page-content .collection {
	color: #3283c1;
	font-size: 20px;
}

.page-content address {
	color: hsl(0, 0%, 0%);
	font-size: 18px;
	text-align: center;
}

.page-content .hope1 {
	font-style: italic;
	padding-bottom: 20px;
	text-align: center;
}

.page-content .panel-default>.panel-heading {
	border: 1px solid;
}

.page-content .accordion-toggle.collapsed::after {
	background: hsla(0, 0%, 0%, 0) url("../img/arrow-up.png") no-repeat scroll 0 0;
	height: 15px;
	width: 23px;
}

.page-content .accordion-toggle::after {
	background: hsla(0, 0%, 0%, 0) url("../img/arrow-left.png") no-repeat scroll 0 0;
	bottom: 0;
	content: "";
	display: block;
	height: 23px;
	margin: auto;
	position: absolute;
	right: 20px;
	top: 0;
	width: 15px;
}

.page-content .panel-title>a.accordion-toggle {
	color: #ffffff;
	display: block;
	font-size: 20px;
	font-weight: 500;
	position: relative;
	text-transform: uppercase;
	text-align: left;
	padding-right: 25px;
}

.page-content .panel-title>a.accordion-toggle:hover {
	display: block;
	font-size: 20px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.page-content .accordion-toggle:focus {
	outline: medium none;
	text-decoration: none;
}

.attorney-box .page-content .panel-title>a.accordion-toggle {
	font-size: 16px;
}

.attorney-box .page-content .accordion-toggle.collapsed::after {
	background-image: url("../img/arrow-up.png");
	width: 15px;
	height: 10px;
	background-size: 15px;
}

.attorney-box .page-content .accordion-toggle::after {
	width: 15px;
	height: 17px;
	right: 10px;
	background-size: 10px;
	background-image: url("../img/arrow-left.png");
	background-repeat: no-repeat;
	right: 0;
}

/***internal-pages-end***/

/* contact */

.contact {
	padding: 0 20px 30px;
}

.input {
	margin: 0 0 15px;
	position: relative;
	width: 100%;
}

.input i {
	line-height: 45px;
	position: absolute;
	text-align: center;
	top: 0;
	z-index: 9;
}

.input .icon-prepend {
	left: 15px;
}

.input .icon-append {
	right: 15px;
}

.input>input[type="text"],
.input>input[type="email"],
.input>textarea {
	border: 1px solid #bcb7ad;
	color: #cecccc;
	font-size: 14px;
	height: 45px;
	padding: 0 35px;
	width: 100%;
}

.input>input[type="submit"] {
	border: medium none;
	color: #ffffff;
	display: block;
	font-size: 24px;
	height: 45px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.input>textarea {
	height: 165px;
	padding-top: 13px;
	resize: none;
}

.contact-info>p {
	font-size: 16px;
	padding-left: 35px;
	position: relative;
	padding-bottom: 20px;
}

.contact-info p i {
	font-size: 22px;
	left: 0;
	position: absolute;
	top: 2px;
}

.contact-info>p span {
	display: block;
}

.contact-info {
	padding-top: 20px;
}

.form-area {
	padding-top: 20px;
}

@media (max-width: 1199px) {
	.attorney-info h2 {
		font-size: 18px;
	}

	.heading>h2::before {
		position: absolute;
		content: "";
		width: 50px;
		height: 3px;
		right: 100%;
		top: 0;
		bottom: 0;
		margin: auto;
		background-color: #5f5f5f;
	}

	#header img {
		padding-left: 50px;
	}
}

@media (max-width: 991px) {
	#logo {
		margin: 20px 0 0;
	}

	#logo img {
		height: auto;
		width: 100%;
	}

	.heading {
		text-align: center;
	}

	.heading>h2 {
		padding: 0 20px;
	}

	.heading>h2::before {
		position: absolute;
		content: "";
		width: 50px;
		height: 3px;
		right: 100%;
		top: 0;
		bottom: 0;
		margin: auto;
		background-color: #5f5f5f;
	}

	#header .col-md-5 {
		justify-content: flex-start !important;
	}

	#header img,
	#header h4 {
		/* visibility: hidden; */
		padding: 0px !important;
		font-size: 16px !important;
	}

	.welcome .about p {
		text-align: center;
	}

	.welcome .click-button {
		display: table;
		margin: 0 auto 25px;
	}

	.heading h3 span {
		display: inline;
	}

	.practice .boxes h2 {
		font-size: 24px;
	}

	.practice .boxes p {
		font-size: 13px;
		padding: 0 10px;
	}

	.attorneys .boxes h2 {
		font-size: 16px;
	}

	.attorneys .boxes ul li a {
		font-size: 12px;
	}

	.attorneys .boxes ul li a i {
		margin-right: 5px;
	}

	.carousel-buttons {
		position: absolute;
		bottom: -20px;
		max-width: 60px;
		width: 100%;
		left: 0;
		right: 0;
		margin: auto;
	}

	.carousel .left_arr,
	.carousel .right_arr {
		top: auto;
	}

	.results {
		padding: 30px 1000px 60px;
	}

	.subscribe {
		margin-top: 30px;
	}

	#top_menu .nav-pills>.active>a,
	#top_menu .nav-pills>li>a:hover,
	#top_menu .nav-pills>li a:hover {
		color: #f2f2f2 !important;
	}
}

@media (max-width: 979px) {
	.navbar .navbar-btn {
		margin: 0;
		position: absolute;
		right: 40px;
		top: -60px;
	}

	h2#logo {
		margin: 10px 20px;
		font-size: 24px;
	}

	h2.logo {
		font-size: 24px;
	}

	#top_menu .nav-pills>li {
		line-height: normal;
	}
}

@media (max-width: 768px) {
	.carousel-buttons {
		display: none;
	}

	.carousel ul li {
		margin: 0 0 20px;
	}

	.carousel ul li:last-child {
		margin: 0;
	}

	h2#logo {
		margin: 10px 20px;
		font-size: 24px;
	}

	h2.logo {
		font-size: 24px;
	}

	/* .med_spacing{
		padding: 0 40px !important;
	} */
}

@media (max-width: 767px) {
	.navbar .navbar-btn {
		/* top: -50px; */
	}

	.header-left ul {
		margin: 0 0 5px;
		text-align: center;
	}

	.opening-hour>p {
		text-align: center;
	}

	.footer-heading h2 {
		padding: 25px 0;
	}

	h2#logo {
		margin: 10px 20px;
		font-size: 24px;
	}

	h2.logo {
		font-size: 24px;
	}

	/* .med_spacing{
		padding: 0 40px !important;
	} */
}

@media (max-width: 480px) {
	.navbar .navbar-btn {
		/* top: -65px; */
	}

	.heading>h2 {
		padding: 0;
		padding-top: 30px !important;
		font-size: 24px;
	}

	.heading>h2::before,
	.heading>h2::after,
	.heading.center>h2::before {
		width: 0;
	}

	.heading h3 {
		font-size: 14px;
	}

	#logo {
		max-width: 150px;
	}

	.subscribe input[type="text"],
	.subscribe input[type="submit"],
	#footer .text address,
	#footer .text.footer-right>p,
	#footer .bottom .copyrights,
	.header-left ul li,
	.opening-hour>p {
		font-size: 14px;
	}

	.page-title {
		padding: 25px;
	}

	.page-title .title-box h1 {
		font-size: 22px;
	}

	h2#logo {
		margin: 10px 20px;
		font-size: 24px;
	}

	h2.logo {
		font-size: 24px;
	}

	#header h4 {
		/* visibility: hidden; */
		font-size: 8px !important;
	}
}
