b[sm-more],
b[sm-less] {
	font-weight:bold;
	color:#1b43aa;
	cursor:pointer;
}

b[sm-less].hide,
b[sm-more].hide,
span[sm-text].hide
{
	display:none;
}

#UserDialog_Table, .uploadtable
{
  z-index:1001;
  position:absolute;
  display:none;
  left:0px;
  top:0px;
}

#UserDialog_Table {
    left:50%;
    top:0;
    transform: translate(-50%,0);
    width:100%;
    max-width:450px;
}

@media only screen and (max-width: 470px) {
    #UserDialog_Table {
        width:90%;
    }
}

#EditDialog_Table
{
  z-index:120;
  position:absolute;
  display:none;
  left:0px;
  top:0px;
}

.topmessage
{
  background-color:#e4efd7;
  border:1px solid #80b265;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-weight:bold;
  padding:16px 0px;
  text-align:center;
  margin: 0px auto 10px auto;
  width:100%;
  max-width:726px;
  box-sizing: border-box;
}

.topmessage .close
{
  background:url(/img/msgsclosebtn.gif);
  display:block;
  width:15px;
  height:15px;
  float:right;
  margin-left:-20px;
  margin-right:5px;
  margin-top:-12px;
}

.topmessage .close:hover
{
  background:url(/img/msgsclosebtn_lit.gif);
}

.small{
  color:#999;
  font-size:13px;
  padding:0 0 6px 0;
}

tr.small.complaints  td{
	padding-bottom:30px;
}

.small a, .green-link {
	color:#008000;
	text-decoration:none;
	display: inline;
	cursor:pointer;
}

.small a:hover, .green-link:hover {
  	text-decoration:underline;
}

div.stars-small {
    float: right;
	margin:4px 4px 4px 10px;
    width: 92px;
    height: 16px;
    background:url(/img/stars_small.png) -95px 0 no-repeat;
}

div.stars-small-0 {
    display:none;
}
div.stars-small-1 {
    background-position: -76px 0;
}
div.stars-small-2 {
    background-position: -57px 0;
}
div.stars-small-3 {
    background-position: -38px 0;
}
div.stars-small-4 {
    background-position: -19px 0;
}
div.stars-small-5 {
    background-position: 0 0;
}


div.stars-big {
    float: left;
    width: 125px;
    height: 22px;
    background:url(/img/stars_big.png) -125px 0 no-repeat;    
}

div.stars-big a {
    display:inline-block;
    height: 22px;
    width: 25px;
    text-decoration: none;
}

div.stars-big-0 {
    background-position: -125px 0;
}
div.stars-big-1 {
    background-position: -100px 0;
}
div.stars-big-2 {
    background-position: -75px 0;
}
div.stars-big-3 {
    background-position: -50px 0;
}
div.stars-big-4 {
    background-position: -25px 0;
}
div.stars-big-5 {
    background-position: 0 0;
}

a.btn-like {
	float: right;
	margin-left: 10px;
	width: 60px;
	height: 24px;
	display: block;
	background:url(/img/like-btn.png) 0 0 no-repeat;
}

a.btn-like:hover {
    background-position: 0 -24px;
}

a.btn-unlike {
	float: right;
	margin-left: 10px;
	width: 60px;
	height: 24px;
	display: block;
	background:url(/img/like-btn.png) 0 -48px no-repeat;
}

a.btn-unlike:hover {
    background-position: 0 -72px;
}

.like-count {
	float: right;
	font-weight: bold;
	font-size: 11px;
	color: #008000;
	margin: 5px 0px 0 5px;
}

.profimgcont
{
	vertical-align:middle;
	display:inline-block;
	padding:1px;
	border:1px solid #eeeeee;
	font-size:0px;
	line-height:0px;
	border-radius:50%;
	overflow:hidden;
}
.profimgcont > div {
	background-size:cover;
	background-position:50% 50%;
	width:20px; 
	height:20px;
}
a.profimg:hover {
	text-decoration:none;
}


.best-post {
	float: right;
	background-color: #6ebc45;
	color: white;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 10px 5px 10px;
	margin: 0 0 0 10px;
	border-radius:3px;
}

a.btn-orange,
a.btn-red,
a.btn-gray {
	background-color:#ff8000;
	color:white;
	font-size:14px;
	font-weight:bold;
	padding:10px;
	text-decoration: none !important;
	border-radius: 4px;
	border-bottom: 2px solid #cc6600;
	white-space: nowrap;
	display:inline-block;
}
a.btn-orange:hover {
	background-color:#ffa64d;
	border-bottom:2px solid #ee8a26;
	color:white;
}

a.btn-red {
	font-size:12px;
	background-color:#d14c31;
	border-bottom: 2px solid #b13c24;
}
a.btn-red:hover {
	background-color:#e2634a;
	border-bottom: 2px solid #c25039;
}

a.btn-blue {
	background-color:#68ace0;
	color:#f8f8f8;
	font-size:14px;
	font-weight:bold;
	padding:5px 30px;
	text-decoration:none;
	border-radius: 4px;
	border-bottom: 2px solid #49799d;
	white-space: nowrap;
}

