/*
 * ------------------------------------------------------------------------
 * JA Wall Template for J25 & J34
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
*/

/**
 * Theme for JA Wall
 * -----------------------
 * Name: Minimalist
 * Version: 1.01
 * Release: 12/12/2012
 * Author: JoomlArt
 * Copyright: GPL
 */
  
/* ---------------------------------------------------------
   LAYOUT
--------------------------------------------------------- */

/* ---------------------------------------------------------
   CORE
   
   hellgrau rgba(0,0,0,.10)
	tuerkis rgb(56,173,191)
	dunkelgrau #707070

--------------------------------------------------------- */
body {
	background: #fff;
	color: #777;
	font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
	font-size: 17px;
}



/* Links ---*/
a {
	color: rgb(56,173,191);
	text-decoration: none;
	transition: background 0s ease 0s, color 0.2s linear 0s;
}

a:hover, a:active, a:focus {
	color: #707070;
	text-decoration: none;
}

/* Headings & Titles ---*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* List ---*/
.container-main ul li {
  background-image: url(../images/bullet-1.png);
}

/* Others ---*/
hr {
  border-top: 1px solid #000;
}

.item .content p {
	font-size: 84%;
	}
	
.item.grid-double .content p,
.item.grid-triple .content p,
.item.grid-full .content p {
	font-size: 100%;
	}
	
.item .content p strong {
	font-size: 175%;
	font-weight: 300;
	}

div.itemListCategory {
    border: 0 none;
    margin: 56px auto 0px;
    padding: 0 0;
    border-radius: 0;
    text-align: center;
}

.item.text-center .item-title h2,
.item.text-center .content p {
    text-align: center;
}

/* TABLES
--------------------------------------------------------- */
td {
  border-bottom: 1px dotted #000;
}

th {
  background: #000;
  color: #fff;
}

th a {
  color: #fff;
}

th a:hover,
th a:focus,
th a:active {
  color: #fff;
}

/* FORM
--------------------------------------------------------- */
input, select, button, textarea,
.article-info .category-name a,
.article-info .category-name a:hover,
.item .header .article-info,
.item .header .article-info:hover,
.grid-full .item-main,
.grid-full:hover .item-main {
  transition: all 0.56s ease 0s;
}

textarea {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  box-sizing: border-box;
  color: #333;
}

textarea:hover {
  border-color: #000;
}

textarea:focus {
	border-color: #000;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .4);
}

input[type=text],
input[type=password],
.inputbox {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	color: #000;
}

input[type=text]:hover,
input[type=password]:hover,
.inputbox:hover {
  border-color: #000;
}

input[type=text]:focus,
input[type=password]:focus,
.inputbox:focus {
  border-color: #000;
  box-shadow: inset 0 0 2px rgba(0,0,0,.4);
}

input[type=submit],
.button,
button {
  background: #c00;
  border: 1px solid #c00;
  border-radius: 0;
  color: #FFF;
  padding: 4px 5px;
  text-shadow: none;
}

input[type=submit]:hover,
.button:hover,
button:hover {
  background-color: #000;
  border: 1px solid #000;
}

input[type=submit]:focus,
.button:focus,
button:focus {
  background-color: #000;
  border: 1px solid #000;
  box-shadow: none;
}

.star {
  color: #c00;
}

/* ---------------------------------------------------------
   NAVIGATION
--------------------------------------------------------- */

/* MAIN NAV
--------------------------------------------------------- */
#mainnav {
	left: 0;
	top: 21px;
	letter-spacing: 1px;
}

#mainnav .menu {
    text-align: left;
    width: 100%;
}

#mainnav .menu .nav-child {
    text-align: left;
}


#mainnav .menu-inner {
    right: 0;
    left: 350px;
}

#mainnav .menu > li {
  border-right: 0 none;
}

#mainnav .menu > li > a {
  border: 0 none;
	color: rgb(56,173,191);
	text-shadow: none;
	font-weight: 600;
	height: 25px;
	line-height: 24px;
	margin: 0 7px 0 0;
    padding: 19px 29px;
}

