/* Add here all your css styles (customizations) */
.breadcrumbs-v2 {
  text-align: center;
  position: relative;
/*  background: url(../img/bg/bg-hosting.jpg) no-repeat center;*/
  }

.interactive-slider-v2 {
  z-index: 1;
  padding: 200px 0;
  position: relative;
  text-align: center;
  background: url(../img/bg/bg-security.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-v1 {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
  background: url(../img/bg/bg-hosting.jpg) repeat fixed; 
  }
  
.bg-image-v2 {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
  background: url(../img/bg/bg-security.jpg) repeat fixed;
}

.bg-image-v3 {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
  background: url(../img/bg/bg-python.jpg) repeat fixed;
}

.bg-image-v4 {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
  background: url(../img/bg/bg-network.jpg) repeat fixed;
}

.pricing-head h3 {
    color: #FAFAFA;
    padding: 12px 0px;
    font-size: 35px;
    font-family: Arial;
    border-radius: 3px 3px 0px 0px;
    background: #3498DB none repeat scroll 0% 0%; 
    text-shadow: 0px 1px 0px #2980B9;
}

.pricing-content li i {
    font-size: 16px;
    margin-right: 5px;
    position: relative;
}

.btn-u {
    background: #C85400 none repeat scroll 0% 0%;
}

.pricing-footer a:hover, .pricing-footer button:hover {
    background: #FB6900 none repeat scroll 0% 0%;
}

.interactive-slider-v2 {
  z-index: 1;
  padding: 200px 0;
  position: relative;
  text-align: center;
  background: url(../img/bg/bg-security.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.domain_search_form-select {
		width: 80px;
		position:relative;
    font-weight: bold;
    height: 46px;
    font-size: 18px;
    overflow: hidden;
	  background: url("../img/down_arrow_select.jpg") no-repeat right #ddd;
	  -webkit-appearance: none;
   	border: 1px solid #ccc;
   	border-radius: 6px;
   	line-height: 1.3333333;
{