@charset "utf-8";

/*

border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;

*/


/*  FIELDS  ============================================================================= */


/************ CONTACT FORM ************/

.contactform {
    width: 100%;
    padding: 8px;
    border: 0px;
    color: #333;
    font-size: 12px;
    box-sizing: border-box;
    border-radius: 0px;
    margin: 5px 0px;
}

.contactform input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd !important;
    border: 0px;
    color: #333;
    font-size: 12px;
    box-sizing: border-box;
    border-radius: 0px;
    margin: 5px 0px;
}

.contactform textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd !important;
    color: #333;
    font-size: 12px;
    box-sizing: border-box;
    border-radius: 0px;
    height: 100px;
    margin: 5px 0px;
}

.contactform submit {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd !important;
    color: #333;
    font-size: 12px;
    box-sizing: border-box;
    border-radius: 0px;
    height: 100px;
    margin: 5px 0px;
}

.contactform input.text {
    font-family: 'montserratregular', sans-serif;
    fonts-size: 12px;
    color: #333;
}


/************ END CONTACT FORM ************/

.form-row {
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
}

a {
    font-family: 'montserratregular', sans-serif;
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.form input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd !important;
    color: #333;
    font-size: 12px;
    box-sizing: border-box;
    border-radius: 0px;
    margin: 5px 0px;
}

textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    color: #333;
    font-size: 12px;
    box-sizing: border-box;
    border-radius: 0px;
    height: 100px;
    margin: 5px 0px;
}

select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    color: #333;
    font-size: 12px;
    box-sizing: border-box;
    border-radius: 0px;
    margin: 5px 0px;
}

input.checkbox {
    padding: 0;
    border: 0;
    margin: 0 5px 0 0;
    width: 13px;
    height: 13px;
    display: inline-block;
    background-color: #fff;
    margin-bottom: 8px;
    margin: 5px 0px;
    margin-left: 10px;
}

input.radio {
    padding: 0;
    border: 0;
    margin: 0 5px 0 0;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 5px 0px;
    margin-left: 10px;
}

.form input.fileUpload {
    width: 100%;
    padding: 10px 8px;
    border: 1px solid #ddd;
    color: #333;
    font-size: 12px;
    box-sizing: border-box;
    border-radius: 0px;
    margin: 5px 0px;
}

input.text {
    font-family: arial, sans-serif;
    fonts-size: 12px;
    color: #333;
}

label {
    font-family: arial, sans-serif;
    fonts-size: 12px;
    color: #333;
}


/* Keeps Options Grouped */

.spanrespond {
    display: inline-block;
}


/*placeholder {
	font-family: 'montserratregular', sans-serif;
	font-size:12px;
	color: #333;
}*/


/************ LARGE SEARCH BAR // contact form ************/

.detailedSearchForm_button {
    font-family: 'montserratbold', sans-serif;
    font-size: 16px !important;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    margin: 1% 0;
    color: #000000;
    background-color: #fdb827;
    float: none !important;
    text-align: center;
    width: 50%;
}

.detailedSearchForm_button:hover {
    background-color: #000;
    color: #fdb827;
    text-decoration: none;
    cursor: pointer;
}


/************ LARGE SEARCH BAR ************/

.searchcontainer .SearchForm_button {
    font-family: 'montserratbold', sans-serif;
    font-size: 16px !important;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    margin: 1% 0;
    color: #000000;
    background-color: #fdb827;
    float: none !important;
    text-align: center;
    width: 50%;
}

.searchcontainer .SearchForm_button:hover {
    background-color: #000;
    color: #fdb827;
    text-decoration: none;
    cursor: pointer;
}

.searchcontainer input {
    width: 100%;
    padding: 8px;
    border: 0px !important;
    color: #333;
    font-size: 12px;
    box-sizing: border-box;
    border-radius: 0px;
    margin: 5px 0px;
}


/************ TOP SEARCH BAR ************/

.headercontainer .search input[type=text] {
    background-color: #fff;
    color: #333;
    border: 1px solid #bbb;
    width: 80%;
    float: left;
    height: 40px;
}

.headercontainer .search_button {
    font-family: 'montserratsemi_bold', sans-serif;
    font-size: 14px !important;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: #000000;
    background-color: #fdb827;
    float: left;
    width: 20%;
    height: 40px;
    text-align: center;
}

.headercontainer .search_button:hover {
    background-color: #000;
    color: #fdb827;
    text-decoration: none;
    cursor: pointer;
}

