/**
*	@version	$Id: template.css 9 2013-03-21 09:47:13Z linhnt $
*	@package	OMG Responsive Template for Joomla! 2.5
*	@subpackage	main css file for template ot_fringilla
*	@copyright	Copyright (C) 2009 - 2013 Omegatheme. All rights reserved.
*	@license	GNU/GPL version 2, or later
*	@website:	http://www.omegatheme.com
*	Support Forum - http://www.omegatheme.com/forum/
*/

/* 
* In this file we define layout such as: dimensions, position, padding, margin, etc. 
* We also define COMMON typography (color, font) - JUST ONLY common style. 
* If template has many preset styles, define typography in preset-style-x.css appropriate each design
*/



/* This is for test or demo only, can remove */
.oPosBlock {
    /* margin-bottom: 20px;
    margin-top: 10px; */
}
.oPos {
	/* background: #EEE; */
	/*border-radius: 3px;*/
}
/* end demo */


/*========================= 1. GENERAL =======================*/

input, textarea, .uneditable-input { max-width: 99%; }
a.modal {
    background: none repeat scroll 0 center transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
    bottom: 0;
    left: 0;
    margin: 0;
    outline: medium none;
    padding: 0;
    position: relative;
    right: 0;
    top: 0;
    width: auto;
    z-index: 0;
}
.ie7 .btn-navbar{ display: none; }

/*========================= 2. OVERIDE JOOMLA =======================*/

/* com_search */
.search{}
.search .phrases-box,
.search .ordering-box,
.search .only,
.search .form-limit 
{
	clear: both; 
	margin: 0.5em 0;
}
.search .phrases-box > input,
.search .phrases-box > label {
	display: inline;
	margin: 0 2px;
}
.search .ordering-box > label {
	display: inline;
}

/* tooltips*/
.tip-wrap {
    background-color: #000000;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
    z-index: 100;
}
.tip-title {
	font-weight: bold;
}
.tip-text {
    text-align: left;
}

/* editor buttons */
.button2-left,
.button2-right {
	display: inline-block;
	*display: inline;
	padding: 4px 12px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
		  border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* com_content */
.pagenav:after {
    clear: both;
}
.pagenav:before, .pagenav:after {
    content: "";
    display: table;
    line-height: 0;
}
.pagenav{
    list-style: none outside none;
    margin: 18px 0;
    text-align: center;
}
.pagenav li {display:inline;}
.pagenav .pagenav-prev a{ float: left; }
.pagenav .pagenav-next a{ float: right; }
.pagenav a{
    background-color: #F8F8F8;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    display: inline-block;
    padding: 3px 8px;
}

/*========================= 3. RESPONSIVE ====================*/

@media (min-width: 1200px) {

}

@media (min-width: 980px) {

}

@media (max-width: 979px) {
	
}

@media (min-width: 768px) and (max-width: 979px) {

}

@media (max-width: 767px) {
	/* fixed the modal popup width in small screen */
	#sbox-overlay {
		min-width: 100% !important;
	}
	#sbox-window {
		left: auto !important;
		padding: 0;
		width: 90% !important;
	}
	#sbox-window .sbox-content-iframe > iframe {
		max-width: 100% !important;
	}
	
	/* fixed facebox pop up in small screen (Virtuemart) */
	#facebox { max-width: 90% !important; left: auto !important; }
	#facebox .content { display: block !important; }
	#facebox iframe { max-width: 100% !important; }
}

@media (max-width: 480px) {

}


/*========================= 4. LAYOUT =======================*/
.ie7  .btn-navbar{
	display: none;
}
.ie7 .row-fluid .form-search [class*="span"],
.ie8 .row-fluid .form-search [class*="span"]{
	min-height: 20px;
}
.ie7 .form-search .input-append,
.ie8 .form-search .input-append {
	display: block;
}
.input-append {
	max-width: 100%;
}
.tab-content{
	overflow: visible;
}
ul{
	margin: 10px 0;
}
body{
	color: #4C5154;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.body-bg{
	
}
.row-fluid.container-i{
	/* padding: 0 2%;
	width: 96%; */
}
.componentheading{

}
h3.mod-title{
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	text-transform: uppercase;
	margin: 10px 0;
	padding: 10px 0;
	clear: both;
}
.otRounded .ot-mod-inner{
	border:1px solid;
	padding: 9px;
}
.otRounded h3.mod-title{
	margin: -10px 0px -20px -10px;
	padding: 0px;
	position: relative;
}
.otRounded span.mod-title{
	padding: 5px 30px 5px 20px;
	display: inline-block;
}
.otRounded .mod-content{
	padding: 9px;
}
.otRounded .mod-content-i{
	padding: 20px 10px 10px;
}
.oTopBlock  .container,
.oTopBlock .top1{
	padding-bottom: 9px;
}
.oTopBlock .top1 ul{
	float: left;
	padding: 0 10px;
	margin: 10px 0;
}
.oTopBlock .top1 ul li{
	float: left;
	padding: 0 5px;
	margin: 0;
}
.oTopBlock .top1,
.oTopBlock .top1 a{
	
}
.oTopBlock .top1 .module{
	float: right;
}
.oTopBlock .top1 ul li a{
	/* padding: 5px 1px; */
	background: none;
}
.oTopBlock .top3{
	border-top: 1px solid;
}
.oTopBlock .otmenu-desk-wrapper .ot-menu li.first a.level1 > span{
	
}
.oTopBlock .otmenu-desk-wrapper .ot-menu li.last a.level1 > span{
	
}
.oTopBlock .top2{
	
}
.oTopBlock .top3{
	
}
.oMainBlock .container{
	padding: 20px 0;
}
.oBottomBlock .container{
	padding: 20px 0;
}
.oFooterBlock .container{
	padding: 20px 0 10px;
	font-size: 12px;
}
.oFooterBlock .footer1-6 .module{
	float: right;
}
.oFooterBlock .footer1{
	
}
.oFooterBlock .footer2{
	
}
.breadcrumb{
	font-size: 13px;
	font-style: italic;
}
.module .search{
	text-align: right;
}
.carousel{
	z-index: 0;
}

