/* Go crazy with your own styles here */
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    margin-top: 0;
    color: #ec6501;
    margin-bottom: 10px;
    font-weight: 800;
}

.navbar-header {
    background: #f5f5f5;
    padding: 0;
    border-top: 3px solid #ec6501;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.navbar-nav > li > a {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    color: #656565;
    padding: 60px 10px;
}
.services-1 .col-wrapper {
    border: 1px solid #e1e1e1;
    padding: 40px 20px 25px;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    min-height: 192px;
}
.services-2 .text {
    overflow: hidden;
    min-height: 140px;
}

.alert-success {
    background-color: #ffe9c7;
    border-color: #eee;
    color: #000;
}
.alert-success h1,.alert-success h2  {
    color: #ec6501;
}
hr {
    border: none;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

#moeslForm ol {
    padding-left:0px;
list-style-type:none;
}

.field-validation-error {
    color:#be0000;
    font-size:11px;
}