#mainnav .menu > li:hover > a,
#mainnav .menu > li > a:hover,
#mainnav .menu > li > a:active,
#mainnav .menu > li > a:focus {
  border: 0 none;
  color: rgb(56,173,191);
  background: rgba(0,0,0,.04);
}

#mainnav .menu > li.active > a {
  border: 0 none;
  color: #707070;
  background: rgba(0,0,0,.035);
}

#mainnav .menu > li.active:hover > a,
#mainnav .menu > li.active > a:hover,
#mainnav .menu > li.active > a:active,
#mainnav .menu > li.active > a:focus {
  border-bottom-color: transparent;
}

#mainnav .menu > li > a.hilite:after {
	padding: 2px 5px 1px;
	text-align: center;
	top: -10px;
	border-radius: 10px;
}

/* 2nd level and above ---*/

#mainnav .menu > li.deeper.parent {
	background: none transparent;
	}


#mainnav .menu > li.deeper ul {
	background: none;
	top: 42px;
	padding: 2px 0;
	border: 0;
	box-shadow: none;
}

#mainnav .menu > li.active.deeper ul {
  border-color:  transparent; /* Active Parent's Popup*/
}

#mainnav .menu > li.deeper.hover ul,
#mainnav .menu > li.deeper:hover ul {
  margin-top: 19px;
}

#mainnav .menu > li.deeper ul li {
	border-top: 7px solid #fff !important;
	border: 0 none;
	background: transparent;
}

#mainnav .menu > li.deeper ul li a {
	text-transform: none;
	font-size: 100%;
  	color: #707070;
  	background: rgba(239,239,239,.91);
	text-shadow: none;
	transition: color 0.2s linear 0s;
	height: 38px;
	line-height: 24px;
    padding: 7px 29px;
}

#mainnav .menu > li.deeper ul li:hover a,
#mainnav .menu > li.deeper ul li a:hover,
#mainnav .menu > li.deeper ul li a:active,
#mainnav .menu > li.deeper ul li a:focus {
  color: #fff;
  background: rgba(56,173,191,.91);
}

#mainnav .menu > li.deeper ul li.active a {
  color: #fff;
  background: rgba(56,173,191,.91);
  }

#mainnav .menu > li.deeper ul ul {
  border: none;
  background: none;
  top: -40px;
}

#mainnav .menu > li.deeper ul ul ul {
  top: -37px !important;
} 

#mainnav .menu > li.deeper ul ul li a,
#mainnav .menu > li.deeper li li.parent li a,
#mainnav .menu > li.deeper ul li.active li a{
  background: #fff ;
  color: #999;
  text-decoration: none;
  font-weight: normal;
}

#mainnav .menu > li.deeper ul li.parent li a{
  background: none;
  text-decoration: none;
  color: #999;
}

#mainnav .menu > li.deeper ul ul li a,
#mainnav .menu > li.deeper ul ul li a:hover,
#mainnav .menu > li.deeper ul ul li a:focus,
#mainnav .menu > li.deeper ul ul li a:active,
#mainnav .menu > li.deeper li li.parent li:hover a,
#mainnav .menu > li.deeper li li.parent li a:hover,
#mainnav .menu > li.deeper li li.parent li a:focus,
#mainnav .menu > li.deeper li li.parent li a:active {
  color: #fff;
  background: rgba(56,173,191,.91);
}  

#mainnav .menu > li.deeper ul li.active li.active a {
  color: rgb(56,173,191); 
}

#mainnav .navprev,
#mainnav .navnext {
	background: url(../images/direcnav.png) no-repeat right center #fff;
	width: 20px;
} 

#mainnav .navprev {
	background-position: left center;
	left: -10px;
	top: -12px;
}

#mainnav .navnext {
  top: -12px;
  right: 475px;
}

div.itemBackToTop {
    display: none;
}



/* ---------------------------------------------------------
   JOOMLA
--------------------------------------------------------- */
/* COMMON JOOMLA STYLE
--------------------------------------------------------- */
.profile-edit fieldset dt {
  min-width: 20em;
}

