/******************************************************************************
 * COMMON
 ******************************************************************************/
body {
	font-family: Arial, Verdana, Tahoma, san-serif;
	font-size: 13px;
	line-height: 14px;
	color: #666666;
}

a {
	color: #313c69;
	text-decoration: none;
}
a:hover {
	color: #F00A7F;
}
.current_page_item a,
.left-main ul li.current_page_item a,
#main-nav li.current-menu-item a,
#footer-nav li.current-menu-item a,
.current-cat a,
ul > li.current-menu-item > a {
	color: #f00a7f;
	text-decoration: none;
}
.clear {
	clear: both;
}
/* Cookie bar
----------------------------------------------------------------------------------------------------*/
#cookie-message {
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	background: #283152;
}
#cookie-wrap {
	height: 28px;
	padding: 15px 0;
}
#cookie-wrap p {
	color: #FFF;
	font-family: 'PTSerif-Italic';
	font-size: 12px;
	margin: 0 auto;
	width: 1046px;
}
#cookie-wrap p a {
	color: #F00A7F;
}

a.cookiebar-close {
	display: block;
	cursor: pointer;
	background: url("../images/close-cookie.jpg") no-repeat;
	width: 64px;
	height: 27px;
	font-size: 0px;
	float: right;
	margin-top: -13px;
}

/******************************************************************************
 * HEADER
 ******************************************************************************/
#header {
	background: #fff;
}

/******************************************************************************
 * NAVIGATION
 ******************************************************************************/
.search-link {
	display: block;
	height: 55px;
	width: 16px;
	background: url("../images/search-lin.svg") no-repeat scroll;

	right: 0px;
	position: absolute;
	top: 45px;
	cursor: pointer;
}

.search-box {
	width: 290px;
	display: none;
	background: #2a3052;
	padding: 22px 0px 22px 20px;
	position: absolute;
	right: 0px;
	top: 100px;
	z-index: 130;
}
.search-box .search-btn {
	background: url(../images/search-box.svg) no-repeat;
	border: none;
	width: 29px;
	height: 35px;
	text-indent: -9999px;
	margin-left: -3px;
	padding-bottom: 5px;
	cursor: pointer;
}
.link_home_page {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 45px;
	left: 409px;
}
.link_home_page a {
	background: url(../images/homepage_a.svg) no-repeat;
	display: block;
	width: 15px;
	height: 15px;
}
/* opera */
doesnotexist:-o-prefocus, .search-box .search-btn {
   margin-top: -2px;   
   margin-right: 9px;
   float: right;
   
}
.search-box .serch-field {
	height: 26px;
	width: 230px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'PTSerif-Italic';
	font-size: 13px;
	border: none;
	line-height: 27px;
}
/*
.search-link:hover .search-box {
	display: block;
}
*/
#main-nav {
	float: right;
	margin-right: 23px;
}

#main-nav li {
	margin: 0;
	padding: 0px 10px 0px 11px;
	float: left;
	position: relative;
}

#main-nav li a {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #313c69;
	height: 48px;
	line-height: 48px;
	font-family: 'PTSerif-Regular';
}

#main-nav li a:hover {
	color: #f00c7f;
}

#main-nav li.last a {
	padding-right: 0;
}

#main-nav li .sub-menu {
	display: none;
	position: absolute;
	z-index: 110;
	width: 1046px;
	background: #313c69;
	left: -616px;
}
#main-nav li ul li a {
	color: #FFF;
}

#main-nav li:hover ul.sub-menu {
	display: block;
}

/******************************************************************************
 * Uber Menu 
 ******************************************************************************/
#navigation #megaMenu.megaFullWidth {
	width: auto;
	float: right;
	margin-top: 44px;
}

#navigation .megaMenuContainer {
	float: right;
	margin-right: 23px;
}

#navigation #megaMenu.megaResponsiveToggle ul.megaMenu {
	display: block !important;
	max-width: 640px;
}

#navigation #megaMenu ul.megaMenu > li {
	margin: 0;
	padding: 0px 7px 0px 7px;
	float: left;
	position: relative;
}

#navigation .megaMenu > li > a {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #313c69;
	height: 54px;
	line-height: 54px;
	font-family: 'PTSerif-Regular';
	padding: 0 !important;
}

#navigation .megaMenu > li > a:after {
	border-style: none !important;
}

#navigation #megaMenu > ul.megaMenu > li > a:hover,
#navigation #megaMenu > ul.megaMenu > li.current-menu-item > a {
	color: #f00c7f;
}

#navigation #megaMenu > ul.megaMenu > li > a:hover {
	border-bottom: 2px solid #f00c7f;
}

#navigation #megaMenu .wpmega-link-title {
	display: block;
	line-height: inherit;
	color: inherit;
}

#navigation #megaMenu,
#navigation #megaMenu > ul.megaMenu,
#navigation #megaMenu ul.megaMenu > li {
	position: static !important;
}

#navigation #megaMenu > ul.megaMenu > li > ul.sub-menu {
	background: url(../images/dropdow_menus.png) repeat;
	position: absolute !important;
	/*background: #313c69 !important;*/
	display: none;
	width: 1046px !important;
	min-height: 50px;
	overflow: hidden;
	left: 0 !important;
	top: 100px;
	border-radius: 0;
	border: 0;
}
#navigation #megaMenu > ul.megaMenu > li > ul.sub-menu > li > ul.sub-menu li a:hover {
	color: #F00C7F;
}

#navigation #megaMenu > ul.megaMenu > li > ul.sub-menu > li {
	width: 930px !important;
	border-bottom: 1px solid #FFF !important;
	border-top: 1px solid #FFF !important;
	margin: 32px 0px 32px 35px !important;
	display: block;
	overflow: hidden;
}

#navigation #megaMenu > ul.megaMenu > li > ul.sub-menu > li > a {
	float: left;
	width: 320px;
	border-bottom: none;
}

#navigation #megaMenu > ul.megaMenu > li > ul.sub-menu > li > a span.wpmega-link-title {
	font-size: 24px !important;
	font-family: 'PTSerif-Regular';
	text-transform: uppercase;
	color: #FFF !important;
	line-height: 30px;
	padding-bottom: 4px;
}

#navigation #megaMenu > ul.megaMenu > li > ul.sub-menu > li > a span.wpmega-item-description {
	color: #d7dae3;
	font-size: 13px !important;
	font-family: 'PTSerif-Italic';
	text-transform: none !important;
	line-height: 18px !important;
	margin-top: 2px;
}

#navigation #megaMenu > ul.megaMenu > li > ul.sub-menu > li > ul.sub-menu {
	max-width: 590px !important;
	float: right !important;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-right: -28px;
	padding-top: 6px;
	margin-bottom: -5px;
}

#navigation #megaMenu > ul.megaMenu > li > ul.sub-menu > li > ul.sub-menu li {
	display: block !important;
	float: right !important;
	width: 140px;	
	padding-bottom: 11px;
}

#navigation #megaMenu > ul.megaMenu > li > ul.sub-menu > li > ul.sub-menu-2  >li {
	width: 140px;
	padding-right: 10px;
}

#navigation #megaMenu > ul.megaMenu > li > ul.sub-menu > li > ul.sub-menu li a {
	margin: 0;
	padding: 0;
}

#navigation #megaMenu > ul.megaMenu > li > ul.sub-menu > li > ul.sub-menu > li > a {
	display: none;
}

#navigation #megaMenu > ul.megaMenu > li > ul.sub-menu > li > ul.sub-menu-2 > li:first-child,
#navigation #megaMenu > ul.megaMenu > li > ul.sub-menu > li > ul.sub-menu-2 > li:first-child li {
	padding-right: 0;
}

#navigation #megaMenu > ul.megaMenu > li > ul.sub-menu > li > ul.sub-menu-2 > li ul.sub-menu-3 {
	float: right;
	width: auto;
	left: inherit;
	top: inherit;
}

#navigation #megaMenu > ul.megaMenu > li > ul.sub-menu > li > ul.sub-menu-2 > li ul.sub-menu-3 li a {
	float: left;
}

