@import url('//fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,500i,600,700,700i&subset=cyrillic');

body {
  color: #8E8E90;
  background-color: #fff;
  margin: 0;
   padding-left:70px;
}

body,
td,
input,
textarea {
  font-size: 12px;
  color: #8E8E90;
  font-weight: normal;
  font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  line-height: 1.5em;
}

.king-related-q-list {
  list-style: none;
  padding-left: 0;
}

.king-related-q-item {
  margin-bottom: 2px;
  padding: 5px 4px 6px 8px;
  border-bottom: 1px solid #EFEFEF;
}

.king-related-q-item a {
  color: #516064;
  font-weight: bold;
}

.king-body {
  position: relative;
  margin: 0 auto;
 
}

#king-body-wrapper {
  background-color: #fff;
  width: 1100px;
  display: block;
  margin: 15px auto;
  position: relative;
  padding: 0 5px;
  min-height: 400px;
}

.king-nav-main-clear,
.king-q-item-clear,
.king-q-view-clear,
.king-a-item-clear,
.king-c-item-clear,
.king-footer-clear,
.king-vote-count-clear,
.king-page-links-clear {
  clear: both;
}

h1 {
  font-size: 22px;
  line-height: 26px;
  margin: 14px 0;
}

h2 {
  font-size: 16px;
  padding-top: 12px;
  clear: both;
  color: #91A2A6;
}

.relatedtitle {
  margin-bottom: 2px;
  padding: 6px 0 5px 10px;
  color: #fff;
  font-weight: bold;
  background-color: #EF547B;
  border-left: 5px solid #F27B99;
}

.king-favoriting {
  float: right;
}

.king-favorite-button,
.king-favorite-hover,
.king-unfavorite-button,
.king-unfavorite-hover {
  background: #F5F8FA url(img/favorite.png) no-repeat center 11px;
  border: 0;
  height: 45px;
  width: 40px;
  cursor: pointer;
  padding: 0 7px;
  margin: 0 4px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  font-size:0;
}

.king-favorite-hover,
.king-favorite-button:hover {
  background-position: center -43px;
  background-color: #E74C3C;
}

.king-unfavorite-button {
  background-position: center -43px;
  background-color: #E74C3C;
}

.king-error {
  color: #F3CACA;
  background-color: rgba(199, 25, 60, 0.82);
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  -webkit-filter: blur(0.1px) brightness(.88);
  padding: 8px 20px;
  text-align: center;
  line-height: 24px;
  position: fixed;
  bottom: 0px;
  right: 0;
  z-index: 12;
  border-radius: 6px 0 0 6px;
  -webkit-border-radius: 6px 0 0 6px;
}

.king-error a {
  color: #fff;
  font-weight: 500;
}

.king-notice {
  background: rgba(0, 0, 0, 0.83);
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  bottom: 0;
  z-index: 1040;
  padding: 8px 0px;
  width: 100%;
}

.king-notice form {
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  line-height: 28px;
  position: fixed;
  text-align: center;
  padding: 10px;
  height: auto;
  width: 480px;
  top: 60px;
  left: 50%;
  margin-left: -250px;
  border-radius: 6px;
}

.king-notice a {
  color: #D63E3D;
}

.king-notice a:hover {
  color: #DC5A5A;
}

.king-notice-close-button {
  font-weight: normal;
  color: #ccc;
  font-size: 24px;
  background: none;
  cursor: pointer;
  position: fixed;
  height: 30px;
  border: none;
  top: 4px;
  left: 50%;
  margin-left: -12px;
}

.king-notice-close-button:hover {
  color: #D63E3D;
}

.king-sidepanel {
  float: right;
  width: 300px;
}

* html .king-sidepanel {
  margin-right: 0px;
}

.king-sidebar {
  text-align: left;
  margin-bottom: 10px;
  padding: 10px 0;
  width: 300px;
}

.king-nav-cat {
  margin: 0px 0;
}

.king-nav-cat-list {
  list-style: none;
  margin-bottom: 10px;
}

.king-nav-cat-list-1 {
  font-size: 15px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  padding-bottom: 5px;
}

.king-nav-cat-list-2 {
  font-size: 11px;
}

.king-nav-cat-list-3 {
  font-size: 10px;
}

.king-nav-cat-list-4 {
  font-size: 12px;
  background: inherit;
}

.king-nav-cat-item {
  padding: 10px 4px 10px 0;
  border-bottom: 1px solid #F5F5F5;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  color: #D0D0D0;
  transition-duration: 0.2s;
}

.king-nav-cat-link {
  font-weight: 500;
  padding: 7px 5px 7px 8px;
  margin-bottom: 3px;
  color: #93A2A6;
}

.king-nav-cat-selected:hover,
.king-nav-cat-item:hover,
.king-nav-cat-link:hover {
  text-decoration: none;
  color: #C7193C;
}

.king-nav-cat-selected {
  color: #C7193C;
}

.king-nav-cat-all {
  display: block;
  padding: 5px 0;
  height: 25px;
  line-height: 25px;
  margin-bottom: 5px;
  background-color: #FFFFFF;
  border-bottom: 2px solid #D7E0E8;
}

.king-nav-cat-all a {
  font-size: 16px;
  color: #5a6772;
  font-weight: bold;
  line-height: 28px;
  padding: 0;
}

.king-feed {
  background: url(img/feed-icon-14x14.png) no-repeat left top;
  padding-left: 20px;
  height: 16px;
  margin: 24px 0;
  clear: both;
}

.king-feed-link {
  font-size: 10px;
  color: #666;
}

.king-template-hot .baslik,
.king-template-questions .baslik,
.king-template-qa .baslik {
  display: none;
}

.king-template-search .baslik,
.king-template-tag .baslik {
  border-radius: 3px;
  background-color: #fff;
  padding: 10px 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}

.king-template-tag .baslik h9 {
  font-size: 14px;
  font-weight: 300;
  color: #C7193C;
}

.king-template-question .baslik {
  padding: 14px 0;
  display: block;
  color: #333;
}

.maincom {
  background: white;
  margin-bottom: 20px;
  width: 100%;
  display: block;
  clear: both;
}

.king-main {
  width: calc(100% - 320px);
  margin-bottom: 15px;
  display: inline-block;
  float: left;
}

.king-template-ask .king-main {
  width: 100%;
  float: none;
}

.king-template-tags .leftside {
  text-align: center;
}

.king-template-question .leftside {
  background-color: #FFFFFF;
  margin: 0 auto;
  padding-bottom: 20px;
}

.king-main-hidden {
  background: url(img/hidden.png) repeat left top;
}

.king-footer {
  text-align: center;
  padding: 8px 0;
  width: 100%;
  margin-top: 15px;
  display: block;
  position: relative;
  clear: both;
  background-color: #F9F9F9;
  color: #A3A4A8;
  font-size: 10px;
  border: 1px solid #EDEEF0;
}

.king-footer a {
  color: #8C97AA;
}

* html .king-footer {
  padding-top: 6px;
}

.king-widgets-main-high {
  margin-bottom: 24px;
}

.king-logo {
  font-size: 0px;
  height: 50px;
  line-height: 50px;
  width:auto;
}

.king-logo img {
  max-height: 50px;
  line-height: 50px;
}

.king-logo-link,
.king-logo-link:hover {
  color: #000;
}

.reklam {
  float: right;
  margin: 0 0 12px 12px;
  padding: 4px;
  border-left: 1px solid #ddd;
  background-color: #F0F1F4;
}

.king-ustnav {
  clear: both;
  height: 45px;
  background: #00A0D1 url(img/header-bg.png) repeat-x top left;
  width: 100%;
}

.king-ustnav a {
  color: #fff;
}

.king-ustnav a:hover {
  color: #C7193C;
}

.fb-login-button {
  padding: 10px 20px;
}

.king-ustnav1 {
  width: 986px;
  margin: 0px auto;
  overflow: visible;
}

.king-nav-user {
  float: left;
  font-size: 12px;
  color: #000;
  white-space: nowrap;
  margin: 5px 0 4px 0;
}

.king-nav-user-item a {
  border-bottom: 1px solid #B01937;
  background-color: #C7193C;
  color: #fff;
  display: block;
  line-height: 41px;
  height: 41px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-weight: normal;
  font-size: 14px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.king-nav-user-item a:hover {
  background-color: #B11E3B;
  color: #fff;
}

.king-search {
  position: relative;
  float:right;
  display: inline-block;
  height: 38px;
  margin: 6px 0 6px 8px;
  font-size: 12px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.king-search-field {
  display: inline-block;
  width: 180px;
  height: 38px;
  padding: 0 40px 0 12px;
  font-size: 14px;
  line-height: 38px;
  font-weight: 500;
  color: #fff;
  background-color: #FFFFFF;
  border: none;
  border-radius:3px;
  -webkit-box-shadow:   0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow:   0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow:  0 1px 1px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
}

.king-search-field:focus {
  color: #5F6877;
  background-color: #fff!important;
}

.king-search-button {
  background: url(img/qview.png) no-repeat center center;
  position: absolute;
  top: 0;
  right: 2px;
  border: 0;
  display: block;
  width: 44px;
  height: 36px;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
}

.king-headerf {
  text-align: center;
  padding-top: 50px;
}

.king-header {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  height: 50px;
  opacity: 0.98;
  z-index: 12;
  text-align: center;
  left:40px;
}

.second-header {
  width: 100%;
  background-color: #e7edf3;
  border-bottom:1px solid #fff;
  position: relative;
  text-align: center;
}

.second-header .king-search {
  display:none;
}

.second-head {
  height: 50px;
  float: right;
  display: inline-block;
}

.king-template-admin .second-head {
  display: none;
}

.leftmenu {
  position: fixed;
  width: 70px;
  height: 100%;
  padding: 8px 0;
  background-color: rgba(59, 48, 61, 0.99);
  left: 0;
  top: 50px;
  font-size: 14px;
  list-style: none;
  font-weight: 300;
  display: block;
  visibility: visible;
  opacity: 1;
  z-index: 12;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 250ms ease-in-out;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
      -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

#checkbox-menu4:checked + header .leftmenu {
  width:220px;
  top: 50px;
  opacity: 1;
  visibility: visible;
}

.leftmenu:hover {
  width:220px;
}

.leftmenu:hover .king-nav-main {
  font-size:14px;
}

.leftmenu .king-userp {
  height:48px;
  text-align:center;
  margin-bottom:8px;
}

.leftmenu .king-avatar-image,.leftmenu .king-havatar {
  height:48px;
  width:48px;
  float:right;
      -webkit-box-shadow: 0 0px 5px 2px rgba(0,0,0,.2);
    box-shadow: 0 0px 5px 2px rgba(0,0,0,.2);
}
.leftmenu .usrname {
  display:inline-block;
  float:right;
  text-align:right;
  visibility:hidden;
  opacity:0;
  margin-left:-150px;
    -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 250ms ease-in-out;
}

.leftmenu:hover .usrname, #checkbox-menu4:checked + header .usrname {
  opacity:1;
  visibility:visible;
  margin-left:5px;
}

.king-nav-main {
  text-align: left;
  position: relative;

  transform: translateY(0px) scaleX(1) scaleY(1);
  transition: all 400ms;
}

.king-nav-main-list {
  width:220px;
}

#checkbox-menu4:checked + header .king-nav-main {
  font-size:14px;
}

#checkbox-menu4:checked + header .modal-backdrop2 {
  background-color: rgba(64, 53, 67, 0.38);
  width: 100%;
  height: 100%;
  position: fixed;
  display: block;
  z-index: 11;
  top: 50px;
  bottom: 0;
  right: 0;
  left: 0;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);  
}

.king-nav-main-item {
  display: block;
  position: relative;
}

.king-nav-main-link:hover {
  color: #00BCD4!important;
}

.king-nav-main-link {
  color: #fff;
  background-image: url(img/menu-icons.png);
  background-repeat: no-repeat;
  background-position: 20px -295px;
  display: block;
  position:relative;
  line-height: 40px;
  padding-left: 70px;
  margin-bottom:12px;
  margin-top:4px;
  text-align: left;
  font-weight: 500;
}

.king-nav-main-selected {
  color: #00BCD4;
  background-position: 20px -295px;
  background-color: rgba(0, 0, 0, 0.18);
}

.king-nav-main-selected:before {
  content:' ';
  width:3px;
  height:40px;
  position:absolute;
  left:0;
  top:0;
  background-color: #00BCD4;
}

.king-nav-main-questions .king-nav-main-selected:before {
  background-color: #862DDC;
}

.king-nav-main-hot .king-nav-main-selected:before {
  background-color: #E4BE3B;
}

.king-nav-main-tag .king-nav-main-selected:before {
  background-color: #DB3282;
}

.king-nav-main-user .king-nav-main-selected:before {
  background-color: #A8DB9B;
}

.king-nav-main-admin .king-nav-main-selected:before {
  background-color: #EB666E;
}

.king-nav-main-questions .king-nav-main-link {
  background-position: 20px 7px;
}

.king-nav-main-hot .king-nav-main-link {
  background-position: 20px -54px;
}

.king-nav-main-tag .king-nav-main-link {
  background-position: 20px -117px;
}

.king-nav-main-user .king-nav-main-link {
  background-position: 20px -176px;
}

.king-nav-main-admin .king-nav-main-link {
  background-position: 20px -236px;
}

