* {
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
dl, p, h1, h2, h3, h4, h5, h6, applet, embed, object, frameset{
	margin:0 0 17px;
}
html, body, div, span, applet, embed, object, iframe, frameset,
p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center,
h1, h2, h3, h4, h5, h6, b, strong, big, u, ins,
i, cite, em, var, dfn, address, s, strike, del,
dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt,
fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio,video{
	background:none;
	border:0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block;
}
body{
	background:#fff;
	color:#4a4a4a;
	font:14px Arial, Helvetica, sans-serif;
}
a{
	color:#0283af;
	text-decoration:underline;
}
a:hover{text-decoration:none;}
img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
input,
textarea,
select{
	color:#494949;
	font: 100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form,
fieldset{
	border-style:none;
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, b, strong, th{
	font-weight:bold;
}
h1{
	color: #000;
	font:700 37px/37px Bitter, Arial, Helvetica, sans-serif;
	margin: 0 0 7px;
}
h2{
	font: 700 25px/28px Bitter, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 16px;
}
h3{font-size:120%;}
h4{font-size:110%;}
h5{font-size:100%;}
h6{font-size:90%;}
i, cite, em, var, dfn, address{
	font-style:italic;
}
u,
ins{text-decoration:underline;}
s,
strike,del{text-decoration:line-through;}
q{quotes:none;}
q:before{content:'';}
q:after{content:'';}
table, caption, tbody, tfoot, thead, tr, th, td{
	border-collapse:collapse;
	border-spacing:0;
}
th, td{
	border:1px solid #ccc;
	padding:3px 7px;
	text-align:left;
	vertical-align:top;
}
th{
	border-color:#999;
	text-align:center;
	vertical-align:middle;
}
ul{
	list-style-type:disc;
	margin:0 0 0 10px;
	padding:0 0 15px 10px;
}
ol{
	margin:0 0 0 15px;
	padding:0 0 15px 10px;
}
ul li,
ol li{list-style-position:outside;}
#access{
	height:1px;
	left:-9999px;
	overflow:hidden;
	position:absolute;
	top:auto;
	width:1px;
}
.navigation{
	overflow:hidden;
	width:100%;
}
#nav-below{padding:15px 0 0;}
.navigation .nav-previous{
	float:left;
	width:40%;
}
.navigation .nav-next{
	float:right;
	text-align:right;
	width:40%;
}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}
#wrapper{
	overflow: hidden;
	position: relative;
}
/* start center-wrap */
.center-wrap,
.center-wrap-770,
.center-wrap-960,
.center-wrap-1040,
.center-wrap-1024,
.center-wrap-1260,
.center-wrap-1264{
	margin: 0 auto;
}
.center-wrap{
	width: 940px;
}
.center-wrap-770{
	width: 770px;
}
.center-wrap-960{
	width: 960px;
}
.center-wrap-1040{
	width: 1040px;
}
.center-wrap-1024{
	width:1024px;
}
.center-wrap-1260,
.center-wrap-1264{
	width:1264px;
}