a.btn-blue:hover {
	background-color:#589cd0;
}

a.btn-gray {
	background-color:#c9c9c9;
	border-bottom: 2px solid #b4b4b4;
}

a.btn-gray:hover {
	background-color:#dcdcdc; 
	border-bottom: 2px solid #c9c9c9;
}

div.stars2-big {
    width: 125px;
    height: 22px;
    background:url(/img/stars.png) -125px 0 no-repeat;    
}

div.stars2-big-0 {
    background-position: -125px 0;
}
div.stars2-big-1 {
    background-position: -100px 0;
}
div.stars2-big-2 {
    background-position: -75px 0;
}
div.stars2-big-3 {
    background-position: -50px 0;
}
div.stars2-big-4 {
    background-position: -25px 0;
}
div.stars2-big-5 {
    background-position: 0 0;
}

div.dot-green {
	background:url(/img/dots.png) 0px 4px no-repeat;    
	padding-left: 12px;
}
div.dot-red {
	background:url(/img/dots.png) 0px -20px no-repeat;
	padding-left: 12px;
}
div.dot-black {
	background:url(/img/dots.png) 0px -44px no-repeat;    
	padding-left: 12px;
}

.company_header {
	padding-bottom:20px;
}

.company_header h1 {
	 font-weight:normal;
	 line-height:28px;
	 margin-top:20px;
}

.foto-btn {
	overflow:auto;
	display: inline-block;
	cursor:pointer;
}
.foto-btn-link {
    text-decoration:none;
    padding:13px 30px 14px 60px;
    display:block;
    width:auto;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48ZGVmcz48c3R5bGU+LmF7ZmlsbDpub25lO30uYntmaWxsOiMyNDU3YmE7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJhIiBkPSJNMCwwSDI0VjI0SDBaIi8+PHBhdGggY2xhc3M9ImIiIGQ9Ik0xOCwyMEg0VjZoOVY0SDRBMi4wMDYsMi4wMDYsMCwwLDAsMiw2VjIwYTIuMDA2LDIuMDA2LDAsMCwwLDIsMkgxOGEyLjAwNiwyLjAwNiwwLDAsMCwyLTJWMTFIMThabS03Ljc5LTMuMTdMOC4yNSwxNC40Nyw1LjUsMThoMTFsLTMuNTQtNC43MVpNMjAsNFYxSDE4VjRIMTVjLjAxLjAxLDAsMiwwLDJoM1Y4Ljk5Yy4wMS4wMSwyLDAsMiwwVjZoM1Y0WiIvPjwvc3ZnPg==') 30px center no-repeat;
    float:left;
    border: 1px dashed #EBEBF2;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    color: #2457BA;
    font-family: 'Proxima Nova';
}
.foto-btn-link:hover {
    color: #1C418A;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48ZGVmcz48c3R5bGU+LmF7ZmlsbDpub25lO30uYntmaWxsOiMxQzQxOEE7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJhIiBkPSJNMCwwSDI0VjI0SDBaIi8+PHBhdGggY2xhc3M9ImIiIGQ9Ik0xOCwyMEg0VjZoOVY0SDRBMi4wMDYsMi4wMDYsMCwwLDAsMiw2VjIwYTIuMDA2LDIuMDA2LDAsMCwwLDIsMkgxOGEyLjAwNiwyLjAwNiwwLDAsMCwyLTJWMTFIMThabS03Ljc5LTMuMTdMOC4yNSwxNC40Nyw1LjUsMThoMTFsLTMuNTQtNC43MVpNMjAsNFYxSDE4VjRIMTVjLjAxLjAxLDAsMiwwLDJoM1Y4Ljk5Yy4wMS4wMSwyLDAsMiwwVjZoM1Y0WiIvPjwvc3ZnPg0K') 30px center no-repeat;
}
.foto-btn a.video {
	background:url(/img/video-icon.png) 10px 50% no-repeat #f1f1f2;
}

.bread-crumbs {
	color: #909095;
	font-size:13px;
}

.bread-crumbs > * {
	height:16px;
	display:inline-flex;
	align-items:center;
	vertical-align:middle;
}

.bread-crumbs .home {
	display:inline-flex;
	vertical-align:top;
	cursor:pointer;
}

.bread-crumbs > span:after {
    content: "\203A";
	display: inline-block;
    padding: 0 8px;
}

.bread-crumbs > span:last-child:after {
	content:"";
}

.bread-crumbs a {
	color: #008000;
}
.resolved-text {
    background: rgba(76, 148, 30, 0.16);
	padding: 8px 8px 8px 15px;
	margin: 10px 0 5px 0;
	color: #0F122E;
	font-size: 16px;
	line-height: 1.5;
    font-family: 'Proxima Nova';
    position: relative;
    border-radius: 4px;
}

.resolved-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 4px;
    border-radius: 0 100px 100px 0;
    background: #4C941E;
}

.resolved-text_sended {
    display: inline-flex;
    background: rgba(36, 87, 186, 0.1);
    color: #0F122E;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 4px;
    position: relative; 
    padding: 6px 20px 12px 65px;
    border: none;   
}

