
/**BOOTSTRAP CSS OVERRIDE**/
.navbar-default {
	border-radius: 0;
	background: none;
	border: none !important;
}
.nav .navbar-social > a {
	padding: 0;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background: none;
}
.navbar-collapse {
	padding: 0;
}
.dropdown-menu {
	border: none;
	background-color: #ffef99;
	border-radius: 0;
	box-shadow: none;
	padding: 30px 0 10px;
}
.navbar-nav {
	padding: 0 !important;
}
.navbar {
	margin: 0;
}
/**END BOOTSTRAP OVERRIDE**/
body {
	font-family: canada-type-gibson, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-rendering: optimizeLegibility;
}
a:focus {
	outline: none;
}
a:hover {
	text-decoration: none;
}
h1 {
	font: 35px/40px canada-type-gibson, sans-serif;
	text-transform: uppercase;
	color: #00476b; 
	font-weight: 600;
}
h2 {
	font: 38px/40px canada-type-gibson, sans-serif;
	color: #00476b;
	text-transform: uppercase;
	margin-bottom: 20px; 
}
h3 {
	font: 20px/25px canada-type-gibson, sans-serif;
	text-transform: uppercase; 
}
#header {
	position: absolute;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	z-index: 5;
	height: 80px;
}
#header .logo {
	margin: 20px 0 0 30px;
}
#banner {
	position: relative;
}
.banner-img {
	position: relative;
	height: 700px;
}
.banner-img .banner-box-img {
	position: absolute;
	background-size: cover;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	background-position: center;
}
#menu {
	margin-top: 10px;
	float: right;
}
#menu ul li {
	width: 120px;
}
#menu ul li.dropdown{
	margin-left: 10px;
	width: auto;
	max-width: 120px; 
}
#menu ul li a {
	color: #10374c;
	font: 22px/30px canada-type-gibson, sans-serif;
	text-transform: uppercase;
	text-align: left;
	padding-left: 0;
	padding-right: 10px;
}
#menu ul li a:hover,  #menu ul li.open a {
	color: #015f89;
	border-color: #015f89;
	color: #015f89;
	font-weight: 600;
}
#menu .dropdown-menu {
	width: auto;
	border: 1px #00476b solid;
	background-color: #fff;
	padding: 0;
	margin-top: -5px;
}
#menu .dropdown-menu li {
	width: auto;
	border-bottom: 1px #00476b solid;
}
#menu .dropdown-menu li a {
	padding: 10px 10px 10px 15px;
	font-weight: 400 !important; 
	font: 16px/22px canada-type-gibson, sans-serif;
}
#menu .dropdown-menu li:last-child {
	border: none;
}
#menu .menu-contact {
	margin-left: 10px;
	width: auto; 
	max-width: auto;
}
#menu .menu-contact a {
	color: #10374c;
	font-weight: 600;
	border: 3px #10374c solid;
	text-align: center;
	padding: 6px 18px;
	margin-top: 5px;
}
.tem li:not(.active) > ul{
	display: none;
}
.tem ul li a {
	font-size: 20px!important;
}
.tem ul li ul li a{
	font-size: 16px!important;
	margin-bottom: 5px;
}
.tem > ul > li.active > a, .tem > ul > li > ul > li > ul > li > a{
	background: none!important;
}
#body {
	padding-top: 20px;
}
#body.inner {
	padding-top: 80px;
}
.lawyer-activity {
	overflow: hidden;
	max-width: 90%;
	margin: auto;
	padding-top: 20px;
}
.lawyer-activity ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 103.4%;
}
.lawyer-activity ul li {
	float: left;
	width: 25%;
}
.lawyer-activity ul li:first-child {
	margin-left: 0;
}
.lawyer-activity ul li:first-child .box {
	padding-left: 0;
}
.lawyer-activity .box {
	text-align: center;
	max-width: 300px;
	width: 87%;
	font-size: 18px;
	color: #00476b;
}
.lawyer-activity .box h3 {
	font-size: 25px;
	color: #00476b;
}
.lawyer-activity .box-content {
	max-width: 200px;
	margin: auto; 
	text-align: justify;
}
#intro {
	margin-top: 50px;
	font-size: 20px;
	color: #00476b;
}
#intro .image-box {
	margin-top: 20px;
}
#intro .image-box img {
	width: 100%;
}
#intro .insight-box {
	padding-top: 1px; 
	text-align: justify;
}
.page-not-found{
	padding: 60px;
}
#intro .insight-box .head {
	padding-left: 20px;
	padding-right: 20px;
}
#intro .insight-box .head h2{
	margin-top: 18px;
}
#intro .intro-box {
	border: 3px #00476b solid;
}
#intro .intro-box h2 {
	text-align: left;
	margin-bottom: 15px;
	margin-top: 15px;
}
#intro .intro-box h2 span {
	border-bottom: 3px #00476b solid;
	padding: 0px 40px 10px 20px;
	display: inline-block; 
	max-width: 100%;
}
.insight-box img{
	width:100%;
}
#intro .intro-content {
	max-width: 450px;
	margin: auto;
	text-align: justify;
	padding: 22px 0;
}
#intro > div{
	padding-left: 0;
	padding-right: 0;
}
#intro > div.news-box{
	background-color: #efefef;
}
#intro > div:last-child {
	padding-right: 0;
} 
		