/* end center-wrap */
.align-center{
	text-align: center;
}
.align-right{
	text-align: right;
}
.right{
	float: right;
}
.left{
	float: left;
}
@-ms-viewport{
	width: device-width;
}
.visible-xs, .visible-sm, .visible-lg{
	display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block{
	display: none !important;
}
@media (max-width:767px){
	.visible-xs{
		display: block !important;
	}
	table.visible-xs{
		display: table;
	}
	tr.visible-xs{
		display: table-row !important;
	}
	th.visible-xs, td.visible-xs{
		display: table-cell !important;
	}
	.company-c-r-list .c-content-title .g-tab-nav{
		width: 100%;
	}
	.company-c-r-list .c-content-title .g-tab-nav li{
		width: 50%;
	}
}
@media (max-width:767px){
	.visible-xs-block{
		display: block !important;
	}
}
@media (max-width:767px){
	.visible-xs-inline{
		display: inline !important;
	}
}
@media (max-width:767px){
	.visible-xs-inline-block{
		display: inline-block !important;
	}
}
@media (min-width:768px) and (max-width:1039px){
	.visible-sm{
		display: block !important;
	}
	table.visible-sm{
		display: table;
	}
	tr.visible-sm{
		display: table-row !important;
	}
	th.visible-sm, td.visible-sm{
		display: table-cell !important;
	}
}
@media (min-width:768px) and (max-width:1039px){
	.visible-sm-block{
		display: block !important;
	}
}
@media (min-width:768px) and (max-width:1039px){
	.visible-sm-inline{
		display: inline !important;
	}
}
@media (min-width:768px) and (max-width:1039px){
	.visible-sm-inline-block{
		display: inline-block !important;
	}
}
@media (min-width:1040px){
	.visible-lg{
		display: block !important;
	}
	table.visible-lg{
		display: table;
	}
	tr.visible-lg{
		display: table-row !important;
	}
	th.visible-lg, td.visible-lg{
		display: table-cell !important;
	}
}
@media (min-width:1040px){
	.visible-lg-block{
		display: block !important;
	}
}
@media (min-width:1040px){
	.visible-lg-inline{
		display: inline !important;
	}
}
@media (min-width:1040px){
	.visible-lg-inline-block{
		display: inline-block !important;
	}
}
@media (max-width:767px){
	.hidden-xs{
		display: none !important;
	}
}
@media (min-width:768px) and (max-width:1039px){
	.hidden-sm{
		display: none !important;
	}
}
@media (min-width:992px) and (max-width:1039px){
	.hidden-md{
		display: none !important;
	}
}
@media (min-width:1040px){
	.hidden-lg{
		display: none !important;
	}
}
/* media mobile admin pages */
.page-admin .visible-xs, .page-admin .visible-sm, .page-admin .visible-lg{
	display: none !important;
}
.page-admin .visible-xs-block, .page-admin .visible-xs-inline, .page-admin .visible-xs-inline-block, .page-admin .visible-sm-block, .page-admin .visible-sm-inline, .page-admin .visible-sm-inline-block, .page-admin .visible-lg-block, .page-admin .visible-lg-inline, .page-admin .visible-lg-inline-block{
	display: none !important;
}
#header{
	background: #02678a url(images/bg-header.png) repeat-x 0 100%;
	padding: 12px 0 0;
}
.nav-header{
	float: right;
	padding: 0 0 6px;
}
#nav{
	list-style: none;
	margin: 0;
	padding: 0;
	font: 15px/18px 'Trebuchet MS', Arial, sans-serif;
}
#nav li{
	float: left;
	position: relative;
	padding: 0 0 12px 16px;
	color: #508da1;
}
#nav a{
	color: #fff;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #508da1;
}
#nav li:hover a,
#nav .actvie a{
	border: none;
}
#nav .menu-item-has-children{
	background: url(images/arrow-2.png) no-repeat 100% 7px;
	padding-right: 16px;
}
#nav .sub-menu{
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
	position: absolute;
	right: 0;
	top: 24px;
	z-index: 100;
	width: 150px;
	border: 2px solid #e6e6e6;
	font-size: 14px;
	line-height: 17px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	visibility: hidden;
	opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#nav .sub-menu:after{
	content: '';
	border-left: 2px solid #e6e6e6;
	border-top: 2px solid #e6e6e6;
	background: #fff;
	width: 10px;
	height: 10px;
	position: absolute;
	top: -7px;
	right: 20px;
	z-index: 0;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav .sub-menu li{
	float: none;
	padding: 0;
	border-bottom: 1px solid #e6e6e6;
	z-index: 2;
}
#nav .sub-menu li:last-child {
	border: none;
}
#nav .sub-menu a{
	padding: 7px 18px;
	color: #818181;
	border-bottom: none;
}
#nav .sub-menu a:hover{
	background: #eee;
}
#nav li:hover .sub-menu{
	visibility: visible;
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
#header .logo{
	float: left;
}
#header .holder{
	float: right;
	clear: right;
	width: 587px;
}
.search-form{
	float: right;
	border: 1px solid #999;
	margin: 0;
	background: #fff;
}
.search-form input[type="text"]{
	float:left;
	background:#fff;
	border:none;
	margin:0;
	padding:8px 15px;
	height: 35px;
	width:290px;
	font: 14px 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
.search-form input[type="submit"]{
	float: left;
	background:#fff url(images/btn-search.png) no-repeat;
	border:solid #999;
	border-width: 0 0 0 1px;
	margin:0;
	padding:0;
	width:34px;
	height:35px;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	cursor:pointer;
}
.text-section{
	padding: 27px 0 55px;
	color: #000;
	text-align: center;
}
.text-section h1{
	font:700 39px/40px Bitter, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 7px;
}
.text-section p{
	margin: 0 0 5px;
}
.orange{
	color: #f60;
}
.info-section{
	background: #fff url(images/gradient.png) repeat-x;
	padding: 20px;
}
.info-section .title-shadow{
	margin-top: -42px;
}
.title-shadow{
	margin: 0 0 13px;
	text-align: center;
}
.title-shadow h2{
	display: inline-block;
	position: relative;
	/*font: 40px/40px LonghandLP, Arial, Helvetica, sans-serif;
	color: #000;*/
	margin: 0;
}
.title-shadow h2:before,
.title-shadow h2:after{
	content:'';
	position: absolute;
	top:22px;
	right: 107%;
	background: url(images/bg-line-shadow.png) no-repeat;
	width: 393px;
	height: 7px;
}
.title-shadow h2:after{
	right: auto;
	left: 107%;
	background-position: 100% -7px;
}
.info-section .image{
	margin: 0 auto 12px;
	display: block;
}
.info-section .holder{
	width: 945px;
	margin: 0 auto 23px;
	display: table;
	font: 14px/18px Bitter, Arial, Helvetica, sans-serif;
	color: #6a6a6a;
}
.info-section .holder .column{
	display: table-cell;
	width: 33.33%;
	text-align: center;
}
.info-section .holder h3{
	font:700 16px/18px Bitter, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 6px;
}
.info-section .holder p{
	margin: 0;
}
.btn-orange{
	display: inline-block;
	position: relative;
	height: 47px;
	font: 700 22px/42px Bitter, Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	letter-spacing: -0.5px;
	text-decoration: none;
}
.btn-orange span{
	float: left;
	background: url(images/btn-orange.png) repeat-x;
	padding: 0 22px;
	height: 47px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: 2;
}
.btn-orange i{
	float: left;
	background: url(images/btn-orange.png) no-repeat 100% -47px;
	width: 60px;
	height: 47px;
	position: relative;
	z-index: 2;
}
.btn-orange:hover{
	text-decoration: none;
}
.btn-shadow{
	text-align: center;
	display: inline-block;
	position: relative;
}
.btn-shadow:before,
.btn-shadow:after{
	content:'';
	position: absolute;
	top:20px;
	right: 90%;
	background: url(images/bg-line-shadow.png) no-repeat;
	width: 393px;
	height: 7px;
	z-index: 0;
}
.btn-shadow:after{
	right: auto;
	left: 90%;
	background-position: 100% -7px;
}
.person{
	display: block;
	margin: 0 0 0 233px;
}
.person.right{
	margin: 0 60px 0 0;

}
#footer{
	background: url(images/bg-footer.png);
	position: relative;
	padding: 37px 0 1px;
	color: #999;
	font: 13px/16px 'Trebuchet MS', Arial, sans-serif;
}
#footer:after{
	content:'';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: url(images/bg-footer-top.png) repeat-x;
	height: 10px;
}
.footer-section{
	padding: 0 0 10px;
}
.footer-section .block-left{
	float: left;
	width: 310px;
}
.footer-section .block-right{
	float: right;
	width: 600px;
}
.footer-section h3{
	color: #858585;
	font:700 14px/16px Bitter, Arial, Helvetica, sans-serif;
	margin: 0 0 8px;
}
.footer-section .columns{
	margin: 0;
	padding: 0 0 8px;
	list-style: none;
}
.footer-section li{
	padding: 0 0 6px;
}
.footer-section a{
	color: #999;
}
.footer-section .columns .column{
	float: left;
	padding: 0 0 0 11px;
	width: 111px;
}
.footer-section .block-right .column{
	width: 153px;
	padding: 0 0 0 20px;
}
.footer-section ol.columns .column:first-child{
	margin-left: -23px;
}
.footer-section .columns .column:first-child{
	margin-left: -20px;
}
.footer-section ol i{
	float: left;
	width: 28px;
	text-align: right;
	padding: 0 5px 0 0;
	font-style: normal;
}
.footer-section ol span{
	display: block;
	overflow: hidden;

	word-wrap: break-word;
}
.footer-section .link-all{
	color: #858585;
}
.footer-bottom{
	width: 1086px;
	margin: 0 0 0 -73px;
	padding: 0 73px 40px;
}
.footer-section + .footer-bottom{
	background: url(images/bg-footer-bottom.png) no-repeat;
	padding: 22px 73px 30px;
}
.footer-logo{
	background:url(images/footer-logo.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	float: left;
	width:156px;
	height:25px;
	margin: 10px 13px 0 0;
}
.footer-logo a{
	display:block;
	height:100%;
}
.footer-bottom .copy{
	float: left;
	width: 162px;
	margin: 8px 10px 0 0;
	font: 12px/14px Arial, Helvetica, sans-serif;
	color: #bab9b9;
}
.footer-nav{
	list-style: none;
	margin: 11px -15px 0 0;
	padding: 0;
	float: right;
}
.footer-nav li{
	float: left;
	margin: 0 0 0 8px;
}
.footer-nav li:first-child{
	margin: 0;
}
.footer-nav a{
	color: #999;
}
#main{
	background: url(images/gradient-1.png) repeat-x;
	border-top: 1px solid #c7c8c9;
}
#content{
	float: left;
	width: 640px;
	padding: 15px 0 0;
}
#content.c-content{
	width: 642px;
	padding: 5px 0 0;
}
.c-content .column{
	float: left;
	width: 334px;
	position: relative;
	padding: 0 0 0 26px;
}
.c-content .column:after,
.c-content .column:before{
	content: '';
	background: url(images/bg-line.png) no-repeat;
	width: 3px;
	height: 163px;
	position: absolute;
	left: 26px;
	bottom: 0;
}
.company-c-r-list.c-content .column:first-child:after,
.company-c-r-list.c-content .column:first-child:before{
	/*height: 240px;*/
}
.c-content .column:before{
	bottom: auto;
	top: 0;
	background-position: -3px 0;
}
.c-content .h-tab-content:after{
	content: '';
	display: table;
	clear: both;
}
.c-content .h-tab-content .column:first-child{
	margin-left: -26px;
}
.c-content .column > .holder{
	position: relative;
	padding-left: 3px;
	min-height: 300px
}
.c-content .column > .holder:before{
	content: '';
	position: absolute;
	left: 0;
	top: 163px;
	bottom: 163px;
	background: #9ccce3;
	width: 3px;
}
.c-content .column .frame{
	margin: 0;
	float: left;
	width: 311px;
	padding-left: 25px;
}
.c-content h3{
	margin: 0 0 21px;
	font:700 22px/25px Bitter, Arial, Helvetica, sans-serif;
	color: #333;
}
.column .complaints{
	padding-left: 26px;
	margin: 0 0 23px -26px;
	overflow: auto;
	height: 970px;
}
.c-box{
	background: #fff;
	border: 1px solid #cbcbcb;
	margin: 0 0 32px;
	position: relative;
	font: 14px/20px Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	-webkit-box-shadow:0 0 4px #ccc;
	box-shadow:0 0 4px #ccc;
	-webkit-border-radius:7px;
	border-radius:7px;
}
.c-box.mini{
	margin: 0 0 23px;
	width: 265px;
}
.c-box.orange.mini{
	cursor:pointer;
}
.search-block .c-box{
	margin: 0 0 20px;
}
.search-block .c-box.company{
	margin: 0 0 12px;
}
.c-box:after{
	content:'';
	background: url(images/arrows-c.png) no-repeat 100% 0;
	width: 37px;
	height: 22px;
	left: -37px;
	position: absolute;
	bottom: 34%;
	margin: -11px 0 0;
}
.search-block .c-box:after{
	display: none;
}
.c-box.mini:after{
	width: 27px;
	height: 22px;
	left: -27px;
}
.c-box.orange:after{
	bottom: 10px;
	background-position: 100% -22px;
}
.c-box.mini.orange:after{
	bottom: 24px;
}
.c-box.mini header{
	height: auto;
}
.c-box.grey:after{
	background-position: 100% -44px;
}
.c-box.orange{
	border-color: #fa9100;
}
.c-box header{
	/*display: table;*/
	display: flex;
	width: 100%;
	/*height: 55px;*/
	color: #666;
	border-bottom: 1px solid #e3e3e3;
	font-size: 12px;
	line-height: 16px;
}
.search-block .c-box header{
	/*height: 64px;*/
	color: #858585;
}
/*.search-block .c-box.company header{*/
/*	height: 72px;*/
/*}*/
.c-box header .cell{
	display: table-cell;
	vertical-align: middle;
	padding: 10px 75px 10px 12px;
	width: 100%;
	position: relative;
	z-index: 2;
}
.c-box header .cell:first-child{
	padding: 10px 0 4px 20px;
	width: auto;
	flex-shrink: 0;
}
.c-box header .cell.rating {
	min-width: 235px;
	white-space: nowrap;
	text-align: right;
}
.c-box header .cell.rating .r-label {
	margin-right: 5px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}