/* CUSTOM MENU */

.top3 .otmenu-desk-wrapper{
	margin: 0 10px;
}
.top3 .otmenu-desk-wrapper .ot-menu li:hover{
	background: none;
}
.top3 .otmenu-desk-wrapper .ot-menu a.level1{
	font-size: 18px;
	line-height: 16px;
	height: 16px;
	padding: 12px 0;
}
.top3 .otmenu-desk-wrapper .ot-menu a.level1 span{
	padding: 0 15px;
}
.top3 .otmenu-desk-wrapper .ot-menu li.level1 > .submenu-wrap{
	top: 40px;
}
.ot-menu a,
.top3 .otmenu-desk-wrapper .ot-menu a,
.menu a{
	font-family: 'Oswald';
	text-transform: uppercase;
}
.oFooterBlock ul.menu li{
	float: left;
	padding: 0 10px 0 0;
}

/* CUSTOM BANNER */
.ot_banner .carousel img{
	width: 100%;
}
.custom_banner{
	margin-top: -250px;
	position: relative;
}

/* CUSTOM SIDEBAR */
[class*="sidebar-"] ul{
	margin: 10px 0 10px 10px;
}
[class*="sidebar-"] h3.mod-title{
	border-bottom: 1px solid;
}
[class*="sidebar-"] .otRounded h3.mod-title{
	border-bottom: 0;
}

/* CUSTOM CONTENT */


/* CUSTOM FOOTER */
.oFooterBlock .nav > li > a{
	
}
.oFooterBlock .nav > li > a:hover,
.oFooterBlock .nav > li > a:focus{
	background: none;
}

/* CUSTOM K2 */
ul.itemsList li{
	list-style: none;
	padding: 10px;
	font-family: 'Oswald';
	border-bottom: 1px solid;
}
ul.itemsList li.lastItem{
	border-bottom: 0;
}
.k2ItemsBlock .moduleItemImage{
	float: left;
	margin: 0 10px 0 0;
}
.k2LatestCommentsBlock .carousel-control,
.k2TopCommentersBlock .carousel-control{
	position: relative;
	display: inline-block;
	border: 0;
	margin: 0;
	width: 20px;
	height: 20px;
	font-size: 35px;
	line-height: 15px;
	top: 0;
	left: 0;
}

