/*
Theme Name: practicePRO 2017
Author: Stem Legal
Author URI: http://www.stemlegal.com
Version: 1.0
Description: practicePRO 2017 theme for Wordpress
Text Domain: practicepro
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.social,
#nav .nav-drop > ul,
#nav .nav-drop > ul > li .drop,
.list-posts,
.buttons-list,
#main ul:not([class]),
.bunners-list,
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.container:after,
.header-holder:after {
	content: "";
	display: block;
	clear: both;
}

.btn,
.social li,
#footer ul li {
	vertical-align: top;
	display: inline-block;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

.style-blue {
	color: #21249d;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #333;
	background: #fff;
	font: 16px/1.375 "Cabin", "Arial", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

.xs-hidden {
	display: none;
}

iframe {
	width: 100%;
	max-width: 560px;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.375em;
}

blockquote {
	border-left: 4px solid #dedede;
	padding-left: .5em;
	margin-left: 1.375em;
}

th,
td {
	border: 1px solid #dedede;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #dfdfdf;
	padding: 2px 8px 4px;
	height: 29px;
	color: #949393;
	font-size: 16px;
	text-overflow: ellipsis;
	outline: none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #0068df; /* 0078ff */
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #949393;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #949393;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #949393;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #949393;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #949393;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

button,
input[type="button"],
input[type="submit"] {
	background: #0068df; /* 0078ff */
	color: #fff;
	padding: 5px 13px;
	font-size: 13px;
	text-transform: uppercase;
	font-family: "Droid Sans", "Arial", sans-serif;
	font-weight: bold;
	margin: 0 0 10px;
	text-decoration: none;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	border: 1px solid #0271ee;
	box-shadow: 2px 3px 5px 0 rgba(0, 1, 1, .35);
	min-height: 29px;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #21249d;
}

.mejs-controls button,
.mejs-controls
  input[type="button"],
.mejs-controls
  input[type="submit"] {
	min-height: 0 !important;
	-webkit-transition: none !important;
	transition: none !important;
}

.widget {
	margin-bottom: 22px;
	font-size: 14px;
	line-height: 1.29;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.categories{
	font-size: 14px;	
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 100%;
	/* max-width: 300px; */
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
}

.search-form input {
	float: left;
}

.search-form input[type="search"] {
	margin: 0 4px 5px 0;
	width: 67.2%;
}

#content .search-form {
	padding: 0 0 27px;
}

.post-password-form input {
	float: left;
}

.post-password-form input[type="password"] {
	max-width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #0068df; /* 0078ff */
	color: #fff;
	height: 29px;
	border: 1px solid #0271ee;
	padding: 0 7px;
}

.comment-form input[type="submit"]:hover,
.comment-form input[type="submit"]:focus,
.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus,
.search-form input[type="submit"]:hover,
.search-form input[type="submit"]:focus {
	background: #21249d;
}

.commentlist {
	margin: 0 0 1.375em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.375em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.375em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.375em;
	font-size: 13px;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text, aside .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	color: #0068df; /* 0078ff */
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	text-transform: uppercase;
}

.navigation .next:hover,
.navigation .next:focus,
.navigation .prev:hover,
.navigation .prev:focus,
.navigation-comments .next:hover,
.navigation-comments .next:focus,
.navigation-comments .prev:hover,
.navigation-comments .prev:focus {
	color: #21249d;
}