.c-box header .cell.rating .r-stars {
	display: inline-block;
	vertical-align: middle;
}
.c-box header .cell.rating .r-stars img {
	margin-top:-2px;
}
.c-box header .cell.rating .r-last {
	line-height: 1;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}
.c-box.mini header .cell{
	padding: 4px 60px 4px 0;
}
.c-box.orange.mini header .cell,
.c-box.mini.solution header .cell{
	padding: 4px 9px 4px 0;
}
.c-box.mini header .cell:first-child{
	padding: 4px 9px 4px 11px;
}
.c-box.mini header .cell.wlogo{
	padding: 4px 60px 4px 11px;
}
.c-box header.full .cell:first-child{
	width: auto;
}
.c-box.mini .content p{
	margin: 0;
}
.c-box.resolved header{
	height: 55px;
}
.c-box header img{
	display: block;
	max-width: 100%!important;
}
.c-box header h5{
	font: 15px/18px Arial, Helvetica, sans-serif;
	margin: 0;
}
.c-box header h1,
.c-box header h2{
	font: bold 17px/20px Arial, Helvetica, sans-serif;
	margin: 0 0 3px;
	padding-right:30px;
}
.c-box header p,
.c-box footer p,
.c-box.orange .content p{
	margin: 0;
}
.c-box .content p{
	margin: 0 0 20px;
}
.c-box .time{
	color: #888;
	font-size: 13px;
}
.c-box .info-read{
	display: inline-block;
	padding: 0 20px;
}
.c-box footer{
	padding: 7px 15px 7px 20px;
	background: #f8f8f8;
	position: relative;
	border-top: 1px solid #d8dde1;
	-webkit-border-radius:0 0 7px 7px;
	border-radius:0 0 7px 7px;
}
.c-box.grey footer{
	background: #fff;
}
.c-box.mini footer{
	padding: 7px 11px 7px 13px;
}
.c-box footer:before{
	content: '';
	position: absolute;
	left: 56px;
	top: -10px;
	background: url(images/arrow-footer.png) no-repeat 50% -10px;
	width: 22px;
	height: 10px;
}
.c-box.grey footer:before{
	background-position: 50% 0;
}
.c-box.mini footer:before{
	left: 35px;
}
.c-box.mini.solution footer:before{
	background:none;
	height:0px;
}
.c-box.mini.solution footer{
	border-top:0px;
	background:#F8F8F8;
	cursor:pointer;
}
.c-box.mini.solution .content{
	padding-bottom:0px;
}
.c-box .shared{
	float: right;
	padding: 2px 0 0;
	width: 215px;
}
.c-box .shared img{
	display: block;
}
.c-box .foot-top{
	min-height:28px;
}
.c-box .foot-top:after{
	content: '';
	display: table;
	clear: both;
}
.c-box .foot-bot{
	min-height:22px;
	text-align:right;
}
.c-box .post-rating.right,
.c-box .reply-comp.right{
	clear: right;
}
.c-box .reply-comp a{
	font-size:12px;
}
.c-box .cat-affiliate{
	float:left;
	width: 260px;
}
.c-box .cat-affiliate a{
	font: bold 17px/20px Arial, Helvetica, sans-serif;
	color:#fa9100;
}
.c-box .view-num{
	display: inline-block;
	text-decoration: none;
	color: #858585;
	font-size: 14px;
}
.c-box .view-num.right{
	margin: 4px 0 0;
}
.c-box .view-num.v1{
	margin: 0 0 0 15px;
}
.c-box footer .g-btn{
	margin-top: -2px;
}
.c-box .content{
	padding: 13px 45px 1px 20px;
}
.c-box.grey .content{
	background: #f8f8f8;
}
.c-box.mini .content{
	padding: 13px 13px 21px;
}
.c-box.orange .content{
	padding: 8px 23px;
}
.c-box.mini.orange .content{
	padding: 7px 16px 10px;
}
.c-box .angle{
	position: absolute;
	right: -4px;
	top: -4px;
}
.c-box.mini header,
.c-box.mini .content{
	cursor:pointer;
}
.dfp-left{
	min-height: 1px;
}
.dfp-left{
	float: left;
	margin: 0 11px 0 0;
	width: 300px;
	text-align:center;
}
.dfp-left>div{
	margin: 0 auto;
}
#header + .dfp-top-wrap {
	/*margin-top: 15px;*/
}
.dfp-top{
	/*padding-top: 15px;*/
	position: absolute;
	text-align: center;
	height: 295px;
	width: 100%;
	margin-top: 15px;

}
.dfp-top + section,
.dfp-top + div {
	margin-top: 295px;
}
.dfp-bottom{
	padding-bottom: 15px;
	text-align: center;
}
.dfp-top > div{
	display: inline-block;
}
/*.dfp-top > div > div[id^="google_ads"]{
	height: 0;
	overflow: hidden;
}*/
.dfp-top > div,
.dfp-bottom > div,
.dfp-rect > div,
.dfp-video > div{
	margin: 0 auto;
}
.dfp-right{
	float: right;
	width: 300px;
	margin: 0 0 0 11px;
}
.dfp-rect,
.dfp-video{
	margin: 0 0 30px 0;
}