/* CUSTOM VIRTUEMART */
.orderby-displaynumber{
	position: relative;
	z-index: 3;
	border: 0;
}
div.browse-view .category-title{
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid;
}
div.browse-view .category-title h3{
	line-height: 30px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'Oswald';
	font-size: 24px;
	float: left;
	margin: 10px 20px 10px 10px;
}
div.browse-view .category_description{
	font-style: italic;
	font-size: 11px;
	margin: 10px 0;
}
.productdetails-view h1{
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid;
}
.productdetails-view h4{
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	text-transform: uppercase;
	padding: 10px 0;
	border-bottom: 1px solid;
}
.productdetails-view .main-image{
	margin: 20px 0;
	border: 1px solid;
}
.productdetails-view .spacer-buy-area{
	margin: 10px 0 0;
	padding: 10px;
	font-size: 13px;
	border: 1px solid;
}
.productdetails-view .spacer-buy-area-i,
.productdetails-view .spacer-buy-area-ii{
	padding: 10px;
}
.productdetails-view .product-short-description{
	margin: 10px 0 0;
	padding: 10px 0;
}
.quantity_box,
.product-fields-title{
	font-family: 'Oswald';
	font-weight: normal;
	text-transform: uppercase;
}
span.addtocart-button input.addtocart-button,
span.addtocart-button input.notify-button{
	padding: 4px 12px;
}
.productdetails-view .spacer-buy-area .product-price{
	margin: 0px 0 10px 0;
	line-height: 30px;
	font-family: 'Oswald';
	text-align: right;
	border-bottom: 1px solid;
}
.productdetails-view .spacer-buy-area .product-price div span{
	font-size: 24px;
}
.productdetails-view .spacer-buy-area .product-price .price-crossed div span{
	font-size: 18px;
}
span.quantity-controls{
	width: 60px;
	margin: 0;
	padding: 0;
}
span.quantity-box{
	margin: 0;
	padding: 0;
	width: 39px;
}
span.quantity-controls input.quantity-plus,
span.quantity-controls input.quantity-minus{
	border: none;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;	
	cursor: pointer;
	float: left;
	padding: 0;
	margin: 0px;
	width: 20px;
	height: 20px;
}
.productdetails-view .ot-tabs{
	margin-bottom: 20px;
}
.ot-tabs .nav-tabs{
	padding: 10px 0;
}
.ot-tabs .nav-tabs li{
	margin: 0px 1px;
	border-width: 0 1px;
	border-style: solid;
}
.ot-tabs .nav-tabs li:first-child{
	border-left: 0;
}
.ot-tabs .nav-tabs li:last-child{
	border-right: 0;
}
.ot-tabs .nav-tabs a{
	font-family: 'Oswald';
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0 12px;
	border:0;
}
.ot-tabs .nav-tabs .active > a,
.ot-tabs .nav-tabs > a:hover,
.ot-tabs .nav-tabs > a:focus{
	border:0;
}
.module .tab-content,
.productdetails-view .tab-content{
	border: 0px;
	padding: 0 1%;
}
.product-related-products,
.product-related-categories{
	border: 0;
}
.oTopBlock .module .vm_cart {
	float: left;
	margin: 10px 0;
	font-family: "Oswald";
	font-size: 14px;
	line-height: 40px;
	text-transform: uppercase;
}
.oTopBlock .vm_cart .total_products,
.oTopBlock .vm_cart .total,
.oTopBlock .vm_cart .show_cart {
	float: left;
}
.oTopBlock .vm_cart .total_products{
	border: 1px solid;
	border-right: 0;
	padding: 0 10px 0 30px;
}
.oTopBlock .vm_cart .total{
	border: 1px solid;
	padding: 0 10px;
}
.oTopBlock .vm_cart .show_cart{
	padding: 1px 10px;
}
.oTopBlock .vm_cart .show_cart a{
	text-decoration: none;
}
.product{
	float: left;
	width: 100%;
	margin: 0 0 20px;
}
.product .spacer{
	border: 1px solid;
}
.product .spacer:hover{
	
}
.ot-product-detail{
	padding: 10px;
	text-align: center;
}
.ot-product-detail .product-image{
	position: relative;
	z-index: 1;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.ot-product-detail .product-image img{
	max-width: 90%;
	height: auto;
	margin: 0;
}
.product .spacer .ot-product-detail .product-s-desc,
.product .spacer .ot-product-detail .product-addtocart{
	display: none;
	float: left;
	width: 100%;
}
.product .spacer .ot-product-detail .product-name{
	margin: 0 0 5px;
}
.ot-product-detail .product-name, 
.ot-product-detail .product-name a {
	font-family: 'Oswald';
	font-size: 12px;
    line-height: normal;
    text-transform: uppercase;
}
.ot-product-detail .product-category{
	font-family: 'Oswald';
	font-size: 12px;
}
.product .spacer .product-price .price-crossed,
.product .spacer .product-price .price-new,
#ot-product-hover .product-price .price-crossed,
#ot-product-hover .product-price .price-new {
	display: inline-block;
}
.product .spacer .product-price .price-crossed,
#ot-product-hover .product-price .price-crossed {
	text-decoration: line-through;
	margin-right: 10px;
}
#ot-product-hover .ot-product-detail .product-s-desc{
	font-style: italic;
}
#ot-product-hover{
	border: 1px solid;
	text-align: center;
	float: left;
	position: absolute;
}
#ot-product-hover .ot-close{
	cursor: pointer;
	width: 30px;
	height: 30px;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 99990;
}
#ot-product-hover .ot-product-detail{
	padding: 10px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#ot-product-hover .product-name,
#ot-product-hover .product-name a {
	margin: 0;
}
.ot-product-detail .product-price,
#ot-product-hover .product-price .PricesalesPrice {
	font-family: 'Oswald';
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.product {
	position: relative;
	z-index: 0;
}
.product-detail .product-price,
.featured-view .spacer .product-price span,
.latest-view .spacer .product-price span,
.topten-view .spacer .product-price span,
.recent-view .spacer .product-price span,
.related-products-view .spacer .product-price span,
.browse-view .row-fluid .product .spacer .product-price span{
	font-family: 'Oswald';
	font-size: 14px;
	line-height: 26px;
}
.vmgroup .carousel-control{
	width: 20px;
	height: 20px;
	font-size: 25px;
	line-height: 16px;
	top: -28px;
	left: auto;
	right: 25px;
	text-align: center !important;
}
.carousel-control{
	left: 0;
}
.carousel-control.right{
	text-align: center !important;
	right: 0;
}
.carousel-inner > .item{
	margin: 0;
}

.oTopBlock .module{
	/* float: right; */
}
form.form-search{
	/* float: right; */
}
.module a.read-more{
	/* float: right; */
	border-bottom: 2px solid;
}
