/* ==========================================================================
   Default styles :: edi@15web.ru
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
ol,
ul {
  list-style: none;
}
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-y: scroll;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  line-height: 1;
}
/* ==========================================================================
   Links
   ========================================================================== */
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #333;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
form :focus {
  outline: 0 !important;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/* ==========================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  vertical-align: top;
}
/* ==========================================================================
   Variables
   ========================================================================== */
/* ��������� ������
   ========================================================================== */
/* ������������ �����
   ========================================================================== */
/* ��������� ������ ���������
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clear {
  clear: both;
}
/* ==========================================================================
   Base styles
   ========================================================================== */
@font-face {
  font-family: 'PT Sans';
  src: url('/fonts/pts55f_w.eot');
  src: local('PT Sans'), url('/fonts/PTS55F_W.woff') format('woff'), url('/fonts/PTS55F_W.ttf') format('truetype'), url('/fonts/PTS55F_W.svg#PTSans-Regular') format('svg');
}
body {
  color: #000;
  font-size: 18px;
  line-height: 1.5em;
  font-family: Georgia, Geneva, sans-serif;
  background: #fff;
}
a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
img {
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: normal;
}
/* ==========================================================================
   Forms
   ========================================================================== */
.b-formline {
  margin-bottom: 10px;
  position: relative;
}
.b-formline.center {
  text-align: center;
}
.b-formline .error {
  background: #fff;
  color: #cc0000;
  font-size: 14px;
  left: 11px;
  padding: 2px 1px;
  position: absolute;
  top: 6px;
}
.lt-ie7 .b-formLine .error {
  left: 2px;
  z-index: 100;
}
.b-input,
.b-textarea {
  font-size: 18px;
  border: 2px solid #000;
  background: #fff;
}
.b-input {
  padding: 0 12px;
  height: 34px;
}
.b-textarea {
  padding: 5px 12px;
}
.b-input:focus,
.b-textarea:focus {
  border-color: #525252;
}
/* ==========================================================================
   Placeholder styles
   ========================================================================== */
::-webkit-input-placeholder {
  font: normal 1em Tahoma, Geneva, sans-serif;
  color: #666 !important;
}
::-webkit-textarea-placeholder {
  font: normal 1em Tahoma, Geneva, sans-serif;
  color: #666 !important;
}
.placeholder {
  font: normal 1em Tahoma, Geneva, sans-serif;
  color: #666 !important;
}
/* ==========================================================================
   Buttons
   ========================================================================== */
.button {
  display: block;
  height: 42px;
  padding: 0 20px;
  color: #fff;
  font-family: Georgia, Geneva, sans-serif;
  background-color: #000;
  border: none;
}
.button.is-grad {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #547980), color-stop(1, #405c61));
  background-image: -o-linear-gradient(bottom, #547980 0%, #405c61 100%);
  background-image: -moz-linear-gradient(bottom, #547980 0%, #405c61 100%);
  background-image: -webkit-linear-gradient(bottom, #547980 0%, #405c61 100%);
  background-image: -ms-linear-gradient(bottom, #547980 0%, #405c61 100%);
  background-image: linear-gradient(to bottom, #547980 0%, #405c61 100%);
}
.button.is-grad:active {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #547980), color-stop(1, #405c61));
  background-image: -o-linear-gradient(top, #547980 0%, #405c61 100%);
  background-image: -moz-linear-gradient(top, #547980 0%, #405c61 100%);
  background-image: -webkit-linear-gradient(top, #547980 0%, #405c61 100%);
  background-image: -ms-linear-gradient(top, #547980 0%, #405c61 100%);
  background-image: linear-gradient(to top, #547980 0%, #405c61 100%);
}
/* Checkbox and Radio button
   ========================================================================== */
.ez-hide {
  opacity: 0;
}
.ez-radio,
.ez-checkbox {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  top: 1px;
  vertical-align: top;
  background-color: #547980;
  border: 1px solid #405c61;
  -webkit-box-shadow: inset 0 2px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 2px 1px rgba(255, 255, 255, 0.5);
}
.ez-radio {
  border-radius: 16px;
}
.ez-checkbox {
  border-radius: 3px;
}
.ez-selected:after {
  position: absolute;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  top: 4px;
  left: 4px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.36);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.36);
}
.ez-checked {
  background: #547980 url('../img/icons/checkbox.png') 3px 3px no-repeat;
}
/* ==========================================================================
   Typography
   ========================================================================== */
.b-content-style {
  font-size: 18px;
  line-height: 1.5em;
  overflow: auto;
}
.b-content-style h1 {
  margin: 1.250em 0 1em;
  font-size: 1.714em;
  line-height: 1.3em;
}
.b-content-style h2 {
  margin: 1.250em 0 1em;
  font-size: 1.571em;
  line-height: 1.3em;
}
.b-content-style h4,
.b-content-style h5 {
  margin: 1em 0;
  font-size: 1.286em;
  line-height: 1.3em;
}
.b-content-style p {
  margin-bottom: 1.071em;
}
.b-content-style ul,
.b-content-style ol {
  display: block;
  margin-bottom: 1.2em;
  list-style: outside disc;
}
.b-content-style ol {
  list-style: outside decimal;
}
.b-content-style li ul,
.b-content-style li ol {
  margin: 0.6em 0 0 0;
}
.b-content-style li {
  margin: 0 0 0.6em 2.0em;
}
.b-content-style li p {
  margin-bottom: inherit;
  font-size: inherit;
  line-height: inherit;
}
.b-content-style li li {
  margin: 0 0 0.6em 1.6em;
}
.b-content-style table {
  margin: 1em auto 1.5em;
  text-align: left;
  width: 100%;
  border: 2px solid #000;
}
.b-content-style td,
.b-content-style th {
  border: 1px solid #000;
  padding: 0.5em;
}
.b-content-style th {
  background: #eee;
  text-align: center;
  font-weight: bold;
}
.b-content-style q {
  display: block;
  margin: 1.5em 0;
  padding: 0 0 0 2em;
  border-left: 2px solid #525151;
  font-style: italic;
}
.b-content-style hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.page-title {
  line-height: 1.5em;
  font-size: 1.714em;
  font-weight: normal;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}
.news-title {
  margin: 0 0 1em !important;
}
.news-pic {
  margin-right: 25px;
}
/* ==========================================================================
   Common rules
   ========================================================================== */
.l-wrapper {
  width: 980px;
  margin: 0 auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
/* ==========================================================================
   Header
   ========================================================================== */
#header {
  border: 2px solid #000;
  border-top: none;
}
.l-header-top {
  position: relative;
  height: 55px;
  color: #fff;
  line-height: 55px;
  background: #000;
  z-index: 9999;
}
.l-header-main {
  position: relative;
  height: 150px;
  border-bottom: 2px solid #000;
  background: #fff;
}
/* ==========================================================================
   Body
   ========================================================================== */
#body {
  position: relative;
  padding-top: 30px;
  border: 2px solid #000;
  border-bottom: none;
  border-top: none;
  background: #fff;
  z-index: 200;
}
.l-main {
  float: right;
  width: 661px;
  padding-right: 20px;
  padding-bottom: 50px;
}
.l-content {
  float: left;
  width: 432px;
}
.l-sidebar {
  float: left;
  width: 250px;
  padding-left: 20px;
}
.l-aside {
  float: right;
  width: 200px;
}
/* ==========================================================================
   footer
   ========================================================================== */
#footer {
  border: 2px solid #000;
  border-bottom: none;
  border-top: none;
}
/* ==========================================================================
   specialVersionLink
   ========================================================================== */
.specialVersionLink {
  position: absolute;
  top: 0;
  right: 320px;
  color: #fff;
  font-size: 16px;
}
.specialVersionLink:hover {
  color: #fff;
}
/* ==========================================================================
   currentDate
   ========================================================================== */
.currentDate {
  float: left;
  width: 150px;
  margin-left: 20px;
  color: #fff;
  font-size: 16px;
  font-family: 'Trebuchet MS', Georgia, sans-serif;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.27);
}
/* ==========================================================================
   search
   ========================================================================== */
.search {
  position: relative;
  float: right;
  width: 270px;
  height: 28px;
  margin: 12px 20px 0 0;
  line-height: 28px;
  background: #fff;
  border: 1px solid #405c61;
}
.search-input {
  width: 210px;
  padding: 0 10px;
  color: #cecece;
  font-size: 14px;
  font-family: Georgia, Geneva, sans-serif;
  border: none;
}
.search-input:focus {
  color: #525151;
}
.search-button {
  position: absolute;
  width: 40px;
  height: 28px;
  right: 0;
  border: none;
  border-left: 1px solid #405c61;
  background: #4a6a71 url(../img/main/search.png) no-repeat center center;
}
/* ==========================================================================
   logo
   ========================================================================== */
.logo {
  padding: 15px 0 0 20px;
  color: #000;
}
.logo-pic {
  float: left;
  margin-right: 45px;
}
.logo-title {
  margin-top: 20px;
  font-family: 'PT Sans', sans-serif;
}
.logo-title .subhead {
  color: #000;
  margin-top: 5px;
  font-size: 1.143em;
  font-weight: normal;
}
.logo-title span {
  font-size: 0.833em;
}
.logo-title a {
  margin-bottom: 5px;
  line-height: 1em;
  font-size: 1.714em;
  font-weight: normal;
  color: #000;
  text-decoration: none;
}
/* ==========================================================================
   weather
   ========================================================================== */
.weather {
  position: absolute;
  width: 200px;
  top: 40px;
  right: 91px;
  font-size: 1.143em;
}
.weather-link {
  margin-right: 20px;
  color: #fff;
}
.weather-link:hover {
  color: #fff;
}
.weather-text {
  margin-right: 20px;
  color: #fff;
  font-size: 1.250em;
  font-family: 'Trebuchet MS', Georgia, sans-serif;
}
.weather-pic {
  position: absolute;
  width: 32px;
  height: 26px;
  top: 0;
  right: 45px;
}
/* ==========================================================================
   headerNav
   ========================================================================== */
.headerNav {
  overflow: hidden;
  text-align: center;
  background: #eee;
}
.headerNav ul {
  display: table;
  width: 100%;
}
.headerNav li {
  display: table-cell;
  height: 45px;
  padding: 0 15px;
  border-right: 1px solid #000;
  vertical-align: middle;
}
.headerNav li:last-child {
  border-right: none;
}
.headerNav a {
  color: #020000;
}
/* ==========================================================================
   headerImages
   ========================================================================== */
.headerImages {
  display: none;
}
/* ==========================================================================
   contentSection
   ========================================================================== */
.contentSection {
  margin-bottom: 55px;
}
.contentSection-header {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
.contentSection-title {
  font-size: 1.429em;
}
.contentSection-nav {
  position: absolute;
  top: 0;
  right: 0;
}
.contentSection-nav a {
  padding: 0 5px;
  color: #000;
}
/* ==========================================================================
   post
   ========================================================================== */
.post {
  display: table;
  margin-bottom: 20px;
}
.post-date {
  display: block;
  color: #000;
  font-size: 16px;
  font-family: 'Trebuchet MS', Georgia, sans-serif;
  overflow: hidden;
}
.post-preview {
  display: block;
  float: left;
  margin: 5px 20px 0 0;
}
.post-title {
  font-size: 1.143em;
  font-weight: normal;
  overflow: hidden;
}
.post-text {
  margin: 10px 0 5px 0;
  overflow: hidden;
}
/* ==========================================================================
   mainNav
   ========================================================================== */
.mainNav {
  margin-bottom: 75px;
  border: 2px solid #000;
}
.mainNav li {
  position: relative;
  background: #eee;
  border-bottom: 1px solid #000;
}
.mainNav li:last-child {
  border-bottom: none;
}
.mainNav li:hover,
.mainNav li.active {
  background: #000;
}
.mainNav li:hover > a,
.mainNav li.active > a {
  color: #fff;
}
.mainNav a {
  display: block;
  width: 100%;
  padding: 10px 20px;
  color: #000;
  text-decoration: none;
  box-sizing: border-box;
}
.mainNav ul ul {
  position: absolute;
  display: none;
  width: 100%;
  top: -2px;
  left: 240px;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.5);
  border: 2px solid #000;
  z-index: 999;
}
.mainNav ul ul li {
  background: #eee;
}
.mainNav ul ul li a {
  color: #000;
}
.mainNav ul ul li:hover,
.mainNav ul ul li.active {
  background: #000;
}
.mainNav > ul > li:hover ul {
  display: block;
}
/* ==========================================================================
   vote
   ========================================================================== */
.vote {
  position: relative;
  width: 230px;
  padding-bottom: 45px;
  margin-bottom: 75px;
}
.vote-text {
  margin-top: 30px;
  margin-bottom: 30px;
}
.vote-answer {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.vote-result {
  position: absolute;
  bottom: 8px;
}
.vote-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
/* ==========================================================================
   voteResult
   ========================================================================== */
.voteResult ul li {
  position: relative;
  width: 335px;
  margin: 10px 0 20px 0;
}
.voteResult h2 {
  margin-top: 30px;
  font-size: 1.286em;
}
.voteResult-graph {
  width: 300px;
  height: 20px;
  line-height: 18px;
  background: #c5c5c5;
  overflow: hidden;
}
.voteResult-active {
  display: block;
  height: 20px;
  color: #fff;
  background: #ef5234;
}
.voteResult-percent {
  position: absolute;
  top: 20px;
  right: -5px;
}
/* ==========================================================================
   person
   ========================================================================== */
.person-block {
  padding: 20px 22px 20px 23px;
  margin-bottom: 75px;
  font-weight: bold;
  background: #fff;
}
.person-pic {
  border: 1px solid #000;
}
.person-name {
  display: block;
  margin: 10px 0;
  color: #000;
}
.person-post {
  display: block;
  color: #000;
  line-height: 1.5em;
  font-weight: normal;
}
/* ==========================================================================
   gallery
   ========================================================================== */
.preview {
  margin-bottom: 10px;
}
.preview .title-section {
  margin-bottom: 10px;
}
.preview .fancybox {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
}
.preview img {
  width: 155px;
  height: 135px;
  border: 1px solid #000;
}
/* ==========================================================================
   gallery
   ========================================================================== */
#faq-form {
  margin-bottom: 50px;
}
#faq-form label {
  font-weight: bold;
}
#faq-form input {
  width: 250px;
  margin-bottom: 10px;
  font-size: 1.167em;
}
#faq-form textarea {
  width: 450px;
  height: 150px;
}
#faq-form .form-valid {
  margin-left: 10px;
  color: red;
}
#faq-list li {
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px dotted #666;
}
#faq-list h3 {
  line-height: 1.5em;
  margin: 5px 0 10px 10px;
}
#faq-list p {
  margin: 5px 0 0 10px;
  font-style: italic;
}
#faq-list span {
  font-weight: bold;
}
/* ==========================================================================
   searchResult
   TODO: Переделать нормально!
   ========================================================================== */
