body, html {
	margin: 0 auto;
	text-align: center;
	overflow-x: hidden;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	line-height: 1.6;
	font-size: 16px;
}

html {
	background: #eee;
}

body {
	width: 1650px;
	overflow-x: hidden;
	background: #fff;
}

header {
	position: absolute;
	left: 0;
	top: 0;
	padding: 25px 0;
	width: 100%;
	background: transparent;
	z-index: 100;
}

header.fixed {
	position: fixed;
	width: 1650px;
	left: 50%;
	height: 50px;
	margin-left: -825px;
	background: rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	padding: 10px 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0.5rem 0;
}

section,
footer {
	position: relative;
	width: 100%;
}

table {
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.15);
	padding: 7px;
}

table,
tbody,
td {
	border: 0;
}

tr {
	border-top: 1px #eee solid;
}

td {
	padding: 5px 10px;
}

.logo {
	float: left;
	text-align: left;
	margin-top: 3px;
}
.logo a {
	text-decoration: none;
	outline: 0;
}
.logo img,
.logo div,
.menu,
.ico,
.link-component img,
.link-component span,
.article-link img,
.article-link span,
.search-bar input,
.search-bar .sb,
.older img,
.older span,
.tb,
.tb-link img,
.tb-link span,
.btn-component img,
.btn-component span {
	display: inline-block;
	vertical-align: middle;
}

.logo img {
	width: 45px;
	height: auto;
}

.logo div {
	margin-top: -5px;
}

.logo div span {
	font-size: 18px;
	color: #fff;
	margin-top: 0;
	margin-left: 15px;
	font-weight: 700;
}

.logo a div span {
	color: #fff;
}

span.hide {
	display: none;
}

.menu-ico {
	display: none;
	text-align: right;
	z-index: 2003;
	position: relative;
}
.menu-ico .header-menu {
	padding-left: 15px;
}
.menu {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 13px;
	margin-top: -2px;
	padding: 0 10px 0 0;
	display: none;
}

.menu a,
a .menu,
.menu-ico a,
.menu-hidden a {
	color: #ccc;
	text-decoration: none;
}
.menu-ico a {
	margin: 15px 0;
}

.multiple-links .link-component {
	display: inline-block;
	vertical-align: top;
	padding-right: 15px;
}

.arrange .multiple-links .link-component a {
	color: #000;
}

.menu-hidden {
	position: relative;
	float: right;
	margin-top: -3px;
	margin-right: 20px;
	z-index: 10;
}

.menu-hidden ul li {
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 1px;
	position: relative;
}

.menu-hidden ul li a {
	color: #fff;
	font-size: 16px;
	padding: 0 0 2px;
	margin: 0 10px;
	border-bottom: 1px transparent solid;
}

.menu-hidden ul li a:hover {
	border-bottom: 1px #fff solid;
	transition: 400ms;
}

.menu-hidden ul.public-menu li {
	padding-bottom: 1px;
}

.menu-hidden ul li .sub-nav {
	display: none;
}

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

.menu-hidden ul li.menu-item-has-children:hover {
	color: #fff;
	background: #333;
}

.menu-hidden ul li.menu-item-has-children:hover a {
	color: #fff;
}

.menu-hidden ul li.menu-item-has-children:hover ul li a {
	color: #fff;
	margin: 0;
	border-bottom: none;
}

.sub-nav {
	position: absolute;
	background: #333;
	width: 240px;
	padding: 1px 1px;
	top: 22px;
	margin-left: -3px;
	box-sizing: border-box;
	left: 3px;
	z-index: 10;
	display: none;
}

.sub-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sn-icon,
.sn-links {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}

.sn-icon {
	width: 1px;
	height: 1px;
}

.nav-services .sn-icon {
	background: url('/wpblog/wp-content/themes/advanced-psychology/Assets/img/menu/services.svg') no-repeat center center;
	background-size: cover;
}

.nav-about .sn-icon {
	background: url('/wpblog/wp-content/themes/advanced-psychology/Assets/img/menu/about.svg') no-repeat center center;
	background-size: cover;
}

.nav-resources .sn-icon {
	background: url('/wpblog/wp-content/themes/advanced-psychology/Assets/img/menu/resources.svg') no-repeat center center;
	background-size: cover;
}

.sn-links {
	width: calc(100% - 1px);
}

.sn-links ul li {
	width: 100%;

}

.sn-links ul li a {
	color: #fff;
	text-align: left;
	display: block;
	box-sizing: border-box;
	padding: 5px 0 5px 10px;
	transition: 400ms;
}