#navigation #megaMenu > ul.megaMenu > li > ul.sub-menu > li > ul.sub-menu li a span {
	background: url("../images/arrow-menu.png") no-repeat scroll right 7px transparent !important;
	display: inline-block !important;
	padding-right: 10px !important;
}
#navigation #megaMenu > ul.megaMenu > li > ul.sub-menu > li > ul.sub-menu li a span.wpmega-link-title {
	font-size: 13px !important;
	font-family: 'PTSerif-Regular';
	color: #FFF;
	text-transform: uppercase;
	/*line-height: 18px;*/
	display: inline !important;
}

#navigation #megaMenu > ul.megaMenu > li > ul.sub-menu > li > ul.sub-menu li a:hover span.wpmega-link-title {
	color: #f00c7f;
}

#menu-item-352 ul.sub-menu-3 li{
	width: 151px !important;
}

#megaMenu li.ss-nav-menu-mega ul.sub-menu.sub-menu-1 {
	white-space: inherit;
}

#megaMenu ul li.ss-nav-menu-mega ul li.ss-nav-menu-item-depth-1 {
	padding: 11px 27px 2px 21px !important;
}
/*
.sub-menu-1 {
	background: #313c69 !important;
	border: none !important;
	box-shadow: none !important;
}
.sub-menu-1 > li {
	width: 915px !important;
	border-bottom: 1px solid #FFF !important;
	border-top: 1px solid #FFF !important;
	margin: 32px 0px 32px 35px !important;
}

.sub-menu-1 > li > a {
	width: 320px !important;
	float: left;
	border-bottom: none !important;
}
.sub-menu-1 li a span.wpmega-link-title {
	font-size: 24px !important;
	font-family: 'PTSerif-Regular';
	text-transform: uppercase;
	color: #FFF !important;
}
.sub-menu-1 li a span.wpmega-item-description {
	font-size: 13px !important;
	font-family: 'PTSerif-Italic';
	text-transform: none !important;
	line-height: 20px !important;
}
.sub-menu-1 li .sub-menu-2 {
	width: 400px !important;
	float: right !important;
}
.sub-menu-2 li {
	display: block !important;
	float: right !important;
	width: 200px;
}
.sub-menu-2 li a span {
	background: url("../images/arrow-menu.png") no-repeat scroll right 7px transparent !important;
	display: inline-block !important;
	padding-right: 10px !important;
}
.sub-menu-2 li a span.wpmega-link-title {
	font-size: 13px !important;
	font-family: 'PTSerif-Regular';
}
/******************************************************************************
 * MAIN BODY
 ******************************************************************************/
.main .left-intro {
	display: block;
	width: 510px;
	float: left;
	padding: 4px 22px 0px 0px;
	color: #333;
	-webkit-font-smoothing: antialiased
}
.main .left-intro h2 {
	font-size: 24px;
	color: #333;
	margin-bottom: 24px;
	font-family: 'PTSerif-BoldItalic';
	font-weight: normal;
}
.main .left-intro p {
	font-size: 13px;
	line-height: 20px;
	font-family: 'PTSerif-Regular';
	margin-bottom: 35px;
	color: #333;
}
.main .left-intro strong {
	font-size: 15px;
	font-family: 'PTSerif-Italic';
	color: #333;
}
.main .left-intro a.intro-view {
	background: url(../images/who-we-are-bt.png) no-repeat;	
	display: block;
	width: 98px;
	height: 28px;
	margin-top: 18px;
	color: #FFF;
	font-family: 'PTSerif-BoldItalic';
	font-size: 13px;
	padding: 7px 0px 0px 13px;
}
.rotator img.desktop-1024,
.profiles-item img.mobile,
.rotator .tablet,
.rotator .mobile,
#footer .mobi_footer,
.people .rotator img.mobile,
.people .rotator img.tablet,
#logo img.tablet,
#logo img.mobile {
	display: none;
}

/******************************************************************************
 * ROTATOR
 ******************************************************************************/
.home .rotator {
	position: relative;
	margin-bottom: 36px;
	height: 382px;
}
.people .rotator {
	position: relative;
	margin-bottom: 31px;
}

.single-profile .rotator {
	background: url('../images/bg_banner.png') no-repeat;
	width: 100%;
	height: 225px;
}

.single-profile .rotator img {
	float: left;
	margin-left: 640px;
	border-left: #FFF 3px solid;
	border-right: #FFF 3px solid;
}
.rotate-desktop {
	height: 380px;
	margin-bottom: 36px;
	overflow: hidden;
}
.rotate-content-items {
	position: absolute;
	left: 40px;
	top: 150px;
	display: block;
	width: 390px;
	height: 136px;
	background: #2a3150;
	color: #FFF;
	padding: 27px 40px;
}
.rotate-content img {
	width: 1046px;
}
.rotate-content-items h3 {
	font-size: 17px;
	font-family: 'PTSerif-Regular';
	font-style: normal;
	margin-bottom: 13px;
	text-transform: uppercase;
	font-weight: normal;
}
.rotate-content-items p {
	font-size: 27px;
	font-family: 'PTSerif-Regular';
	font-style: italic;
	line-height: 36px;
}
.rotator-nav-slider {
	border-left: 1px solid #E1E1E1;
    bottom: 0;
    height: 46px;
    position: absolute;
    right: 0px;
    /*text-indent: -9999px;*/
    width: 120px;
    z-index: 100;
}
.rotator-nav {
	position: absolute;
	top: 170px;
	left: 434px;
	z-index: 100;
	text-indent: -9999px;
	width: 53px;
}
.rotator-nav-slider #prev1,
.rotator-nav #prev {
	background: url("../images/prev-btn.svg") no-repeat;
	width: 25px;
	height: 25px;
	float: left;
}
.rotator-nav-slider #next1,
.rotator-nav #next {
	background: url("../images/next-btn.svg") no-repeat;
	width: 25px;
	height: 25px;
	float: right;
}

/******************************************************************************
 * PAGES NAVIGATION
 ******************************************************************************/


/******************************************************************************
 * POST & PAGE
 ******************************************************************************/

/* Image Alignment */
.alignleft {
	float: left;
	margin: 0 15px 5px 0;
}

.alignright {
	float: right;
	margin: 0 0 5px 15px;
}

.aligncenter {
	float: none;
	display: block;
	margin: 10px auto;
}

.alignnone {
	margin: 5px 10px 10px 0;
}
.entry-content img {
	max-width: 100%;
	/*max-height: 397px;*/
	height: auto;
}

/* CAPTION */
.wp-caption {
	border: 1px solid #c4c4c3;
	background: #EDEDED;
	text-align: center;
	padding: 5px 0 0;
}

.wp-caption img {
	float: none;
	margin: 0;
}

.hentry .wp-caption-text {
	margin: 0 0 5px 0;
	font-style: italic;
	font-size: 10px;
}

/* SINGLE POST & PAGE */
#content h1 {
	color: #0a3667;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #d9dfe7;
	text-transform: uppercase;
	padding: 8px 0 4px;
	margin: 0 0 20px 0;
	line-height: 15px;
}

.hentry {
	line-height: 14px;
}

.hentry p {
	margin-bottom: 8px;
}

.hentry ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 15px;
}

.hentry ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin-bottom: 15px;
}

.hentry ul li {
	list-style-type: disc;
}