.navigation-single {
	margin-bottom: 1.375em;
	font-size: 13px;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	font-weight: 700;
	vertical-align: middle;
	max-width: 50%;
	color: #0068df; /* 0078ff */
	text-decoration: none;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.navigation-single .next:hover,
.navigation-single .next:focus,
.navigation-single .prev:hover,
.navigation-single .prev:focus {
	color: #21249d;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #dedede;
	padding: .4em;
	margin-bottom: 1.375em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.375em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	margin: 0 0 9px;
	width: 100%;
}

.alignright {
	margin: 0 0 9px;
	width: 100%;
}

.mejs-container {
	margin-bottom: 1.375em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Droid Sans", "Arial", sans-serif;
	font-weight: bold;
	margin: 0 0 12px;
	color: inherit;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.h a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

h1 a:hover,
h1 a:focus,
.h1 a:hover,
.h1 a:focus,
h2 a:hover,
h2 a:focus,
.h2 a:hover,
.h2 a:focus,
h3 a:hover,
h3 a:focus,
.h3 a:hover,
.h3 a:focus,
h4 a:hover,
h4 a:focus,
.h4 a:hover,
.h4 a:focus,
h5 a:hover,
h5 a:focus,
.h5 a:hover,
.h5 a:focus,
h6 a:hover,
h6 a:focus,
.h6 a:hover,
.h6 a:focus,
.h a:hover,
.h a:focus {
	color: #56027d;
}

h1,
.h1 {
	font-size: 24px;
	line-height: 1;
	color: #56027d; /* 21249d */
}

h2,
.h2 {
	font-size: 18px;
	line-height: 1;
	margin:20px 0;
	/* text-transform:capitalize; */
}

h3,
.h3 {
	font-size: 16px;
	line-height: 1.11;
	margin: 0 0 11px;
}

h4,
.h4 {
	font-size: 14px;
}

h5,
.h5 {
	font-size: 12px;
}

h6,
.h6 {
	font-size: 10px;
	font-weight:bold;
}

p {
	margin: 0 0 22px;
}

a {
	color: #56027d;
}

a:hover,
a:focus {
	text-decoration: none;
}

hr{
	margin:20px 0 20px;
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.text-right {
	text-align: right;
}

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

.btn-report {
	background: #d7d80a;
	text-transform: uppercase;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	font-weight: 700;
	font-family: "Droid Sans", "Arial", sans-serif;
	padding: 11px 16px;
	border: 1px solid #d0d102;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	box-shadow: 2px 3px 5px 0 rgba(0, 1, 1, .35);
}

.post-content a.btn-report {
	text-decoration: none !important;
	color: #333 !important;
}

.btn-report:hover,
.btn-report:focus {
	background: #d0d102;
}

.btn, .post-content a.btn {
	background: #0068df; /* 0078ff */
	color: #fff;
	padding: 5px 22px;
	font-size: 13px;
	text-transform: uppercase;
	font-family: "Droid Sans", "Arial", sans-serif;
	font-weight: bold;
	margin: 0 0 10px;
	text-decoration: none;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	border: 1px solid #0271ee;
	box-shadow: 2px 3px 5px 0 rgba(0, 1, 1, .35);
	min-height: 29px;
}

.btn:hover, .btn:focus, .post-content a.btn:hover, .post-content a.btn:focus {
	background: #21249d;
}

.btn-holder {
	overflow: hidden;
}

noscript {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	display: block;
	color: #0068df; /* 0078ff */
	padding: 30px 0;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

#wrapper {
	overflow: hidden;
	position: relative;
	min-height: 1000px;
}

.container {
	max-width: 1034px;
	margin: 0 auto;
	padding: 0 16px;
}

#header {
	padding: 24px 0 40px;
	text-align: center;
}

#header .social-holder {
	text-align: center;
	padding: 0 0 25px;
	font-size: 14px;
}

.social {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	line-height: 0;
}

.social li {
	padding: 0 1px 0 2px;
}

.social a {
	width: 27px;
	height: 27px;
	display: block;
	background: url('images/bg-social.png') no-repeat;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.social a:hover,
.social a:focus {
	opacity: .7;
	text-decoration: none;
}

.social a.facebook {
	background-position: 0 0;
}

.social a.twitter {
	background-position: -30px 0;
}

.social a.youtube {
	background-position: -60px 0;
}

.social a.linkedin {
	background-position: -90px 0;
}

.social a.rss {
	background-position: -120px 0;
}

.social a.email {
	background-position: -150px 0;
}

.logo {
	display: inline-block;
}

.slogan {
	display: block;
	font-style: italic;
	margin: 12px 0 21px;
}
.slogan a{
	color: #6b57a2; /* 646464 */
	text-decoration:none;
}
.btn-report {
	/* display: none; */
}



#nav {
	background: #21249d; /* 56027d */
	border-bottom: 1px solid #fff;
	box-shadow: 0 0 0 1px #56027d;
	position: relative;
	padding: 7px 16px 6px;
}

#nav .nav-drop {
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 10000000000; /* 999 */
	-webkit-transition: max-height .25s linear;
	transition: max-height .25s linear;
	max-height: 0;
}

.nav-active #nav .nav-drop {
	max-height: 4000px;
}

.resize-active #nav .nav-drop {
	-webkit-transition: none;
	transition: none;
}