.resolved-text_sended::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48ZGVmcz48c3R5bGU+LmF7ZmlsbDpub25lO30uYntmaWxsOiMyNDU3YmE7fTwvc3R5bGU+PC9kZWZzPjxyZWN0IGNsYXNzPSJhIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiLz48cGF0aCBjbGFzcz0iYiIgZD0iTTI2LDRINC42NjdBMi42NjMsMi42NjMsMCwwLDAsMi4wMTMsNi42NjdMMiwyMi42NjdhMi42NzUsMi42NzUsMCwwLDAsMi42NjcsMi42NjdIMTUuMzMzVjIyLjY2N0g0LjY2N1Y5LjMzM0wxNS4zMzMsMTYsMjYsOS4zMzNWMTZoMi42NjdWNi42NjdBMi42NzUsMi42NzUsMCwwLDAsMjYsNFpNMTUuMzMzLDEzLjMzMyw0LjY2Nyw2LjY2N0gyNlpNMjIuNDUzLDI4bC00LjcyLTQuNzIsMS44OC0xLjg4LDIuODI3LDIuODI3LDUuNjUzLTUuNjUzTDMwLDIwLjQ1M1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNjY3IDEuMzMzKSIvPjwvc3ZnPg==') center no-repeat;
}

.resolved-text.support {
	background: #f3f5f5;
}
.resolved-text.support::before {
    background: #799ee9;
}
.resolved-text.author {
	background: #f3f5f5;
}
.resolved-text.author::before {
    background: #eaad1a;
}
.resolved-text.user {
	background: #f3f5f5;
}
.resolved-text.user::before {
    background: #d5d7d8;
}

.resolved-text h4 {
    color: #909095;
	font-weight: bold;
}

.resolved-text span {
	color: #909095;
	display: block;
	margin-bottom: 15px;
}

.resolved-text-date {
	display: block;
	font-size: 14px;
    line-height: 1.5;
	color: rgba(15, 18, 46, 0.6);
}

.resolved-text-title,
.resolved-text-title__icon {
	color: #4C941E;
	font-size:15px;
	margin:0;
}

.resolved-text-title__icon {
    padding-left: 20px;
    position: relative;
    display: inline-flex;
    font-weight: 700;
}

.resolved-text-title__icon::before {
    content: "";
    display: inline-flex;
    width: 16px;
    height: 16px;
    left: 0;
    position: absolute;
    top: 2px;
    background: url('data:image/svg+xml;base64,PHN2ZyBpZD0iY2hlY2tfY2lyY2xlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBpZD0iVmVjdG9yIiBkPSJNOCwwYTgsOCwwLDEsMCw4LDhBOCw4LDAsMCwwLDgsMFpNNi40LDEybC00LTRMMy41MjgsNi44NzIsNi40LDkuNzM2bDYuMDcyLTYuMDcyTDEzLjYsNC44WiIgZmlsbD0iIzYyYTgyNCIvPgo8L3N2Zz4K') center no-repeat;
}

.resolved-text-info {
	padding-top:7px;
}

.resolved-text-name {
    font-weight: bold;
}

.shadow-box {
	padding:30px 40px;
	background-color:white;
	border-radius:15px;
	box-shadow: 0 0 5px 0 #e2e3e1;
}
.shadow-box.margin-top {
	margin-top:15px;
}
.shadow-box.no-padding {
	padding:0;
}
.gray-header {
	padding:30px 0 10px 0;
	color: #999;
}
.gray-header.no-padding {
    padding:0;
}
.gray-header.no-top-padding {
    padding-top:0;
}
.gray-header h1,
.gray-header h2 {
    font-size: 22px;
    font-weight: normal;
	margin:0;
}
.gray-header .sort-by {
	text-align:right;
	padding:10px 0;
	font-size:13px;
}