/* Mail to ---*/
#mailto-window .mailto-close {
  background: #f0f0f0;
  border-color: #ccc;
  border-radius: 0;
  text-shadow: none;
  top: -15px;
}

#mailto-window .mailto-close a {
  color: #999;
  text-decoration: none;
}

#mailto-window .mailto-close a:hover {
  color: #c00;
  text-decoration: none;
}

#mailto-window .mailto-close:hover {
  box-shadow: none;
}

/* Category List ---*/
.categories-list ul li {
  border-bottom: 1px solid #ddd;
}

.categories-list ul li span.item-title {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
}

/* Edit Content ---*/
.edit fieldset {
  border-top: 5px solid #000;
  position: relative;
}

@media \0screen {
  .edit fieldset {
    padding-top: 20px;  
  }
  
  .edit fieldset legend {
    color: #000;
    display: block;
    position: absolute;
    top: -12px;
    left: 10px;
  }
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
  background: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 0;
}

/* Pagination ---*/
.pagination ul li,
ul.pagenav li {
  background: none;
}

.pagination ul li {
  border: 1px solid #ddd;
  margin: 0 5px 0 0;
  padding: 3px 5px;
}

.pagination ul li span {
  font-weight: bold;
  color: #ff3333;
}

.pagination ul li.pagination-start span,
.pagination ul li.pagination-prev span,
.pagination ul li.pagination-next span,
.pagination ul li.pagination-prev span {
  color: #999;
}

/* ---------------------------------------------------------
   MODULES
--------------------------------------------------------- */
.moduletable-inner {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	padding: 15px 0;
}

/* Module Title */
.moduletable .moduletable-inner > h3 {
	background: url(../images/title-bg.gif) no-repeat 20px bottom;
	border-bottom: 0;
	border-radius: 0;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding: 0 20px 10px;
	margin: 0 0 5px;
}

/* Module Content */
.moduletable .box-ct {
  padding: 5px 20px;
}

/* ---------------------------------------------------------
   TEMPLATE
--------------------------------------------------------- */

.main {
    max-width: 70%;
}

#container .main { 
	padding-top: 84px;
    max-width: 70%;
 }


#content .content-inner { padding: 0 21px 175px; }

#aside .aside-inner { padding: 0 0 0 10px; }

body.gridview #content {
	padding-bottom: 175px;
	}

/* GENERIC CONTENT STYLE
--------------------------------------------------------- */
/* Content Title ---*/
h1.componentheading,
.componentheading {
  color: #000;
}

/* Content Meta ---*/
.article-info,
.article-hit,
.jac-add-button {
  color: #666;
}

.article-info a,
.jac-add-button a {
  color: #666;
}

.article-info a:hover,
.article-info a:active,
.article-info a:focus,
.jac-add-button a:hover,
.jac-add-button a:active,
.jac-add-button a:focus {
  color: #666;
}

/* Content Image ---*/
.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  box-sizing: border-box;
}

p.img_caption {
	background: #000;
	opacity: .7;
}

/* ITEM
--------------------------------------------------------- */

#mainbody {
    background: #FFF;
    border: 1px solid #FFF;
    border-radius: 0;
    box-shadow: none;
    margin: 0 5px 30px 5px;
    }
    

    
    
h1.componentheading,
.componentheading, 
.itemView h2.itemTitle,
.page-header h2 {
  color: #707070;
  font-size: 210%;
  margin: 56px auto 35px;
  letter-spacing: .03em;
  text-align: center;
  font-weight: 600;
}

.itemFullText table,
.contact {
	margin: 0 auto;
	width: 84%;
	max-width: 840px;
	}
	
.contact .tab-content {
	border: 0 none;
	border-bottom: 1px solid rgba(0,0,0,.07);
	}
	
.contact .nav-tabs {
    text-align: center;
    width: 100%;
}

.contact .nav-tabs > li {
    float: none;
    margin-bottom: -1px;
    display: inline-block;
    text-align: center;
}

.contact .nav-tabs > li a {
	padding: 14px 21px;
	}