.hentry ul ul {
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.hentry ol ol {
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.hentry img {
	max-width: 740px;
}

.hentry h1, .hentry h2, .hentry h3, .hentry h4, .hentry h5, .hentry h6 {
	color: #350b12;
	margin-bottom: 15px;
}

.hentry h1 {
	font-size: 22px;
	line-height: 26px;
}

.hentry h2 {
	font-size: 20px;
	line-height: 24px;
}

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

.hentry h4 {
	font-size: 16px;
	line-height: 20px;
}

.hentry h5 {
	font-size: 14px;
	line-height: 18px;
}

.hentry h6 {
	font-size: 12px;
	line-height: 18px;
}

.hentry blockquote {
	margin-left: 30px;
	padding: 0 5px 0px 10px;
	font-style: italic;
	border-left: 4px solid #350b12;
}

.hentry pre, .hentry code {
	margin-bottom: 15px;
}

.hentry table {
	border-collapse: separate;
	border: 1px solid #350b12;
	margin-bottom: 15px;
	padding: 1px;
}

.hentry table tr {
	background-color: #ffffcf;
}

.hentry table tr.alternate {
	background-color: #fffccd
}

.hentry table th {
	padding: 5px 10px;
	background-color: #350b12;
	color: #ffffff;
}

.hentry table td {
	padding: 5px 10px;
}

.hentry dl {
	margin-bottom: 15px;
}

.hentry dl dt {
	font-weight: bold;
	margin-top: 5px;
}

.hentry dl dd {
	font-style: italic;
	margin-left: 5px;
}

/******************************************************************************
 * COMMENTS
 ******************************************************************************/
.commentlist {
	clear: both;
}

.commentlist li {
	padding: 10px;
	position: relative;
	margin: 5px 0;
}

.commentlist li.even {
	background-color: #F0F0EE;
	border: 1px solid #c3c3c3;
}

.commentlist li.odd {
	background-color: #ffffff;
	border: 1px solid #c3c3c3;
}

.commentlist li .avatar {
	position: absolute;
	right: 10px;
	top: 5px;
}

.commentlist li cite.fn {
	font-weight: bold;
	font-style: normal;
}

.commentlist li span.says {
	font-style: italic;
}

.commentlist .comment-meta {
	margin-bottom: 10px;
}

.commentlist li p {
	margin-bottom: 15px;
}

/******************************************************************************
 * SIDEBAR
 ******************************************************************************/

/******************************************************************************
 * WIDGETS
 ******************************************************************************/
.widget-container {
	border: 1px solid #dbd8d8;
	margin-bottom: 14px;
	position: relative;
	
}

.widget-container h3.widget-title {
	height: 12px;
	font-size: 11px;
	color: #0a3667;
	padding: 16px 20px 0;
	text-transform: uppercase;
}

.widget-container .widget-content {
	padding: 20px;
}

/******************************************************************************
 * SPECIFY WIDGETS
 ******************************************************************************/
/* Widget navigation */
.widget-navigation {
	border: 0;
}

.widget-navigation h3.widget-title {
	display: none;
}

.widget-navigation .widget-content {
	padding: 0;
}

.widget-navigation .qnav li a {
	width: 146px;
	height: 29px;
	line-height: 28px;
}

.widget-navigation .qpanel {
	padding: 6px 2px 12px 4px;
}

.nav-side {
	background: url(../img/menu-side-bg.png) no-repeat;
}

.nav-side li {
	margin-bottom: 1px;
	background: url(../img/white-60.png) repeat;
}

.nav-side li a {
	height: 37px;
	line-height: 39px;
	padding-left: 20px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../img/menu-arrow.png) no-repeat 94% 50%;
}

.nav-side li:hover {
	background: transparent;
}

/* Widget newsletter */
.widget-newsletter {
	background: #630630;
	border: 1px solid #630630;
	margin-top: -8px;
	margin-bottom: 12px;
	color: #fff;
}

.widget-newsletter h3.widget-title {
	padding: 18px 14px 0;
	color: #fff;
}

.widget-newsletter .widget-content {
	padding: 6px 4px 7px 17px;
}

.widget-newsletter .thumb {
	float: right;
	margin-top: -32px;
	margin-right: -10px;
}

.newsletters-box {
	margin-top: 26px;
	margin-left: -8px;
}

.newsletters-box .newsletters-input {
	float: left;
	border: 0;
	padding: 6px 12px;
	margin: 0 7px 0 5px;
	width: 213px;
	font-size: 11px;
	font-weight: bold;
}

.newsletters-box .newsletters-button {
	background: #630630;
	border: 1px solid #fff;
	color: #fff;
	padding: 4px 0px;
	float: left;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
}

.newsletters-box .newsletters-button:hover {
	background: #0a3667;
}

/* about-text */
.widget-about-text {
	margin: 0 2px 13px;
}

.widget-about-text h3.widget-title {
	text-transform: none;
	padding:7px 23px 0;
	font-size: 12px;

}

.widget-about-text .widget-content {
	padding: 5px 120px 16px 20px;
	position: relative;
}

.widget-about-text .toggle {
	position: absolute;
	bottom: 8px;
	right: 14px;

	background: #0c3869;
	display: inline-block;
	padding: 3px 8px;
	margin: 0;
	color: #fff;
}

.widget-about-text .toggle:hover {
	background: #630630;
}

/* Our clients */
.widget-our-clients {
	background: #0a3361;
	border-color: #0a3361;
	color: #cfcfcf;
}

.widget-our-clients h3.widget-title {
	color: #fff;
	padding: 15px 24px 0 24px;
}

.widget-our-clients .widget-content {
	padding: 15px 0 1px;
}

.widget-our-clients .intro {
	padding: 0 24px;
}

.clients-list {
	padding: 29px 5px 2px 4px;

}

.clients-list .client {
	background: #000;
	clear: both;
	margin-bottom: 3px;
	float: left;
	width: 100%;
	color: #fff;
	border: 1px solid #0a3361;
	position: relative;
}

.clients-list .client:hover {
	border-color: #fff;
}

.client .thumb {
	float: left;
	margin-right: 13px;
}
.client .client-info {
	overflow: hidden;
	padding: 10px 15px 0 0;
}

.client .client-info h4 {
	margin-bottom: 5px;
}

.client .client-info h4 a {
	color: #fff;
}

.client .client-view {
	color: #fff;
	position: absolute;
	right: 15px;
	bottom: 8px;
	visibility: hidden;
}

.client:hover .client-view {
	visibility: visible;
}

/* Widget tabs */
.widget-qtabs {
	border: 0;
	position: relative;
	overflow: hidden;
	/*height: 410px;*/
}
.news-insihgts-wrap-outer {
    display: block;
    float: left;
    width: 514px;
}
.news-insight-wrap {
	border: 1px solid #D8DBDB;
	padding: 16px 22px 8px;
	width: auto !important;
	overflow: hidden;
	position: relative !important;
	display: none;
}
.widget-qtabs h3.widget-title {
	display: none;
}

.widget-qtabs .widget-content {
	padding: 0;
}

.widget-qtabs .qpanel {
	padding: 16px 22px 8px;
}

.news-item {
	padding: 0 15px 0 25px;
	margin: 12px 0;
	font-family: 'PTSerif-Regular';
	font-size: 13px;
}

.news-item .news-date {
	font-family: 'PTSerif-Italic';
	color: #666;
	font-weight: normal;
	display: block;
	padding-top: 4px;
}
.news-item h4 {
	margin-bottom: 7px;
}
.news-item h4 a {
	color: #313c69;
	margin-top: 2px;
	font-size: 13px;
	font-family: 'PTSerif-Bold';
	font-weight: normal;
}
.news-item h4 a:hover {
	color: #F00A7F;
}

.news-item p {
	color: #333;
	padding-bottom: 5px;
}

/******************************************************************************
 * QTABS
 ******************************************************************************/
 .qtabs {
 	/*border: 1px solid #E1E1E1;*/
 }
.qtabs ul {
	border: 1px solid #E1E1E1;
	float: left;
	border-left: none;
	border-bottom: none;
}
.qtabs ul li {
	display: block;
	float: left;
}
.qtabs ul li a {
	border-left: 1px solid #E1E1E1;
    color: #333333;
    font-family: 'PTSerif-Regular';
    font-size: 15px;
    padding: 17px 19px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    width: 217px;
    border-bottom: 1px solid #E1E1E1;
}



.qnav {
	position: relative;
	z-index: 5;
}
.qnav_wrap {
	border: 1px solid #D8DBDB;
	width: auto !important;
	height: auto !important;
}
.qnav b {
	border-left-width: 0;
	margin-bottom: -1px;
	position: relative;
	z-index: 9;
	width: 100%;
	float: left;
	background: #E1E1E1;
}

.qnav b a {
	float: left;
	height: 47px;
	line-height: 48px;
	text-align: center;
	color: #333;	
	text-transform: uppercase;
	background: #E1E1E1;
	font-family: 'PTSerif-Regular';
	padding: 0 21px;
	font-size: 15px;
	/*width: 511px;*/
}

.qnav li.ui-tabs-selected {
	border-bottom-color: #FCFCFC;
}

.qnav li.ui-tabs-selected a {
	background: #fcfcfc;
	color: #333;
/* 	font-weight: bold; */
	font-family: 'PTSerif-Bold';
	border-bottom: 1px solid #fcfcfc;
	border-left: 1px solid #E1E1E1;
	margin-bottom: -1px;
}

.qnav li.ui-tabs-selected a:hover,
.qnav li a:hover {
	
}

.qpanel {
	clear: both;
	position: relative;
	z-index: 3;
/* 	border: 1px solid #dbd8d8; */
	border-top-width: 0;
	/*padding: 5px;*/
	/*border-color: #E1E1E1;
    border-style: none solid solid;
    border-width: medium 1px 1px;*/
    border: 1px solid #E1E1E1;
    border-top: none;
    width: 511px;
    padding-top: 2px;
    display: none;
}

.ui-tabs-hide {
	visibility: hidden;
	position: absolute;
	top: -9999em;
	left: -9999em;
}
/******************************************************************************
 * FOOTER
 ******************************************************************************/
#footer {
	border-top: 1px solid #ccc;
	margin: 6px 0 0;
	color: #666;
	overflow: hidden;
}

