@charset "UTF-8";

html,body,div,span,applet,object,iframe,img,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
body {
  font-family: Arial, Georgia, sans-serif;
  color: #646464;
  text-align: center;
  line-height: 1.195em;
  font-size: 100%;
  background: #FCFCFC url('../images/bg.png') repeat-x scroll 0 0;
}
html {
  -ms-overflow-y: scroll;
  overflow-y: scroll;
}
.comments_sprites {
  background-image: url('../images/comments_sprite.png');
}

/* Headings */
h1,h2,h3,h4,.h2, .h3{
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6em;
}
h1{
  font-size: 24px;
}
h2{
  font-size: 18px;
  color: #369B00;
}
.h2{
  font-size: 18px;
  color: #5D9E35;
}
.h3{
  font-size: 14px;
  color: #1b6181;
  padding-right: 20px;
  display: block;
}

/* Font */
a {
  color: #369B00;
  text-decoration: none;
}
a:hover{
  color: #297700;
}

/* Forms */
input[type="text"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea{
  display: inline-block;
  background-color: white;
  border: 1px solid #CCC;
  border-radius: 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px inset;
  color: #666;
  display:inline-block;
  zoom: 1;  *display: inline;  /* IE7 Hack */
  line-height: 16px;
  margin-left: 0px;
  padding: 4px 6px;
  vertical-align: middle;
  min-width: 150px;
}
.control-group{
  overflow: hidden;
  margin-bottom: 10px;
}
.control-label{
  float: left;
  width: 140px;
  padding: 5px 0;
  text-align: right;
  line-height: 20px;
}
.controls{
  margin-left: 160px;
}
.column2 .control-label{
  width: 110px;
}
.column2 .controls{
  margin-left: 130px;
}
.form-box{
  display: block;
  background: white;
  border-radius: 3px;
  padding: 10px;
  margin-right: 5px;
  border: solid 1px #DEDEDE;
}
/* - update site owner */
#update_owner input {
  outline: none;
  transition: width 1s;
  -moz-transition: width 1s;
  -webkit-transition: width 1s;
  -o-transition: width 1s;
}
#update_owner input:focus {
  width: 90%;
}
/* -- autocomplete */
.pac-container {
  text-align: left;
  border-radius: 0 0 3px 3px;
  width: auto;
  font-size: 12px;
  width: 500px;
  -webkit-box-shadow: 0 5px 20px -10px black;
  box-shadow: 0 5px 20px -10px black;
}
.pac-container::after {
  display: none;
}
.pac-item {
  -o-text-overflow: clip;
  -ms-text-overflow: clip;
  text-overflow: clip;
  white-space: normal;
  border-bottom: 1px solid rgba(204, 204, 204, 0.2);
}
.pac-item:hover,.pac-selected {
  background-color: rgba(93, 158, 53, 0.3);
}

/* - Buttons */
.button, .button:disabled:hover, .button:disabled:active{
  overflow:hidden;
  -ms-text-overflow:ellipsis;
  text-overflow:ellipsis;
  border: 1px solid #CACACA;
  background: #EEEEEE;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD));
  background: -webkit-linear-gradient(top, white 24%, #DDDDDD);
  background: -moz-linear-gradient(top, white 24%, #DDDDDD);
  background: -ms-linear-gradient(top, white 24%, #DDDDDD);
  background: -o-linear-gradient(top, white 24%, #DDDDDD);
  background-image: -ms-linear-gradient(top, #FFFFFF 0%, #DDDDDD 100%);
  padding: 5px 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset white 0px 0px 0 1px;
  -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset white 0px 0px 0 1px;
  box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset white 0px 0px 0 1px;
  text-shadow: #ffffff 0 1px 0;
  color: #369b00;
  font-size: 12px;
  font-family: helvetica, serif;
  text-decoration: none;
  vertical-align: middle;
  font-weight: bold;
  cursor: pointer;
  max-width: 400px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  min-width: 30px;
  margin: 0;
  line-height: 14px;
}
.button:hover {
  border: 1px solid #A29F9F;
  text-shadow: #fff 0 1px 0;
  background: #F7F7F7;
  background: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#CCCCCC));
  background: -webkit-linear-gradient(top, #FAFAFA, #CCCCCC);
  background: -moz-linear-gradient(top, #FAFAFA, #CCCCCC);
  background: -ms-linear-gradient(top, #FAFAFA, #CCCCCC);
  background: -o-linear-gradient(top, #FAFAFA, #CCCCCC);
  background-image: -ms-linear-gradient(top, #FAFAFA 0%, #CCCCCC 100%);
}
.button:active {
  text-shadow: #F3F3F3 0 1px 0;
  border: 1px solid #C9C9C9;
  background: #F7F7F7;
  background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#FAFAFA));
  background: -webkit-linear-gradient(top, #CCCCCC, #FAFAFA);
  background: -moz-linear-gradient(top, #CCCCCC, #FAFAFA);
  background: -ms-linear-gradient(top, #CCCCCC, #FAFAFA);
  background: -o-linear-gradient(top, #CCCCCC, #FAFAFA);
  background-image: -ms-linear-gradient(top, #CCCCCC 0%, #FAFAFA 100%);
}
.button:disabled, .button:disabled:hover, .button:disabled:active{
  color: #B9B9B9;
}

.button.small{
  font-size:10px;
  line-height: 10px;
}

/* -- Facebook Btn */
.fb-login {
  overflow: hidden;
  background-image: -webkit-linear-gradient(top, #7D96BF 0%, #41567C 100%);
  background-image: -moz-linear-gradient(top, #7D96BF 0%, #41567C 100%);
  background-image: -o-linear-gradient(top, #7D96BF 0%, #41567C 100%);
  background-image: -ms-linear-gradient(top, #7D96BF 0%, #41567C 100%);
  background-image: linear-gradient(top, #7D96BF 0%, #41567C 100%);
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transition: background-position 200ms;
  -moz-transition: background-position 200ms;
  -o-transition: background-position 200ms;
  -ms-transition: background-position 200ms;
  transition: background-position 200ms;
  background-color: #41567C;
  display: block;
  line-height: 20px;
  color: white;
  text-decoration: none;
  padding: 0 15px 0 0;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.32);
  font-weight: bold;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
  min-width: 70px;
  cursor: pointer;
}
.fb-login:before {
  content: " ";
  display: block;
  float: left;
  height: 20px;
  width: 25px;
  margin-right: 10px;
  left: 0px;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  background: url('../images/icon-sprite.png?v=3') no-repeat top left transparent;
  background-position: 7px -221px;
}
.fb-login:hover {
  background-position: 0 -5px;
  color: white;
}
.fb-login.inline{
  display: inline-block;
  width: auto;
  *width: 300px;
  position: static;
}
.fb-login.loading::before {
  background-image: url('../images/facebook-loader.gif');
  background-position: 5px 2px;
}

/*  Wrapper/Main Container */
#wrapper {
  margin: 0 auto;
  width: 873px;
  font-size: 0.75em;
  position: relative;
}

/* Header */
/* - Google CSE */
#googlecse{
  padding: 15px 40px;
}
#googlecse .close{
  position: relative;
  right: -31px;
  top: -9px;
}
/* - Top Bar */
#googleplus, #facebooklike{
  float:right;
  margin-top: 26px;
  width: 80px;
}

#user-panel{
  float:right;
  width: 160px;
  margin-left: 10px;
  margin-top: 25px;
}


/* Social btns */
.nav-controls .info{
  text-decoration: none;
  font-size: 11px;
  position: relative;
  top: -2px;
  -webkit-transition: color 200ms;
  -moz-transition: color 200ms;
  -o-transition: color 200ms;
  -ms-transition: color 200ms;
  transition: color 200ms;
  color: #878787;
}
.nav-controls .info:hover{
  color: #646464;
}

.nav-controls #googleplus{
  width: 80px;
  padding-left: 12px;
}


/* - Logo */
#logo{
  display: block;
  text-decoration: none;
  text-align: left;
  height: 78px;
  width: 270px;
  background: url(../images/logo.png?v=4) no-repeat transparent;
  background-position: 0 0;
  background-size: 256px 78px;
}

#logo span{
  position: relative;
  left: 138px;
  top: 53px;
  font-style: italic;
  letter-spacing: 0.1em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #878787;
}

/* Navigation */
#nav {
  text-align: left;
  list-style: none;
  margin: 8px 0 0 0;
  padding: 0;
  line-height: 32px;
  height: 32px;
  font-size: 12px;
  font-family: Verdana;
  position: relative;
}
#nav li {
  border: 1px solid #C7C7C7;
  background: #E8F4FB;
  display:inline-block;
  position: relative;
  z-index: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-weight: bold;
  margin: 0;
  padding: 0 20px;
  margin-bottom: -1px;
  /* IE7 Hacks */
  *float: left;
  zoom: 1;  *display: inline;
  height: 32px;
}
#nav a {
  display:block;
  color: #56554E;
  text-decoration: none;
  -o-text-overflow: ellipsis;
  text-overflow:    ellipsis;
  overflow:hidden;
  white-space:nowrap;
  max-width: 225px;
}
#nav li.selected {
  color: #333;
  z-index: 11;
  background: #fafafa;
  border-bottom: 1px #fafafa;
  box-shadow: 0px 1px 0px 0px #FAFAFA;
  height: 33px;
}
#nav li:before,#nav li:after {
  border: 1px solid #C7C7C7;
  position: absolute;
  bottom: -1px;
  width: 8px;
  height: 8px;
  content: " ";
}
#nav li:before {
  left: -9px;
  border-bottom-right-radius: 6px;
  border-width: 0 1px 1px 0;
  -webkit-box-shadow: 2px 2px 0 #E8F4FB;
  box-shadow: 2px 2px 0 #E8F4FB;
}
#nav li:after {
  right: -9px;
  border-bottom-left-radius: 6px;
  border-width: 0 0 1px 1px;
  -webkit-box-shadow: -2px 2px 0 #E8F4FB;
  box-shadow: -2px 2px 0 #E8F4FB;
}
#nav li.selected:before {
  -webkit-box-shadow: 2px 2px 0 #fafafa;
  box-shadow: 2px 2px 0 #fafafa;
  bottom: 0;
}
#nav li.selected:after {
  -webkit-box-shadow: -2px 2px 0 #fafafa;
  box-shadow: -2px 2px 0 #fafafa;
  bottom: 0;
}
/* - Home Special Tabs */
#nav li.home, li.home.selected{
  padding: 0 9px;
  height: 32px;
}
#nav .home span {
  text-indent: -999999px;
  display: block;
  width: 20px;
  min-height: 32px;
  background: url('../images/icon-sprite.png?v=3') no-repeat top left;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 0px -636px;
}
#nav li.home:before{
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
#nav li.home.selected:before {
  border-left: 1px solid #C7C7C7;
  border-radius: 0;
  width: 0;
  left: -1px;
  border-right: 1px solid white;
  bottom: -2px;
  height: 29px;
  border-top: transparent;
  border-bottom: transparent;
}
#nav li.chrome {
  background-image: url('../images/icon-sprite.png?v=3');
  background-repeat: no-repeat;
  background-position: 8px -998px;
  padding-left: 34px;
}
#nav li.firefox {
  background-image: url('../images/icon-sprite.png?v=3');
  background-repeat: no-repeat;
  background-position: 8px -1029px;
  padding-left: 34px;
}
#nav .search {
  padding: 0 4px;
  float: right;
  max-width: 300px;
}
#nav li.search:after {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
#nav .search input[type="url"]{
  width: 180px;
}