.king-nav-main-questions .king-nav-main-link:hover {
  color: #862DDC!important;
}

.king-nav-main-hot .king-nav-main-link:hover {
  color: #E4BE3B!important;
}

.king-nav-main-tag .king-nav-main-link:hover {
  color: #DB3282!important;
}

.king-nav-main-user .king-nav-main-link:hover {
  color: #A8DB9B!important;
}

.king-nav-main-admin .king-nav-main-link:hover {
  color: #EB666E!important;
}

.king-nav-main-questions .king-nav-main-selected {
  color: #862DDC;
}

.king-nav-main-hot .king-nav-main-selected {
  color: #E4BE3B;
}

.king-nav-main-tag .king-nav-main-selected {
  color: #DB3282;
}

.king-nav-main-user .king-nav-main-selected {
  color: #A8DB9B;
}

.king-nav-main-admin .king-nav-main-selected {
  color: #EB666E;
}

.king-nav-top {
  width: 100%;
  background-color: #D7E0E8;
  border-bottom: 1px solid #fff;
  height: 50px;
}

.king-nav-sub {
  color: #fff;
  position: relative;
  width: 1100px;
  margin: 0 auto;
  text-align: left;
}

.king-nav-sub-list {
  list-style: none;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  position: relative;
  float: left;
}

.king-nav-sub-item {
  display: inline-block;
}

.king-nav-sub-link {
  border-radius: 16px;
  font-size: 12px;
  font-weight: normal;
  color: #65798D;
  padding: 0 14px;
  text-transform: uppercase;
  display: block;
  height: 30px;
  line-height: 30px;
  margin: 10px 0;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.3s;
}

.king-nav-sub-link:hover,
.king-nav-sub-selected {
  color: #fff;
  text-decoration: none;
  background-color: #C7193C;
      -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
}

.king-template-search .king-page-links,
.king-template-tag .king-page-links,
.king-template-hot .king-page-links,
.king-template-questions .king-page-links,
.king-template-qa .king-page-links,
.king-template-user-activity .king-page-links,
.king-template-user-questions .king-page-links,
.king-template-favorites .king-page-links {
  display: none;
}

.king-page-links {
  width: 100%;
  display: block;
  clear: both;
  position: relative;
  padding: 12px 0;
  text-align: center;
}

.king-page-links-list {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}

.king-page-links-item {
  display: inline;
}

.ntfy-event-nill {
  background-color: #A7BDC9!important;
}

.king-page-selected,
.king-page-links-item a {
  font-size: 18px;
  font-weight: normal;
  background-color: #F3F5F8;
  color: #688292;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.king-page-links-item a:hover {
  background-color: #C7193C;
  color: #fff;
}

.king-page-link {
  color: #ccc;
}

.king-page-prev,
.king-page-next {
  color: #C7193C;
  font-size: 18px;
}