.footer-helper {
	padding-top: 13px;
}
.right-footer {
	float: right;
}
#footer-nav {
	float: right;
	margin-bottom: 12px;
	line-height: 14px;
	text-align: right;
	width: 460px;
}

#footer-nav #menu-footer-menu{
	margin-right: -1px;
    margin-top: -2px;
}

#footer-nav li {
	background: url(../images/menu-bg.png) no-repeat scroll 0px 6px transparent;
	display: inline-block;
	/*float: right;*/
	padding: 4px 0px 0px 11px;
	border-right: 1px solid #fff;
}

#footer-nav li.first {
	background: none;
}

#footer-nav li.last {
	border: 0;
}

#footer-nav li a {
	color: #313c69;
/* 	font-weight: bold; */
	font-family: 'PTSerif-Bold';
	font-size: 11px;
}
#footer-nav li a:hover {
	color: #F00A7F;
}

#footer-nav .no-slash{
	background: none;
}

.copyright {
	clear: left;
	color: #666;
	margin-bottom: 15px;
	float: left;
	font-family: 'PTSerif-Regular';
	line-height: 19px;
	font-size: 11px;
}
.copyright a {
	font-family: 'PTSerif-Bold';
}
.news-letter {
	float: right;
	clear: both;
}
.news-letter span {
	font-family: 'PTSerif-Regular';
	text-transform: uppercase;
	font-size: 11px;
	padding-right: 4px;
}
.news-letter-input {
	background: url(../images/input-field-bg.png) no-repeat;
	border: none;
	width: 128px;
	height: 22px;
	font-family: 'PTSerif-Italic';
	font-size: 11px;
	padding-left: 5px;
}
.news-letter-submit {
	background: url("../images/mcdp_sprite.png") no-repeat scroll -32px -26px transparent;
	border: none;
	width: 25px;
	height: 22px;
	cursor: pointer;
	font-family: 'PTSerif-Bold';
	font-size: 11px;
	color: #FFF;
	border-radius: 3px;
	padding: 3px 5px 4px 5px
}
.news-letter-submit:hover {
	color: #FFF !important;
}
.category-publications .nav-next,
.category-publications .assistive-text,
.category-publications .nav-previous {
	display: none;
}
.footer_social_icon {
	display: block;
	/*width: 46px;*/
	height: 26px;
	position: absolute;
    right: 0;
    top: 79px;
    margin-bottom: 5px;
}
.footer_social_icon a.twitter_link {
	background: url("../images/twitter_link.svg") no-repeat;
	width: 26px;
	height: 26px;
	display: block;
	margin-right: 5px;
	float: left;
}
.footer_social_icon a.linkin_link {
	background: url("../images/linkedin_link.svg") no-repeat;
	height: 26px;
	width: 26px;
	display: block;
	float: left;
}
.footer_social_icon a.gplus_link {
	background: url("../images/google_link.svg") no-repeat;
	height: 26px;
	width: 26px;
	display: block;
	float: right;
	margin-left: 5px;
}
.news-insights-tablet-content,
.news-insights-mobile-content {
	display: none;
}
/* hack chorme + safary */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .news-letter-submit {
		/*float: right; */
        margin-top: -24px;
        margin-left: 2px;
    }
}
/* opera */
doesnotexist:-o-prefocus, .news-letter-submit {
    float: right;
        
}

/******************************************************************************
 * MISC
 ******************************************************************************/
.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .clear {
	display: block;
}

* html .clear {
	height: 1%;
}

/******************************************************************************
 * BUTTONS
 ******************************************************************************/


/******************************************************************************
 * PEOPLE PAGE
 ******************************************************************************/
.people .rotator .page-title {
	position: absolute;
	top: 80px;
	height: 68px;
}
.people .rotator .page-title h2 {
	display: block;
	background: #2a3150;
	color: #FFF;
	font-family: 'Novecentowide-Book';
	font-size: 29px;
	padding: 25px 7px 0px 20px;
	text-transform: uppercase;
	float: left;
	height: 43px;
	font-weight: normal;
	letter-spacing: 1px;
}
.people .rotator .page-title span {
	display: block;
	background: url("../images/mcdp_sprite.png") no-repeat scroll 0px -29px transparent;
	height: 68px;
	float: left;
	width: 30px;
}
.people .left-main {
	display: block;
	width: 200px;
	min-height: 10px;
	float: left;
}

.left-main .cat-item-current-vacancies {
	display: none;
}

.coporate .right-main .left-main {
	margin-bottom: 28px;
}

.primary-contacts {
	padding-bottom: 9px;
}
.primary-contacts {
	/*border-bottom: 1px solid #999;*/
}
.right-main .left-main {
	margin-bottom: 20px;
	
}
.people .right-main .left-main {
	float: none;
}
.profiles .right-main .left-main,
.single-profile .right-main .left-main {
	margin-bottom: 28px;
}
.page .right-main h2,
.category .right-main h2,
.archive .right-main h2,
.single .right-main h2 {
	margin-bottom: 15px !important;
}
.page .right-main h2,
.category .right-main h2,
.archive .right-main h2,
.single .right-main h2,
.left-main-tablet h2,
.people .right-main h2.title,
.people .left-main h2 {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 15px;
	font-family: 'PTSerif-Regular';
	padding: 14px 0;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 15px;
	font-style: normal;
	color: #333;
}

/* Tweet widget feed 
====================== */
.kebo_twitter_feed_widget {
	position: relative;
}
.kebo_twitter_feed_widget h2,
.widget_reallysimpletwitterwidget h2,
.pi_tweet_scroll h2 {
	background: url(../images/tw-icon.png) right center no-repeat;
}
.widget_reallysimpletwitterwidget .really_simple_twitter_widget,
.pi_tweet_scroll .tweets-list-container {
	color: #343434;
	font-style: italic;
	font-family: 'PTSerif-Regular';
	font-weight: bold;
	line-height: 18px;
}
.widget_reallysimpletwitterwidget .really_simple_twitter_widget a,
.pi_tweet_scroll .tweets-list-container a {
	color: #ec1a85;
}
.widget_reallysimpletwitterwidget .really_simple_twitter_widget li,
.pi_tweet_scroll .tweets-list-container ul li {
	border-bottom: 1px dashed #b4b8b9;
	margin-bottom: 16px;
}
.widget_reallysimpletwitterwidget .really_simple_twitter_widget li {
	padding-bottom: 16px;
}

span.twitter-timestamp {
	display: block;
	color: #989898;
	margin-top: 10px;
	text-transform: uppercase;
}


/* Kibo tweet 
================= */
.kebo-tweets .ktweet .kfooter {
	display: none;
}
.kebo-tweets .ktweet .kmeta .kaccount {
	display: none;
}

