.ef-calc {
	font-family:'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
	padding:20px;
	background-color:#F9F9F9;
}
.ef-calc  legend, .ef-calc label {
    display: block;
    font-weight: normal;
    padding: 0;
	font-size:20px;
}
.ef-calc input {
    border: 2px solid #e5e5e5;
    -webkit-appearance: none;
    background-color: #f0f0f0;
}
.ef-calc input, .ef-calc textarea, .ef-calc select {
    line-height: 46px;
	height:46px;
	width:100%;
}
.ef-calc input, .ef-calc textarea, .ef-calc select {
    display: block;
    width: 100%;
    font: inherit;
    height: 46px;
    line-height: 46px;
    color: #555;
    margin-bottom: 2px;
	font-size:19px;
    border: 1px solid #b8b8b8;
    border-radius: 3px;
    box-sizing: border-box;
	padding:0px 10px;
}
.ef-l {
	font-size: 16px !important;
	font-weight:700 !important;
	text-transform: uppercase;
	margin: 0;
	padding-top: 0;
	padding-bottom: 5px !important;
	line-height:22px;
	color:#555;
	
}
.ef-b {
	margin-bottom:30px;
}
.ef-b2 {
	margin-bottom:10px;
}
.fx-flex-x {
	display:flex;
}
.fx-flex {
	display:flex;
}
.fx-md {
}
.fx-md-1 {
	width:8.333333333%;
}
.fx-md-2 {
	width:16.666666666%;
}
.fx-md-3 {
	width:25%;
}
.fx-md-4 {
	width:33.333333333%;
}
.fx-md-5 {
	width:41.666666666%;
}
.fx-md-6 {
	width:50%;
}
.fx-md-7 {
	width:58.333333333%;
}
.fx-md-8 {
	width:66.666666666%;
}
.fx-md-9 {	
	width:75%;
}
.fx-md-10 {
	width:83.333333333%;
}
.fx-md-11 {
	width:91.666666666%;
}
.fx-md-12 {
	width:100%;
}


.switch-border {
    border: 3px solid #9cc2cb;
    border-radius: 5px;
}
.switch {
    height: 46px;
    margin-bottom: 3px;
    box-sizing: border-box;
}
.input-small {
    max-width: 300px;
}
.option {
    position: relative;
   
    height: 40px;
    line-height: 40px;/*
	 display: inline-block;
    width: 50%;
	float:left;*/
}
.option label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-align: center;
    color: rgba(0,0,0,0.3);
    background-color: #D2E4E8;
    transition: transform 0.4s, color 0.4s,background-color 0.4s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input[type="image"], input[type="checkbox"], input[type="radio"] {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0;
    cursor: pointer;
}
.option input[type="radio"] {
    appearance: none;
    width: 0;
    height: 0;
    opacity: 0;
}
.option input[type="radio"]:checked ~ label {
    background-color: #9CC2CB;
    color: rgba(0,0,0,0.7);
}
.btn-calculate {
	width:100%;
	font-size:24px;
	cursor: pointer;
	text-align: center;
	display:block;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
	box-sizing: border-box;
	background-color:#808080;
	color:#ffffff;
	border-radius:5px;
	border:0px solid #808080;
	font-weight:700;
	box-shadow:0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);
	padding-top:10px;
	padding-bottom:10px;
}
.btn-calculate:hover {
	background-color:#595959;
}
.ef-tip {
    z-index: 100;
    background-color: rgba(0,0,0,0.75);
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    bottom: auto;
    font-size: 16p;
    padding: 2px 10px;
	line-height:25px;
	font-weight:400;
    color: #fff;
    padding: 6px 12px;
    right: auto;
    top: 47px;
    left: 10px;
    white-space: nowrap;
    position: absolute;
    visibility: hidden;
}
.ef-tip::after {
    border-bottom: 10px solid rgba(0,0,0,0.8);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: -10px;
    content: '';
    display: block;
    height: 0;
    left: 10px;
    position: absolute;
}
.ef-error {
	position:relative;
}
.ef-error .ef-tip, .ef-question:hover .ef-tip {
    visibility: visible;
}
.ef-question {
    background-color: #efefef;
    width: 22px;
    display: inline-block;
    border-radius: 50%;
    height: 22px;
    text-align: center;
    color: #aaa;
    cursor: pointer;
    position: relative;
}
.ef-question .ef-tip {
    z-index: 1;
    left: -10px !important;
    top: 32px !important;
    white-space: normal !important;
    text-align: left;
    min-width: 200px;
    max-width: 230px;
    text-transform: none !important;
    font-size: 12px !important;
}
#result {
	display:none;
	margin-top:30px;
	background-color: #efefef;
	padding:0 20px 20px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	margin-bottom: 30px;
}

.--text-center {
	text-align:center;
}


.--grams {
	display: table;
	min-width: 320px;
	margin: auto;
}
.result-panel {
	margin-bottom:30px;
	padding-top:30px;
}
.rp_t {
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 25px;
	font-size:33px;
	display:block;
}
.rp_1 {
	font-size:24px;
	height:38px;
	line-height:38px;
	margin-bottom:28px;
	font-weight:400;
}
.rp_2 {
	font-size:24px;
	font-weight:700;
	height:38px;
	line-height:38px;
	text-align:right;
}
.rp_3 {
	font-size:16px;
	font-weight:700;
	line-height:38px;
	height:38px;
	color:#aaaaaa;
	margin-left:10px;
}
.--ef-rbold {
	font-weight:700;
	font-size:15px;
	line-height:22px;
}
.--gram-yuk {
	background-color:#ffffff;
	padding:15px;
	font-size:20px;
	line-height:31px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.--ef-pr{
	padding-right:10px;
}

@media (max-width: 620px) {
	.ef-calc input, .ef-calc textarea, .ef-calc select {
		font-size:16px;
	}
	.ef-calc legend, .ef-calc label {
		font-size:16px;
	}
}