.sn-links ul li a:hover {
	background: #292929;
	transition: 400ms;
}

.ico {
	width: 20px;
	margin-top: -3px;
}

.ico div {
	position: relative;
	width: 100%;
	height: 3px;
	background-color: #fff;
	margin-bottom: 3px;
}

.ico.close {
	margin-top: 3px;
	order: 2;
	display: none;
}

.ico.close div:nth-child(1) {
	margin-top: 3px;
	transform: rotate(45deg);
}

.ico.close div:nth-child(2) {
	margin-top: -6px;
	transform: rotate(-45deg);
}

.ico.close div:nth-child(3) {
	opacity: 0;
}

.page-wrap,
.single-wrap {
	position: relative;
	width: 1550px;
	margin: 0 auto;
	padding: 1px 0;
}

.header-splash,
.inner-splash {
	position: relative;
	height: 65vh;
	display: block;
	width: 100%;
	background-size: cover !important;
}

.inner-splash {
	height: 45vh;
}

.content.no-menu {
	padding-top: 35px;
}

.filter {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.33);
}

.splash-box {
	position: absolute;
	bottom: 100px;
	width: 100%;
	text-align: center;
	color: #fff;
}

.splash-box .page-wrap {
	text-align: left;
	width: 90%;
	font-size: 20px;
}

.splash-box p a {
	color: #fff;
	text-decoration: none;
}

.splash-box .page-wrap h1 {
	font-size: 33px;
	margin-bottom: -16px;
	text-transform: capitalize;
}

.link-component {
	margin-top: -5px;
}

.link-component a,
.tb-link span {
	color: #fff;
	text-decoration: underline;
}

.link-component img,
.article-link img,
.tb-link img {
	width: 27px;
	height: auto;
}

.link-component span,
.article-link a span,
.tb-link span {
	border-bottom: 1px #fff solid;
	padding: 0 0 0 0;
	margin-left: 7px;
	font-size: 13px;
	font-family: 'Gothic A1', "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.article-link a span {
	color: #000;
	padding-top: 2px;
	border-bottom: 1px #000 solid;
}

.col {
	display: inline-block;
	vertical-align: top;
}

.col.left {
	width: calc(100% - 300px);
}

.col.left.landing {
	width: 100%;
}

.col.right {
	width: 300px;
}

.right-bar {
	position: relative;
	width: 100%;
	background: #f7f7f3;
	padding: 10px 25px;
	box-sizing: border-box;
	text-align: left;
}

.pop-tags {
	padding: 45px 0;
}

.pop-tags a {
	color: #111;
	text-transform: uppercase;
	font-family: 'Gothic A1', "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 15px 15px 0 15px;
	padding: 10px 0 7px;
	text-decoration: none;
	border-bottom: 1px #fff solid;
	box-sizing: border-box;
	transition: 400ms;
	font-weight: 700;
}
.pop-tags li.current-menu-item a,
.pop-tags a.current-cat {
	border-bottom: 1px #000 solid;
}

.pop-tags a:hover {
	border-bottom: 1px #000 solid;
	transition: 400ms;
}

.pop-tags ul li {
	display: inline-block;
	vertical-align: middle;
	list-style-type: none;
	list-style-image: none;
}

.pop-tags {
	margin: 0;
	padding: 0;
}

.pop-tags ul li {
	display: inline-block;
	vertical-align: middle;
	list-style: none;
	min-width: 18%;
	font-size: 16px;
}

#menu-tags-menu li {
	min-width: auto;
}

#menu-assessments-menu {
	padding: 0;
}

.pop-tags li.current-menu-item a {
	border-bottom: none;
	color: #fff;
}

.pop-tags li.current-menu-item {
	background: #31788C;
}



.pop-tags a:before {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	content: "\f0da";
	margin-right: 5px;
}

.pop-tags a:hover,
.pop-tags a:active,
.pop-tags a:focus {
	color: #31788C;
	border-bottom: none;
}

/*
.pop-tags a:first-child {
  padding-left:0;
}
.pop-tags a:last-child {
  padding-right:0;
}*/

.article {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	padding: 0 25px 25px 0;
	transition: 0ms;
}

.left-image-float {
	float: left;
	margin: 15px 15px 15px 0;
}

.article-img {
	position: relative;
	width: 100%;
	height: 350px;
	background-size: cover !important;
}

.article .article-img {
	margin-top: 0;
	transition: 400ms;
}

.article:hover {
	position: relative;
	z-index: 5;
}