.searchResult h2 {
  font-size: 1.429em;
}
.searchResult li {
  margin-bottom: 20px;
}
.searchResult li span {
  background: #f6db22;
}
.searchResult p {
  margin-bottom: 15px;
}
/* ==========================================================================
   pageNav
   ========================================================================== */
.pageNav {
  padding: 10px 20px;
  margin-bottom: 15px;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Trebuchet MS', Georgia, sans-serif;
  background: #eee;
  border: 2px solid #000;
}
.pageNav li {
  display: inline;
  margin: 0;
}
.pageNav a {
  color: #000;
}
/* ==========================================================================
   Pagination
   TODO: Переделать без классов!
   ========================================================================== */
#pagination {
  margin: 30px 0 50px 0;
  text-align: center;
  font-size: 1.143em;
}
#pagination li {
  display: inline;
  margin: 0 5px;
  list-style: none;
}
#pagination a {
  display: inline-block;
  padding: 5px 13px;
  color: #0f91bb;
  text-decoration: none;
}
#pagination a:hover {
  background: #fff;
}
#pagination .active {
  color: #ef5234;
  background: #fff;
}
/* ==========================================================================
   Normative documents
   TODO: Переделать в соответствии методологии!
   ========================================================================== */
.npa-item {
  margin-bottom: 20px;
}
.npa-item .title {
  display: inline-block;
  zoom: 1;
}
.npa-number {
  display: block;
  font-size: 1.143em;
}
.npa-text {
  margin-bottom: 20px;
}
.npa-text em {
  color: #525151;
}
#npa-form {
  position: relative;
  width: 350px;
  margin-bottom: 25px;
  background: #fff;
  border: 1px solid #5F5A00;
}
#npa-form .search-input {
  width: 290px;
  height: 28px;
  background: transparent;
}
#npa-form .search-btn {
  position: absolute;
  top: 0;
  right: 0;
}
/* ==========================================================================
   banners
   ========================================================================== */
