/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

html {
  /* 1 */
  font: normal 14px / 20px 'Open Sans';
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  background: #666;
  color: #444444;
}

em {
    color:#900;
}


.uk-container-center {
    margin: 0px auto;
    background-color: #FFF;
    /* box-shadow: 0px 0px 15px 0px rgba(0, 50, 50, 0.75);  */
	box-shadow: -5px 0 5px -5px #333, 5px 0 5px -5px #333;
}
.uk-container {
    max-width: 1200px;
    padding: 0px 35px;
}

.uk-panel-box {
    color: #666;
}

.tm-footer {
    position: relative;
    text-align: center;
	width: 100%;
}
/* .tm-headerbar {
    margin: 0px auto;
	width: 100%;
} */

.tm-headerbar .tm-logo {
    float: left;
    height: 95px;
}

.tm-header {
   background-color: #Fff;  /* necessary to make the bar go all the way across */
    color: #444;
    margin: 0px auto;
    width: 100%;
	border-bottom: solid #000;
}

.tm-header .uk-container-center {
  margin: 0px auto;
  width: 100%;
  background-color:#Fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
   box-shadow: none;
   padding: 5px;
}

.tm-footer .uk-container-center {
  margin: 0px auto;
  width: 100%;
background-color:#333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
   box-shadow: none;
   padding: 5px;
   border-top: solid #000;
}
.tm-footer {
    background-color: #333;
    color: #efefef;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
	border-top: none;
}

.tm-footer a {
    color: #ccc;
}
.tm-footer a:hover {
    color: #000;
}
.tm-footer a:active {
    color: #fff;
}

/*  CONTENT TWEAKS   */

article  {
    display: block;
	border-bottom: solid #000;
	padding-bottom: 25px;
}

.uk-panel-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    text-transform: none;
    color: #660000;
}

.tm-content > :last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.uk-grid > * > :last-child {
    margin-bottom: 0; 
    border-bottom: none;
} 

.uk-pagination > .uk-active > span {
    background: #660000;
    color: #ffffff;
}

.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 14px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    *line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    /* text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); */
    background-color: #cc0000;
  /*  background-image: -moz-linear-gradient(top, #cc0000, #66000);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x; */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #bbbbbb;
    *border: 0;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* wrapping modules */

.mod-float-r {
  float: right;
  margin: 0 20px 20px 0;
  padding-left: 10px;
}

.mod-float-l {
  float: left;
  margin: 0 0 20px 20px;
  padding-right: 10px;
}

#sideb-mod-box input{
  padding: 0px 35%;
  margin 0px;
}

/* BIZKNIZ FB Feed box */

.joomla_bizknizfb {
  margin-top: 15px;
float: right;
width:100%;
margin-right:-13px;
}

.jj_sl_navigation {
    top: 105px;
}

@media print {
	a[href]:after {
  content: " ";
}
}

ul {
    list-style-position: inside;
}

/* ============= MULTI COLUMN LAYOUTS - RESP ========== */

#columns3 {
    float: left;
    width: 30%;
    margin-right: 3%;
	}

#columns2 {
    float: left;
    width: 47%;
    margin-right: 3%;
	}

#columns2rt {
    float: right;
    width: 47%;
    margin-right: 3%;
	}
/* ======= SOCIAL ICONS ========= */

.uk-icon-button {
    box-sizing: border-box;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    background: #fff;
    line-height: 30px;
    color: #900;
    font-size: 18px;
    text-align: center;
    padding-right: 35px;
}
.uk-icon-button:hover, .uk-icon-button:focus {
    background-color: #fff;
    color: #600;
    outline: none;
    padding-right: 35px;
}

.top-ticker {
	background-color: #900;
	color: #fff;
font-size:12px;
	font-weight:bold;
	width:100%;
	height: 21px;
	padding: 2px 10px;
	margin-left:0;
	float:none;
}
.tm-headerbar {
    margin-top: -100px;
    margin-bottom: 0px;
}

.tm-toolbar {
    margin-top: 0px;
    margin-bottom: 0px;
    float: none;
}

@media only screen and (max-width: 479px) {
.jj_sl_navigation {visibility: hidden !important; }
}
