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

/* Global modules style + modules suffixes
-----------------------------------------------------------------------------------*/
.module {
	position: relative;
}

.module ul {
	list-style-type: none;
}

.module-title {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 12px;
}

.module-title h3 {
	font-size: 14px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	color: #444;
}

.module-title h3 span {
	color: #777;
}

.module-content {
	padding: 6px 0 18px;
	float: none; 
	overflow: hidden;
}

/* default Joomla menu module */
.module ul li,
.module ul li a{
	-webkit-transition: all 100ms ease-out;
	   -moz-transition: all 100ms ease-out;
		-ms-transition: all 100ms ease-out;
		 -o-transition: all 100ms ease-out;
			transition: all 100ms ease-out;
}

.module ul.nav > li {
	line-height: 36px;
	border-bottom: 1px solid #e2e2e2;
	font-size: 1em;
	width: 100%;
}

.module ul.nav > li a:hover,
.module ul.nav > li a:focus {
	background-color: transparent;
}

.module ul.nav > li.active > a {
	color:#333;
	background-color: #f4f4f4;
}

.module ul.nav ul.nav-child  {
	padding: 12px 0 18px 0;
	margin-left: 12px;
}

.module ul.nav.menu  ul > li a {
	font-size: 0.98em;
}

.module ul.nav ul > li a:hover {
	background-color: none;
}

.module ul.nav.menu ul li.active > a {
	color:#222;
	background-color: none;
}

.module ul.nav > li.active.deeper.parent,
.module ul.nav > li.active.deeper.parent:hover,
.module ul.nav > li.active.deeper.parent:focus {
	background-image: none;
	padding-left: 15px;
	background-color: transparent;
}

.module ul.nav li > ul.nav-child > li.current.active > a {
	color: #333;
}

/* menu1 menu suffix */
.module ul.nav.menumenu1 > li {
	padding-left: 15px;
	background-image: url(../images/system/arrow.png);
	background-repeat:	no-repeat;
	background-position: 0 50%;
}

.module ul.nav.menumenu1 > li:hover,
.module ul.nav.menumenu1 > li:focus {
	background-color: #f4f4f4;
	color: #222;
}

/* border */
.module.border-box {
	border: 1px solid #e2e2e2;
	padding: 20px;
}

/* gray */
.module.gray-content .module-content {
	background: #f7f7f7;
	border: 1px solid #e9e9e9;
	padding: 20px;
}

/* gray-box */
.module.gray-box {
	background: #f4f4f4;
	border: 1px solid #e9e9e9;
	padding: 20px;
}

/* dark */
.module.dark-box  {
	background: #222222;
	color: #ddd;
	padding: 20px;
}

.module.dark-box a:hover {
	color: #fff;
}

.module.dark-box .module-title {
	color: #fff;
	border-bottom: 1px solid #333;
}

.module.dark-box .module-title h3 {
	color: #fff;
}

.module.dark-box ul.nav.menu > li {
	border-bottom: 1px solid #333;
}

.module.dark-box ul.nav.menu > li a {
	padding-left: 10px;
}

.module.dark-box ul.nav.menu > li a:hover {
	background: none;
	color:#fff;
}

.module.dark-box ul.nav.menu  > li.active > a {
	color:#fff;
	background: none;
}

.module.dark-box ul.nav.menu  ul li.active > a {
	color: inherit;
	background: none;
}

/* Seven News - FlexSlider Necessary Styles
-----------------------------------------------------------------------------------*/
.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider ul.slides {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 

html[xmlns] .slides {
	display: block;
} 

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
.no-js .slides > li:first-child {
	display: block;
}

.flexslider { 
	margin: 0;
	position: relative;
	zoom: 1;
}
.flex-viewport {
	max-height: 1000px;
	-webkit-transition: all 500ms ease-in-out;
	   -moz-transition: all 500ms ease-in-out;
	    -ms-transition: all 500ms ease-in-out;
	     -o-transition: all 500ms ease-in-out;
			transition: all 500ms ease-in-out;
}

.loading .flex-viewport {
	max-height: 200px;
}

.flexslider .slides {
	zoom: 1;
}


/* Direction Nav */
.flex-direction-nav { 
	list-style-type: none;
	padding: 0;
	margin: 0;
	*height: 0;
}

.flex-direction-nav a {
	margin: -6px 0 0;
	display: block;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 1;
}
.flex-direction-nav li a {
	-webkit-transition: all 180ms ease-in-out;
       -moz-transition: all 180ms ease-in-out;
		-ms-transition: all 180ms ease-in-out;
		 -o-transition: all 180ms ease-in-out;
			transition: all 180ms ease-in-out;
}

.flexslider:hover 
.flex-next:hover, 
.flexslider:hover 
.flex-prev:hover {
	opacity: 0.8;
}

.flex-direction-nav .flex-disabled {
	opacity: 0.4!important;
	filter:alpha(opacity=40);
	cursor: default;
}

/* Seven News - News Style
------------------------------------------*/
.flex-slider-container {
	overflow: hidden;
	padding: 12px 0;
}

.seven-news .flexslider {
	padding-left: 45px;
}

.seven-news .intro-text {
	padding: 12px 9px 12px 12px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}

.seven-news .intro-text p {
	color: #fff;
}

/* content */
.seven-news p {
	margin: 0;
	font-size: 11px;
}

.seven-news a {
	color: #fff;
	font-size: 11px;
}

.seven-news a:hover {
	color: #fff;
	text-decoration: underline;
}

.seven-news .news-title,
.seven-news .news-title-link {
	margin-right: 5px;
	font-weight: bold;
}

/* Navigation buttons */
.flex-direction-nav.news a {
	width: 13px;
	height: 13px;
	background-image: url(../images/interface/news-interface.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.flex-direction-nav.news .flex-next {
	background-position: 100% 0;
	left: 15px;
}

.flex-direction-nav.news .flex-prev {
	left: 0;
}

 /* AcyMailing Module
-----------------------------------------------------------------------------------*/
.acymailing_module_form {
	margin-top: 5px;
}

.acymailing_fulldiv table {
	float: left;
}

.acymailing_form tbody tr td.acyfield_email {
	width: 70%;
}

.acysubbuttons input.btn {
	padding: 0 20px;
	height: 38px;
	line-height: 38px;
}