.info {
  padding: 30px 0;
  text-align: center;
}
.info a {
  display: inline-block;
  width: 180px;
  height: 60px;
  margin: 5px;
  text-decoration: none;
}
.info img {
  max-width: 100%;
  height: auto;
}
.info br {
  display: none;
}
.banner-left {
  margin-bottom: 75px;
  text-align: center;
}
.banner-left .info a {
  display: inline-block;
}
.info-bottom .info {
  border-top: 2px solid #000;
}
/* ==========================================================================
   footerNav
   ========================================================================== */
.footerNav {
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #000;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.footerNav li {
  display: inline;
  padding: 0 84px;
}
.footerNav li.last-item {
  border-right: none;
}
.footerNav a {
  color: #fff;
}
.footerNav a:hover {
  text-decoration: none;
}
/* ==========================================================================
   copyright
   ========================================================================== */
.copyright {
  position: relative;
  height: 50px;
  padding-left: 20px;
  color: #fff;
  line-height: 50px;
  background: #000;
}
/* ==========================================================================
   Studio 15 copyright
   ========================================================================== */
#s15web {
  float: right;
  margin-right: 20px;
}
#s15web a {
  display: inline-block;
  padding-left: 29px;
  margin-left: 5px;
  color: #fff;
  line-height: 15px;
  text-decoration: underline;
  background: url('../img/icons/s15.png') left top no-repeat;
}
#s15web a:hover {
  background-position: left top -16px;
}
/* ==========================================================================
   jCarousel styles
   ========================================================================== */