.headercontainer .search {
    width: 100%;
    margin-left: 0;
}


/*  FOCUS & HOVER  ============================================================================= */

input:focus,
textarea:focus,
select:focus {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    color: #000;
    font-size: 12px;
    box-sizing: border-box;
    border-radius: 0px;
    outline-style: none;
}

input.fileUpload:focus {
    width: 100%;
    padding: 10px 8px;
    border: 1px solid #ddd;
    color: #000;
    font-size: 12px;
    box-sizing: border-box;
    border-radius: 0px;
}

input.radio:focus,
input.checkbox:focus {
    background: none;
    border: 0;
    outline-style: none;
}

input.button,
input.button:focus {
    margin: 0;
    padding: 15px;
    border: 0px;
    font-size: 16px;
    color: #fff;
    outline-style: none;
    transition: all 0.3s ease;
    font-family: 'montserratregular', sans-serif;
    text-transform: uppercase;
    width: 200px;
    background: #333;
}

input.button:hover {
    margin: 0;
    padding: 15px;
    border: 0px;
    font-size: 16px;
    color: #fff;
    outline-style: none;
    background-color: #fe8248;
    /********CHANGE*******/
    transition: all 0.3s ease;
    cursor: pointer;
}


/*  SIZE  ============================================================================= */

.formcontainer {
    width: 100%;
}


/*  CAPTCHA  ============================================================================= */

.CaptchaPanel {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    text-align: center;
    line-height: normal !important;
    color: #333;
    font-family: arial, sans-serif;
}

.CaptchaImagePanel {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.CaptchaMessagePanel {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    font-weight: normal !important;
    font-size: 12px;
    line-height: 14px;
    color: #333 !important;
    font-family: arial, sans-serif !important;
}

.CaptchaAnswerPanel {
    margin: 0 0 0 0;
    padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
    line-height: 0;
    margin: 0 0 0 0;
    padding: 8px 0 8px 0 !important;
}

.CaptchaWhatsThisPanel a {
    color: #333;
    font-family: arial, sans-serif;
}

.CaptchaWhatsThisPanel a:hover {
    text-decoration: none;
}

.form-row {
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
}

.CaptchaAnswer input {
    border: 1px solid #ddd !important;
}

.contactform .search input[type=text] {
    width: 100%;
    height: auto;
    background: none;
    border-bottom: 1px solid #6d6e71 !important;
    border: 0px;
    padding: 10px 0px 10px 15px;
    color: rgba(255, 255, 255, .5);
    box-sizing: border-box;
    font-size: 14px;
    background-color: #fff;
    color: #333;
}

.contactform input.submit {
    border: 1px solid #ddd !important;
}


/*== FORM STLES 2  --add ".formtwo" before html -- ============================================================================= */


/*Search Inventory*/

.search {
    position: relative;
    float: none;
    width: 60%;
    margin-left: 20%;
}

.search-title {
    float: left;
    padding: 5px 0;
}


/*.search:before {
	position: absolute;
	right: 0;
	width: auto;
	height: auto;
	font-family: 'FontAwesome';
	content: '\f002';
	text-align: center;
	color: rgba(255, 255, 255, .5);
	-webkit-font-smoothing: subpixel-antialiased;
	font-smooth: always;
	padding: 10px 0px 6px 0px;
	box-sizing: border-box;
	font-size: 14px;
}*/

.search input[type=text] {
    width: 100%;
    height: auto;
    background: none;
    /*	border-bottom: 1px solid #6d6e71 !important;	*/
    border: 0px;
    padding: 10px 0px 10px 15px;
    color: rgba(255, 255, 255, .5);
    box-sizing: border-box;
    font-size: 14px;
    background-color: #fff;
    color: #333;
}

.searchButton {
    /*This is what is clicked to cause action*/
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    opacity: 0;
    cursor: pointer;
    background-color: #fe8248;
    font-family: 'montserratbold', sans-serif;
    font-size: 16px !important;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    margin: 1% 0;
    color: #000000;
    background-color: #fdb827;
    float: none !important;
    text-align: center;
}

#form .search input {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #DFDFDF;
    margin: 5px 0 15px;
    height: 30px;
    border-radius: 5px;
    box-sizing: border-box;
}


/*Styles once user clicks*/

.search textarea:focus,
.search input:focus {
    /*	border-bottom: 1px solid #fff !important;	*/
    border: 0px;
    outline: none;
}


/*Search Inventory - END*/