/**
 * Dragdealer.js 0.9.7
 * http://github.com/skidding/dragdealer
 *
 * (c) 2010+ Ovidiu Cherecheș
 * http://skidding.mit-license.org
 */


.dragdealer {
	overflow: hidden;
	height: 42px;
	position: relative;
	
	border: 1px solid #333333;
	
background: rgb(206,206,206); /* Old browsers */
background: -moz-linear-gradient(top, rgba(206,206,206,1) 0%, rgba(219,219,219,1) 36%, rgba(234,234,234,1) 70%, rgba(206,206,206,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,206,206,1)), color-stop(36%,rgba(219,219,219,1)), color-stop(70%,rgba(234,234,234,1)), color-stop(100%,rgba(206,206,206,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(206,206,206,1) 0%,rgba(219,219,219,1) 36%,rgba(234,234,234,1) 70%,rgba(206,206,206,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(206,206,206,1) 0%,rgba(219,219,219,1) 36%,rgba(234,234,234,1) 70%,rgba(206,206,206,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(206,206,206,1) 0%,rgba(219,219,219,1) 36%,rgba(234,234,234,1) 70%,rgba(206,206,206,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(206,206,206,1) 0%,rgba(219,219,219,1) 36%,rgba(234,234,234,1) 70%,rgba(206,206,206,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */

-moz-box-shadow:    inset 0 0 15px #333333;
-webkit-box-shadow: inset 0 0 15px #333333;
box-shadow:         inset 0 0 15px #333333;

-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;

}
.dragdealer .handle {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.dragdealer .red-bar {
  height: 40px;
  width: 45px;
	line-height: 38px;
  color: #ffffff;
  text-shadow: 0px 1px 0px #2A6496;
  font-size: 14px;
  text-align: center;
  border: 1px solid #333333;

background: rgb(66,139,202); /* Old browsers */
background: -moz-linear-gradient(top, rgba(66,139,202,1) 0%, rgba(42,100,150,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(66,139,202,1)), color-stop(100%,rgba(42,100,150,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(66,139,202,1) 0%,rgba(42,100,150,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(66,139,202,1) 0%,rgba(42,100,150,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(66,139,202,1) 0%,rgba(42,100,150,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(66,139,202,1) 0%,rgba(42,100,150,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#428bca', endColorstr='#2a6496',GradientType=0 ); /* IE6-9 */

-moz-box-shadow:    0 0 15px #000000;
-webkit-box-shadow: 0 0 15px #000000;
box-shadow:         0 0 15px #000000;

-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;

}
.dragdealer .disabled {
  background: #898989;
}

.input-group-addon i, 
.rangeDisplaySOMATO, 
.bigIconWrapper span, 
.item div.fontasticIcon {
	color: #428BCA;
	text-shadow: 0px 1px 0px #2A6496;
}

h2 span.fa, 
.bodyTypeHeadline, 
.owl-nav .owl-next, 
.owl-nav .owl-prev {
	color: #2A6496;
}










.item {
	text-align: center;
}

.item div.fontasticIcon {
	text-align: center;
	font-size: 220px;
	height: 205px;
	position: relative;
	top: -10px;
}

.bodyTypeHeadline {
	font-size: 20px;
	font-weight: 900;
	text-align: center;
}

.bodyTypeCopyBlock {
	font-size: 14px;
	font-weight: 300;
	text-align: center;
}

.owl-nav {
	padding-bottom: 30px;
	font-size: 20px;
}

.owl-nav .owl-next {
	float: right;
}

.owl-nav .owl-prev {
	float: left;
}

.checkbox {
	margin-bottom: 20px;
}