#mycarousel img {
  border: 1px solid #000;
}
#mycarousel li {
  margin-bottom: 30px;
}
.jcarousel-skin-tango {
  background: #fff;
}
.jcarousel-skin-tango .jcarousel-direction-rtl {
  direction: rtl;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
  width: 245px;
  padding: 20px 40px;
}
.jcarousel-skin-tango .jcarousel-container-vertical {
  height: 465px;
  padding: 40px 22px 40px 23px;
  margin-bottom: 75px;
}
.jcarousel-skin-tango .jcarousel-clip {
  overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
  width: 245px;
  height: 75px;
}
.jcarousel-skin-tango .jcarousel-clip-vertical {
  width: 154px;
  height: 464px;
}
.jcarousel-skin-tango .jcarousel-item {
  width: 153px;
  height: 134px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
  margin-left: 0;
  margin-right: 10px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
  margin-left: 10px;
  margin-right: 0;
}
.jcarousel-skin-tango .jcarousel-item-vertical {
  margin-bottom: 10px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
  background: #fff;
  color: #000;
}
/* navigation buttons
   ========================================================================== */
.jcarousel-prev-vertical,
.jcarousel-next-vertical {
  position: absolute;
  width: 100%;
  height: 25px;
  top: 0;
  left: 0;
  background-color: #000;
  background-image: url('../img/icons/arrow-prev.png');
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.jcarousel-next-vertical {
  top: auto;
  bottom: 0;
  background-image: url('../img/icons/arrow-next.png');
}
.jcarousel-next-disabled-vertical,
.jcarousel-prev-disabled-vertical {
  cursor: default;
  opacity: 0.5;
}
/* ==========================================================================
   FancyBox
   ========================================================================== */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}
