/**
 * J!Blank Template for Joomla by JBlank.pro (JBZoo.com)
 *
 * @package    JBlank
 * @author     SmetDenis <admin@jbzoo.com>
 * @copyright  Copyright (c) JBlank.pro
 * @license    http://www.gnu.org/licenses/gpl.html GNU/GPL
 * @link       http://jblank.pro/ JBlank project page
 */
/* just example of css import */

/* just for test repaltive paths
@import url('print.css');
@import url('reset.css');
*/

/****************************************** FRONTEND STYLES ***********************************************************/
h1, h2, h3, h4 {
	margin-top:0 !important;
}
.content h1, .content h2, .content h3, .content h4 {
	color:#35d840;
}
@font-face {
	font-family:'Univers_Medium';
	src: url('/font/6774.ttf');
}
@font-face {
	font-family:'Univers_bold';
	src: url('/font/14048.ttf');
}
@font-face {
	font-family:'Univers';
	src: url('/font/13947.ttf');
}
p, a {
	margin:0 ;
}



/* classic clearfix */
.clearfix {
    display: block;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    height: 1%;
}

.url-path-test {
    background: url('../images/test.png');
}
body {
	font-family:'Univers_Medium';
}
/****************************************** Slide ***********************************************************/
#slide {
	position:absolute;
	min-width:1280px;
	top:0px;
	height:495px;
	width:100%;
	overflow:hidden;
	z-index:0;
}
#slide h3 {
	display:none;
}
/****************************************** header ***********************************************************/
.header {
	position:relative;
	width:1280px;
	height:495px;
	margin:0 auto;
	z-index:100;
}
#logo {
	position:absolute;
	top:35px;
	left:55px;
	display:block;
	width:230px;
	height:95px;
	background:url(../images/logo.png) no-repeat;
	box-shadow:1px 1px 5px #000;
}
.top1 {
	position:absolute;
	left:55px;
	bottom:0px;
	width:190px;
	padding:10px 20px;
	min-height:325px;
	height: 325px;
	overflow:hidden;
	background:rgba( 0, 0, 0, 0.7);
	color:#FFF;
}
.top1 h3{
	text-align:center;
	margin:0 0 30px 0;
}
.top1 input, .top1 select {
	width:190px;
	color:#000;
	margin-bottom:15px;
	font-size:18px;
}
.top1 input {
	width:190px;
	padding:0 10px;
}
.top1 a {
	display:block;
	text-align:center;
	padding:10px 20px;
	background:#35d840;
	color:#000;
	text-decoration:none;
	text-transform: uppercase;
	margin-top:10px;
}



.top2 {
	position:absolute;
	top:20px;
	right:55px;
	width:470px;
	color:#FFF;
	text-align:right;
}
.top2 h3{
	display:none;
}
/****************************************** top_menu ***********************************************************/
.top_menu h3 {
	display:none;
}
.top_menu {
	position:absolute;
	top:80px;
	right:55px;
	background:rgba( 85, 220, 94, 0.7);
	overflow:hidden;
	height:50px;
	
}
.top_menu ul{
	list-style:none;
	padding:15px 0;
}
.top_menu ul li{
	float:left;
	margin:-18px 20px 0 20px;
	
}
.top_menu ul li a{
	color:#000;
	text-decoration:none;
	font-size:18px;
	font-family:'Univers_Medium';
}
.top_menu ul li a:hover{
	text-decoration:underline;
	color:#FFF;
}
/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 1280px;
	position: relative;
	padding:20px 0;
	margin:0 auto;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 0 0 300px;
}
.content .panel-group a {
	display:block;
	width:100%;
}
.content table, .content td{
	border:none;
}
.content tr {
	background:#eeeeee;
	border-bottom:3px #FFF solid !important;
}
.content td {
	padding:7px !important;
}
.content th{
	padding:7px !important;
	text-align:center;
	background:#9aeb9f;
}
body .component-wrapper {
	width:auto !important;
}


