#cssmenu {
	position: relative;
	height: 44px;
	width: auto;
}
#cssmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1;
}
#cssmenu > ul {
	position: relative;
	display: block;
	width: 100%;
	z-index: 500;
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#cssmenu.align-right > ul > li {
	float: right;
}
#cssmenu.align-center ul {
	text-align: center;
}
#cssmenu.align-center ul ul {
	text-align: left;
}
#cssmenu > ul > li {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
}
#cssmenu > ul > #menu-button {
	display: none;
}
#cssmenu ul li a {
	display: block;
	font-family: Helvetica, sans-serif;
	text-decoration: none;
}
#cssmenu > ul > li > a {
	font-size: 14px;
	padding: 5px 5px;
	color: #7a8189;
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-ms-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
}
#cssmenu > ul > li.has-sub > a {
	padding-right: 32px;
}
#cssmenu > ul > li:hover > a {
	color: #ffffff;
}
#cssmenu li.has-sub::after {
	display: block;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
}
#cssmenu > ul > li.has-sub::after {
	right: 15px;
	top: 10px;
	border: 5px solid transparent;
	border-top-color: #fff;
}
#cssmenu > ul > li:hover::after {
	border-top-color: #ffffff;
}
#indicatorContainer {
	position: absolute;
	height: 12px;
	width: 100%;
	bottom: 0px;
	overflow: hidden;
	z-index: -1;
}
#pIndicator {
	position: absolute;
	height: 0;
	width: 100%;
	border: 12px solid transparent;
	border-top-color: #2b2f3a;
	z-index: -2;
	-webkit-transition: left .25s ease;
	-moz-transition: left .25s ease;
	-ms-transition: left .25s ease;
	-o-transition: left .25s ease;
	transition: left .25s ease;
}
#cIndicator {
	position: absolute;
	height: 0;
	width: 100%;
	border: 12px solid transparent;
	border-top-color: #2b2f3a;
	top: -12px;
	right: 100%;
	z-index: -2;
}
#cssmenu ul ul {
	position: absolute;
	/*left: -9999px;*/
	top: 30px;
	opacity: 0;
	-webkit-transition: opacity .3s ease, top .25s ease;
	-moz-transition: opacity .3s ease, top .25s ease;
	-ms-transition: opacity .3s ease, top .25s ease;
	-o-transition: opacity .3s ease, top .25s ease;
	transition: opacity .3s ease, top .25s ease;
	z-index: -99;
}
#cssmenu ul ul ul {
	top: 37px;
	padding-left: 5px;
}
#cssmenu ul ul li {
	position: relative;
}
#cssmenu > ul > li:hover > ul {
	left: auto;
	top: 44px;
	opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
	left: auto;
	right: 0;
	opacity: 1;
}
#cssmenu ul ul li:hover > ul {
	left: 170px;
	top: 0;
	opacity: 1;
}
#cssmenu.align-right ul ul li:hover > ul {
	left: auto;
	right: 170px;
	top: 0;
	opacity: 1;
	padding-right: 5px;
}
#cssmenu ul ul li a {
	width: 220px;
	border-bottom: 1px solid #eeeeee;
	padding: 10px 20px;
	font-size: 12px;
	color: #000 !important;
	background: #ffffff;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