.category-top-adsense{
	width:640px;
	margin: -20px auto 20px;
}

.c-steps .step1 h3,
.c-steps .step2 h3,
.c-steps .step3 h3{
	cursor:pointer;
}

.form-extra-services .mobile-fields input[type="text"]{
	margin:0 10px 0 5px;
	padding:5px;
	width:110px;
	float:none;
}

.klacht-post-errors{
	padding:0 0 10px 156px;
}
.klacht-post-errors p{
	color:#FF0000;
}

.top-adsense{
	padding:0 0 20px;
}
.mid-adsense{
	padding:20px 0 0;
}
.bot-adsense{
	padding:20px 0 0;
}


.cf:after,
.clearfix:after,
.center-wrap:after,
.center-wrap-960:after,
.center-wrap-1040:after,
.center-wrap-1260:after,
.center-wrap-1264:after,
#nav:after,
.footer-section:after,
.footer-section .columns:after,
.footer-bottom:after,
#main:after,
#main > .holder:after,
#sidebar .widget:after,
.c-box .content:after,
.c-box footer:after,
.c-content .column .holder:after,
.c-d-holder > .frame:after,
.providers-list .row:after,
.filters-area:after,
.c-heading:after,
.info-list:after,
#respond:after,
.status-block .status-items:after,
.form-extra-services .check-list li:after,
.companies-list:after,
.company-breadcrumb:after,
.wp-pagenavi:after{
	content: '';
	display: table;
	clear: both;
}