.king-page-selected {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  background-color: #C7193C;
  border-color: #B32626;
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.king-page-ellipsis {
  color: #6882AB;
  font-size: 18px;
  margin-right: 10px;
}

.king-form-tall-table {
  width: 100%;
  padding: 5px;
  margin: 10px 0;
}

.king-template-ask .king-form-tall-table {
  padding:0;
  margin:0;
}

.king-template-ask .king-form-tall-table .king-form-tall-data {
  text-align:left;
  display:block;
  width:100%;
}
.askbox {
  background: #fff;
  border: 2px solid #C7193C;
  width: 656px;
  height: 40px;
  margin-bottom: 7px;
  margin-top: 10px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow: 0 1px 1px 0 rgba(53, 136, 194, 0.33);
}

.askkutu {
  border: none;
  background: none;
  width: 580px;
  height: 36px;
  color: #555;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  padding-left: 8px;
}

.askbox input[type="text"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.userust {
  color: #C7193C;
  font-size: 12px;
  line-height: 47px;
  width: 250px;
  float: right;
}

.king-form-tall-ok {
  color: #FFF;
  background-color: rgba(60, 49, 62, 0.79);
  font-size: 16px;
  font-weight: 300;
  padding: 10px 20px;
  text-align: center;
  line-height: 18px;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 12;
}

.king-form-tall-label {
  font-size: 14px;
  color: #7089a9;
  padding: 2px;
  margin-top: 5px;
  display: block;
  border-radius: 5px;
}

.king-form-tall-data li {
  list-style-type: none;
  padding: 2px 0px;
}

.img-submit {
  border: none;
  font-weight: 700;
  background-color: #C7193C;
  height: 40px;
  line-height: 40px;
  width: 50%;
  display: block;
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin: 10px auto 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.king-form-tall-text {
  width: 98.8%;
  margin: 0 0 5px 0;
  padding: 5px;
  background-color: #FFFFFF;
  border: 2px solid #D7E0E8;
  color: #6F7788;
  font-size: 15px;
  font-weight: normal;
  border-radius: 6px;
  transition: border-color 0.25s linear;
  -webkit-transition: border-color 0.25s linear;
  -moz-transition: border-color 0.25s linear;
  -ms-transition: border-color 0.25s linear;
  -o-transition: border-color 0.25s linear;
}

.king-template-ask .king-form-tall-text {
  padding: 8px 5px;
}

.king-form-tall-checkbox {
  margin-right: 6px;
}

.king-form-tall-error {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 500;
  padding: 6px;
  border-radius: 5px;
}

.king-template-login .king-form-tall-note a {
  color: #293D39;
  background-color: inherit;
}

.king-form-wide-table {
  padding: 15px;
  margin-bottom: 5px;
  width: 100%;
  text-align: left;
}

.king-form-wide-spacer {
  border-bottom: 3px solid #FFFFFF;
  line-height: 0;
  padding-top: 4px;
}

.king-form-wide-ok {
  background: rgba(83, 187, 180, 0.66);
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 16px;
  text-align: center;
  padding: 6px;
  border-radius: 6px;
  z-index: 6;
}

.king-form-wide-label {
  color: #667686;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  padding: 10px;
}

.king-template-user .king-form-wide-label {
  text-align: right;
  background-color:#f9f9f9

}

.king-template-user .king-form-wide-data {
  text-align: left;

}

.king-form-wide-data {
  padding: 6px 10px;
}

.king-form-wide-text {
  width: 80%;
  border: 1px solid #ddd;
  font-size: 16px;
  font-weight: 300;
  padding: 6px 2px 6px 3px;
}

.king-form-wide-error {
  background: #FFCFCF;
  border: 1px solid #E5A3A3;
  color: #801B3E;
  font-size: 11px;
  margin-left: 6px;
  padding: .5em;
}

.king-form-wide-note {
  font-size: 10px;
  margin-left: 4px;
  color: #235272;
}

.king-form-light-button,
.king-form-light-hover {
  font-size: 12px;
  font-weight: 500;
  background-color: #fff;
  border-radius: 16px;
  border: 0;
  height: 27px;
  margin-left: 5px;
  line-height: 27px;
  padding: 0 8px;
  cursor: pointer;
  color: #96A5AA;
}

.king-form-wide-button:hover,
.king-form-tall-button:hover,
.king-form-light-hover,
#submit-btn:hover {
  color: #D94A4A;
  border-color: #D94A4A;
  text-decoration: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.king-form-light-button:hover {
  background-color: #C7193C;
  color: #fff;
}

.king-form-tall-button-cancel {
  background-color: transparent!important;
  border-color: #A7BDC9!important;
  color: #A7BDC9!important;
}

.king-form-wide-button,
.king-form-tall-button,
#submit-btn {
  padding: 6px 30px;
  background-color: inherit;
  border: 2px solid #C7193C;
  color: #C7193C;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.25s linear;
}

.king-form-tall-hover {
  padding: 5px 20px;
  border: 1px solid #a7a7a7;
  color: #000000;
  font-weight: 700;
  background: #F6F6F6;
  background-image: -moz-linear-gradient(top, white, #EFEFEF);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#EFEFEF));
  filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr=white, endColorStr=#EFEFEF);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-image: initial;
  cursor: pointer;
}

.king-form-basic-button,
.king-form-basic-hover {
  background: none repeat scroll 0 0 #FC575E;
  border: 0;
  vertical-align: middle;
  margin: 4px 4px 4px 0;
  padding: 3px 4px;
}

.king-form-basic-button {
  color: #FFF;
}

.king-form-basic-hover,
.king-form-basic-button:hover {
  background: #FBCA54;
  border: 0;
  color: #FFF;
}

.king-form-basic-note {
  font-size: 8pt;
}

.king-q-item-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  padding: 2px 0;
  margin: 0;
  color: #435F6B;
  display: block;
  position: relative;
  text-align: left;
}

.king-q-item-title a {
  color: #333;
}

.king-q-item-meta {
  font-size: 10px;
  color: #999999;
  line-height: 24px;
  display: inline;
}

.king-q-item-meta a {
  font-weight: bold;
  color: #91A2A6;
}

.king-q-item-tags {
  display: none;
}

.king-q-item-tag-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.king-c-form {
  margin: 10px 0;
}

.king-c-form textarea {
  height: 50px;
}

.king-c-form h2 {
  display: none;
}

.king-c-form .king-form-tall-buttons {
  text-align: left;
}

.king-suggest-next {
  background-color: #D7E0E8;
  border-radius: 3px;
  color: #8D9AA5;
  font-weight: 300;
  border-left: 6px solid #8D9AA5;
  font-size: 14px;
  padding: 10px 0 10px 8px;
  text-align: left;
  clear: both;
  display: block;
  margin: 0 auto;
}

.king-suggest-next a {
  color: #8d9aa5;
  font-weight: bold;
}

.king-q-item-stats {
  padding: 0;
  height: 80px;
}

.king-voting {
  color: #899EB8;
  height: 33px;
  margin: 6px 0;
  overflow: hidden;
  float: left;
  display: inline-block;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none!important;
  outline: none;
}

.king-vote-buttons-netup {
  display: inline-block;
  float: left;
}

.king-vote-buttons-netdown {
  display: inline-block;
  float: left;
}

.king-vote-buttons-netup input,
.king-vote-buttons-netdown input {
  background-color: inherit;
  float: left;
  width: 33px;
  height: 33px;
  line-height: 33px;
  cursor: pointer;
  font-size: 0px;
  border: 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background-color: #F9F9F9;
  border: 1px solid #EDEEF0;
}

.king-vote-buttons-netup input {
  background-position: center 5px;
}

.king-vote-buttons-netdown input {
  background-position: center -41px;
}

.king-vote-up-button,
.king-vote-up-hover {
  background-image: url(img/like.png);
  background-repeat: no-repeat;
  background-position: center 5px;
}

.king-vote-up-disabled {
  background-color: #EFEFEF !important;
  background-image: url(img/like.png);
  background-repeat: no-repeat;
  background-position: center -89px!important;
}

.king-vote-up-hover,
.king-vote-up-button:hover {
  background-position: center -89px;
  background-color: #000000;
}

.king-vote-down-button,
.king-vote-down-hover {
  background-image: url(img/like.png);
  background-repeat: no-repeat;
  background-position: center -46px;
}

.king-vote-down-disabled {
  background-color: #efefef !important;
  background-image: url(img/like.png);
  background-repeat: no-repeat;
  background-position: center -135px !important;
}

.king-vote-down-hover,
.king-vote-down-button:hover {
  background-position: center -135px;
  background-color: #E63D45;
}

.king-voted-up-button,
.king-voted-up-hover {
  background-image: url(img/like.png);
  background-repeat: no-repeat;
  background-position: center -89px!important;
  background-color: #C7193C!important;
}

.king-voted-down-button,
.king-voted-down-hover {
  background-image: url(img/like.png);
  background-repeat: no-repeat;
  background-position: center -135px!important;
  background-color: #E63D45!important;
}

.king-vote-count {
  float: left;
  text-align: center;
  color: #6C7486;
  display: inline-block;
  line-height: 33px;
  height: 33px;
  padding: 0 6px;
}

.king-netvote-count-data {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

.king-netvote-count-pad {
  display: none;
  font-size: 0px;
}

.king-updownvote-count {
  width: 48px;
  height: 27px;
}

.king-updownvote-count-data {
  font-size: 18px;
  font-weight: 700;
  display: inline;
}

.king-updownvote-count-pad {
  font-size: 9px;
  display: none;
}

.king-a-count {
  background-image: url(img/yorizicons.png);
  background-position: 2px -25px;
  background-repeat: no-repeat;
  padding: 0 12px 0 30px;
  margin-left: 5px;
  color: #899EB8;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  background-color: inherit;
  border-radius: 3px;
}

.king-view-count {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  padding: 0 12px 0 30px;
  background-image: url(img/yorizicons.png);
  background-position: 2px -53px;
  background-repeat: no-repeat;
  background-color: inherit;
  border-radius: 3px;
  color: #899EB8;
  font-size: 11px;
}

.yorizbottom .king-vote-count {
  background-image: url(img/yorizicons.png);
  background-position: 2px 3px;
  background-repeat: no-repeat;
  background-color: inherit;
  border-radius: 3px;
  margin-left: 5px;
  padding: 0 12px 0 30px;
  height: 30px;
  float: none;
  line-height: 30px;
  display: inline-block;
  width: auto;
  color: #96A4A9;
}

.king-a-count-data {
  font-size: 11px;
  font-weight: 700;
}

.king-a-count-pad {
  font-size: 11px;
}

.king-a-selection {
  display: none;
}

.king-a-select-button,
.king-a-select-hover {
  background: url(img/select-star.png) no-repeat;
  border: 0;
  height: 28px;
  width: 30px;
  cursor: pointer;
}

.king-a-select-hover,
.king-a-select-button:hover {
  background-position: 0 -56px;
}

.king-a-unselect-button,
.king-a-unselect-hover {
  background: url(img/selected-star.png) no-repeat;
  border: 0;
  height: 28px;
  width: 30px;
  cursor: pointer;
}

.king-a-unselect-button {
  background-position: 0 0;
}

.king-a-selected {
  background: url(img/selected-star.png) no-repeat 0 0;
  height: 28px;
  width: 30px;
  margin: 0 auto;
}

.king-a-selected-text {
  font-size: 10px;
  font-weight: 700;
  display: block;
  margin-top: 6px;
}

.king-top-tags-count {
  color: #fff;
  text-align: right;
  background-color: #A7BDC9;
  border-radius: 20px 0 0 20px;
  -webkit-border-radius: 20px 0 0 20px;
  height: 30px;
  padding: 0 8px;
  font-weight: 700;
}

.king-top-tags-count:hover {
  background-color: #EE3765;
}

.king-top-users-table tr {
  width: 100%;
  display:block;
  text-align: center;
}

.king-top-users-label {
  background-color: #F3F5F8;
  border-radius: 6px 6px 0 0;
  padding-top: 8px;
  display: block;
  height: 150px;
  margin: 10px 5px 0;
}

.king-top-users-table .king-top-users-label .king-user-link {
  margin-top: 6px;
  display: block;
  text-align: center;
  width: 100%;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  color: #5a6772;
}

.king-top-users-label a {
  display: block;
  clear: both;
  font-size: 16px;
  color: #7c8792;
}

.king-top-users-score {
  background-color: #C7193C;
  border-top: 1px solid #91132D;
  text-align: center;
  margin-bottom: 5px;
  color: #fff;
  font-size: 18px;
  display: block;
  padding: 6px 12px;
  margin: 0 5px;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}

.king-part-q-view {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  clear: both;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-transition: width .3s ease;
  -webkit-transition: width .3s ease;
  transition: width .3s ease;
}

.smeta {
  width: 650px;
  padding: 10px;
  -webkit-transition: left .1s ease-out .1s;
  transition: left .1s ease-out .1s;
}

.king-q-view-meta {
  background: #F3F3F3 url(img/meta-icon.png) no-repeat 5px center;
  font-size: 10px;
  padding: 4px 0 4px 44px;
  color: #999;
}

.king-q-view-meta a {
  font-weight: bold;
  color: #91A2A6;
}

.king-q-view-follows {
  font-size: 13px;
  margin-top: 12px;
  padding: 6px;
  background-color: #f8f6d2;
  color: #888;
}

.king-q-view-tags {
  margin: 12px 0;
  display: block;
}

.king-q-view-tag-list {
  list-style: none;
  margin-left: 8px;
}

.king-q-view-tag-list:hover {
  color: #C7193C;
}

#king-share-buttons-container {
  background: none repeat scroll 0 0 #DDDDDD;
  font-size: 125%;
  font-weight: bold;
  margin: 20px 0;
  padding: 20px;
  text-align: center;
}

#king-share-buttons {
  float: right;
  margin-top: 2px;
  margin-right: 8px;
  vertical-align: middle;
  text-align: right;
}

.share-widget-container {
  display: inline-block;
  position: relative;
}

.king-share-button {
  width: 54px;
}

.meta-when {
  display: inline-block;
  padding: 0 10px;
  margin: 0 3px;
  font-weight: 300;
  font-size: 10px;
  color: #94A2A7;
  height: 60px;
  line-height: 60px;
  border-left: 2px solid #fff;
}

.king-q-view-buttons {
  float: right;
}

.king-q-view-buttons input {
  font-size: 14px;
  font-weight: normal;
  height: 30px;
  cursor: pointer;
  border: 0;
  background-color: #fff;
  color: #93A2A6;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  padding: 0 10px;
  margin-left: 2px;
  margin-top: 5px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-appearance: none;
}

.king-q-view-buttons input:hover {
  border-color: #C7193C;
  background: #C7193C;
  color: #fff;
}

.king-q-view-c-list {
  clear: both;
  border-top: 2px dashed #C4E3F8;
  margin: 24px 0 0;
}

.king-a-list {
  margin-bottom: 10px;
  position: relative;
}

h9 {
  font-size: 26px;
  line-height: 26px;
  margin: 14px 0 0 0;
}

.commentmain {
  background-color: #F6F7F8;
  display: block;
  padding: 12px;
  margin: 12px 10px 1px 67px;
}

.king-a-list .meta-when {
  height: 28px;
  line-height: 28px;
  float: right;
  border: 0;
  color: #96A5AA;
}

.king-a-item-hidden .king-a-item-content {
  color: #999;
}

.king-a-item-main {
  width: 100%;
  display: block;
}

.king-a-item-selected {
  margin: -21px -10px 0px -85px;
  padding: 20px 10px 0px 85px;
  border: 1px solid #d5f2dd;
  background: #f0fbf3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.king-a-item-content {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 20px;
  width: 100%;
}

.king-a-item-content img {
  max-width: 95%;
  padding: 5px;
  margin: 4px 0;
  background-color: #f8f8f8;
  border: 1px solid #e8e8e8;
}

.king-a-item-meta {
  font-size: 10px;
  color: #b2bac2;
  margin-left: 4px;
}

.king-a-item-meta a {
  font-weight: bold;
}

.king-a-item-buttons {
  float: right;
}

.king-a-item-c-list {
  display: block;
}

.king-c-list-item {
  background-color: #F2F5F7;
  padding: 10px;
  margin: 0 16px 1px 72px;
}

.king-c-item-hidden .king-c-item-content {
  width: 547px;
  color: #bbb;
}

.king-c-item-content {
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 20px;
  width: 100%;
}

.king-c-item-content img {
  max-width: 95%;
  padding: 5px;
  margin: 4px 0;
  background-color: #f8f8f8;
  border: 1px solid #e8e8e8;
}

.king-c-item-content pre {
  width: 90%;
  position: relative;
  display: block;
  clear: both;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: "monoco", courier, monospace;
  background: #384047;
  padding: 15px;
  overflow: hidden;
  overflow-x: scroll;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.king-c-item-meta {
  font-size: 10px;
  display: inline;
  color: #b2bac2;
}

.king-c-item-buttons {
  float: right;
}

.king-nav-footer-list {
  text-align: center;
  list-style-type: none;
  padding: 0;
}

.king-attribution {
  text-align: center;
  color: #707E96;
}

.king-a-list .king-user-link {
  font-size: 22px;
  font-weight: 500;
  height: 24px;
  line-height: 24px;
  color: #5a6772;
  margin-right: 5px;
}

.king-a-list .king-user-link:hover {
  color: #C7193C !important;
}

.king-user-link {
  font-size: 16px;
  font-weight: 700;
  float: left;
}

.king-tag-link {
  background: #FFFFFF;
  padding: 5px 12px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  margin-right: 5px;
  border: 1px solid #C8CFD3;
  color: #C8CFD3;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 4px;
  font-size: 14px;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.king-tag-link:hover {
  color: #C7193C;
  border-color: #C7193C;
}

.sorbutton {
  background: #FC575E;
  color: #FFF;
  height: 28px;
  width: 150px;
  border: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  font-weight: 700;
}

.king-q-view-avatar {
  float: left;
  margin-right: 6px;
}

.king-q-item-avatar {
  float: left;
}

.king-q-list-item .king-avatar-image {
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  float: left;
}

.king-template-users .king-top-users-label .king-avatar-image {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  object-fit: cover;
  width: 100px;
  height: 100px;
}

#avatar .king-avatar-image {
  width: 160px!important;
  height: 160px!important;
  border-radius: 4px;
  text-align: center;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.33);
}

.king-leftavatar .king-avatar-image {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  width: 50px;
  height: 50px;
  object-fit: cover;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.king-avatar-image {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  width: 32px;
  height: 32px;
  object-fit: cover;
}

a:active,
a:visited,
.king-avatar-link:hover {
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #C7193C;
}

a:hover {
  color: #C7193C;
  text-decoration: none;
}

.king-widget-full-high,
.king-widget-main-bottom {
  margin-bottom: 0;
}

.king-widgets-main-top,
.king-widgets-side-top {
  margin-top: 0px;
}

.king-q-item-tag-item,
.king-q-view-tag-item {
  display: inline-block;
}

.king-page-links-label,
.king-a-item-hidden .king-voting,
.king-a-item-hidden .king-a-item-meta,
.king-c-item-hidden .king-c-item-meta {
  color: #ccc;
}

.king-form-tall-number,
.king-form-wide-text,
.king-form-wide-number,
.king-form-wide-select {
  padding: 5px;
  background-color: #F9FAFA;
  border: 1px solid #E7EBEC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #667686;
  font-size: 15px;
  font-weight: normal;
  transition: border-color 0.25s linear;
  -webkit-transition: border-color 0.25s linear;
  -moz-transition: border-color 0.25s linear;
  -ms-transition: border-color 0.25s linear;
  -o-transition: border-color 0.25s linear;
}

.king-form-tall-select {
  border: 2px solid #D7E0E8;
  background-color: #FFFFFF;
  color: #667686;
  font-size: 18px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 100%;
  padding: 8px 5px;
  line-height: 22px;
  margin-top: 4px;
}

.king-form-tall-number,
.king-form-wide-number {
  width: 48px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.king-form-tall-buttons,
.king-form-wide-buttons {
  text-align: center;
}

.king-q-item-when-data,
.king-q-item-points-data,
.king-q-view-when-data,
.king-q-view-points-data,
.king-a-item-when-data,
.king-a-item-points-data {
  font-weight: 700;
}

.king-a-select-button,
.king-a-unselect-hover,
.king-a-unselect-button:hover {
  background-position: 0 -28px;
}

.king-top-users-table {
  border-collapse: collapse;
  margin-bottom: 30px;
  width: 100%;
  margin-top: 10px;
}

.king-top-tags-table {
  border-collapse: collapse;
  margin-bottom: 1em;
  width: 100%;
  margin-top: 10px;
}

.king-top-tags-table tr {
  display: inline-block;
  margin: 10px 0 0 8px;
}

.king-top-tags-spacer {
  padding: 0 4px;
}

.king-a-item-content h2,
#wmd-preview h2 {
  font-size: 24px;
  color: #000;
}

.king-a-item-content h3,
#wmd-preview h3 {
  font-size: 20px;
  color: #000;
}

.king-a-item-content h4,
#wmd-preview h4 {
  font-size: 16px;
  color: #000;
}

.king-a-item-content h5,
#wmd-preview h5,
.king-a-item-content h6,
#wmd-preview h6 {
  font-size: 13px;
  color: #000;
}

.baslik {
  padding: 10px;
  color: #555;
}

.king-nav-user-list li {
  list-style: none;
  display: block;
  width: 200px;
  margin-left: 0px!important;
}

.king-userp {
  display: inline-block;
  height: 33px;
  border-radius: 4px;
}

.king-dots,
.king-cat-button {
  outline: 0;
  outline: thin dotted \9;
}

.userpanel .king-dots {
  width: 16px;
  height: 100%;
  margin-left:8px;
  background-image: url(img/userpanel.png);
  background-position: center 4px;
  background-repeat: no-repeat;
  background-color: inherit;
  border: none;
  float: right;
  cursor: pointer;
}

.king-header .open .king-dots {
  background-color: rgba(68, 57, 70, 0.28);
  border-radius:3px;
}

.king-havatar {
  background: #1B0106 url(img/myspace-32.png) no-repeat center center;
  width: 33px;
  height: 33px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: inline-block;
}

.usrname {
  display: inline-block;
  float: left;
  text-align: right;
  margin: 0 5px;
}

.usrname .king-user-link {
  font-weight: 700;
  font-size: 14px;
  float: none;
  display: inline-block;
  color: #FFFFFF;
}

.usrname .king-logged-in-points {
  border: 0;
  color: #000000;
  background-color: #fff;
  display: inline-block;
  padding: 0 8px;
  line-height: 16px;
  text-align: center;
  font-size: 11px;
}

.king-nav-user-facebook-login {
  background-color: #CDD6E6;
  text-align: center;
}

.king-nav-user-register {
  height: 0px;
}

.king-q-view-extra {
  font-size: 14px;
  margin: 0 0 15px 9px;
  width: 95%;
  display: block;
}

.king-q-view-extra-title {
  font-weight: 700;
}

.kim {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
}

.kim-avatar {
  background: rgba(56, 64, 71, 1) url(img/nothumb.png) no-repeat center;
  background-size: 50%;
  width: 60px !important;
  height: 60px;
  float: left;
  display: inline-block;
  border-radius: 50% 50%;
  -webkit-border-radius: 50% 50%;
}

.kim .king-avatar-image {
  width: 60px !important;
  height: 60px;
  border-radius: 50% 50%;
  -webkit-border-radius: 50% 50%;
}

.kim .king-user-link {
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  margin-top: 4px;
  color: #5a6772;
  float: none;
  clear: both;
  display: block;
}

.kim .king-q-view-avatar {
  width: 80px;
  float: left;
  display: inline-block;
  margin: 0;
}