#nav .nav-drop > ul {
	background: #21249d; /* 56027d */
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform .25s linear;
	transition: transform .25s linear;
	text-align: left;
}

.nav-active #nav .nav-drop > ul {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.resize-active #nav .nav-drop > ul {
	-webkit-transition: none;
	transition: none;
}

#nav .nav-drop > ul > li {
	font-family: "Droid Sans", "Arial", sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-shadow: 1px 1px 1px rgba(42, 0, 61, .5);
	border-top: 1px solid #fff;
	overflow: hidden;
}

#nav .nav-drop > ul > li:hover > a,
#nav .nav-drop > ul > li.hover > a {
	background: #56027d; /* 21249d */
}

#nav .nav-drop ul li:hover,
#nav .nav-drop ul li.hover {
	background: #0068df;
}
#nav .nav-drop ul li a:hover{
	text-decoration:none !important;
}

/*
#nav .nav-drop > ul > li:hover .drop.js-slide-hidden,
#nav .nav-drop > ul > li.hover .drop.js-slide-hidden {
	display: block !important;
}

OLD
#nav .nav-drop ul li:hover ul.js-slide-hidden,
#nav .nav-drop ul li.hover ul.js-slide-hidden {
	display: block !important;
	text-decoration:underline !important;
}


#nav .nav-drop ul li ul li:hover ul.js-slide-hidden,
#nav .nav-drop ul li ul li:hover ul.js-slide-hidden {
	display: block !important;
	position:relative;
}
*/


/* SECOND LEVEL */
#nav .nav-drop ul li{
	position:relative;
}
#nav .nav-drop ul ul li{ /* :first-child */
    padding-top:4px;
    padding-bottom:4px; 
}
#nav .nav-drop ul li:hover ul.js-slide-hidden{
	display: block !important;
	position:absolute;
	z-index:100;
}

/* THIRD LEVEL */
#nav .nav-drop ul li ul li:hover ul.js-slide-hidden{
	display: block !important;
	position:relative;
	z-index: 10000000000; /* 999 */
}

#nav .nav-drop > ul > li.active-drop .drop-opener:after {
	content: "-";
	-webkit-transform: translate(-50%, -56%);
	-ms-transform: translate(-50%, -56%);
	transform: translate(-50%, -56%);
}

#nav .nav-drop > ul > li.active > a {
	background: #56027d; /* 21249d */
}

#nav .nav-drop > ul > li > a {
	display: block;
	padding: 10px 17px;
	color: #fff;
	text-decoration: none;
	background: #21249d; /* 56027d */
	position: relative;
	z-index: 10000000000; /* 10 */
}

#nav .nav-drop > ul > li > a:hover,
#nav .nav-drop > ul > li > a:focus {
	background: #56027d; /* 21249d */
}

#nav .nav-drop > ul > li .drop {
	background: #56027d; /* 21249d */
	list-style: none;
	display: none;
}

#nav .nav-drop > ul > li .drop > li {
	border-top: 1px solid #fff;
	font-size: 16px;
	line-height: 1.12;
	list-style: none;
}

#nav .nav-drop > ul > li .drop > li > a {
	display: block;
	padding: 10px 17px;
	color: #fff;
	text-decoration: none;
}

#nav .nav-drop > ul > li .drop > li > a:hover,
#nav .nav-drop > ul > li .drop > li > a:focus {
	text-decoration: underline;
}

#nav .nav-drop .drop-opener {
	width: 36px;
	height: 36px;
	float: right;
	font-weight: bold;
	font-size: 0;
	line-height: 0;
	z-index: 10000000000; /* 30 */
	background: none;
	margin: 3px 10px 0 0;
}

#nav .nav-drop .drop-opener:hover,
#nav .nav-drop .drop-opener:focus {
	background: none;
}

#nav .nav-drop .drop-opener:after {
	content: "+";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 36px;
	line-height: 1;
}

.nav-opener {
	width: 47px;
	height: 36px;
	display: block;
	position: relative;
	background: #56027d;
	border: 1px solid #bfbfbf;
}

.nav-opener strong {
	width: 45px;
	height: 35px;
	position: absolute;
	background: #fff;
	top: -1px;
	left: -1px;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	background: #56027d;
	position: absolute;
	top: 16px;
	left: 12px;
	right: 15px;
	height: 3px;
	-webkit-transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	border-bottom: 1px solid #bfbfbf;
	z-index: 10000000000; /* 2 */
}

