@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?92627434');
  src: url('../font/fontello.eot?92627434#iefix') format('embedded-opentype'),
       url('../font/fontello.woff?92627434') format('woff'),
       url('../font/fontello.ttf?92627434') format('truetype'),
       url('../font/fontello.svg?92627434#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?92627434#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-facebook:before { content: '\66'; } /* 'f' */
.icon-heart:before { content: '\68'; } /* 'h' */
.icon-instagram:before { content: '\69'; } /* 'i' */
.icon-twitter-bird:before { content: '\74'; } /* 't' */

.navbar .divider-vertical
{
	margin-left:15px;
	margin-right:15px;
}

body { background: #e2e1e1; }

header { margin: 20px auto 10px auto; width: 1200px; }
header .hinner { margin-left: 20px; background: #ffffff; } 
header .hinner .hmedia { padding: 5px; position: relative; }
header .hinner .hmedia img.max { width: 100%; }
header .navbar-inner { background: transparent !important; font-size: 16px; }
header .navbar .nav > li > a:hover,
header .navbar .nav > li.dropdown.open > a,
header .navbar .nav > li.active > a { color: #0085c0 !important; }
header .logoX1 { position: absolute; width: 15%; top: 12%; left: 3%; z-index: 100;display:none }

header .htag { display:none;position: absolute; right: 5px; bottom: 5px; background: #000; width: 30%; height: 30px; padding-left: 40px; line-height: 30px; color: #fff; font-weight: bold; z-index: 100 }
header .htag .flag { position: absolute; left: 0; top:0; bottom: 0; width: 30px; background: #fff }
header .htag .flag .a { position: absolute; height: 10px; background: #e41f13; top:0; width: 30px; }
header .htag .flag .b { position: absolute; height: 10px; background: #0085c0; bottom:0; width: 30px; }
header .gallery { background: #eee; position: relative; overflow: hidden; }
header .gallery img { width: 100%; position: absolute }

header .navv { position: absolute; width: 100%; bottom: 3%; text-align: center; z-index: 101; font-size: 35px; text-shadow: 0 1px 2px #000; }
header .navv .i {  color: #0085c0; padding: 2px 3px; cursor: pointer; }
header .navv .i.ora { color: #004d6e }

.gr_gr_bg .boxed { background: #f3f3f3; padding: 8px 7px; line-height: 15px; font-size: 11px; margin-bottom: 10px; }
.score_info p { position: relative; margin: 15px 0; }
.logomini { width: 55px; position: absolute; left: 5px; top:5px }

.shw { box-shadow: 0px 1px 10px rgba(0,0,0,0.15) }
.brr { border-radius: 0 0 7px 7px; }

.navbar .btn-navbar .icon-bar { background: #000 }

.rao {
	display: block;
    font-size: 15px;
    background: #000;
    font-weight: bold;
    height: 24px;
    width: 36px;
    border: 3px solid #FFF;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    line-height: 24px;
    text-align: center;
    color: #bba25b;
}

.bigscore {
	font-size: 38px;
    width: 100px;
    height: 55px;
    line-height: 55px;
    border-width: 5px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3); }

.grid .score {
    position: absolute;
    right: 10px;
    top:-8px;
}

.grid .score.avarage {
	top: 0;
	color: #000;
	background: #dacda6;
	box-shadow: 0 0 5px rgba(0,0,0,0.2), inset 0 0 10px rgba(0,0,0,0.3);
}

.gridfirst
{
	width:456px !important;
	background-image:url('/img/firsttest.png') !important;
	background-repeat:none;
	background-size:470px auto !important;
	background-repeat:no-repeat !important;
	background-position:5px 5px !important;
}

.gridfirst.left > div
{
	width:446px !important;
	background:none !important;
}

.gridfirst p
{
	font-size:16px;
	color:#000000;
	line-height:23px;
	margin:110px 7px 0 12px;
}

.firstbut
{
	margin:5px 12px;
	display:block;
	background-image:url('/img/first-button.png') !important;
	width:100%;
	height:30px;
	background-size:contain;
	background-repeat:no-repeat;
	position:absolute;
	bottom:56px;
}

a.firstbut:hover
{
	background-image:url('/img/first-button-over.png') !important;
}


.secondbut
{	
	display:block;
	background-image:url('/img/banners_bt.png') !important;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:bottom;
}

a.secondbut:hover
{
	background-image:url('/img/banners_bt_mouseover.png') !important;
}

.hand { position: absolute; right: -8px; bottom: 46px; }
.hand .rao { width: 65px; text-align: left }
.hand .icon-heart { margin: 1px 5px; } 

.grid.left { margin: 0; background: transparent; margin-bottom: 0; width: auto; height: 417px; padding-bottom:0 }
.grid.left > div { padding: 8px; background: #fff; width: 208px; margin-bottom: 0px; height:408px;padding-bottom:0 !important; } 
.grid.left > div > img { margin-bottom: 5px; }

.grid.left2 { margin: 0; background: transparent; margin-bottom:0px; width: auto;padding-bottom:0 }
.grid.left2 > div { padding: 8px; background: #fff; width: 208px; margin-bottom:0 } 
.grid.left2 > div > img { margin-bottom: 5px; }


.BBtn { display: block; text-align: center; border-radius: 0 0 3px 3px; color: #fff; background: #0085c0; font-size: 13px; line-height: 25px; text-shadow: 0 1px 1px rgba(0,0,0,0.3); margin-bottom: 1px; position: relative; }
.BBtn:hover { text-decoration: none; color: #fff; box-shadow: inset 0 1px 20px rgba(0,0,0,0.4) }
.BBtn.f:after { position: absolute; top:0; left: 0; right: 0; height: 3px; content: ''; background: #FFF; border-radius: 0 0 3px 3px; }
.BBtn.f { padding-top: 3px; }

.nav {
	display: table;
	width: auto;
	margin: 0 auto;
}

ul .dropdown-menu {
	text-align: left;
}

* html .parent_nav span {
	/*IE6*/
	
	display: inline-block;
}
*:first-child+html .parent_nav span {
	/*IE7*/
	
	display: inline-block;
}
.clear {
	clear: both;
}
.feedback h4 {
	color: #eb0513;
}
.r_side_text {
	text-align: center;
	background-color: #fff;
	padding: 10px;
}
.about_reageer {
	padding: 4px 8px 0;
	background-color: #fff;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	/* Firefox */
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	/* Safari&Chrome */
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

	position: relative;
}
.about_reageer .score { position: absolute; right: 15px; top:15px; color: #bba25b }
.company_average_abot_text {
	width: 65%;
	float: left;
}

.company_vve_b {
	float: right;
	position: relative;
	height: 101px;
	text-align: center;
	margin-right: 30px;
	width: 100px;
	color: #fff;
	top: -150px;
}
.company_average {
	float: left;
	width: 115px;
	height: 100px;
	line-height: 122px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 44px;
}
.company_average_1,
.company_average_2,
.company_average_4,
.company_average_5 {
	background: url('/img/value_bg_green_BIG.png') bottom center no-repeat;
}
.company_average_3 {
	background: url('/img/value_bg_blue_BIG.png') bottom center no-repeat;
}
.about_reageer span {
	color: #666;
}
.about_reageer a {
	color: #000;
	text-decoration: none;
}
.text {
	background-color: #fff;
	padding: 2%;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	/* Firefox */
	
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	/* Safari&Chrome */
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.text img {
	padding: 2%;
}
.text h1 {
	font-size: 30px;
	color: #eb0513;
}
.text ul.no_bul {
	list-style: none;
	margin-left: 0px;
}
.red_star {
	color: #eb0513;
	font-weight: bold;
}
.vve_forms {
	background: #0085c0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	border-radius: 6px;
	color: #fff;
	padding: 10px 11%;
	margin-bottom: 16px;
}
.vve_forms h2 {
	color: #fff;
	font-size: 18px;
	line-height: 1em;
	text-align: right;
}
.vve_forms input {
	border-radius: 0;
	margin: 0;
	padding: 0;
}
.vve_forms .btn {
	font-weight: bold;
	color: #1D1D1B;
	border: none;
	border-radius: 0;
	float: right;
	padding-top: 0;
	padding-bottom: 0;
	margin: 6px 0;
}
.vve_forms label {
	color: #1D1D1B;
	font-weight: bold;
	margin-bottom: none;
}
.vve_forms a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
/*form valid*/

label.valid {
	width: 24px;
	height: 24px;
	display: inline-block;
	text-indent: -9999px;
}
label.error {
	color: red;
	margin: 0;
}
.inline label.error {
	position: absolute;
	margin-top: 20px;
}
.checkbox label.error {
	position: absolute;
	margin-top: 70px;
}
/* wrapper css */

#wrapper {
	width: 100%;
}
#wrapper hgroup {
	text-align: center;
}
#wrapper h2 {
	margin: 5px 0;
	color: #FF6D99;
	text-shadow: 1px 1px 2px #A50031;
	font-size: 33px;
	font-family: Arial Narrow, Arial, sans-serif;
}
#wrapper h3 {
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
	text-shadow: 1px 1px 0 #fff;
	color: #888;
	margin: 5px 0;
}
.company_home_title h4 {
	text-align: center;
}
#container {
	position: relative;
	width: 1100px;
	margin: 0 auto 25px;
	padding-bottom: 10px;
}
.fb_score_info {
	text-align: left;
}
.fb_score_info p {
	height: 70px;
	position: relative;
	line-height: 70px;
    font-size: 15px;
}
.fb_score_info .rao.a { color: #000; background: #dacda6; box-shadow: 0 0 15px rgba(0,0,0,0.2), inset 0 0 25px rgba(0,0,0,0.3); }

.fb_score_info .rao {
	right: 0; top: 0; position: absolute;
}

.grid {
	width: 208px;
	/*min-height:100px;*/
	padding: 8px;
	background: #fff;
	margin: 8px;
	font-size: 12px;
	float: left;
}
.news_links a.more_info {
	color: #000000;
	float: none;
	font-weight: normal;
	padding: 4px 0;
	text-decoration: none;
	display: block;
	text-align: right;
}
.news_links hr {
	color: #999;
	border-bottom-color: #999;
	margin: 4px 0;
}
.news_links a.more_info:hover {
	color: #0000000;
	text-decoration: underline;
}
.news_links h1 {
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	line-height: 1em;
	margin: 4px 0;
}
.news_links .news_date {
	text-align: right;
	font-size: 11px;
}
.news_links p {
	margin: 0;
}
.grid .company_name {
    font-size: 13px;
    color: #000;
    margin: 3px 2px;
    font-weight: bold;
}
.grid .score_info {
	font-size: 11px;
	line-height: 1em;
}
.news_links .gr_gr_bg {
	padding: 0 8px;
	background-image: linear-gradient(bottom, rgb(204, 204, 204) 35%, rgb(255, 255, 255) 68%);
	background-image: -o-linear-gradient(bottom, rgb(204, 204, 204) 35%, rgb(255, 255, 255) 68%);
	background-image: -moz-linear-gradient(bottom, rgb(204, 204, 204) 35%, rgb(255, 255, 255) 68%);
	background-image: -webkit-linear-gradient(bottom, rgb(204, 204, 204) 35%, rgb(255, 255, 255) 68%);
	background-image: -ms-linear-gradient(bottom, rgb(204, 204, 204) 35%, rgb(255, 255, 255) 68%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.35, rgb(204, 204, 204)), color-stop(0.68, rgb(255, 255, 255)));
}
.grid strong {
	border-bottom: 1px solid #ccc;
	margin: 10px 0;
	display: block;
	padding: 0 0 5px;
	font-size: 17px;
}
.grid .meta {
	text-align: right;
	color: #777;
	font-style: italic;
}
.grid .imgholder img {
	max-width: 100%;
	background: #ccc;
	display: block;
}
.grid .imgholder,
.feedback .imgholder {
	position: relative;
	margin-bottom: 10px;
}
.feedback .imgholder img {
	padding: 0;
	margin-bottom: 10px;
}
@media screen and (max-width: 1240px) {
	body {
		overflow: auto;
	}
}
@media screen and (max-width: 900px) {
	#backlinks {
		float: none;
		clear: both;
	}
	#backlinks a {
		display: inline-block;
		padding-right: 20px;
	}
	#wrapper {
		/*margin-top:90px;*/
	}
}
#ppp {
	padding: 10px;
}
.hand a.color_hand_1 {
	background: url('/img/hand_green.png') 50% 50% no-repeat;
}
.hand a.color_hand_2 {
	background: url('/img/hand_green.png') 50% 50% no-repeat;
}
.hand a.color_hand_3 {
	background: url('/img/hand_blue.png') 50% 50% no-repeat;
}
.hand a.color_hand_4 {
	background: url('/img/hand_green.png') 50% 50% no-repeat;
}
.hand a.color_hand_5 {
	background: url('/img/hand_green.png') 50% 50% no-repeat;
}
.hand a:hover {
	text-decoration: none;
}
button.close {
	position: absolute;
	right: 0;
}
.green_forms {
	background: #219B00;
	color: #fff;
	padding: 6px;
	margin-bottom: 16px;
}
.green_forms h2 {
	color: #fff;
	font-size: 18px;
	line-height: 1em;
	text-align: left;
	margin: 0;
	padding: 0;
}
.green_forms input {
	border-radius: 0;
	margin: 0;
	padding: 0;
}
.green_forms form {
	margin-bottom: 0;
}
.green_forms .btn {
	font-weight: bold;
	color: #1D1D1B;
	border: none;
	border-radius: 0;
	float: left;
	padding-top: 0;
	padding-bottom: 0;
	margin: 3px 0 0;
}
.green_forms label {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: none;
}
.green_forms a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.all_reacties {
	text-align: center;
	border-top: 1px solid #000;
}
.all_reacties a {
	color: #000;
	font-size: 11px;
}
.one_reageer_rb {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	padding: 7px;
	font-size: 11px;
	color: #000;
	line-height: 1em;
	text-align: left;
	-moz-box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.4);
}
.new_reager {
	border-bottom: 1px solid #000;
	margin: 4px 8px;
}
.with_margin {
	margin: 0 8px;
}
.one_reageer_rb img {
	border: 1px solid #000;
	max-width: 24px;
	max-height: 24px;
	margin-right: 7px;
}
.new_reager img {
	max-width: 30%;
	max-height: 30%;
}
.new_reager textarea {
	width: 60%;
	margin: 0;
	height: 42px;
}
.reager_form {
	margin-bottom: 4px;
}
ul.nav li.dropdown:hover ul.dropdown-menu {
	display: block;
}
.dropdown-menu {
	margin-top: 0px;
}
#inlogTab {
	margin: 0;
	border-bottom: none;
}
#inlogTab li.active a {
	background-color: #219B00;
	color: #fff;
	border: none;
	border-bottom: 1px solid #219B00;
}
#inlogTab li a {
	background-color: #fff;
	color: #333;
	border: 1px solid #219B00;
}
.bl_bg {
	background-color: #66ccff;
}
@media (min-width: 1024px) {
	.large_label .control-label {
		width: 50%;
	}
	.large_label .controls {
		margin-left: 51%;
	}
}
.inlogen_info {
	font-weight: bold;
	font-size: 12px;
	color: #399CD4;
}
.winner_label {
	position: absolute;
	z-index: 100;
	left: 0;
	right: 0;
	background: #000;
	bottom: 0;
	font-size: 18px;
	color: #FFF;
    text-align: center;
    font-weight: bold;
    padding: 7px;
}
.modal.login_m {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1050;
	width: 300px;
	margin: -250px 0 0 -150px;
	background-color: #ffffff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.3);
	*border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	outline: none;
}
.modal.fade {
	-webkit-transition: opacity .3s linear, top .3s ease-out;
	-moz-transition: opacity .3s linear, top .3s ease-out;
	-o-transition: opacity .3s linear, top .3s ease-out;
	transition: opacity .3s linear, top .3s ease-out;
	top: -25%;
}
.blue_separate {
	background-color: #399CD4;
	width: 230px;
	height: 14px;
	margin: 8px 0;
	margin-left: -10px;
}
.widget_holder {
	position: relative;
}
.afbanner {
	cursor: pointer;
	position: relative;
	text-align: right;
	width: 295px;
	color: #fff;
}

.afbanner > span { position: absolute }
.afbanner .rate { top: 43px; font-size: 32px; font-weight: bold; color: #000; right: 15px; text-align: center; width: 77px }
.afbanner .respondents_count { bottom: 17px; left: 30px; }
.afbanner .last_respondent_date { bottom:17px; right:13px }

@media screen and (max-width: 1100px) {
	.company_vve_b {
		position: inherit;
		float: none;
	}
}

#company_search_result .elements { position: relative; }
.widget_holder { position: absolute; right: 0px; top: 20px; }
#company_search_result .elements p {padding-right:300px}

@media screen and (max-width: 980px) {
.afbanner { width: 170px; }
.afbanner .rate { top: 20px; font-size: 15px; right: 0px; text-align: center; width: 60px }
.afbanner .respondents_count { bottom: 5px; left: 12px; font-size: 10px; }
.afbanner .last_respondent_date { bottom:5px; right:8px; font-size: 10px; }
.afbanner .last_respondent_date > span,
.afbanner .respondents_count > span { display: none }	
}

@media screen and (max-width: 1200px) {
	header .navbar-inner { font-size: 10px; }
}
@media screen and (max-width: 960px) {
	header { width: 100%; margin: 0; }
	header .hinner { margin: 0; }
}

@media screen and (max-width: 700px) {

header .navv
{
	bottom:1%;
}

html{
margin:0;
padding:0;
overflow: hidden;
}
body{
position: absolute;
width:100%;
height:100%;
overflow: auto;
}

	.grid { margin:8px 8px 8px 0!important;}

	#container div.grid:nth-child(1), .left2
	{
		margin-left:-8px !important;
		margin-top:0px !important;
	}
}

@media screen and (max-width: 480px) {

header .navv
{
	bottom:-5px;
	font-size:15px;
}

#container div.grid:nth-child(4)
{
	margin-top:0 !important;
}



.grid.left2
{
	padding-top:0;
	margin-bottom:0 !important;
}

.gridfirst
{
	background-image:url('/img/firsttest-mobile.png') !important;
	background-repeat:none;
	background-size:230px auto !important;
	background-repeat:no-repeat !important;
	background-position:5px 5px !important;
	width:223px !important;
	height:314px !important;
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}


.gridfirst > div , .gridfirst.left > div
{
	background:none !important;
	width:208px!important;
	margin-bottom:0 !important;
	padding-bottom:0 !important;
	height:306px !important;
}


.gridfirst p
{
	font-size:10px !important;
	color:#000000;
	line-height:13px  !important;
	margin:95px 6px 0 6px  !important;
}

.firstbut
{
	margin:5px 6px;
	display:block;
	background-image:url('/img/first-button-mobile.png') !important;
	width:200px;
	height:31px;
	background-size:contain;
	background-repeat:no-repeat;
	position:absolute;
	bottom:28px;
}

a.firstbut:hover
{
	background-image:url('/img/first-button-mobile-over.png') !important;
}


}


.label-inline {
    cursor: pointer !important;
}
.label-inline input {
    margin: 0 3px 4px 0;
}


/* UPD+ */
.fullbox > * { display: none; }

.before { margin: auto; }
.margin-l { margin-left: 12px; margin-right: -6px; overflow: hidden; }
.rbox { float: left; padding: 8px; box-sizing: border-box; }
.rbox.big { width: 33.19%; }
.rbox.small { width: 16.81%; }
.item { position: relative; }
.item img { width: 100%; }

.item-1 p { position: absolute;
    top: 90px;
    left: 20px;
    right: 20px; z-index: 50; }
.item-1 a { 
    position: absolute;
    bottom: 38px;
    z-index: 20;
    width: auto;
    right: 7px;
    left: 7px; }

@media (max-width: 1200px) {

}

@media (max-width: 960px) {
    .item-1 a { bottom: 20px;  }
}

@media (max-width: 701px) {
    .item-1 a { bottom: 30px; height: 40px; }
    .margin-l {margin: 0 2px; }
    .rbox.big { width: 100%; }
    .rbox.small { width: 100%; }
}

@media (max-width: 620px) {
    .item-1 a { bottom: 8px; height: 40px; }
    .margin-l {margin: 0 2px; }
    .rbox.big { width: 100%; }
    .rbox.small { width: 100%; }
}

@media (max-width: 620px) and (orientation:landscape)
{
   .item-1 a { bottom: 38px;}
}