.kim .meta-who {
  display: inline-block;
  text-align: left;
  height: 60px;
  line-height: 60px;
  margin-left: 8px;
}

.kim .meta-who-data {
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  height: auto;
  margin-top: 4px;
  color: #5a6772;
  display: inline-block;
}

.kim .meta-who-title {
  background-color: rgba(0, 136, 204, 0.71);
  clear: both;
  right: 0;
  position: absolute;
  bottom: 0;
  padding: 3px 10px;
  line-height: 16px;
  color: #fff;
  border-radius: 5px 0 5px 0;
  font-weight: normal;
  font-size: 14px;
  text-transform: none;
  text-align: right;
}

.king-a-item-who {
  font-size: 1.4em;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.king-c-item-who {
  font-size: 11px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.king-a-item-avatar-meta {
  background: #d4d9dd url(img/nothumb.png) no-repeat center center;
  background-size: 50% 50%;
  width: 50px;
  height: 50px;
  float: left;
  margin-left: -70px;
  margin-top: -10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.king-a-item-avatar-meta .king-avatar-image {
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
}

.king-c-item-avatar-meta {
  background: #d4d9dd url(img/nothumb.png) no-repeat center center;
  background-size: 50% 50%;
  width: 32px;
  height: 32px;
  float: left;
  margin-left: -50px;
  margin-top: -10px;
  border-radius: 50%;
}

.king-c-item-avatar-meta .king-avatar-image {
  overflow: hidden;
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
}

.king-q-item-when {
  float: left;
  margin-right: 8px;
}

.king-q-item-who {
  line-height: 24px;
  margin-left: 8px;
  font-size: 11px;
  float: left;
}

.king-q-item-who a {
  font-size: 14px;
}

.king-q-item-who-data {
  font-size: 14px;
  font-weight: 700;
  color: #555;
}

.sharetop {
  text-align: center;
  display: block;
  height: 45px;
  z-index: 12;
  background-color: rgb(255, 255, 255);
  top: 0;
  border-radius: 3px 3px 0 0;
}

.paylas {
  width: 783px;
  top: -40px;
  -moz-transition: top .3s ease;
  -webkit-transition: top .3s ease;
  transition: top .3s ease;
}

#drop2 img {
  padding: 15px 12px;
  background: #2C3E50;
  border-left: 1px solid #2C3E50;
  border-right: 1px solid #2C3E50;
}

#drop2 img:hover {
  background-color: #243442;
  border-left: 1px solid #2E4154;
  border-right: 1px solid #2E4154;
}

.giris a {
  color: #8596a7;
}

.giris a:hover {
  color: #EF547B;
}

.giris {
  float: right;
  width: 400px;
  height: 47px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #C7193C;
  background-color: #fff;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  ;
}

#king-userid {
  text-align: center;
  color: #667686;
  font-size: 16px;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  display: block;
  width: 99%;
  padding: 0;
  height: 40px;
  line-height: 40px;
  margin: 5px auto;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: border-color 0.25s linear;
  -webkit-transition: border-color 0.25s linear;
  -moz-transition: border-color 0.25s linear;
  -ms-transition: border-color 0.25s linear;
  -o-transition: border-color 0.25s linear;
}

#king-password {
  color: #899eb8;
  text-align: center;
  font-size: 14px;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  width: 99%;
  height: 40px;
  line-height: 40px;
  display: block;
  margin: 10px auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: border-color 0.25s linear;
  -webkit-transition: border-color 0.25s linear;
  -moz-transition: border-color 0.25s linear;
  -ms-transition: border-color 0.25s linear;
  -o-transition: border-color 0.25s linear;
}

#king-userid:focus {
  border-color: #df4a37;
  background-color: #fff;
}

#king-password:focus {
  border-color: #df4a37;
  background-color: #fff;
}

#king-login {
  border: 2px solid #C7193C;
  background-color: #C7193C;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  padding: 11px 0;
  width: 100%;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-appearance: none;
}

#king-login:hover,
#king-login:focus,
#king-login:active,
#ga-login.active {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15)
}

#king-rememberbox {
  text-align: left;
  font-size: 14px;
  height: 15px;
  line-height: 15px;
  margin: 8px 0 8px 10px;
  display: block;
  width: 90%;
}

.king-related-qs {
  list-style: none;
  padding: 0 0 14px 0;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 10px;
}

.ilgilib {
  line-height: 28px;
  color: #5a6772;
  display: block;
  padding: 5px 0 2px;
  height: 25px;
  text-align: left;
  background-clip: inherit;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 2px solid #D7E0E8;
}

.a-alt {
  display: block;
  margin-bottom: 2px;
  height: 31px;
}

.king-c-item-footer {
  display: block;
  height: 28px;
}

.a-alt .king-voting {
  background-color: inherit;
  height: 29px;
  margin: 0;
  padding: 1px;
}

.a-alt .king-vote-buttons-netup input {
  height: 28px;
  width: 28px;
}

.a-alt .king-vote-buttons-netdown input {
  height: 28px;
  width: 28px;
}

.a-alt .king-vote-count {
  height: 28px;
  line-height: 28px;
  color: #6C7486;
}

.yoriz {
  position: relative;
  display: inline-block;
  color: #96A5AA;
  text-align: left;
  width: 100%;
}

.yoriz-bottom {
  min-height:104px;
}

.yoriz .king-q-item-avatar {
  display: inline-block;
  float: none;
}

.yoriz .king-q-item-avatar img {
  border: 2px solid #D7E0E8;
  padding: 1px;
  width: 28px;
  float: none;
  height: 28px;
}

.yoriz .king-q-item-avatar-meta,
.yoriz .king-avatar-link {
  width: 34px;
  display: inline-block;
  height: 34px;
  margin-right: 12px;
  float: left;
}

.yoriz .king-q-item-avatar img:hover {
  border-color: #C7193C;
}

.king-message-item {
  padding: 8px;
  border-bottom: 1px solid #E7E7E7;
  background: #f8f8f8;
  position: relative;
  display: block;
}

.king-message-list {
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  display: block;
  position: relative;
}

.king-message-list img {
  display: block;
  margin: 8px auto;
  width: 32px;
  height: 32px;
}

.king-message-content {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 8px;
  font-size: 14px;
}

.king-message-buttons {
  text-align: center;
}

.pollt {
  background: #fff url(img/polli.png) no-repeat center center;
  height: 18px;
  width: 18px;
  margin-left: 4px;
}

.king-poll-button {
  border: 1px solid #CCC;
  color: #666;
  background: #F6F6F6;
  background-image: -moz-linear-gradient(top, white, #EFEFEF);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#EFEFEF));
  filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr=white, endColorStr=#EFEFEF);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}

.fbyorum {
  margin-left: 10px;
  margin-top: 14px;
}

.fb_iframe_widget_fluid span {
  width: 100%!important;
}

.fb_iframe_widget iframe {
  width: 100%!important;
}

#anew {
  margin: 10px;
}

#anew #a_content {
  height: 50px;
  width: 99%;
}

#anew .king-form-tall-buttons {
  text-align: left;
}

#anew h2 {
  display: none;
}

.solyan {
  float: right;
  width: 300px;
  margin-bottom: 20px;
}

.king-template-ask textarea {
  height: 100px;
  width: 99%;
}

.king-form-light-button-claim,
.king-form-light-button-follow,
.king-form-light-button-close,
#extraf {
  display: none;
}

