.fixed_holder {
  position: fixed;
  left: 60px;
  bottom: 0;
  z-index: 50;
}

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

.fastcomet--fastoptions .status {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(../images/blink-dot.gif) repeat;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  background-position: inherit !important;
  background-size: 100%;
}
.fastcomet--fastoptions .status.online {
  background-position: 0px -53px;
}
.fastcomet--fastoptions .status.offline {
  background-position: 8px -53px;
}
.fastcomet--fastoptions .fastoptions-panel {
  background: #f4f4f4;
  position: absolute;
  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;
  width: 345px;
  
}
.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/sprites/arrows-and-buttons-sprite.png') no-repeat;
  background-position: 0 -22px;
  width: 10px;
  height: 10px;
  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;
  
  -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: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: #333;
  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/sprites/arrows-and-buttons-sprite.png') no-repeat;
  background-position: 0 -40px;
  position: absolute;
  margin: auto;
  top: 0;
  right: 20px;
  bottom: 0;
  left: auto;
}
.fastcomet--fastoptions .fastoptions-panel .panel-content {
  padding: 15px 15px 15px 15px;
  position: relative;
  overflow-y: auto;
  height: 460px;
}

.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: 30px;
  margin-bottom: 25px;
  margin-top:30px;
  font-family:"Oswald", sans-serif;
}
.fastcomet--fastoptions .fastoptions-panel .panel-content p.small {
  font-size: 13px;
}
.fastcomet--fastoptions .fastoptions-panel.call .panel-content {
  padding-top: 100px;
  background:#19070721;
}
.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-family: "Didact Gothic", sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  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: 65px;
  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;
}
.inpstyle.code,
#captchaimgform{
	width: 50% !important;
	float:left;
}
#captchaimgform img{
	height: 42px;
    width: 100%;
}

@media (min-width: 1400px) {
  .fixed_holder > .container {
    width: auto;
    padding: 0 20px;
  }
}
.fastoptions-menuholder {
  position: relative;
  height: 42px;
  width: 100%;
  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;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
}
.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;
  padding:0px 15px;
}
.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;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
}
.fastoptions-menuholder li > a.call .btnlabel {
  height: 42px;
  padding: 0 10px 0 25px;
}
.fastoptions-menuholder li > a .icon,
.fastoptions-menuholder li > a .icon.subscribe {
  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 .icon.subscribe {
	background: url('../images/subscribe.png') no-repeat;
	background-position: 0px 0px !important;
}

.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;
}
@media (max-width: 650px){
	.fixed_holder {
    width: 100%;
    text-align: center;
}
.fixed_holder .container2 {
    padding-right: 0;
}
.fastcomet--fastoptions {
    float: none;
   
}
.fastoptions-menuholder li {
    float: left;
    display: inline-block;
    width: 50%;
}
.fastoptions-menuholder li > a .btnlabel {
    
    font-size: 12px;
    
}
}
@media screen and (max-width: 560px){
.fastoptions-menuholder li > a {
    display: block;
    line-height: 42px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    padding: 0px 5px;
}
.fastoptions-menuholder li > a .btnlabel {
    
    padding: 0 15px 0 28px;
    
    font-size: 10px;
    
}
}
@media (max-width: 480px){
	#st-3 > div {
    clear: none !important;
    
}
#st-3 {
    
    top: inherit !important;
    width: 100%;
    bottom: 36px !important;
}
#st-3 .st-btn.st-first {
    border-top-right-radius: 0px !important;
}
#st-3 .st-btn.st-last {
    border-bottom-right-radius: 0px !important;
}

#st-3 .st-btn:hover {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
#st-3 .st-btn:hover > span {
    
    display: none !important;
    
}
.st-btn:hover > svg {
    margin-left: 0px !important;
}
#st-3 .st-btn {
    text-align:center !important;
    width: 16.66% !important;
}
#st-3 .st-toggle {
    
    display: none !important;
}
.copy-right-text {
    
   
	text-align: center !important;
}

.fixed_holder {
   bottom: 84px !important;
   left:0px;
}
.communication-block a.address-block {
    
    margin-left: 0 !important;
    
}
.communication-block a.address-block.sml {
    padding-left: 0px !important;
    
}
.fastcomet--fastoptions .fastoptions-panel .panel-content {
   
    height: auto;
    margin-bottom: 50px;
}
.fastcomet--fastoptions .fastoptions-panel{
	width:100%;
}
.communication-block span.contact-head {
    
    margin-bottom: 10px;
}
	
}
@media screen and (max-width: 430px){
	.fastoptions-menuholder{
		height:auto;
	}
	
.fastoptions-menuholder li > a {
    
    text-align: left;
    padding: 0px 10px;
}
.fastoptions-menuholder li > a .btnlabel {
   
    font-size: 14px;
	    width: 100%;
   
}
.fastoptions-menuholder {
   
    border-radius: 0;
}
.copy-right-text {
    
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    
}
.site__footer {
   
    margin-bottom: 126px !important;
}
.st-sticky-share-buttons.st-left.st-toggleable.st-has-labels {
	bottom:36px !important;
}
}
@media (max-width: 409px){
.fastoptions-menuholder li > a .btnlabel {
    font-size: 14px;
    padding: 0 0px 0 30px;
    
}
.fastoptions-menuholder li > a {
    text-align: left;
	padding: 0px 10px;
}
	
}
@media screen and (max-width: 370px){
     
    .fastoptions-menuholder{
        width: 100%;
    }
   
    .fastcomet--fastoptions .fastoptions-panel .panel-head{
        height: 35px;
    }
    .fastcomet--fastoptions .fastoptions-panel .panel-head .head_title{
        font-size: 15px;
        padding: 10px 0 0 20px;
    }
    .fastcomet--fastoptions .fastoptions-panel .panel-content {
       padding: 15px 0px 15px 15px;
    }
    .fastcomet--fastoptions .formhold .frow {
        margin-bottom: 5px;
    }
    .fastcomet--fastoptions .formhold .label_title{
        font-size: 15px;
    }
    .fastcomet--fastoptions .formhold .inpstyle{
        height: 35px;
    }
    .fastcomet--fastoptions .formhold textarea.inpstyle {
        height: 90px;
    }
    .fastcomet--fastoptions .formhold .btnsubmit{
        height: 35px;
        line-height: 35px;
    }
	
	.fastcomet--fastoptions .fastoptions-panel.call .panel-content{
		padding-left:0px !important;
	}
}
