
@font-face {font-family: "Roboto-Light"; src: url('../fonts/Roboto/Roboto-Light.ttf') format('truetype');}
@font-face {font-family: "Roboto-Bold"; src: url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');}

/*reboot bootstrap css*/
#main button,
#main input,
#main optgroup,
#main select,
#main textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
#main * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#main input,
#main button,
#main select,
#main textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
#main a {
    text-decoration: none;
}
#main a:hover,
#main a:focus {
	color: black;
    text-decoration: none;
}

#main h4,
#main .h4 {
    font-size: 18px;
}
#main h4, #main .h4, #main h5, #main .h5, #main h6, #main .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

#main .btn-default {
    color: #ffffff;
    background-color: #c00f2c;
    border-color: transparent;
}

#main .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-image: none;
}
#main input, #main button, #main select, #main textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
#main input {
    line-height: normal;
}
#main button, #main input, #main optgroup, #main select, #main textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
#main ul {
    list-style-type: disc;
    padding-right: 5px;
    padding-left: 18px;
}
#main .text-center {
    text-align: center;
}

#main .onerow {
    margin-bottom: 10px;
}
.header-feature {
    margin-top: 80px;
}

#main.wide {
    line-height: 1.25;
    position: relative;
    overflow-x: hidden;
    margin-top: 5px;
    margin-bottom: 40px;
    opacity: 1;
}
#search .search-button {
    position: relative;
}
@media all and (max-width: 400px) {
	#search .search-button {
		position: absolute;
		height: 23px;
	}
    #search .search-button div {
        padding: 3px 6px;
    }
}

/* kill reset and firefox padding "feature" */
#main select {
    -webkit-appearance: button;
    -moz-appearance: button;
    -moz-padding-start: 7px !important;
}
#main .text-uppercase {
    text-transform: uppercase;
}
#main button, input[type="submit"] {
    color: white;
    font-size: 20px;
}
#main input:not([type=checkbox]), textarea, button {
    width: 175px;
    border: none;
    padding: 5px;
    margin: 1px 0;
    box-sizing: border-box;
}
#main input[type=text], #main input[type=password], #main input[type=number] {
    width: 100%;
    border-bottom: 1px solid #B3B3B3;
}


/*header*/

/*/header*/

/*content*/
.panel-heading {
    padding: 0;
}
#main h3 {
    padding: 10px 0;
}
#main h4 {
    margin: 0;
}
.panel-title a {
    display: block;
    padding: 5px;
}
.panel-group {
    margin-bottom: 10px;
}

.faq-container {
    width: 100%;
    padding: 5px 0;
}
.faq-container .faq-question {
    width: 100%;
    cursor: pointer;
}
.faq-container .faq-question .question {
    padding-right: 5px;
}
.faq-container .faq-answer {
    display: none;
    float: left;
    width: 100%;
    margin-left: 15px;
}

/*/content*/

/*LG*/
@media all and (min-width: 1200px) {
    .hidden-lg {
        display: none;
    }
}
/*MD*/
@media all and (max-width: 1200px) {
    .hidden-lg {
        display: none;
    }
}
/*SM*/
@media all and (max-width: 992px) {
    .hidden-lg {
        display: none;
    }
    .hidden-md {
        display: none;
    }
}
/*XS*/
@media all and (max-width: 767px) {
    .hidden-lg {
        display: none;
    }
    .hidden-md {
        display: none;
    }
    .hidden-sm {
        display: none;
    }
}
@media all and (max-width: 480px) {
    .hidden-lg {
        display: none;
    }
    .hidden-md {
        display: none;
    }
    .hidden-sm {
        display: none;
    }
    .hidden-xs {
        display: none;
    }
}