* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*:focus {
    outline: none;
}
body {
    font-family: 'Open Sans', sans-serif;
}
h1, h2 {
    padding-bottom: 27px;
    color: #7ed321;
    font-size: 36px;
    font-weight: 700;
}
h2 {
    padding-bottom: 30px;
}
.wrapper {
    position: relative;
}
.bg-wrapper {
    position: absolute;
    width: 45%;
    height: 100%;
    top: 0;
    right: 0;
}
.bg-wrapper:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-image: url(../img/bg.svg);
    background-repeat: no-repeat;
    background-position: left 70px;
    background-size: cover;
}
.common-container {
    max-width: 1188px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    overflow-y: auto;
    position: relative;
    padding: 10px 50px 10px;
}
.top-line {
    position: absolute;
    width: 100%;
    height: 70px;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #efefef;
    z-index: 3;
}
.tl-inner {
    max-width: 1188px;
    margin: 0 auto;
    position: relative;
    padding: 0 50px;
}
.tl-inner > a {
    height: 100%;
}
.social-likes {
    margin: 0 0 0 -7px;
	width: auto;
}
.social-likes .fa {
    color: #7ed321;
    display: block;
    cursor: pointer;
    font-size: 30px;
}
.social-likes .fa:hover {
    color: #65BA08;
    -webkit-transition: 200ms;
    transition: 200ms;
}
.share-flex {
	display: flex;
	flex-wrap: wrap;
}
.share {
    color: #717686;
    font-weight: 700;
    font-size: 18px;
	line-height: 2;
	padding-right: 20px;
}

.lh {
    height: 27.5px;
    margin: 22px auto 0;
    display: block;
}
.form-container {
    max-width: 595px;
}
.input-label {
    font-weight: 700;
    color: #717686;
    font-size: 16px;
}
.radio {
    padding-bottom: 16px;
    padding-top: 11px;
}
/* HTML5 Boilerplate accessible hidden styles */
input[type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* One radio button per line */
label {
    display: inline-block;
    cursor: pointer;
    line-height: normal;
    font-size: 16px;
    padding-right: 42px;
    padding-left: 2px;
}

input[type="radio"] + span {
    display: block;
    color: #8c90a2;
    font-size: 14px;
}

/* the basic, unchecked style */
input[type="radio"] + span:before {
    content: '';
    display: block;
    float: left;
    width: 6px;
    height: 6px;
    /*vertical-align: -8px;*/
    border-radius: 50%;
    border: 5px solid white;
    box-shadow: 0 0 0 1px #8c90a2;
    margin-right: 16px;
}

/* the checked style using the :checked pseudo class */
input[type="radio"]:checked + span:before {
    background: #7ed321;
}
.products {
    display: block;
    width: 594px;
    max-width: 100%;
    height: 40px;
    margin-top: 8px;
    margin-bottom: 15px;
    background-color: white;
    border-radius: 4px;
    border: 1px solid #b8bbc6;
    font-weight: 300;
    font-size: 14px;
    font-style: normal;
    padding: 11px 21px;
}
input[type=text]:focus,
input[type=number]:focus {
    border: 1px solid #9cdc58;
}
.text-container {
    position: relative;
}
.text-container ul {
    border: 1px solid #b8bbc6;
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    display: none;
    background-color: white;
    max-height: 240px;
    overflow-y: auto;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 10;
}
.text-container ul li {
    padding-left: 21px;
    font-size: 14px;
    color: #717686;
    height: 35px;
    line-height: 35px;
}
.text-container ul li:hover {
    color: white;
    background-color: #7ed321;
    cursor: pointer;
}
*::-webkit-input-placeholder {
    font-style: italic;
    font-size: 12px;
}
*::-moz-placeholder          {
    font-style: italic;
    font-size: 12px;
}/* Firefox 19+ */
*:-moz-placeholder           {
    font-style: italic;
    font-size: 12px;
}/* Firefox 18- */
*:-ms-input-placeholder      {
    font-style: italic;
    font-size: 12px;
}
.quantity {
    width: 183px;
    height: 40px;
    display: block;
    padding: 11px 0 11px 14px;
    font-style: normal;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #b8bbc6;
    margin-right: 40px;
}
.units {
    display: block;
    width: 370px;
    max-width: 100%;
    height: 40px;
    background-color: white;
    border-radius: 4px;
    border: 1px solid #b8bbc6;
    font-weight: 300;
    font-size: 14px;
    font-style: normal;
    padding: 11px 0 11px 21px;
}
.foo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 17px;
}
.fa-arrows-v {
    position: absolute;
    right: 11px;
    top: 14px;
    color: #8c90a2;
}
.fa-twitter {
    margin: 0 47px;
}
#unitsTo {
    width: 100%;
    margin-top: 8px;
}
.bar {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 700px;
}
.result {
    font-size: 72px;
    font-weight: 700;
    color: #717686;
    padding-right: 39px;
}
.result-icon {
    height: 54px;
}
.calculate {
    background-color: #7ed321;
    color: white;
    font-size: 16px;
    width: 166px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    border: 0 none;
    cursor: pointer;
    margin-right: 60px;
    border-radius: 4px;
}

.calculate:hover {
    background-color: #65BA08;
    -webkit-transition: 200ms;
    transition: 200ms;
}
#unitsToList {
    max-height: 142px;
}

.hide-on-desktop {
    display: none;
}
.show-on-calculate {
    display: none;
}
.get-down {
    /*transform: translateY(70px);*/
}
.get-up {
    /*transform: translateY(-60px);*/
}
.flex-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.get-down-calculate {
    /*transform: translateY(23px);*/
}
#dynamicProduct {
    padding-bottom: 9px;
}
.no-result {
    display: none;
}
.no-result:hover {
    cursor: initial !important;
    background-color: white !important;
    color: #717686 !important;
}
.zindex {
    z-index: -1;
}

@media (max-width: 700px) {

    .hidden {
        display: none !important;
    }
    .foo {
        margin-bottom: 0;
    }
    #productsList {
        max-height: 180px;
    }
    .hide-on-desktop {
        display: block;
    }
    .tl-inner {
        padding: 0;
    }
    .hide-on-mobile {
        display: none;
    }
    h1, h2 {
        font-size: 20px;
    }
    .lh {
        height: 20px;
    }
    .bg-wrapper {
        width: 100%;
    }
    .bg-wrapper:before {
        background-position: 25% 110px;
    }
    .common-container {
        padding-left: 25px;
        padding-right: 25px;
    }
    .products {
        margin-bottom: 24px;
        width: 100%;
    }
    .foo .text-container {
        width: auto;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .units {
        width: 100%;
    }
    .input-label {
        font-size: 14px;
        max-width: 100%;
    }
    .top-line {
        padding-left: 25px;
        padding-right: 25px;
    }
    .social-likes {
        padding-right: 25px;
    }
    .quantity {
        margin-bottom: 16px;
        margin-right: 16px;
        width: 74px;
    }
    label {
        padding-right: 26px;
    }
    .result {
        font-size: 48px;
    }
    .bar {
        margin-top: 5px;
        width: inherit;
    }
    .dynamic-units-to {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
    }
    .calculate {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
        width: 100%;
        margin-right: 0;
        margin-top: 23px;
    }
    .result {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding-right: 20px;
    }
    .result-icon {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        height: 35px;
    }
    .fa-twitter {
        margin: 0 23px;
    }
    .text-container {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .social-likes {
        padding-right: 0;
    }
}