.kebo-tweets .ktweet .ktext {
	color: #343434;
	font-family: 'PTSerif-BoldItalic';
	line-height: 18px;
	margin-bottom: 10px !important;
	min-height: 0px !important;
}
.kebo-tweets .ktweet .ktext a {
	color: #ec1a85;
	text-transform: none;
	font-family: 'PTSerif-BoldItalic';
}
.kebo-tweets.list .ktweet {
	position: relative;
	border-bottom: 1px dashed #b4b8b9 !important;
	padding: 0 !important;
}
.kebo-tweets .ktweet .kmeta {
	padding-bottom: 22px;
}
.kebo-tweets .ktweet .kmeta a.kdate {
	float: left;
	color: #989898;
	margin-bottom: 17px;
	text-transform: uppercase;
	font-family: 'PTSerif-BoldItalic';
}



.btn-o,
a#follow-button {
	background: none;
	border: none;
}
.btn-o i,
a#follow-button i {
	display: none;
}
.people .right-main h2 {
	margin-bottom: 0px;
}
.profiles .right-main h2.title,
.single-profile .right-main h2.title {
	margin-bottom: 15px;
}
.coporate .right-main h2.title,
.right-main .primary-contacts h2.title {
	margin-bottom: 14px;
}
.right-main .recomment-item h1 {
	font-size: 18px;
	margin-top: 10px;
}
.right-main .recomment-item h2 {
	font-size: 16px;
	padding: 10px 0;
}
.right-main .recomment-item h3 {
	font-style: normal;
	color: #333;
	padding-bottom: 8px;
}
.page .right-main ul li,
.category .right-main ul li,
.archive .right-main ul li,
.single .right-main ul li,
.left-main-tablet ul li,
.people .left-main ul li {
	padding-bottom: 8px;
    
    /* change for ie, opera, etc
    line-height: 20px;*/
    
}
.page .right-main ul li a,
.category .right-main ul li a,
.archive .right-main ul li a,
.single .right-main ul li a {
	background: none !important;
	line-height: 16px !important;
}
.page .right-main ul li a,
.category .right-main ul li a,
.archive .right-main ul li a,
.single .right-main ul li a,
.left-main-tablet ul li a,
.people .left-main ul li a {
	font-size: 13px;
	font-family: 'PTSerif-Regular';
	text-transform: uppercase;
	background: url("../images/arrow-menu.png") no-repeat scroll right 7px transparent;
	padding-right: 10px;
	line-height: 12px;
}
.left-main ul li.active a {
	color: #F00A7F;
}
.search .main-content {
	width: auto !important;
}
.people .main-content {
	display: block;
	width: 596px;
	float: left;
	padding: 0 25px;
}
.partner .main-content,
.tax-profile-category .main-content {
	width: 612px;
	padding: 1px 10px 0 24px;
}
.partner .main-content {
	width: 612px;
}
.people .main-content h2.title {
	font-size: 24px;
	font-family: 'PTSerif-BoldItalic';
	color: #333;
	font-weight: normal;	
}

.main-content h2.title {
	line-height: 30px;
	margin-bottom: -7px;
	margin-top: -7px;
}

.main-content h3 i {
	display: block;
	padding-top: 12px;
}

.people .main-content h3 {
	margin-bottom: 26px;
	color: #333;
	font-size: 15px;
}
.accord-toggle {
	margin-bottom: 30px;
	margin-top: 30px;
	border-top: 1px solid #999;
}
.people .main-content h3.accord-toggle-title {
	margin-bottom: 0;	
}
h3.accord-toggle-title i {
	line-height: 24px;
}
.people .main-content strong {
	color: #333;
}
.people .main-content .accord-toggle-content strong {
	color: inherit;
}
.people .main-content strong.title_recommen {
	display: block;
	margin-bottom: -20px;
	margin-top: 10px;
}
.people .main-content h3 i {
	font-size: 15px;
	/*font-style: italic;*/
	font-family: 'PTSerif-Italic';
	font-weight: normal;
	line-height: 20px;
}
.people .main-content h3 strong i {
	font-weight: bold;
	font-size: 15px;
}
.people .main-content .entry-content {
	font-size: 13px;
	font-family: 'PTSerif-Regular';
	line-height: 20px;
}
.people .main-content .entry-content {
	line-height: 22px;
}
.partner .main-content .entry-content,
.tax-profile-category .main-content .entry-content {
	margin-top: 14px;
	float: left;
}
.coporate .main-content .contact-area {
	font-family: 'PTSerif-Regular';
	font-size: 13px;
	color: #333;
	margin-top: 27px;
}
.coporate .main-content .contact-area .contact-button {
	background: url(../images/contact-button-coporate.png) no-repeat;
	width: 92px;
	height: 28px;
	color: #FFF;
	font-family: 'PTSerif-BoldItalic';
	font-size: 13px;
	display: block;
	margin-top: 8px;
	padding: 6px 0px 0px 13px;
}
.main-content .area-practice {
	background: #eeeded;
	float: left;
	padding: 30px 0px 30px 35px;
	margin-top: 28px;
	color: #666666;
	font-size: 12px;
	line-height: 18px;
	font-family: 'PTSerif-Regular';
	width: 560px;
}
.main-content .area-practice a {
	color: #666666;
}
.main-content .area-practice h2 {
	font-size: 16px;
	font-family: 'PTSerif-BoldItalic';
	font-weight: normal;
	margin-bottom: 13px;
	color: #333333;
	text-transform: uppercase;
}
.main-content .area-practice ul,
.main-content .area-practice .column {
	float: left; 
	width: 235px;	
	margin-right: 20px;
}
.main-content .area-practice ul li {
	float: left;
	width: 240px;
	line-height: 18px;
}
.people .main-content .entry-content p {
	margin: 20px 0;
	color: #414141;
	text-align: justify;
}
.people .main-content .search {
	background: #313c69;
	height: 29px;
	padding: 7px 8px;
	margin-top: 33px;
}

.category.people .main-content .search {
	margin-top: 0;
}

.partner .main-content .search,
.tax-profile-category .main-content .search {
	margin-top: 2px;
	width: 574px;
}
.people .main-content .search {
	width: 574px;
}
.people .main-content .search span {
	float: left;
	padding: 6px 10px;
	color: #FFF;
	font-family: 'PTSerif-Italic';
	font-size: 13px;
}
.jqTransformSelectWrapper span {
	color: #999 !important;
}
.people .main-content .search .search-browsename {
	float: left;
	width: 271px;
}
.people .main-content .search select,
.people .main-content .search input.search-field {
	width: 232px;
	border: none;
	float:left;
	font-size: 13px;
	font-family: 'PTSerif-Italic';
	height: 29px;
	line-height: 29px;
	padding-left: 8px;
	padding-right: 0 !important;
	padding-top: 0;
	padding-bottom: 0;
}
.people .main-content .search .search-submit {
	background: url("../images/search-box.svg") no-repeat;
	border: none;
	height: 29px;
	width: 30px;
	cursor: pointer;
	text-indent: -9999px;
	padding-bottom: 2px;
}
.people .main-content .search .select-button {
	background: url("../images/people-go.svg") no-repeat;
	border: none;
	height: 29px;
	width: 30px;
	cursor: pointer;
	color: #FFF;
	font-family: 'PTSerif-Italic';
	padding-bottom: 3px;
}
.people .right-main {
	width: 200px;
	float: left;
}
.people .right-main .recomment-item {
	font-size: 13px;
	font-family: 'PTSerif-Regular';
	font-style: italic;
	font-weight: normal;
	color: #666;
	margin-bottom: 10px;
}
.coporate .right-main .recomment-item {
	margin-bottom: 19px;
}
.profiles .right-main .recomment-item,
.single-profile .right-main .recomment-item {
	margin-bottom: 33px;
}
.profiles .right-main .recomment-item,
.single-profile .right-main .recomment-item {
	font-style: normal;
}
.accord-toggle-content ul li,
.profiles .right-main .recomment-item ul li,
.single-profile .right-main .recomment-item ul li {
	line-height: 20px;
	background: url(../images/li-bg.jpg) no-repeat 0px 9px;
	padding-left: 10px;
}
.area-practice ul li {
	line-height: 20px;
	background: url(../images/li-bg.jpg) no-repeat 0px 8px;
	padding-left: 10px;
}
.right-main .recomment-item ul {
	margin: 10px 0;
}
.right-main .recomment-item ol li {
	line-height: 20px;
    list-style-type: decimal;
    margin-left: 18px;
	/*font-style: normal;*/
}
.accord-toggle-content ol li,
.area-practice ol li,
.profiles .right-main .recomment-item ol li,
.single-profile .right-main .recomment-item ol li {
	list-style-type: decimal;
	margin-left: 18px;
}
.accord-toggle-content ul li a,
.area-practice ul li a,
.profiles .right-main .recomment-item ul li a,
.single-profile .right-main .recomment-item ul li a {
	display: block;
}
.accord-toggle-content ul li a span,
.area-practice ul li a span {
	color: #666;
	font-size: 13px;
	font-family: 'PTSerif-Regular';
}
.area-practice ul li a span,
.profiles .right-main .recomment-item ul li a span,
.single-profile .right-main .recomment-item ul li a span {
	font-family: 'PTSerif-Regular';
	color: #666;
}
.area-practice ul li a span {
	font-size: 12px;
}
.profiles .right-main .recomment-item a,
.single-profile .right-main .recomment-item a {
	color: #313c69;
}
.profiles .right-main .recomment-item a.download-vcard,
.single-profile .right-main .recomment-item a.download-vcard {
	display: block;
	background: url(../images/download-vcard.png) no-repeat;
	width: 140px;
	height: 23px;
	color: #FFF;
	margin-top: 7px;
	font-family: 'PTSerif-Regular';
	padding: 5px 0px 0px 10px;
}
.people .right-main .recomment-item h3.title {
	font-style: normal;
	padding: 15px 0 12px 0px;
/* 	font-weight: normal; */
	font-family: 'PTSerif-Bold';
	font-size: 13px;
	color: #333;
	
}
.coporate .right-main .recomment-item h3 {
	padding: 2px 0 9px 0px;
}

