@import url('https://fonts.googleapis.com/css?family=Dosis:400,700,800|Lato:400,400i,700,900');

/*
font-family: 'Lato', sans-serif;
font-family: 'Dosis', sans-serif;
*/

*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: #f2f2f2;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

*::-webkit-scrollbar-thumb {
    background-color: #283d5c;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #36527c;
}

body {
    font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Dosis', sans-serif;
}

.header img {
    width: 200px !important;
}

.calcBox select {
    margin: 5px;
}

.calcBox label span {
    float: right;
}

.calcBox label {
    padding-top: 9px;
}

.calcBox input {
    margin-top: 5px;
    margin-bottom: 10px;
}

.calcBox button {
    margin-top: 10px;
}

@media only screen and (max-width: 1200px) {
    [class*="col-100"] {
        width: 100%;
    }
}



.calcBox a {
    text-decoration: none;
    color: #00bfff;
}

.calcBox a:hover {
    text-decoration: none;
    color: #999;
}


.gray {
    color: #2c3e50;
}


.orderBox {
    color: #2f476a;
}

.calcBox input,
.calcBox select,
.orderBox input,
.orderBox textarea {
    border-radius: 0;
    border: 2px solid #aaa;
}

.calcBox input:focus,
.orderBox input:focus,
.orderBox textarea:focus,
.orderBox input[type="submit"]:hover,
.calcBox button:hover {
    outline: none;
    border-color: #2f476a;
    color: #2f476a;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.orderBox textarea {
    height: 200px;
}

.orderBox input[type="submit"],
.calcBox button {
    border: 2px solid #2f476a;
    background: transparent;
    color: #2f476a;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 20px;
    letter-spacing: 1px;
    transition: color 0.4s ease;
    transition: background 0.6s ease; //margin: 15px;
}

.orderBox input[type="submit"]:hover,
.calcBox button:hover {
    background: #2f476a;
    color: #fff;
}

.calcBox h4 {
    margin: 0 0 15px 0;
    font-weight: 700;
    letter-spacing: 1px;
    color: #2f476a;
    text-align: center;
}

.orderBox h2 {
    text-align: center;
    margin: 20px 0;
    text-transform: uppercase;
}

.orderBox h3 {
    font-size: 18px;
    color: #e74c3c;
    margin: 0;
    padding: 7px;
}


.messageBox {
    text-align: center;
    width: 100%;
}

.messageBox p {
    padding: 15px;
    font-weight: 700;
}

.messageBox .errMsg {
    color: #e74c3c;
}

.messageBox .succMsg {
    color: #2ecc71;
}

.control-label .fa {
    margin-top: -6px;
}

.priceBox {
    margin: 20px 0;
    font-size: 20px;
    background: #f2f2f2;
    padding: 10px;
    text-align: center;
}

ul li {
    border-right: 2px solid #2f476a;
    margin-left: 5px;
    padding-left: 10px;
    display: block;
}

 li:before {
    font-family: 'FontAwesome';
    content: '\f0da';
    margin: 0 5px 0 -10px;
    color: #2f476a;
}