.nav-active .nav-opener span {
	display: none;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 11px;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 16px;
	left: 26%;
	right: 26%;
}

.nav-opener:after {
	top: 21px;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/* SEARCH ICON
li#menu-item-2813{
    padding-right:34px;
}
#menu-item-2813 a:after{
    content: "";
    display: block;
    width:34px;
    background-image: url('/wp-content/themes/practicepro/images/icon-search.png');
}
*/

#main {
	padding: 0 0 2px;
}

#content {
	padding: 0 0 24px;
}

#sidebar .btn {
	/* float: right; */
}

.heading {
	border-bottom: 1px solid #21249d;
	margin: 0 0 27px;
}

.heading.orange {
	border-color: #e68d02; /* a56702 high contrast */
}

.heading.orange h2,
.heading.orange h3,
.heading.orange h4,
.heading.orange h5,
.heading.orange h6 {
	background: #e68d02; /* a56702 high contrast */
}

#sidebar .heading {
	margin: 0 0 22px;
}
#sidebar h2 {
	font-size:20px;
	color:#2c2fc7;
}
#sidebar .heading h2 {
	color: #fff;
	font-size: 18px;
	text-transform: none;
}

.heading h2,
.heading h3,
.heading h4,
.heading h5,
.heading h6 {
	margin: 0 0 1px;
	display: inline-block;
	background: #56027d; /* 21249d */
	color: #fff;
	padding: 9px 11px 8px;
	text-transform: capitalize;
}

.heading h1 {
	margin: 0 0 4px;
}
.heading h2{
	font-size: 18px;
}
.heading h3{
	font-size: 18px;
}

.intro {
	font-size: 20px;
	line-height: 1.1;
	padding: 0 0 17px;
}

.post {
	margin: 0 0 13px;
}

.post.without-image time {
	margin: 0 0 11px;
}

.post time {
	/* display: block;
	font-style: italic;
	font-size: 14px;
	margin: 0 0 7px; */
}

.post p.byline, .post span.byline {
	/* display: block; */
	font-style: italic;
	font-size: 14px;
	/* margin: 0 0 11px; */
}
.post span.byline{
	font-weight:normal;
	float:right;
	padding-right:4px;
}
.post .byline a {
	color: inherit;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.post .byline a:hover,
.post .byline a:focus {
	/* text-decoration: none; */
	text-decoration: underline;
	color: #56027d;
}

.post .post-content {
	overflow: hidden;
}

.post-content a{
	text-decoration: underline;
	color:#56027d;
}

.post .post-text {
	overflow: hidden;
	padding: 3px 0 0;
}

.post .category, #sidebar .category{
	display: block;
	/* color: #a2a2a2; */
	font-size:14px;
}

.post .category a, #sidebar .category a{
	/* color: inherit; */
	/* color: #a2a2a2; */
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	/* text-decoration: none; */
}

.post .category a:hover,
.post .category a:focus, 
#sidebar .category a:hover, 
#sidebar .category a:focus {
	color: #56027d;
}

.read-more{
	display:block;
	margin-top:10px;
}


.published .by {
	display: block;
	font-style: italic;
	margin: 0 0 10px;
	font-size: 14px;
	/* color: #9c9c9c; */
}
.list-posts {
	/* color: #a2a2a2; */
}

.widget .list-posts {
	padding: 0 0 7px;
}

.list-posts li {
	padding: 0 0 10px;
}

.list-posts h3 {
	margin: 0 0 3px;
	color: #333;
}

.list-posts p {
	margin: 0;
}

.list-posts time {
	display: block;
	font-size: 16px;
	color: #333;
	font-style: italic;
}

.list-posts p a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.list-posts p a:focus,
.list-posts p a:hover {
	color: #56027d;
}

.buttons-list li {
	font-family: "Droid Sans", "Arial", sans-serif;
	font-size: 14px;
	line-height: 1.14;
	text-transform: uppercase;
	margin: 0 0 19px;
	box-shadow: 2px 3px 5px 0 rgba(0, 1, 1, .35);
}

.buttons-list a {
	background: #8132a5;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	display: block;
	color: #fff;
	padding: 10px 5px 10px 11px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.buttons-list a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 42px;
}

