﻿/**
 * @package   Loyale Joomla! 3 Template
 * @version   1.0
 * @author    7Studio Tomasz Herudzinski http://www.7studio.eu
 * @copyright Copyright (C) 2009 - 2014 7Studio Tomasz Herudzinski
 * @license   Commercial - ThemeForest Regular License - http://themeforest.net/licenses/regular_extended
**/

 /* Global
----------------------------------------------------------------------------------- */
body {
	font-size: 14px;
	line-height: 26px;
	font-weight: 300;
}

a { text-decoration: none; }
a:focus { outline: none; }
a:active { background:none; }

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

p,
ul ,
ol {
	margin-top: 0px;
	margin-bottom: 26px;
}

hr { margin: 26px 0; }
strong, b { font-weight: bold; }

h1 a,
h2 a,
h3 a,
h4 a {
	color: #1a1a1a;
}

h1,h2,h3,h4,h5,h6 {
	color: #1a1a1a;
	margin-top: 0;
	font-weight: normal;
	letter-spacing: 0;
}

h1 {
	font-size: 45px;
	line-height: 52px;
	margin-bottom: 26px;
}

h2 {
	font-size: 39px;
	line-height: 52px;
	margin-bottom: 26px;
}

h3 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 26px;
}

h4 {
	font-size: 18px;
	margin-bottom: 26px;
	line-height: 30px;
}

h5 {
	font-size: 16px;
	margin-bottom: 26px;
	line-height: 26px;
}

h6 { 
	font-size: 14px;
	margin-bottom: 26px;
	line-height: 26px;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
	text-decoration: none;
}

h1 small {
  font-size: 26px;
}
h2 small {
  font-size: 16px;
}
h3 small {
  font-size: 12px;
}
h4 small {
  font-size: 12px;
}

legend {
	font-size: 16px;
	text-transform: uppercase;
}

.copyrights {
	text-align: center;
}

/* Page headers */
.page-header  {
	margin: 0 0 26px 0;
	padding-bottom: 0;
}

/* CSS3 Transitions - links */
a,
button {
  	-webkit-transition: all 120ms linear;
	   -moz-transition: all 120ms linear;
			transition: all 120ms linear;
}

/* fluid container */
.container-fluid {
	margin: 0 auto;
	padding: 0;
}

/* websafe body fonts */
body.helvetica { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
body.georgia { font-family: Georgia, serif; }
body.lucida { font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; }
body.palatino { font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; }
body.tahoma { font-family: Tahoma, Geneva, sans-serif; }
body.times { font-family: 'Times New Roman', Times, serif; }
body.trebuchet { font-family: "Trebuchet MS", Helvetica, sans-serif; }
body.verdana { font-family: Verdana, Geneva, sans-serif; }

/* hide body wrap if mobile menu is active */
#site-wrap.st-overlay.active {
	display: none;
}

/* Main layout: main container - main sidebar
-----------------------------------------------------------------------------------*/
#main-sidebar {
	display: block;
	width: 300px; 
    height: 100%;
    position: fixed;
    top: 0;
	left: 0;
	z-index: 120;
	font-size: 12px;
	text-align: center;
	background-color: #ffffff;
}

#main-sidebar .table-wrap {
    display: table;
	width: 100%;
	height: 100%;
}

#main-sidebar .table-top,
#main-sidebar .table-middle,
#main-sidebar .table-footer {
	display: table-row;
	width: 100%;
}

#main-sidebar .table-top {
    vertical-align: top;
}

#main-sidebar .table-middle {
    vertical-align: middle;
	height: 100%;
}

#main-sidebar .table-middle .table-cell {
    display: table-cell;
    vertical-align: middle;
	width: 100%;
}

#main-sidebar .table-footer {
    vertical-align: bottom;
}

#main-sidebar ul {
	list-style-type: none;
	margin: 0;
}

#main-sidebar ul li a {
	color: #808080;
}

#main-sidebar ul li a:hover {
	color: #000000;
}

#main-sidebar .horizontal-line { 
	width: 10px;
	height: 1px;
	display: block;
	background-color: #dddddd;
	margin: 26px auto;
}

