@import url(//fonts.googleapis.com/css?family=Roboto:500,400italic,700italic,300,700,500italic,300italic,400);

body {
    padding: 0px;
    margin: 0px;
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
}

/*label, input, textarea, select, submit {
    padding: 5px;
    margin: 5px;
}*/

input[type='color'] {
    padding: 1px 2px;
}

a {
    color: #d99c31;
}

header {
    background-color: #210f00;
}

.content {
    display: flex;
    min-height: calc(100vh - 351px);
    max-height: 100%;
}

.content nav {
    width: 300px;
    max-width: 300px;
    background-color: #d99c31;
    color: #280000;
}

.content nav a {
    color: inherit;
    text-decoration: none;
}

.content nav ul {
    margin: 0px;
    padding: 0px;
}

.content nav ul li span.title {
    color: white;
    background-color: #280000;
    display: block;
    padding: 10px;
    margin: 0px;
}

.content nav ul li ul a {
    padding-left: 30px;
}

.content nav li a {
    display: block;
    list-style-type: none;
    padding: 10px;
    margin: 0px;
    border-bottom: solid 1px #280000;
}

.content nav li a:hover {
    color: white;
    background-color: #280000;
}

.content main {
    width: 100%;
}

.err {
    color: red;
    border: solid 1px red;
    border-radius: 5px;
    padding: 0px 10px;
    margin: 10px 0px;
    background-color: white;
}

.container {
    /*padding: 30px;*/
}

.form label {
    width: 280px;
    display: inline-block;
    vertical-align: top;
}

.form textarea, .form select, .form input[type='text'], .form input[type='number'], .form input[type='date'], .form input[type='url'], .form input[type='tel'], .form input[type='email'], .form input[type='password'] {
    width: 300px;
}

.report label {
    width: 180px;
    display: inline-block;
    vertical-align: top;
}

.report textarea, .report select, .report input[type='text'], .report input[type='number'], .report input[type='date'], .report input[type='url'], .report input[type='tel'], .report input[type='email'], .report input[type='password'] {
    width: 300px;
}

input[type='submit'], submit, .button {
    background-color: #d99c31;
    color: white;
    border-width: 0px;
    padding: 10px;
    cursor: pointer;
}

.button {
    display: inline-block;
    text-decoration: none;
}

.section-form section h1 {
    margin: 0px;
    padding: 15px;
    background-color: #280000;
    color: #c0c0c0;
}

.section-form section .form {
    padding: 15px;
}

.section-form section .report {
    padding: 15px;
}

.section-form section {
    background-color: #f0f0f0;
}

.listingtable {
    border: solid 1px #280000;
    border-right-width: 0px;
    border-bottom-width: 0px;
}

.listingtable th {
    background-color: #d99c31;
    color: #280000;
}

.listingtable th, .listingtable td {
    border-right: solid 1px #280000;
    border-bottom: solid 1px #280000;
}

.listingtable tr:hover {
    background-color: #c0c0c0;
}

.listingtable .button {
    padding: 5px 10px;
}

.field-pad {
    display: inline-block;
    padding: 5px;
    margin: 5px;
}

footer {
    background-color: #F0F0F0;
    color: #555555;
    padding: 10px 0px;
}

.required-asterisk {
    font-weight: bold;
    color: #f40b0b;
}

label.error {
    color: #FF0000;
    /*display: block;*/
    font-style: italic;
    font-weight: normal;
}

.formbtn:hover{
    background-color: #280000;
}

.radio-label {
    /*width: 55px !important;*/
}

.cursorpointer {
    cursor: pointer;
}

.fancybox-content {
    width: 805px !important;
    height: 450px !important;
}

.info-box {
    background-color: #FFF;
    color: #000;
    padding: 10px 0px;
}
.titleBanner {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    margin: 25px 0px 10px 0px;
    font-size: 26px;
    text-align: center;
}
.bodycontainer {
    max-width: 1200px;
}
legend {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
}
#navbar-main {padding-top: 30px;}
.navbar-brand {
    height: 110px;
    padding: 0;
}
.navbar-default .navbar-nav>li:hover>a, 
.navbar-default .navbar-nav>li:hover>a:hover, 
.navbar-default .navbar-nav>li:hover>a:focus {
    color: #555;
    background-color: #e7e7e7;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
    margin: 0 auto;
}
.navbar-nav {
    width: 100%;
    text-align: center;
}
.nav>li {
    display: inline-block;
    vertical-align: top;
    float: none !important;
}

@media (max-width: 767px) {
    #navbar-main {padding-top: 0;}
    .navbar-brand {
        height: 50px;
        padding: 0;
    }
    .nav>li {
        display: block;
    }
}
.carousel-caption {
    padding: 10px 0;
    margin: 0px 0px -10px -110px;
    width: 300px;
    background-color: #000000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 30px;
}
.carousel-caption-text-home {
    font-size: 18px; 
}
label.error {
    color: #FF0000;
    display: block;
    font-style: italic;
    font-weight: normal;
}

fieldset {
    margin: 10px;
}




@media only screen and (min-width : 768px) {
    .logo-slider{
        width: 185px !important;
		height:185px !important;
    }
	#carousel{
		/*height:185px !important;*/
	}
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .logo-slider{
        width: 305px !important;
		height:313px !important;
    }
	#carousel{
		/*height:230px !important;*/
	}
}
/* Large Devices, Wide Screens */
@media  screen and (max-width: 1200px) {
   .logo-slider{
        width: 317px !important;
		height:317px !important;
    }
	#carousel{
		/*height:320px !important;*/
		width:1076px !important;
	}
}
/* Large Devices, Wide Screens */
@media  screen and (max-width: 1366px) {
   .logo-slider{
        width: 277px !important;
		height:277px !important;
    }
	#carousel{
		/*height:277px !important;*/
		width:958px !important;
	}
	/*.carousel-box, .carousel {
		height: 277px !important;
	}*/

}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 540px) {
   .logo-slider{
        width: 83px !important;
		height:83px !important;
    }
	#carousel{
		/*height:83px !important;*/
	}
}
.carousel-inner, .carousel-inner>.item {
    position: initial;
}

#carousel {
    height: 313px !important;
    overflow: hidden;
}
@media screen and (max-width: 1366px) {
    #carousel {
        height: 280px !important;
    }
}