.calc-block
{
	display: block; 
	position: relative; z-index: 100;
	padding:98px 40px 0 40px;
}
.calc-block  > li 
{ 
	display: block; 
	width:100%;
	height: 80px;
	
	padding:0;
	z-index:1000;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}
.calc-block >li label
{
	text-transform:uppercase;
	font-size:16px;
	font-weight:300;
	margin:0;
	padding:0 25px;
	display: block;
	text-align: center;
	height:35px;
	font-family: 'Magistral';
	line-height:35px;
}
.calc-block >li label > abbr { font-weight: 800;
    font-style: normal; color:#7eace9; }
.calc-block >li span
{
	 text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding: 0 15px 0 0;
    position: absolute;
    right: 0;
    top: 38px;
    /* font-family: 'Geometria Medium'; */
    font-size: 9px;
    height: 40px;
    font-weight: 600;
    opacity: 1;
    color: #c5c5c5;
    line-height: 35px;
}

.calc-block > li > input
{
	 box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    width:100%;
    height: 40px;
    outline: none;
    border: none;
    line-height: 42px;
    border:none;
    color:#fff;
    background: #fbfbfb;
    box-shadow: inset 0 -6px 13px rgba(0, 0, 0, 0.11);
    border-radius: 0px;
   	margin-top:0px;
    text-align: center;
    font-size: 15px;
    color:#333;
    padding:0;
    border-radius: 30px;
    font-family: 'SinkinSans';
  	border:none;
}

.calc-block >li.block-daily 
{  
	margin-left:30%; 
	display:block; 
	width:70%; 
	border: 1px solid transparent; 
	background: #eef0f2 !important; 
}


.min-value{float:left;opacity:.5;font-size:10px;margin-top:-13px; margin-left:3px;}
.min-value small { }
.max-value{float:right;opacity:.5;font-size:10px;margin-top:-13px;  margin-left:3px;}
div.selector
{
	width: 100%;
    position: relative;
    margin: 30px 0 20px;
    display: block;
    padding: 2px 3px;
    height: 10px;
    background: #fbfbfb;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
}
div.selector>.p_line{ width:100%;display:block;height:8px;cursor:pointer }
div.selector>.resize{
	position:relative;
	top:-17px;
	margin-left:0;
	z-index:40;
	border:none;
	cursor:e-resize;
	height:20px;
	width:20px;
	font-size: inherit;
    text-rendering: auto;
}
.p_before
{ 
	height:7px; 
	border-radius:5px 0 0 5px; 
	background:url('../images/slider-before.png') left center repeat-x; 
}

.selector1 >  .p_before
{ 
	height:7px; 
	border-radius:5px 0 0 5px; 
	background:url('../images/slider-before1.png') left center repeat-x; 
}


div.selector>.resize > span 
{ 
	    display: inline-block;
    height: 23px;
    text-align: center;
    background: url(../images/arrow-slider.png) 9px 4px no-repeat, url(../images/slider-btn-bg.png) left center repeat-x;
    background-size: auto 10px, auto auto;
    line-height: 21px;
    width: auto;
    font-size: 12px;
    width: 23px;
    text-indent: -999px;
    overflow: hidden;
    /* min-width: 53px; */
    position: relative;
    box-shadow: -3px 3px 8px rgba(0,0,0,0.2);
   
    padding: 0 12px 0 10px;
    border-radius: 30px;
    color: #fff;
    border: 2px solid #fff;
    font-family: 'Bicubik';
}
div.selector.selector1>.resize > span
{
	background: url(../images/arrow-slider.png) 9px 4px no-repeat, url('../images/slider-btn-bg1.png') left center repeat-x;
    background-size: auto 10px, auto auto;
}
 
 .blocks-profit-daily { margin-left:8%; 
 	background:url('../images/bg-calc-1.png') right center no-repeat;}
.calc-block li.blocks-profit 
{  
	display: inline-block;
	vertical-align: top;
	float:left;
	width:41%;
	padding-left:30px;
	    padding-top: 7px;
	
	 
}
.calc-block li.blocks-profit > span 
{ 
	display: block;
	height: 30px;
 	font-size:24px; 
 	font-family: 'Magistral'; 
 	font-weight: 800; 
 	color:#329545;
	position: relative;    
	white-space: nowrap;
    top: 0;
	text-align: left;
}

.calc-block li.blocks-profit > span > small { font-size:13px;}

	.blocks-profit-total { position: relative; }
		.blocks-profit-total:before
		{
			height: 85px; 
			width:175px;
			position: absolute;
			left: -9px;
    		top: -1px;
			content: '';
			background: url('../images/total-bg-before.png') left bottom no-repeat;
		}
.calc-block li.blocks-profit label
{
	text-align: left;
	padding: 0;
	height: 23px;
}