/* Content Area */
.content_container{
  background-color: #fafafa;
  -webkit-box-shadow: inset 0 0 0 1px white;
  box-shadow: inset 0 0 0 1px white;
  text-align: left;
  border: 1px solid #C7C7C7;
  border-radius: 0;
  position: relative;
  padding: 40px;
}

.content_container.middle{
  padding:0;
  margin:3px 0;
}

.content_box{
  height: 250px;
  float:left;
}

.content_box h2{
  color: #1b6181;
}

.content_box.left{
  width: 567px;
  height:310px;
  padding: 0;
  position: relative;
  background: #f3f3f3;
  box-shadow: none;
  border-right: 1px solid #C7C7C7;
}

.content_box.right{
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: 40px;
}

.carousel-caption>h2{
  color: white;
}

/* Footer */
#footer {
  background-color: #195C7B;
  border: 1px solid #1F5770;
  border-radius: 0 0 2px 2px;
  height: 30px;
  line-height: 30px;
  text-align: right;
  color: #ffffff;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 0 20px;
  -webkit-box-shadow: inset 0 -0 0px 1px #246886;
  box-shadow: inset 0 -0 0px 1px #246886;
}

/****************/
/*   Page CSS   */
/****************/

/* Index Page */
#index_container {
  text-align: center;
  margin: -10px 0;
}
#index_container h1 {
  font-size: 18px;
  font-weight: normal;
}
#index_container .stats{
  padding-top: 5px;
  color: #878787;
  transition: color 300ms;
  -webkit-transition: color 300ms;
}
#index_container .stats:hover{
  color: #646464;
}
#index_links_container {
  margin-top: 40px;
  overflow: hidden;
}
/* - Index Search */
#index_form {
  margin: 20px auto 0;
  max-width: 500px;
}
#index_search_form {
  display: block;
  border-radius: 8px;
  background: rgba(232, 244, 251, 0.9);
  border: 1px solid rgba(199, 199, 199, 0.19);
  padding: 30px 40px;
  position: relative;
  box-shadow: 0px 9px 9px -10px rgba(0, 0, 0, 0.05);
}
#index_search_input {
  border: 1px solid #CCC;
  border-radius: 3px;
  margin: 0;
  box-shadow: none;
  outline: 0;
  background: white url('../images/field.png') left top no-repeat;
  -webkit-appearance: textfield;
  font: 19px 'HelveticaNeue-Light', "Helvetica Neue Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: 300;
  color: #363d42;
  width: 376px;
  padding: 6px 2px 6px 38px;
  margin: 0;
}
#index_search_input:-moz-placeholder {
    color: #CCC;
}
#index_search_input:focus {
  border-color: #cdd6de;
  -webkit-box-shadow: 0 0 20px white;
  box-shadow: 0 0 20px white;
}

/* Site Info Page */
#cc_info_left {
  float: left;
  width: 620px;
  margin-left: 5px;
}

