﻿
.headerline
{
	border-bottom: 1px solid #E5E5E5;
	margin-right:5px;
}

.bordertable
{
	border-collapse:collapse;
	border: solid 1px silver;
	background: #FAFAFA;
}

.bordertable table
{
	border-collapse:collapse;
}

.bordertable td, .bordertable th
{
	background: #FAFAFA;
	border: 1px solid silver;
	padding: 0.5em;
}

/* ---  FEATURES  --- */

h4
{
	font-size:13px;
	margin-bottom:2px;
	margin-top:10px;
    font-weight:600;
}

.featureIcon
{
	float:left;
	margin-left:1px;
	margin-right:14px;
	margin-bottom:5px;
	clear:left;
}

.featureDesc
{
	font-size:12px;
	color:#404048;
    display:table-cell
}

.featureItem
{
	margin-bottom:20px;
	color:#404048;
}

/* --------------- */
.smalltext
{
    font-size: 85%;
    color: #707070; 
}


/* Forum iFrame */
#container{
    width:900px;
    height:450px;
    border:0px;
    
    margin:auto;
}
#container iframe {
    width:100%;
    height:100%;
    border:0px;
}


@media all and (min-width:768px) and (max-width:991px) {
    .navbar-nav > li {
        margin-left:15px;
    }
}
@media all and (min-width:992px) and (max-width:1199px) {
    .navbar-nav > li {
        margin-left:15px;
    }
}


h1
{
	font-size:32px !important;
    margin-top:0px;
}

h2
{
	font-size:20px;
}

h3
{
	font-size:18px;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  border: 0;
  }

.rslides_tabs {
  margin-top: 10px;
  text-align: center;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.rslides_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.rslides_here a {
  background: #606060;
  }

.sliderText {
    margin-top: 10px;
    max-width: 400px;
    min-height:60px;
}


div.iconBlock {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    
}

@media (max-width: 767px) {
    div.iconBlockSize {
      width: 100px;
    }
}

@media (min-width: 768px) {
    div.iconBlockSize {
      width: 130px;
    }
}

@media (min-width: 992px) {
    div.iconBlockSize {
      width: 80px;
    }
}

@media (min-width: 1200px) {
    div.iconBlockSize {
        width: 100px;
    }
}

.caption {
    margin-top:5px;
    display: block;
    margin-bottom:10px;
}

.categoryHeader {
    text-align:center;
    margin-top:2px;
    margin-bottom:8px;
}

.tight   {
    padding:1px;
    margin:0px;
}

@media (min-width: 768px) {
    .pull-right-sm {
      float: right;
    }
}

@media (min-width: 992px) {
    .pull-right-md {
      float: right;
    }
}

@media (min-width: 1200px) {
    .pull-right-lg {
      float: right;
    }
}

@media (max-width: 767px) {
    .pull-center-xs {
      text-align: center;
    }
}

@media (min-width: 768px) {
    .pull-center-sm {
      text-align: center;
    }
}