.people .right-main .recomment-item p {
	line-height: 18px;
}
.coporate .right-main .recomment-item p {
	line-height: 19px;
}

/* Profiles page */
.profiles-item {
	width: 190px;
	float: left;
	margin-right: 11px;
	cursor: pointer;
	position: relative;
	margin-bottom: 24px;
}

.profiles-item img {
	min-width: 190px;
}

.partner .main-content h3,
.tax-profile-category .main-content h3 {
	font-family: 'PTSerif-Regular';
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0 !important;
    margin-top: 3px;
    padding-left: 2px;
    text-transform: uppercase;
}
.profiles-content a span {
	font-size: 12px;
	font-family: 'PTSerif-Regular';
	padding-left: 2px;
}
.partner .main-content h3 a span,
.tax-profile-category .main-content h3 a span {
	font-size: 12px;
}
a.view-more-hidden {
	position: absolute;
	top: 0px;
	color: #FFF;
	font-family: 'PTSerif-BoldItalic';
	font-size: 13px;
	left: 0px;
	display: none;
	width: 190px;
	height: 136px;
}
.profiles-img:hover a.view-more-hidden {
	display: block;
}
.right-main .recomment-item a:hover {
	color: #F00A7F;
}
a.view-more-hidden:hover {
	background: url(../images/partner-hover.png) repeat;
	color: #FFF !important;
}
a.download-vcard:hover {	
	color: #FFF !important;
}
a.view-more-hidden span {
	position: absolute;
	top: 60px;
	left: 60px;
}

/* Accordion */
.accord-toggle .accord-toggle-items .accord-toggle-title {
	font-family: 'PTSerif-Italic';
	color: #313c69;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #999;
	cursor: pointer;
	background: url("../images/inactive-toggle.jpg") no-repeat scroll 570px 16px transparent;
	padding: 9px 0 12px 12px;
}
.accord-toggle .accord-toggle-items .active {
	background: url("../images/active-toggle.jpg") no-repeat scroll 570px 21px transparent;
	border-bottom: none;
	padding-bottom: 0px;
}
.accord-toggle .accord-toggle-items .accord-toggle-content {
	display: none;
	background: #eeeded;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	padding: 10px 37px 30px 37px;
	margin-top: 12px;
	overflow: hidden;
}
.accord-toggle .accord-toggle-items .accord-toggle-content p {
	margin: 13px 0px 20px 0px;
	font-family: 'PTSerif-Regular';
    font-size: 13px;
    line-height: 20px;
}

/* News Insight page */
.news-insight {
	margin-top: 27px;
} 
.news-insight .news-insight-item {
/* 	border-bottom: 1px solid #c6c6c6; */
	border-top: 1px solid #c6c6c6;
	padding: 13px 0;
	line-height: 19px;
}
.news-insight .news-insight-item h2.news-title a {
	font-size: 13px;
	font-family: 'PTSerif-Bold';
	font-weight: normal;
}
.news-insight .news-insight-item span.post-date {
	font-family: 'PTSerif-Italic';
	font-size: 13px;
}
.news-insight .news-insight-item p {
	font-size: 13px;
	font-family: 'PTSerif-Regular';
	color: #333333;
}
.news-insight .news-insight-item p.author {
	font-family: 'PTSerif-Italic';
}

#pbd-alp-load-posts {
	clear: both;
}

.news-insight div.load-more,
#pbd-alp-load-posts {
	border-top: 1px solid #c6c6c6;
	padding-top: 21px;
}
.news-insight div.load-more input,
#pbd-alp-load-posts a, 
#pbd-alp-load-posts a:visited{
	display: block;
	background: url(../images/loadmore-bg.png) repeat;
	width: 100%;
	height: 43px;
	line-height: 43px;
	border: none;
	border-radius: 2px;
	color: #FFF;
	font-family: 'PTSerif-BoldItalic';
	font-size: 13px;
	cursor: pointer;
	text-align: center;
	
}

.contact-area p {
	font-size: 13px;
	color: #333;
	font-family: 'PTSerif-Regular';
}

.contact-area a.contact-button { 
	background: url("../images/contact-button-coporate.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
    display: block;
    font-family: 'PTSerif-BoldItalic';
    font-size: 13px;
    height: 28px;
    margin-top: 8px;
    padding: 6px 0 0 13px;
    width: 92px;
	
}
.entry-content h1 {
	color: #222;
	font-size: 18px;
}
.entry-content h2 {
	color: #222;
	font-size: 16px;
}
.entry-content h3 {
	color: #222;
	font-size: 14px;
}
.entry-content h3 {
	color: #222;
	font-size: 13px;
}
.entry-content ul li {
	background: url("../images/li-bg.jpg") no-repeat scroll 0 8px transparent;
	line-height: 20px;
    padding-left: 10px;
}

.entry-content>ul.wsp-pages-list>li>ul>li {
	background-image: url("../images/li-bg1.jpg");
}

.entry-content>ul.wsp-pages-list>li>ul>li>ul>li {
	background-image: url("../images/li-bg2.jpg");
}

.entry-content ol li {
	list-style-type: decimal;
	line-height: 20px;
    margin-left: 18px;
}
.entry-content ol ol li,
.entry-content ul ul li {
	margin-left: 30px;
}
.entry-content strong {
	font-family: 'PTSerif-Bold';
}
.entry-content blockquote {
	background: url("../images/left_comma.png") no-repeat;
	padding: 0px 20px;
}
.entry-content blockquote p {
	background: url("../images/right_comma.png") no-repeat scroll right bottom transparent;
	display: inline;
    padding-right: 20px;
}
.attachment-profile-picture-thumbnail-mobile,
#footer .mobile,
div.span-last .mobile,
.rotate-mobile,
.left-main-tablet,
#header a.mobile-version,
.rotate-tablet,
#footer .tablet {
	display: none;
}
.search-box-tablet,
#main-nav-mobi,
.news-insight .hidden {
	display: none;
}
.error404 #content {
	font-family: 'PTSerif-Regular';
	margin-bottom: 20px;
}
.error404 #content h1 {
	font-size: 18px;
	color: #333;
	padding-bottom: 15px;
}
body.error404 div#wrapper div#content p#pbd-alp-load-posts{
    display: none!important;
}
/* Hack CSS Opera */
doesnotexist:-o-prefocus, .search-box .search-btn {
  	background: url("../images/people-search.png") no-repeat scroll 0 2px transparent;
	height: 30px;
}
doesnotexist:-o-prefocus, .search-box .serch-field {
	height: 26px;
}