.buttons-list a > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.buttons-list a:hover,
.buttons-list a:focus {
	background: #56027d;
}

.orange-box {
	background: #e68d02; /* a56702 high contrast */
	color: #fff;
	padding: 11px 5px 8px 14px;
	margin: 0 0 30px;
}

.gray-box {
	background: #dedede;
	padding: 17px 5px 13px 20px;
	margin: 0 0 23px;
}

#sidebar .gray-box {
	margin: 0 -16px 23px -18px;
	font-family: "Open Sans", "Arial", sans-serif;
}

.gray-box h3 {
	color: #21249d;
}

.dark-gray-box {
	background: #b9b9b9 url("images/bg-dark-gray-box.png") no-repeat 100% -9px;
	padding: 17px 5px 5px 20px;
	margin: 0 0 23px;
}

#sidebar .dark-gray-box {
	margin: 0 -16px 23px -18px;
	font-size: 16px;
	line-height: 1.38;
}

.dark-gray-box h3 {
	line-height: 1.22;
	margin: 0 0 8px;
}

.dark-gray-box p {
	margin: 0 0 10px;
}

#main ul:not([class]) {
	padding: 0;
}

#main ul:not([class]) li {
	position: relative;
	padding: 0 0 8px 12px;
	font-size: 14px;
	line-height: 1.29;
}

#main ul:not([class]) li:before {
	width: 5px;
	height: 5px;
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	background: #333;
	border-radius: 50%;
}

#main ul:not([class]) a {
	text-decoration: underline;
	color: #56027d; /* inherit */
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

#main ul:not([class]) a:hover,
#main ul:not([class]) a:focus {
	color: #56027d; /* 21249d */
}

#main ul:not([class]) ul {
	margin: 9px 0 -8px 14px;
}

#main ul:not([class]) ol li:before {
	display: none;
}

.bunners-list {
	text-align: center;
}

.bunners-list a {
	display: inline-block;
}

.bunners-list img {
	vertical-align: top;
}

.bunners-list li {
	padding: 0 0 18px;
}

.footer-info {
	background: #56027d; /* 56027d */
	color: #e3e2e2; /* e3e2e2 */
	font-size: 14px;
	line-height: 1.14;
	padding: 34px 0 0;
}

.footer-info a {
	color: #e3e2e2; /* e3e2e2 */
}

.footer-info .col {
	padding: 0 0 23px;
}

.footer-info h3 {
	color: #ffffff;
	font-size: 20px;
	margin: 0 0 14px;
}

.footer-info .footer-logo {
	max-width: 229px;
	display: block;
	margin: 0 0 15px;
}

address {
	margin: 0 0 10px;
	font-size: 18px;
	font-style: normal;
}

address span {
	display: block;
	padding: 0 0 2px;
}

address a {
	text-decoration: none;
}

address + address {
	font-size: 16px;
}

#footer {
	background: #3e015c;
	color: #ffffff; /* e3e2e2 */
	text-align: center;
	font-size: 12px;
	padding: 11px 0;
}

#footer ul li {
	padding: 0 0 1px;
}

#footer ul li:before {
	content: "|";
	display: inline-block;
	padding: 0 3px 0 2px;
	position: relative;
	top: -1px;
}

#footer ul li:first-child:before {
	display: none;
}

#footer ul li.active a {
	text-decoration: underline;
}

#footer ul a, #footer a {
	color: #ffffff; /* e3e2e2 */
	text-decoration: none;
}

#footer ul a:hover, #footer ul a:focus, #footer a:hover, #footer a:focus {
	text-decoration: underline;
}

#footer p {
	margin: 0;
}

.share-block .title,
.share-block .social {
	display: inline-block;
	vertical-align: middle;
}

.share-block .social > li > span:hover .icon {
	opacity: .7;
}

.share-block .title {
	font-size: 112.5%;
	line-height: 1.2222;
	margin: 0 6px 0 0;
}

.share-block .icon {
	width: 27px;
	height: 27px;
}

.share-block .facebook .icon {
	fill: #496da8;
}

.share-block .twitter .icon {
	fill: #00aced;
}
.stButton{
	z-index:0 !important;
}

#fraud-details h2{
	font-weight:normal;
	font-style:italic;
	font-size:14px;
}

#fraud-details h2 span{
	font-weight:bold;
	font-style:normal;
	margin-left:10px;
	font-size:18px;
}