#cssmenu.align-right ul ul li a {
	text-align: right;
}
#cssmenu ul ul li:hover > a {
	background: #f2f2f2;
	color: #8c9195;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last > a {
	border-bottom: 0;
}
#cssmenu > ul > li > ul::after {
	content: '';
	border: 6px solid transparent;
	width: 0;
	height: 0;
	border-bottom-color: #ffffff;
	position: absolute;
	top: -11px;
	left: 30px;
}
#cssmenu.align-right > ul > li > ul::after {
	left: auto;
	right: 30px;
}
#cssmenu ul ul li.has-sub::after {
	border: 4px solid transparent;
	border-left-color: #9ea2a5;
	right: 10px;
	top: 12px;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub::after {
	border-left-color: transparent;
	border-right-color: #9ea2a5;
	right: auto;
	left: 10px;
}
#cssmenu ul ul li.has-sub:hover::after {
	border-left-color: #ffffff;
	right: -5px;
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
#cssmenu.align-right ul ul li.has-sub:hover::after {
	border-right-color: #ffffff;
	border-left-color: transparent;
	left: -5px;
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
#cssmenu {
	width: auto;
}
#cssmenu.align-center ul {
	text-align: left;
}
#cssmenu.align-right > ul > li {
	float: none;
}
#cssmenu ul {
	width: auto;
}
#cssmenu .submenuArrow, #cssmenu #indicatorContainer {
	display: none;
}
#cssmenu > ul {
	height: auto;
	display: block;
}
#cssmenu > ul > li {
	float: none;
}
#cssmenu li, #cssmenu > ul > li {
	display: none;
}
#cssmenu ul ul, #cssmenu ul ul ul, #cssmenu ul > li:hover > ul, #cssmenu ul ul > li:hover > ul, #cssmenu.align-right ul ul, #cssmenu.align-right ul ul ul, #cssmenu.align-right ul > li:hover > ul, #cssmenu.align-right ul ul > li:hover > ul {
	position: relative;
	left: auto;
	top: auto;
	opacity: 1;
	padding-left: 0;
	padding-right: 0;
	right: auto;
}
#cssmenu ul .has-sub::after {
	display: none;
}
#cssmenu ul li a {
	padding: 12px 20px;
}
#cssmenu ul ul li a {
	border: 0;
	background: none;
	width: auto;
	padding: 8px 35px;
}
#cssmenu.align-right ul ul li a {
	text-align: left;
}
#cssmenu ul ul li:hover > a {
	background: none;
	color: #8c9195;
}
#cssmenu ul ul ul a {
	padding: 8px 50px;
}
#cssmenu ul ul ul ul a {
	padding: 8px 65px;
}
#cssmenu ul ul ul ul ul a {
	padding: 8px 80px;
}
#cssmenu ul ul ul ul ul ul a {
	padding: 8px 95px;
}
#cssmenu > ul > #menu-button {
	display: block;
	cursor: pointer;
}
#cssmenu #menu-button > a {
	padding: 14px 20px;
}
#cssmenu ul.open li, #cssmenu > ul.open > li {
	display: block;
}
#cssmenu > ul.open > li#menu-button > a {
	color: #fff;
	border-bottom: 1px solid rgba(150, 150, 150, 0.1);
}
#cssmenu ul ul::after {
	display: none;
}
#cssmenu #menu-button::after {
	display: block;
	content: '';
	position: absolute;
	height: 3px;
	width: 22px;
	border-top: 2px solid #7a8189;
	border-bottom: 2px solid #7a8189;
	right: 20px;
	top: 15px;
}
#cssmenu #menu-button::before {
	display: block;
	content: '';
	position: absolute;
	height: 3px;
	width: 22px;
	border-top: 2px solid #7a8189;
	right: 20px;
	top: 25px;
}
#cssmenu ul.open #menu-button::after, #cssmenu ul.open #menu-button::before {
	border-color: #fff;
}
}
.attorney h4 {
	font-size: 16px;
}
ul#menu {
	opacity: 20 !important;
	background: none;
}
ul#menu li {
	position: relative;
	list-style-type: none;
	float: left;
	padding: 0px;
	text-align: left !important;
}
ul#menu li a {
	padding: 10px !important;
}
ul#menu li ul#sub1 {
	background: #3498DB;
	display: none;
	padding: 0px;
	margin: 0px;
	border: 0px;
	position: absolute;
	width: 225px;
	z-index: 500;
	top: 30px;
}
ul#menu li:hover ul#sub1 {
	display: block;
}
ul#menu li ul a:hover, ul#menu li ul li:hover a {
	background: #333;
	color: #ffffff !important;
	text-decoration: none;
}
ul#menu li ul li a {
	padding: 10px 0 10px 10px !important;
}
#sub1 li a img{
	width:20px;
	height:20px;
	margin-right:10px;
}

.jcf-select {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
/*-------------------- 4 FEB 2016 -----------------*/
.p_detels{
	display:block;
}
.p_detels figure{
	padding:0;
	margin:0;
}
.p_detels figure img{
	max-width:100%;
}
.heading-border {
    border-bottom: 1px solid #ddd;
    margin: 30px 0;
    padding:0;
}

.thumb img {
	height: 140px !important;
}
.thumb_rite{
	background: rgb(241, 241, 241) none repeat scroll 0 0 !important;
    padding: 10px 0;
	height: 140px !important;
}
.form-group {
    margin-bottom:20px;
}
.form-group label {
    font-weight:bold;
	color:#333;
}
#has-error form-group label {
    font-weight:normal;
	color:#333;
}
.botm_p{
	margin-bottom:20px !important;
}
/*-------------------- 8 FEB 2016 -----------------*/
.hit{
	height:150px;
}
.b2{
	bottom:0;
	margin:0 auto;
}
.col-lg-2 .btn{
	border-radius:10px;
    font: 12px/16px "Lato",Georgia,"Times New Roman",Times,serif;
    letter-spacing:1px;
    padding:8px 5px;
    text-align: center;
	color:#fff;
	background:#3498db;
}
.magazine_card {
    background: #f9f9f9 none repeat scroll 0 0;
    box-shadow: 0 80px 45px -95px #000;
    margin-bottom: 40px;
    padding: 20px;
    text-align: center;
	width:46%;
	margin:0 20px;
}
.magazine_card figure {
	float:left;
	width:50%;
}
.magazine_card figure img{
	width:100%;
}
.magazine_info {
    padding-left: 30px;
    padding-right: 30px;
    width:50%;
	float:right;
}
.magazine_info h3::before {
    background:#3498DB none repeat scroll 0 0;
    content: "";
    height: 3px;
    margin-left: -10px;
    position: absolute;
    width:100px;
}
.magazine_info h3 {
    margin-bottom: 30px;
    margin-top:0;
	font-family: "FranklinGothic",Helvetica,sans-serif;
    font-size:12px;
    font-weight: bold;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.magazine_info a {
    color: #333;
    text-decoration: none;
}
.magazine_info h2 {
    font-size:24px;
    line-height:30px;
	font-family: "Savoy",Georgia,serif;
    font-weight: normal;
    hyphens: none;
    letter-spacing: -0.02em;
    margin-bottom: 7px;
    text-transform: uppercase;
    word-wrap: normal;
}
.card_byline {
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.card_byline span {
    color: #999;
    font-family: "Savoy",Georgia,serif;
    font-style: italic;
}
.card_byline a {
    color: #333;
    font-family: "FranklinGothic",Helvetica,sans-serif;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}