.contact .nav-tabs > .active > a, 
.contact .nav-tabs > .active > a:hover {
	background: #fff;
	}
	
.contact-form {
	margin: 35px 0;
	}
	
.itemFullText table tr {
	border-bottom: 1px solid rgba(0,0,0,.07);
	}
	
.itemFullText table tr:nth-child(even) {
	background-color: rgba(0,0,0,.005);
	}
	
.itemFullText table td {
	padding: 7px;
	border: 0 none;
	}

.item {
}

.grid-full {
	width: 100% !important;
	}
	
.item.grid-full + .item.grid-full .item-inner {
	margin: 0 24px;
	}
 	

.grid-full.item-text .item-title,
.grid-full.item-image-text .item-title {
	display: block;
	}
	

	
.grid-full.item-text .item-title h2,
.grid-triple.item-text .item-title h2 {
  color: rgb(56,173,191);
  font-size: 140%;
  margin: 49px 0 -49px;
}



.grid-double.item-text .item-title h2 {
	  padding-left: 0;
  margin: 0px 0 14px;
}

.item.grid-full.item-text .content, 
.item.grid-triple.item-text .content,
.item.grid-double.item-text .content {
    font-size: 100%;
    font-style: normal;
}

.item.grid-triple.item-text .content strong {
  color: rgba(0,94,136,.91);
  }
	
.grid-full .item-image {
	padding-top: 49px !important;
	}
.item .item-image img {
	box-shadow: none;
	}

.itemListView.gallery .item.grid-full .item-image {
	padding-top: 0 !important;
  }
  
.itemListView.gallery .grid-full.item-image-text .item-image {
	margin-bottom: 10px !important;
	}
	
.item .item-inner,
.corner-stamp .corner-inner {
  border: 0 none;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  transition: box-shadow .2s ease 0s;
  margin: 24px;
}


.item:hover .item-inner,
.corner-stamp:hover .corner-inner {
  box-shadow: none;
}

.item .item-main {
	padding: 14px 0;
	background: transparent;
}

.grid-triple.image .item-main {
	display: none;
	}
	
.grid-full.heading .item-main {
	display: none;
	}
	
.grid-full .item-main {
	opacity: 0;
	}
	
.grid-full:hover .item-main,
.grid-full.item-text .item-main {
	opacity: 1;
	}
	
.grid-full .item-image {
	margin-bottom: 0 !important;
	}
	
.item-title h2 {
    border: 0 none;
    color: #707070;
    margin: 0 auto 3px;
    padding-bottom: 0;
    text-align: left;
    width: 100%;
    font-size: 100%;
    font-weight: 600;
	}
	
.item-text .item-title h2 {
    border-bottom: 0 none;
    }
	
body.basegrid-s .item .item-main {
  padding: 0;
}

/* Item IMG ---*/
.item .item-image {
  margin: 0 0 10px;
}

body.basegrid-s .item .item-image {
  margin: 0 0 10px;
}

.item .item-image span {
  display: none;
}

/* Item Title ---*/
body.display-imageview .item .item-header {
  padding: 10px 20px 0;
}

.item .header h2 {
	line-height: 1.1;
	font-size: 280%;
	font-weight: 200;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: transparent none;
	text-align: center;
	text-transform: uppercase;
}

.category-name strong {
	display: none;
	}
	
.item.grid-full .header .article-info {
    display: block;
    height: 100%;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
	background: transparent;
}

.itemListView.gallery .item.grid-full .article-info {
    display: block;
    height: auto;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 99;
	background: transparent;
  }

  
.itemListView.gallery .item.grid-full .article-info .category-name a {
  color: rgb(56,173,191);
  font-size: 490%;
  font-style: italic;
  padding-left: 0;
  margin: 0 0 0;
  }
	
.article-info dd {
    display: block;
    float: left;
    height: 100%;
    margin-right: 10px;
    width: 100%;
  letter-spacing: .05em;
    padding-top: 0;
}
	
