html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: 'Play', sans-serif;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
	font-size: 28px;
	padding-bottom: 20px;
    color: #B31428;
}


h2 {
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #B31428;
}

h3 {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #B31428;
}

p {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 150%;
}

ul {
	padding-left: 30px;
	padding-bottom: 20px;
}

li {
	padding: 5px;
}

body {
	font-size: 16px;
	color: black;
	background-color: #fff;
    background-image: url('');
    background-repeat: repeat-x;
    background-position: 0px 618px;;
}

a {
	color: #FBB031;
	text-decoration: underline;
}

a:hover {
	color: black;
}

.invisible {
	display: none;
}

.cleaner {
	clear: both;
}

.tright {
	text-align: right;
}


.boxStyle {
	padding: 15px;
    margin-bottom: 20px;	
    text-align: center;
    color: #000;
    width: 300px;
}

.boxStyle2 {
	padding: 15px;
	color: white;
}

.boxStyle2 img{
	padding-bottom: 15px;
}

.rowStyle {
    background-color: #EDEDED;
    min-width: 1170px;
}

.colStyle {

    position: relative;
    margin-left: 20px;
    margin-right: 20px;
}

.colStyle h1{
    font-size: 22px;
    font-weight: 600;
    min-height: 68px;
}

.colStyle img{
    padding-top: 0px;
}

.colStyle p {

}

.desc {
    position: relative;
	text-align: center;
	font-weight: 400;
	font-size: 17px;
    padding: 20px 20px 0 0px;
    top: 0px;
    color: black;
}

.desc h1{
    font-size: 19px;
}

.wrap{
    background-color: #fff;
}


.center {
	text-align: center;
}

.navbar-default {
    padding-bottom: 0px;
    margin-bottom: 0px;
    min-width: 1170px;
}

	#navbar1 {
		position: relative;
	}

	#navbar1 .nav {
		position: absolute;
		bottom: 0;
        right: 0;
		left: 0;
        margin: 0px auto -90px auto;
        width: 860px;
	}

	#navbar2 {
		position: relative;
	}

	#navbar2 .nav {
		position: absolute;
		bottom: 0;
        right: 0;
        padding: 0px;
	}


.container, .container-fluid {
    width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

#navstyle {
    border-bottom: solid #E81015 2px;
    background-color: #E81015;
    top: 0px;
    position: absolute;
    bottom: 60px;
    right: 0px;
    z-index: -5;
    left: 0px;
}

#mainText2 {
    color: black;
	padding: 20px 75px 30px 75px;
    min-height: 357px;
}

#mainText2 h1 {
    text-align: left;
    font-weight: 600;
}

#mainText {
    color: black;
	padding: 20px 75px 30px 75px;
}

#mainText h1 {
    font-weight: 600;
    margin-left: -204px;
    text-align: center;
}

#conmenu {
        width: 900px;
    border-bottom: 2px solid #FCB134;
    padding: 10px 0;
    margin-bottom: 20px;
}
#conmenu a {
    font-weight: bold;
    color: white;
    text-decoration: none;
    padding: 13px 20px;
    margin-bottom: -1px;
    margin-left: 5px;
    margin-right: 0px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #ff00ff;
}

#conmenu .notselected {
    color: black;
    background-color: #d9d9d9;
    border-bottom: #d9d9d9;
}
#conmenu a:hover {
    background-color: #FCB134;
}

#conmenu a {
    background-color: #FCB134;
}

#footer {
    min-height: 60px;
    background-color: #383838;
	color: #fff;
    font-size: 14px;
    padding: 20px;
    min-width: 1170px;
    padding-left: 90px;
}

#footer h2{
    font-weight: 600;
}

.navbar-default {
	background-color: transparent;
    position: relative;
    border-color: transparent;
    min-height: 175px;
}

.navbar a{
	text-decoration: none;
}

.navbar img{
    float: left;
    padding-top: 8px;
}

.navbar h1{
	padding: 0;
	margin: 0;
    padding-top: 10px;
    float: left;
    font-size: 40px;
    line-height: 87px;
	font-weight: bold;
	color: #000;
}

.navbar h2{
	padding: 0;
	margin: 0;
    float: right;
	font-weight: 400;
    padding-top: 25px;
    padding-right: 90px;
	color: #292828;
}

.colorChange{
	padding: 0;
	margin: 0;
    font-size: 40px;
    padding-top: 10px;
    float: left;
    line-height: 87px;
	font-weight: bold;
	color: #FAB033 !important;
}
.page-header {
    margin-bottom: 30px;
}
.page-header .lead {
    margin-bottom: 10px;
}
.navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}
.navbar-nav {
    float: left;
    margin: 0;
}
.navbar-nav > li {
    float: left;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
    font-size: 21px;
    padding-bottom: 5px;
}

#navbar1 .navbar-nav>li>a {
	text-transform: uppercase;
    border-bottom: solid 5px #fff;
    font-size: 18px;
    font-weight: 600;
	color: #000;
    padding-bottom: 7px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background-color: transparent;
    border-bottom: solid 5px white;
	color: #fff;
    font-weight: 600;
}

#navbar1 .navbar-nav>.active>a, #navbar1 .navbar-nav>.active>a:focus, #navbar1 .navbar-nav>.active>a:hover{
	background-color: transparent;
    border-bottom: solid 5px #E81015;
	color: #B1172F;
    font-weight: 600;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	background-color: transparent;
    border-bottom: solid 5px white;
	color: #fff;
    font-weight: 600;
}

#navbar1 .navbar-nav>li>a:focus, #navbar1 .navbar-nav>li>a:hover{
	background-color: transparent;
    border-bottom: solid 5px #E81015;
	color: #000;
    font-weight: 600;
}

.mini-img img{
    max-height: 166px;
    padding-top: 5px;
}

.mini-img h2{
    padding-top: 40px;
}

#map {	
	float: right;
}

#myCarousel {	
	border-top: 8px solid #E81015;
    padding: 0;
    min-width: 1170px;
    margin: 0px auto;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {	
    margin: 0px auto;
}


.col-xs-2, .col-sm-2, .col-md-2 {
    width: 19% !important;
}
    
    
    