

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}




.column,
.columns {
  position: relative;
  width: 100%;
  float: left;
}

@media only screen {
  .small-3 {
    position: relative;
    width: 24%;
	background:#4B0091;
	float:right;
	margin-top:10px;
  }
  .small-9 {
    position: relative;
    width: 75%;
  }
  
[class*="block-grid-"]>li {
  display: inline;
  height: auto;
  float: left;
  width:48%;
  margin:8px 1%;
  padding:15px 0;
  background:#FF5353;
}

.slider-control,
.slider-details,
.slider-extra {
  position: relative;
  padding: 25px 60px;
}

.slider-control {
  top: 10px;
  border-radius: 0;
  padding-top: 60px;
  padding: 30px 20px;
  margin: 0 8px 15px 8px;
  background: url(../images/sliderscale.png) no-repeat center 20px,#FF5353;
  background-color: #FF5353;
}

.slider-details {
  z-index: 5;
  overflow: auto;
  color: #ffffff;
  background: #224056;
}

.slider-details ul {
  float: left;
}

.slider-details li {
  display: inline-block;
  padding-right: 20px;
}

.slider-details span {
  font-size: 20px;
  font-weight: bold;
}

.slider-details .choose {
  margin-top: 0;
}

.slider-wrap {
  position: relative;
  margin: 0;
  padding-left: 36px;
  padding-right: 0.5rem;
  background-color: #FFFFFF;
  border-radius:7px;
}

p.order-overview {
  display: none;
}

.ui-slider-horizontal {
  height: 15px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -9px;
  margin-left: 0;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
  cursor: pointer;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 10;
  top: -8px;
  width: 31px;
  height: 31px;
  margin-left: -24px;
  background: url(../images/shared_draghandler.png) center center;
  cursor: pointer;
  outline: none;
}

.ui-slider .ui-slider-range {
  display: block;
  position: absolute;
  z-index: 5;
  font-size: 0.7em;
  background-color: #C13939;
  border-radius: 0 7px 7px 0;
}

span.minifill {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  background: #C13939;
  border-radius: 15px 0 0 15px;
}

.hosting-setup {
  overflow: auto;
  background: #ECECEC;
  padding: 20px;
}

.hosting-setup__details {
  width: 100%;
}

.hosting-setup__item {
  padding: 1em;
  width:100%;
}

.hosting-setup__item h4 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #FFFFFF;
 	font-family:'OpenSansSemibold'; 
}

.hosting-setup__item .price-tag {
  font-size: 40px;
  text-transform:uppercase;
  color: #ffffff;
 	font-family:'OpenSansBold'; 
}

.hosting-setup__item ul {
  padding-top: 1rem;
}

.hosting-setup__item ul li {
  list-style-type: none;
  float: left;
  padding: 0.25rem 0.1rem 0.25rem;
}

.hosting-setup__item ul li input {
  margin-right: 4px;
}

.hosting-setup__item ul li label {
  color: #2dcdf5;
  margin-bottom: 0;
}

.hosting-setup--price {
  margin: 0.625rem 0.625rem 0 0;
}

.hosting-setup--price h4 {
  margin: 20px 0 0 0;
  font-size: 20px;
  color:#FFF;
 	font-family:'OpenSansSemibold'; 
}

.hosting-setup--price p {
  font-style: italic;
  margin-bottom: 0;
  color: #ffffff;
}

.hosting-setup--price select {
  padding-bottom: 0.35;
  line-height: 1.25;
}

.hosting--shared .hosting-setup__billing-period {
  margin: 2rem 0 0;
}

.hosting--shared .hosting-setup__billing-period li {
  margin-bottom: 0;
  padding-bottom: 0;
}

.hosting--shared .hosting-setup__billing-period li:last-of-type {
  margin-bottom: 0;
}

.hosting--shared .hosting-setup__billing-period input[type="radio"] {
  margin-bottom: 0.5rem;
}
.slider_order_but
{
	display:block;
	width:100%;
	height:50px;
	border-radius:6px;
	text-align:center;
	line-height:50px;
	border-bottom:3px solid #C7C2C2;
	text-transform:uppercase;
	font-size:20px;
	color:#6d6d6d;
	background:#FFF;
}
.js-recalculatevalues
{
	width:100%;
	height:46px;
	background:#FFF;
	border:none;
	font-size:20px;
 	font-family:'OpenSansSemibold'; 
	padding:4px;
	margin-top:22px;	
}

@media screen and (max-width:950px)

{

.hosting-setup__item .price-tag {
  font-size: 20px;
}
}
@media screen and (max-width:768px)

{
  .small-3 {
    width: 40%;
  }
  .small-9 {
    width: 60%;
  }
  	
}
@media screen and (max-width:550px)

{
  .small-3 {
    width: 100%;
  }
  .small-9 {
    width: 100%;
  }	
}

@media screen and (max-width:550px)

{

[class*="block-grid-"]>li {
  display: inline;
  height: auto;
  float: left;
  width:98%;
  margin:8px 1%;
  padding:15px 0;
  background:#FF5353;
}
}