.article-info .category-name a {
    display: block;
	line-height: 1.7;
	font-size: 175%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: transparent none;
	text-align: left;
	text-transform: none;
	font-weight: 400;
	color: rgb(56,173,191);
	height: 100%;
	width: 100%
}

.item .header .article-info:hover {
	background: transparent;
}

.item .content {
    text-align: left;
    font-size: 100%;
    font-weight: 300;
}


body.basegrid-s .item .header h2 {
  font-size: 110%;
}

.item .header h2 a {
  color: #4789a1;
}

.item .header h2 a:hover,
.item .header h2 a:focus,
.item .header h2 a:active {
  color: rgb(233,212,163);
}

.item:hover h2 a {
  color: rgb(233,212,163);
}

/* Item Header ---*/
.item .header {
}


/* Item Content ---*/
.item .content {
}

body.display-imageview .item .item-content {
  padding: 0 20px;
}

body.display-imageview .item div.catItemTagsBlock,
body.display-imageview .item .item-tags {
  padding: 0 20px;
}

/* Item Footer ---*/
.item .footer {
	display: none;
}


body.display-imageview .comments-link {
  margin-top: -5px;
}

/* Item Readmore ---*/
.item .readmore {
}

.item .readmore a {
	border: none;
	border-left: 1px solid #ddd;
	border-radius: 0;
	text-indent: -9999px;
	background: url(../images/more.gif) no-repeat center;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: -10px 0 0;
	transition: all 0.2s linear 0s;
}

.item:hover .readmore a {
	border-color: #000;
	background: url(../images/more-hover.gif) no-repeat center #000;
}

body.basegrid-s .item .readmore a {
	margin: -10px 0 !important;
}

/* Item Status---*/
.item-hot .header > h2:before {
  background: #cc0000;
	border-radius: 0;
	margin-top: 1px;
	padding: 1px 5px;
	font-size: 11px;
	float: left;
	font-weight: normal;
	text-align: center;
	color: #fff;
	top: 0;
	width: 25px;
	text-transform: none !important;
	border-radius: 1px;
}

.item div.img_caption { position: relative; }

.item p.img_caption {
  bottom: 10px;
  display: none;
	float: left;
	padding: 5px 15px !important;
  left: 0;
	width: auto !important;
	opacity: 0;
	transition: opacity 0.2s linear 0s;
	z-index: 2;
}

.item:hover p.img_caption {
	display: block;
	opacity: 0.8;
}


/* Contact
--------------------------------------------------------- */

.contact .accordion-group {
    border: 0 none;
    display: block;
    margin: 35px 0;
}

.contact h3 {
	display: none;
	}
	
.contact-address.dl-horizontal {
	margin: 35px 0;
	}
	
.contact .accordion-heading {
    background: transparent none repeat scroll 0 0;
    border-bottom: 0 none;
}

.contact .accordion-heading .accordion-toggle {
    padding: 8px 0;
}

.contact .accordion-inner {
    border-top: 0 none;
    padding: 9px 0;
}

	input[type="text"], 
	input[type="password"], 
	input[type="email"],
	.inputbox,
	textarea {
		width: 420px;
	}


/* DISPLAY PRESETS
--------------------------------------------------------- */
/* Display ---*/
/* Image View */
body.display-imageview .item-inner {
  border: 0px;
}

body.display-imageview .item:hover .item-inner {
  border: 0px;
  box-shadow: none;
}

body.display-imageview .item-image img {
  border: none;
}

body.display-imageview .item.dark .item-image img {
  border: 4px solid #252525;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body.display-imageview .item.hilite .item-image img {
  border: 4px solid #33a2d2;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body.display-imageview .footer .article-hit {
  margin-top: -5px;
  padding-left: 20px;
}

/* Items without IMG in Image View */
body.display-imageview .item.no-image {
  display: none !important;
}

body.display-imageview .item.no-image .item-inner {
  height: 0 !important;
}



/* POPUP CONTENT
--------------------------------------------------------- */
body.popupview #popup-view {
  background: url(../images/trans-black-80.png);
}

.windowview .item-page > h1 {
	display: none;
	}
	
