
.fixed_holder {
  position: fixed;
  width: 360px;
  right: 0;
  bottom: 0;
  z-index: 50;
}

.fastcomet--fastoptions {
  width: 345px;
  float: right;
  position: relative;
  z-index: 40;
}

.fastcomet--fastoptions .status {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url('../images/dot_status.png') no-repeat;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
}
.fastcomet--fastoptions .status.online {
  background-position: 0px 0px;
}
.fastcomet--fastoptions .status.offline {
  background-position: -8px 0;
}
.fastcomet--fastoptions .fastoptions-panel {
  background: #f4f4f4;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  z-index: 1;
  box-shadow: 0 -2px 5px rgba(9, 9, 9, 0.15), 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -moz-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.fastcomet--fastoptions .fastoptions-panel.show {
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.fastcomet--fastoptions .fastoptions-panel .close {
  display: inline-block;
  background: url('../images/buttons/btn-close-modal2.png') no-repeat center;
  width: 15px;
  height: 15px;
  position: absolute;
  margin: auto;
  top: 8px;
  right: 8px;
  bottom: auto;
  left: auto;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
  z-index: 2;
}
.fastcomet--fastoptions .fastoptions-panel .close:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.fastcomet--fastoptions .fastoptions-panel .panel-head {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 54px;
  background: #494949;
  padding: 1px 25px 0 20px;
  position: relative;
}
.fastcomet--fastoptions .fastoptions-panel .panel-head .head_title {
  font-weight: normal;
  font-size: 17px;
  color: #fff;
  position: relative;
  padding: 15px 0 0 25px;
  text-shadow: 0 1px 0 rgba(9, 9, 9, 0.25);
}
.fastcomet--fastoptions .fastoptions-panel .panel-head .status {
  position: absolute;
  margin: auto;
  top: 15px;
  right: auto;
  bottom: 0;
  left: 0;
}
.fastcomet--fastoptions .fastoptions-panel .panel-head .close {
  background: url('../images/buttons/btn-close-modal3.png') no-repeat center;
  position: absolute;
  margin: auto;
  top: 0;
  right: 20px;
  bottom: 0;
  left: auto;
}
.fastcomet--fastoptions .fastoptions-panel .panel-content {
  padding: 20px 20px 10px;
  min-height: 345px;
  position: relative;
}

.fastcomet--fastoptions .fastoptions-panel .panel-content .vertical_kaloyan {
     height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 10px;
}
.fastcomet--fastoptions .fastoptions-panel .panel-content .flaghold {
  display: inline-block;
  margin-bottom: 10px;
}
.fastcomet--fastoptions .fastoptions-panel .panel-content p {
  font-size: 14px;
  color: #818181;
}
.fastcomet--fastoptions .fastoptions-panel .panel-content p.lead {
  color: #2b333b;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 25px;
}
.fastcomet--fastoptions .fastoptions-panel .panel-content p.small {
  font-size: 13px;
}
.fastcomet--fastoptions .fastoptions-panel.call .panel-content {
  padding-top: 30px;
}
.fastcomet--fastoptions .formhold {
  position: relative;
}
.fastcomet--fastoptions .formhold .frow {
  position: relative;
  margin-bottom: 15px;
}
.fastcomet--fastoptions .formhold .label_title {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  color: #2b333b;
  margin-bottom: 5px;
  line-height: 1;
}
.fastcomet--fastoptions .formhold .inpstyle {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  background: #fff;
  height: 42px;
  line-height: 21px;
  border: 1px solid #cbcbcb;
  font-style: italic;
  padding: 0 10px;
  font-size: 15px;
  color: #777;
  -moz-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.fastcomet--fastoptions .formhold .inpstyle::-webkit-input-placeholder {
  color: #b3b3b3;
}
.fastcomet--fastoptions .formhold .inpstyle:-moz-placeholder {
  color: #b3b3b3;
}
.fastcomet--fastoptions .formhold .inpstyle::-moz-placeholder {
  color: #b3b3b3;
}
.fastcomet--fastoptions .formhold .inpstyle:-ms-input-placeholder {
  color: #b3b3b3;
}
.fastcomet--fastoptions .formhold .inpstyle:focus {
  font-style: normal;
  color: #444;
  border-color: #999;
}
.fastcomet--fastoptions .formhold textarea.inpstyle {
  padding: 10px;
  height: 170px;
  line-height: 1.2;
}
.fastcomet--fastoptions .formhold .btnsubmit {
  display: block;
  width: 100%;
  height: 44px;
  background-color: #333;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  color: #fff;
  border: none;
}
.fastcomet--fastoptions .formhold .btnsubmit.orange {
  background: #ff8d00;
}
.fastcomet--fastoptions .formhold .btnsubmit.green {
  background: #23b07d;
}
@media (min-width: 1400px) {
  .fixed_holder > .container {
    width: auto;
    padding: 0 20px;
  }
}
.fastoptions-menuholder {
  position: relative;
  height: 42px;
  width: 345px;
  background: #000000 url(../images/buttons/btnoptionspattern.png) repeat-x center top;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  overflow: hidden;
  z-index: 2;
}
.fastoptions-menuholder li {
  float: left;
  height: 42px;
  line-height: 42px;
  border-right: 1px solid #3c3c3c;
}
.fastoptions-menuholder li > a {
  display: block;
  line-height: 42px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
.fastoptions-menuholder li > a.chat {
  width: 144px;
}
.fastoptions-menuholder li > a.write {
  width: 130px;
}
.fastoptions-menuholder li > a.call {
  width: 68px;
}
.fastoptions-menuholder li > a:hover {
  background-color: rgba(255, 255, 255, 0.12);
}
.fastoptions-menuholder li > a .btnlabel {
  display: inline-block;
  position: relative;
  text-align: left;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0 17px 0 30px;
}
.fastoptions-menuholder li > a.call .btnlabel {
  height: 42px;
  padding: 0 10px 0 25px;
}
.fastoptions-menuholder li > a .icon {
  display: inline-block;
  width: 25px;
  height: 22px;
  background: url('../images/icons/footeroptions-set.png') no-repeat;
  position: absolute;
  margin: auto;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
}
.fastoptions-menuholder li > a.chat .icon {
  background-position: 0 0;
}
.fastoptions-menuholder li > a.write .icon {
  background-position: -25px 0;
}
.fastoptions-menuholder li > a.call .icon {
  background-position: -50px 0;
}
.fastoptions-menuholder li:last-child {
  border-right: none;
}

#video_content {
    display: none;
}

.fixed_holder .container2 {
    padding-right: 15px
}
.form .inp_text.error {
  border-color: #bb2222;
}
.quickerror .inpstyle {
  border-color: #F63 !important;
}
.error_holder {
    color: #bb2222;
}


.packages--prices .label_top {
  display: block;
  width: 219px;
  height: 24px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #ffd529;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.24), 0 0 10px rgba(0,0,0,.14);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,.24), 0 0 10px rgba(0,0,0,.14);
  box-shadow: 0 2px 5px rgba(0,0,0,.24), 0 0 10px rgba(0,0,0,.14);
  position: absolute;
  left: 0;
  right: 0;
  top: -24px;
  margin: auto;
  text-align: center;
  white-space: nowrap;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #9c5a0c;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hidden_boddy > * {
    display:none;
}

.black-servers--prices .package-column .package__pricing .price_label {
    font-size: 42px;
  }

#open-single-options span {
  cursor:pointer;
  font-size: 18px;
  font-weight: bold;
  margin-left: 20px;
  color:#666;
  text-decoration:underline;
}

#new-tlds  th a:first-of-type {
  cursor:pointer;
  color:#808080;;
  text-decoration:underline;
}