#main-sidebar .table-footer .horizontal-line {
	width: 15px;
	margin-top: 0;
	margin-bottom: 9px;
}

#main-container {
	display: block;
	padding: 0 20px 0 320px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	max-width: 100%;
	z-index: 110;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

#main-container .content-column {
	padding: 80px;
	width: 100%;
	min-height: 100%;
	z-index: 111;
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;	
}

.mainbody-left #main-container .content-column { margin: 0; }
.mainbody-center #main-container .content-column { margin: 0 auto; }

/* Mobile Menu Block
-----------------------------------------------------------------------------------*/
/* block wrap */
#mobile-menu-wrap.st-overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	margin: 0;
	padding: 0;
	min-height: 100%;
	width: 100%;
	color: #808080;
	max-width: 100%;
	z-index: 9999;
	background-color: #262626;
}

#mobile-menu-wrap.st-overlay.active {
	display: block;
}

/* close button */
#st-mobile-close {
	background: transparent;
	display: block;
	border: 0;
	float: right;
	margin: 15px;
	position: fixed;
	top: 0;
	right: 0;
	font-size: 48px;
	width: 36px;
	height: 36px;
	text-align: center;
	font-weight: normal;
	color: #999999;
	z-index: 10000;
	-webkit-backface-visibility: hidden;
}

#st-mobile-close:hover,
#st-mobile-close:focus,
#st-mobile-close:active {
	color: #ffffff;
}

/* active links */
#mobile-menu-wrap a:hover,
#mobile-menu-wrap a:focus,
#mobile-menu-wrap a:active {
	color: #ffffff;
}

/* modules */
#mobile-menu-wrap .module {
	padding: 30px 30px 10px 30px;
}

#mobile-menu-wrap .module-title {
	border-bottom: 1px solid #404040;
}

#mobile-menu-wrap .module-title h3 {
	color: #ffffff;
}

/* Header
-----------------------------------------------------------------------------------*/
/* Logo */
.logo h1 {
	padding: 0;
	margin: 0;
}

.logo h1 a {
	display: block;
	float: none;
	width: 100%;
}

.logo h1 span {
	display: block;
	text-transform: uppercase;
	font-size: 8px;
	letter-spacing: 0.5em;
	color: #b2b2b2;
	line-height: 24px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.logo a img {
	margin: 0 auto;
	text-align: center;
}

body.no-responsive .logo img.hidden-desktop {
	display: none;
}

/* mobile menu toggle btn */
#st-mobile-toggle {
	display: none;
	padding: 30px;
	border-left: 1px solid #d5d5d5;
	background-color: transparent;
	color: #000000;
	float: right;
	text-align: center;
}

#st-mobile-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}

#st-mobile-toggle .icon-bar {
	width: 20px;
	height: 3px;
	display: block;
	background-color: #000000;
}

#st-mobile-toggle:hover .icon-bar,
#st-mobile-toggle:focus .icon-bar,
#st-mobile-toggle:active .icon-bar {
	background-color: #696969;
}

 /* Background module position
-----------------------------------------------------------------------------------*/
#background {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
}

#background img {
	max-width: inherit;
}

 /* Mainbody
-----------------------------------------------------------------------------------*/
#component-area {
	padding: 10px 0;
}

 /* Sidebars
-----------------------------------------------------------------------------------*/
.sidebar-left,
.sidebar-right {
	padding-top: 20px;
}

 /* to top btn
-----------------------------------------------------------------------------------*/
a#totop {
	display: none;
	margin: 0;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	z-index: 999;
	line-height: 60px;
	text-align: center;
	color: #eeeeee;
	font-size: 18px;
	display: block;
	z-index: 10000;
	background-color: #262626;
	-webkit-backface-visibility: hidden;
	-webkit-transition: background .2s, color .2s;
	   -moz-transition: background .2s, color .2s;
			transition: background .2s, color .2s;
}

a#totop:hover {
	color: #444444;
	text-decoration: none;
	background-color: #fafafa;
}