/* - Page Name */
#cc_title_container{
  clear: both;
}
#cc_title_container .favicon {
  float: left;
  border-style:solid;
  border-width:1px;
  border-color: #C7C7C7;
  padding:4px;
  background-color:white;
  margin-right: 4px;
  border-radius: 3px;
}
#cc_title_container .title,#cc_title_container .no_title_link {
  font-size: 20px;
  color: #5D9E35;
  margin-top: 5px;
  margin-left: 7px;
}
#website_title_cont {
  line-height: 24px;
  margin-bottom: 5px;
}
#website_title_cont a{
  text-decoration: underline;
}
#redirect_subheading{
  padding-left: 13px;
  margin-top: -3px;
  font-size: 11px;
  margin-bottom: 10px;
  color: #AFAFAF;
}
#redirect_subheading:before{
  content: "↳ ";
  padding-right: 10px;
}
#redirect_subheading a{
  color: rgba(54, 155, 0, 0.79);
}
#cc_title_container .google_media {
  padding-top: 5px;
  padding-left: 2px;
}
#cc_stats_container {
  overflow: hidden;
  width: 593px;
  margin-top: 10px;
  margin-left: 28px;
}
#screenshot {
  cursor: move;
  width: 230px;
  height: 148px;
  padding: 3px;
  background: #FFF url('../images/no-screenshot.png') no-repeat center center;
  border: solid 1px #DEDEDE;
  border-radius: 3px;
  box-shadow: 0 9px 5px -10px rgba(0, 0, 0, 0.25);
}
#screenshot #website_screenshot {
  cursor: default;
  padding: 0;
  margin: 0;
  cursor: move;
}
#current_title{
  font-size: 20px;
}
/* Info Stats */
#info_stats{
  position: relative;
  left: 30px;
}
#info_stats h2{
  font-size: 14px;
  color: #646464;
  font-weight: bold;
}
#info_stats dl {
  margin-bottom: 10px;
}
#info_stats dd{
  display: none;
}
#info_stats dt{
  cursor: pointer;
  margin-right: 25px;
}
#info_stats dt .text:after{
  content: " »"
}
#info_stats .text{
  line-height: 17px;
}
#info_stats .pull-right{
  position: absolute;
  right: 25px;
  float: none;
}
/* - Badge */
#badge {
  margin-left: 80px;
  text-align: left;
  width: 159px;
  height: 135px;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-weight: bold;
  text-shadow: 0 0 1px white;
}
#badge.green {
  background-image: url('../images/badge_green.png');
  color: #336600;
}
#badge.yellow {
  background-image: url('../images/badge_yellow.png');
  color: #6c5400;
}
#badge.red {
  background-image: url('../images/badge_red.png');
  color: #af1111;
}
#badge.grey {
  background-image: url('../images/badge_grey.png');
  color: #757575;
}
#badge.calculating {
  background-image: url('../images/badge_grey.png');
  color: #757575;
}
#badge .score{
  position: relative;
  top: 62px;
  left: 40px;
  font-size: 29px;
}
#badge .score:after{
  content: "/";
  font-weight: normal;
  padding-left: 2px;
}
#badge .max{
  position: relative;
  top: 54px;
  left: 40px;
  font-size: 16px;
}
.calculating_score{
  display: none;
}
.calculating span, .calculating sub{
  display: none;
}
.calculating .calculating_score{
  display: block;
  color: #757575;
  position: relative;
  top: 61px;
  left: 46px;
}
.confidence {
  overflow: hidden;
  height: 8px;
  width: 50px;
  margin: 3px 50px;
  margin-bottom: 20px;
  background-color: #F3F2F2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  bottom: -30px;
}
.confidence .bar {
  width: 0%;
  height: 100%;
  float: left;
  background-color: #E9E9E9;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
/* Badge animation */
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
@keyframes "bounceIn" {
 0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    -o-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
 }
 50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
 }
 70% {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
 }
 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
 }
}
@-moz-keyframes bounceIn {
 0% {
   filter: alpha(opacity=0);
   opacity: 0;
   -moz-transform: scale(.3);
   transform: scale(.3);
 }
 50% {
   filter: alpha(opacity=100);
   opacity: 1;
   -moz-transform: scale(1);
   transform: scale(1);
 }
 70% {
   -moz-transform: scale(.9);
   transform: scale(.9);
 }
 100% {
   -moz-transform: scale(1);
   transform: scale(1);
 }
}
@-webkit-keyframes "bounceIn" {
 0% {
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(.3);
   transform: scale(.3);
 }
 50% {
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   transform: scale(1);
 }
 70% {
   -webkit-transform: scale(.9);
   transform: scale(.9);
 }
 100% {
   -webkit-transform: scale(1);
   transform: scale(1);
 }
}
@-ms-keyframes "bounceIn" {
  0%  {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -ms-transform: scale(.3);
  transform: scale(.3);
}
 50% {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -ms-transform: scale(1);
   transform: scale(1);
 }
 70% {
   -ms-transform: scale(.9);
   transform: scale(.9);
 }
 100% {
   -ms-transform: scale(1);
   transform: scale(1);
 }
}
 @-o-keyframes "bounceIn" {
  0%  {
   filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  -o-transform: scale(.3);
  transform: scale(.3);
}
 50% {
   filter: alpha(opacity=100);
   filter: alpha(opacity=100);
   opacity: 1;
   -o-transform: scale(1);
   transform: scale(1);
 }
 70% {
   -o-transform: scale(.9);
   transform: scale(.9);
 }
 100% {
   -o-transform: scale(1);
   transform: scale(1);
 }
}
 .bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -ms-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}
/* Badge - END */
#cc_comment_container {
  overflow: hidden;
}
#webmaster p.title,#social_talk_info p.title,#cc_keyword_cloud_container p.title,#social_visibility_info p.title {
  font-size: 1.325em;
  color: #5D9E35;
  font-weight: bold;
  padding-bottom: 20px;
}
#webmaster p.malware_reminder_optin_link {
  float: right;
  font-size: 1em;
}
#webmaster p.verify_site_link {
  float: right;
  margin-right: 12px;
  font-size: 1em;
}
#cc_comment_container #comment_icon {
  float: left;
}
#cc_comment_container #write_review_icon {
  width: 25px;
  height: 24px;
  background-position: 0 -80px;
}
#cc_comment_container #comment_info {
  float: left;
}
#cc_comment_container .title {
  font-size: 1.325em;
  color: #5D9E35;
  font-weight: bold;
  line-height: 34px;
}
#cc_comment_form_container {
  overflow: hidden;
  text-align: left;
  position: relative;
}
.cfi_input {
  height: 27px;
  background: transparent url('../images/input_field.png') no-repeat scroll 0 0;
  text-align: left;
  float: left;
  width: 254px;
  margin-top: 6px;
}

.cfi_input_textarea, .edit_comment_textarea, .report_comment_textarea {
  text-align: left;
  background: white;
  border-radius: 3px;
  border: 1px solid #CCC;
  padding: 10px;
}
.cfi_input_textarea_footer{
  pointer-events: none;
  text-align: center;
  font-size: 11px;
  color: #ADADAD;
  padding: 0;
  margin: 0;
  line-height: 0px;
  position: relative;
  bottom: -20px;
}
.cfi_input_textarea_rating{
  margin: -10px -10px 5px -10px;
  padding: 3px 6px 3px 9px;
  border-bottom: 1px dotted #CCC;
  clear: both;
}
.cfi_input_textarea .alert, .edit_comment_form .alert{
  display: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin: 5px -10px -10px;
  border-radius: 0;
  transition: background 2s !important;
  -moz-transition: background 2s !important;
  -webkit-transition: background 2s !important;
  -o-transition: background 2s !important;
}
#cfi_comment_message, .edit_comment_textarea_msg, .report_comment_textarea_msg {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  outline: none;
  width: 100%;
  color: #4b4b4b;
  min-height: 127px;
  font-family: Arial, Georgia, sans-serif;
  font-size: 1em;
  -webkit-resize: none;
  -moz-resize: none;
  -webkit-resize: none;
  -moz-resize: none;
  box-shadow: none;
  resize: vertical;
}
.report_comment_textarea_msg {
  height: 17px;
  min-height: 17px;
  max-height: 17px;
}
.report_comment_kind {
  margin-bottom: 10px;
}
.report_comment_kind label {
  cursor: pointer;
}
.comment_form_controlls {
  margin-top: 10px;
  text-align: right;
}
.comment_loading {
  display: none;
  margin-right: 5px;
  vertical-align: middle;
}
#comments_show_status {
  display: none;
}
#show_deleted_message {
  margin: 20px 0;
  text-align: center;
  font-weight: bold;
  border: 1px solid #dbdbdb;
  padding: 10px;
  border-radius: 3px;
  background-color: #ffffff;
  width: 749px;
}
#user_profile_stats {
  text-align: center;
  font-weight: bold;
  border: 1px solid #dbdbdb;
  padding: 10px;
  border-radius: 3px;
  background-color: #ffffff;
}
.address{
  float: right;
  width: 180px;
  margin: -10px -40px 0 30px;
  padding: 20px 10px 20px 40px;
  border: 1px solid #F1F1F1;
  border-radius: 2px 0 0 2px;
  background: #FFF;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);

  -webkit-box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.01);
  box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.01);
  word-wrap: break-word;
}
.address .h3{
  padding-bottom: 5px;
}
#comments_none_found {
  border-bottom: 1px dashed #dbdbdb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.comment,.comment_profile {
  border-bottom: 1px dashed #dbdbdb;
  position: relative;
  margin: 15px 0;
  padding-bottom: 15px;
  overflow: hidden;
}
.comment_rating_green_icon,.comment_rating_grey_icon,.comment_rating_red_icon,.comment_rating_yellow_icon {
  width: 58px;
  height: 15px;
}
.comment_rating_green_icon {
  background-position: -63px 0;
}
.comment_rating_grey_icon {
  background-position: -63px -20px;
}
.comment_rating_red_icon {
  background-position: 0 -20px;
}
.comment_rating_yellow_icon {
  background-position: 0 0;
}
.comment_website_profile {
  float: right;
  font-weight: bold;
}
.comment_website_profile a {
  text-decoration: none;
}
.comment_website_score_profile {
  border-style: solid;
  border-width: 1px;
  border-color: lightgrey;
  border-radius: 5px;
  padding: 1px;
  font-size: 9px;
  display: inline;
  font-weight: normal;
}
.comment_text .comment_by,.comment_text_profile .comment_by {
  color: #afafaf;
  font-size: 0.9em;
  display: block;
  margin-top: 5px;
}
.comment_text .user_status,.comment_text_profile .user_status {
  color: #AFAFAF;
  font-style: italic;
}
.comment_text .user_status_trusted,.comment_text_profile .user_status_trusted {
  width: 14px;
  height: 14px;
  background-position: -30px -80px;
}
.comment_text .reviewer{
  color: #878787;
  font-weight: bold;
  text-decoration: underline;
}
.comment_text .rating {
  display: none;
}
.comment_voting {
  float: right;
}
.comment_thumb_up, .comment_thumb_down, .comment_votes {
  display: inline-block;
}
.thumb_voting {
  cursor: pointer;
}
.ctu_icon,.ctu_d_icon,.ctd_icon,.ctd_d_icon {
  width: 17px;
  height: 19px;
}
.ctu_icon {
  background-position: 0 -56px;
}
.ctu_d_icon {
  background-position: -22px -56px;
}
.ctd_icon {
  background-position: -44px -56px;
}
.ctd_d_icon {
  background-position: -66px -56px;
}
.comment_votes {
  font-weight: bold;
  font-size: 1.125em;
  vertical-align: middle;
  padding: 0 5px 8px 5px;
}
.category_edit_comment {
  height: 30px;
  left: 80px !important;
}
.category_edit_comment .subnav {
  z-index: 999;
}
.edit_comment_cont_ta {
  width: 460px;
  position: relative;
  margin-bottom: 10px;
}
#confirm_comment_delete {
  background-color: #ffffff;
  padding: 10px;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  margin: 10px 0;
}
/* NEW COMMENTS */
/* Stars - jQuery.Rating Plugin CSS */
div.star-rating{float:left;width:16px;height:16px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.star-rating,div.star-rating a{background:url(../../images/icon-sprite.png) no-repeat 0 0px}
div.star-rating a{display:block;width:15px;height:16px;background-position: -4px -1250px;border:0}
div.star-rating-on a, div.star-rating-hover a{background-position: -4px -1280px;}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default}
/* Partial Star CSS */
div.star-rating{background:transparent;overflow:hidden;}
/* END jQuery.Rating Plugin CSS */