.article:hover .article-img {
	transform: scale(1.02);
	margin-top: -15px;
	margin-bottom: 15px;
	transition: 400ms;
}

.article-txt {
	position: relative;
	margin-top: -100px;
	margin-left: 15px;
	background: #fff;
	width: 80%;
	text-align: left;
	box-sizing: border-box;
	padding: 20px;
	border-left: 5px #ddd solid;
	transition: 400ms;
}

.article.pop-action:hover .article-img {
	margin-bottom: 0;
}

.article.pop-action:hover .article-txt {
	margin-left: 15px;
}

.article .article-txt .article-link img,
.link-component img,
.search-bar img,
.older img,
.tb-link img,
.btn-component img {
	transform: rotate(0deg);
	transition: 400ms;
}

.article .article-txt:hover .article-link img,
.link-component:hover img,
.search-bar:hover img,
.tb:hover .tb-link img,
.btn-component:hover img {
	transform: rotate(-90deg);
	transition: 400ms;
}

.article.side {
	display: block;
	width: 100%;
	padding: 0 0 25px 0;
}

.colour-0 {
	border-color: #73a0b4;
}

.colour-1 {
	border-color: #de936e;
}

.colour-2 {
	border-color: #96b6ab;
}

.article-txt h3 a {
	color: #000;
	font-size: 20px;
	text-decoration: none;
	line-height: 1;
}

.author {
}

.article-txt p {
	font-size: 13px;
	line-height: 20px;
}

.article-txt.side h3 {
	margin-bottom: -7px;
}

.article-txt.side h3 a {
	font-size: 18px;
}

.article-txt.side p {
	font-size: 12px;
	line-height: 16px;
}

.article.side .article-link img {
	width: 20px;
	height: auto;
}

.popular {
	background: #73a0b4;
	color: #fff;
	min-height: 250px;
	margin: 40px 0 50px;
	text-align: left;
}

.popular h3 {
	text-transform: uppercase;
}

.pop-articles {
	text-align: center;
}

.article.pop {
	width: 25%;
	margin: 0;
}

.article.pop .article-img {
	height: 220px;
}

.article.pop .article-txt {
	margin-top: -110px;
	padding: 10px;
}

.article.pop .article-txt h3 a {
	font-size: 14px;
	display: block;
	height: 28px;
	padding: 0;
	text-transform: none;
	margin-top: -10px;
	line-height: 1;
}

.article.pop .article-txt {
	border-left: 0;
	width: calc(100% - 30px);
}

.article.pop .article-txt .article-link span {
	opacity: 1;
	transition: 400ms;
}

.article.pop .article-txt:hover .article-link span {
	opacity: 1;
	transition: 400ms;
}

.article.pop .article-txt .article-link img {
	width: 20px;
	height: auto;
}

.article-tags {
	padding-top: 35px;
	line-height: 32px;
}

.article-tags a {
	font-style: italic;
	text-decoration: none;
}

.article-tags a:hover {
	text-decoration: underline;
}

.search-bar {
	padding: 0 0 15px 0;
}

.search-bar input,
.fl-right input {
	width: calc(100% - 40px);
	margin-right: 5px;
	border: 1px #000 solid;
	padding: 5px 5px;
	box-sizing: border-box;
}

.search-bar .sb {
	width: 20px;
	padding-top: 5px;
}

.search-bar img {
	width: 20px;
	height: auto;
	margin-right: 5px;
}

.sb a span,
.sb span a,
.sb span,
.search-bar span,
.search-bar a span,
.search-bar span a,
span.no,
.no,
span.no a,
a span.no,
.no a,
.search-bar .sb a span,
.search-bar .sb span a,
.search-bar .sb span,
.tb-link span,
a .tb-link span,
a .tbl-lnk a span {
	text-decoration: none !important;
}

.search-bar span {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px #000 solid;
	color: #000;
}

h3.pop-head,
h3.pop-head.white,
h3.test-head,
.about-section h4,
.fl-right h5 {
	font-family: 'Gothic A1', "Arial Narrow", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding-top: 20px;
	font-weight: 700;
}

h3.pop-head.white {
	margin-bottom: 5px;
	padding-top: 0;
}


.about-section.arrange h4 {
	padding-top: 0;
}

.category-articles a,
.category-articles select {
	font-size: 15px;
	font-family: 'Gothic A1', "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: 700;
	border-radius: 0;
	border: 0;
	padding: 5px;
	background-color: #73a0b4;
	color: #fff;
	text-transform: uppercase;
}

.category-articles img {
	margin-left: 15px;
}

.category-articles a {
	display: block;
	width: 100%;
	text-decoration: none;
}

