/**
 # mega_woote - Mega Woote Template for Joomla! 1.6
 # author 		OmegaTheme.com
 # copyright 	Copyright(C) 2011 - OmegaTheme.com. All Rights Reserved.
 # @license 	http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 # Website: 	http://omegatheme.com
 # Technical support: Forum - http://omegatheme.com/forum/
**/
/**------------------------------------------------------------------------
 * file: typography.css 1.6.0 00001, April 2011 12:00:00Z OmegaTheme $
 * package:	Mega Woote Template
 *------------------------------------------------------------------------*/
 
* {
	margin: 0;
	padding: 0;
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 135%;
}

img {
	border: none;
	vertical-align: top;
}
a {
	color: #146dd3;
	font-size: 1em;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
a img{
	border:none;
}
p {
	line-height: 1.8em;
	padding: 5px 0;
}
h1 {
	font-size: 26px;
	font-weight: normal;
	line-height: 1.3;
}
h2 {
	font-size: 25px;
	font-weight: normal;
	line-height: 40px;
}
h3 {
	font-size: 16px;
	line-height: 30px;
}
h4 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}
h5 {
	color: #404042;
	font-size: 16px;
	padding-bottom: 5px;
}
h6 {
	color: #8A1728;
	font-size: 20px;
	padding-bottom: 5px;
}

ul { padding-left: 0; }

ul li,ol li { list-style: bullet; margin-left: 20px; }

li ol { margin: 0;}

ul, ol{ 
	margin:  0; 
	padding: 5px;
}
ul { list-style-type: disc; }
ol { list-style-type: decimal; }
dl  { margin: 0; }
dl dt { font-weight: bold; }
dd { margin: 0em;}

pre {
	padding: 10px;
	border: 1px solid #CEE0E4;
	color: #02576B;
}
blockquote {
	background: url(../images/blockquote.png) no-repeat scroll 10px 13px transparent;
  border: 1px solid #CEE0E4;
  color: #02576B;
  font-size: 110%;
  font-style: italic;
  overflow: hidden;
  line-height: 150%;
  margin: 5px 0;
  padding: 10px 10px 10px 30px;
  width: auto;
 }
 /*
 blockquote:before { content: open-quote; font-weight: bold; }
 blockquote:after { content: close-quote; font-weight: bold; }
*/
/* ---------------------- Style for Form---------------------- */
label { 
	font-weight: bold;
}
fieldset{ 
	padding: 0; 
	margin: 0 0 1em 0; 
	border: 1px solid #ccc; 
}
legend{ 
	font-weight: bold; 
	font-size: 1.2em;
}
input.text, input.title,
textarea {
  background-color:#FFFFFF;
  border:1px solid #BBBBBB;
}

/* ---------------------- Style for table tr td --------------------- */
table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 5px;
}
table tr.odd{
	
}
table tr.odd td{
	background: #FFF;
}
table tr.even td{
	background: #EEE;
}
th  { 
	font-weight: bold; 
}
thead th{ 
	background: #CCC;
}
th, td, caption{ 
	padding: 1px;
}

tbody tr td{ 
/*	background: #EEEEEE; */
}
tfoot{ 
	font-style: italic;
}
caption{ 
	background: #EFEFEF;
}

.slideshowContainer {
  position: relative;
  overflow: hidden;
  margin: 50px 0 75px;
  width: 100%;
  height: 400px;
}

.imageSlides {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: -1;
}

/* add 'visible' class via Javascript */
.visible {
  opacity: 1;
}

.slideshowArrow {
  font-size: 7em;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}

.slideshowArrow:hover {
  opacity: 0.75;
}

#leftArrow {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#rightArrow {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translate(50%, -50%);
}

.slideshowCircles {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.circle {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: solid 2px rgba(255, 255, 255, 0.5);
  transition: 1s ease-in-out;
}

.dot {
  background-color: rgba(255, 255, 255, 0.7);
  border: solid 2px rgba(255, 255, 255, 0.5);
}
