div.content .youtube-player {
    width: 100%;
}

body.popupview #popup-inner {
  background: #fff;
  border: 1px solid #000;
  border-radius: 0;
  box-shadow: 0 0 8px rgba(0,0,0,.4);
}

/* loading Indicator */
body.popupview #popup-content:after {
  border-radius: 0;
  background: #000;
}

/* HEADER
--------------------------------------------------------- */
#header {
	height: 84px;
	background: transparent;
	color: #858585;
	border-bottom: 1px solid rgba(0,0,0,.035);
}

#header .wrap-inner {
	background: rgba(255,255,255,.98);
	border-bottom: none;
}

#header .main {
  height: 84px;
}

/* Logo Image ---*/
#logo.logo-image {
	background: transparent;
	border: none;
	width: 263px;
  height: 63px;
}

#logo.logo-image h1 {
	background: transparent;
	width: 263px;
	height: 70px;
	right: 0;
	bottom: 0;
	position: absolute;
}

#logo.logo-image h1 a {
	background:url(../images/minzlaff-logo.png) no-repeat center;
	display: block;
	width: 263px;
	height: 70px;
	text-indent: -9999px;
	padding: 7px;
}

#logo.logo-image:hover h1 a,
#logo.logo-image h1 a:hover,
#logo.logo-image h1 a:active,
#logo.logo-image h1 a:focus {
  color: #fff;
}

/* Logo Text ---*/
#logo.logo-text {
  background: transparent !important;
	border: 0;
	width: auto;
	height: 70px !important;
	overflow: visible;
}

#logo.logo-text h1 {
	background: transparent;
	padding: 25px 23px 13px;
	width: auto;
	float: left;
	margin-top: 0;
	position: relative;
	font-size: 210%;
}

.logo-text h1 a {
    color: rgb(56,173,191);
    display: inline-block;
    font-weight: 200;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
}

#logo.logo-text h1 a {
}

#logo.logo-text:hover h1 a,
#logo.logo-text h1 a:hover,
#logo.logo-text h1 a:active,
#logo.logo-text h1 a:focus {
  color: rgb(56,173,191);
}

#logo.logo-text p {
  color: #252525;
  display: block;
  float: right;
  padding-top: 5px;
}

/* Head Search ---*/
#header #search {
  display: none;
}


/* MAIN CONTAINER
--------------------------------------------------------- */
/* Mainbody ---*/
#mainbody {
	background: #FFF;
	border-radius: 0;
	border: none;
	box-shadow: none;
}

body.has-sidebar #mainbody {
}

body.gridview #mainbody {
	background: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

/* Sidebar ---*/
#sidebar {
	color: #666;
	text-shadow: none;
	top: 105px;
}

#sidebar .sidebar-inner-scrollblock {
  padding-bottom: 30px;
}

/* Sidebar Nav */
#sidebar .menu li a {
	border-radius: 0;
	color: #252525;
	text-transform: none;
	padding: 2px 0 !important;
}

#sidebar .menu li a:hover,
#sidebar .menu li a:active,
#sidebar .menu li a:focus {
	background: none;
	color: #ff3333;
}

/* Sidebar Categories */
#sidebar .categories-module li a {
	border-radius: 0;
	color: #252525;
	padding: 2px 0 !important;
	text-transform: none;
}

#sidebar .categories-module li a:hover,
#sidebar .categories-module li a:active,
#sidebar .categories-module li a:focus {
	background: none;
	color: #ff3333;
}

/* Active */
#sidebar .menu li.active a,
#sidebar .categories-module li.active a {
	background: none;
	color: #4789a1;
	text-shadow: none;
}

/* 2nd level + */
#sidebar .menu ul,
#sidebar .categories-module ul {
  border-color: #000;
}

/* Sidebar Module */
#sidebar .moduletable .moduletable-inner > h3 {
	color: #000;
	padding-right: 20px;
	text-transform: none;
	font-weight: bold;
	letter-spacing: 0;
	font-size: 12px;
}

