@charset "utf-8";
/* CSS STYLE */
html {
  overflow-y: scroll;
}
body {
  background-color: #FFFFFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 13px;
}
img {
    max-width: 100%;
}
a {
    color: #f35a25;
}
a:hover, a:focus {
    color: #c84619;
}
a:active,a:focus {
outline: none;
}
video { 
width: 100% !important; 
height: auto !important; 
}
h1 {

}
h2 {

}
h3 {
font-size:20px;
}
#top {
    background: none repeat scroll 0 0 #464749;
    color: #ddd;
    font-size: 13px;
    padding-bottom: 6px;
    padding-top: 6px;
	border-bottom: 1px solid #3d3d3d;
}
#top .container .separator {
    border-left: 1px solid #CCCCCC;
    display: inline-block;
    height: 10px;
    margin: 0 20px;
    width: 1px;
}
#navigation {
    /*background: url("../images/bgpattern.jpg") repeat scroll 0 0 #ffffff;*/
	background: none repeat scroll 0 0 #464749;
    border-bottom: 3px solid #3d3d3d;
	margin-bottom:20px;
	height:70px;
}
#navigation .container {
/*    background: none repeat scroll 0 0 #ccc;
    height: 70px;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 99999;*/
}
#main .main-box {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0px solid #E5E5E5;/* border 1, if you have front component*/
    margin-bottom: 20px;
    padding: 10px;
}
#breadcrumbs .moduletable {
    border: 0;
    padding: 0;
}
#fullwidth{
	overflow: hidden;
}
#fullwidth .moduletable {
    border: 0;
    padding: 0;
}
.noborder {
  border:none !important;
}
.black .moduletable {
    background: none repeat scroll 0 0 #222222;
    border-color: #222222;
    color: #AAAAAA;
}
.moduletable {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    margin-bottom: 20px;
    padding: 10px;
}
#brand {

}
.page-header {
    margin: 10px 0 20px;
}
.hasTooltip {
    display: inline !important;
}
.noMainbody { display: none !important}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 3px;
    color: #555555;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 9px;
    padding: 4px 6px;
    vertical-align: middle;
}
label {
    display: block;
    margin-bottom: 5px;
}
label, input, button, select, textarea {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
	font-family: arial;
}
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}
#pop-print {
    float: right;
    margin: 10px;
}
.btn {
  color:#fff;
    background-color: #f35a25;
    background-image: linear-gradient(to bottom, #f35a25, #da4510);
    border-color: #BBBBBB #BBBBBB #A2A2A2;
	padding:6px 12px;
}
.btn-default {
background-color: #fff !important;
    background-image: linear-gradient(to bottom, #efefef, #e0e0e0);
    border-color: #ccc;
    color: #333;
    text-shadow: 1px 1px 0 #efefef;
}
.btn-primary {
    background-color: #f35a25 !important;
    border-color: #e84d15;
    color: #fff;
}
.btn-lg, .btn-group-lg > .btn {
    padding: 15px 16px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #d03700;
    border-color: #c14519;
    color: #fff;
}
.btn-smile {
  border-radius: 4px 4px 0 0;
    background-image: url("../images/smile-btn.png");
    background-position: right top;
    background-repeat: no-repeat;
}
.blog-featured p.readmore {
  margin-top:20px;
}
.element-invisible {
display: none;
}
html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}
/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}
/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  background-color: #f5f5f5;
}
#footer .moduletable {
    background: transparent;
    border: 0;
	margin:0;
	padding: 15px 10px;
}
/* LAYOUT */
/* Floats */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.ie7 .group {
  zoom: 1;
}
/* JOOMLA */
.form-horizontal .control-label {
    text-align: inherit;
}
.cols-1 {
    display: block;
    float: none !important;
    margin: 0 !important;
}
.cols-2 .column-1 {

}
.cols-2 .column-2 {
    /*float: right;*/
    margin: 0;
    /*width: 46%;*/
}
.cols-3 .column-1 {
    float: left;
    margin-right: 4%;
    padding: 0 5px;
    width: 29%;
}
.cols-3 .column-2 {
    float: left;
    margin-left: 0;
    padding: 0 5px;
    width: 29%;
}
.cols-3 .column-3 {
    float: right;
    padding: 0 5px;
    width: 29%;
}
.items-row {
    margin-bottom: 10px !important;
    overflow: hidden;
}
.column-1, .column-2, .column-3 {
    padding: 10px 5px;
}
.column-2 {
    margin-left: 40%;
    /*width: 55%;*/
}
.column-3 {
    width: 30%;
}
/*.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6 {
padding:0;
}*/
.blog-more {
    padding: 10px 5px;
}
.pagination > li > a {
color: #f35a25;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #f35a25;
    border-color: #f35a25;
    color: #fff;
    cursor: default;
    z-index: 2;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*.item.column-1 iframe, .item.column-2 iframe {
    height: 100%;
    width: 100%;
}*/
.alert-message {
    background: none repeat scroll 0 0 #f7f7f7;
    border: 2px solid #f35a25;
}
.tags .label {
margin-right:8px;
font-size: 85%;
}
.article-info.muted {
    background: none repeat scroll 0 0 #f5f5f5;
}
dl.article-info {
    padding: 3px 10px;
}
.article-info dd {
    border-right: 1px solid #464749;
    display: inline;
    margin-right: 8px;
    padding-right: 8px;
}
.item-page .tags {
margin-bottom: 13px;
}
.result-title {
margin: 10px 0;
background: #f5f5f5;
padding: 3px;
font-size: 110%;
}
#brand .banneritem {
    padding-top: 13px;
    text-align: right;
}
#sidebar-2 .banneritem {
    text-align: center;
}
/*main navigation*/
.navbar-default .navbar-nav > li > a {
    padding-bottom: 25px;
    padding-top: 25px;
	margin-right: 1px;
    background: none repeat scroll 0 0 #f35a25;
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover {
    background: none repeat scroll 0 0 #464749;
    color: #fff;
}
.navbar-default .navbar-nav > .active > a {
    background: none repeat scroll 0 0 #3d3d3d;
    color: #fff;
}
.navbar-default .navbar-nav > .active > a:hover {
    background: none repeat scroll 0 0 #4d4d4d;
    color: #fff;
}
.nav > li {
    z-index: 9999;
}
.navbar {
  margin-bottom: 20px;
}
.navbar-default {
z-index: 9999;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    /*border-color: rgba(0, 0, 0, 0);*/
    box-shadow: none;
	border: 0 none;
}
.navbar-default .navbar-form {
    border:0;
}
.navbar-brand {
    height: 50px;
    padding: 0;
}
.navbar-brand img{
    height: 50px !important;
    width:155px !important;
}
.navbar .container-fluid {

}
#navigation-navbar-collapse {

}
.search.form-group.navbar-form.navbar-left.visible-xs.visible-sm {
    background: none repeat scroll 0 0 #464749;
}
.searchdesk {
    margin-top: 15px;
}
.searchdesk .inputbox {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}
.searchdesk .btn {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}
/* Social Plugin */
ul.b2jsocial{
	list-style:none !important;
	margin:0;
	padding:0 !important;
	display:inline-block;
}
ul.b2jsocial li{
	display:inline-block;
	position:relative;
	width:70px;
	height:30px;
	text-align:left;
}
ul.b2jsocial li a{
	text-decoration: none;
	display:table-cell;
	vertical-align:middle;
	position:relative;
	width:70px;
	height:30px;
}
ul.b2jsocial li a.preset1{
    color:#666;
}
ul.b2jsocial li a.preset2{
    color:#fff !important;
}
ul.b2jsocial li a.preset3{
    color:#3b639a;
}
ul.b2jsocial li a.preset4{
    color:#666;
}
ul.b2jsocial li a.preset5{
    color:#111;
}
ul.b2jsocial li a.preset6{
    color:#393939;
}
ul.b2jsocial li a.preset8{
    color:#908977;
}
ul.b2jsocial li:hover{
	opacity:0.9;
}
ul.b2jsocial li.preset5:hover{
	opacity:1;
}
ul.b2jsocial li.f.preset2 {
	background:#607dc2;
}
ul.b2jsocial li.t.preset2 {
	background:#81c6e6;
}
ul.b2jsocial li.g.preset2 {
	background:#e06b5f;
}
ul.b2jsocial li.l.preset2 {
	background:#3b639a;
}
ul.b2jsocial li.e.preset2 {
	background:#f78861;
}
ul.b2jsocial li.p.preset2 {
	background:#d83a3a;
}
ul.b2jsocial li.preset10 a:after{
	font-family:FontAwesome;
}
ul.b2jsocial li.f.preset10 a:after {
	content:'\f09a';
}
ul.b2jsocial li.t.preset10 a:after {
	content:'\f099';
}
ul.b2jsocial li.g.preset10 a:after {
	content:'\f0d5';
}
ul.b2jsocial li.l.preset10 a:after {
	content:'\f0e1';
}
ul.b2jsocial li.e.preset10 a:after {
	content:'\f003';
}
ul.b2jsocial li.p.preset10 a:after {
	content:'\f0d2';
}
ul.b2jsocial li span.text {
	display:none;
}
ul.b2jsocial li span.social_count {
	line-height:17px;
	display:none;
	position:absolute;
	top:50%;
	border:1px solid #908977;
	height:17px;
	padding:0 4px;
	margin-top:-9px;
}
ul.b2jsocial li span.social_count:before{
	position:absolute;
	content:'';
	display:block;
	top:4px;
	left:-6px;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
ul.b2jsocial li span.social_count.hide{
	visibility:hidden;
}
ul.b2jsocial li span.background {
	position:absolute;
	right:5px;
	top:5px;
}
ul.b2jsocial li.preset7 a{
	display:inline-block;
	vertical-align:baseline;
}
ul.b2jsocial li.t.preset7 { 
	width: 85px;
}
ul.b2jsocial li.l.preset7 a{
	vertical-align: inherit;
}
ul.b2jsocial li.preset7 { 
	margin-right: 5px !important;  
	width: auto;
}
ul.b2jsocial li.t.preset7 { 
	width: 85px;
}
ul.b2jsocial li.l.preset7 a{
	width: auto;
}
ul.b2jsocial li.e.preset7 a{ 
	width: 79px;
	top:5px;
}
ul.b2jsocial li.f.preset7 a{ 
	width: 79px;
	top:5px;
}
ul.b2jsocial li.f.preset7 iframe{ 
	max-width: none !important;
}
ul.b2jsocial li.f.preset7:hover{
	opacity: 1 !important;
}
.gn_header_1 {
text-align:center;
}
.gn_static h3 {
    margin-bottom: 5px;
    margin-top: 10px;
}
.gn_readon {
    background: none repeat scroll 0 0 #efefef;
    padding: 5px 10px;
}
label#jform_cmc_groups_EMAIL-lbl {
    display: none;
}
.outro2 {
margin-top: 5px;
}
.center {
  text-align:center;
}
/* Media Queries */
/* Retina */
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
  
}
/* Landscape phones and down */
@media (max-width: 480px) {
.navbar-default .navbar-nav > li > a {
    font-size: 16px;
}
.article-info dd {
    border-right: none;
    display: block;
}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
.navbar-default .navbar-nav > li > a {
    font-size: 16px;
}    
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1199px) {
.navbar-default .navbar-nav > li > a {
    font-size: 16px;
}    
}
/* Large desktop */
@media (min-width: 1200px) {
.navbar-default .navbar-nav > li > a {
    font-size: 20px;
}  
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) {
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) {
}