#intro.row-reverse-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	flex-direction: row-reverse;
}
.has-error .form-control {
	border-color: #a94442!important;
}
.form-group.has-error label,.form-group.has-error p {
	color: #a44442!important;
}
label {font-weight: 400;
}
#newsletter {
	padding: 30px 40px 20px;
}
#newsletter h2 {
	margin-top: 30px;
}
#newsletter .newsletter-form label {
	color: #00476b;
	font-size: 20px;
}
#newsletter .newsletter-form input[type=text], .form-group input[type=text], .form-group input[type=email], .form-group textarea, select {
	border-radius: 0;
	border: 2px #00476b solid;
}
select{
	border-radius: 0!important;
	border: 2px #00476b solid!important;
	-webkit-appearance: none;
	background-image: url('../images/dropdown-arrow.svg')!important;
	background-position-x: calc(100% - 10px);
	background-position-y: 12px;
	background-size: 15px 15px, 15px 15px!important;
	background-repeat: no-repeat;
}
#newsletter .newsletter-form .btn, .btn-contact {
	background-color: #00476b;
	border-radius: 0;
	border: none;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 34px;
}
.btn-contact{
	margin-top: 0px;
}
#footer a {
	color: #fff;
}
#footer {
	color: #fff;
	padding-top: 20px;
	position: relative;
	background-color: #12374c;
}
#footer:before {
	background: url(../images/slant.png) no-repeat left top;
	background-size: 97%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 0;
}
#footer > .container {
	z-index: 3;
	position: relative;
}
#footer .foot-center {
	padding: 0 40px;
}
#footer .address h3 {
	font-size: 20px;
	text-transform: uppercase;
	background: url(../images/dot.png) no-repeat left 2px;
	background-size: 20px 20px;
	padding-left: 30px;
	font-weight: 600;
}
#footer .address p {
	margin-bottom: 5px;
}
#footer .address .cont {
	padding-left: 30px; 
	line-height: normal;
}
#footer .address .contact-num {
	font-weight: 600;
	font-size: 18px;
}
#footer .address .contact-num .line {
	height: 8px;
	border-bottom: 2px #fff solid;
	width: 90px;
}
#footer .social-box {
	padding-left: 30px;
	margin-top: 15px;
}
#footer .social-box .text {
	font: 600 42px/45px canada-type-gibson, sans-serif;
}
#footer .social-box .social-list {
	padding-top: 10px;
}
#footer .social-box .social-list a {
	display: inline-block;
	width: 50px;
	margin-right: 15px; 
	padding-bottom: 10px;
}
#footer .location {
	background-color: #204a63;
	padding-bottom: 90px;
	margin-bottom: 30px;
}
#footer .location .map {
	min-height: 245px;
	width: 100%;
}
#footer .location h2 {
	color: #fff;
	padding: 15px 20px 0px;
}
#footer .footer-menu {
	border-top: 1px #fff solid;
}
#footer .footer-menu ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
#footer .footer-menu ul li {
	display: inline-block;
	text-align: left;
	position: relative;
	width: 33%;
	padding-top: 10px;
}
#footer .footer-menu ul li a {
	color: #fff;
	text-transform: uppercase;
}
#footer .footer-menu ul li:nth-child(2) {
	text-align: center;
}
#footer .footer-menu ul li:last-child {
	text-align: right;
}
#footer .footer-menu ul li:last-child:before {
	display: none;
}
#footer .footer-menu ul li:before {
	position: absolute;
	right: 0;
	height: 15px;
	width: 2px;
	content: "";
	top: 12px;
	background-color: #fff;
}
#footer .copyright {
	text-align: center;
	padding-bottom: 10px;
}
.inner-content {
	position: relative;
}
.inner-content .sidebar-bg {
	background-color: #015f88;
	position: absolute;
	left: 15px;
	top: 0px;
	height: 100%;
}
.sidebar {
	color: #fff;
	padding-top: 20px;
	margin-top: 0px;
}
.sidebar h3 {
	color: #fff;
	padding-left: 30px;
}
.sidebar h3 a{
	color: #fff;
	min-height: 46px;
}
.sidebar .box ul {
	list-style: none;
	margin: 0;
	padding: 0; 
	margin-left:5px;
}
.sidebar .box ul li a {
	color: #fff;
	font-size: 18px;
	display: block;
	text-align: right;
	padding-right: 25%;
	background: url(../images/arrow.png) no-repeat 95% center;
	background-size: 15px 25px;
}
.sidebar .box ul li.third_level_dropdown.active > a{
	background: url(../images/arrowdown.png) no-repeat 95% center;
	background-size: 25px 15px; 
}
.sidebar .box ul li a span {
	border-top: 1px #fff solid;
	line-height: 23px;
	padding: 13px 0;
	display: block;
}
.sidebar .box ul li ul li a span {
	border: none!important;
	line-height: 16px;
	padding: 6px 0;
	display: block;
}
.sidebar .box ul li:first-child a span {
	border-top: 2px #fff solid; 
	padding-right: 10px;
	line-height: 20px;
}
.general-content {
	color: #00476b; 
	text-align: justify;
}
  