/* UI Tabs */
.qnav .ui-state-default a{
	background: #fff;
}
.qtabs .ui-tabs-selected,
.qtabs .ui-tabs-panel{
	background: #fcfcfc;
}

/* Contact form 7 */
.wpcf7 {
	display: block;
	position: relative;
	padding-top: 5px !important;
	padding-left: 5px !important;
}
.wpcf7 div {
	position: relative;
	margin-bottom: 8px;
}
.wpcf7 div#img-cap span {
	background: url("../images/bg-captcha.jpg") no-repeat;
	display: block;
	width: 200px;
	height: 50px;
}
.wpcf7 div#img-cap img {
	position: absolute;
    top: 14px;
}

.nsu-letter-form input
,.wpcf7 div textarea,
.wpcf7 div input {
	background: url("../images/mcdp_sprite.png") no-repeat scroll -109px -21px transparent;
	border: 1px solid #DDD;
	height: 31px;
	border-radius: 4px;
	padding-left: 10px;
	width: 345px;
	font-size: 14px;
	font-family: 'PTSerif-Regular';
	color: #999 !important;
	border-top: none;
}
.wpcf7 div p {
	top: 7px !important;
}
.nsu-letter-form form div {
	position: relative;
	margin-bottom: 8px;
	float: left;
}
.nsu-letter-form div.contact-submit input,
.wpcf7 div input.wpcf7-submit {
	background: url("../images/contact-button-coporate.png") no-repeat scroll 0 3px transparent;
	width: 92px!important;
	height: 31px;
	border: none;
	color: #FFF !important;
	font-family: 'PTSerif-BoldItalic';
	font-size: 13px;
	padding-left: 4px;
	cursor: pointer;
}
.error-text {
	color: #F00;
	font-size: 12px;
}
.email-message-success {
	font-size: 15px;
	color: #339966;
	font-family: 'PTSerif-BoldItalic';
	margin-top: 15px;
}

ul.wsp-pages-list,
ul.wsp-pages-list,
ul.wsp-posts-list,
ul.wsp-posts-list {
	margin: 5px 0 20px 0;
}

ul.wsp-pages-list ul,
ul.wsp-posts-list ul {
	margin: 5px 0;
}

ul.wsp-pages-list ul li,
ul.wsp-posts-list ul li {
	margin-left: 10px;
}

.wsp-pages-list .current_page_item a {
	color: #313C69;
}

.nsu-letter-form .captcha-txt input {
	width: 141px;
}
.wpcf7 div input.wpcf7-captchar {
	width: 152px;
}
.wpcf7 div textarea {
	padding-top: 10px;
    height: 100px; 
	resize: none;
}
.nsu-letter-form {
	padding-top: 4px;
	padding-left: 4px;
}
.nsu-letter-form div p,
.wpcf7 div p {
	left: 10px;
    margin: 0 auto !important;
    position: absolute;
    top: 10px;
	font-size: 14px;
	font-family: 'PTSerif-Regular';
	color: #999 !important;
	z-index: 40;
}
.nsu-letter-form p span,
.wpcf7 div p span {
	color: #f00c7f;
}
.wpcf7 div.captcha-img {
	width: 144px;
	padding-left: 50px;
	float: left;
}
.wpcf7 div.captcha-txt {
	width: 152px;
	float: left;
}
.nsu-letter-form div.contact-submit,
.wpcf7 div.contact-submit {
	clear: both;
}
.nsu-letter-form div.contact-submit {
	margin-top: 20px;
}

.main-content .entry-content p .contact-twitter,
.main-content .entry-content p .contact-linkedin {
	margin: 1px 5px -5px 0;
}
.nsu-letter-form input,
span.wpcf7-form-control-wrap {
	z-index: 50;
	position: relative;
}

.list-item-nsu {
	border-bottom: 1px solid #cacaca;
	border-top: 1px solid #cacaca;
	padding: 22px 0 12px;
	width: 570px;
	margin: 7px 0 20px 0 !important;
	font-size: 13px;
	font-family: 'PTSerif-Regular';
	color: #666;
}
.list-item-nsu .list-item-nsu-col {
	width: 240px;
	margin-top: 18px;
	text-transform: uppercase;
	font-size: 13px;
}
.list-item-nsu .list-item-nsu-col input {
	width: 10px;
	height: auto;
	margin-bottom: 8px;
}
.nsu-letter-form img {
	float: left;
}

/* Validate contact form */
.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
	top: -3px;
	padding: 1px 6px;
	left: 366px;
	width: 151px;
}
.wpcf7 div.captcha-txt span.wpcf7-not-valid-tip {
	width: 170px;
	left: 160px;
}
.wpcf7 div.your-message span.wpcf7-not-valid-tip {
    left: 356px;
	top: -90px;
}
div.wpcf7-validation-errors {
	width: 424px !important;
	border: 2px solid #F00;
}
div.wpcf7-mail-sent-ok {
	width: 260px !important;
}
/*.nsu-letter-form input, */
.wpcf7 div textarea, 
.wpcf7 div input
body.search .main-content{
/* 	width: auto; */
}
.span-last p.title {
	background: none repeat scroll 0 0 #E1E1E1;
    color: #333333;
    font-family: 'PTSerif-Regular';
    font-size: 15px;
    height: 47px;
    line-height: 48px;
    padding: 0 21px;
    text-transform: uppercase;
}
span.news-date a {
	font-family: 'PTSerif-Regular';
}

/* MailPress form */

.MailPress p {margin:5px 0!important;}

.MailPress input[type='text'] {
	background: url("../images/mcdp_sprite.png") no-repeat scroll -109px -21px transparent;
	border: 1px solid #DDD;
	height: 31px;
	border-radius: 4px;
	padding-left: 10px;
	width: 320px;
	font-size: 14px;
	font-family: 'PTSerif-Regular';
	color: #999 !important;
	border-top: none;
	margin-bottom: 10px;
}

.MailPress select {
	background: url("../images/mcdp_sprite.png") no-repeat scroll -109px -21px transparent;
	border: 1px solid #DDD;
	height: 31px;
	border-radius: 4px;
	padding-left: 10px;
	width: 215px;
	font-size: 14px;
	font-family: 'PTSerif-Regular';
	color: #999 !important;
	border-top: none;
	margin-bottom: 10px;
}

.MailPress input[type='submit'] {
	background: url("../images/contact-button-coporate.png") no-repeat scroll 0 3px transparent;
	width: 92px!important;
	height: 34px;
	border: none;
	color: #FFF !important;
	font-family: 'PTSerif-BoldItalic';
	font-size: 13px;
	padding-left: 4px;
	cursor: pointer;
}

.MailPress form ul li {
	padding:0;
	list-style: none;
	background: none;
}

.MailPress-manager form h3 {
	margin-bottom: 10px!important;
}

.MailPress .keep_newsletter {
	display: none;
}

.MailPress .keep_newsletter label {
	margin-left: 4px;
	margin-top: -1px;
	text-transform: uppercase;
	cursor: pointer;
}

.MailPress .keep_newsletter ul li {
	display: inline-block;
	margin-right: 15px;
}

.MailPress-manager #mp_mail_links_mailinglists, 
.MailPress-manager #mp_mail_links_newsletters {
	display: none;
}

.mr_social_sharing a.subscribe {
	background: url("../images/contact-button-coporate-small.png") no-repeat center center;
    color: #FFF !important;
    font-family: 'PTSerif-BoldItalic';
    font-size: 12px;
    cursor: pointer;
    height: 20px;
    display: block;
    line-height: 20px;
    width: 66px;
    text-align: center;
}

/**********************************************************/
/* Cross browser Contact page template for all instear ie */
/**********************************************************/