div.rating-result{
  position: relative;
  border-radius: 0 3px 3px 0;
  background-color: #afafaf;
  padding-right: 4px;
  line-height: 16px;
  margin-left: 93px;
  margin-right: -3px;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.39);
}
div.rating-result:before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  width: 0;
  height: 0;
  border-right: 10px solid #afafaf;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.comment_owner_reply{
  padding-left: 20px;
  margin: 10px 0;
  border-left: 3px solid #CCC;
}
.comment_owner_reply_delete{
  display: none;
}
.comment_owner_reply:hover .comment_owner_reply_delete{
  display: inline;
}
.owner_comment_reply_link:before{
  content: ' | ';
  color: #afafaf;
}
.comment .expand.active:before{
  content: '...';
  color: #646464;
  display: inline-block;
}
.update_comment_btn{
  text-align: right;
  margin-top: 10px;
}
#pagination {
  text-align: right;
}
#pagination span {
  font-weight: bold;
  font-family: Tahoma, Arial, Georgia, sans-serif;
  padding: 3px;
}
#pagination span a {
  color: #878787;
  text-decoration: none;
}
#pagination span #cp_dots {
  color: #4b4b4b;
  padding: 0;
}
#pagination .active {
  background-color: #64b209;
  padding: 3px 6px;
  color: #ffffff;
  border-radius: 5px;
}
#social_visibility_items {
  padding: 0;
}
#social_talk_items {
  padding: 0;
}
.social_twitter_cont,.social_google_cont,.social_facebook_cont {
  display: block;
  height: 23px;
  line-height: 24px;
  margin: 0 0 5px;
  padding: 4px;
  text-align: left;
  text-decoration: none;
  vertical-align: top;
  width: auto;
  overflow: hidden;
}
.social_twitter_cont.active,.social_google_cont.active,.social_facebook_cont.active{
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #e6e6e6, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #f5f5f5);
  background-image: -o-linear-gradient(top, #e6e6e6, #f5f5f5);
  background-image: linear-gradient(to bottom, #e6e6e6, #f5f5f5);
  background-position: 0 0;
  border-color: rgb(173, 173, 173);
}
.social_twitter_cont img,.social_google_cont img,.social_facebook_cont img {
  width: 24px;
  height: 24px;
  display: block;
  float: left;
  padding-right: 4px;
}
.social_twitter_cont img {
  background-position: -31px 0;
}
.social_google_cont img {
  background-position: 0 0;
}
.social_facebook_cont img {
  background-position: -62px 0;
}
.social_item_cont {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px dashed #DBDBDB;
}
.social_item_cont:last-child{
  border-bottom: none;
}
.social_item_profile_image {
  float: left;
  width: 48px;
  height: 48px;
  padding: 3px;
  border: 1px solid #DBDBDB;
  border-radius: 3px;
  background: white;
}
.social_item_profile_image img {
  width: 48px;
  height: 48px;
}
.social_item_info{
  margin-left: 66px;
}
.social_item_text {
  margin-left: 78px;
}
.social_item_text:before {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  left: 66px;
  top: 32px;
  z-index: 999;
  font-size: 30px;
  content: "“";
}
.row {
  clear: both;
  overflow: hidden;
}
.column3{
  float: left;
  width: 33%;
  box-sizing:border-box;
}
#site_links_container .column3{
  width: 225px;
}
#site_links_container .column3.big{
  width: 300px;
  margin: 0 20px;
  min-height: 1px;
}

