/**
 * @package     Templates.Flatlia
 *
 * @author      BlackRed Designs www.blackredesigns.com
 * @copyright   Copyright (C) 2014 BlackRed Designs. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */
 
 /* @group System + BT3 fixes */
.clr{
	clear: both;
}
img{
	max-width: 100%;
}
.site-navbar-fixed-top #container-content{
	padding-top: 70px;
}
.site-navbar-fixed-bottom #container-content{
	padding-bottom: 70px;
}
.invalid{
	border-color: #ff3c1f;
}
span.label-inverse{
	color: #ff3c1f;
	font-size: 120%;
	font-weight: 200;
}
#system-message dt{display: none;}
.alert-error{
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.modal-backdrop.in{
	z-index: 1;
}
.btn-toolbar .btn{
	margin-bottom: 5px;
}
.ajax-loading{
	background: url('../images/ajax-loader.gif') center center no-repeat transparent;
	min-height: 150px;
}
/*Joomla Modal box*/
#sbox-window .sbox-content-iframe iframe{
	max-width: 100%;
	max-height: 100%;
}
#sbox-window .sbox-content-iframe{
	overflow: hidden;
}
/*Tap2Zoom*/
#Tap2zoomImg{ 
	max-width: 70%;

}
.tap2zoom-noreps{
	max-width: none !important;
}
.tap2zoom{
	cursor: pointer;
}
#Tap2zoomViewport{
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .75);
	z-index: 9999;
}
#Tap2zoomViewport .close-viewport{
	position: fixed;
	left: 5px;
	top: 5px;
	width: 90px;
	height: 34px;
	border-radius: 5px;
	background-color: #000;
	font-size: 15px;
	font-weight: 100;
	line-height: 34px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	opacity: .4;
}
#Tap2zoomViewport .close-viewport:hover{
	opacity: 1;
}
#Tap2zoomViewport .window{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	overflow: scroll;
	text-align: center;
}
#Tap2zoomViewport .window .middle {}

#Tap2zoomViewport .window iframe{
	border: none;
	width: 100%;
	height: 100%;
}
#Tap2zoomViewport .guide{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
/* @end */

/* @group Page Layout */
.black{
	color: #030303;
}
.red{
	color: #ff3c1f;
}
.copyright2{
	display: none;
}
ul.nav i{
	font-size: 120%;
	padding-right: 5px;
}
.navbar-brand{
	font-size: 30px;
}
.navbar-logo{
	margin-top: -6px;
	max-height: 32px;
}
#btn-panel-left{
	margin-right: 10px;
}
#btn-panel-right{}
.navbar[role="navigation"] .btn-panel{
	margin: 8px 2px;
}
.navbar[role="navigation"] .btn-panel:hover{	
}
.navbar-icons ul.nav{
	float: left;
}
.accordion-heading a{
	display: block;
}
.navbar p{
	padding: 0;
	margin: 0;
}
/*Nav Icon bar*/
.has-navbar-icons .navbar-header{
	float: left;
}
.navbar-icons{
	height: 50px;
	overflow: hidden;
}
.nav-icons>li>a, .nav-icons>li>a:hover{
	padding: 13px 10px;
	background:  transparent;
	color: inherit;
	border-radius: 0;
	border-bottom: 3px solid #fff;
}
.nav-icons>li>a:hover{
	background-color: rgba(0, 0, 0, .015);
	border-bottom-color: #428bca;
}
.nav-icons>li.active>a, .nav-icons>li.active>a:hover, .nav-icons>li.active>a:focus{
	background:  transparent;
	color: inherit;
	border-bottom-color: #428bca;
}

footer{
	padding: 30px 0;
}
h4.alert-heading{
	display: none;
}
#back2top{
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 999;
	cursor: pointer;
}
#back2top a{
	display: block;
	text-align: center;
	border-radius: 25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #000000;
	opacity: .1;
	color: #fff;
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back2top a:hover{
	opacity: .7;
}
/* @end */


/* @group com_content */
dl.article-info:after{
	clear: both;
	content: '';
	display: table;
}
dt.article-info-term{
	display: none;
}
dl.article-info dd{
	display: inline-block;
	padding-right: 10px;
}
/* @end */

/* @group com_search */
.search-results .result-title{
	padding-top: 20px;
	font-size: 120%;
}
.search-results .result-created{
	font-size: 90%;
	font-style: italic;
}

/* @end */

/* @group com_user & mod_login */
.login-form .control-group{
	margin: 5px 0;
}
.login-form .list-group > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after{
	border-bottom: none;
}

/* @end */

/* @group com_contact */
dd[itemprop="jobTitle"]{
	font-size: 120%;
}
#contact-form legend{
	font-size: 100%;
	border-bottom: none;
}
.contact .tab-content{
	padding-top: 20px;
}
/* @end */

/* @group com_search */
.searchintro{
	padding: 20px 0;
}
/* @end */

/* @group Photorama */
.fotorama .banner-item,
.fotorama--fullscreen .banneritem{
	text-align: center;
}
.fotorama .banner-item .banner-image{
	margin: 0 auto;
}
/* @end */

/* @group K2 */
#k2Container .itemContainer{
	
}
#k2Container #itemListLinks .catItemTitle{
	font-size: 120%;
}
/* @end K2 */

/* @group DigiStore */
.digistore h4{
	padding: 20px 0;
}
.digistore .breadcrumb > li + li:before{
	display: none;
}
.digistore .breadcrumb .divider{
	padding-right: 5px;
}
#dslayout-viewproduct{
	border-bottom: 1px solid #e6e7e8;
}
#dslayout-viewproduct .ijd-box{
	border: none;
	padding-bottom: 10px;
}
#dslayout-viewproduct .ijd-addtocartbutton{
	margin-top: 20px;
}
.digistore .product_image_gallery{
	border: none;
	padding-right: 5px;
}
.digistore .navbar .hidden-phone{
	display: none;
}
.digi_short_desc_page{
	font-weight: normal;
	font-size: 100%;
}
.digistore .ijd-single-product-title{
	color: #428BCA;
	margin: 0 0 30px 0;
}
/* @end */

/* @group Desktop screen */
@media (min-width: 768px) {	
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
		margin: 5px;
		border-radius: 5px;
	}
}/*min-width: 768px*/

/* @group Mobile screen */
@media (max-width: 767px) {	
	.navbar-icons span.title{
		display: none;
	}	
	object{
		max-width: 100%;
		height: auto;
	}
}/*max-width: 767px*/

@media (max-width: 480px) {
	.navbar-brand{
		font-size: 25px;
	}
	
	/* @group K2 */
	#k2Container .itemContainer{
		width: 100% !important;
		float: none;
	}
	/* @end K2 */
	
}/*max-width: 480px*/
/* @end Mobile screen */