/*----------------------- PAGINATOR ---------------------------------------*/

.paginator {
  font-size:1em;
  width:150px;
  margin:20px auto 0;
}
.paginator table {
  border-collapse:collapse;
  table-layout:fixed;
  width:100%;
  border: none;
}
.paginator table td {
  padding:0;
  white-space:nowrap;
  text-align:center;
  border: none;
}
.paginator span {
  display:block;
  padding:3px 0;
  color:#fff;
}
.paginator span strong,
.paginator span a {
  padding:2px 6px;
}
.paginator span strong {
  background:#b2b2b2;
  font-style:normal;
  font-weight:normal; 
}
.paginator .scroll_bar {
  width:100%; height:20px;
  position:relative;
  margin-top:10px; 
}
.paginator .scroll_trough {
  width:100%; height:3px;
  background:#ccc;
  overflow:hidden;
}
.paginator .scroll_thumb {
  position:absolute;
  z-index:2;
  width:0; height:3px;
  top:0; left:0;
  font-size:1px;
  background:#363636;
}
.paginator .scroll_knob {
  position:absolute;
  top:-5px; left:50%;
  margin-left:-10px;
  width:20px; 
  height:34px;
  overflow:hidden;
  background:url(../pic/slider_knob.png) no-repeat 50% 50%;
  cursor:pointer; cursor: pointer;
}
.paginator .current_page_mark {
  position:absolute;
  z-index:1;
  top:0; left:0;
  width:0; height:3px;
  overflow:hidden;
  background:#ff6c24;
}

.fullsize .scroll_thumb {
  display:none;
}


.paginator_pages {
  width:150px;
  text-align:center;
  font-size:0.8em; 
  color:#808080;
  padding:5px 0 40px 0;
  margin:auto;
}

/*---------------------------------- COLORBOX ----------------------------*/

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#cboxOverlay{background:#f1f1f1;}
#colorbox{outline: none;}
#cboxTopLeft{width:21px; height:21px; background:url(../pic/colorbox/controls.png) no-repeat -101px 0;}
#cboxTopRight{width:21px; height:21px; background:url(../pic/colorbox/controls.png) no-repeat -130px 0;}
#cboxBottomLeft{width:21px; height:21px; background:url(../pic/colorbox/controls.png) no-repeat -101px -29px;}
#cboxBottomRight{width:21px; height:21px; background:url(../pic/colorbox/controls.png) no-repeat -130px -29px;}
#cboxMiddleLeft{width:21px; background:url(../pic/colorbox/controls.png) left top repeat-y;}
#cboxMiddleRight{width:21px; background:url(../pic/colorbox/controls.png) right top repeat-y;}
#cboxTopCenter{height:21px; background:url(../pic/colorbox/border.png) 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url(../pic/colorbox/border.png) 0 -29px repeat-x;}
#cboxContent{background:#fff; overflow:hidden;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:28px;}
#cboxLoadedContent p {}
#colorbox h1,#colorbox h2,#colorbox h3,#colorbox h4 { background:#f5f5f5; padding:5px 10px; margin:0 0 10px 0;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0; background:url(../pic/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px; border:0;}
#cboxPrevious:hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url(../pic/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px; border:0;}
#cboxNext:hover{background-position:-50px -25px;}
#cboxLoadingOverlay{background:url(../pic/colorbox/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(../pic/colorbox/loading.gif) no-repeat center center;}
#cboxClose{position:absolute; bottom:0; right:0; background:url(../pic/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px; border:0;}
#cboxClose:hover{background-position:-25px -25px;}

/*---------------------------------- liValid ----------------------------*/

.validat .mand {
  color: #f00 !important;
}

.validat .r {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 6px;
  vertical-align: top;
}

.validat .indicator {
  border-color: #ee5f5b;
  color: #b94a48;
}

.validat input[type=checkbox].indicator, .validat input[type=radio].indicator {
  outline: 1px solid red;
}

.validat .indicator:focus {
  border-color: #e9322d;
  box-shadow: 0 0 6px #f8b9b7;
}

.validat .psevdo_but {
  border-color: #ddd !important;
  color: #999 !important;
  background: #fff;
  cursor: not-allowed !important;
}

.validat .disabled {
  cursor: not-allowed !important;
}

.validat .errorBox {
  font: 11px/1.2em Arial,Helvetica,sans-serif;
  color: red;
}