#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url('../img/icons/fancybox/fancybox.png');
}
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}
#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}
#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
}
#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}
#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
}
#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}
#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url('../img/icons/fancybox/fancybox.png') -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}
#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}
#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}
#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
#fancybox-left,
#fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url('../img/icons/fancybox/blank.gif');
  z-index: 1102;
  display: none;
}
#fancybox-left {
  left: 0px;
}
#fancybox-right {
  right: 0px;
}
#fancybox-left-ico,
#fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}
#fancybox-left-ico {
  background-image: url('../img/icons/fancybox/fancybox.png');
  background-position: -40px -30px;
  text-indent: -9999;
}
#fancybox-right-ico {
  background-image: url('../img/icons/fancybox/fancybox.png');
  background-position: -40px -60px;
  text-indent: -9999;
}
#fancybox-left:hover,
#fancybox-right:hover {
  visibility: visible;
  /* IE6 */
}
#fancybox-left:hover span {
  left: 20px;
}
#fancybox-right:hover span {
  left: auto;
  right: 20px;
}
.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}
#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url('../img/icons/fancybox/fancybox-x.png');
}
#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url('../img/icons/fancybox/fancybox.png');
  background-position: -40px -162px;
}
#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url('../img/icons/fancybox/fancybox-y.png');
  background-position: -20px 0px;
}
#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url('../img/icons/fancybox/fancybox.png');
  background-position: -40px -182px;
}
#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url('../img/icons/fancybox/fancybox-x.png');
  background-position: 0px -20px;
}
#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url('../img/icons/fancybox/fancybox.png');
  background-position: -40px -142px;
}
#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url('../img/icons/fancybox/fancybox-y.png');
}
#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url('../img/icons/fancybox/fancybox.png');
  background-position: -40px -122px;
}
#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}
.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}
.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}
.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}
#fancybox-title-over {
  padding: 10px;
  background-image: url('../img/icons/fancybox/fancy_title_over.png');
  display: block;
}
.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}
#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}
#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}
#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url('../img/icons/fancybox/fancybox.png') -40px -90px no-repeat;
}
#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url('../img/icons/fancybox/fancybox-x.png') 0px -40px;
}
#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url('../img/icons/fancybox/fancybox.png') -55px -90px no-repeat;
}