.comment-subscription-form{
	margin-top:20px;
}

ul#cat-list li:nth-child(4) {
   list-style-type: none !important; 
}
.cat-toggle{
    display:none;
}

/* AJAX SEARCH PRO */
div[id*='ajaxsearchlite']{
    z-index:-100 !important;
}
#ajaxsearchprobsettings1_1 legend{
	font-size:18px;
	font-weight:bold;
}
#ajaxsearchprobsettings1_1 .asp_option_cat .label{
	font-weight:normal;
}
#ajaxsearchprobsettings1_1 .asp_option_cat_level-0 .label{
	font-size:16px;
	color:#e68d02;
	font-weight:bold;
}

/* HOME PAGE CAROUSEL */
.owl-carousel .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 11px 21px 11px;
    background: rgba(0,0,0, 0.3);
}
.owl-carousel h2{
    font-size: 22px;
    margin:0;
    line-height: 27px;
    font-weight: bold;
    color: #fff;
}
.owl-carousel p{
    color: #fff;
    margin-bottom:0;
}

/* HOT TOPICS */
#hot-topics{
    margin-bottom:30px;
    border-bottom:1px solid #ccc;
}
#hot-topics .heading{
    border-bottom: 1px solid #8132a5;
    margin: 0 0 0;
}
#hot-topics h2{
    background: #8132a5;
}
#hot-topics h3, #hot-topics p{
    padding-left:10px;
}
.hot-topics-item{
    padding:8px 10px 5px;
}
.hot-topics-item.even{
    display:block;  
    background: #d0cfcf;    
}
.hot-topics-item.odd{
    background: #e5e4e4;    
}

/* TOP STORIES */
#top-stories{
}
#top-stories h3, #top-stories p{
    padding-left:10px;
}
#top-stories h3{
    margin-bottom:6px;
}
#top-stories p{
    margin-bottom:4px;
}
.top-stories-item{
    padding:4px 4px 3px;
}
.top-stories-item.even{
    display:block;  
    background: #d0cfcf;    
}
.top-stories-item.odd{
    background: #e5e4e4;    
}

/* AJAX FILTER */
.ajax-filter {
    display: block;
    position: relative;
}

/*
.filter {
    display: flex;
}
.filter .cat-item {
    display: block;
}
.filter .cat-item:not(:first-of-type) {
    margin-left: 10px;
}
*/

ul.filter{
    list-style:none;
    margin-left:-36px;
}

.filter .cat-item.current {
    font-weight: 600;
}
.filter .cat-item .control {
    cursor: pointer;
}

/*
.grid {
    display: flex;
    margin: 0 -10px;
}
.grid .grid-item {
    display: block;
    width: 25%;
    height: 200px;
    padding: 10px;
}
.grid .grid-item > span {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: #ccc;
}
*/

.lawpro-issue .heading h3{
    background: #8132a5;
}

table.data th{
    text-align:center;
    background: #e5e4e4;
}
table.data td{
    text-align:center;
}
table#top-downloads td:nth-child(2){
    text-align:left;
}

.callout{
    margin:10px 0;
    padding:10px;
    background:#e5e4e4;
}

.ul-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    column-gap: 40px;
    -moz-column-gap: 40px;
}

/* SOCIAL SHARING BUTTONS */
.social-container {
    /* border-top: 1px solid #e5e4e4; */
    padding-top: 0;
    margin-top: 0;
}

.social-sharing {
    font-size: 14px;
}

.social-link {
    padding: 4px 8px 6px 8px !important;
    color: #fff !important;
    font-size: 14px;
    margin-right: 2px;
    cursor: pointer;
    margin-top: 2px;
    display: inline-block;
    text-decoration: none !important;
}

.social-facebook {
    background: #496da8;
}

.social-twitter {
    background: #00aced;
}

.social-linkedin {
    background: #006288;
}