.validat .captchaView {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
  color: green;
  background: #cccccc;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,#cccccc 0,#ffffff 98%) ;
  background: -webkit-linear-gradient(top,#cccccc 0,#ffffff 98%) ;
  background: -ms-linear-gradient(top,#cccccc 0,#ffffff 98%) ;
  background: linear-gradient(to bottom,#cccccc 0,#ffffff 98%) ;
}

.form_style .but {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: auto;
  height: 22px;
  margin: 0;
  padding: 4px 10px;
  border: 1px solid #afafaf;
  border-radius: 3px;
  text-decoration: none;
  font: 700 12px/20px Tahoma,Geneva,sans-serif;
  vertical-align: bottom;
  color: #333;
  background: url(../pic/but_bg.gif) 0 50% repeat-x;
  box-shadow: 0 2px 4px #ccc;
  cursor: pointer;
  z-index: 1;
}

.form_style input.but {
  height: 32px;
  padding: 3px 20px 5px;
}

.but:hover, .form_style .but:hover {
  border: 1px solid #b9b9c3;
  text-decoration: none;
  color: #000;
  background: #fff;
}

.form_style .row {
  position: relative;
  height: 1%;
  padding: 0 0 5px 0;
}

.form_style .row:after {
  content: '.';
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

.form_style {
  display: block;
}

.form_style label {
  display: inline-block;
  float: left;
  position: relative;
  margin: 0 10px 0 0;
  padding: 2px 0 0 0;
  text-align: right;
  vertical-align: top;
}

.form_style label.t_radio {
  float: none;
  width: auto !important;
  margin: 0;
  padding: 0;
}

.form_style label.t_radio input {
  margin-right: 5px;
}

.form_style input, .form_style textarea, .form_style select {
  display: inline-block;
  height: 18px;
  padding: 4px 10px;
  border: 1px solid #ccc;
  font: 13px/18px PFAgoraSansPro Light;
  vertical-align: top;
  color: #5e6363;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1) inset;
  -webkit-transition: border 0.2s linear 0s,box-shadow 0.2s linear 0s;
  -moz-transition: border 0.2s linear 0s,box-shadow 0.2s linear 0s;
  transition: border 0.2s linear 0s,box-shadow 0.2s linear 0s;
}

.form_style .controls {
  position: relative;
}

.form_style .refreshCptcha {
  display: inline-block;
  width: 16px;
  height: 16px;
  text-indent: -99999px;
  vertical-align: middle;
  opacity: 0.5;
  background: url(../pic/refresh.png) 0 0 no-repeat;
}

.form_style .refreshCptcha:hover {
  opacity: 1;
}

.form_style .captchaPic {
  display: inline-block;
  margin: 0;
  border: 0;
  vertical-align: middle;
}

.form_style .captchaInput {
  width: auto !important;
  text-align: center;
  font-size: 16px !important;
}

.form_style input[type="text"], .form_style input[type="password"], .form_style textarea, .form_style select {
  width: 90%;
  width: calc(100% - 22px);
  background-color: white;
}

.validat input[type=checkbox], .validat input[type=radio] {
  height: auto !important;
}

.form_style select {
  width: 260px;
}

.form_style label {
  width: 150px;
}

.form_style select, .form_style input[type="file"] {
  height: 27px;
  line-height: 27px;
}

.form_style input:focus, .form_style textarea:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1) ,0 0 8px rgba(82,168,236,0.6);
}

.form_style input[type=file]:focus, .form_style input[type=checkbox]:focus, .form_style select:focus {
  outline: 1px dotted #666;
  box-shadow: none;
}

.form_style textarea {
  height: auto;
  margin: 0;
}

.form_style input, .form_style textarea {
  box-shadow: 0 1px 3px rgba(0,0,0,0.1) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.form_style .row table {
  display: inline-block;
  vertical-align: top;
}

.form_style .row table td {
  padding: 0 10px 0 0;
  vertical-align: top;
}

.form_style .row table td .update_captcha {
  margin: 0 0 0 5px;
  text-align: left;
}

.form_style #image {
  height: 28px;
  margin: 0 0 0 5px !important;
}

.form_style .help {
  font: 11px/1.2em Arial,Helvetica,sans-serif;
  color: green;
}

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav{ display:none;}
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding:0;
	position:absolute; left:71px; bottom:15px;z-index:9;
	font-size:0;
}
.nivo-controlNav a {
	cursor:pointer;
	display:inline-block;
	width:8px; height:8px; background:#FFF;
	border:1px solid #FFF;
	margin:0 4px;
	-moz-transition:border-color 0.4s linear;
	-webkit-transition:border-color 0.4s linear;
	transition:border-color 0.4s linear;
}
.nivo-controlNav a:hover{ border-color:#000;}
.nivo-controlNav a.active {
	background:#fff url(../pic/pic9.png) center center no-repeat;
}






















