./**
 * @package   Visario 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
**/

 /* 
 * 
 * IMPORTANT!
 *
 * Please paste here css rules which you would like to override and change.
-----------------------------------------------------------------------------------*/

/* Icons Flip Module
-----------------------------------------------------------------------------------*/

/* left right padding changed to zero for max image dimensions */
.svn-icons {
	display: block;
	text-align: center;
	padding: 0px 0px;
	-webkit-transition: all 200ms linear;
	   -moz-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		 -o-transition: all 200ms linear;
			transition: all 200ms linear;
}

.svn-icons .svn-icon-holder {
	display: block;
	width: 320px;
	height: 150px;
	margin: 0 auto 20px auto;
	-webkit-perspective: 1000;
			perspective: 1000;
	-webkit-backface-visibility: hidden;
}

.container-fluid {
  margin-top:0px;
  margin-bottom:0px;
  padding-top:0px;
  padding-bottom:0px;
}
/* margins left and right for text */

.svn-icons p {
	margin-bottom: 18px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
}

.svn-icons .flipper {
	transform-style: preserve-3d;
	position: relative;
	-webkit-transition: 0.6s;
	   -moz-transition: 0.6s;
			transition: 0.6s;
}
/* width and height here alter image size */
.svn-icons .front, 
.svn-icons .back {
	backface-visibility: hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: absolute;
    background-color:#708B84 !important;
	top: 0;
	left: 0;
	display: block;
	width: 320px;
	height: 150px;
	-webkit-transition: background-color 300ms ease-in-out;
	   -moz-transition: background-color 300ms ease-in-out;
		-ms-transition: background-color 300ms ease-in-out;
		 -o-transition: background-color 300ms ease-in-out;
			transition: background-color 300ms ease-in-out;
}

.svn-icons .front {
	z-index: 2;
}

.svn-icons .back {
	background-color: #008080 !important;
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);
}

.svn-icons:hover { 
	background: #f5f5f5;
}

.svn-icons:hover .front {
	background-color: #008080;
}

.svn-icons:hover .flipper {
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);
}
.svn-menu ul li a,
 {
	color: #fff;
    font-weight:bold;
   font-size:12px !important;
	background-color: #008080;
   border: 2px #F00 !important;
}
.svn-menu > li > a:hover,
.svn-menu > li.active > a,
.svn-menu > li.parent:hover > a,
.svn-menu > li.active.parent > a,
.svn-menu > li > span.separator:hover,
.svn-menu > li.active > span.separator,
.svn-menu > li.parent:hover > span.separator,
.svn-menu > li.active.parent > span.separator  {
	background: #008080;
	color:#fff;
}
.svn-menu ul li a:hover,
.svn-menu ul li.active > a,
.svn-menu ul li.parent:hover > a,
.svn-menu ul li.active.parent > a ,
.svn-menu ul li span.separator:hover,
.svn-menu ul li.active > span.separator,
.svn-menu ul li.parent:hover > span.separator,
.svn-menu ul li.active.parent > span.separator {
	color: #fff;
    font-weight:bold;
	background-color: #008080;
}
/* slider text overlay */

.svn-slider-container {
    height: 100%;
    margin-bottom: 0px;
    overflow: hidden;
    position: relative;
    width: 100%;
}


/* text overlay on slider */

.sequence .text-block {
    background: #333 none repeat scroll 0 0 !important;
    color: #eaeadd !important;
    display: block;
    font-size: 12px;
    opacity: 0.6 !important;
    overflow: visible;
    padding: 15px 30px 10px 30px !important;
    position: absolute;
    z-index: 2000;
}

.sequence .text-block h2, .sequence .text-block h2 a {
    color: #eaeadd !important;
    float: none;
    font-size: 18px !important;
    line-height: 24px;
    margin: 0;
    padding-bottom: 9px;
    text-transform: normal !important;
    width: 100%;
    z-index: 900;
}
.sequence .text-block a.readmore {
    background-color: #000;
    background-image: url("../images/readmore-btn.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 1px solid #414141;
    height: 50px !important;
    text-indent: -9999px;
    transition: all 300ms ease-out 0s;
    width: 60px;
}
/* remove pagination */
.list-navigation {
    margin: 0px 0 0 !important;
    width: 100%;
}
.sequence-pagination {
    list-style-type: none;
  display:none !important;
    margin: 0;
    padding: 0;
    text-align: center;
    z-index: 20;
}

/* colours and other trademarks */
.teal{
	color:#008080;
}
.lightteal{
  color:#599f8d;
}
}
.bold{ 
font-weight:bold;
}
.headerAddress {
     font-size: 1.3em;
     font-variant: normal;
}
.caption {
      font-size:8px;
      color:#708B84;
      font-style:italic;
}
.smallheading {
  font-size:14px;
      color:#008080;
  font-weight:bold;
}
/* Footer
-----------------------------------------------------------------------------------*/
#footer,
#footer .container-fluid {
	background-color: #708B84 !important;
	font-size: 11px;
	color: #000;
	padding: 9px 10px 60px 20px;
	line-height: 42px;
	overflow: hidden;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .copyrights {
	padding-right: 6px;
	font-size: 11px;
}