.king-prev-q {
  float: left;
  height: 34px;
  width: 54px;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
  background: #fff url(img/goright.png) no-repeat center center;
  margin: 8px 0;
  font-size: 0px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.king-next-q:hover {
  background-color: #F5F8FA;
}

.king-next-q {
  float: left;
  height: 34px;
  width: 54px;
  background: #fff url(img/goleft.png) no-repeat center center;
  font-size: 0px;
  margin: 8px 5px 0 0;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.king-prev-q:hover {
  background-color: #F5F8FA;
}

.next-title {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 120px;
  top: 0;
  line-height: 50px;
  font-size: 13px;
  color: #5F6877;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.next:hover .next-title {
  visibility: visible;
  opacity: 1;
}

.prev-title {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 120px;
  top: 0;
  line-height: 50px;
  font-size: 13px;
  color: #5F6877;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}

.prev:hover .prev-title {
  visibility: visible;
  opacity: 1;
}

.socialicons {
  height: 40px;
  display: block;
  position: relative;
  margin-top: 10px;
}

.socialicons li {
  list-style-type: none;
  display: inline-block;
}

.socialicons li a {
  background-color: #C1C1C1;
  opacity: 0.8;
  width: 40px;
  display: inline-block;
  height: 40px;
  margin-right: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.socialicons li a:hover {
  opacity: 1;
}

.facebook a {
  background: #4863AE url(img/facebook-32.png) no-repeat center center;
}

.twitter a {
  background: #46C0FB url(img/twitter-32.png) no-repeat center center;
}

.googleplus a {
  background: #000 url(img/googleplus-32.png) no-repeat center center;
}

.youtube a {
  background: #C7193C url(img/youtube-32.png) no-repeat center center;
}

.pinterest a {
  background: #e63d45 url(img/pinterest-32.png) no-repeat center center;
}

.facebook a:hover {
  background-color: #4863AE;
}

.twitter a:hover {
  background-color: #46C0FB;
}

.googleplus a:hover {
  background-color: #000;
}

.youtube a:hover {
  background-color: #C7193C;
}

.pinterest a:hover {
  background-color: #e63d45;
}

.tagcloud {
  text-align: left;
  margin-bottom: 10px;
  width: 100%;
  display: block;
  background-color: #FFFFFF;
  -webkit-border-radius: 3px;
  padding-bottom: 8px;
}

.tagcloud a {
  margin: 6px 2px 0 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 5px 10px;
  color: #A1A4A8;
  background-color: #F9F9F9;
  border: 1px solid #EDEEF0;
  display: inline-block;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.tagcloud h2 {
  line-height: 28px;
  display: block;
  padding: 5px 0 !important;
  height: 25px;
  font-size: 16px;
  color: #5a6772;
  margin-bottom: 5px;
  font-weight: bold;
  border-bottom: 2px solid #D7E0E8;
}

.tagcloud a:hover {
  background-color: #C7193C;
  color: #fff;
  border: 1px solid #C7193C;
}

.reply a {
  background: #f8f8f8 url(img/reply.png) no-repeat 2px 6px;
  border: 1px solid #e8e8e8;
  font-size: 12px;
  font-weight: bold;
  -webkit-border-radius: 3px;
  color: #999999;
  line-height: 24px;
  height: 24px;
  float: left;
  padding: 0 5px 0 18px;
}

.reply a:hover {
  background-position: 2px -22px;
  color: #C7193C;
  border-color: #C7193C;
}

.king-template-custom .askbox {
  display: none;
}

.yardim {
  width: 600px;
  margin-left: 22px;
  padding: 15px 8px;
  font-size: 16px;
  line-height: 26px;
}

.yardim li {
  margin-bottom: 12px;
}

.fb-like {
  float: left;
  margin-top: 14px;
}

.userpanel {
  position: absolute;
  float: right;
  right: 0;
  top: 0;
  padding-top: 8px;
  height:34px;
}

.userpanel:focus {
  outline: 0;
  outline: thin dotted \9;
}

.loginavatar .king-avatar-image {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.username {
  width: 160px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 8px;
}

.reglink:hover {
  border-color: #9F1431;
  background-color: #9F1431;
  color: #fff;
}

.reglink {
  background-color: #C7193C;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  height: 29px;
  padding: 0 10px;
  display: inline-block;
  line-height: 29px;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  border-radius: 16px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.king-template-favorites h2 {
  font-size: 16px;
  margin: 5px 0;
  color: #333;
  padding: 5px 10px !important;
  clear: both;
  background: #f8f8f8;
  font-weight: 700;
}

.meta-who-data {
  font-size: 16px;
  font-weight: 500;
  height: 20px;
  line-height: 20px;
  color: #5a6772;
}

#a_list_title {
  text-align: center;
  font-weight: normal;
  margin-top: 12px;
}

.king-template-user .king-form-tall-image {
  text-align: center;
}

.king-logged-in {
  display: block;
}

.king-logged-in-points {
  border: 1px solid #E63D45;
  color: #E63D45;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  line-height: 16px;
  text-align: center;
  font-size: 14px;
}

.ads {
  text-align: center;
  display:block;
  margin:4px 0;
}

.entry-title {
  line-height: 30px;
  font-weight: 700;
}

.king-q-view-main {
  display: block;
  padding: 8px 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
}

.king-q-view-main iframe {
  width: 670px;
  -moz-transition: width .3s ease;
  -webkit-transition: width .3s ease;
  transition: width .3s ease;
}

.rightview {
  padding: 0 10px;
  display: block;
  background-color: #F6F7F8;
}

.rightview form {
  display: inline-block;
  float: right;
  padding-top: 10px;
}

.rightview .share-overlay {
  display: none;
}

.ilgili {
  width: 100%;
  display: block;
  position: relative;
}

.ilgili #loading {
  display: none;
}

.king-q-item-content a {
  display: block;
}

.a-top .meta-who {
  margin-bottom: 5px;
  display: inline-block;
}

.mobile-header {
  height: 30px;
  width: 30px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  z-index: 14;
  padding: 10px 0;
}

.mobile-header .menu-global {
  height: 4px;
  width: 25px;
  background: #fff;
  display: block;
  opacity: 1;
  margin-top: 4px;
  border-radius: 1px;
  -webkit-transition: -webkit-transform 0.15s linear;
  -o-transition: -o-transform 0.15s linear;
  -ms-transition: -ms-transform 0.15s linear;
  -moz-transition: -moz-transform 0.15s linear;
  transition: transform 0.15s linear;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

#checkbox-menu4:checked + header .mobile-header .menu-top {
  -webkit-transform: rotate(45deg) translate3d(5px, 5px, 0);
  -o-transform: rotate(45deg) translate3d(5px, 5px, 0);
  -ms-transform: rotate(45deg) translate3d(5px, 5px, 0);
  -moz-transform: rotate(45deg) translate3d(5px, 5px, 0);
  transform: rotate(45deg) translate3d(5px, 5px, 0);
}

#checkbox-menu4:checked + header .mobile-header .menu-middle {
  opacity: 0;
  visibility: hidden;
}

#checkbox-menu4:checked + header .mobile-header .menu-bottom {
  -webkit-transform: rotate(-45deg) translate3d(6px, -6px, 0);
  -o-transform: rotate(-45deg) translate3d(6px, -6px, 0);
  -ms-transform: rotate(-45deg) translate3d(6px, -6px, 0);
  -moz-transform: rotate(-45deg) translate3d(6px, -6px, 0);
  transform: rotate(-45deg) translate3d(6px, -6px, 0);
}

.add-vimage {
  background-color: #C7193C;
  padding: 8px 18px;
  border-radius: 16px;
  position: absolute;
  text-transform:uppercase;
  font-size:11px;
  top: 8px;
  left: 0;
  cursor: pointer;
  color: #FFFFFF;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.add-vimage:hover {
  background-color: #2B2E35;
  color: #fff;
}

.popover,
.fade,
.bottom {
  width: 50%!important;
}

.ta-resizer-handle-overlay {
  z-index: 100;
  position: absolute;
  display: none;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: rgba(241, 242, 246, 0.89);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #DFE0E4;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-info {
  position: absolute;
  bottom: 16px;
  right: 16px;
  border: 1px solid black;
  background-color: #FFF;
  padding: 0 4px;
  opacity: 0.7;
}

.btn {
  display: inline-block;
  margin: 0 3px 3px 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #efefef;
  white-space: nowrap;
  padding: 3px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.king-q-item-main {
  display: inline-block;
  margin-bottom: 12px;
  width: 100%;
}

.sharetop_fix {
  height: 1px;
  display: block;
  width: 1px;
}

html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}


/* HTML5 display-role reset for older browsers */

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

.king-template-user .king-part-form-activity,
.king-template-user .king-part-message-list {
  display: block;
  width: 100%;
}

.king-template-user .king-part-form-activity h2,
.king-part-form-password h2,
.king-part-form-theme-switch h2 {
  background-color: #C7193C;
  padding: 8px 0;
  text-align: center;
  color: #fff;
  border-radius: 4px;
}

.king-template-user .king-part-form-activity h2 a {
  color: #fff;
  font-weight: normal;
}

.king-template-user .king-part-form-profile {
  display: block;
  width: 100%;
  min-height: 630px;
  padding-right: 10px;
}

.king-template-user .king-part-form-activity,
.king-template-user .king-part-message-list,
.king-template-user .king-part-form-profile {
  margin-top: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.king-template-user .king-part-message-list .king-form-tall-text,
.king-template-user .king-part-form-profile .king-form-wide-text {
  width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.king-template-user .king-part-form-activity td .king-uf-user-points,
.king-template-user .king-part-form-activity td .king-uf-user-q-posts,
.king-template-user .king-part-form-activity td .king-uf-user-a-posts,
.king-template-user .king-part-form-activity td .king-uf-user-c-posts,
.king-template-user .king-part-form-activity td .king-uf-user-q-votes,
.king-template-user .king-part-form-activity td .king-uf-user-a-votes,
.king-template-user .king-part-form-activity td .king-uf-user-upvotes,
.king-template-user .king-part-form-activity td .king-uf-user-downvotes,
.king-template-user .king-part-form-activity td .king-uf-user-upvoteds,
.king-template-user .king-part-form-activity td .king-uf-user-downvoteds {
  font-size: 18px;
  color: #C7193C;
  font-weight: 700;
}

.share-overlay {
  text-align: center;
  color: #FFF;
}

.share-overlay a {
  color: #FFFFFF;
  font-weight: normal;
}

.share-overlay .share-badge {
  line-height: 33px;
  text-align: right;
  margin-left: 5px;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 500;
  float: left;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  background-repeat: no-repeat;
  background-position: 4px center;
  border-radius: 3px;
}

.share-overlay .share-badge p {
  border-left: 1px solid rgba(255, 255, 255, 0.23);
  display: inline-block;
  padding: 0 8px;
  line-height: 33px;
}

.share-overlay .share-badge.twitter {
  background-color: #46c0fb;
  background-image: url(img/twitter-32.png);
  background-position:center center;
  height: 33px;
  width:70px;
}

.share-overlay .share-badge.facebook {
  background-color: #4863AE;
  background-image: url(img/facebook-32.png);
  height: 33px;
  padding-left: 40px;
}

#fbtab a {
  color: #fff;
}

.fbicon {
  background: #4863AE url(img/facebook-32.png) no-repeat center;
  margin-bottom: -6px;
  width: 16px;
  height: 16px;
  margin-right: 2px;
  padding: 3px;
  display: inline-block;
}

.maincom .nav-tabs {
  height: 34px;
  display: block;
  margin: 10px 0;
  text-align: center;
  border-bottom: 2px solid #efefef;
}

.nav-tabs li {
  display: inline-block;
  list-style: none;
  text-align: center;
  margin-right: 14px;
  float: left;
}

.nav-tabs .active a {
  color: #5A6772!important;
  background-color: #FFFFFF;
  border-bottom: 2px solid #C7193C;
}

.nav-tabs li a {
  background-color: rgba(255, 255, 255, 0.56);
  border-radius:6px;
  margin-bottom:5px;
  width: 100%;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  padding: 0 8px;
  font-weight: 500;
  color: #BFC2C9;
}

.maincom .nav-tabs li a {border-radius:0;}
.nav-tabs li a:hover {
  color: #5A6772;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block !important;
}

.hide {
  display: none;
}

.userpanel ul li {
  list-style: none;
  float: right;
  position: relative;
  height: 42px;
  margin-left:5px;
}

.king-avatar-link span {
  padding: 0!important;
}

.userpanel li .king-avatar-image {
  width: 33px;
  height: 33px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  float: left;
  padding: 0;
  border: 0;
}

.king-dropdown .arrow {
  position: absolute;
  top: -25px;
  right: 11px;
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #B01937;
}

.king-dropdown {
      background-color: #C7193C;
      border-top: 18px solid #B01937;
      border-bottom: 18px solid #B01937;
      border-radius:6px;
      -webkit-border-radius:6px;
      -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
      box-shadow: 0 2px 10px rgba(0,0,0,.2);
      position: absolute;
      top: 58px;
      right: -10px;
      opacity: 0;
      visibility: hidden;
      transition: all .2s linear;
      -moz-transition: all .2s linear;
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      -ms-transition: all .2s linear;
      z-index: 14;
}

.king-header .open .king-dropdown {
  opacity: 1;
  visibility: visible;
}

.modal-dialog {
  position: fixed;
  visibility: hidden;
  background: #fff;
  width: 375px;
  margin-top: -150px;
  margin-left: -187px;
  z-index: 1050;
  top: 40%;
  left: 50%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.35);
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.35);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#checkbox-menu2:checked + div .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.modal-backdrop {
  background-color: #fff;
  display: none;
  -webkit-transition-duration: 6s;
  -moz-transition-duration: 6s;
  -o-transition-duration: 6s;
  transition-duration: 6s;
}

#checkbox-menu2:checked + div .modal-backdrop {
  background-color: rgba(60, 86, 117, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  display: block;
  z-index: 16;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.close {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 22px;
  z-index: 1;
  font-weight: bold;
  color: #899eb8;
  cursor: pointer;
}

.close:hover {
  color: #DD4B39;
}

.modal-header {
  padding: 5px;
  font-size: 16px;
  line-height: 40px;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  text-align: center;
  color: #333;
}

.modal-body {
  background-color: #e7edf3;
  display: block;
  text-align: center;
  padding: 8px 14px;
  min-height: 190px;
}

.imgupload {
  float: left;
}

.img-dialog {
  position: fixed;
  background: #fff;
  width: 450px;
  margin-left: -203px;
  padding-bottom: 8px;
  z-index: 1050;
  text-align: center;
  top: 20%;
  left: 50%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
}

#checkbox-menu3:checked + div .img-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

#checkbox-menu3:checked + div .modal-backdrop {
  background-color: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: fixed;
  display: block;
  z-index: 1000;
  top: 0;
  left: 0;
  bottom: 0;
}

#progressbox {
  position: relative;
  width: 450px;
  margin: 10px 0;
  height: 24px;
  display: none;
  text-align: center;
  background-color: #e7ebec;
}

#progressbar {
  height: 24px;
  background: #C7193C;
  width: 1%;
}

#statustxt {
  margin-top: -21px;
  height: 22px;
  position: relative;
  color: #000000;
}

.imguploadbtn {
  background: rgb(199, 25, 60) url(img/uploadimg.png) no-repeat 12px center;
  text-align: center;
  line-height: 36px;
  width: 180px;
  font-size: 15px;
  font-weight: 700;
  height: 36px;
  margin-top: -18px;
  margin-left: -90px;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.imguploadbtn:hover {
  background-color: #515151;
  color: #FFFFFF;
}

.addinputs {
  background: rgb(199, 25, 60) url(img/additem.png) no-repeat 12px center;
  text-align: center;
  line-height: 42px;
  font-size: 13px;
  height: 42px;
  width:220px;
  margin: 5px auto;
  display: block;
  cursor: pointer;
  color: #FFFFFF;
  border-radius: 32px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.addinputs:hover {
  background-color: #2B2E35;
  color: #FFFFFF;
}

#imageInput {
  background-image: url(img/dragdrop.png);
  background-repeat: no-repeat;
  background-position: center center;
  border: 2px dashed #A7BDC9;
  width: 92%;
  height: 120px;
  text-align: left;
  display: block;
  margin: 10px auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 0;
  cursor: pointer;
}

#imageInput::-webkit-file-upload-button {
  visibility: hidden;
  display: none;
}

#inputprev {
  display: block;
  margin: 0 auto 10px;
  max-width: 80px;
  border-radius: 6px;
}

#imageInput:hover::before {
  border-color: black;
}

.king-part-custom {
  text-align: center;
}

.open-login-button {
  background-color: #ebeff2;
  background-repeat: no-repeat;
  background-position: 10px center;
  color: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  display: block;
  width: 300px;
  margin: 0 auto;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
}

.open-login-button:hover {
  background-color: #6F7788 !important;
  color: #fff;
}

.open-login-button.aol {
  background-color: #f00;
  background-image: url(img/aol-32.png);
  background-repeat: no-repeat;
}

.open-login-button.facebook {
  background-color: #4863ae;
  background-image: url(img/facebook-32.png);
  background-repeat: no-repeat;
}

.open-login-button.foursquare {
  background-color: #44a8e0;
  background-image: url(img/foursquare-32.png);
  background-repeat: no-repeat;
}

.open-login-button.github {
  background-color: #000;
  color: #fff;
  background-image: url(img/github-32.png);
  background-repeat: no-repeat;
}

.open-login-button.googleoauth {
  background-color: #DD4B39;
  background-image: url(img/googleplus-32.png);
  background-repeat: no-repeat;
}

.open-login-button.google {
  background-color: #DD4B39;
  background-image: url(img/googleplus-32.png);
  background-repeat: no-repeat;
}

.open-login-button.linkedin {
  background-color: #0083a8;
  background-image: url(img/linkedin-32.png);
  background-repeat: no-repeat;
}

.open-login-button.myspace {
  background-color: #000;
  background-image: url(img/myspace-32.png);
  background-repeat: no-repeat;
}

.open-login-button.tumblr {
  background-color: #374a61;
  background-image: url(img/tumblr-32.png);
  background-repeat: no-repeat;
}

.open-login-button.twitter {
  background-color: #46c0fb;
  background-image: url(img/twitter-32.png);
  background-repeat: no-repeat;
}

.open-login-button.windows {
  background-color: #0052a4;
  color: #fff;
  background-image: url(img/windows-32.png);
  background-repeat: no-repeat;
}

.open-login-button.yahoo {
  background-color: #a200c2;
  background-image: url(img/yahoo-32.png);
  background-repeat: no-repeat;
}

.open-login-button.youtube {
  background-color: #f00;
  background-image: url(img/youtube-32.png);
  background-repeat: no-repeat;
}

.open-login-button.vkontakte {
  background-color: #57799E;
  background-image: url(img/vk-32.png);
  background-repeat: no-repeat;
}