.general-content .head {
	background-color: #efefef;
}
.general-content .head h1 {
	padding: 15px 0px 5px 20px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.general-content .head .head-cont {
	border-top: 3px #12374c solid;
	border-bottom: 3px #12374c solid;
	padding: 30px 40px;
	color: #00476b;
	font-size: 22px;
}
.general-content .content {
	padding: 20px 40px;
}
.general-content .content h1 {
	padding-bottom: 10px;
	margin-bottom: 0;
}
.blog-detail-date{
	display: block;
	width: 100%;
	height: 40px;
}
.blog-detail-date span{
	float: right!important;
	font-size: 19px;
	padding: 15px 0;
}
.general-content .content .second-head {
	font-size: 16px;
	margin-bottom: 25px;
}
.general-content ul li, .general-content ol li {
	font-weight: 600;
}
.general-content h1 {
	font-size: 30px;
	margin-top: 0;
	text-transform: none;
}
.image-box .image-caption {
	font-size: 12px;
	line-height: 30px;
	color: #00476b;
	font-weight: 400;
	font-style: italic;
	text-align: right; 
}
.help-box {
	padding: 30px 0;
	text-align: center;
	background-color: #12374c;
	color: #fff;
	font-size: 30px;
	line-height: 33px;
}
.help-box a {
	color: #fff;
	text-decoration: underline;
}
.block {
	color: #fff;
	font-size: 18px;
}
.block h3 {
	font-size: 21px;
	padding-bottom: 10px;
}
.block > div {
	width: 50%;
	border-left: 1px #fff solid;
}
.block > div:first-child {
	border-left: none;
}
.block .block-col {
	padding: 30px;
	float: left;
	background-color: #00476b;
}
.block .readmore {
	font-size: 21px;
	color: #fff;
	text-decoration: none !important;
	background: url(../images/arrow.png) no-repeat 95% center;
	background-size: 30px 50px;
	display: inline-block;
	line-height: 50px;
	padding-right: 80px;
}
.block .block-cont {
	margin-bottom: 50px;
}
.show-mobile {
	display: none;
}
.btn-toggle {
	font-family: "Ionicons";
	font-size: 44px;
	color: #00476b;
	position: absolute;
	right: 20px;
	top: 10px;
}
.blog-top {
	border-radius: 35px;
	background-color: #10374c;
	position: relative;
	color: #fff;
	font-size: 16px;
	padding: 20px 40px;
	z-index: 2;
}
.blog-top h3 {
	font-size: 30px;
	padding-bottom: 10px;
}
.blog-top:after {
	position: absolute;
	content: "";
	right: 100px;
	bottom: -60px;
	width: 110px;
	height: 60px;
	background: url(../images/comment.png) no-repeat left top;
	background-size: 100% 100%;
}
.blog-top-box {
	padding-bottom: 30px;
}
.blog .general-content {
	border-top: 2px #015f88 solid;
	font-size: 16px;
	line-height: 23px;
	background-color: #efefef;
}
.blog .blog-title {
	font-size: 20px;
}
.blog .blog-title span {
	font-weight:600;
}
.blog .blog-row {
	margin-bottom: 20px;
}
.blog .blog-date {
	font-size: 19px;
	padding: 15px 0;
}
.blog .blog-image {
	border-left: 10px #015f88 solid;
}
.blog .blog-image > div {
	max-width: 220px;
	margin: auto;
}
.blog .readmore {
	margin-top: 15px;
	color: #00476b;
	display: inline-block;
	position: relative;
	font-size: 22px;
	line-height: 40px;
	text-transform: capitalize;
	padding-right: 40px; 
	font-weight: 600;
}
.blog .readmore:before {
	font-family: "Ionicons";
	content: '\f3d3';
	font-size: 40px;
	color: #00476b;
	top: 0;
	right: 0;
	display: block;
	position: absolute;
}
.blockA {
	color: #00476b; 
	text-align: justify;
}
.blockA h1 {
	border-bottom: 2px #00476b solid;
	padding: 0 40px;
	font-style: 34px;
	margin-bottom: 0;
}
.blockA > div {
	padding: 20px 40px;
}
.services-list-container {
	margin-top: 70px;
}
.services-list {
	max-width: 800px;
	margin: auto;
}
.services-list .box {
	float: left;
	width: 48%;
	position: relative;
	margin-left: 4%;
	margin-bottom: 30px;
	display: block;
	text-decoration: none;
}
.services-list .box .text {
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
	text-transform: uppercase;
	color: #00476b;
	font-size: 25px;
	background: rgba(255, 255, 255, 0.5);
	line-height: 45px;
	text-align: center;
}
.services-list .box:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}
.blockA.team > div {
	background: #efefef;
}
.team-list .box .text {
	color: #00476b;
	font-size: 25px;
	position: relative;
	padding: 20px 20px 10px;
	text-transform: uppercase;
	line-height: 30px;
}
.team-desc {
	position: absolute;
	top: 100%;
	color: #00476b;
	left: 0;
	z-index: 10;
	display: none;
	width: 100%;
	min-height: 85%;
	background: rgba(255, 255, 255, 0.9);
}
.team-desc > div {
	padding: 30px 20px;
}
.team-desc h3 {
	margin-top: 40px;
	font-size: 16px;
}
.team-desc ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.team-desc ul li {
	float: left;
	width: 50%;
}
.team-desc.in {
	display: block;
}
.team-filter {
	padding: 20px 0 10px;
}
.team-filter .head {
	font-size: 30px;
	color: #00476b;
	padding-left: 20px;
	padding-top: 30px;
	text-transform: uppercase;
}
.team-filter label {
	font-size: 18px;
	color: #00476b;
	font-weight: 400;
}
.team-filter select {
	height: 40px;
	border-radius: 0;
	border: 2px #00476b solid;
	width: 100%; 
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	background-image: url(../images/select-arrow.jpg);
	background-position: center right;
	background-repeat: no-repeat;
}
@media (min-width: 1200.98px) {
	.team-list .box .text {
		margin-right: 35px;
		padding-right: 3px;
	}
	.btn-toggle {
		right: -35px;
	}
}
	
