p {
	color:#bbb;
	font-family:'Baumans';
	text-align:justify;
	text-indent:20px;
	padding: 0 5px 0 5px;
}
h1, h2, h3, h4, h5, h6 {
	color:#fff;
	font-family:'Baumans';
	text-transform:uppercase;
	text-align:center;
	padding: 0 0 5px 0;
	border-bottom:1px solid #aaa;
}
.h5 {
	color:#fff;
	font-family:'Baumans';
	text-transform:uppercase;
	text-align:center;
	border-bottom:none;
	padding: 0 0 5px 0;
}
.h {
	color:#000;
	font-family:'Baumans';
	text-transform:uppercase;
	text-align:center;
	border-bottom:none;
	padding: 0 0 5px 0;
}
.h2, .h3, .h4 {
	color:#000;
	font-family:'Baumans';
	text-transform:uppercase;
	text-align:left;
	border-bottom:none;
}
.h3-one {
	color:#000;
	border-bottom:none;
	text-align:left;
}
.h3-two {
	color:#fff;
	border-bottom:none;
	text-align:left;
}
.li li {
	color:#000;
	font-family:'Baumans';
	font-size:18px;
}
.min {
    min-height: 260px;
}
.img {
	padding:7px;
	max-width:100%;
	height:auto;
	box-sizing:border-box;
}
.box {
	border-radius:7px;
	background-color:#000;
}
.box-a {
	background-color:#F7F7F7;
}
.p {
	color:#000;
}
.list {
	margin:0;
	padding:0;
}
.list li {
	padding:8px 0 0 25px;
	color:#000;
	font-family:'Baumans';
}
.read ul {
	margin:5px;
	padding:0;
	float:right;	
}
.read li {
	float:left;
	list-style:none;
	display:block;
	padding:0 10px 0 10px;
	line-height:30px;
	background-color:#323232;
	border-radius:4px;
}
.read a {
	text-decoration:none;
	font-family:'Baumans';
	text-transform:uppercase;
	color:#FFF;
}
.read li:hover {
	background-color:#2637d1;
	transition: all 0.4s ease;
}
.master li {
	font-family:'Baumans';
	text-transform:uppercase;
	padding: 10px 0 0 0;
}

/* Flexise Slider */

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    background:#fcfcfc;
    background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* FF3.6+ */
    background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee)); /* Chrome,Safari4+ */
    background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Chrome10+,Safari5.1+ */
    background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Opera11.10+ */
    background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* IE10+ */
    background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%); /* W3C */
    border:1px solid #ccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:293px;
    max-height:168px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/button-next.png) no-repeat;
}

/* Flexise Slider End */

#footerwrap, .footer 
{
    background: #000;
}

.mediaicons{
	float:left;
	width:100%;
	margin:15px 0 0 0;
}
.fb-icon{
	float:left;
	display: block;
	background-color: #323232;
	margin: 5px 0 0 0;
}
.fb-icon:hover{
	background-color:#3f67a9;
	transition:background-color .4s ease-in;
	transition-delay: .2s;
}
.twitter-icons,
.googleplus-icons{
	float:left;
	display: block;
	background-color: #323232;
	margin: 5px 0 0px 15px;
}
.twitter-icons:hover{
	background-color:#5ea9dd;
	transition:background-color .4s ease-in;
	transition-delay: .2s;
}
.googleplus-icons:hover{
	background-color:#d34836;
	transition:background-color .4s ease-in;
	transition-delay: .2s;
}
.quick-link ul {
	padding:0;
	margin:15px 0 0 0;
}
.quick-link li {
	list-style:none;
	margin-top:5px;
}
.quick-link a {
	text-decoration:none;
	color:#bbb;
	font-size:16px;
	font-family:'Baumans';
}
.quick-link h5 {
	color:#bbb;
	text-decoration:none;
	font-family: 'Baumans';
}

/*==============   event_holders =====*/

.event_holders
{
    width: 100%;
    display: block; float: left;
    background: #EDEDED;
    margin: 0px 0px 5px 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
        -ms-border-radius: 5px;
         -o-border-radius: 5px;
    box-shadow: 0px 0px 3px #0B2DA6;
}
.event_holders h2
{
    display: block;
    float: left;
    width: 100%;
    font: bold 16px/20px arial;
    padding: 6px 0px;
    color: #FF0000;
}
.event_holders table
{
    width: 100%;
}
.event_holders table td
{
    padding: 5px 1px; font: 12px/20px verdana; vertical-align: top;
}
.event_holders table td b
{
    font: bold 14px/20px arial; color: #087C98;
}