.king-submit .kingaddimg {
  background-image: url(img/kingadd.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #C7193C;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
  margin: 8px auto;
  cursor: pointer;
  height: 32px;
  width: 32px;
  border-radius: 50%;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.3);
  display: block;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.king-template-ask .king-submit .kingaddimg {
  display: none;
}

.show .kingaddimg {
  width: 48px;
  height: 48px;
  background-position: center center;
  -webkit-background-size: 24px 24px;
    background-size: 24px 24px;
}

.king-submit a {
  color: #fff;
}

.king-submit .kingaddimg:hover {
  background-color: #C7193C;
}

.king-waiting {
  background-image: url(img/loader.svg);
  background-position:center center;
  background-repeat:no-repeat;
  background-size:24px;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.king-nothumb {
    width: 260px;
    height: 146px;
    position: relative;
    display: inline-block;
    float: left;
    margin-left: -270px;
    margin-bottom: 10px;
  background: #273238 url(img/nothumb.png) no-repeat center center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.yorizbottom {
  display: block;
  background-color: #FFFFFF;
  position: relative;
  height: 34px;
  line-height: 34px;
  text-align: left;
  border-radius: 0 0 3px 3px;
  margin-top: 10px;
}

.yorizbottom .king-netvote-count-data {
  font-size: 11px;
  font-weight: 700;
}

.yorizbottom .king-netvote-count-pad,
.yorizbottom .king-view-count-pad,
.yorizbottom .king-a-count-pad {
  font-size: 0;
}

.kingimgupload img {
  width: 230px;
  max-height: 350px;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.ilgilit {
  margin-bottom: 12px;
  display: block;
}

#container {
  margin: 0 auto;
  text-align: center;
}

.box {
  background-color: #fff;
  display: block;
  margin-bottom: 18px;
  padding: 0;
  clear: both;
  padding-left: 270px;
  position: relative;
  border-bottom: 1px solid #F5F5F5;
}

.boxa {
  width: 260px;
  height: 146px;
  position: relative;
  display: inline-block;
  float: left;
  margin-left: -270px;
  margin-bottom: 10px;
  background-color: #A7BDC9;
  background-position: 50% 25%;
  background-size: cover;
  border-radius: 3px;
  z-index: 4;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
}

#loading {
  background: #fff url(img/loader.gif) no-repeat center center;
  width: 100%;
  height: 30px;
  width: 80px;
  margin-left: -40px;
  border-radius: 5px;
  left: 50%;
  position: absolute;
}

.ias-spinner {
  background: #fff url(img/loader.gif) repeat-x center center;
  font-size: 0;
  position: fixed;
  height: 5px;
  width: 100%;
  top: 50px;
  left:0;
  z-index: 1050;
}

.meta-who-points {
  border: 1px solid #E63D45;
  display: inline-block;
  color: #E63D45;
  padding: 2px 8px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.king-related {
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px dashed #D7E0E8;
  color: #b2bac2;
  display: block;
  position: relative;
  margin-bottom: 8px;
  padding-bottom: 4px;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.king-related .boxa {
  float: none;
  width: auto;
  height: 200px;
  position: relative;
  display: block;
  vertical-align: top;
  border-radius: 4px;
  margin: 0;
}

.king-related .king-q-item-title {
  line-height: 22px;
  padding: 6px 0;
  width: auto;
  font-size: 14px;
  display: block;
  text-align: left;
  border-radius: 0 0 3px 3px;
  background-color: #fff;
  text-overflow: initial;
  white-space: normal;
}

.king-related .king-nothumb {
  position: relative;
  display: block;
  float:none;
  margin:0;
  vertical-align: top;
  width: 300px;
  color: #fff;
  padding-top: 0;
  height: 150px;
  background: #273238 url(img/nothumb.png) no-repeat center 20px;
}

.king-related .yorizbottom {
  display: block;
  background-color: #FFFFFF;
  position: relative;
  height: 34px;
  line-height: 34px;
  border-radius: 0;
  margin-top: 0;
}

.king-related .king-a-count {
  margin-left: 0!important;
  background-position: 0 -25px;
}

.king-browse-cat-item {
  list-style: none;
  margin: 10px 8px;
  font-size: 14px;
  border-bottom: 1px solid #e7ebec;
  padding-bottom: 10px;
  padding-left: 5px;
}

.box .metah-where a {
  color: #fff;
  display: inline-block;
  position: absolute;
  left: -8px;
  ;
  top: 8px;
  z-index: 8;
  font-weight: 700;
  padding: 4px 6px;
  text-transform: uppercase;
  background: #C7193C;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  -ms-transition: all .2s linear;
}

.box .metah-where a:hover {
  background-color: #C7193C;
}

.king-cat-main {
  float: right;
  display: inline-block;
  background-color: #fff;
  height: 37px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
  margin: 6px 0;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.king-cat-main a:hover {
  color: #fff!important;
}

.king-cat {
  background: #C7193C;
  max-height: 500px;
  padding:8px 0 ;
  width: auto;
  margin-top:8px;
  position: absolute;
  z-index: 12;
  opacity: 0;
  visibility: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  -ms-transition: all .2s linear;
}

.king-cat:before {
  content:'';
  position: absolute;
  top: -6px;
  left: 100px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #C7193C;
}

.second-head .open .king-cat {
  opacity: 1;
  visibility: visible;
}

.second-head .open .king-cat-button {
  background-color: #C7193C;
}

.second-head .open .caret {
  color: #fff;
}

.king-cat::-webkit-scrollbar-track {
  background-color: inherit;
}

.king-cat::-webkit-scrollbar {
  width: 8px;
}

.king-cat::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #32394a;
}

.king-cat-link {
  line-height: 38px;
  padding: 0 12px;
  display: inline-block;
  list-style: none;
  font-weight: 700;
  font-size: 13px;
  color: #515151;
  text-align: left;
  border-radius: 3px 0 0 3px;
}

.king-cat-button {
  width: 26px;
  height: 37px;
  background-color: inherit;
  border: 0;
  float: right;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}

.king-cat-button:hover {
  background-color: #C7193C;
}

.king-cat-button:hover .caret {
  color:#fff;
}

.caret {
  color: #6E707B;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: -2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.king-cat-main .king-cat-link:hover {
  background-color: #47505E;
  color: #fff;
}

.king-cat-main li {
  list-style: none;
  font-size: 14px;
}

.king-top-tags-label .king-tag-link {
  margin: 0;
  padding: 7px 25px 8px 8px;
  border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0 20px 20px 0;
}

.king-top-tags-label .king-tag-link:hover {
  background-color: #A7BDC9;
  color: #fff;
  border-color: #A7BDC9;
}

.king-form-tall-spacer {
  border-bottom: 3px solid #FFFFFF;
  line-height: 0;
  padding-top: 4px;
}

.king-template-admin .king-nav-sub-link {
  font-weight: 500;
  padding: 0 3px;
  font-size: 12px;
  margin: 0;
  text-transform: inherit;
  background-color:inherit;
  box-shadow:none;
}

.king-template-admin .king-nav-sub-selected, .king-template-admin .king-nav-sub-link:hover {
  color: #C7193C;
}

.king-cat .king-nav-cat-item {
  display: inline-block;
  padding: 0;
  width:100%;
  border: none;
  background: inherit;
  color: #000;
  font-size: 14px;
  background-color: inherit;
}

.king-cat .king-nav-cat-list {
  list-style: none;
  margin-bottom: 10px;
  -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap:40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.king-cat .king-nav-cat-all {
  display: none;
}

.king-cat .king-nav-cat-link {
  font-weight: normal;
  padding:8px;
  margin-bottom: 0;
  line-height:20px;
  color: #FFFFFF;
  display: block;
}


.king-cat .king-nav-cat-link:hover {
  color: #C7193C;
}

.king-nav-user-logout a {
  padding-top: 2px;
  border-bottom: none;
  width:100%;
}

.king-nav-user-logout a:hover {
  background-color: #B11E3B;
  color: #fff;
}

.meta-who-title {
  border: 1px solid #42A3D4;
  display: inline-block;
  color: #42A3D4;
  padding: 2px 8px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.king-form-wide-button-reset,
.king-form-tall-button-reset {
  border-color: #8d9aa5;
  color: #8d9aa5;
}

.king-template-question .king-view-count {
  display: inline-block;
  font-size: 20px;
  margin-left: 6px;
  height: 60px;
  line-height: 60px;
  background: inherit;
  padding: 0 10px;
  float: none;
  border-left: 2px solid #fff;
  border-right: 0;
}

.king-template-question .king-view-count-pad {
  font-size: 11px;
}

.king-userpanel {
  margin-top: 20px;
}

.king-userpanel li a {
  background-image: url(img/menu-icons.png);
  background-repeat: no-repeat;
  background-position: 25px -210px;
  text-align: left;
  color: #8995b2;
  display: block;
  padding-left: 60px;
  margin: 5px;
  height: 50px;
  line-height: 50px;
  text-align: left;
  font-size: 0px;
  -moz-transition: font-size .2s ease;
  -webkit-transition: font-size .2s ease;
  transition: font-size .2s ease;
}

.king-userpanel li a:hover {
  background-color: #1F262C;
  width: 110px;
  font-size: 14px;
  color: #FFFFFF;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.modal-footer {
  width: 100%;
  display: block;
  position: relative;
  min-height: 40px;
  padding: 5px 0;
  text-align: center;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
}

.modal-footer .king-nav-user-login,
.modal-footer .king-nav-user-register {
  display: none!important;
}

.modal-footer .king-nav-user-item {
  width: auto;
  float: none;
  display: inline-block;
}

.modal-footer .king-nav-user-item a {
  background-position: center center;
  width: 60px!important;
  height: 40px!important;
  font-size: 0;
  margin-left: 5px;
  margin-bottom: 5px;
  border: 0;
  display: inline-block !important;
  border-radius: 6px;
}

.modal-footer .king-nav-user-item a:hover {
  background-color: #000;
}

.nopermission {
  padding: 8px 0;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.nopermission span {
  margin: 30px 5px;
  display: block;
}

.nopermission .reglink {
  margin: 5px auto;
  width: 30%;
}

.king-cat .king-nav-cat-note {
  display: none;
}

.king-template-not-found .leftside {
  background: #ADB8C0 url(img/404.png) no-repeat center 30px;
  width: 670px;
  min-height: 600px;
}

.googleshare a {
  background-color: #000;
  background-image: url(img/googleplus-32.png);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 3px;
  width: 70px;
  height: 33px;
  float: left;
}

.pinshare a {
  background-color: #e63d45;
  background-image: url(img/pinterest-32.png);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 3px;
  width: 70px;
  height: 33px;
  float: left;
}

.share-overlay .share-badge.facebook:hover {
  background-color: #4863AE;
}

.share-overlay .share-badge.twitter:hover {
  background-color: #46C0FB;
}

.googleshare a:hover {
  background-color: #000;
}

.pinshare a:hover {
  background-color: #e63d45;
}

#imgurl {
  background: #F3F5F8;
  width: 84%;
  margin: 0 0 5px 0;
  padding: 7px;
  border: 1px solid #E7EBEC;
  color: #667686;
  font-size: 15px;
  font-weight: normal;
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  transition: border-color 0.25s linear;
  -webkit-transition: border-color 0.25s linear;
  -moz-transition: border-color 0.25s linear;
  -ms-transition: border-color 0.25s linear;
  -o-transition: border-color 0.25s linear;
  display: inline-block;
  float: left;
}

#imgurl:focus {
  border-color: #C7193C;
  background-color: #fff;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  ;
}

.imgurlb {
  background: #A7BDC9 url(img/uploadimg.png) no-repeat 6px -173px;
  text-align: center;
  line-height: 38px;
  width: 13%;
  font-size: 14px;
  font-weight: 700;
  height: 38px;
  display: inline-block;
  float: left;
  cursor: pointer;
  color: #fff;
  border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.imgurlb:hover {
  background-color: #C7193C;
  color: #FFFFFF;
  background-position: 6px -173px;
}

.imgprevtop {
  position: absolute;
  width: 300px;
  right: 0;
  top: 0;
}

.imgprev {
  background-image: url(img/nothumb.png);
  background-repeat: no-repeat;
  background-color: #D7E0E8;
  background-position: center;
  border-radius: 6px;
  position: relative;
  width:400px;
  display:inline-block;
  margin-bottom:18px;
}

#imgprev {
  height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 25%;
  display: block;
  margin: 0 auto;
  clear: both;
  border-radius: 3px;
}

.king-template-admin .king-cat-main {
  display: none;
}

.king-q-view .sharetop .fixed {
  background-color: #fff;
  box-shadow: none;
  z-index: 10;
  width: 779px;
  top: 50px;
  border: 0;
  margin-top: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  position: fixed;
  box-shadow: 0 -4px 0px 4px #fff, 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fixed .king-header {
  background-color: rgba(255, 255, 255, 0.88);
  position: fixed;
  left: 0;
  width: auto;
  top: 0;
  right: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.king-template-question .fixed .king-header {
  position: relative;
  left: 0;
}

.king-header-top {
  height: 50px;
  background-color: #C7193C;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 16;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.king-share .share-modal-backdrop {
  background-color: rgba(64, 53, 67, 0.38);
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    z-index: 12;
    top: 50px;
    bottom: 0;
    right: 0;
    left: 0;
}

.king-q-item-main .open .share-modal-backdrop {
  display:block;
}

.socialshare {
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12),0 5px 5px -3px rgba(0,0,0,0.4);
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12),0 5px 5px -3px rgba(0,0,0,0.4);
    overflow: hidden;
    position: fixed;
    z-index: 14;
    opacity:0;
    visibility:hidden;
    text-align:left;
    width:200px;
    height:180px;
    padding:20px 30px 40px 30px;
    top:50%;
    left:50%;
    margin-left:-100px;
    margin-top:-150px;
}

.socialshare:before {
  content: 'Share on';
  display:block;
  text-align:left;
  font-size:18px;
  line-height:22px;
  margin-bottom:12px;
  color:#9e9e9e;
}

.socialshare .facebook a:before {
  content: '';
  display: inline-block;
  width:36px;
  height:36px;
  margin-right:14px;
  border-radius:50%;
  background-position:center center;
  background-repeat:no-repeat;
  float:left;
  background-color: #4863AE;
  background-image: url(img/facebook-32.png);
}

.socialshare .twitter a:before {
  content: '';
  display: inline-block;
    margin-right:14px;
  border-radius:50%;
  background-position:center center;
  background-repeat:no-repeat;
  width:36px;
  height:36px;
  float:left;
  background-color: #46C0FB;
  background-image:url(img/twitter-32.png);
}

.socialshare .googleplus a:before {
    content: '';
  display: inline-block;
  width:36px;
    margin-right:14px;
  border-radius:50%;
  background-position:center center;
  background-repeat:no-repeat;
  height:36px;
  float:left;
  background-color: #000;
  background-image: url(img/googleplus-32.png);
}

.socialshare .pinterest a:before {
    content: '';
  display: inline-block;
  width:36px;
    margin-right:14px;
  border-radius:50%;
  background-position:center center;
  background-repeat:no-repeat;
  height:36px;
  float:left;
  background-color: #e63d45;
  background-image: url(img/pinterest-32.png);
}

.socialshare li {
  list-style: none;
  clear:both;
  display: block;
  margin:5px 0;
}

.socialshare li a {
  display: block;
  height: 36px;
  background:inherit!important;
  color:#333;
  line-height:36px;
  font-size:16px;
}

.king-share-icon {
  width: 28px;
  height: 28px;
  background-image: url(img/king-share.png);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 16px;
  display: inline-block;
  border:1px solid #D9E2E9;
  background-color:inherit;
  float: left;
  margin-top: 3px;
  cursor: pointer;
  margin-right:12px;
}

.king-q-item-main .open .socialshare {
  opacity: 1;
  visibility: visible;
}

.king-share-icon:hover {
  border-color: #C7193C;
}

.king-share-icon:focus, .qview:focus {
  outline:0;
  outline: thin dotted \9;
}

.qview {
  width: 28px;
  height: 28px;
  background-image: url(img/qview.png);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 16px;
  border:1px solid #D9E2E9;
  display: inline-block;
  float: left;
  margin-top: 3px;
  margin-right:12px;
}

.qview:hover {
  border-color: #C7193C;
}

.title2 {
  color: #65798D;
  font-size: 20px;
  font-stretch: normal;
  line-height: 50px;
  display: inline-block;
  text-align: left;
}


/* quick view */


/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%!important;
  z-index: 1042;
  overflow: hidden;
  position: fixed!important;
  background: rgba(53, 58, 61, .9);
  transition: opacity 250ms ease-in-out;
}

.mfp-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  overflow-y: hidden!important;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 8px;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  display: none;
}

.mfp-preloader a {
  color: #fff;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-error .mfp-content {
  display: none;
}

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

.mfp-close {
  font-size: 0;
  background: transparent url(img/close.png) no-repeat center center;
  width: 44px;
  height: 44px;
  position: fixed;
  left: 50%;
  text-decoration: none;
  border-radius: 5px 5px 0 0;
  text-align: center;
  padding: 0 0 18px 10px;
  z-index: 1046;
  border: 0;
  cursor: pointer;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-scaler {
  background-color: #FFFFFF;
  background-image: url(img/loader.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 50%;
  height: 100%;
  left: -1200px;
  top: 0;
  bottom: 0;
  position: fixed;
  overflow: hidden;
  -webkit-transition-duration: .436s;
  transition-duration: .436s;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.mfp-ready .mfp-iframe-scaler {
  left: 0;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}


/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.mfp-iframe-scaler iframe::-webkit-scrollbar {
  width: 8px;
  background-color: #fff;
}

.mfp-iframe-scaler iframe::-webkit-scrollbar-thumb {
  background-color: #94A3A8;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.in-iframe .king-header-top,
.in-iframe .leftmenu,
.in-iframe .icon-menu,
.in-iframe .king-footer,
.in-iframe .tagcloud,
.in-iframe .king-nav-cat-list,
.in-iframe .side-menu {
  display: none;
}

.in-iframe {
  background: #fff!important;
  padding-left: 0!important;
  -webkit-transition-duration: 0 !important;
  -moz-transition-duration: 0 !important;
  -o-transition-duration: 0 !important;
  transition-duration: 0 !important;
}

.in-iframe .fixed .king-nav-sub {
  margin-left: 0;
  left: 0;
  right: 0;
}

.in-iframe .king-cat-main, .in-iframe .king-nav-top, .in-iframe .kingaddimg {
  display: none;
}

.in-iframe .king-nav-sub {
  display: none;
}

.in-iframe .king-headerf {
  display: none;
}

.in-iframe .paylas {
  width: 100%!important;
  left: 0;
  top: 0!important;
}


/* quick view */

.king-form-tall-data .app {
  background-color: #fff;
  display: block;
  margin: 12px 0;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.2);
  box-shadow: 0 2px 4px rgba(0,0,0,.2);
}

.btn-toolbar {
  background-color: #FFFFFF !important;
  border-radius: 6px 6px 0 0;
  display:block;
  border: 2px solid #D7E0E8;
  border-bottom:0;
}

.btn-toolbar .btn-group {
  display: inline-block;
}

.btn-toolbar .btn-group .fa {
  color: #ADB3BE;
}

.focussed .btn-toolbar .btn-group .fa {
  color: #6F7788;
  cursor: pointer;
}

.btn-toolbar .btn {
  background-color: inherit!important;
  width: 35px;
  height: 30px;
  border: 0;
}

.focussed .ta-text .ta-bind {
  min-height: 80px;
  padding: 4px;
  background-color: #FFFFFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none!important;
  outline: none;
  color: #2B2E35;
}

.ta-text .ta-bind {
  min-height: 80px;
  background-color: #fff;
  padding: 4px;
  border-radius:0 0 6px 6px;
  border: 2px solid #D7E0E8;
  border-top:1px solid #D7E0E8;
  color: #899eb8;
}
.ta-text .ta-bind blockquote {
  clear:both;
  border-left:4px solid #efefef;
  padding-left:8px;
  margin-left:8px;
}
.ta-hidden-input {
  width: 1px;
  height: 1px;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -10000px;
  left: -10000px;
  opacity: 0;
  overflow: hidden;
}

.drop-box {
  background-color: #F9FAFA;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0;
  border: 4px dashed #CFD8DD;
  font-size: 16px;
  font-weight: bold;
  color: #A7BDC9;
}

.king-q-view-content title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  margin: 32px 0 12px 0;
}

.king-q-view-content content {
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 24px;
  margin-top: 12px;
  color: #7D7D7D;
}

.king-form-tall-button-ask:disabled {
  border-color: #000;
  color: #000;
}

.king-q-view-cover {
  width: 100%;
  display: block;
  height: 340px;
  background-position: 50% 25%;
  background-size: cover;
  position: relative;
}

.add-backdrop,
.ng-hide {
  display: none;
}

.display:checked + div .add-backdrop {
  background-color: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: fixed;
  display: block;
  z-index: 12;
  top: 0;
  left: 0;
}

.addmedia2 {
  width: 450px;
  padding: 10px 10px 10px 60px;
  height: 200px;
  position: fixed;
  top: -900px;
  left: 50%;
  -webkit-transition: top ease 300ms;
  transition: top ease 300ms;
  margin-left: -260px;
  background-color: #fff;
  z-index: 14;
  border-radius: 6px;
}

.display:checked + div .addmedia2 {
  top: 30%;
}

.addmedia2 .ivtabs {
  background: #A7BDC9;
  border-right: 1px solid #A7BCC7;
  width: 59px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 6px 0 0 6px;
  -webkit-border-radius: 6px 0 0 6px;
  font-size: 0;
}

.addmedia2 .ivtabs .additab {
  background: transparent url(img/addimg.png) no-repeat center center;
  width: 100%;
  height: 60px;
  cursor: pointer;
  border-bottom: 1px solid #BACCD5;
  border-radius: 6px 0 0 0;
}

.addmedia2 .ivtabs .addvtab {
  background: transparent url(img/addvid.png) no-repeat center center;
  width: 100%;
  height: 60px;
  cursor: pointer;
  border-bottom: 1px solid #BACCD5;
}

.addmedia2 .ivtabs .active {
  background-color: #BACCD5;
}

.addvideo input {
  width: 90%;
  display: block;
  margin: 20px auto;
  border-radius: 6px;
  border: 2px solid #A7BDC9;
  line-height: 22px;
  height: 22px;
  font-size: 16px;
  padding: 6px;
}

.addmedia2 label {
  display: block;
  height: 40px;
  width: 30%;
  margin: 0 auto;
  line-height: 40px;
  background-color: #BACCD5;
  text-align: center;
  border-radius: 22px;
  margin-top: 10px;
  color: #fff;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.addmedia2 label:hover {
  background-color: #C7193C;
}

.progress {
  width: 90%;
  height: 20px;
  line-height: 20px;
  padding: 0;
  text-align: center;
  background-color: #CADAE2;
  display: block;
  margin: 5px auto 0;
  color: #fff;
}

.progress .ng-binding {
  background-color: #AABFCA;
  height: 20px;
}

.inright {
  position: relative;
  height: 100%;
  padding:8px 70px 8px 8px;
}

.inleft {
  width: 50px;
  background-color: #C7193C;
  border-radius:0 6px 6px 0;
  position: absolute;
  text-align: center;
  right: 0;
  top: 0;
  bottom: 0;
}

.inleft .inremove {
  background-color: #fff;
  margin: 5px auto;
  background-image: url(img/remove.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 30px;
  border-radius: 16px;
  cursor: pointer;
}

.inleft .inmove {
  background-color: #fff;
  margin: 5px auto;
  background-image: url(img/inmove.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: move;
}

.vimage {
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
  position: relative;
  height: 50px;
  border-radius: 6px;
}

pimage {
  text-align: center;
  display: block;
  background-color: #F6F7F8;
  margin: 8px 0;
}

.king-q-view-content img {
  max-width: 100%;
  max-height: 650px;
}

pimage img {
  max-width: 100%;
  max-height: 650px;
}

.advideo .vimage-img {
  display: none;
}

.adadimage embed-video iframe {
  display: none;
}

.adimage {
  height: 273px;
}

.adimage img {
  height: 273px;
  max-width: 100%;
}

.advideo {
  height: 273px;
}

.advideo embed-video iframe {
  width: 450px!important;
  height: 253px!important;
}

.vimage embed-video iframe {
  height: 0;
  width: 0;
}

.yt-uix-checkbox-on-off {
  position: relative;
  display: inline-block;
  width: 100px;
  margin: 5px 0 10px 0;
  overflow: hidden;
  vertical-align: middle;
  border-radius: 8px;
  padding-right: 2px;
  float:right;
}

.yt-uix-checkbox-on-off input[type=checkbox]:checked+label {
  background-color: #C7193C;
  background-image: url(img/addnumber.png);
  background-repeat: no-repeat;
  background-position: 9px -51px;
}

.yt-uix-checkbox-on-off label {
  display: inline-block;
  height: 38px;
  border: 1px solid transparent;
  width: 100%;
  background-color: #2B2E35;
  background-image: url(img/addnumber.png);
  background-repeat: no-repeat;
  background-position: 68px -173px;
  cursor: pointer;
  border-radius: 32px;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.21);
}

.yt-uix-checkbox-on-off label .toggle {
  float: left;
  background-color: #fbfbfb;
  background-image: url(img/addnumber.png);
  background-repeat: no-repeat;
  background-position: center 9px;
  height: 38px;
  width: 38px;
  border-radius: 32px;
}

.yt-uix-checkbox-on-off input[type=checkbox]:checked+label .toggle {
  float: right;
  background-image: url(img/addnumber.png);
  background-repeat: no-repeat;
  background-position: center -113px;
}

.king-part-form-q-edit #q_content {
  height: 24px;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

.extra_on_list {
  display: block;
}

.econtent {
  border-radius: 6px;
  font-size:14px;
  width: 100%;
}

@media (max-width: 1280px) {
  .king-template-admin .king-nav-sub-list {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;
  }
.king-template-admin .king-nav-sub-list::-webkit-scrollbar-track {
  background-color: inherit;
}

.king-template-admin .king-nav-sub-list::-webkit-scrollbar {
  height: 6px;
}

.king-template-admin .king-nav-sub-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(108, 116, 134, 0.4);
}
  
  .paylas {
    width: 100%;
  }

}

@media (max-width: 1100px) {

.leftmenu {
  width:0;
}

body {
  padding-left:0;
}

.king-header, .king-nav-sub {
    width: 100%;
    left:0;
}

#king-body-wrapper {
  width:100%;
  padding:0;
}
.king-q-view .sharetop .fixed {
  width:100%;
  opacity:0.9;
}
.mobile-header {
  left:8px;
}

}

@media (max-width: 991px) {

.second-head {
  display:none;
}

.second-header .king-search {
  width:50%;
  float:none;
  padding:14px 0;
  display:inline-block;
}  

.second-header .king-search-field {
  display:block;
  width:100%;
  height:44px;
  padding:0;
}
.second-header .king-search-button {
  height:44px;
  line-height:44px;
  top:14px;
}

  .modal-dialog {
    top: 0;
    margin-top: 0;
  }
  .sharetop {
    width: 100%;
  }
  .king-q-view .sharetop .fixed {
    width: 100%;
    left: 0;
  }

  .king-related {
    width: 100%;
    display: block;
  }
  .king-related .king-q-item-title {
    padding: 8px;
  }
  .king-related .boxa {
    width: 100%;
    display: block;
  }
  .king-template-question .king-main {
    width: 100%;
  }
  .king-main {
    width: 100%!important;
  }
  .box {
    display:block;
    width:auto;
  }


  #imgurl {
    padding: 6px 0!important;
  }
  .leftside {
    float: none;
    clear: both;
    display: block;
    min-height: auto;
    padding:0 8px;
  }
  .paylas {
    width: 100%;
    margin: 0 auto;
  }
  .king-part-q-view {
    width: 100%;
    float: none;
    margin: 0 auto;
    display: block;
    position: relative;
    padding-bottom: 30px;
  }
  .king-q-view-main iframe {
    width: 100%;
    min-height: 502px;
  }

  .kim {
    width: 100%;
  }
  .king-sidepanel {
    position: fixed;
    top: 51px;
    background-color: rgba(255, 255, 255, 1);
    width: auto;
    padding: 12px;
    right: -120%;
    float: none;
    visibility: hidden;
    bottom: 0;
    box-shadow: 7px 0px 7px -8px rgba(0, 0, 0, .7);
    -webkit-box-shadow: 7px 0px 7px -8px rgba(0, 0, 0, .7);
    -webkit-transition-duration: .436s;
    transition-duration: .436s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    z-index: 12;
    overflow: auto;
    overflow-x: hidden;
    opacity: 0;
  }
  #checkbox-menu5:checked + div .king-sidepanel {
    right: 0;
    visibility: visible;
    opacity: 1;
  }
  .side-menu {
    height: 40px;
    width: 40px;
    background: rgb(43, 46, 53) url(img/additem.png) no-repeat center center;
    position: fixed;
    z-index: 12;
    bottom:115px;
    right: 24px;
    border-radius: 50%;
    -webkit-transition-duration: .436s;
    transition-duration: .436s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    cursor: pointer;
  }
  #checkbox-menu5:checked + div .side-menu {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transition-duration: .436s;
    transition-duration: .436s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  .ilgili {
    width: 100%;
  }
  .king-sidebar {
    margin-bottom: 10px;
    padding: 10px 0;
    width: 100%;
  }
  .maincom {
    display: block;
    width: 100%;
  }

}