@media (max-width: 1199.98px) {
	.hello {
		color: red;
	}
	#footer .social-box .social-list a {
		width: 54px;
	}
	#footer .social-box .text {
		font-size: 38px;
	}
}
@media (max-width: 991px) {
	#menu ul li {
		width: 96px;
	}
	#menu ul li a {
		font-size: 18px;
	}
	.blog-top:after{
		right: 33px;
		bottom: -49px;
	}  
}
@media (max-width: 991px) and (min-width: 768px) {
	h1 {
		font-size: 35px;
		line-height: 40px;
	}
	h2 {
		font-size: 28px;
		line-height: 30px;
	}
	#header .logo {
		margin-top: 28px;
		margin-left: 0;
		width: 270px;
	}
	.lawyer-activity .box {
		font-size: 16px;
	}
	.lawyer-activity .box h3 {
		font-size: 20px;
	}
	#intro {
		font-size: 14px;
	}
	#intro .image-box {
		margin-top: 21px;
	}
	#intro .insight-box {
		padding-top: 1px;
	}
	#intro .insight-box .head {
		padding-left: 20px;
	}
	#intro .intro-content {
		padding: 14px 17px;
	}
	#footer .social-box .social-list {
		padding-bottom: 15px;
	}
	#footer .social-box .social-list a {
		width: 45px;
	}
	#footer .social-box .text {
		font-size: 30px;
		line-height: 35px;
	}
	.team-list .box .text {
		font-size: 20px;
	}
}
@media (max-width: 767px) {

	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle {
		background: none;
		border: none;
		border-radius: 0;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #12374c;
	}
	.navbar-toggle {
		margin-bottom: 11px;
	}
	.sidebar .box-toggle h3 a{
		color: #00476b;
	}
	.navbar-toggle .icon-bar {
		width: 50px;
		height: 3px;
		margin-bottom: 8px;
	}
	#header .logo {
		width: 400px;
	}
	.lawyer-activity ul {
		width: 107%;
	}
	.lawyer-activity ul li {
		width: 50%;
	}
	.lawyer-activity ul li:nth-child(2n+1) {
		clear: left;
	}
	#intro {
		margin-top: 10px; 
		display:block!important;;
	}
	#intro .pull-right {
		float: none !important;
	}
	#intro > div{
		padding-left: 0;
		padding-right: 0;
	}
	#newsletter h2 {
		margin-top: 0px;
	}
	#newsletter .newsletter-form {
		margin: 0 auto;
		max-width: 400px;
	}
	#newsletter .newsletter-form .mobile-center {
		text-align: center;
	}
	#newsletter .newsletter-form .btn, .btn-contact {
		margin-top: 15px;
	}
	.show-mobile {
		display: block;
	}
	.hide-mobile {
		display: none;
	}
	.address-container {
		margin: 0 auto 15px;
		max-width: 460px;
	}
	#footer .footer-menu ul li {
		width: 32.7%;
	}
	#footer .footer-menu ul li a {
		font-size: 13px;
	}
	#navbar {
		width: 200px;
		border: 2px #00476b solid;
		background-color: #fff;
	}
	.navbar-nav {
		margin-left: 0;
		margin-right: 0;
	}
	#menu ul li {
		border-bottom: 2px #00476b solid;
		float: none;
		width: auto;
	}
	#menu ul li a {
		padding-left: 15px;
	}
	#menu ul li:last-child {
		border-bottom: none;
	}
	#menu .menu-contact {
		margin-left: 0;
		width: auto;
	}
	#menu .menu-contact a {
		color: #10374c;
		font-weight: 400;
		border: none;
		text-align: left;
		padding: 2px 18px;
		margin-top: 9px;
	}
	#menu .dropdown-menu {
		width: auto;
		position: relative;
		border: none;
		border-top: 2px #00476b solid;
	}
	#menu .dropdown-menu li {
		border-bottom: 2px #00476b solid;
	}
	.dropdown-menu>li>a {
		white-space: pre-wrap;/
	}
	.banner-img {
		height: 400px;
	}
	.inner-content .sidebar-bg {
		display: none;
	}
	.sidebar {
		padding-top: 0;
		background-color: #015f88;
	}
	.sidebar .box-toggle {
		position: relative;
		margin-top: 0;
		padding: 20px;
		text-transform: uppercase;
		font-size: 20px;
		line-height: 30px;
		color: #00476b;
		background-color: #fff;
	}
	.sidebar h3 {
		padding-right: 40px;
	}
	.general-content, .sidebar {
		margin: 0 -15px;
	}
	.general-content .head .head-cont {
		border-left: 0;
		border-right: 0;
		padding-left: 40px;
		padding-right: 40px; 
		font-size: 18px;
	}
	.general-content .content {
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 0;
	}
	.block > div {
		float: none;
		width: auto;
		border-top: 2px #fff solid;
		border-left: 0;
	}
	.help-box, .image-box {
		margin: 0 -25px;
	}
	.blog-top h3 {
		font-size: 25px;
	}
	.blog-top:after {
		content: "";
		right: 50px;
		bottom: -30px;
		width: 50px;
		height: 30px;
		background-size: 100% 100%;
	}
	.blog .blog-image {
		margin-bottom: 20px;
	}
	.blog .blog-image > div {
		max-width: 100%;
		padding: 0 30px;
	}
	.blog .blog-content {
		padding: 10px 20px;
	}
	.dropdown:hover > .dropdown-menu{
		display: block;
	}
	.dropdown:hover > .dropdown-menu{
		float: none;
	}
	.services-list {
		margin: 0 -15px;
	}
	.services-list .box {
		margin-left: 0;
		width: 100%;
	}
	.services-list .box:last-child {
		margin-bottom: 0;
	}
	.blockA {
		margin: 0 -15px;
	}
	.blockA h1 {
		margin-top: 0;
		border-bottom: 2px #00476b solid;
		padding: 0 15px;
		font-style: 30px;
	}
	.blockA > div {
		padding: 15px;
	}
	.team-list {
		margin: 0 -15px;
	}
	.team-list .box {
		float: none;
		width: 100%;
		border-left: 0;
	}
	.team-list .box .text {
		font-size: 20px;
	}
	.team-filter .head {
		padding-top: 9px;
		padding-left: 0;
		margin-bottom: 10px;
	}
	.team-filter .head a {
		top: 0;
	}
	.tem {
		display: none;
	}
	.show {
		display: block !important;
	}
}
@media (max-width: 576px) {
	h1 {
		font-size: 35px;
		line-height: 38px;
	}
	#header .logo {
		margin-left: 0;
		margin-top: 30px;
		width: 260px;
	}
	.lawyer-activity ul {
		width: auto;
	}
	.lawyer-activity ul li {
		width: auto;
		float: none;
	}
	.lawyer-activity .box {
		width: auto;
		max-width: 300px;
		margin: 0 auto 25px;
	}
	#newsletter {
		padding-left: 10px;
		padding-right: 10px;
	}
	#footer .foot-center {
		padding: 0px;
	}
}
@media (max-width: 590px) {
	#footer .footer-menu ul li {
		width: auto;
		display: block;
		text-align: left !important;
	}
	#footer .footer-menu ul li:before {
		display: none;
	}
	#footer .social-box .text {
		font-size: 28px;
	}
	#footer .social-box .social-list {
		padding-top: 0;
	}
	.copyright {
		padding-top: 15px;
	}
}
@media (max-width: 576px) {
	.box-image img{
		margin: 0 auto;
	}
}
@media (max-width: 480px) {
	#intro .intro-content {
		padding: 22px 20px;
	}
	#header .logo {
		width: 210px; 
	} 
}
	
b, strong {
	font-weight: 600 !important;
}
/*# sourceMappingURL=style.css.map */
