@charset "utf-8";
@import url("font-awesome.css");
@font-face {
	font-family: 'Montserrat-Regular';
	src: url('fonts/Montserrat-Regular.eot');
	src: url('fonts/Montserrat-Regular.woff') format('woff'), url('fonts/Montserrat-Regular.ttf') format('truetype'), url('fonts/Montserrat-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Bold';
	src: url('fonts/Montserrat-Bold.eot');
	src: url('fonts/Montserrat-Bold.woff') format('woff'), url('fonts/Montserrat-Bold.ttf') format('truetype'), url('fonts/Montserrat-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Black';
	src: url('fonts/Montserrat-Black.eot');
	src: url('fonts/Montserrat-Black.woff') format('woff'), url('fonts/Montserrat-Black.ttf') format('truetype'), url('fonts/Montserrat-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Light';
	src: url('fonts/Montserrat-Light.eot');
	src: url('fonts/Montserrat-Light.woff') format('woff'), url('fonts/Montserrat-Light.ttf') format('truetype'), url('fonts/Montserrat-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: 'Montserrat-Regular';
	font-size: 12px;
	color: #8d8e87;
    overflow-x: hidden;
}
a {
	color: #333333;
	text-decoration: none;
	transition:all 250ms ease-in-out;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat-Regular';
	color:#004b84;
	margin:0 0 15px;
}
h1 {
	font-family: 'Montserrat-Bold';
    text-transform: uppercase;
}
h3 {
    text-transform: uppercase;
	font-size:18px;
}
h4 {
	font-size:18px;
}
.flight {
	font-family: 'Montserrat-Light';
}
.fbold {
	font-family: 'Montserrat-Bold'!important;
}
.fblack {
	font-family: 'Montserrat-Black';
}
.fregular {
	font-family: 'Montserrat-Regular' !important;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
img {
	max-width: 100%;
}
.button {
	display:inline-block;
    font-size: 12px;
	color:#004b84;
	border: 1px solid #004b84;
	letter-spacing:2.5px;
    padding: 10px 30px;
	text-transform:uppercase;
}
.button:hover {
	color:#000;
	border: 1px solid #000;
}
.button:focus {
	outline: none;
}
.mobile {
	display:none !important;
}
/*-------------------Header Css---------------------------*/
header {
	float:left;
	width:100%;
	font-size: 15px;
	background:#fff;
	border-bottom:2px solid #004b84;
	color:#000;
	margin:0;
	padding:45px 0 0;
	z-index:99;
}
header .container {
	position:relative;
}
.menuzord-menu li.logo {
	top:-30px;
	margin-bottom:-17px;
	width:120px;
}
.menuzord-menu li.logo a {
	padding-bottom:0;
}
.menuzord-menu li.logo img {
	width:120px;
}
.serchbtn {
	position:absolute;
	bottom:30px;
	right:0;
}
/*--------------------sticky header css-----------------*/
@media only screen and (min-width:991px) {
.sticky {
	position:fixed;
	padding:0;
}
.sticky .menuzord-menu li.logo {
	top:auto;
	margin-bottom:0;
}
.sticky .logo img {
	width:80px;
}
.sticky .menuzord-menu li.menu-item-has-children > a {
	padding-bottom:15px;
}
.sticky .menuzord-menu > li > a {
	padding:8px 0;
	font-size:11px;
}
.sticky .menuzord-menu > li::before, .sticky .menuzord-menu > li.active > a::before, .sticky .menuzord-menu > li > a.active::before {
	top:30px;
	height:2px;
}
.sticky .serchbtn {
	bottom:33px;
}
}
/*-------------------------Slider Section Css-----------------------------*/
.sliderbx {
	float:left;
	width:100%;
	padding:0;
	position:relative;
	color:#fefefe;
	border-bottom:3px solid #004b84;
}
.sliderbx .item {
	background-size:auto 100%;
	background-repeat:no-repeat;
	background-position:center center;
}
.sliderbx .item > img {
	width: 100%;
}
.sliderbx .modtextcon {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.sliderbx .modtextcon .container {
	position: relative;
	height:100%;
}
.sliderbx .infobox {
	position:absolute;
    left: 0;
    top: 50%;
	margin-top:-95px;
    width: 100%;
    line-height: 1;
	text-align:center;
	text-transform:uppercase;
}
.sliderbx .infobox h3 {
	color:#fff;
    font-size: 44px;
    margin-bottom: 60px;
	letter-spacing:7px;
	text-shadow:1px 1px 3px #000;
}
.sliderbx .infobox h3 span {
    display: block;
    font-size: 23px;
    margin-bottom: 10px;
	letter-spacing:5px;
}
.sliderbx .infobox a {
    font-size: 11px;
	color:#fff;
	border: 1px solid #fff;
	display:inline-block;
	letter-spacing:2.5px;
    padding: 15px 40px;
}
.owl-nav div {
    left: 65px;
    position: absolute;
    top: 50%;
	margin-top:-20px;
	width:20px;
	height:40px;
	text-indent:-9999px;
    transition: all ease-in-out 300ms;
	background:url(../images/slider/prev.png) no-repeat;
}
.owl-nav div:hover {
    left: 60px;
}
.owl-nav div.owl-next {
	left:auto;
    right: 65px;
	background:url(../images/slider/next.png) no-repeat;
}
.owl-nav div.owl-next:hover {
    right: 60px;
}
.owl-dots {
	position:absolute;
	bottom:20px;
	width:100%;
	text-align:center;
}
.owl-dots .owl-dot {
	display:inline-block;
}
.owl-dots span {
	display:inline-block;
	width:7px;
	height:7px;
	margin:0 3px;
	background:#fff;
	border:1px solid #fff;
	border-radius:50%;
}
.owl-dots .active span {
	background:none;
	border-radius:50%;
}
/*-------------------------Content Section Css-----------------------------*/
.content {
    padding:60px 0;
	clear:both;
	position:relative;
}
.greybg {
	background:#f5f5f3;
}
.padding-left {
    padding-left: 70px;
}
.content h1.title {
	font-family: 'Montserrat-Black';
	font-size:30px;
	letter-spacing:3.5px;
	line-height:1;
	margin-bottom:25px;
	text-transform:uppercase;
}
.content p {	
    font-family: 'Montserrat-Light';
	line-height:18px;
    color: #535448;
    margin-bottom: 20px;
	text-align: left;
}
.content p:last-child {	
    margin-bottom: 0px;
}
.moreabt h3 {
	color:#004b84;
	letter-spacing:0.5px;
	text-align:right;
	line-height:1.3;
	margin:0;
}
.moreabt p {
	line-height:22px;
	margin:0;
}
.moreabt p a {
	font-family: 'Montserrat-Regular';
	color:#000;
	font-size:14px;
	text-decoration:underline;
	text-transform:uppercase;
}
.testimonials {
	border-bottom:10px solid #f5f5f3;
}

.testimonials  h3{
	margin-top:15px;
}

.testimonials p {
	margin-bottom:15px;
}
.quotebx {
	padding:60px 0;
}
.quotebx p {
	font-size:18px;
	line-height:32px;
	color:#004b84;
	text-align:center;
	margin:0;
}
.logobx .container {
	/*padding-top:50px;
	padding-bottom:50px;*/
	text-align:center;
}
.logobx img {
	margin:0 5px;
	max-height:110px;
}
.parelaximg img {
	width:100%;
}

.workwith {
	text-align:center;
}
.workwith p {
	font-size:28px;
	color:#004b84;
	margin:0 0 40px;
}
.workwith a {
    font-size: 11px;
	color:#53544a;
	border: 1px solid #000;
	display:inline-block;
	letter-spacing:2px;
    padding: 14px 45px;
	text-transform:uppercase;
}
.whatwdo {
	padding:0;
}
.whatwdo h3 {
	text-align:center;
	font-size:36px;
	color:#004b84;
	text-transform:uppercase;
	margin:0;
}
.whatwdo section {
	/*padding:100px 0;
	margin:65px 0 0 0;*/
}
.whatwdo section h4 {
	margin:0 0 20px 0;
	padding:0 0 10px;
	border-bottom:1px solid #53544a;
}
.whatwdo section p {
	line-height: normal;
	margin:0 0 20px;
}
.whatwdo section p span {
	font-size:14px;
	font-family: 'Montserrat-Bold';
	display:block;
}
.whatwdo section p a {
	font-family: 'Montserrat-Regular';
	text-decoration:underline;
	text-transform:uppercase;
}
.whatwdo .button {
	margin-top:20px;
}

/*-------------------------Footer Css-----------------------------*/
.footer {
	background:#004b84;
	padding:30px 0;
    font-family: "Montserrat-Light";
	font-size:12px;
	text-align:center;
	position:relative;
}
.footer ul {
	float:left;
	line-height:40px;
}
.footer li {
	display:inline;
	position:relative;
}
.footer li:after {
	content:"";
	background:#fff;
	position:absolute;
	left:-2px;
	top:4px;
	height:10px;
	width:1px;
}
.footer li:first-child:after {
	display:none;
}
.footer a, .footer span {
	text-transform:uppercase;
	letter-spacing:1px;
	color:#fff;
	padding:0 10px;
}
.footer a:hover {
	color:#cdc9c9;
}
.footer .social {
	float:right;
	text-align:center;
	margin:0;
    transition:all ease-in-out 500ms;
	position:relative;
}
.footer .social a {
	color:#004b84;
	background:#fff;
	border-radius:50%;
	width:42px;
	padding:11px 0;
	font-size:20px;
	margin:0 6px;
}
.footer .social a:hover {
	background:#cdc9c9;
}
.share {
	position: absolute;
	right:0;
	top:-67px;
	padding:10px 8px;
	background:rgba(0,0,0,0.5);
	border-radius:5px;
	display:none;
	z-index:9;
}
.share a {
	width:34px;
	padding:7px 0;
	margin:0 3px;
}
/*-------------------------Our Firm Section Css-----------------------------*/
.innerslider {
	float:left;
	width:100%;
	padding:0;
	position:relative;
	color:#fefefe;
	border-bottom:3px solid #004b84;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100% auto !important;
}
.innerslider img {
	width: 100%;
}
.innerslider .infobox {
	position:absolute;
    left: 0;
    top: -30px;
	bottom:0;
	margin:auto;
    width: 100%;
	height:50px;
    line-height: 1;
	text-align:center;
	text-transform:uppercase;
}
.innerslider .infobox h3 {
	color:currentColor;
    font-size: 28px;
	text-align:center;
	}
.innerslider .infobox h3 span {
    display: block;
    font-size: 16px;
    margin-bottom: 7px;
	letter-spacing:3.5px;
}
.innerslider .infobox a {
    font-size: 11px;
	color:#fff;
	border: 1px solid #fff;
	display:inline-block;
	letter-spacing:2.5px;
    padding: 15px 40px;
	margin-top:60px;
}
.sidebar {
	text-align:center;
}
.sidebar img {
    margin-bottom: 35px;
}
.sidebar p {
	/*font-family: "Montserrat-Bold";*/
	font-size:14px;
	font-style:italic;
	color:#004b84;
	margin-bottom:35px;
	position:relative;
}
/*.sidebar p:before, .sidebar p:after {
    background: url(../images/quote.png) no-repeat;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
    width: 18px;
}
.sidebar p:after {
    left: auto;
    right: 0;
    transform: rotate(180deg);
}*/
.our_firm h3 {	
    letter-spacing: 1px;
}
.our_firm p + h3,
.our_firm p + h4 {
    margin-top:40px;
}
.our_firm h4 {
	margin:0 0 20px 0;
	padding:0 0 10px;
	border-bottom:1px solid #004b84;
}
.our_firm ul { 
	margin:0 0 32px;
}
.our_firm ul:last-child { 
	margin-bottom:0px;
}
.our_firm li { 
    font-family: "Montserrat-Light";
	color: #535448;
	line-height: 18px;
	margin:0;
	padding:0 0 8px 10px;
	background:url(../images/li_bg.png) no-repeat left 8px;
}

/*-------------------------Practice Page Css-----------------------------*/

.practice .tabbar {
    float: left;
    width: 100%;
    margin: 0 0 50px;
    border-bottom: 1px solid #74736c;
}
.practice .tabbar li a {
    position: relative;
    font-family: 'Montserrat-Light';
    font-size: 12px;
    color: #535353;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    padding-bottom: 14px;
	cursor:pointer;
}
.practice .tabbar li a:hover:after, .practice .tabbar li a.active:after {
    content: "";
    width: 100%;
    height: 7px;
    background: #a27d3e;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: auto;
}

.practice h3 {
    letter-spacing: 1px;
    clear: both;
}
.practice h4 {
	font-size:16px;
	margin-bottom:20px;
	text-transform:uppercase;
	border-bottom:1px solid #004b84;
	padding-bottom:10px;
}
.practice h5 {
	margin:0 0 20px;
	text-transform:uppercase;
}
.practice h5.mtop {
	margin:40px 0 -20px;
}
.practice p span {
    font-family: "Montserrat-Bold";
}
.practice .button {
	margin-top:15px;
}
ul.list { 
	margin:0;
}
ul.list li { 
    font-family: "Montserrat-Light";
	color: #535448;
	line-height: 18px;
	margin:0;
	padding:0 0 6px 12px;
	background:url(../images/li_bg.png) no-repeat left 8px;
}
ul.list li span { 
    font-family: "Montserrat-Bold";
}
.practcor p {
	margin-bottom:15px;
}
.practcor h4 {
	margin-top:40px;
}
.practcor .list {
	margin:0 0 15px 15px;
}
.practcor .circle li {
	font-size:16px;
	line-height:24px;
	list-style:circle;
	background:none;
	padding-bottom:15px;
}

.tabcont {
	padding:0 !important;
	background:#eaeae4;
}
.tabcont .tabbar {
    float: left;
    width: 100%;
    margin:0 0 7px;
}
.tabcont .tabbar li {
    position: relative;
}
.tabcont .tabbar li.active:after,
.tabcont .tabbar li:hover:after {
    content: "";
    width: 0;
    height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #8d8d86;
    position: absolute;
    bottom: -13px;
    left: 35px;
	z-index:9;
}
.tabcont .tabbar li a {
    position: relative;
    font-family: 'Montserrat-Light';
    font-size: 12px;
    color: #53544a;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    padding: 25px 15px;
	cursor:pointer;
}
.tabcont .tabbar li a:hover:after, .tabcont .tabbar li.active a:after {
    content: "";
    width: 100%;
    height: 10px;
    background: #8d8d86;
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: auto;
}

/*-------------------------Attorney Page Css-----------------------------*/
.teamimg {
	position:relative;
}
.teamimg a {
	position: absolute;
	width:166px;
	height:166px;
	left:220px;
	bottom:0px;
	text-indent:-9999px;
}
.teamimg a:nth-of-type(2) {
    bottom: 163px;
    left: 398px;
}
.teamimg a:nth-of-type(3) {
    bottom: 80px;
    left: 575px;
}
.teamimg a:nth-of-type(4) {
    bottom: 249px;
    left: 752px;
}

.teambx {
	padding: 60px 0 0;
}
.teambx .tabbar {
    float: left;
    width: 100%;
    margin: 0 0 80px;
    border-bottom: 1px solid #74736c;
	position:relative;
}
.teambx .tabbar li {
	float:left;
	width:25%;
}
.teambx .tabbar li a {
    position: relative;
    font-family: 'Montserrat-Light';
    font-size: 12px;
    color: #535353;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    padding:0 10px 14px;
	cursor:pointer;
}
.teambx .tabbar li a:hover:after, .teambx .tabbar li a.active:after {
    content: "";
    width: 100%;
    height: 7px;
    background: #a27d3e;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: auto;
}
.teambx .serchbtn {
	bottom:13px;
	display:none;
}
.teambx .container .divMembers {
	min-height:270px;
	padding:0 40px;
}
.teambx .container .divMembers > a {
	display:block;
}
.memberbx {
	float:left;
	width:100%;
	min-height:180px;
	padding:5px 25px 5px 5px;
	margin-top:25px;
	border:2px solid #a59568;
}
.memberbx img {
	float:left;
	margin:0px 25px 0 0px;
	max-width:150px;
}
.memberbx h3 {
	font-size:13px;
	margin:15px 0 10px;
	letter-spacing:2px;
}
.memberbx h3 a {
	font-size:13px;
}
.memberbx span,
.memberbx a {
	color:#004b84;
}
.memberbx p {
	color:#9297a3;
	line-height:18px;
	margin:20px 0 0 0;
}

.back_bar {
	font-size:12px;
	text-transform:uppercase;
	padding-bottom:12px;
	margin-bottom:40px;
	border-bottom:1px solid #8d8e87;
	letter-spacing:1.5px;
}
.back_bar i {
	margin-right:5px;
}
.back_bar a:nth-child(2) {
	float:right;
}
.members_page .padding-left {
	padding-left:50px;
}
.members_page h3 {
	font-size:32px;
	margin-bottom:40px
}
.members_page h4 {
	font-size:16px;
	color:#53544a;
	margin:0 0 5px;
	text-transform:uppercase;
	letter-spacing:1px;
}
.members_page p + h4 {
	margin-top:30px;
}
.members_page ul {
	margin-bottom:30px;
}
.members_page ul li { 
    font-family: "Montserrat-Light";
	color: #535448;
	line-height: 18px;
	margin:0 0 15px;
	padding:0 0 6px 15px;
	background:url(../images/li_bg.png) no-repeat left 10px;
}
.members_page p strong,
.members_page ul li span,
.members_page ul li strong,
.members_page ul li b { 
    font-family: "Montserrat-Bold";
}
.members_page ul ul {
	margin:5px 0 0 20px;
}
.members_page ul ul li {
	list-style:circle;
	background:none;
	padding-bottom:10px;
	padding-left:5px;
	margin-bottom:0;
}
.members_page ul ul li:last-child {
	padding-bottom:0;
}

.members_page ul.nomargin_li li {
	margin-bottom:0;
}
.info {
	float:right;
	font-size:12px;
	line-height:1.6;
	color:#004b84;
	text-align:right;
	padding-left:10px;
}
.info span {
	color:#a27d3e;
}
.info a {
	color:#004b84;
}
.info a:hover {
	color:#a27d3e;
}
/*-----------------------Contact page css---------------*/
.contact p {
	font-size:18px;
	color:#004b84;
	margin-bottom:40px;
	line-height:1.5;
	clear:both;
}
.social2 {
	float:left;
	width:100%;
	text-align:center;
	margin:30px 0 0 0;
    transition:all ease-in-out 500ms;
	position:relative;
}
.social2 span {
    font-family: "Montserrat-Light";
	font-size:16px;
	color:#004b84;
}
.social2 a {
	color:#fff;
	background:#004b84;
	border-radius:50%;
	width:34px;
	padding:7px 0;
	font-size:20px;
	margin:0 0 0 15px;
	text-align: center;
}
.social2 a:hover {
	background:#cdc9c9;
}
.social2 .share a {
	margin:0 5px;
}
.contact .social2 {
	text-align:right;
	margin:0 0 40px 0;
}
.content .formbx {
	font-family: 'Montserrat-Light';
}
.content .formbx form > .row > div {
	padding-right:30px;
}
.content .formbx form > .row > div:last-child {
	padding-right:15px;
}
.bootstrap-select .dropdown-toggle {
	height:52px;
	padding-left:22px;
	color:#6b6b6b;
    font-family: "Montserrat-Light";
	font-size:12px;
	font-style:italic;
	letter-spacing:2.5px;
	background-color: #dfdfdc;
	text-transform:capitalize;
}
.formbx .btn-default:hover, .formbx .btn-default:active, .formbx .btn-default.active, .formbx .open > .dropdown-toggle.btn-default {
	border-color:#dfdfdc;
}
.radio label, .checkbox label {
	font-size:18px;
	text-transform:uppercase;
}
.formbx .checkbox {
	float:left;
}
.formbx .checkbox input[type="checkbox"] {
	visibility:hidden;
}
.formbx .checkbox input[type="checkbox"] + label {
	background:url(../images/checkbox.jpg) no-repeat left top;
	padding:4px 0 0 47px;
    height: 30px;
}
.formbx .checkbox input[type="checkbox"]:checked + label {
	background-position:0 -30px;
}
.formbx textarea.form-control {
    height: 220px;
    padding-top: 20px;
}
.formbx .button {
	float:right;
	background:#004b84;
    font-family: "Montserrat-Regular";
	color:#fff;
}
.formbx .recaptcha {
	overflow:hidden;
}
.formbx .g-recaptcha {
	float:right;
}
#div_recaptcha-error-message {
	color:#f00;
}
/*-------------------------Career Page Css-----------------------------*/
.career {
	text-align:center;
}
.career p {
	font-size:16px;
	line-height:32px;
}
.career p.fregular {
	font-size:18px;
	margin:30px 0 0 0;
}
.career p.fregular a {
    font-family: "Montserrat-Bold";
}
.career p.fregular a:hover {
	text-decoration:underline;
}
.career .social2 {
	float:none;
	max-width:360px;
	margin:30px auto 0;
}
.social2 .share {
	top: auto;
	bottom:-67px;
}

/*-------------------------Newsroom Page Css-----------------------------*/
.newsbx h4 {
	margin:0 0 20px 0;
	padding:0 0 10px;
	border-bottom:1px solid #004b84;
	text-transform:uppercase;
	letter-spacing:1px;
}
.newsbx p {
	margin:0 0 20px;
}
.newsbx p span {
	font-size:14px;
	font-family: 'Montserrat-Bold';
	display:block;
}
.newsbx p a {
	font-family: 'Montserrat-Regular';
	text-decoration:underline;
}
.alm-btn-wrap {
	padding:25px 0 0 0;
}
button.alm-load-more-btn {
	position:relative;
    border: 1px solid #004b84;
    color: #004b84;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 2.5px;
    padding: 10px 30px;
    text-transform: uppercase;
}
button.alm-load-more-btn:hover {
    border: 1px solid #000;
    color: #000;
}
.page-template-home .innerslider {
	border-bottom:none;
}
.innerslider + .bluebx {
	border-top:1px solid #ccc;
}
.bluebx {
	background:#004b84;
	!background: linear-gradient(45deg, black, transparent);
	padding:20px 0;
}
.feature_news img {
    float: left;
    margin: 0 80px 0 0;
}
.feature_news h3 {
	color:#fff;
	letter-spacing:2px;
	margin-bottom:20px;
	padding-top:50px;
}
.feature_news p {
	color:#fff;
    margin-bottom: 0;
}
.feature_news p a {
	color:#FA8072;
}
.feature_news .item {
	max-width:800px;
	margin:0 auto;
}
.feature_news .owl-nav div.owl-prev {
	left:0;
}
.feature_news .owl-nav div.owl-prev:hover {
    left: -4px;
}
.feature_news .owl-nav div.owl-next {
    right: 0px;
}
.feature_news .owl-nav div.owl-next:hover {
    right: -4px;
}
.newsbx div[class*="col-"] p {
	word-break:keep-all;
}
.newsbx .formbx {
	margin-top:30px;
}
.newsbx .formbx form > .row > div:nth-child(2) {
    padding-right: 15px;
}
.article h3 {
	font-family:"FontAwesome";
}
.article h3 span {
	display:block;
	font-size:12px;
	color:#535448;
	font-family:"Montserrat-Light";
	text-transform:none;
	margin-bottom:8px;
	letter-spacing:1.5px;
}
.article p {
	margin-bottom:20px;
}
.article p strong {
	font-family: 'Montserrat-Regular';
}
/*-------------------------404 page Css-----------------------------*/
.not-found {
	min-height:500px;
	text-align:center;
}
.not-found p {
	margin-bottom:50px;
}
.not-found label .screen-reader-text {
	color:#004b84;
	font-size:16px;
	margin-right:10px;
}
.not-found a {
    font-family: "Montserrat-Bold";
	color:#004b84;
	text-decoration:underline;
}
.not-found a:hover {
	color:#000;
}
.search-field {
	background:#dfdfdc;
    border: 1px solid #dfdfdc;
    color: #6b6c63;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 2.5px;
    line-height: 1.42857;
    padding: 12px 20px;
    text-transform: uppercase;
}
.search-submit {
	background:#004b84;
	border:1px solid #004b84;
    font-family: "Montserrat-Regular";
	font-size:13px;
	color:#fff;
	padding:13px 30px;
	text-transform:uppercase;
	letter-spacing:2.5px;
}
.search-result header {
	margin-bottom:15px;
}
.search-result h2 {
	margin-bottom:10px;
}
.search-result a {
	color:#004b84;
}
.search-result a:hover {
	color:#000;
}
.pagination {
	margin:50px 0 0 0;
}
.nav-links > span,
.nav-links a {
	margin:0 10px 0 0;
	color:#8d8e87;
}
.nav-links .current,
.nav-links a:hover,
.nav-links span:hover {
	color:#004b84;
}

.msgDiv {
	color:#090;
	font-size:18px;
	margin-bottom:15px;
}

.eventpics .row > div {
	margin-bottom:30px;
}

.modal-dialog {
    width: 100%;
    max-width: 500px;
	background:#fff;
	padding:25px;
	margin:auto;
	top:42%;
}
.modal-dialog p {
	margin-bottom:0;
}

.contactadd {
	color: #535448;
    font-family: "Montserrat-Light";
    line-height: 1.6;
}
.contactadd strong {
    font-family: "Montserrat-Bold";
}
.contactadd label {
	width:30px;
    font-family: "Montserrat-Bold";
}
.contactadd .fa {
	font-size:22px;
	margin-right:5px;
}
.contactadd .fa:hover {
	color:#004b84;
}
.alm-reveal + .alm-reveal {
	margin-top:20px;
}

/*Smart Search Css*/
.searchbx {
	background:#fff;
	padding:40px 25px;
}
.alphasearch {
	overflow:hidden;
	margin:0 -1px;
	display:flex;
	display:-webkit-flex;
}
.alphasearch li {
	display:inline-block;
	padding:0;
	flex:1;
	-webkit-flex:1;
}
.alphasearch li:last-child {
	flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.alphasearch li a {
	display:block;
	padding:3px 1px;
	font-size:20px;
	line-height:1;
    font-family: "Montserrat-Regular";
	color:#8d8e87;
	text-transform:uppercase;
	cursor:pointer;
}
.alphasearch li a:hover,
.alphasearch li a.selected {
	color:#004b84;
}
.spartsearch .formbx {
	margin-top:40px;
	border-bottom:1px solid #004b84;
	padding-bottom:10px;
}
.spartsearch label {
    font-family: "Montserrat-Regular";
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:10px;
	color:#004b84;
	letter-spacing:2px;
}
.spartsearch .form-control,
.spartsearch .bootstrap-select .dropdown-toggle {
	font-style:normal;
	background:none;
	border:1px solid #c4c4c4;
    -webkit-box-shadow: inset 0 3px 10px rgba(233,233,220,1);
    box-shadow: inset 0 3px 10px rgba(233,233,220,1);
	border-radius:7px;
	height:36px;
}
.spartsearch .bootstrap-select.btn-group .dropdown-toggle .caret {
    top: -1px;
    right: -2px;
    background-image: url(../images/handle2.png);
	background-repeat:no-repeat;
	background-size:50px auto;
    height: 36px;
    width: 50px;
	border-radius: 0 7px 7px 0;
}
#filterlabel {
	display:inline-block;
}
#clearfilter {
	float:right;
	cursor:pointer;
	text-decoration:underline;
}
#clearfilter:hover {
	text-decoration:none;
}
.ui-autocomplete {   
	position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
	max-height:300px;
	overflow-y:scroll;
}
.ui-autocomplete>li {
	position:relative;
}
.ui-autocomplete>li>div {
    padding: 3px 20px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
	cursor:pointer;
}
.ui-autocomplete>li>div:hover, .ui-autocomplete>li>div:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.ui-helper-hidden-accessible div {
	display:none;
}
.infotop,
.medetialbx {
	overflow:hidden;
}
.medetialbx .tabbar li {
	margin:0;
	padding:0;
	background:none;
	line-height:1.42857143;
}
.medetialbx .tabbar {
    margin:0 0 40px;
	text-align:center;
}
.medetialbx .memdetails {
	float:left;
	width:100%;
	min-height:350px;
}
.medetialbx .memdetails p,
.members_page ul li {
	font-size:14px;
	line-height:20px;
}
.infotop .button {
	background:#a27d3e;
	color:#fff;
	border-color:#a27d3e;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 4px 15px;
	margin-top:10px;
}
.infotop .button:hover {
	color:#a27d3e;
	background: none;
}
#noresult {
	text-align:center;
	font-size:16px;
	margin-top:20px;
	color:#004b84;
}
.position .dropdown-menu.inner li:nth-last-child(1) {
	display:none;
}
/*Smart Search Css*/

.filterlink {
	font-size:16px;
	margin-top:30px;
}
.filterlink a {
	color:#004b84;
}
.filterlink a:hover {
	text-decoration:underline;
}
.language-menu{
	right: 0px;
	z-index: 9999;
	position: absolute;
}


@media only screen and (max-width:576px){
.language-menu {
    right: 10px;
    z-index: 9999;
    position: absolute;
    top: 15px;
}

nav#menuzord {
    position: absolute;
    left: 25px;
}

.rtl nav#menuzord {
    position: absolute;
    right: 10px;
}

.rtl .language-menu {
    left: 5px;
    right: auto;
}
}

@media only screen and (max-width:767px){
	nav#menuzord {
    position: absolute;
}
	.language-menu {
      top: 25px;
}
} 