@media (max-width: 760px) {
  .box {
    width: 100%;
    padding:0;
  }
  .boxa {
    width:100%;
    display:block;
    margin:0;
    height:220px;
  }
}

@media (max-width:500px) {
  body {
    padding-left: 0;
  }
  .king-logo {
    float:left;
    margin-left:35px;
  }
.king-dropdown {
  position:fixed;
  width:100%;
  left:0;
  right:0;
  top:50px;
  border-radius:0;
}
.king-dropdown .arrow, .yorizbottom .qview {
  display:none;
}
.king-nav-user-list li {
  width:100%;
}

.yorizbottom .king-avatar-link,
.yoriz .king-q-item-avatar-meta,
.king-share-icon {
  margin-right:2px!important;
}
  .share-overlay {
    display: none;
  }
  .sharetop {
    background-color: rgba(109, 116, 133, 0);
  }
  .share_mobile .share-overlay {
    display: block;
  }
  .share_mobile {
    display: block!important;
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 40px;
    padding-bottom: 3px;
    left: 0;
    background-color: rgba(109, 116, 133, 0.56);
    text-align: center;
  }
  
  .king-prev-q {
    margin-left:5px;
  }
  .king-nav-sub {
    width: 100%;
    height: 45px;
    display: inline-block;
    overflow: auto;
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;
  }
  .display:checked + div .addmedia2 {
    top: 0;
  }
  .addmedia2 {
    width: 80%;
    left: 0;
    margin-left: 0;
  }
  .box {
    width: 94%;
    margin: 0 8px 8px 8px;
  }
  .king-header .king-userp {
    display: none;
  }
  header .icon-menu,
  .icon-menu:hover {
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    top: auto;
    bottom: 0;
    width: 50px;
    background-position: center center;
  }
  #checkbox-menu:checked + header .icon-menu,
  #checkbox-menu:checked + header .icon-menu:hover {
    width: 100%;
    background-position: center center;
    border-radius: 0;
    -webkit-border-radius: 0;
  }
  .king-nav-main-link:hover {
    width: 100%;
  }
  .second-header .king-search {
    width:90%;
  }
  .king-q-view-buttons .king-form-light-button-answer {
    display: none;
  }
  .modal-dialog {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    z-index: 1050;
    top: 0;
    left: 0;
  }
  #checkbox-menu3:checked + div .img-dialog {
    top: 0;
    margin-top: 0;
  }
  .img-dialog {
    width: 200px;
    height: auto;
    margin-top: -120px;
    margin-left: -100px;
    z-index: 1050;
    top: -800px;
    left: 50%;
  }
  #progressbox {
    width: 200px;
  }
  .kingimgupload img {
    width: 200px;
    max-height: 250px;
  }
  .king-form-wide-table {
    padding: 0;
    margin: 5px auto;
    width: 100%;
    text-align: left;
  }
  .king-form-wide-label {
    white-space: normal;
  }
}