#footer p {
	padding: 0;
	margin: 0;
}

#footer ul.nav li {
	float: left;
	padding: 0px 10px;
	margin: 6px 0;
	line-height: 30px;
	font-size: 11px;
	border-left: 1px solid #1a1a1a;
}

#footer ul.nav li:first-child {
	border-left: 0;
	padding-left: 0;
}

#footer ul.nav li a {
	color: #000;
}

#footer ul.nav li a:hover { 
	background: none;
	color: #fff;
}

 /* Disclaimer
------------------------------------------------------------------------------------------------------*/
#disclaimer {
	font-size: 11px;
	text-align: center;
}

#disclaimer .container-fluid {
	padding: 0 20px;
}

#disclaimer a {
	color: #fff;
}
/* Font size for blog heading */
.community .page-header{
  font-size:14px;
  font-size:1rem;
  color:#F00;
}

h1 {
    font-size: 32px;
    line-height: 36px;
}
h2 a{
    font-size: 18px;
    line-height: 24px;
    color: #008080;
}
h2 {
    font-size: 18px;
    line-height: 24px;
}
/*calendar*/
.calendar{
  float:right;
}
/* news module */
.seven-news {
    background-color: #0081D4;
}
/* latest news title */
.module-title h3 {
    color: #222;
    font-size: 18px;
    padding: 6px 0;
    text-transform: uppercase;
    text-align: center;
    background-color:#dbd3d3;
}
.seven-news {
    background-color: #008080;
}
/* page header */
.page-header {
    color: #222;
    font-size: 18px;
    padding: 6px 0;
    text-transform: uppercase;
    text-align: center;
    background-color:#dbd3d3;
}

/* concertina on FAQ */

dl.tabs dt.tabs.open span h3 a, dl.tabs dt.tabs span h3 a:hover, .pane-sliders h3.title.pane-toggler-down a span {
    color: #008080;
}
.pane-sliders .panel h3.title a {
    background-image: url("../images/interface/pagebreak-accordion.png");
    background-position: 100% 100%;
    background-repeat: no-repeat;
    color:#008080;
}
.module-title{
 border-bottom:1px solid #f0f0f0;
 margin-bottom:12px;
  margin-right:10px;
  margin-left:10px;
} 

.module.span6{margin-left:10px;margin-right:10px;}
.module.span3{margin-left:10px;margin-right:10px;}

/* footer menu */

#footer .footer-menu::after {
    clear: both;
    content: "";
    display: inline;
}

#footer .nav{
    width:100%;
  float:left;
  clear:both;
  padding-top:10px;
  margin-top:10px;
}
#footer ul.nav li {
	float: left;
	padding: 0px 10px;
	margin: 0px 0;
	line-height: 16px;
	font-size: 11px;
	border-left: none;
    display:inline;
    
}
#footer ul.nav li a{
	color:#FFF;
}
#footer ul.nav li a:hover{
	color:#89EAED;
}
/* text on contact form */
.contactform {
  text-align: center;
}
/* front page seven icons module */
.row-fluid .span4 {
    width: 30%;
}
.outlinebox {
  border: solid #FFF 1px;
  padding: 5px 10px 0px 10px;
  margin-bottom:0px; 
}
.footerbox {
  padding: 5px 5px 0px 5px;
  margin-bottom:0px; 
  text-align:center;
}
.footerbox-openinghours {
  padding: 5px 5px 0px 0px;
  margin-bottom:0px; 
  text-align:left;
  width:100%;
}
/* space before title in news flash */
.newsflash-title {
  padding-left:30px;
}


/* add line at end of each article */

.items-leading{
border-bottom: 1px solid #444444 !important;
width: 95%;         
margin-top:  10px;
margin-bottom:  20px;
padding-bottom: 20px;
}
.item {
border-bottom: 1px solid #444444 !important;
width: 95%;         
margin-top:  10px;
margin-bottom:  20px;
padding-bottom: 20px;
}
.item img{
  padding-right: 20px !important;
}
/* @ max-width 768px
-----------------------------------------------------------------------------------*/
@media (max-width: 768px) {

	.frontleft {
		display:100%;
	}
  
	.frontmiddle {
		display:100%;
	}
	.frontright {
		display:100%;
	}
}

 /* @ max-width 480px
-----------------------------------------------------------------------------------*/
@media (max-width: 480px) {
	
	.frontleft {
		display:100%;
	}
	.frontmiddle {
		display:100%;
	}
	.frontright {
		display:100%;
	}
	
}

.subscribe {margin-right:50px;}
.newstitle {margin-right: 20px; margin-left:20px;}
.logintitle {margin-right: 20px; margin-left:20px;}
.module-title.notice {font:#FF0000 !important;}