.category-articles select {
	position: absolute;
	display: none;
	font-size: 12px;
	width: 400px !important;
	height: 250px;
	margin-left: -80px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	z-index: 50;
	box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
}

.category-dropdown-list {
	position: absolute;
	display: none;
	height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 99;
	width: 100%;
	box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2)
}

.category-dropdown-list a {
	font-size: 12px;
}

.older {
	text-align: left;
	padding: 35px 0;
}

.older img {
	width: 30px;
	height: auto;
}

.older:hover img {
	transform: rotate(90deg);
	transition: 400ms;
}

.older span {
	color: #000;
	padding: 0;
	padding-left: 7px;
}

.col.right.inner {
	margin-top: 55px;
}

.article-frame {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 55px 0;
}

.af-right,
.af-left {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}

.af-left {
	width: 100px;
	padding: 30px 0 0 15px;
}

.af-right {
	width: calc(100% - 100px);
	padding: 0 135px 0 35px;
	text-align: left;
}

.page-wrap.single {
	text-align: left;
	width: 100%;
}

.page-wrap.single a {
	color: #000;
}

.page-wrap.single.no-space {
	padding-bottom: 75px;
}

.af-right h2 {
	margin-bottom: 0;
}

.af-right p,
.af-right ul li {
	font-size: 16px;
	line-height: 32px;
}

.af-right a {
	color: #000;
}


.online-tests,
.test-blocks,
.offer-section {
	text-align: left;
	padding-bottom: 45px;
}

.test-blocks {
	width: calc(100% - 300px);
}


h3.test-head {
	margin-bottom: 15px;
}

.tb {
	width: 31.33%;
	margin-right: 2%;
	box-sizing: border-box;
	height: 250px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
	transition: 400ms;
	background-size: cover !important;
}

.tb:last-child {
	margin-right: 0;
}

.test-blocks.offer .tb {
	width: 22.8%;
}

.test-blocks.offer .tb span {
	background: rgba(0, 0, 0, 0);
}

.tb:nth-child(1),
.tb:nth-child(4) {
	background: #73a0b4;
}

.tb:nth-child(2) {
	background: #de926e;
}

.tb:nth-child(3) {
	background: #96b6ab;
}

.tb span.filter {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.35);
}

.tb h4,
.tb a h4,
.tb h4 a {
	font-size: 26px;
	color: #fff;
	padding-bottom: 0;
	margin-bottom: 3px;
	font-family: 'Gothic A1', "Arial Narrow", Arial, Helvetica, sans-serif;
}

.tb-text {
	box-sizing: border-box;
}

.tb-text {
	position: absolute;
	padding: 10px 20px 15px 20px;
	bottom: 15px;
}

.offer .tb h4,
.offer .tb a h4,
.offer .tb h4 a {
	font-family: 'Gothic A1', "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: 700;
	padding: 7px;
	text-transform: uppercase;
	font-size: 26px !important;
	line-height: 27px;
	margin-top: 15px;
}

.offer .tb .tb-text {
	position: absolute;
	padding: 0 20px;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}

.about-section {
	position: relative;
	width: 100%;
	margin: 0.5rem 0 25px;
	background: #96b6ab;
	text-align: left;
	color: #fff;
	padding-bottom: 1rem;
}

.about-section.blue {
	background: #73a0b4;
}

.about-section.tali {
	background: #de936e;
}

.about-section a {
	color: #fff;
}

.about-tali {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}

.about-tali.left {
	width: calc(100% - 300px);
	padding-right: 45px;
	box-sizing: border-box;
}

.about-tali.left.video {
	width: calc(100% - 450px);
}

.about-tali.right {
	width: 250px;
	padding-top: 35px;
}

.about-tali.right.video {
	width: 400px;
}

.about-tali.left h4 {
	padding-top: 0 !important;
	font-family: 'Gothic A1', "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin-top: 3px;
}

.about-tali.right img {
	width: 100%;
	height: auto;
}

.about-tali.right.full-radius img {
	border-radius: 50%;
}

.about-section p {
	margin-bottom: -10px;
}

.about-section .link-component {
	margin-top: 30px;
}

.about-section h4 {
	font-size: 20px;
	font-family: 'Gothic A1', "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.about-section.arrange {
	background: #fff;
	color: #000;
}

.about-section.arrange .page-wrap {
	border-left: 7px #000 solid;
	padding-left: 15px;
	margin-top: 25px;
	box-sizing: border-box;
}

.about-section.arrange.inner .page-wrap {
	margin-top: 55px;
	width: 100%;
}

