/** 
 *------------------------------------------------------------------------------
 * @package       T3 Framework for Joomla!
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       JoomlArt, JoomlaBamboo, (contribute to this project at github 
 *                & Google group to become co-author)
 * @Google group: https://groups.google.com/forum/#!forum/t3fw
 * @Link:         http://t3-framework.org 
 *------------------------------------------------------------------------------
 */
 

// --------------------------------------------------
// CUSTOM
// --------------------------------------------------

//
// CHANGE BACKGROUND
// --------------------------------------------------

// color
// -----------
.ffhockey-bg-color {
	.t3-wrapper {
		//background: url("../images/coq-bg-05.png") no-repeat fixed center top #0077bb;
		//background-size: 100%;
                background-color: @blue;
	}
	
	.container {
		background: #fff;
	}
}

// coq
// -----------
.ffhockey-bg {
	.t3-wrapper {
		background: url("../images/coq-bg-05.png") no-repeat fixed center top ;
		background-size: 100%;
	}
	
	.container {
//		background: #fff;
	}
}

.t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li a
 {
    padding: 12px 12px;
}
@t3-off-canvas, span {
    padding: 12px;
}
.article-title, .article-header h1 {
    padding-left: 12px;
}
.article-main .article-intro-media {
margin-bottom: 4px; 
min-height: 4px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #e30d13;
}
td, tr td {

    padding: 5px;
}
.pg-item-box, .pg-category-box {
    border: 0px;

}
.pg-category-box-image svg, .pg-detail-item-image-box img, .pg-item-box-image img, .pg-item-box-image svg, .pg-category-box-image img {
    box-shadow: none;
}

.t3-topnav .nav > li > a, .t3-topnav .nav > li > span {
    font-size: 14px;
}
.bannergroup {
    background: #fff;
}
h1, .h1 {
    background-color: #273069;
    color: #ffffff;
    font-weight: 500;
    padding-left: 12px;
}
