/*Main colors*/
/*
@ZJ-Grey: #454644;
@ZJ-GreyLight: #f4f4f4;

@ZJ-Orange:#00ae4b;
@ZJ-Orange-Light: #ff732a;
@ZJ-Accent: #fba81c;
*/

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Regular.eot');
    /* IE9 Compat Modes */

    src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */

    url('fonts/Lato-Regular.woff') format('woff'),
    /* Modern Browsers */

    url('fonts/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'LatoBold';
    src: url('fonts/Lato-Bold.eot');
    /* IE9 Compat Modes */

    src: url('fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */

    url('fonts/Lato-Bold.woff') format('woff'),
    /* Modern Browsers */

    url('fonts/Lato-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('fonts/Montserrat-Regular.eot');
    src: url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-Regular.woff') format('woff'), url('fonts/Montserrat-Regular.ttf') format('truetype'), url('fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
}

@font-face {
    font-family: 'LatoLight';
    src: url('fonts/Lato-Light.eot');
    /* IE9 Compat Modes */

    src: url('fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */

    url('fonts/Lato-Light.woff') format('woff'),
    /* Modern Browsers */

    url('fonts/Lato-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

.btn-primary.btn-sm {
    padding: 5px 10px !important;
}

.btn-primary {
    background: #00ae4b none repeat scroll 0% 0%;
    border: medium none !important;
    font-family: 'Montserrat-Regular';
    text-transform: uppercase;
    font-size: 14px !important;
    padding: 11px 20px;
}

.btn-primary:hover,
.btn-primary:focus {
    border-color: #00AE4B !important;
    color: #fff !important;
    background-color: #008338 !important;
    border: none !important;
}

.btn-section {
    padding-top: 30px;
}
.btn-ZO {
    background-color: #00ae4b !important;
    border-color: #00ae4b;
    color: #fff !important;
}

.btn-ZO:hover,
.btn-ZO:focus {
    background-color: #008338 !important;
    border-color: #00ae4b !important;
    color: #fff !important;
}

.selectpicker.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
body {
    font-family: 'Lato';
}

.SearchWrapper{
    height: 400px;
    width: 100%;
    background: #13131f;
 box-shadow: 0px -84px 46px rgba(0, 0, 0, 0.8) inset;
 -webkit-transition: all .35s ease-in;
    -moz-transition: all .35s ease-in;
     -ms-transition: all .35s ease-in;
      -o-transition: all .35s ease-in;
         transition: all .35s ease-in;
}
.SearchWrapper .col-md-8{
    padding-top: 150px;
}
#SearchTerm{
    font-size: 25px;
padding: 10px 10px;
height: 46px;
background: rgba(0,0,0,0.2);
color: #fff !important;

}

#SearchTerm::-webkit-input-placeholder {
   color: #fff;
}

#SearchTerm:-moz-placeholder { /* Firefox 18- */
   color: #fff;
}

#SearchTerm::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
}

#SearchTerm:-ms-input-placeholder {
   color: #fff;
}
#SearchTerm:focus
{
    background: rgba(0,0,0,0.9);
color: #fff;
}

input[placeholder]:focus { color: red !important; }
.lbl{
    width:116px;
}
.input-group{
    width: 100%;
}