#sidebar .moduletable .moduletable-inner > h3 span {
  background: url(../images/title-bg.gif) no-repeat right bottom;
  padding-bottom: 15px;
  display: block;
}

#sidebar .moduletable .box-ct {
  padding-right: 20px;
}

/* DISPLAY TOOLBAR
--------------------------------------------------------- */
#toolbar {
  display: none;
}






/* MISC.
--------------------------------------------------------- */
/* Toggle ----*/
/* Toggle button */
.btn-toggle {
  background: #252525;
}

/* Loading Notif. --- */
#infscr-loading {
  border-radius: 0;
  background: #000;
}

/* 404 Page ---*/
.error #outline {
	background: none;
}

.error #error-code {
	background: #252525;
	border-radius: 100px;
	width: 200px;
	height: 200px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 200px;
	position: inherit;
	float: left;
}

.error #error-message,
.error #back-home {
	color: #000;
	font-size: 24px;
	margin: 0;
	float: left;
	width: 430px;
	margin: 75px 0 0 20px;
}

.error #back-home {
	float: left;
	background: none;
	text-indent: 0;
	color: #4789a1;
	position: inherit;
	width: auto;
	height: auto;
	font-size: 12px;
	margin-top: 10px;
}

.error #text-tip {
	display: none;
}

/* ---------------------------------------------------------
   RESPONSIVE STYLES
--------------------------------------------------------- */


@media only screen and (max-width: 1800px) {
	
	.main {
    	max-width: 84%;
	}
	
	#container .main { 
    	max-width: 84%;
 	}

}


@media only screen and (max-width: 1440px) {
	
	.main {
    	max-width: 98%;
	}
	
	#container .main { 
    	max-width: 98%;
 	}
 	
 	.itemFullText table,
	.contact {
		width: 98%;
	}

}


/* Normal 
--------------------------------------------------------- */

@media only screen and (max-width: 1280px) {
	.itemListView.gallery .item.grid-full .article-info .category-name a,
.grid-full.item-text .item-title h2,
.grid-triple.item-text .item-title h2,
h1.componentheading, .componentheading, 
.itemView h2.itemTitle,
.page-header h2 {
  		font-size: 140%;
 	 }
 	 
 	#mainnav .menu-inner {
    	left: 266px;
	}
	
	h1.componentheading, .componentheading, .itemView h2.itemTitle, .page-header h2 {
    	margin: 21px auto 14px;
    }
    
.item .content p {
	font-size: 70%;
	}
	
.item.grid-double .content p,
.item.grid-triple .content p,
.item.grid-full .content p {
	font-size: 84%;
	}
	
.item .content p strong {
	font-size: 119%;
	}
    
}
 	 
 	 

/* MOBILE PORTRAIT (layout-mobile-portrait.css)
--------------------------------------------------------- */
@media only screen and (max-width:985px) {

	#header {
    	height: 122px;
	}

	#logo.logo-image {
    	width: 100%;
	}

	#logo.logo-image h1 {
    	margin: 0 0;
    	position: relative;
    	right: inherit;
	}
	
	#header .wrap-inner {
    	height: 126px;
	}

	#container .main {
    	padding-top: 126px;
    }

	#mainnav {
    	left: 23px;
    	padding-left: 0;
    	top: 87px;
    	height: 35px;
	}


	#mainnav .menu-inner {
    	left: 0;
    	height: 35px;
	}

	#mainnav .menu {
    	text-align: left;
	}
	
	#mainnav .menu > li > a {
    	font-size: 17px;
    	padding: 7px 14px;
	}
	
	#mainnav .menu .nav-child {
    	text-align: left;
	}
	
	#mainnav .menu > li.deeper ul {
    	top: 18px;
    }
	
	#mainnav .menu > li.deeper ul li a {
    	padding-left: 14px;
    	padding-right: 14px;
	}
	
	.item .item-inner, .corner-stamp .corner-inner {
		margin: 21px;
		}

 	.itemFullText table,
	.contact {
		width: 100%;
	}
	
	.itemListView.gallery .item.grid-full .article-info .category-name a,