.column2{
  float: left;
  width: 50%;
  *width: 49%;
  box-sizing:border-box;
}
.border-top{
  border-top: 1px dashed #DBDBDB;
  margin-top: 20px;
  padding-top: 20px;
}
hr{
  border: none;
  border-top: 1px dashed #DBDBDB;
  font-size: 0;
  height: 0;
  margin: 20px 0;
  text-align: center;
  padding: 0;
  clear:both;
}
.site_links div {
  padding-top: 1px;
  padding-right: 20px;
}
.site_links a {
  color: #878787;
  display: inline-block;
  line-height: 1em;
  max-width: 82%;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.site_links a:hover{
  color: rgb(99, 99, 99);
}
.rating{
  border-style:solid;
  border-width:1px;
  border-color:lightgrey;
  border-radius: 5px;
  padding:1px;
  font-size:9px;
  display:inline;
  color: #999999;
}
.rating.red{ color: #b20d0d; }
.rating.yellow{ color: #e67300; }
.rating.green{ color: #067606; }
.os_seperator {
  float: left;
  background: transparent url('../images/other_sites_seperator.png') no-repeat scroll right bottom;
  height: 225px;
  width: 1px;
}
#sites_list {
  list-style: none;
  overflow: hidden;
}
#sites_list li {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 32%;
  height: 18px;
  overflow: hidden;
  float: left;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#sites_list li a {
  text-decoration: none;
  color: #646464;
  padding-right: 10px;
}
#sites_list li a:hover {
  color: #333;
}
#cc_tags_container {
  float: left;
  overflow: hidden;
  float: left;
  padding-top: 20px;
  margin-left: 12px;
}
#cc_tags_container #tags_icon {
  float: left;
  width: 32px;
  height: 32px;
}
#cc_tags_container #tags_info {
  float: left;
  width: 340px;
}
#cc_tags_container #tags_info .title {
  font-size: 1.325em;
  color: #5D9E35;
  font-weight: bold;
  line-height: 0.85em;
  margin: 3px 0 0;
}
#cc_tags_container #tags_info h3 {
  font-size: 1em;
  margin-top: 3px;
  color: #5f991b;
  font-weight: normal;
  margin-left: 1px;
}
#sitemap_container {
  margin: 5px 0;
  font-size: 0.95em;
  display: none;
}
#sitemap_container a {
  text-decoration: none;
  color: #808080;
}
.tooltip {
  text-align: left;
  font-size: 0.85em;
  color: #938787;
  z-index: 999999;
  min-width: 200px;
  line-height: 1.6em;
}
.tooltip p {
  padding: 3px;
}
#tooltip_icon_webutation,#tooltip_icon_antivirus,#tooltip_icon_mywot,#mywot_trust_trust_na,#mywot_trust_trust_excellent,#mywot_trust_trust_good,#mywot_trust_trust_poor,#mywot_trust_trust_verypoor,#mywot_trust_trust_unsatisfactory,#mywot_trust_vendor_na,#mywot_trust_vendor_excellent,#mywot_trust_vendor_good,#mywot_trust_vendor_poor,#mywot_trust_vendor_verypoor,#mywot_trust_vendor_unsatisfactory,#mywot_trust_privacy_na,#mywot_trust_privacy_excellent,#mywot_trust_privacy_good,#mywot_trust_privacy_poor,#mywot_trust_privacy_verypoor,#mywot_trust_privacy_unsatisfactory,#mywot_trust_child_na,#mywot_trust_child_excellent,#mywot_trust_child_good,#mywot_trust_child_poor,#mywot_trust_child_verypoor,#mywot_trust_child_unsatisfactory {
  width: 16px;
  height: 16px;
}
#tooltip_icon_webutation {
  background-position: 0 -30px;
}
#tooltip_icon_antivirus {
  background-position: -42px -30px;
}
#tooltip_icon_mywot {
  background-position: -84px -30px;
}
#mywot_trust_trust_na,#mywot_trust_vendor_na,#mywot_trust_privacy_na,#mywot_trust_child_na {
  background-position: -105px -30px;
}
#mywot_trust_trust_excellent,#mywot_trust_vendor_excellent,#mywot_trust_privacy_excellent,#mywot_trust_child_excellent {
  background-position: -147px -30px;
}
#mywot_trust_trust_good,#mywot_trust_vendor_good,#mywot_trust_privacy_good,#mywot_trust_child_good {
  background-position: -126px -30px;
}
#mywot_trust_trust_poor,#mywot_trust_vendor_poor,#mywot_trust_privacy_poor,#mywot_trust_child_poor {
  background-position: -189px -30px;
}
#mywot_trust_trust_verypoor,#mywot_trust_vendor_verypoor,#mywot_trust_privacy_verypoor,#mywot_trust_child_verypoor {
  background-position: -210px -30px;
}
#mywot_trust_trust_unsatisfactory,#mywot_trust_vendor_unsatisfactory,#mywot_trust_privacy_unsatisfactory,#mywot_trust_child_unsatisfactory {
  background-position: -168px -30px;
}
#mywot_conf_trust_0,#mywot_conf_trust_1,#mywot_conf_trust_2,#mywot_conf_trust_3,#mywot_conf_trust_4,#mywot_conf_trust_5,#mywot_conf_vendor_0,#mywot_conf_vendor_1,#mywot_conf_vendor_2,#mywot_conf_vendor_3,#mywot_conf_vendor_4,#mywot_conf_vendor_5,#mywot_conf_privacy_0,#mywot_conf_privacy_1,#mywot_conf_privacy_2,#mywot_conf_privacy_3,#mywot_conf_privacy_4,#mywot_conf_privacy_5,#mywot_conf_child_0,#mywot_conf_child_1,#mywot_conf_child_2,#mywot_conf_child_3,#mywot_conf_child_4,#mywot_conf_child_5 {
  width: 51px;
  height: 18px;
}
#mywot_conf_trust_0,#mywot_conf_vendor_0,#mywot_conf_privacy_0,#mywot_conf_child_0 {
  background-position: 0 -52px;
}
#mywot_conf_trust_1,#mywot_conf_vendor_1,#mywot_conf_privacy_1,#mywot_conf_child_1 {
  background-position: -56px -52px;
}
#mywot_conf_trust_2,#mywot_conf_vendor_2,#mywot_conf_privacy_2,#mywot_conf_child_2 {
  background-position: -112px -52px;
}
#mywot_conf_trust_3,#mywot_conf_vendor_3,#mywot_conf_privacy_3,#mywot_conf_child_3 {
  background-position: -168px -52px;
}
#mywot_conf_trust_4,#mywot_conf_vendor_4,#mywot_conf_privacy_4,#mywot_conf_child_4 {
  background-position: -224px -52px;
}
#mywot_conf_trust_5,#mywot_conf_vendor_5,#mywot_conf_privacy_5,#mywot_conf_child_5 {
  background-position: -280px -52px;
}
.tabs {
  text-align: center;
  margin-top: 20px;
}
.tabs ul,.tabs li {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabs ul {
  border-bottom: solid 1px #DEDEDE;
  height: 29px;
  padding-left: 40px;
  margin: 0 -40px;
}
.tabs li {
  float: left;
  margin-right: 2px;
  background-color: #F5F4F3;
  border-bottom: none;
  border-top: 1px solid #E1DFDE;
  border-left: 1px solid #E1DFDE;
  border-right: 1px solid #E1DFDE;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-radius-topleft: 5px;
  border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tab a,.tab a:link,.tab a:visited {
  height: 30px;
  padding-right: 12px;
  padding-left: 12px;
  float: left;
  color: #666666;
  font-weight: bold;
  height: 28px;
  line-height: 30px;
  text-decoration: none;
  float: left;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-radius-topleft: 5px;
  border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tab a:hover {
  background-color: #E1E1E1;
  height: 29px;
}
.tab li.active a:link,.tab li.active a:visited,.tab li.active a:visited,.tab li.active a:hover {
  background-color: rgb(252, 252, 252);
  height: 29px;
}
#tabs_content_container {
  margin: 0 -40px 30px -40px;
  padding: 0 40px 30px 40px;
  background: rgb(252, 252, 252);
  border-bottom: solid 1px #DEDEDE;
  box-shadow: 0px 0px 10px 2px rgba(231, 231, 231, 0.44);
}
.tab-pane {
  padding-top: 20px;
  min-height: 50px;
  display: none;
}
.tab-pane.active{
  display: block;
}
#webm_zertifikat {
  clear: both;
  padding-left: 80px;
  padding-top: 5px;
  overflow: hidden;
}
.webm_left {
  float: left;
  width: 183px;
}
.webm_right {
  float: left;
}
.webm_divider {
  clear: left;
  padding: 10px;
}
#website_desc_title{
  font-size: 12px;
  font-weight: bold;
  padding-right: 40px;
  font-style: italic;
}
#website_desc_title, #website_desc_content{
  padding-right: 20px;
  word-wrap: break-word;
}
#webmasters_pixelbadge_img {
  text-align: center;
}
input#webmasters_badge_text {
  width: 470px;
  background-color: white;
  border: 1px solid;
  border-top-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #eee;
  border-right-color: #eee;
}
.link_next_to_btn {
  text-decoration: none;
  margin: 0 20px;
}
.link_next_to_btn:hover {
  text-decoration: underline;
}
.ok_note {
  color: #339900;
  background: transparent url('../images/ok_note.png') no-repeat scroll 0 0;
  padding-left: 16px;
}
.checking_note {
  color: #339900;
  background: transparent url('../images/checking.gif') no-repeat scroll 0 0;
  padding-left: 16px;
}
#profile_user_info {
  float: left;
  width: 280px;
  position: relative;
  border-right: 1px dashed #dbdbdb;
}
#profile_user_info #intro_cont{
  overflow: hidden;
  margin-bottom: 10px;
}
#profile_user_info #intro_cont #image {
  float: left;
}
.profile-link{
  display: block;
  text-decoration: none;
}
.profile-link:hover{
  color: rgb(31, 31, 31);
}
.avatar{
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  background: white;
  height: 80px;
  padding: 4px;
  width: 80px;
  margin-right: 10px;
  box-shadow: 0 9px 5px -10px rgba(0, 0, 0, 0.25);
}
#profile_user_info #intro_cont #image a {
  display: block;
  text-decoration: none;
  font-size: 0.9166em;
  text-align: center;
}
#profile_user_info #intro_cont #image a:hover {
  text-decoration: underline;
}
#profile_user_info #intro_cont h1#username {
  color: #8DBB71;
  font-size: 21px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 176px;
}
#profile_user_info #intro_cont h1#username:hover {
  word-wrap: break-word;
  white-space: normal;
}

#profile_user_info #intro_cont #change_username_link a {
  font-weight: bold;
  text-decoration: none;
}
#profile_user_info #intro_cont #change_username_link a:hover {
  text-decoration: underline;
}
#profile_user_info #intro_cont h2#realname {
  margin: -5px 0 5px 0;
  font-size: 14px;
  display: block;
  color: #646464;
}
#profile_user_info .info_field_separator {
  margin-bottom: 15px;
}
#profile_user_info .info_field p {
  width: 90px;
  text-align: right;
  margin-right: 5px;
  font-weight: bold;
  float: left;
}
#profile_user_info .info_field_full p {
  font-weight: bold;
}
.info_field_full p, .info_field_full a{
  padding-right: 5px;
}
#profile_user_info .info_field_edit {
  position: relative;
  width: 300px;
  margin-bottom: 10px; /*overflow:   hidden;

   */
}
#profile_user_info .info_field_edit p {
  width: 85px;
  text-align: right;
  margin-right: 5px;
  font-weight: bold;
  float: left;
  color: #8e8e8e;
}
#user_profile_tabs{
  padding: 0 10px;
  margin: 0;
}
.profile-settings{
  display: none;
  border: 1px dashed #DBDBDB;
  padding: 20px 20px 10px 20px;
  margin-right: 20px;
}
.profile-settings .button{
  margin-bottom: 10px;
  width: auto;
  display: block;
}
.profile_tabs {
  margin-top: 0;
  margin-left: 10px;
  width: auto;
}
#profile_user_data {
  padding-left: 300px;
}
#profile_user_data .profile_tabs{
  margin-left: 0;
  margin-right: -10px;
}
.add_site_cont {
  position: absolute;
  padding: 5px 10px;
  background-color: #ffffff;
  border: solid 1px #DEDEDE;
  top: 28px;
  border-radius: 3px;
  display: none;
  left: 0;
}
.add_site_cont p {
  padding-bottom: 4px;
}
.add_site_cont em {
  padding-top: 4px;
  display: block;
  font-size: 0.9166em;
}
#verified_sites_list {
  margin-top: 40px;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