/*************************************************************/
/* Cross browser Newletters page template for all instear ie */
/*************************************************************/
/**** Hack space: ie - safari ****/
.list-item-nsu-col.jqtransformdone > label.value-checkbox {
    margin-top: -1px;
    margin-bottom: -3px;
    padding-left: 23px;
    display: block;
}
/**** hack safari + chrome ***/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .nsu-letter-form div.contact-submit input{
        padding-top: 4px;
    }
}
/**** hack opera *****/
doesnotexist:-o-prefocus, .nsu-letter-form div.contact-submit input{
        padding-top: 4px;
}
/****** change search placeholder ****/
div.search-box p{
    position: absolute;
    top: 29px;
    left: 32px;
    font-size: 13px;
    font-family: 'PTSerif-Italic';
    color: #999 !important;
}
div.news-letter{
    position: relative;
	margin-right: 0px;
	margin-top: 15px;
}
.home div.news-letter {
	margin-top: 35px;
}
div.news-letter p{
    position: absolute;
    top: 5px;
    left: 127px;
    font-size: 11px;
    font-family: 'PTSerif-Italic';
    color: #999 !important;
}
.people .main-content .search .search-browsename{
    position: relative;
}
.people .main-content .search .search-browsename p{
    position: absolute;
    top: 7px;
    left: 9px;
    font-size: 13px;
    font-family: 'PTSerif-Italic';
    color: #999 !important;
}


/* Blog category page 
==================== */
.category-blog .post-date {
	border: 1px solid #c6d4dd;
	display: block;
	width: 53px;
	height: 47px;
	background: #e9efef;
	text-align: center;
	float: left;
	margin-right: 16px;
	padding-top: 8px;
	text-transform: uppercase;
	color: #313C69;
	border-bottom: 2px solid #C6D4DD;
	font-family: 'PTSerif-Regular';
}
.single .post-date {
	border: 1px solid #c6d4dd;
	display: block;
	background: #e9efef;
	text-align: center;
	padding-top: 8px;
	text-transform: uppercase;
	color: #313C69;	
	float: right;
	border-bottom: 2px solid #C6D4DD;
	margin-right: 27px;
	width: 63px;
	height: 56px;
	font-family: 'PTSerif-Regular';	
}
.single .post-date .date-month {
	font-size: 20px;
	display: block;
	margin-top: 4px;
	margin-bottom: 5px;
}
.single .post-date .date-year {
	font-size: 11px;
}
.news-insight-item .post-date .date-month {
	font-size: 21px;
}
.author {
	font-family: 'PTSerif-Italic';
}
.single .author span {
	color: #e91385;
}
.archive .author span {
	color: #A2B7B7;
}
.single .entry-blog {
	padding-top: 5px;
}
.entry-content {
	position: relative;
}
.entry-content > ul#socialbuttonnav {
	display: block;
    width: 100%;
    padding-bottom: 68px;
    margin-top: -25px;
}
.entry-content > ul#socialbuttonnav li {
	padding-right: 30px;
	height: auto;
	width: 100px;
}


/* Nav single post
=================== */
#post-nav {
	display: block;
	height: 45px;
	border: 1px solid #e0e0e0;
	width: 100%;
	margin-top: 40px;
}
#post-nav span {
	display: block;
	width: 78px;
	height: 45px;
	float: left;
	border-right: 1px solid #e0e0e0;
	text-align: center;
}
#post-nav span.post-nav-previous a {
	background: url(../images/home-prev.png) no-repeat scroll 6px 18px;
	font-family: 'ptserif-regular';
}
#post-nav span.post-nav-next a {
	background: url("../images/home-next.png") no-repeat scroll 60px 18px;
}
#post-nav span.post-nav-next {
	float: right;
	border-left: 1px solid #e0e0e0;
	border-right: none;
}
#post-nav span a {
	display: block;
	padding-top: 15px;
	
}
.social_post_share {
	position: relative;
	margin-top: 10px;	
}

.google-plus-share {
	display: block;
	position: relative;
	border: 1px solid #F00;
	float: left;
}

.my_custom_googleplusone{
	overflow: hidden;
	background-image: url(../images/social-gplus-share.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 68px;
	position: absolute;
	pointer-events: none;
	top: -2px;
	left: 163px;
	z-index: 2;
}
.my_custom_googleplusone:hover{
	visibility: hidden;
}

.hideMe {
	height: 30px;
	width: 48px;
	overflow: hidden;
	position: absolute;
	padding-left: 8px;
	padding-top: 5px;
	top: -2px;
	left: 164px;
	z-index: 1; !important
}
.tw-share {
	width: 80px;
}
.tw-share-content {
	margin-left: 17px; 
	float: left; 
	margin-top: 6px;
}

.linkin-share {
	position: absolute;
	left: 81px;
}


/* Home page slider new/blog 
===================== */
.wrapper-outer-news {
	height: 260px;
}

.news-item-nav {
	border: 1px solid #e1e1e1;
	height: 30px;
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding-top: 14px;
	padding-left: 23px;
	margin-top: 6px;
	background: url(../images/view-all-news-bg.png) no-repeat;
}
.news-item-nav a {
	text-transform: uppercase;
	color: #EA2782;
	font-family: 'PTSerif-Italic';
	/*font-style: italic;*/
}
.rotator-nav-slider #prev1 {
	background: url(../images/home-prev.png) no-repeat;
	margin-top: 20px;
	margin-left: 30px;
}
.rotator-nav-slider #next1 {
	background: url(../images/home-next.png) no-repeat;
	margin-top: 20px;
	margin-right: 14px;
}
.rotator-nav-slider span#count {
	position: absolute;
	top: 18px;
	font-family: 'PTSerif-Bold';
	color: #313C69;
	left: 47px;
}
.wrapper-news-item {
	display: none;
}
.wrapper-news-item .news-item {
	width: 470px;
}
.linkedincount {
	/*background: url(../images/linkedin-counter.png) no-repeat;*/
	height: 16px;
    padding-top: 5px !important;
    border: 1px solid #BBBBBB !important;
}
.linkin-share i,
.linkin-share u {
	position: absolute;
	zoom: 1;
	line-height: 0;
	width: 0;
	height: 0;
	left: 79px;
	top: 50%;
	margin: -4px 0 0 -4px;
	border: 4px transparent solid;
	border-right-color: #aaa;
	border-left: 0;
}
.linkin-share u {
	border-right-color: #FFF;
	margin-left: -3px;
}
.link-tw-widget {
	display: block;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 8px;
	right: 0px;
}

.widget_ex_attachments .ex-attachments ul li {
	background: url(../images/logo-download.png) no-repeat scroll 0 2px;
	padding-left: 18px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 

    /* Safari only override */
    ::i-block-chrome,.search-browsename {
		width: 271px;
	}
}


.entry-content .responsive-accordion li{
	background: none !important;
	margin: 0;
	padding-left: 0;
}

.responsive-accordion-head{
	background: #e6e6f0;
	padding-top: 17px;
	padding-bottom: 17px;
	padding-left: 17px;
	color: #2f3b6d;
	margin-top: 20px;
	position: relative;
	font-weight: bold;
	font-size: 15px;
	margin: 2px 0;
	padding-right: 35px;
}

.responsive-accordion-head.active{
	background: #ec1e82;
	padding-top: 17px;
	padding-bottom: 17px;
	padding-left: 17px;
	color: #ffffff;
}

.responsive-accordion-panel{
	background: #fff;
	padding: 20px 17px;
	color: #333;
}

.responsive-accordion-panel a{
	color: #F00A7F;
}

.accordion-section-container{
	margin-top: 30px;
}

.fa-fw{
	position: absolute;
	right: 15px;
	top: 19px;
}

.id-links li{
	display: inline-block;
	margin-right: 21px;
	background: none !important;
	padding-left: 0 !important;
	text-transform: uppercase;
}

.people .main-content .search .search-browsename p {
    position: absolute;
    top: 7px;
    left: 9px;
    font-size: 13px;
    font-family: 'PTSerif-Italic';
    color: #999 !important;
    max-width: 224px;
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*#navigation #megaMenu > ul.megaMenu > li > ul.sub-menu > li > ul.sub-menu li .barrister-menu {
	display: none !important;
}*/

