* {
	font-family: Arial, Helvetica, sans-serif;
}


/**CUSTOM STRUCTURAL CLASSES**/

#toprow {
	background: #2c1476;
	height: 10px;
}

#hot-buttons {
	position: absolute;
	top: -8px;
	z-index: 100;
}

#hot-buttons a {
	float: left;
}

#logorow {
	position: relative;
	z-index: 100;
}

#logo-col,
#logorow .container {
	position: relative;
}

#logo-col {
	position: relative;
	z-index: 100;
	top: -15px;
}

.border1 {
	border-bottom: 2px solid #1b2340;
}

.btn-primary a {
	color: #FFF!important;
	border-radius: 0px;
	background-color: #011846;
	border-color: #011846;
}

.btn {
	border-radius: 0px;
	color: #FFFF!important;
	background-color: #011846;
	border-color: #011846;
}

.btn-primary:hover {
	color: #FFF!important;
	border-radius: 0px;
	background-color: #011f60;
	border-color: #011f60;
}

#footer-top {
	border-top: 2px solid #525252;
	background: #e12219;
	color: #FFF;
	padding: 10px 0;
}

#footer-outer {
	margin-top: -15px;
	background: #eddec7;
	position: relative;
	z-index: 10;
	min-height: 60px;
	color: #FFF;
	font-size: 12px;
	padding-top: 20px;
	padding-bottom:20px;
}
#footer-outer ul {font-size:12px}
#footer a {
	color: #2c1476;
}

#footer h3 {
	margin: 0;
	padding: 0;
}

#copyrow {
	background: #2c1476;
	color: #FFF;
}

#copyrow a {
	color: #eddec7;
}

a {
	color: #2c1476;
}

a:focus,
a:hover {
	color: #61587f;
	text-decoration: none;
}

#body-main {
	background: #FFF;
	min-height: 400px;
	margin-bottom: 15px;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #031172;
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: 1px solid #DFDFDF;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #031172;
	font-weight: bold;
	border-bottom: 1px solid #DFDFDF;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #fbb546;
	font-weight: bold;
}

h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
	padding-bottom: 8px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}

h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #62a9dd;
	font-weight: bold;
}

.border {
	border: 1px solid #000;
}

body {
	background: url(../images/bkgrd.jpg) no-repeat #eddec7;
}

#rcorners1 {
	border-radius: 10px;
	background: #eddec7;
	padding: 5px;
	width: 100%;
	height: 72px;
	float: right;
}

#logo {
	position: absolute;
	/*width: 100%;*/
	height: auto;
}

.map {
	position: relative;
	width: 100%;
	min-height: 200px;
}

.boxes {
	-webkit-box-shadow: 2px 7px 29px -1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 7px 29px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 7px 29px -1px rgba(0, 0, 0, 0.2);
}

.border-box1 {
	border-style: solid;
	border-width: 1px;
	color: #CCC;
}

.border-box2 {
	border-style: solid;
	border-width: 1px;
	color: #CCC;
	background: #e9e9e9;
}

.btn {
	background-color: #090;
	border-color: #090;
	color: #FFF;
}

#default .carousel {
	display: none
}

.carousel-caption {
	top: 0%;
	left: 6%;
	padding-bottom: 30px;
	text-align: left;
}

.carousel-caption p {
	font-size: 16px;
	color: #fefac9;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}

.carousel-caption .btn {
	margin-left: 1%
}

.floatright {
	float: right
}

.nav-box {
	width: 167px;
	height: 65px;
	margin: 6px;
	float: right;
	text-align: center;
	background: #62a9dd;
	border-radius: 4px;
	-webkit-box-shadow: 5px 6px 13px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 5px 6px 13px 0px rgba(0,0,0,0.35);
	box-shadow: 5px 6px 13px 0px rgba(0,0,0,0.35);
	text-shadow: 4px 2px 3px rgba(0, 0, 0, 0.77);
}

.nav-box a {
	color: #FFF;
}

.nav-box a:hover {
	color: #d6d6d6;
}

.nav-box p {
	font-family: 'Noto Serif', serif;
	padding-top: 16px;
	font-size: 22px;
	text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.36);
}


/* Padding Styles */

.no-pad {
	padding-left: 0!important;
	padding-right: 0!important;
}

.low-pad {
	padding-left: 5px!important;
	padding-right: 5px!important;
}

.hi-pad {
	padding-left: 30px!important;
	padding-right: 30px!important;
}

.v-pad {
	padding-top: 15px!important;
	padding-bottom: 15px!important;
}

.v-pad-low {
	padding-top: 5px!important;
	padding-bottom: 5px!important;
}

.v-pad-hi {
	padding-top: 40px!important;
	padding-bottom: 10px!important;
}

.v-pad-sm {
	padding-top: 10px!important;
	padding-bottom: 10px!important;
}

p {
	color: #000;
}


/**/


/* Table Display */

.display-table {
	float: none!important;
	display: table!important;
	overflow: hidden;
}

.display-table-cell {
	float: none!important;
	display: table-cell!important;
}


/**/

.clearfix {
	clear: both!important;
}


/* For WordPress */

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}


/**/


/**FORM VALIDATION**/

#captcha {
	display: inline-block;
}

input.error,
select.error,
textarea.error {
	border: 1px solid red;
}

.errormsg {
	display: block;
	width: 100%;
	position: relative;
}

.red {
	color: red!important;
}