.king-nav-sub::-webkit-scrollbar-track {
  background-color: inherit;
}

.king-nav-sub::-webkit-scrollbar {
  height: 6px;
}

.king-nav-sub::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(108, 116, 134, 0.4);
}

.share_mobile {
  display: none;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #899eb8;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #899eb8;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #899eb8;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #899eb8;
}

.king-template-register {
  background-color: #E7EDF3;
}

.king-template-register .solyan {
  display: none;
}

.king-template-register #king-body-wrapper {
  background-color: inherit;
}

.king-template-register .king-main {
  width: 100%;
}

.king-template-register .king-form-tall-text {
  width: 98.8%;
  margin: 0 0 5px 0;
  padding: 8px 5px;
  background-color: #fff;
  border: 2px solid #fff;
  color: #657380;
  font-size: 18px;
  font-weight: normal;
  border-radius: 4px;
  transition: border-color 0.25s linear;
  -webkit-transition: border-color 0.25s linear;
  -moz-transition: border-color 0.25s linear;
  -ms-transition: border-color 0.25s linear;
  -o-transition: border-color 0.25s linear;
}

.king-template-register .king-form-tall-note {
  color: #FFFFFF;
}

.king-template-register .king-part-form {
  width: 50%;
  margin: 0 auto;
}

.king-template-register .king-part-custom {
  width: 50%;
  margin: 0 auto;
}

.king-template-register br {
  display: none;
}

.king-template-register .open-login-button {
  color: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  padding-left: 60px;
  display: inline-block;
  border: 4px solid #D7E0E8;
  width: 220px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
}

.king-template-register h1 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}

.king-template-register .second-head {
  visibility: hidden;
}

.king-template-register .king-form-tall-button-register {
  background-color: #C7193C;
  width: 100%;
  margin: 20px 0;
  height: 50px;
  line-height: 40px;
  padding: 0;
  font-size: 20px;
  border-radius: 4px;
  color: #fff;
  border: 0;
}

#back-to-top {
  margin: 0 auto;
  background-color: #2B2E35;
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  color: #FFF;
  cursor: pointer;
  border: 0;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  text-decoration: none;
  transition: all 0.2s ease-out;
  opacity: 0;
  visibility: hidden;
}

#back-to-top:hover {
  line-height: 24px;
  background-color: #9F1431;
}

.show #back-to-top {
  opacity: 1;
  visibility: visible;
}

.king-submit {
  text-align: center;
  display: block;
  position: fixed;
  width: 48px;
  right: 20px;
  bottom: 20px;
  z-index: 12;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.king-widgets-full .king-slider {
  margin-bottom: 0!important;
}

.king-widgets-full .king-slider {
  border: 0!important;
}

.slider-link-header {
  top: inherit!important;
  bottom: 5px;
  text-align:left;
  padding: 5px 2px 5px 10px !important;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 11px!important;
  text-shadow: inherit !important;
}

.slider-link-header h4 {
  font-size: 18px !important;
  padding-bottom:8px;
}
.king-template-ask, .king-template-ask #king-body-wrapper {
background-color: #e7edf3;
}

.king-template-ask .solyan {
  display: none;
}

.king-part-form-q-edit title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  margin: 14px 0 6px 0;
}

.king-widgets-full .king-slider {
  background-color: inherit!important;
  padding: 15px 0!important;
}

.king-part-form-q-edit img {
  max-height: 600px;
  max-width: 740px;
}

.king-widget-side .king-slider .nav-tabs {
  border: 0!important;
  border-bottom: 2px solid #efefef!important;
  border-radius: 0!important;
  padding: 0!important;
}

.king-widget-side #tabs .nav .active a {
  color: #5A6788!important;
  background: #fff!important;
  border-radius: 0;
}

.king-widget-side .king-slider .nav-tabs li a {
  color: #5a6772!important;
  font-size: 16px;
  height: 33px !important;
  font-weight: bold;
}

.king-widgets-side .slider-div-body {
  border: 0!important;
}

.king-widgets-side .slider-link-header {
  padding: 5px 0 !important;
}

.king-slider .bx-viewport {
  max-width:1100px!important;
  margin:0 auto;
}

.king-slider .bx-wrapper .bx-pager {
    float: none!important;
}

.king-widgets-full .king-slider .nav-tabs {
  position: absolute;
  left:5px;
  top: 15px;
}

.king-widgets-full .king-slider .nav-tabs li {
    display: block!important;
    list-style: none;
    text-align: center;
    margin-right: 14px;
    float: none;
}

div.king-widgets-full .king-slider .nav-tabs .active a {
    background-color: #C7193C !important;
    color: #fff !important;
    border:0;
}

div.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #C7193C!important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #C7CCD5!important;
}

.king-widgets-full .king-slider .slider-time {
  background-color: rgba(255, 255, 255, 0.57);
  padding:4px 8px;
  border-radius:3px;
  color:#333;
}

.king-widget-side .king-slider .nav-tabs li { 
display:inline-block!important;
}

#loading-img {
  width:24px;
  height:24px;
}

.userpanel {
  position: absolute;
  float: right;
  right: 0;
  top: 0;
  padding-top: 8px;
  height:34px;
}

.userpanel li {
  display:inline-block;
}
.userpanel:focus {
  outline: 0;
  outline: thin dotted \9;
}

/*---[ v4 modified css ]---*/

.king-template-user .ads, .king-template-user-wall .ads, 
.king-template-user-questions .ads, .king-template-favorites .ads, 
.king-template-account .ads{
display:none;
}

.king-following {
  display:block;
  margin:5px 0;
}
.king-following input, .king-following input:hover {
  background-position:10px center;
  background-image:url(img/follow.png);
  width:180px;
  border-radius: 32px;
  color:#fff;
  font-weight: 600;
  font-size:14px;
  border:0;
  margin:10px 0 0;
  height:38px;
}
.king-following .king-favorite-button {
  background-color: #485056;
}
.king-following .king-unfavorite-button {
  background-color: #b0b7bb;
}
.king-following .king-waiting {
  position:absolute;
}
.king-following .king-favorite-button:hover, .king-following .king-unfavorite-button:hover {
	background-color: #d63e3d;
}

.king-follow span {
  display:inline-block;
  margin-top:12px;
  margin-right:8px;
}

.king-follow span strong {
  font-size:20px;
  color:#fff;
  margin-right:6px;
}

.king-part-ranking-users h2 {
	display:block;
	padding:10px;
	text-align:center;
	background-color:#f1f3f4;
	margin-top:10px;
}


.ad-below {
	display:block;
	padding:10px;
	clear:both;
	text-align:center;
}


.king-profile-page {
	display:block;
	min-height:180px;
	padding:40px 0;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:25% 50%;
	text-align:center;
	position:relative;
}
.king-profile-page:after {
	content:'';
	position:absolute;
	background-color: rgba(176, 183, 187, 0.35);
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:2;
}
.king-profile {
	position:relative;
	z-index:4;
	color:#fff;
}

.king-profile .king-avatar-image {
	display: block;
    width: auto;
    height: 180px;
    width: 180px;
    margin: 8px;
    -webkit-box-shadow: 0 0px 5px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0px 5px 2px rgba(0, 0, 0, .2);
    background-color: rgba(0, 0, 0, 0.61);
}
.king-profile .king-avatar-link span {
    padding: 0!important;
}
.king-profile .king-avatar-link {
    display: block;
}
.king-profile .king-profile-title {
    display: inline-block;
    padding: 2px 18px;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    font-size: 12px;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.9);
    color: #3C313E;
    line-height: 24px;
    margin-top: -24px;
}
.king-profile .king-profile-usrname {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 32px;
}

.king-profile .king-profile-point {
    display: inline-block;
    padding: 2px 18px;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    font-size: 14px;
    font-weight: 500;
    background-color: rgb(214, 62, 61);
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 8px;
}

.king-profile-lvl {
    display: block;
}

.king-part-form-profile #avatar {
	display:none;
}