@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
  display: inline-block;
 *display: inline;
 *zoom: 1;
}
audio:not([controls]) {
	display: none;
	
}

a { 
	text-decoration:none; 
	/*font-family:Tahoma, Geneva, sans-serif;*/
	transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
	color:#016978;
}

a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
a:hover, a:active {
	outline: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}
object, embed {
	max-width: 100%;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
	outline: none;
}
a:hover, a:active {
	outline: 0;
}
img {
	/*width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;*/
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	font-weight: bold;
	vertical-align: bottom;
}
td {
	font-weight: normal;
	vertical-align: top;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
a:hover, a:active {
	outline: none;
}
small {
	font-size: 85%;
}
strong, th {
	font-weight: bold;
}
td, td img {
	vertical-align: top;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}
sup {
	top: -0.2em;
 *top: -0.3em;
	font-weight: normal;
}
sub {
	bottom: -0.25em;
}
/* standardize any monospaced elements */
pre, code, kbd, samp {
	font-family: monospace, sans-serif;
}
/* Corrects overflow displayed oddly in IE 9. */
svg:not(:root) {
	overflow: hidden;
}
/* Form Elements */
input, select {
	vertical-align: middle;
}

/* Placeholder configaration*/
input:-moz-placeholder, textarea:-moz-placeholder {
 color: #999999;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
 color: #999999;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: #999999;
}
/* make buttons play nice in IE */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	overflow: visible;
	width: auto;
}

/*Removes inner padding and border in Firefox 4+.*/
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/* hand cursor on clickable elements */
.clickable, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
	cursor: pointer;
}
.ie6 input {
	vertical-align: text-bottom;
}
select, input, textarea {
	/*font: 99% sans-serif;*/
}
/*Re-set default cursor for disabled elements.*/
button[disabled], input[disabled] {
	cursor: default;
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
	margin: 0;
	vertical-align: top;
}
input[type="radio"] {
	vertical-align: text-bottom;
	box-sizing: border-box;
	padding: 0;
}
input[type="checkbox"] {
	vertical-align: text-bottom;
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

/* Removes inner padding and search cancel button in Safari 5 and Chrome*/
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
 -webkit-appearance: none;
}
/*===========Usefull CSS===========*/
.black-bg{background:#000;}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.padding-tp-bt10px{
	padding:10px 0;
}
.paddinglftrgt10px{
	padding:0 10px;
}
.paddlftright0{
	padding-left:0;
	padding-right:0;
}
.paddright0{
	padding-right:0;
}
.paddleft0{
	padding-left:0;
}
.mt10{margin-top:10px;}
.mb10{margin-bottom:10px !important;}
.add-mb{
	margin-top:5px !important;
	margin-bottom:10px !important;
}
.clear {
	clear: both;
	display: block;
}
.clear10 {
	clear: both;
	height:10px;
	display: block;
}
.clear20 {
	clear: both;
	height:20px;
	display: block;
}
.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}

.com-ftc:before, .com-ftc:after {
	display: table;
	line-height: 0;
	content: "";
}
.com-ftc:after {
	clear: both;
}
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.nodiplay{display:none;}
.center{margin:0 auto;}
.right{text-align:right;}
.fltleft {
	float: left !important;
}
.fltright {
	float: right !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden !important;
}
.affix {
	position: fixed !important;
}
.nobg {
	background: none !important;
	padding-left: 0px !important;
}
.bold{font-weight:bold;}
.relative{position:relative;}
.mt20{margin-top:20px;}
/*=============== Iten Slider ===============*/
.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: #fff;

}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #fff;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #fff;
	position: relative;
}

.jspDrag
{
	background: #000;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 10px;
}

.jspHorizontalBar .jspArrow
{
	width: 10px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}


/*.ca-container{
	position:relative;
	
	width:966px;
	height:245px;
}*/
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}


/*.scroller-arrow {
	width: 24px;
	height: 29px;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
}
.left-arrow {
	background: url(../images/arrow.png) no-repeat 0px -29px;
	top: 130px;
	left: 0px;
}
.right-arrow {
	background: url(../images/arrow.png) no-repeat -24px -29px;
	top: 130px;
	right: 1px;
}
.left-arrow:hover {
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
.right-arrow:hover {
	background: url(../images/arrow.png) no-repeat -24px 0px;
}*/


.ca-nav span{
	width: 24px;
	height: 29px;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	z-index:1000;
	text-indent:-200px;
}
.ca-nav span.ca-nav-prev{
	background: url(../images/arrow.png) no-repeat 0px -29px;
	top:59px;
	left: -13px;
}
.ca-nav span.ca-nav-next{
	background: url(../images/arrow.png) no-repeat -24px -29px;
	top:59px;
	right: -13px;
}
.ca-nav span.ca-nav-prev:hover {
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
.ca-nav span.ca-nav-next:hover {
	background: url(../images/arrow.png) no-repeat -24px 0px;
}

.toggleDiv{display:none;}
