/** start ns tweaks **/

#div__header
{
    display: none !important;
}


#div__body
{
    display: none !important;
}

#div__footer
{
    display: none !important;
}


#div__title
{
    display: none !important;
}

#div__label
{
    display: none !important;
}

#server_commands
{
    display: none !important;
}

/** end ns tweaks **/

/** start jst hidden alternative for display:none **/
.jst-hidden
{
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; 
}

/** end jst hidden alternative for display:none **/


/** start daniel css tweaks  **/
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button
{ 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number]
{
-moz-appearance: textfield;
}


.img-responsive-table
{
	width: 100%;
}

#navigation-active
{
	color: #ea7812 !important;
}

#navigation-active:hover
{
	color: #ffffff !important;
}

.da-modal-butt
{
	font-size: 12px;
	color:#fff;
	background: #ea7812;
	text-transform:uppercase;
	border:1px solid #ea7812;
	border-radius: 0;
}


.da-modal-butt:hover
{
	color:#fff;
	background:#292d30;
	border-color:#292d30;
}


.infoitem-info-box
{
  padding-top: 10px;
}


.infoitem-info-box .heading
{
  padding: 13px 20px;
  font-size: 18px;
  color: #4a63a5;
  text-transform: uppercase;
  background: #FFF;
  border-top: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  border-bottom: 4px solid #4a63a5;
  border-left: 1px solid #E8E8E8;
}

.infoitem-info-box .content
{
  color: #212121;
  font-size: 13px;
}

#modal-xyla
{
	font-family: 'Oswald', sans-serif;
}
/** end daniel css tweaks  **/


.footer-v3-swx .footer-swx {
    background: #ebebeb none repeat scroll 0 0;
    border-top: 5px solid #009fe4;
    padding: 40px 0;
	font-size: 14px;
	font-family: "Roboto Condensed", Arial, sans-serif;
	
}
.footer-v3-swx .thumb-headline h2 {
    color: #ffffff;
    line-height: 22px;
    margin-bottom: 10px;
	font-size: 16px;
}
.footer-v3-swx .footer-swx p, .footer-v3-swx .simple-list a {
    color: #bbbbbb !important;
	font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.6;
}
.footer-v3-swx .copyright {
    background: #222222 none repeat scroll 0 0;
    border-top-color: #292929;
    padding: 10px 0;
}
.footer-v3-swx .copyright p {
    color: #bbbbbb;
    margin-top: 14px;
	font-family: "Roboto Condensed", Helvetica,Arial,sans-serif;
	font-size: 13px;
}
.footer-v3-swx .copyright .social-icons {
    margin-top: 10px;
}
@media (max-width: 992px) {
.footer-v3-swx .copyright, .footer-v3-swx .copyright p, .footer-v3-swx .copyright ul {
    text-align: left;
}
.footer-v3-swx .copyright .social-icons.pull-right {
    float: inherit !important;
}
}


.swx-footer-column-header
{
	color: #444;
	font-size: 18px;
	text-transform: uppercase;
}

.swx-footer-column-contents
{
	color: #444;
	font-size: 14px;
	text-decoration: none;
}

.swx-footer-column-contents:hover
{
	text-decoration: none;
}


.side-heading
{
    margin-top: 0;
    margin-bottom: 5px;
    padding: 8px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background: #009fe4;
    text-align: center;
}

.swx-category-box-itemid
{
	font-size: 16px;
}


.swx-itemlist-displayname
{
	font-size: 16px;
}

.swx-itemlist-price
{
	font-size: 14px;
}



/** start breadcrumbs **/

.breadcrumb
{
	/*text-transform:uppercase;*/
	padding:10px 18px;
	border:1px solid #e8e8e8;
	background:#fff;
	-webkit-border-radius:0;
	   -moz-border-radius:0;
			border-radius:0;
}

.breadcrumb li
{
	color:#878a8c;
	font-size:13px;
}

.breadcrumb > li + li:before
{
	content:"\00BB";
	color:#878a8c;
}
.breadcrumb li a
{
	color: #252a2f;
}


.breadcrumb >.active {
    color: #06a7e2;
}

/** end breadcrumbs **/


/** start 5 column **/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-md-16 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-16 {
        width: 16.66%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
/** end 5 column **/