.about-section.arrange.inner.green {
	background: #96b6ab;
	color: #fff;
	padding: 35px 35px 35px;
	box-sizing: border-box;
}

.about-section.arrange.inner.green .page-wrap {
	border-left: 7px #fff solid;
	margin-top: 0;
}


.about-section.arrange.inner.green a {
	color: #fff;
}

.about-section.arrange.inner.orange {
	background: #de926e;
	color: #fff;
	padding: 35px 35px 35px;
	box-sizing: border-box;
}

.about-section.arrange.inner.orange .page-wrap {
	border-left: 7px #fff solid;
	margin-top: 0;
}


.about-section.arrange.inner.orange a {
	color: #fff;
}

/* Internet Explorer : */
.category-articles select::-ms-expand {
	display: none;
}

footer {
	font-size: 12px;
}

.foot-left,
.foot-right,
.fl-left,
.fl-right,
.img-component img,
.img-component span {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	box-sizing: border-box;
}

.fl-wrap p {
	font-size: 12px;
}

.fl-wrap p a {
	color: #000;
}

.img-component {
	padding-bottom: 15px;
}

.img-component img,
.img-component span {
	vertical-align: middle;
}

.img-component img {
	width: 25px;
	height: auto;
	padding-right: 10px;
}

.foot-right {
	width: 150px;
}

.foot-right img {
	width: 100%;
	height: auto;
}

.foot-left {
	width: calc(100% - 150px);
	padding: 0 45px 45px 0;
}

.foot-wrap {
	position: relative;
	width: 100%;
	text-align: left;
}

.fl-right h5 {
	font-size: 16px;
	margin-top: 0;
	padding-top: 0;
}

.fl-left {
	width: 30%;
	padding-right: 75px;
}

.fl-right {
	width: 60%;
}

.fl-right input {
	width: 350px;
}

.btn-component,
.es_button {
	padding: 5px 0 15px;
}

.btn-component img,
.es_button img {
	width: 20px;
	height: auto;
	margin-right: 5px;
}

.btn-component span,
a .btn-component span,
.btn-component a span {
	color: #000;
	text-decoration: none !important;
}

.social-icon {
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-sizing: border-box;
	padding: 12px;
	margin: 0 0 10px 10px;
}

.social-icon img {
	width: 100%;
	height: auto;
}

.social-icon.facebook {
	background: #3b5998;
}

.social-icon.twitter {
	background: #38a1f3;
}

.social-icon.pinterest {
	background: #bd081c;
}

.social-icon.stumble-upon {
	background: #8e8e8e;
}

.social-icon.linked-in {
	background: #0077b5;
}

.article-img.side {
	height: 150px;
}

.article-txt.side {
	margin-top: 0;
	background: transparent;
	width: 100%;
	border-left: 0;
	padding: 0;
	margin-left: 0;
}

.article.side:hover .article-txt {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
	transform: none !important;
	margin-top: 0 !important;
}

.article.side:hover .article-img {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	transform: none !important;
}

.article.side .article-img.side.bar {
	height: 100px;
}

.article-txt.side.bar {
	padding-bottom: 0;
}

#sidebar.right-bar {
	width: 300px;
}

.disorder-block {
	display: inline-block;
	vertical-align: top;
	height: 550px;
	width: calc(50% - 10px);
	background-color: red;
	box-sizing: border-box;
	margin-right: 10px;
	margin-bottom: 15px;
	color: #fff;
	transition: 400ms;
}

.block a {
	color: #000;
}

.block.green a,
.block.blue a,
.block.orange a {
	color: #fff;
}

.block.orange.video {
	z-index: 8;
}

.disorder-block:nth-child(2n) {
	margin-right: 0;
}

.disorder-wrap {
	display: block;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.45);
	box-sizing: border-box;
	padding: 35px;
	overflow: hidden;
}

.disorder {

}

.disorder-hidden {
	display: none;
}

.disorder img {
	padding-right: 7px;
	height: 10px;
	width: auto;
	transform: rotate(0deg);
	margin-top: 0;
	transform-origin: 0 50%;
	transition: 400ms;
}

.disorder-block h3 {
	margin: 0 0 25px;
	font-family: 'Gothic A1', "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	padding: 0 0 8px;
	border-bottom: 3px #fff solid;
}

.disorder a {
	color: #fff;
}

.disorder-hidden {
	font-size: 12px;
	padding-left: 20px;
	box-sizing: border-box;
}

.disorder:hover img {
	transform: rotate(90deg);
	margin-top: -8px;
	transform-origin: 0 50%;
	transition: 400ms;
}