.bname_fp_logo {
	width:60px;
	height:60px;
	display:inline-block;
	border-radius:50%;
	background-position:50% 50%;
	border:1px solid rgba(0,0,0,0.1);
	background-size: contain;
	background-repeat: no-repeat;
}
.bname_no_logo {
	width:60px;
	height:60px;
	display:inline-flex;
	align-items:center;
    justify-content:center;
	color:white;
	border-radius:50%;
	font-size:18px;
	font-weight: 700;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.bname_no_logo.s60 {
	font-size:24px;
}
.bname_no_logo.s122 {
	width:122px;
	height:122px;
	font-size:44px;
	background-size: 120px auto;
}
.bname_no_logo.s20 {
	width:24px;
	height:24px;
	font-size:14px;
}
.bname_no_logo.user_profile {
	width: 100px;
	height: 100px;
	border: 3px solid white;
	border-radius: 50%;
	margin: 0 15px 15px 0;
	float: left;
	font-size:38px;
	font-weight:500;
}
.bname_no_logo.profile-top {
	width: 54px;
	height: 54px;
	background-image:none;
}
.bname_no_logo.A {background-color:#99a8cc;}
.bname_no_logo.B {background-color:#b7cc99;}
.bname_no_logo.C {background-color:#cc99c6;}
.bname_no_logo.D {background-color:#99ccc4;}
.bname_no_logo.E {background-color:#ccb599;}
.bname_no_logo.F {background-color:#a699cc;}
.bname_no_logo.G {background-color:#9bcc99;}
.bname_no_logo.H {background-color:#cc99aa;}
.bname_no_logo.I {background-color:#99b9cc;}
.bname_no_logo.J {background-color:#c8cc99;}
.bname_no_logo.K {background-color:#c299cc;}
.bname_no_logo.L {background-color:#99ccb3;}
.bname_no_logo.M {background-color:#cca499;}
.bname_no_logo.N {background-color:#999dcc;}
.bname_no_logo.O {background-color:#accc99;}
.bname_no_logo.P {background-color:#cc99bb;}
.bname_no_logo.Q {background-color:#99cacc;}
.bname_no_logo.R {background-color:#ccbf99;}
.bname_no_logo.S {background-color:#b099cc;}
.bname_no_logo.T {background-color:#99cca2;}
.bname_no_logo.U {background-color:#cc99a0;}
.bname_no_logo.V {background-color:#99afcc;}
.bname_no_logo.W {background-color:#becc99;}
.bname_no_logo.X {background-color:#cc99cc;}
.bname_no_logo.Y {background-color:#99ccbd;}
.bname_no_logo.Z {background-color:#ccae99;}

.adsbygoogle {
	width:100%;
}

div.google-sticky-banner {
	padding: 10px 0 25px 0;
	width:100%;
}

div.google-top-banner {
	padding:12px 0px;
	text-align:center;
	box-sizing:border-box;
	margin:0 auto;
	max-width:1160px;
	width:100%;
}
div.google-bottom-banner,
div.google-middle-banner,
div.google-related-middle-banner {
	text-align:center;
	padding:25px 15px;
	max-width:1160px;
	margin:0 auto;
	width:100%;
}
div.google-middle-banner > .inner {
	width:100%;
	height:100%;
}
div.google-list-banner,
div.google-middle-banner,
div.google-related-middle-banner {
	max-width:750px;
}
div.google-list-banner {
	margin:20px auto;
	text-align:center;
	width:100%;
}
div.google-right-banner {
	text-align:center;
	padding:0 0 15px 0;
/*	max-width:300px;*/
	margin-left:auto;
	margin-right:auto;
	width:100%;
}

div.add-a-comment,
div.resolve {
	float:right;
	margin:-10px 0px 0 10px;
}
div.resolve {
	padding:8px 0 8px 0px;
}
div.viewcompl-link {
	display:in
}

table.company-view {
	background-color:#f8f8f8;
	width:100%;
	margin-top:8px;
}
table.company-view td:first-child {
	width:180px;
	padding:18px;
	vertical-align:top;
}
table.company-view td:last-child {
	color:#1d1d1e;
	line-height:18px;
}

div.categories.top5 {
	padding:10px 0 0 0;
}
div.categories.top5 h3 {
	margin-left:10px;
}
div.categories.top5 > div.top5-row {
	position:relative;
	height:58px;
	cursor:pointer;
}
div.categories.top5 > div.top5-row > div:first-child {
	position:absolute;
	top:50%;
	left:20px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	background:#64af37;
	color:white;
	border-radius:3px;
	padding:4px 0 0 7px;
	height:24px;
	width:25px;
	box-sizing:border-box;
}
div.categories.top5 > div.top5-row > div.image {
	width:48px;
	height:48px;
	border:1px solid #dedede;
	border-radius:24px;
	overflow:hidden;
	position:absolute;
	top:8px;
	left:40px;
	background-color:white;
	background-position:50% 50%;
	background-size:100% auto;
	background-repeat:no-repeat;
}
div.categories.top5 > div.top5-row > div:last-child {
	padding-top:20px;
	color:#1b43aa;
	font-size:18px;
	padding-left:100px;
	box-sizing:border-box;
	text-align:left;
}
div.categories.top5 > div.top5-row > div:last-child:hover {
	text-decoration:underline;
}
div.categories.top5 > div.top5-bottom {
	padding:20px 0 20px 0;
	text-align:center;
	border-top:1px solid #f1f1f2;
}
div.categories.top5 > div.top5-bottom a {
	color:#e1685c;
	text-decoration:none;
}

div.categories.top5 > div.top5-bottom a:hover {
	opacity:0.6;
}

.fpi{
  display:inline-block;
  position:relative;
  width:135px;
  height:90px;
  background-position:50%;
  background-size:auto 135px;
  border: 2px solid #fff;
  border-radius:3px;
  box-shadow: 0px 0px 2px 1px rgba(0,0,0,.15);
  margin:5px 15px 5px 5px;
  cursor:pointer;
  transition: all .2s ease-in-out;
  box-sizing: border-box;
  float:left;
}
.fpi:after{
  content:'';
  display:block;
  opacity:0;
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background: url(/img/link_symbol.png) no-repeat 50%, linear-gradient(to right, rgba(0, 0, 0, 0),  rgba(0, 0, 0, 0));

  transition: all .2s ease-in-out;
}
.fpi:hover:after {
    opacity: 1;
    background: url(/img/link_symbol.png) no-repeat 50%, linear-gradient(to right, rgba(0, 0, 0,.50), rgba(0, 0, 0,.50));
}
@media screen and (max-width: 380px){
  .fpi{
    display:block;
    margin:0px 0px 10px 0px;
    border-radius:0px;
    border: 0px solid #fff;
    width:100%;
    height:200px;
    box-sizing: border-box;
    background-size:cover;
  }
  .fpi:after{
    display:none;
  }
  .fpi:hover{
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,.15);
  }
}

div.google-mean {
	display:table;
	width:100%;
}
div.google-mean > div {
	display:table-cell;
	border:1px solid #dbbf89;
	border-right:none;
	background:#f6f2cd;
	color:#bfa36e;
	font-size:12px;
	border-top-left-radius:3px;
	vertical-align:middle;
}
div.google-mean.no-fixes > div {
	color:black;
	border:1px solid gray;
	border-right:none;
	background:lightgray;
}
div.google-mean > div:first-child {
	padding:10px;
}
div.google-mean > div:last-child {
	width:50px;
	border-right:1px solid #dbbf89;
	border-left:none;
	text-align:center;
}
div.google-mean b {
	color:black;
}

.profile-navigation{
	position: absolute;
	z-index: 1;
	margin: 5px 0 0 -60px;
	height: 10px;
}
.profile-navigation ul{
	visibility:hidden;
	opacity:0;
	margin-top: 10px;
	color:#fff;
	background-color:white;
	box-shadow: 0 0px 5px 0px rgba(0, 0, 0, .2);
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	border-radius:3px;
	list-style-type:none;
	padding:15px 0px 15px 0px;
	transition: all .1s ease-in-out;
	z-index:15;
}

.profile-navigation:before {
	visibility:hidden;
	opacity:0;
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	background-color: white;
	transform: rotate(45deg);
	margin: 2px 0 0 0;
	left:50%;
	z-index: 1;
	border-top: 1px solid rgba(0, 0, 0, .15);
	border-left: 1px solid rgba(0, 0, 0, .15);
}

.profile-navigation li a{
	text-decoration:none;
	display:block;
	padding:10px 30px 10px 30px;
	text-align:center;
	width:100%;
	box-sizing:border-box;
	color:#64af37;
	transition: all .1s ease-in-out;
}
.profile-navigation li a:hover{
	color:white;
	background-color:#64af37;
	text-decoration:none;
}

.profile-navigation-parent:hover ul,
.profile-navigation-parent:hover .profile-navigation:before {
	visibility:visible;
	opacity:1;
}

.videos {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    margin: 10px 0;
    justify-content: center;
}

.videos > * {
    margin: 0 5px 5px 5px;
}

.videos video {
    width: 80%;
}

.scroll-top {
    display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 0px;
    border-radius: 50%;
    background: black;
    color: white;
    padding: 19px 15px 11px 15px;
    opacity: .5;
    transition: all .15s linear;
    z-index: 100;
}

.scroll-top:hover {
    opacity: 1;
}

.scroll-top:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: 3px solid white;
    border-left: 3px solid white;
    transform:rotate(45deg);
}

.header-cookie .header-cookie-wrapper {
    text-align: left;
    position: fixed;
    bottom: 40px;
    right: 40px;
    padding: 40px 30px;
    max-width: 390px;
    background: #414142;
    color: white;
    font-size: 16px;
    line-height: 24px;
    transition: all .15s linear;
    z-index: 1000;
}

.header-cookie p a {
    color: white;
    text-decoration: underline;
}

.header-cookie-full:before {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 1000;
}

.header-cookie.header-cookie-full .header-cookie-wrapper {
    position: fixed;
    right: auto !important;
    bottom: auto !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.company-list {
    columns: 3;
}

.footer-company-links {
    padding: 15px;
}

.footer-company-links a {
    padding: 5px;
}

@media only screen and (max-width: 1250px) {
	div.google-top-banner,
	div.google-bottom-banner,
	div.google-middle-banner,
	div.google-related-middle-banner {
		padding:25px 0px;
	}
}

@media all and (max-width: 1024px) {
    .header-cookie-wrapper {
	right: 0 !important;
	bottom: 0 !important;
    }

    .header-cookie-full .header-cookie-wrapper {
	right: auto !important;
	bottom: auto !important;
    }
}

@media all and (max-width: 630px) {
	.shadow-box {
		padding: 20px 20px 20px 20px;
	}
	div.google-middle-banner {
		position:relative;
		height:330px !important;
	}
	div.google-middle-banner > .inner {
		position:absolute;
		width:calc(100% + 60px) !important;
		left:-30px;
		display: flex;
		justify-content: center;
		align-items:center;
	}
    
    .gray-header h1,
    .gray-header h2 {
        font-size:18px;
        margin:0;
    }
}

@media all and (max-width: 465px) {
    .header-cookie .header-cookie-wrapper {
	min-width: 70vw;
    }
    
    .company-list {
	columns: 1;
    }
    
}
td.tl,td.tr,td.bl,td.br
{
	width:10px;
	height:10px;
	font-size:4px;
}
td.tm,td.ml,td.mm,td.mr,td.bm
{
	background-color:white;
	font-size:4px;
}
td.mm
{
	padding:5px 0px 14px 14px;
}
td.mm.close
{
	padding:0;
	vertical-align:top;
	width:15px;
}
td.mm.close img {cursor:pointer}
td.tl
{
	background:url('/img/panel/tl.gif') no-repeat;
}
td.tr
{
	background:url('/img/panel/tr.gif') no-repeat;
}
td.bl
{
	background:url('/img/panel/bl.gif') no-repeat;
}
td.br
{
	background:url('/img/panel/br.gif') no-repeat;
}



.rem{
  color:#999;
}
.complaint a,
.complaint .like-a {
  color:#1b43aa;
  text-decoration:none;
  font-size:22px;
  font-weight:normal;
  line-height:28px;
  display:inline;
  word-break: break-word;
}
.complaint .like-a {
	color:#1d1d1e;
}

.more-txt-links-block {
	display:block;
	padding:20px 0;
}
.more-txt-links-block > a {
	display:none;
}
.more-txt-links-block.closed .closed {
	display:inline-block;
	color: #1b43aa;
}
.more-txt-links-block:not(.closed) .opened {
	display:inline-block;
	color: #1b43aa;
}
.more-txt {
	padding-top:6px;
}
.more-txt.closed {
	max-height:70px;
	overflow-y: hidden;
	color:#999;
}
.more-txt.type-opened:not(.closed) .fpi {
    display:none;
}

.advcomplaint .compl-text {
    padding-bottom:0;
}

.advcomplaint .linked-pages {
    height:35px;
    vertical-align:middle;
    text-align:right;
}

.advcomplaint .linked-pages .page {
    display:inline-flex;
    align-items:center;
    padding-left:20px;
    font-size:13px;
    color:#69696d;
}

.advcomplaint .linked-pages .page a {
    font-size:13px;
    color:#69696d;
    text-decoration:none;
    cursor:pointer;
}

.advcomplaint .linked-pages .page a:hover {
    color:#1d1d1e;
}

.advcomplaint .linked-pages .page img {
    margin-right:5px;
}
.advcomplaint .linked-pages .advance-text {
    padding-left:5px;
}

.advcomplaint .linked-pages .page.helpful .advance-text {
    color:#00743f;
}

.advcomplaint .linked-pages .page.helpful .advance-text:empty {
    display:none;
}

.more-comments {
	display:none;
}
.more-comments.opened {
	display:block;
	padding-left: 20px;
}
.more-add-comment {
	display:none;
}
.more-add-comment.show {
	display:block;
}
td.more-add-comment.show {
	display:table-cell;
}
.more-add-comment h4 {
	font-size: 18px;
	display: inline;
	font-weight: normal;
}

.complaint a:hover{
  text-decoration:underline;
}

.complaint h1,
.compl-text h1
{
  font-size:28px;
  line-height:30px;
  display:inline;
  word-break: break-word;
}

.compl-text h1
{
	font-weight:normal;
}

h4{
  font-size:18px;
  display:inline;
  font-weight:normal;
}
.compl-text{
  text-align:left;
  font-size:17px;
  line-height: 24px;
  padding-bottom:6px;
  box-sizing: border-box;
}

.compl-text a{
  color:#2457ba;
  text-decoration:none;
}

.compl-text a:hover{
  color:#2457ba;
  text-decoration:underline;
}
.red-small{
  padding-top:4px;
  font-size:11px;
  color:#999;
}

.red-small a{
  font-size:11px;
  color:#008000;
  text-decoration:none;
}

.red-small a:hover{
  font-size:11px;
  color:#008000;
  text-decoration:underline;
}

div.feature-stories {
	width:100%;
	padding:0;
	position:relative;
	cursor:pointer;
	overflow:hidden;
}

div.feature-stories.h246 {
	height:246px;
}

div.feature-stories > div{
  display:block;
  position:relative;
  width:95%;
  max-width:480px;
  height:220px;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor:pointer;
  transition: all .3s ease-in-out;
  border-radius: 10px;
  margin: 1px auto;
  margin-bottom: 15px;
  box-sizing: border-box;
}
div.feature-stories > div:last-child {
	margin-bottom:0;
}
div.feature-stories > div:after{
  content: '';
  opacity: .6;
  display: block;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, .1),  rgba(0, 0, 0, .9));
  transition: all .3s ease-in-out;
  z-index:1;
  border-radius: 10px;
}
div.feature-stories > div:before{
  content: attr(data-featured-title);
  position:absolute;
  bottom:0px;
  color:#fff;
  padding:0px 15px 15px 15px;
  opacity: 1!important;
  z-index:2;
  display:block;
}
div.feature-stories > div:hover:after{
  opacity: 1;
  background: linear-gradient(rgba(0, 0, 0, .2),  rgba(0, 0, 0, .8));
}
#errors
{
  padding-left:15px;
}

.form{
  color:#000;
}

.form td{
 
}
#body .form .left,#body .form .right
{
	vertical-align:top;
	padding-top:8px;
}

#body .form .right
{
  text-align:right;
  padding-right:6px;
  font-weight:bold;
}

.form .title.lableft {
	padding:0px 15px 0 0;
}

.form select{
	width:100%;
	height:200px;
	max-width:300px;
	margin:5px 0;
	border: 1px solid #cccccc;
	border-top: 1px solid #9a9a9a;
	height: 30px;
	padding:4px;
}

.form textarea{
  width:100%;
  height:200px;
  border:solid 1px #999;
  padding:4px;
}

.forminpt{
  width:212px;
  border:solid 1px #999;
  box-sizing:border-box;
  height:30px;
  padding:1px 4px 3px 4px;
  :2px 4px 2px 4px;
  vertical-align:middle;
  margin:4px 0;
}

.forminpt.company-name,
.width300 {
	width:100%;
	max-width:300px;
}

.width300.progress {
	padding:1px; 
	border:1px solid #aaaaaa;
	display:none;
}

.width300.progress > div {
	background:#64af37;
	height:4px;
}

div.spellcheck {
	float:right;
	padding-top:2px;
}

.image-list__wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.image-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.image-list > div.del {
    
}
.image-list > div.del {
    display: inline-block;
    margin: 0 5px 40px 0;
    border-radius: 4px;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 111px;
    height: 111px;
    cursor: pointer;
}
.image-list .del::after {
    content: "";
    position: absolute;
    transition: all .2s ease-in-out;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzYgNTEyIj48cGF0aCBkPSJNMjg4IDE0NGExMTAuOTQgMTEwLjk0IDAgMCAwLTMxLjI0IDUgNTUuNCA1NS40IDAgMCAxIDcuMjQgMjcgNTYgNTYgMCAwIDEtNTYgNTYgNTUuNCA1NS40IDAgMCAxLTI3LTcuMjRBMTExLjcxIDExMS43MSAwIDEgMCAyODggMTQ0em0yODQuNTIgOTcuNEM1MTguMjkgMTM1LjU5IDQxMC45MyA2NCAyODggNjRTNTcuNjggMTM1LjY0IDMuNDggMjQxLjQxYTMyLjM1IDMyLjM1IDAgMCAwIDAgMjkuMTlDNTcuNzEgMzc2LjQxIDE2NS4wNyA0NDggMjg4IDQ0OHMyMzAuMzItNzEuNjQgMjg0LjUyLTE3Ny40MWEzMi4zNSAzMi4zNSAwIDAgMCAwLTI5LjE5ek0yODggNDAwYy05OC42NSAwLTE4OS4wOS01NS0yMzcuOTMtMTQ0Qzk4LjkxIDE2NyAxODkuMzQgMTEyIDI4OCAxMTJzMTg5LjA5IDU1IDIzNy45MyAxNDRDNDc3LjEgMzQ1IDM4Ni42NiA0MDAgMjg4IDQwMHoiIGZpbGw9IiM0Yzk0MWUiIC8+PC9zdmc+DQo=') center no-repeat;
    background-size: 4px auto;
    visibility: hidden;
    opacity: 0;
}

.image-list .del:hover::after {
    visibility: visible;
    opacity: 1;
    background-size: 24px auto;
}

.image-list .del::before {
    content: "";
    display: inline-flex;
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: -29px;
    transform: translateX(-50%);
    left: 50%;
    cursor: pointer;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48ZGVmcz48c3R5bGU+LmF7ZmlsbDpub25lO30uYntmaWxsOiNlYjU3NTc7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJhIiBkPSJNMCwwSDI0VjI0SDBaIi8+PHBhdGggY2xhc3M9ImIiIGQ9Ik0xNiw5VjE5SDhWOWg4TTE0LjUsM2gtNWwtMSwxSDVWNkgxOVY0SDE1LjVaTTE4LDdINlYxOWEyLjAwNiwyLjAwNiwwLDAsMCwyLDJoOGEyLjAwNiwyLjAwNiwwLDAsMCwyLTJaIi8+PC9zdmc+') center no-repeat;
}
.image-list .del:hover::before {
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48ZGVmcz48c3R5bGU+LmF7ZmlsbDpub25lO30uYntmaWxsOiMwZjEyMmU7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJhIiBkPSJNMCwwSDI0VjI0SDBaIi8+PHBhdGggY2xhc3M9ImIiIGQ9Ik0xNiw5VjE5SDhWOWg4TTE0LjUsM2gtNWwtMSwxSDVWNkgxOVY0SDE1LjVaTTE4LDdINlYxOWEyLjAwNiwyLjAwNiwwLDAsMCwyLDJoOGEyLjAwNiwyLjAwNiwwLDAsMCwyLTJaIi8+PC9zdmc+DQo=') center no-repeat;
}

/* .image-list > div.del:hover::after {
    display: block;
}
.image-list > div.del::after {
    content: attr(title);
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #b9483e;
    opacity: .7;
    font-size: 10px;
    padding: 10px;
    text-align: center;
    color: white;
} */

@media only screen and (max-width: 580px){
	div.spellcheck {
		float:none;
	}
	.forminpt{
		width:90%;
	}
	.form select,
	.forminpt.company-name,
	.width300{
		max-width:none;
		width:90%;
	}
}

.form .txtareawrap
{
  margin-right:10px;
}

.formbtn
{
  background:url('/img/spit.gif') no-repeat;
  border:none;
  width:104px;
  font-weight:bold;
  height:24px;
  padding:0 0 2px 0px;
  _padding:0 0 3px 0px;
}
@-moz-document url-prefix() 
{
	.formbtn
	{
		padding-bottom:5px;
	}
}
a.button
{
	background:url(/img/spit.gif);
	text-decoration:none;
	display:block;
	width:104px;
	height:24px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:black;
	margin:0 auto;
	line-height:24px;
}
a.button:hover
{
	color:#f65815;
}
.formbtn.orange
{
	background:url(/img/panel/obg.jpg);
	width:88px;
	height:24px;
	color:white;
	font-weight:bold;
	cursor:pointer;
  padding-bottom:2px;
}

.spitbg{
	background:url(/img/spit-bg.gif) no-repeat;
	width:130px;
	text-align:center;
	padding:13px 0 13px 0;
	margin:0;
}

.red
{
	color:#C00;
	line-height:24px;
	padding-bottom:10px;
}
ul.red
{
	margin:0;
	padding:0;
}

.spellcheckbtn
{
  background: url(/img/spellcheck_btn.png) 0px -30px no-repeat;
  width:150px;
  height:21px;
  padding:9px 0px 0px 10px;
  text-align:center;
  line-height:13px;
  display:inline-block;
  text-decoration:none;
  color:#000;
}

.spellcheckbtn:hover {background-position:0px 0px;text-decoration:none}

input.nginput {
	border:1px solid #d5d7d8;
	border-radius:3px;
	padding:15px;
	color:black;
	outline:none;
	margin:7px 0;
}
input.nginput:focus {
	color:#b4b4b4;
}

.red.errors {
	list-style:none;
}

.loading {
    position: relative;
}
.loading::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(/img/loading.gif) no-repeat 50% 50% rgba(255,255,255,.7);
}

.post-comment {
	padding: 0 0 20px 0;
}
.post-comment .your-ratting {
	vertical-align:middle;
	padding-right:10px;
}
.post-comment .your-stars {
	vertical-align:middle;
	padding-right:20px;
}
.post-comment .your-stars .block {
	float:left;
	background-color:white;
	padding:8px;
	border-radius:4px;
}
.post-comment .no-ratting {
	vertical-align:middle;
}
.post-comment .txtareawrap.form {
	padding:0 0 7px 0;
}
.post-comment textarea[name=text] {
	width:100%;
	height:150px;
	border: 1px solid #EBEBF2;
    background: #ffffff;
    border-radius: 10px;
	padding: 15px 20px;
	box-sizing:border-box;
    color: #0F122E;
    outline: none;
    font-family: 'Proxima Nova';
}
.post-comment textarea[name=text]:focus {
    border: 1px solid #DADAE1;
}
.post-comment ::-webkit-input-placeholder {
    color: rgba(15, 18, 46, 1);
    opacity: 0.4;
}

.post-comment ::-moz-placeholder {
    color: rgba(15, 18, 46, 1);
    opacity: 0.4;
}

.post-comment :-ms-input-placeholder {
    color: rgba(15, 18, 46, 1);
    opacity: 0.4;
}

.post-comment :-moz-placeholder {
    color: rgba(15, 18, 46, 1);
    opacity: 0.4;
}
.post-comment .add-image-block {
	padding:8px 0 15px 0;
}
.post-comment img.captcha {
	vertical-align:middle;
	border:1px solid #cccccc;
}
.post-comment img.arrow {
	vertical-align:middle;
	padding:0 10px;
}
.post-comment input[name=code] {
	width:80px;
	font-size:16px;
	padding:6px;
    border: 1px solid #EBEBF2;
    background: #ffffff;
    border-radius: 4px;
    font-family: 'Proxima Nova';
    outline: none;
}
.post-comment input[name=code]:focus {
    border: 1px solid #DADAE1;
}
.post-comment .buttons {
	text-align:center;
	padding:20px 20px 0 20px;
}
.post-comment__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.post-comment__terms {
    padding: 20px 20px 20px 0;
}
.post-comment__captcha {
    margin: 5px 0;
}
.post-comment__btn {
    background: #4C941E;
    border-radius: 4px;
    padding: 13px 53px;
    letter-spacing: 0.28px;
    font-size: 14px;
    line-height: 1.45;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    margin: 5px 0;
    cursor:pointer;
}
.post-comment__btn:hover {
    background: #1E6528;
    text-decoration: none;
}
@media all and (max-width: 1000px) {
	.post-comment .ratting-block {
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	.post-comment .ratting-block > * {
		display:block;
		width:100%;
		box-sizing: border-box;
		text-align:left;
		padding-left:0;
	}
	.post-comment .your-stars {
		padding:10px 0 12px 0;
	}
}
.pic-border{
  border:1px solid #CCC;
  padding:1px;
  margin-right:6px;
  text-align:left;
}

.pic-border-l{
  border:1px solid #CCC;
  padding:1px;
  margin-right:6px;
  float:left;
}
table.imgs{
  float:left;
  margin-right:10px;
}