/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	min-height:150px;
	float: left;
	width: 280px;
	margin-left: -100%;
	position: relative;
	padding:0 7px 0 15px;
}
.left-sidebar .moduletable {
	margin-bottom:45px;
}
.left-sidebar h3 {
	text-transform:uppercase;
}
.left-sidebar .menu {
	list-style:none;
	padding:0;
}
.left-sidebar .menu li{
	background:url(../images/mark_left.png) center left no-repeat;
	padding-left:15px;
	margin-bottom:10px;
}
.left-sidebar .menu li a{
	color:#000;
	text-decoration:none;
		transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
        -ms-transition: all 0.5s linear;
}
.left-sidebar .menu li a:hover{
	margin-left:15px;
	color:#35d840;
	font-weight:bold;
}

.cal_left {
	width:230px;
	padding:10px 20px;
	min-height:325px;
	height: 325px;
	overflow:hidden;
	background:rgba( 0, 0, 0, 0.5);
	color:#FFF;
}
.cal_left h3{
	text-align:center;
	margin:0 0 30px 0;
}
.cal_left input, .cal_left select {
	width:230px;
	color:#000;
	margin-bottom:15px;
	font-size:18px;
}
.cal_left input {
	width:230px;
	padding:0 10px;
}
.cal_left a {
	display:block;
	text-align:center;
	padding:10px 20px;
	background:#35d840;
	color:#000;
	text-decoration:none;
	text-transform: uppercase;
	margin-top:20px;
}





/****************************************** USER ***********************************************************/
.user1 {
	width:1280px;
	margin:0 auto;
	height:355px;
	min-height:355px;
	background:url(../images/user1.png) center center no-repeat;
	text-align:center;
	font-size:46px;
	color:#35d840;
	/*font-family:'Univers_bold';*/
	text-transform: uppercase;
}
#user2 {
	/*position:relative;*/
	background:url(../images/user2.png) center bottom no-repeat #99ff99;
	height:305px;
	min-height:305px;
	padding-top:15px;
	min-width:1280px;
}
.user2 {
	width:1280px;
	margin:0 auto;
	text-align:center;
	font-size:46px;
	color:#000;
	font-family:'Univers_Medium';
	text-transform: uppercase;
}
.user3 {
	position:relative;
	height:50px;
	min-height:50px;
	background:#444142;
	text-align:center;
	padding-top:30px;
	min-width:1280px;
}
.user3 a{
	background:#35d840;
	padding:5px 20px;
	color:#000;
	font-size:16px;
	text-decoration:none;
}
.user4 {
	width:1280px;
	margin:0 auto;
}
.user4 h3{
	text-align:center;
	color:#35d840;
	font-size:46px;
	text-transform: uppercase;
}
.user4 h4{
	text-align:center;
	color:#35d840;
	font-size:30px;
	text-transform: uppercase;
}
.user4 li{
	list-style-image: url(../images/mark.png);
	font-size:20px;
	margin:0 0 5px 80px;
}
.user5 {
	width:1280px;
	margin:0 auto;
	text-align:center;
}
.user5 h3{
	text-align:center;
	color:#000;
	font-size:46px;
	text-transform: uppercase;
}
.user5 img{
	margin:10px 20px;
}
.user6 {
	width:1280px;
	margin:0 auto;
}
.user6 h3{
	text-align:center;
	color:#000;
	font-size:46px;
	text-transform: uppercase;
}
.user6 h4{ 
	color:#35d840;
}
.user6 img{
	margin-right:7px;
}



/****************************************** FOOTER ***********************************************************/
#footer {
	background:#444142;
	color:#FFF;
	height:250px;
	min-width:1280px;
}
.footer {
	position:relative;
	width:1280px;
	margin:0 auto;
	padding:50px 10px 15px 10px;
	margin-top:20px;
}
#logo_f {
	display:block;
	width:149px;
	height:63px;
	background: url(../images/logo_f.png);
}
.foot1 {
	width:320px;
	font-size:13px;
	float:left;
	height:200px;
}
.foot2 ul{
	margin:0;
	width:130px;
	font-size:12px;
	float:left;
	height:200px;
}

.foot2 li{
	list-style:none;
}
.foot2 li a{
	color:#FFF;
	font-size:16px;
}
.foot2 li a:hover{
	text-decoration:none;
}
.foot3 {
	margin:0;
	width:500px;
	font-size:12px;
	float:left;
	height:200px;
	text-align:justify;
}
.foot4 {
	margin-left:20px;
	font-size:12px;
	float:left;
	height:200px;
}
.foot4 h3{
	margin-top:0;
}
.foot4 img{
	margin:0 3px;
}