table {
  border-spacing: 0;
  width: 100%;
}
table th,table tfoot td {
  background-color: #eeeeee;
  padding: 4px 6px;
  border-radius: 3px;
}
table tr td {
  padding: 5px 4px;
  border-bottom: 1px solid #eeeeee;
}
#profile_manage_sites_pagination #pagination,#profile_manage_comments_pagination #pagination,#profile_manage_malware_reminders_pagination #pagination {
  border: 0;
  width: 100%;
}
.verify_ownership_link_btn {
  border: 1px solid #e1e1e1;
  background-color: #eeeeee;
  padding: 3px 4px;
  text-decoration: none;
  border-radius: 3px;
}
.verify_ownership_link_btn:hover {
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  cursor: pointer;
}
.verify_ownership_link {
  text-decoration: none;
}
.verify_ownership_link:hover {
  text-decoration: underline;
}
#site_update_description_status,#site_update_tags_status {
  margin-left: 80px;
  width: 330px;
  display: none;
  margin: 10px 0;
}
#top_status_container {
  background-color: #DFF0D8;
  border-left: 1px solid #2C8B3B;
  border-right: 1px solid #2C8B3B;
  color: #468847;
  display: none;
  margin: 0 auto;
  width: 867px;
  font-size: 13px;
}
#tsc_inner {
  margin: 0 auto;
  position: relative;
}
#tsc_inner .tsc_content {
  width: 873px;
  color: #468847;
  padding: 6px 0;
  text-align: center;
  margin: 0 auto;
}
#tsc_inner .tsc_content a {
  color: #468847;
  font-weight: bold;
  text-decoration: none;
}
#tsc_inner .tsc_content a:hover {
  text-decoration: underline;
}
#tsc_inner .close_top_status_container {
  color: #666666;
  font-size: 13px;
  font-weight: bold;
  line-height: 19px;
  padding: 0 4px;
  position: absolute;
  right: 4px;
  text-decoration: none;
  top: 5px;
  z-index: 99991;
}
#user_privileges_scores {
  margin-right: 20px;
}
#user_privileges_scores p {
  font-weight: normal !important;
  margin: 3px 0;
}
.user_privilege_score {
  float: right;
}
span#badge_review_counter {
  display: block;
  margin: 20px 0 0 35px;
  font-size: 8px;
  color: #bbb;
}
#site-owner-register {
  margin: 10px 0 0 54px;
  text-align: center;
  color: #999;
  cursor: pointer;
  -webkit-transition: color 200ms;
  -moz-transition: color 200ms;
  -o-transition: color 200ms;
  -ms-transition: color 200ms;
  transition: color 200ms;
}
#site-owner-register:hover{
  color: #666;
}
#site-owner-register a {
  text-decoration: none;
}
#site-owner-register a:hover {
  text-decoration: underline;
}
#cc_subdomains_container #subomains_info .title {
  color: #5D9E35;
  font-size: 1.325em;
  font-weight: bold;
  line-height: 0.85em;
  margin: 3px 0 0;
}
#cc_subdomains_container > div.site_links,#cc_wikipedia_link_container > div.site_links,#cc_keyword_cloud_container > div.keyword_cloud > div.location_details > div.about_details {
  float: left;
  padding-bottom: 10px;
  padding-left: 12px;
}
#cc_subdomains_container > div.site_links > div,#cc_wikipedia_link_container > div.site_links > div {
  width: 100%;
}
#cc_keyword_cloud_container > div.keyword_cloud {
  font-size: 1.0em;
  text-align: center;
}
#cc_keyword_cloud_container > div.keyword_cloud > ul.keywords {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
#cc_keyword_cloud_container > div.keyword_cloud > ul.keywords > li {
  line-height: 100%;
  padding: 5px 18px 0 0;
  display: inline-block;
}
#cc_keyword_cloud_container > div.keyword_cloud > ul.keywords > li.tag0 {
  font-size: 1.0em;
}
#cc_keyword_cloud_container > div.keyword_cloud > ul.keywords > li.tag1 {
  font-size: 1.2em;
}
#cc_keyword_cloud_container > div.keyword_cloud > ul.keywords > li.tag2 {
  font-size: 1.4em;
}
#cc_keyword_cloud_container > div.keyword_cloud > ul.keywords > li.tag3 {
  font-size: 1.55em;
}
#cc_keyword_cloud_container > div.keyword_cloud > ul.keywords > li.tag4 {
  font-size: 1.70em;
}
#cc_keyword_cloud_container > div.keyword_cloud > ul.keywords > li.tag5 {
  font-size: 1.85em;
}
#cc_keyword_cloud_container > div.keyword_cloud > ul.keywords > li.tag6 {
  font-size: 1.9em;
}
#cc_keyword_cloud_container > div.keyword_cloud > ul.keywords > li.tag7 {
  font-size: 1.95em;
}
#cc_keyword_cloud_container > div.keyword_cloud > ul.keywords > li.tag8 {
  font-size: 2.0em;
}
#cc_keyword_cloud_container > div.keyword_cloud > ul.keywords > li.tag9 {
  font-size: 2.0em;
}
#cc_keyword_cloud_container > div.keyword_cloud > ul.keywords > li.tag10 {
  font-size: 2.0em;
}
#tooltip {
  position: absolute;
  border: 1px solid #333;
  background: #f7f5d1;
  padding: 2px 5px;
  color: #333;
  display: none;
}
sup.item_relevance > a {
  padding: 0;
  color: #5D9E35;
  text-decoration: none;
  font-size: 9px;
}
/* Icons */
.sprite {
  background: url('../images/icon-sprite.png?v=3') no-repeat top left;
  display:inline-block;
  zoom: 1;
  vertical-align: bottom;
  text-indent: -9999px;
  *text-indent:0;
  *font-size:0;
  *line-height:0;
  *display: inline;
 }
.sprite.icon-google-plus-big { background-position: 0 0; width: 24px; height: 24px;  }
.sprite.icon-facebook-big { background-position:0 -34px; width: 24px; height: 24px;  }
.sprite.icon-twitter-big { background-position:0 -68px; width: 24px; height: 24px;  }
.sprite.icon-not-ok { background-position:0 -102px; width: 20px; height: 20px;  }
.sprite.icon-ok { background-position:0 -132px; width: 20px; height: 20px;  }
.sprite.icon-unknown { background-position:0 -162px; width: 20px; height: 20px;  }
.sprite.icon-warn { background-position:0 -192px; width: 20px; height: 20px;  }
.sprite.icon-facebook-white { background-position:0 -222px; width: 20px; height: 20px;  }
.sprite.icon-facebook { background-position:0 -252px; width: 20px; height: 21px;  }
.sprite.icon-twitter { background-position:0 -282px; width: 20px; height: 21px;  }
.sprite.icon-google-plus { background-position:0 -312px; width: 20px; height: 21px;  }
.sprite.icon-google-safebrowsing { background-position:0 -342px; width: 20px; height: 21px;  }
.sprite.icon-alexa { background-position:0 -372px; width: 20px; height: 21px;  }
.sprite.icon-child-safety { background-position:0 -402px; width: 20px; height: 20px;  }
.sprite.icon-like { background-position:0 -432px; width: 20px; height: 21px;  }
.sprite.icon-norton-safeweb { background-position:0 -462px; width: 20px; height: 20px;  }
.sprite.icon-ssl-certified { background-position:0 -492px; width: 20px; height: 20px;  }
.sprite.icon-antivirus { background-position:0 -522px; width: 20px; height: 20px;  }
.sprite.icon-webutation-reviews { background-position:0 -552px; width: 20px; height: 20px;  }
.sprite.icon-wikipedia { background-position:0 -582px; width: 20px; height: 20px;  }
.sprite.icon-wot { background-position:0 -612px; width: 20px; height: 20px;  }
.sprite.icon-home { background-position:0 -642px; width: 20px; height: 20px;  }
.sprite.icon-locale { background-position: -2px -674px; width: 14px; height: 20px; position: relative; top: -4px; }
.sprite.icon-domain-arrow { background-position: -2px -702px; width: 14px; height: 20px; position: relative; top: -4px; left:5px; }
.sprite.icon-signal-0 { background-position: 0 -727px; width: 20px; height: 18px; position: relative; top: -1px}
.sprite.icon-signal-1 { background-position: 0 -763px; width: 20px; height: 18px; position: relative; top: -1px}
.sprite.icon-signal-2 { background-position: 0 -799px; width: 20px; height: 18px; position: relative; top: -1px}
.sprite.icon-signal-3 { background-position: 0 -835px; width: 20px; height: 18px; position: relative; top: -1px}
.sprite.icon-signal-4 { background-position: 0 -871px; width: 20px; height: 18px; position: relative; top: -1px}
.sprite.icon-signal-5 { background-position: 0 -907px; width: 20px; height: 18px; position: relative; top: -1px}
.sprite.icon-edit { background-position: 0 -945px; width: 20px; height: 16px; position: relative; top: -1px}
.sprite.icon-facebook-black { background-position: 0 -977px; width: 20px; height: 20px; position: relative; top: -1px}
.sprite.icon-firefox { background-position: -4px -1035px; width: 20px; height: 18px; position: relative; top: -1px}
.sprite.icon-chrome { background-position: -4px -1005px; width: 20px; height: 18px; position: relative; top: -1px}
.sprite.icon-remove { background-position: 0 -1066px; width: 20px; height: 16px; position: relative; top: -1px}
.sprite.icon-edit-h2 { background-position: -6px -1098px; width: 20px; height: 16px; vertical-align: middle;}

