/*Global Styles*/
.wrapper{
	width: 100%;
    max-width: 1280px;
    min-height: 488px;
    margin: 0 auto;
    /*padding: 0 20px;*/
}

.coluna{
	margin:0 !important;
}

.col-md-5{
	width: 50%;
	float:left;
	position:relative;
	box-sizing:border-box;
}


.sideimg{
	width:80%;
}
.col-md-5r{
	width: 41%;
	float:right;
	position:relative;
	box-sizing:border-box;
}

.col-md-8{
	width: 66.6666667%;
	float:left;
	position:relative;
	box-sizing:border-box;
}

.calc{
	margin-bottom: 40px;
	width:100%;
	padding:0;
	margin:20px 0 50px;
	color: #7D828A;
	box-sizing: border-box;
}

.bodycalc{
     min-height: 1520px;
	 font-size: 0;
	 margin-right:-5px;
	 margin-left: 41px;
}

.sep{
	width:20%;
	display: inline-block;
    vertical-align: top;
	height: auto;
    margin-bottom: 10px;
	list-style: none;
	box-sizing: border-box;
}

.col-md-4{
	padding-left:30px;
	width:30%;
	float:left;
	position:relative;
}

.nav-sep{
	display: block;
    position: relative;
    padding: 7px;
    background: #7d818a;
    text-align: center;
    color: #ffffff !important;
    font-size: 22px;
    font-weight: 700;
	text-decoration: none;
    border-radius: 11px 11px 0 0;
	margin-right:3px
}


.nav-sep:before{/*
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 41px 20px 0 0;
    border-color: #ffffff transparent transparent transparent;*/
}

.nav-sep.active{
	    background: #fc4912;
}

.bodysep1, .bodysep2, .bodysep3, .bodysep4,.bodysep5{
	position: absolute;
	width: 94.85%;
    left: 40px;
    border: 2px solid #eeeeee;
}

.bodyblock{
	padding: 20px;
    text-align: left;
}

.body-cell-block{
	width: 14%;
    margin: 0 1.33010882709%;
	display: inline-block;
    overflow: hidden;
    height: 170px;
	text-align:left;
}

.body-cell-block-ico{
	position: relative;
    display: block;
    width: 100%;
    padding-top: 5px;
    background: #eeeeee;
    text-align: center;
}

.body-cell-block-ico img{
	max-width:100%;
	vertical-align:middle;
}

.form_calc.num
{
	display:block !important;
	height: auto !important;
	position: absolute;
    top: 15px;
    padding: 0;
    border: 0;
    background: none;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    box-shadow: none;
}

.form_calc{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn.min{
	background: #ffffff;
}

.btn.min{
	display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    position: relative;
    top: -5px;
    padding: 10px;
    width: 15px;
    height: 15px;
    border: 0;
    border-radius: 4px;
    text-align: center;
}

.btn.max{
	background: #ff7300;
}

.btn.max{
	display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    position: relative;
    top: -5px;
    padding: 10px;
    width: 15px;
    height: 15px;
    border: 0;
    border-radius: 4px;
    text-align: center;
}

.btn.min:before, .btn.max:before, .btn.max--active:before{
	content: "-";
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    color: #7d818a;
    font-size: 18px;
    font-weight: 700;
}

.btn.max:before{
	content: "+";
    color: #ffffff;
}


button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.body-cell-text{
	text-align: center;
	font-size: 14px;
    line-height: 1.5;
}

.body-cell-block-ico.active{
	background: #ff7300;
}

.btn.max.active{
	background: #ffffff;
}
.btn.max.active:before{
	color:#7d818a;
}

.totalcalc
{
    margin: 20px 0 0;
    background: #fc4912;
	display: block;
    position: relative;
    padding: 7px;
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    border-radius: 11px 11px 0 0;
}

.totalcalc:before{/*
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 41px 20px 0 0;
    border-color: #ffffff transparent transparent transparent;*/
}

.descr-total{
	position: relative;
	border: 2px solid #eeeeee;
	padding-top: 20px;
    padding-bottom: 46px;
    font-size: 0;
}

.descr-total-cell{
	margin-right: 50px;
    display: inline-flex;
    vertical-align: middle;
    margin-bottom: 15px;
    list-style: none;
	margin-left:10px;
}

.descr-total-quan{
    margin-right: 10px;
    padding: 0 15px;
    border-radius: 15px;
    background: #ff7300;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.descr-total-nome{
	color: #7d818a;
    font-size: 16px;

}

.descr-total-btn
{
	position: absolute;
    bottom: 0;
    width: 100%;
}

.btn-reset{
	position: relative;
    width: 100%;
    padding: 5px 10px;
    border: 0;
    background: #7d818a;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
	cursor: pointer;
}

.calcvolume
{
	margin: 20px 0 20px;
    width: 40%;
    float: right;
	position: relative;
    min-height: 1px;
}

.btn-submit{
	padding: 16px 10px 12px 20px;
    background-color: #000000;
    position: relative;
    width: 100%;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-align: left;
}


#nome, #etage, #telefone, #postal, #pre, #email, #ville{
	height: auto !important;
	width:100%;
	border-top: 2px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-left: 2px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.428571429;
    padding: 6px 12px;
    margin-top: 2px;
    background-color: #f9f9f9;
}