.grid-full.item-text .item-title h2,
.grid-triple.item-text .item-title h2,
h1.componentheading, .componentheading, 
.itemView h2.itemTitle,
.page-header h2 {
  		font-size: 119%;
 	 }

}

/* MOBILE (layout-mobile.css)
--------------------------------------------------------- */
@media only screen and (max-width:719px) {

  /* BODY LAYOUT
  --------------------------------------------------------- */


  /* HEADER
  --------------------------------------------------------- */



  /* MAIN NAV
  --------------------------------------------------------- */
 

  /* CONTENT
  --------------------------------------------------------- */
  

  
	.item .header h2,
	.item-title h2 {
    	font-size: 84%;
    	margin-bottom: 0;
    	padding-bottom: 0;
	}
	p.img_caption {
    	font-size: 13px;
	}
	.itemListView.gallery .item.grid-full .article-info .category-name a,
.grid-full.item-text .item-title h2,
.grid-double.item-text .item-title h2,
.grid-triple.item-text .item-title h2,
h1.componentheading, .componentheading, 
.itemView h2.itemTitle,
.page-header h2 {
  		font-size: 140%;
  		line-height: 1.3;
 	 }
 	 
 	 .article-info .category-name a,
 	 .grid-double.item-text .item-title h2 {
 	   	font-size: 105%;
  		line-height: 1.3;
 	 }
 	 
  	 .item .content, 
	.item.grid-full.item-text .content,
	.item.grid-triple.item-text .content,
	.item.grid-double.item-text .content {
 	   	font-size: 84%;
 	 }
 	 
 	 .grid-full .item-image {
    	padding-top: 28px !important;
	}
	
	.item .item-main {
    	padding: 7px 0 0px ;
	}
	
		.main {
    	max-width: 100%;
	}
	
	#container .main { 
    	max-width: 100%;
 	}
 	
 	ul.jsub {
    	background: #FFF;
    	border: 0 none;
    	box-shadow: none;
    	left: 0;
    }
    
    	#mainnav {
    	left: 0;
	}
	
		#mainnav .menu > li > a {
    	font-size: 15px;
    	padding: 7px;
    	font-weight: 400;
		margin: 0 0 0 0;
		letter-spacing: .035em;
	}
	
	h1.componentheading, .componentheading, .itemView h2.itemTitle, .page-header h2 {
    	margin: 21px auto 14px;
    }
	
}


/* MOBILE PORTRAIT (layout-mobile-portrait.css)
--------------------------------------------------------- */
@media only screen and (max-width:579px) {


	.contact .nav-tabs > li a {
    	padding: 10px;
	}

	input[type="text"], 
	input[type="password"], 
	input[type="email"],
	.inputbox,
	textarea {
		max-width: 235px;
		}

}

/* layout-tablet.css ---*/
@media only screen and (min-width:720px) and (max-width: 985px) {

  /* BODY LAYOUT
  --------------------------------------------------------- */
  
  .bd-home .grid-full,
.no-preview .grid-full {
	width: 100% !important;
	}
  /* Sidebar ---*/


  /* HEADER
  --------------------------------------------------------- */

#logo {
    margin-left: 0;
}


  
  /* Head Search ---*/


  /* MAIN NAV
  --------------------------------------------------------- */
	


	/* CONTAINER
	--------------------------------------------------------- */


  /* DISPLAY TOOLBAR
  --------------------------------------------------------- */
#toolbar {
  display: none;
}
  
}

/* NORMAL (layout-normal.css)
--------------------------------------------------------- */
@media only screen and (min-width:986px) and (max-width: 1235px) {

}

/* WIDE (layout-wide.css)
--------------------------------------------------------- */
@media only screen and (min-width:1236px) and (max-width: 1585px) {
}

/* WIDE EXTRA l(ayout-wide-extra.css)
--------------------------------------------------------- */
@media only screen and (min-width:1586px) and (max-width: 1890px) {
}

/* HD (layout-hd.css)
--------------------------------------------------------- */
@media only screen and (min-width:1891px) {
}