.sprite.icon-star { background-position: -4px -1281px; width: 15px; height: 16px; vertical-align: middle; margin-right: -2px;}
.sprite.icon-star-disabled { background-position: -4px -1251px; width: 15px; height: 16px; vertical-align: middle; margin-right: -2px;}

.sprite.icon-plusbubble { background-position: 0 -1311px; width: 25px; height: 22px; vertical-align: middle; margin-right: -2px;}
.sprite.icon-trusted { background-position: -5px -1344px; width: 15px; height: 16px; vertical-align: middle; margin-right: -2px;}

.icon-warn-single {
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: -1px;
  background: url('../images/icon-warn.png') no-repeat center center;
  background-size: 20px 20px;
}

/* Definition List */
dl {
  margin-bottom: 20px;
}
dt,dd {
  line-height: 20px;
}
dt {
  font-weight: normal;
}
dd {
  margin-left: 10px;
}
dd.spacing {
  margin-bottom: 12px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 123px;
  clear: left;
  text-align: left;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 123px;
  margin-right: -15px;
  line-height: 22px;
}
sup {
  vertical-align: super;
}
/* Utils */
.remove-list-style{
  list-style: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.pull-right{
  float: right;
}
.pull-left{
  float: left;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Bootstrap - Popover (modified) */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 258px;
  text-align: left;
  background-color: #FAFAFA;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #C7C7C7;
  border-radius: 6px;
  -webkit-box-shadow: 0 10px 20px -10px black;
  -moz-box-shadow: 0 10px 20px -10px black;
  box-shadow: 0 10px 20px -10px black;
  white-space: normal;
  min-height: 90px;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-weight: bold;
  line-height: 17px;
  background-color: #E8F4FB;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover-content p{
  border-bottom: 1px solid #C7C7C7;
}
.popover-content p:last-child{
  border-bottom: none;
}
.popover-content p:first-child{
  padding: 10px 14px 10px 14px;
  margin: -10px -14px 10px -14px;
  border-top: 1px solid #C7C7C7;
  background-color: white;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 8px;
}
.popover .arrow:after {
  border-width: 7px;
  content: "";
}
.popover.right .arrow {
  top: 50%;
  left: -8px;
  margin-top: -8px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -7px;
  border-left-width: 0;
  border-right-color: #C7C7C7;
}
.popover.top .arrow {
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top .arrow::after {
  bottom: 1px;
  margin-left: -7px;
  border-top-color: #FAFAFA;
  border-bottom-width: 0;
}
.popover .pull-right{
  margin-right: -9px;
  max-width: 178px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Bootstrap - Tooltip */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
/* Bootstrap - Alert */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
}
.alert a{
  color: #08C;
}
.alert a:hover{
  color: #005580;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -5px;
  right: -29px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.alert > ul{
  padding-left: 10px;
}
.close {
  float: right;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
}
.alert .close {
  position: relative;
  top: -8px;
  right: -26px;
  line-height: 20px;
}
/* Dropdowns */
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
  position: relative;
  top: 1px;
  border-top: 4px solid #fafafa;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 148px;
  padding: 3px 0;
  margin: 2px 0 0;
  width: 100%;
  list-style: none;
  background-color: #fafafa;
  border: 1px solid #C7C7C7;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 3px 1px 2px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fafafa;
}
.dropdown-menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
  text-decoration: none;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  background-color: #E8F4FB;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  text-decoration: none;
  outline: 0;
  background-color: #E8F4FB;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999999;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open  > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.typeahead{
  width: auto;
  min-width: 167px;
}
code {
  padding: 2px 4px;
  white-space: nowrap;
  background-color: white;
  border: 1px solid #E1E1E8;
  border-radius: 3px;
}

/* serve Retina Images*/
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
  #logo{
    background-image: url(../images/logo@2x.png?v=2);
  }
  .icon-warn-single {
    background-image: url('../images/icon-warn@2x.png');
  }
}


/* Landscape phones and down */
@media (max-width: 500px) {
  #index_container .stats{
    padding: 10px 0;
  }
  #media_right, .nav-controls, #site-owner-register, #nav li, .search input[type=submit], #screenshot{
    display: none;
  }
  header{
    margin: 0px;
  }
  #logo{
    width: auto;
    margin: 0;
  }
  #logo span{
    left: 100px;
    display: block;
    width: 66%;
  }
  #user-panel,#googleplus, #facebooklike{
    display:none;
  }
  #wrapper{
    width: 100%;
    box-sizing:border-box;
    overflow: hidden;
  }
  #footer{
    margin-bottom: 0;
    border-radius: 0;
  }
  .content_container, .content_box{
    padding: 60px 10px 10px 10px;
    border: none;
    border-radius: 3px 3px 0 0;
    overflow: visible;
    margin: 0;
  }
  .column2, .column3{
    float: none;
    width: 100%;
    margin: 10px 0;
  }
  .content_box.right,.content_box.left{
    width: 100%;
  }
  #badge_container{
    position: absolute;
    top: 124px;
  }
  #info_stats, #badge{
    margin: 0 auto;
    position: static;
  }
  #cc_title_container{
    margin-bottom: 170px;
    padding-top: 30px;
  }
  #index_container h1{
    margin-top: -30px;
  }
  #nav {
    height: 0;
  }
  #nav li.search{
    display: block;
    border: none;
    width: 100%;
    box-sizing: border-box;
    float: none;
    padding: 0;
    margin: 0;
    max-width: none;
    z-index: 20;
    background: none;
    padding: 0;
    position: absolute;
  }
  #index_search_form, .search form{
    display: block;
    border-radius: 8px;
    background: rgba(232, 244, 251, 0.9);
    border: 1px solid rgba(199, 199, 199, 0.19);
    padding: 4px;
    margin: 7px;
    position: relative;
    box-shadow: 0px 9px 9px -10px rgba(0, 0, 0, 0.05);
  }
  #index_search_input, #nav .search input[type="url"]{
    box-sizing: border-box;
    height: auto;
    width: 100%;
    margin: 0;
    padding: 6px 2px 6px 38px;
    border: 1px solid #CCC;
    border-radius: 3px;
    outline: 0;
    background: white url('../images/field.png') left top no-repeat;
    box-shadow: none;
    -webkit-appearance: textfield;
    font: 19px 'HelveticaNeue-Light', "Helvetica Neue Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-weight: 300;
    color: #363D42;
  }
  #webm_zertifikat{
    padding-left: 0;
  }
}