#tel{
	width: 55%;
	height: auto !important;
	border-top: 2px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-left: 2px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.428571429;
    padding: 6px 12px;
    margin-top: 2px;
    background-color: #f9f9f9;
}

#carga{
	width: 55%;
	height: auto !important;
	border-top: 2px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-left: 2px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.428571429;
    padding: 6px 12px;
    margin-top: 2px;
    background-color: #f9f9f9;
}

#descarga{
	width: 55%;
	height: auto !important;
	border-top: 2px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-left: 2px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.428571429;
    padding: 6px 12px;
    margin-top: 2px;
    background-color: #f9f9f9;
}

#finl-calc-list{
	font-family:inherit;
	font-weight:600;
	text-transform:uppercase;
	width: 180px;
	max-height:115px;
	resize:none;
	border-top: 2px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-left: 2px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.428571429;
    padding: 6px 12px;
    margin-top: 2px;
    background-color: #f9f9f9;
}

#mess{
	width:100%; height:100;
    border-top: 2px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-left: 2px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.428571429;
    padding: 6px 12px;
    margin-top: 2px;
    background-color: #f9f9f9;
}

#form-s{
	    font-size: 18px;
}

#next-form-p1{
	font-weight: 600;
	/*border-style:inset;*/
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff !important;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.50);
	background-color: #fc4912;
	border-color: #D51f17 #D51f17 #1f6377;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); font-face: Arimo; font-size: 13px; padding: 11px 28px 11px 28px; max-width: 120;"
}
/* Responsive Styles */



@media only screen and (max-width : 727px) {
	

	#form-s, #tel, #nome, #etage, #telefone, #postal, #pre, #email, #mess,#carga,#descarga, #ville{
		width:100%;
		font-size: 1.25em;
		line-height: 1.5em;
	}
	
	#prev-form-p2{
		padding: 11px 23px 11px 23px !important;
	}
	
	#btn-sub
	{
		margin-top:25px !important;
	}
	
	.nav-sep{
		padding-left: 20px;
		font-size: 16px;
		left: 15px;
	}
	
	.bodycalc{
		min-height:960px;
		
	}

	.col-md-5
	{
		width:90%;
	}
	
	.col-md-5r{
		width: 100%;
		float;left;
	}
/* Styles */
}

@media only screen and (max-width : 1199px) {
	
	.bodycalc{
		margin-left: 41px;
		margin-right: -14px;
	}
	
	#next-form-p1{
		margin-left:-30px
	}
}

@media only screen and (max-width : 979px) {
	
	

	
	.col-md-4{
		width: 100%;
		float: left;
		position: relative;
		box-sizing: border-box;
		margin-left: 5px;
	}

	.col-md-8{
		width: 100%;
	}
	
	.totalcalc{	
		width:98.5%;
		margin-left: -2px;
		font-size: 16px;
		
	}
	.btn.max, .btn.min{
		padding:9px;
	}
	
	.body-cell-text
	{
		font-size: 10px;
	}
	
	.body-cell-block{
		height:120px;
	}
	
	.bodycalc{
		min-height: 1060px;
		margin-left: 26px;
		margin-right: 5px;
	}
	
	.nav-sep{
		padding-left:0px;
		left: 15px;
	}
	#next-form-p1{
		margin-left:0px
	}
}

@media only screen and (max-width : 540px) {
	
	
	
	.body-cell-block{
		height:120px;
		width:56px;
	}
	
	.bodycalc{
	    min-height: 1260px;
		margin-left: 26px;
		margin-right: -7px;
	}
	

}

@media only screen and (max-width : 459px) {
	
	
	
	.body-cell-block{
		height:120px;
		width:56px;
	}
	
	.bodycalc{
	    min-height: 1460px;
	}
	

}

@media only screen and (max-width : 383px) {
	
	
	
	.body-cell-block{
		height:120px;
		width:56px;
	}
	
	.bodycalc{
	    min-height: 1980px;
		margin-left: 26px;
		margin-right: -15px;
	}
	
	.nav-sep{
		padding-left:5px;
	}
}