/* DESKTOP */
@media (min-width: 768px) {
	.xs-hidden {
		display: block;
	}

	#content .search-form input[type="search"] {
		width: 48.2%;
	}

	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.alignleft {
		width: auto;
		float: left;
		margin: 0 19px 4px 0;
	}

	.alignright {
		width: auto;
		float: right;
		margin: 0 0 4px 1.375em;
	}

	#header {
		text-align: right;
		padding: 27px 0 20px;
	}

	#header .social-holder {
		text-align: right;
		padding: 0 17px 8px 25px;
	}

	.header-holder {
		padding: 0 18px 22px 16px;
	}

	.logo {
		float: left;
	}

	.slogan {
		float: left;
		width: 45%;
		font-size: 22px;
		line-height: 1.1;
		margin: 15px 0 0 30px;
		text-align: left;
	}

	.header-holder .btn-report {
		float: right;
		display: block;
		margin: 23px 0 0;
	}

	#nav {
		padding: 0;
	}

	#nav .nav-drop {
		position: static;
		min-height: auto;
		overflow: visible;
		max-height: 100%;
		text-align: center;
		max-width: 1034px;
		margin: 0 auto;
	}

	#nav .nav-drop > ul {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		text-align: center;
		background: none;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: table-row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}

	#nav .nav-drop > ul > li {
		position: relative;
		display: table-cell;
		/* display: inline-block; */
		vertical-align: top;
		overflow: visible;
		border-top: none;
		border-left: 2px solid #fff;
	}

	#nav .nav-drop > ul > li:last-child {
		border-right: 2px solid #fff;
	}

	#nav .nav-drop > ul > li > a {
		padding: 12px 6px 13px; /* 12px 13px */
	}

	#nav .nav-drop > ul > li .drop {
		width: 341px;
		text-align: left;
		padding: 0 0 15px; /* 5px 0 15px */
	}

	#nav .nav-drop > ul > li .drop.js-slide-hidden {
		left: 0 !important;
		top: 100% !important;
		display: none !important;
	}

    /* second level nav #nav .nav-drop > ul > li > ul .drop.js-slide-hidden { */
	#nav .nav-drop > ul > li > ul .drop.js-slide-hidden {
		top: 0 !important;
		left: 341px !important;
		display: none !important;
	}

	#nav .nav-drop > ul > li .drop > li {
		border: none;
	}

	#nav .nav-drop > ul > li .drop > li > a {
		padding: 5px 12px 6px; /* 5px 21px 6px */
	}

	#nav .nav-drop .drop-opener {
		display: none;
	}

    #nav .nav-drop .drop-opener:after {
	    content: "";
    }

	.nav-opener {
		display: none;
	}

	#main {
		padding: 0 0 27px;
	}

	#content {
		float: left;
		width: 63.3%;
		padding: 23px 0 0 13px;
	}
	.content-right{
		float: right !important;	    
		width: 65.3% !important;
	}
	
	.home #content {    
		padding-top: 0;
	}
	#content:only-child {
		float: none;
		width: 100%;
	}

	#sidebar {
		float: right;
		width: 28.5%;
		padding: 0 5px 0 0;
	}
	.sidebar-left {
		float: left !important;
	}

	#sidebar .btn {
		float: none;
	}

	.post {
		/* margin: 0 0 35px; */
	}

	.post.without-image {
		margin: 0 0 23px;
	}

	.post.without-image h2 {
		padding: 0;
	}

	.post h2 {
		padding: 0; /* 0 20% 0 0 */
	}

	.published {
		padding: 0 0 13px 30px;
	}

	.buttons-list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		padding: 0 0 27px;
	}

	.buttons-list li {
		width: 43%; /* 43% */
	}

	#sidebar .gray-box {
		margin: 0 -16px 23px -22px;
	}

	#sidebar .dark-gray-box {
		margin: 0 -16px 23px -22px;
	}

	.footer-info {
		padding: 34px 0 19px;
	}

	.footer-info .col {
		width: 50%;
		padding: 0 0 0 20px;
	}

	.footer-info .col:first-child {
		float: right;
		padding: 3px 26px 0 45px;
		width: 50%;
	}

	address + address {
		font-size: 18px;
	}

	#footer ul li {
		padding: 0 0 4px;
	}

	#footer ul li:before {
		padding: 0 6px 0 4px;
	}
}

@media (min-width: 1024px) {
	.slogan {
		width: 60%;
	}

	#nav .nav-drop > ul > li > a {
		padding: 20px 26px;
	}

	.footer-info .col:first-child {
		width: 30%;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
		text-decoration: none;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.container {
		padding-bottom:40px;
	}

}

@media print{
	#header, #sidebar, .footer-info, #footer, #share-block, .navigation-single, .post-content img, .page-id-75 .buttons-list img{
		display:none !important;
	}
}