label.error {
	color: red!important;
	font-size: 13px!important;
	z-index: 1000;
	font-weight: normal;
	width: auto;
	position: absolute;
	top: -3px;
	left: 10px;
	background: #FFF;
	border: 1px solid #bbb;
	border-radius: 5px;
	padding: 8px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

label.error:before {
	content: "";
	position: absolute;
	border-style: solid;
	border-color: #bbb transparent;
	display: block;
	width: 0;
	top: -10px;
	bottom: auto;
	left: 20px;
	border-width: 0 10px 10px;
}

label.error:after {
	content: "";
	position: absolute;
	border-style: solid;
	border-color: #fff transparent;
	display: block;
	width: 0;
	top: -9px;
	bottom: auto;
	left: 21px;
	border-width: 0 9px 9px;
}


/**MOBILE HOT BUTTONS**/

#mobile-hb-container {
	position: absolute;
	width: 100%;
	height: 50px;
	padding-right: 44px;
}

#mobile-hot-buttons {
	width: 150px;
	/* Must be total width of buttons */
	height: 50px;
	/* Must be height of buttons */
	margin: 0 auto;
}

#mobile-hot-buttons a {
	float: left;
}

@media (min-width: 768px) {
	#mobile-hb-container {
		display: none!important;
	}
}


/**NAVBAR**/

.navbar {
	min-height: 0;
	margin-bottom: 0;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-radius: 0!important;
	border-top: none;
}

.navbar-header {
	position: relative;
	background-color: transparent;
}

.navbar-default {
	background-color: transparent;
}


/* Link Styles */

.navbar-default .navbar-nav>li>a {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-shadow: 2px 2px #2c1476;
}

.navbar-default .navbar-nav>li:last-child>a {
	border: none;
}


/* Link Hover Styles */

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #f4bd1f;
}


/* Open Link Styles (when dropdown is open) */

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	background-color: #f4bd1f;
}

@media (max-width: 767px) {
	.navbar-nav li a {
		border-bottom: 1px solid #000;
		font-size: 16px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
		color: #000;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #000!important;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #EEE;
	}
	.navbar-default .navbar-toggle {
		border-color: #ddd;
		background: #FFF;
	}
	.navbar-right .dropdown-menu {
		left: 0;
	}
	#copyrow .text-left, #copyrow .text-right {text-align:center!important;font-size:12px;}
	footer p {color:#fff;text-align:center}
}

/**SIZE SPECIFIC STYLES**/


/**COMBINATIONS**/


/**SS, XS & SM**/

@media (max-width: 991px) {
	.logo {
		display: block;
	}
}


/**SS, XS, SM & MD**/

@media (max-width: 1199px) {}


/**SM, MD & LG**/

@media (min-width: 768px) {
	#hot-buttons {
		right: 15px;
	}
	.address {margin-top:42px;margin-bottom:0px}
}


/**MD & LG**/

@media (min-width: 992px) {}


/**INDIVIDUAL SIZES**/


/**XS**/

@media (max-width: 767px) {
	#logo {
		position: relative;
		max-width: 300px;
	}
}


/**SUPERSMALL**/

@media (max-width: 400px) {
	.navbar-header {
		position: relative;
		background-color: #02bcbb;
	}
	.navbar-default {
		background-color: #02bcbb;
	}
}


/**SM-2**/

@media (max-width: 767px) {
	.navbar-header {
		position: relative;
		background-color: #02bcbb;
	}
	.navbar-default {
		background-color: #02bcbb;
	}
}


/**SM**/

@media (min-width: 768px) and (max-width: 991px) {
	.dot {
		position: relative;
		margin-top: 20px;
	}
	#logo {
		position: absolute;
		height: 175px;
	}
	.carousel-caption {
		top: 15%;
		left: 17%;
		padding-bottom: 30px;
		text-align: left;
	}
	.carousel-caption h4 {
		margin-top: 0;
		font-size: 40px;
		line-height: 32px
	}
	.carousel-caption .h4-sm {
		font-size: 32px;
		line-height: normal
	}
	.carousel-caption p {
		font-size: 18px;
		color: #ffffff;
		text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	}
	.carousel-caption .btn {
		margin-left: 1%
	}

	.nav-box {
		width: 120px;
		height: 52px;
	}
	
	.nav-box p, .nav-box p a {
		font-size: 15px;
	}
}

/**MD**/

@media (min-width: 992px) and (max-width: 1199px) {
	#logo {
		position: relative;
		max-height: 170px;
	}
	.carousel-caption {
		top: 15%;
		left: 17%;
		padding-bottom: 30px;
		text-align: left;
	}
	.carousel-caption h4 {
		font-size: 50px;
		line-height: 42px
	}
	.carousel-caption .h4-sm {
		font-size: 42px;
		line-height: normal
	}
	.carousel-caption p {
		font-size: 20px;
		color: #ffffff;
		text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	}
	.carousel-caption .btn {
		margin-left: 10%
	}
}


/**MD**/

@media (min-width: 992px) {
	#logo {
		position: absolute;
		max-height: 200px;
	}
	.dot {
		position: relative;
		margin-top: 20px;
	}
}


/**LG**/

@media (min-width: 1200px) {
	.dot {
		position: relative;
		margin-top: 20px;
	}
	#logo {
		position: absolute;
		max-height: 240px;
	}
	.carousel-caption h4 {
		font-size: 60px;
		line-height: 52px
	}
	.carousel-caption .h4-sm {
		font-size: 52px;
		line-height: 52px
	}
	.carousel-caption p {
		font-size: 24px;
		color: #ffffff;
		text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
	}
	.carousel-caption .btn {
		margin-left: 19%
	}
}


/**XLLG**/

@media (min-width: 1400px) {}


/**XLLLG**/

@media (min-width: 1500px) {}


/**XLLLLG**/

@media (min-width: 1600px) {}


/**XLLLLG**/

@media (min-width: 1800px) {}