.carousel {
  position: relative;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 0px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: black;
  text-align: center;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 0px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: black;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #195C7B;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.5);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}

div.location_details a.button.small, div.location_details button.button.small {
  display: block;
  margin-bottom: 2px; width: 120px; text-align: center;
}

div.location_details address {
  float: right;
  width: 220px;
}

div.location_details a.button.small.inactive, div.location_details button.button.small.inactive {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* Google CSE - Searchbar */
.browser-bar {
  height: 72px;
  width: 100%;
  line-height: 59px;
  background-color: #F1F1F1;
  font: 13px/27px Arial,sans-serif;
  border-bottom: 1px solid #DADADA;
  color: #222;
  text-align: left;
}
.browser-bar .input-append {
  position: relative;
  margin-top: 22px;
  margin-left: 83px;
  vertical-align: top;
  border-radius: 4px 0 0 4px;
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}
.browser-bar .google-input {
  border-radius: 0;
  margin:0;
  box-shadow: none;
  line-height: 20px;
  min-height:20px;
  width: 478px;
  border-right: none;
  outline-color: #FFF;
  outline-style: none;
  outline-width: 0px;
}
.browser-bar .google-input:hover {
  border-color: #b9b9b9;
}
.browser-bar .google-input:active {
  border-color: #4683EA;
}
.browser-bar .google-input:focus {
  border-color: #4683EA;
}
.browser-bar .google-btn {
  display: inline-block;
  padding: 0 12px;
  margin-top: 0;
  height: 30px;
  margin-bottom: 0;
  margin-left: -1px;
  font-size: 14px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #4387fd, #4683ea);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#4387fd), to(#4683ea));
  background: -webkit-linear-gradient(#4387fd, #4683ea);
  background: -moz-linear-gradient(#4387fd, #4683ea);
  background: -o-linear-gradient(#4387fd, #4683ea);
  background: linear-gradient(#4387fd, #4683ea);
  background-origin: padding-box;
  border-radius: 0 2px 2px 0;
  vertical-align: top;
  border: 1px solid transparent;
  color: #fff;
  text-shadow: none;
  position: relative;
  outline-color: #FFF;
  outline-style: none;
  outline-width: 0px;
}
.browser-bar .google-btn:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.browser-bar .google-btn:active {
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#3c7ae4), to(#3f76d3));
  background: -webkit-linear-gradient(#3c7ae4, #3f76d3);
  background: -moz-linear-gradient(#3c7ae4, #3f76d3);
  background: -o-linear-gradient(#3c7ae4, #3f76d3);
  background: linear-gradient(#3c7ae4, #3f76d3); }
.browser-bar .inner{
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAAAYCAIAAAAqFActAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjZBRUVDQzcyNzcyMTFFM0E0NTNCREYxMUY0RjFDNEMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjZBRUVDQzgyNzcyMTFFM0E0NTNCREYxMUY0RjFDNEMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyNkFFRUNDNTI3NzIxMUUzQTQ1M0JERjExRjRGMUM0QyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyNkFFRUNDNjI3NzIxMUUzQTQ1M0JERjExRjRGMUM0QyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PksbTOwAAAZVSURBVHja1FZ7TFNXGC/thUJp6QPQUgRhPgCBYAERNl80RBEkUzOiLhiUibpFl2WYZbg/luk/i3u5uZfJpjMQMTKICChOCCCuynMiT3l0UB6lFAsFLm1ve3v3lTvuri0iAluyLzf3nvOdc77z/c73/b57EJ1Ox5gWo9ki7zNXN5uUPVro+vqJkiLZfu5MLptFEATDThwdHZlMptFotNfD22Qy2ehHTCM/Gi7lq26+M3AoXZbOWDpByM/wJH6p3NBZmRcTKpSuYfepjQ8qR/fcTogL0p87LORyufYr7b2cW+/h6CG+L+pubXYRuDCWVBASwKk8vWNT/tn34yQSCTlwyGw+9uFVYy809zpMi8ViWeRmnBBXRivDQ7TMfig7O5tqp6SkQBfe8zTL1Bvx0jZMUXLng/QoCoAVHIIAJHg4HI6TkxOkEzGFEspOeHAcd6AJTCYIFflAm65HjRY9TsAzjP6DXyASkKMWdBLveYKpVaTf1Ds3N/fl4qDQWkpa8QBvNCAg0GaMhMRisTAMQ9sbx4tu9onEXh01DOUgdurMqvAIKzBiEJu6pv6TqeznRGwqH+7ZuCLoJFBiyoTn/2HAhp8O4cJWLbGN3bx7ewDd+GTbo4niQqvB0htIeLTzWyeooeTkZHpYXhyHxn6zXtG/2stMqVxcnslXOHVLb4f2zOkysX9Q8n7myU9A6ZSw88mTdhgyoBmlNxoQ0b71m96sr5K5Cc4/+O1nQAYAeitzkjZylqFNJQXj6oFWd3cRZRNTD46e/aja3XvD4SOquN3mzy8UFxfTQzH/RLJiUA5ZGjUenh6eZB9OXa/X20yaKr9ToZmKjZUBuSUSLwgCKOu//BQ3yttbKhD3VFDCUMz2NNDrtPfa2tpKWnBfMRv8TtsfvTV0vLiOT1nzdGIR9bVgMEwqNZUU+miHql5PmJUk880lMWuUwXB+0DR6ZObUp/MYr1VZPNkMzXTlXN3+GN5ubjxyje8KryHZBlzRq1LUW/NbKKBK6sTYe168c/JHJx5We2zZ6EbOj4j0KepoobYUuyCY2lorNA11GmDFph1Jx4KAdQvGwNy+nhnmOVKoiKupqaO0uqfDXZUlWbcUR8/pjG3lpHJ8fOLvWLm6MXytVDGYJH7ebJP2EVVSl/tbOnrxYH8W2DxdENGiMmkmcfjhJEbqKONDemvebmtq0YpXRqWlR0dH8Xg8iP/CMQBxd64bg9ZnxdzhScsMm72OpCYFSrhjQ5hAJFStjYItuxuLZn5Xg0Drvh0pvOWbp5OnkjJnIWqJloTQ0OBvjguSXin97tehjDy9D3b33eP7yFpkRcvh9EfHQUNbcBVKExl8E4YtGAMrMzNTGrLC3J97rS64pWvQzHNlwmYODBQjqhTIw/vyAzJucKzsbm9n2LmLLiGBlq4OTUVZ5aRRlnrA399f2S1hG34wmVguXMyM5ZUVqF2lB0NCg/l8/p54qVqjyylnEIj7nm1iJ4R5A78lb6wKdA6UhcV2eroHf39xolnOmtCaH9fiUME9xQvD4EDdNX66UvhLCdb51GlLzJpVvnBmhKatBurV3l2vQtlFUbTs+nW0+t5moWPD2pjIHfEQK3JhdXXtSNfX0OCLtjiKpJGR4fA/aRow1DSo21Xo/dLmDmPMG7H4hbe9urq78ovkwPXExESBQHDz8uXxnCwr0w4cBIPe3pLFYgAZGBjs7x8YGwWWM9Ys9+D7+tELopXrKOrAcuY42+au2Ww2GAzUlaSiB8v69ppMyoqMjODx+Fdybn/1e3xWekvCrniyZlBCXrcg8iwEWTAlnsGwJGLAiaPZKNxcLn2RSl0Wkz9uD3eTZ2akASvsb5AUVRZ151tCcWY5wE9TMeDaPIitFDJB0ztqLRXh63yWxOP/Ig4kQzLOK4eFW+Ha68aZAk2sRPna5hgy2f4fGF6w5VJjYJIf/ozMc9n8Z9qL24wsxm/6coR0iIoGvf1vCN0++EG2l5jTpFFqJ3qDmkC2bYZsptkYnFXoYKbvMuM2Z0ztRQ7NOg26yMseHmX6eWifp7dxy34m+ET6R/eY3qWm0TeC7rwwUBsvPs0gbegHOWv05qaKvQ/MeZIVVsK/aTFUnsM/3YxQwOY4LHsfkFnjS9fYkMEmwV42RBAEerrb7EWGaNaTohZSYaTkLwEGAOZiW9qodV8FAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: 0 25px;
  margin:0 auto;
  width: 873px;
}

div.hittrack {
  position: absolute;
  left: 10px; top: 20px;
}


.address_edit{
  float: right;
  width: 280px;
}
.address_edit dl {
  width: 280px;
}
.address_edit dl dt {
  width: 100px;
  float: left;
}
.address_edit dl dd {
  width: 180px;
  margin-left: 100px;
}
.address_edit dl dd textarea {
  width: 180px;
  height: 60px;
  font: 14px 'HelveticaNeue-Light', "Helvetica Neue Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  border: 1px solid #909090;
}
.address_edit dl dd input {
  width: 180px;
  font: 14px 'HelveticaNeue-Light', "Helvetica Neue Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  border: 1px solid #c0c0c0;
  padding: 3px;
}
.viglink-badge{
  position: absolute;
  right: 8px;
  bottom: 1px;
}