@media (max-width: 1263px) {
	.center-wrap-1264,
	.center-wrap-1260{
		width: 1260px;
	}
	.aside-banner.visible-lg{
		display: none !important;
	}
	#content.c-d-content{
		width: 625px;
	}
	#content.c-content{
		width: 630px;
	}
	.c-content .column{
		width: 328px;
	}
}
.b-cbox .m-head{
	overflow: hidden;
	padding: 0 0 15px;
	margin: 0 0 20px;
	border-bottom: 1px solid #e6e6e6;
}
.b-cbox .m-logo{
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px 0 0;
}
.b-cbox .m-head h4{
	margin: 0;
	color: #000;
	display: inline-block;
	vertical-align: middle;
}
.b-cbox .m-date{
	float: right;
	margin: 5px 0 0;
	font-size: 14px;
}
.b-cbox .m-content{
	overflow: hidden;
}
.b-cbox .m-mark{
	float: right;
	margin: 0 0 15px 15px;
}
.company-c-r-list .c-box .r-angle{
	position: absolute;
	top: -6px;
	right: -6px;

}
@media screen and (max-width: 767px) {
	.btn-orange span {max-width: inherit !important}
	#rc-errors-1 {margin-top: 0px;}
	.cpl-loading.loading-w2.step-3-loading{width: 100%;}
	.dfp-top{height: 325px;}
	.dfp-top + section, .dfp-top + div {margin-top: 400px;}

}
@media screen and (max-width: 580px) {
	.ac_results {max-width: 385px !important;}
	.c-box header {
		display: flex;
		flex-wrap: wrap;
		height: auto;
	}
	.c-box header .cell {
		display: flex;
		flex-direction: column;
		/*justify-content: center;*/
		width: auto;
	}
	.c-box header .cell.logo {
		max-width: 60px;
	}
	.c-box header .cell:nth-of-type(2) {
		max-width: calc(100% - 60px);
	}
	.c-box header .cell.rating {
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		height: auto;
		padding: 0 0 10px 55px;
		margin: -8px 0 0;
	}
}

.cbox-hidden{
	display:none;
}
input[type=submit]{color:#333;}

#menu-toggle {display: none;}