.block {
	position: relative;
	margin-bottom: 20px;
	padding: 10px 35px 35px;
}

.block.no-title {
	padding-top: 35px;
}

.block.therapy ol {
	list-style: none;
	padding-left: 0 !important;
	margin-left: 0 !important;
}

.block.therapy ol li strong {
	text-transform: uppercase;
}

.block h3 {
	font-size: 24px;
	font-family: 'Gothic A1', "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.block.blue,
.block.orange,
.block.green {
	color: #fff;
}

.block.blue {
	background: #73a0b4;
}

.block.orange {
	background: #de936e;
}

.block.green {
	background: #96b6ab;
}

.block iframe {
	width: 100%;
	height: auto;
	min-height: 450px;
}

.other-disorders .pop-head {
	padding-top: 0;
}

.other-disorders ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.other-disorders a {
	color: #000;
	display: block;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 0;
}

.other-disorders {
	padding: 0 0 15px;
}

.tools-tips {
	margin-top: -85px;
}

.tools-tips .tb {
	height: 350px;
}

.mobile-search {
	display: none;
}

.tag-menu {
	margin-left: 0;
	padding-left: 0;
}
.pagination {
	display: flex;
	align-items: stretch;
	justify-content: center;
}
.pagination .page-numbers {
	display: flex;
	padding: 0 7px;
	border-bottom: 1px solid #666;
	margin-right: 5px;
	text-decoration: none;
	color: #000;
	font-weight: 600;
	background: #efefef;
}
.pagination .page-numbers.current {
	background: #000;
	color: #fff;
	border-bottom: 1px solid #555;
}
.pagination .page-numbers:active,
.pagination .page-numbers:hover {
	background: #ccc;
	color: #222;
}
@media screen and (min-width: 0\0
) {
	.category-articles select {
		background: none \9;
		padding: 5px \9;
	}
}

/* /// ---- @@ Responsive : */
@media only screen and (max-width: 1667px) {
	body {
		width: 100%;
	}

	.page-wrap,
	.single-wrap {
		width: 92%;
	}

	header.fixed {
		width: 100%;
		margin-left: 0;
		left: 0;
	}

	.test-blocks {
		width: calc(100% - 100px) !important;
	}

	.offer .tb h4, .offer .tb a h4, .offer .tb h4 a {
		font-size: 22px !important;
		line-height: 26px;
	}
}

@media only screen and (max-width: 1467px) {
	.article.pop .article-txt h3 a {
		height: 60px;
	}
}

@media only screen and (max-width: 1387px) {
	.business-menu li a {
		font-size: 14px !important;
		margin: 0 5px !important;
	}
}

@media only screen and (max-width: 1267px) {
	.test-blocks {
		width: 100% !important;
	}

	.pop-tags a {
		padding: 2px 5px;
	}

	.article {
		width: 100%;
	}

	.logo div h1 {
		font-size: 16px;
		margin-top: 6px;
	}
}

@media only screen and (max-width: 1150px) {
	.article.pop .article-txt h3 a {
		height: 70px;
	}

	.logo div h1 {
		font-size: 14px;
		margin-top: 6px;
	}

	.menu-hidden.business-menu-wrap {
		width: 68%;
		text-align: right;
	}

	.pop-tags a {
		padding: 2px 2px;
	}
}


@media only screen and (max-width: 1087px) {
	.offer .tb h4, .offer .tb a h4, .offer .tb h4 a {
		font-size: 18px !important;
		line-height: 22px;
	}

	.menu-hidden ul li a {
		font-size: 14px;
		margin: 0 5px;
	}

}

@media only screen and (max-width: 967px) {
	.menu-ico {
		display: block;
		float: right;
		margin-top: 7px;
	}
	.ico.close {
		display: inline-block;
	}
	.mobile-hide {
		display: none;
	}
	.menu-ico a {
		margin: 0;
	}
	.menu-hidden.business-menu-wrap {
		width: 100%;
		text-align: center;
		margin-top: 0;
	}

	header.fixed {
		height: 35px;
	}

	.page-wrap, .single-wrap {
		width: 96%;
	}

	.disorder-block,
	.about-tali.left.video,
	.about-tali.right.video {
		position: relative;
		display: block;
		margin-right: 0;
		width: 100%;
	}

	.about-tali.right.video {
		display: none;
	}

	.af-left,
	.af-right {
		padding: 0;
	}

	.af-left {
		width: 65px;
	}

	.block img {
		max-width: 100%;
		height: auto !important;
	}

	.af-right,
	.af-left {
		display: block;
		width: 100%;
	}

	.af-right {
		margin-top: -15px;
	}

	.col.left.landing .af-left {
		width: 0;
	}

	.col.left.landing .af-right {
		width: 100%;
	}

	.af-right p {
		font-size: 14px;
		line-height: 28px;
	}

	.about-tali.left {
		display: block;
		width: 100%;
	}

	.about-tali.right {
		display: block;
		position: relative;
		text-align: center;
		width: 100%;
		padding-top: 0;
	}

	.about-tali.right img {
		width: 100px;
		height: auto;
		margin: 10px auto;
	}

	.right-bar {
		display: none;
	}

	.col.right {
		display: none;
	}

	.col.left {
		width: 100%;
		margin-top: 10px;
	}

	.article {
		display: block;
		width: 100%;
	}

	.article-txt h3 a {
		font-size: 17px;
		line-height: 17px;
		display: block;
		margin-bottom: 5px;
	}

	.author,
	.link-component span,
	.article-link a span,
	.tb-link span {
		font-size: 11px;
	}

	.article-txt p {
		display: none;
	}

	.article-txt {
		margin-left: 0;
		width: 100%;
		padding: 5px;
	}

	.article-img {
		height: 230px;
	}

	.article.pop {
		position: relative;
		display: block;
		width: 100%;
		margin: 15px auto !important;
	}

	.article.pop .article-img {
		height: 180px;
	}

	.article.pop .article-txt {
		width: 80%;
		margin-top: -90px;
		padding: 5px 20px 5px 7px;
	}

	.article.pop .article-txt h3 a {
		height: auto;
	}

	.test-blocks {
		width: 100%;
	}

	.tb {
		width: 100%;
		margin-right: 10px;
		margin-bottom: 10px;
		height: 180px;
	}

	.author {
		margin-bottom: 10px;
	}

	.article .article-txt .article-link img, .link-component img, .search-bar img, .older img, .tb-link img, .btn-component img {
		width: 15px;
		height: auto;
	}

	.article {
		padding: 15px 5px
	}

	.logo img {
		width: 25px;
		height: auto;
	}

	.logo div h1 {
		font-size: 12px;
		margin-left: 5px;
	}

	.menu {
		font-size: 10px;
		display: inline-block;
	}
	.menu-hidden {
		position: fixed;
		top: 54px;
		left: 0;
		width: 100%;
		height: calc(100vh - 54px);
		background: rgba(0, 0, 0, 0.75);
		z-index: 2000;
		padding-top: 25px;
		overflow: auto;
		box-sizing: border-box;
		padding-left: 25px;
		padding-right: 25px;
		display: none;

	}

	.header-menu,
	.menu-hidden ul,
	.menu-hidden ul li {
		margin: 0;
		padding: 0;
	}

	.menu-hidden ul li {
		display: block;
		width: 100%;
	}

	.menu-hidden ul li a,
	.business-menu li a {
		width: 100%;
		display: block;
		text-align: center;
		font-size: 20px !important;
		padding: 8px 0;
	}

	.menu-hidden ul li a:hover {
		border-bottom: none;
		text-decoration: none;
	}

	.menu-hidden ul li .sub-nav {
		display: block;
	}

	.menu-hidden ul li.menu-item-has-children {
		background: #222;
	}

	.menu-hidden ul li.menu-item-has-children a {
		color: #fff;
	}

	.menu-hidden ul li.menu-item-has-children a:before {
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		content: "\f0d7";
		margin-right: 5px;
	}

	.menu-hidden ul li.menu-item-has-children ul li a {
		color: #fff;
		font-size: 16px !important;
	}

	.menu-hidden ul li.menu-item-has-children ul li a:before {
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		content: "\f105";
		margin-right: 5px;
	}

	.sub-nav {
		position: relative;
		background: #333;
		width: 100%;
		top: 0;
		box-sizing: border-box;
		left: 3px;
		display: block;
	}

	.sn-icon {
		display: none;
		position: relative;
		margin: 0;
	}

	.sn-links {
		display: block;
		width: 100%;
	}

	.ico {
		width: 15px;
	}

	.ico div {
		height: 2px;
	}

	header {
		padding: 10px 0;
	}

	.header-splash, .inner-splash {
		height: 35vh;
	}

	.splash-box .page-wrap h2 {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: -15px;
	}

	.splash-box {
		bottom: 10px;
	}

	.splash-box .page-wrap {
		font-size: 12px;
	}

	.link-component a span {
		font-size: 9px;
	}

	.link-component a img {
		width: 10px;
		height: auto;
	}

	.pop-tags {
		padding: 0;
		text-align: left;
	}

	.pop-tags ul {
		margin: 5px 0 0 0;
		padding: 5px 0;
		text-align: center;
	}

	.pop-tags ul li {
		display: block;
		background: #eee;
		margin-bottom: 3px;
		padding: 2px 0;
	}

	.pop-tags a {
		padding: 3px 0;
		margin: 0 5px;
		border-bottom: 0;
	}

	.popular {
		margin: 5px 0;
	}

	.article:hover .article-img {
		margin-top: 0;
		margin-bottom: 0;
		transition: 0s;
	}

	.article:hover .article-txt,
	.tb:hover {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
		transition: 400ms;
	}

	.article.pop-action:hover .article-img {
		margin-bottom: auto;
	}

	.article.pop-action:hover .article-txt {
		margin-left: 0;
	}

	.tb h4, .tb a h4, .tb h4 a {
		font-size: 16px;
	}

	.mobile-search {
		display: block;
		padding: 10px 0 5px;
	}

	.mobile-search .search-bar,
	.mobile-search .category-articles {
		display: inline-block;
		vertical-align: middle;
	}

	.mobile-search .category-articles {
		width: 150px;
	}

	.mobile-search .search-bar {
		width: calc(100% - 160px);
		padding: 0;
	}

	.mobile-search .search-bar input {
		font-size: 12px;
		padding: 0 5px;
	}

	.category-articles select {
		height: 25px;
	}

	.mobile-search .select-btn a {
		padding: 3px 5px;
	}

	.older {
		padding: 0;
	}

	.tb-link img {
		width: 10px;
		height: auto;
	}

	.tb-link span {
		font-size: 11px;
		border-bottom: none;
	}

	.tb-text {
		padding: 0 10px;
	}

	.online-tests, .test-blocks, .offer-section {
		padding-bottom: 10px;
	}

	h3.pop-head, h3.pop-head.white, h3.test-head, .about-section h4, .fl-right h5 {
		font-size: 16px;
		padding-top: 5px;
	}

	.about-section p {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.about-section .link-component {
		margin-top: 10px;
	}

	.offer .tb h4, .offer .tb a h4, .offer .tb h4 a {
		font-size: 12px !important;
		line-height: 12px;
		padding: 0 5px;
	}

	.test-blocks.offer .tb {
		height: 100px;
	}

	.test-blocks.offer .tb {
		width: 47.2%
	}

	.offer .tb .tb-text {
		padding: 0 0 0 5px;
	}

	.foot-left,
	.fl-left {
		width: 100%;
	}

	.foot-right {
		width: 100px;
	}

	.social-icon {
		/*width:20px;
		height:20px;
		padding:4px;*/
		margin-top: -45px;
		margin-bottom: 15px;
		display: inline-block;
		vertical-align: middle;
	}

	.tools-tips {
		margin-top: 0;
	}

	.category-dropdown-title {
		color: #fff;
		font-size: 18px !important;
		text-align: center;
		width: 100%;
	}

	.category-close {
		position: fixed;
		top: 0;
		right: 0;
	}

	.category-close a {
		font-size: 32px;
		padding: 7px;
	}

	.category-dropdown-list {
		display: block;
		width: 100%;
		height: 80vh;
		margin: 5px auto;
		text-align: center;
	}

	.category-dropdown-list a {
		font-size: 14px;
		padding: 2px 0;
	}

	.category-dropdown-list a:hover {
		border: none;
	}

	.category-modal {
		position: fixed;
		display: none;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.75);
		height: 100vh;
		width: 100vw;
		z-index: 2000;
	}

	.category-articles .select-btn {
		text-align: center;
	}

	.category-articles img {
		display: none;
	}

	.sb a,
	.category-articles a {
		opacity: 1;
	}
}

@media only screen and (max-width: 372px) {
	.test-blocks.offer .tb {
		width: 100% !important;
	}
}

@media only screen and (max-height: 700px) {
	.splash-box .page-wrap {
		margin-bottom: -90px;
	}

	.inner-splash {
		min-height: 220px;
	}
}

@media only screen and (hover: none) and (pointer: coarse) {
	.splash-box .page-wrap {
		margin-bottom: -10px;
	}

	.splash-box .page-wrap h1 {
		font-size: 22px;
		line-height: 1.4;
		margin-bottom: -6px;
	}

	.logo div span {
		margin-left: 5px;
		letter-spacing: -1px;
	}
}
