/*!
 * Bootstrap v2.2.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */


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;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;  /* 14px original */
  line-height: 21px; /* 20px original */
  color: #333333;
  background-color: #ffffff;
}

a {
  color: #0088cc;
  text-decoration: none;
}

a:hover {
  color: #005580;
  text-decoration: underline;
}

.img-rounded {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  -webkit-border-radius: 500px;
     -moz-border-radius: 500px;
          border-radius: 500px;
}

.row {
  margin-right: -20px; /* changed */
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

.row:after {
  clear: both;
}

[class*="span"] {
  float: right; /* changed */
  min-height: 1px;
  margin-right: 20px; /* changed */
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

.offset12 {
  margin-right: 980px; /* changed */
}

.offset11 {
  margin-right: 900px; /* changed */
}

.offset10 {
  margin-right: 820px; /* changed */
}

.offset9 {
  margin-right: 740px; /* changed */
}

.offset8 {
  margin-right: 660px; /* changed */
}

.offset7 {
  margin-right: 580px; /* changed */
}

.offset6 {
  margin-right: 500px; /* changed */
}

.offset5 {
  margin-right: 420px; /* changed */
}

.offset4 {
  margin-right: 340px; /* changed */
}

.offset3 {
  margin-right: 260px; /* changed */
}

.offset2 {
  margin-right: 180px; /* changed */
}

.offset1 {
  margin-right: 100px; /* changed */
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: right; /* changed */
  width: 100%;
  min-height: 30px;
  margin-right: 2.127659574468085%; /* changed */
  *margin-right: 2.074468085106383%; /* changed */
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-right: 0; /* changed */
}

.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-right: 2.127659574468085%; /* changed */
}

.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

.row-fluid .offset12 {
  margin-right: 104.25531914893617%; /* changed */
  *margin-right: 104.14893617021275%; /* changed */
}

.row-fluid .offset12:first-child {
  margin-right: 102.12765957446808%; /* changed */
  *margin-right: 102.02127659574467%; /* changed */
}

.row-fluid .offset11 {
  margin-right: 95.74468085106382%; /* changed */
  *margin-right: 95.6382978723404%; /* changed */
}

.row-fluid .offset11:first-child {
  margin-right: 93.61702127659574%; /* changed */
  *margin-right: 93.51063829787232%; /* changed */
}

.row-fluid .offset10 {
  margin-right: 87.23404255319149%; /* changed */
  *margin-right: 87.12765957446807%; /* changed */
}

.row-fluid .offset10:first-child {
  margin-right: 85.1063829787234%; /* changed */
  *margin-right: 84.99999999999999%; /* changed */
}

.row-fluid .offset9 {
  margin-right: 78.72340425531914%; /* changed */
  *margin-right: 78.61702127659572%; /* changed */
}

.row-fluid .offset9:first-child {
  margin-right: 76.59574468085106%; /* changed */
  *margin-right: 76.48936170212764%; /* changed */
}

.row-fluid .offset8 {
  margin-right: 70.2127659574468%; /* changed */
  *margin-right: 70.10638297872339%; /* changed */
}

.row-fluid .offset8:first-child {
  margin-right: 68.08510638297872%; /* changed */
  *margin-right: 67.9787234042553%; /* changed */
}

.row-fluid .offset7 {
  margin-right: 61.70212765957446%; /* changed */
  *margin-right: 61.59574468085106%; /* changed */
}

.row-fluid .offset7:first-child {
  margin-right: 59.574468085106375%; /* changed */
  *margin-right: 59.46808510638297%; /* changed */
}

.row-fluid .offset6 {
  margin-right: 53.191489361702125%; /* changed */
  *margin-right: 53.085106382978715%; /* changed */
}

.row-fluid .offset6:first-child {
  margin-right: 51.063829787234035%; /* changed */
  *margin-right: 50.95744680851063%; /* changed */
}

.row-fluid .offset5 {
  margin-right: 44.68085106382979%; /* changed */
  *margin-right: 44.57446808510638%; /* changed */
}

.row-fluid .offset5:first-child {
  margin-right: 42.5531914893617%; /* changed */
  *margin-right: 42.4468085106383%; /* changed */
}

.row-fluid .offset4 {
  margin-right: 36.170212765957444%; /* changed */
  *margin-right: 36.06382978723405%; /* changed */
}

.row-fluid .offset4:first-child {
  margin-right: 34.04255319148936%; /* changed */
  *margin-right: 33.93617021276596%; /* changed */
}

.row-fluid .offset3 {
  margin-right: 27.659574468085104%; /* changed */
  *margin-right: 27.5531914893617%; /* changed */
}

.row-fluid .offset3:first-child {
  margin-right: 25.53191489361702%; /* changed */
  *margin-right: 25.425531914893618%; /* changed */
}

.row-fluid .offset2 {
  margin-right: 19.148936170212764%; /* changed */
  *margin-right: 19.04255319148936%; /* changed */
}

.row-fluid .offset2:first-child {
  margin-right: 17.02127659574468%; /* changed */
  *margin-right: 16.914893617021278%; /* changed */
}

.row-fluid .offset1 {
  margin-right: 10.638297872340425%; /* changed */
  *margin-right: 10.53191489361702%; /* changed */
}

.row-fluid .offset1:first-child {
  margin-right: 8.51063829787234%; /* changed */
  *margin-right: 8.404255319148938%; /* changed */
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

/* changed */
[class*="span"].pull-left,
.row-fluid [class*="span"].pull-left {
  float: left; /* changed */
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.container-fluid:after {
  clear: both;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted {
  color: #999999;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover {
  color: #356635;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
/*  font-family: "b koodak";*/
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  line-height: 40px;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 11.9px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  padding: 0;
  margin: 0 25px 10px 0; /* changed */
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 20px;
}

ul.unstyled,
ol.unstyled {
  margin-right: 0; /* changed */
  list-style: none;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-right: 10px; /* changed */
}

.dl-horizontal {
  *zoom: 1;
}

.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}

.dl-horizontal:after {
  clear: both;
}

.dl-horizontal dt {
  float: right; /* changed */
  width: 160px;
  overflow: hidden;
  clear: right; /* changed */
  text-align: left; /* changed */
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-right: 180px; /* changed */
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 15px 0 0; /* changed */
  margin: 0 0 20px;
  border-right: 5px solid #eeeeee; /* changed */
}

blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

/* changed */
blockquote.pull-left {
  float: left; /* changed */
  padding-left: 15px; /* changed */
  padding-right: 0; /* changed */
  border-left: 5px solid #eeeeee; /* changed */
  border-right: 0; /* changed */
}

/* changed */
blockquote.pull-left p,
blockquote.pull-left small {
  text-align: left; /* changed */
}

/* changed */
blockquote.pull-left small:before {
  content: '';
}

/* changed */
blockquote.pull-left small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  direction: ltr;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

form {
  margin: 0 0 20px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  font-size: 15px;
  color: #999999;
}

label,
input,
button,
select,
textarea {
  font-size: 13px; /* changed */
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}

select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

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;
}

.radio,
.checkbox {
  min-height: 20px;
  padding-right: 20px; /* changed */
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: right; /* changed */
  margin-right: -20px; /* changed */
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-right: 10px; /* changed */
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-right: 0; /* changed */
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

input,
textarea,
.uneditable-input {
  margin-right: 0; /* changed */
}

.controls-row [class*="span"] + [class*="span"] {
  margin-right: 20px; /* changed */
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

.controls-row {
  *zoom: 1;
}

.controls-row:before,
.controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.controls-row:after {
  clear: both;
}

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: right; /* changed */
}

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.control-group.info > label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
     -moz-box-shadow: 0 0 6px #f8b9b7;
          box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-actions:after {
  clear: both;
}

.help-block,
.help-inline {
  color: #595959;
}

.help-block {
  display: block;
  margin-bottom: 10px;
}

.help-inline {
  display: inline-block;
  *display: inline;
  padding-right: 5px; /* changed */
  vertical-align: middle;
  *zoom: 1;
}

.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu {
  font-size: 14px;
}


.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-right: 0; /* changed */
  vertical-align: top;
  /* review needed */
  -webkit-border-radius: 4px 0 0 4px; /* changed */
     -moz-border-radius: 4px 0 0 4px; /* changed */
          border-radius: 4px 0 0 4px; /* changed */
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn {
  vertical-align: top;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-left: -1px; /* changed */
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
/* review needed */
  -webkit-border-radius: 0 4px 4px 0; /* changed */
     -moz-border-radius: 0 4px 4px 0; /* changed */
          border-radius: 0 4px 4px 0; /* changed */
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
/* review needed */
  -webkit-border-radius: 0 4px 4px 0; /* changed */
     -moz-border-radius: 0 4px 4px 0; /* changed */
          border-radius: 0 4px 4px 0; /* changed */
}

.input-append input + .btn-group .btn,
.input-append select + .btn-group .btn,
.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 4px 0 0 4px; /* changed */
     -moz-border-radius: 4px 0 0 4px; /* changed */
          border-radius: 4px 0 0 4px; /* changed */
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-right: -1px; /* changed */
}

.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 4px 0 0 4px; /* changed */
     -moz-border-radius: 4px 0 0 4px; /* changed */
          border-radius: 4px 0 0 4px; /* changed */
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 4px 0 0 4px; /* changed */
     -moz-border-radius: 4px 0 0 4px; /* changed */
          border-radius: 4px 0 0 4px; /* changed */
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0; /* changed */
     -moz-border-radius: 0 4px 4px 0; /* changed */
          border-radius: 0 4px 4px 0; /* changed */
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-right: -1px; /* changed */
  -webkit-border-radius: 4px 0 0 4px; /* changed */
     -moz-border-radius: 4px 0 0 4px; /* changed */
          border-radius: 4px 0 0 4px; /* changed */
}

.input-prepend.input-append .btn-group:first-child {
  margin-right: 0; /* changed */
}

input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

/* Allow for input prepend/append in search forms */

.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.form-search .input-append .search-query {
  -webkit-border-radius: 0 14px 14px 0; /* changed */
     -moz-border-radius: 0 14px 14px 0; /* changed */
          border-radius: 0 14px 14px 0; /* changed */
}

.form-search .input-append .btn {
  -webkit-border-radius: 14px 0 0 14px; /* changed */
     -moz-border-radius: 14px 0 0 14px; /* changed */
          border-radius: 14px 0 0 14px; /* changed */
}

.form-search .input-prepend .search-query {
  -webkit-border-radius: 14px 0 0 14px; /* changed */
     -moz-border-radius: 14px 0 0 14px; /* changed */
          border-radius: 14px 0 0 14px; /* changed */
}

.form-search .input-prepend .btn {
  -webkit-border-radius: 0 14px 14px 0; /* changed */
     -moz-border-radius: 0 14px 14px 0; /* changed */
          border-radius: 0 14px 14px 0; /* changed */
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-right: 0; /* changed */
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: right; /* changed */
  margin-left: 3px; /* changed */
  margin-right: 0; /* changed */
}

.control-group {
  margin-bottom: 10px;
}

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  float: right; /* changed */
  width: 160px;
  padding-top: 5px;
  text-align: left; /* changed */
}

.form-horizontal .controls {
  *display: inline-block;
  *padding-right: 20px; /* changed */
  margin-right: 180px; /* changed */
  *margin-right: 0; /* changed */
}

.form-horizontal .controls:first-child {
  *padding-right: 180px; /* changed */
}

.form-horizontal .help-block {
  margin-bottom: 0;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 10px;
}

.form-horizontal .form-actions {
  padding-right: 180px; /* changed */
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: right; /* changed */
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-right-radius: 4px; /* changed */
          border-top-right-radius: 4px; /* changed */
  -moz-border-radius-topright: 4px; /* changed */
}

.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-left-radius: 4px; /* changed */
          border-top-left-radius: 4px; /* changed */
  -moz-border-radius-topleft: 4px; /* changed */
}

.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 4px 0; /* changed */
     -moz-border-radius: 0 0 4px 0; /* changed */
          border-radius: 0 0 4px 0; /* changed */
  -webkit-border-bottom-right-radius: 4px; /* changed */
          border-bottom-right-radius: 4px; /* changed */
  -moz-border-radius-bottomright: 4px; /* changed */
}

.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-left-radius: 4px; /* changed */
          border-bottom-left-radius: 4px; /* changed */
  -moz-border-radius-bottomleft: 4px; /* changed */
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-right-radius: 4px; /* changed */
          border-top-right-radius: 4px; /* changed */
  -moz-border-radius-topright: 4px; /* changed */
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-left-radius: 4px; /* changed */
          border-top-left-radius: 4px; /* changed */
  -moz-border-radius-topleft: 4px; /* changed */
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}

table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-right: 0; /* changed */
}

.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-right: 0; /* changed */
}

.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-right: 0; /* changed */
}

.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-right: 0; /* changed */
}

.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-right: 0; /* changed */
}

.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-right: 0; /* changed */
}

.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-right: 0; /* changed */
}

.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-right: 0; /* changed */
}

.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-right: 0; /* changed */
}

.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-right: 0; /* changed */
}

.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-right: 0; /* changed */
}

.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-right: 0; /* changed */
}

.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-right: 0; /* changed */
}

.table tbody tr.success td {
  background-color: #dff0d8;
}

.table tbody tr.error td {
  background-color: #f2dede;
}

.table tbody tr.warning td {
  background-color: #fcf8e3;
}

.table tbody tr.info td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}

.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-left: .3em; /* changed */
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("http://final.ir/skin/frontend/bootstrapped/final/img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

/* White icons with optional class, or on hover/active states of certain elements */

.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: url("http://final.ir/skin/frontend/bootstrapped/final/img/glyphicons-halflings-white.png");
}

.icon-glass {
  background-position: 0      0;
}

.icon-music {
  background-position: -24px 0;
}

.icon-search {
  background-position: -48px 0;
}

.icon-envelope {
  background-position: -72px 0;
}

.icon-heart {
  background-position: -96px 0;
}

.icon-star {
  background-position: -120px 0;
}

.icon-star-empty {
  background-position: -144px 0;
}

.icon-user {
  background-position: -168px 0;
}

.icon-film {
  background-position: -192px 0;
}

.icon-th-large {
  background-position: -216px 0;
}

.icon-th {
  background-position: -240px 0;
}

.icon-th-list {
  background-position: -264px 0;
}

.icon-ok {
  background-position: -288px 0;
}

.icon-remove {
  background-position: -312px 0;
}

.icon-zoom-in {
  background-position: -336px 0;
}

.icon-zoom-out {
  background-position: -360px 0;
}

.icon-off {
  background-position: -384px 0;
}

.icon-signal {
  background-position: -408px 0;
}

.icon-cog {
  background-position: -432px 0;
}

.icon-trash {
  background-position: -456px 0;
}

.icon-home {
  background-position: 0 -24px;
}

.icon-file {
  background-position: -24px -24px;
}

.icon-time {
  background-position: -48px -24px;
}

.icon-road {
  background-position: -72px -24px;
}

.icon-download-alt {
  background-position: -96px -24px;
}

.icon-download {
  background-position: -120px -24px;
}

.icon-upload {
  background-position: -144px -24px;
}

.icon-inbox {
  background-position: -168px -24px;
}

.icon-play-circle {
  background-position: -192px -24px;
}

.icon-repeat {
  background-position: -216px -24px;
}

.icon-refresh {
  background-position: -240px -24px;
}

.icon-list-alt {
  background-position: -264px -24px;
}

.icon-lock {
  background-position: -287px -24px;
}

.icon-flag {
  background-position: -312px -24px;
}

.icon-headphones {
  background-position: -336px -24px;
}

.icon-volume-off {
  background-position: -360px -24px;
}

.icon-volume-down {
  background-position: -384px -24px;
}

.icon-volume-up {
  background-position: -408px -24px;
}

.icon-qrcode {
  background-position: -432px -24px;
}

.icon-barcode {
  background-position: -456px -24px;
}

.icon-tag {
  background-position: 0 -48px;
}

.icon-tags {
  background-position: -25px -48px;
}

.icon-book {
  background-position: -48px -48px;
}

.icon-bookmark {
  background-position: -72px -48px;
}

.icon-print {
  background-position: -96px -48px;
}

.icon-camera {
  background-position: -120px -48px;
}

.icon-font {
  background-position: -144px -48px;
}

.icon-bold {
  background-position: -167px -48px;
}

.icon-italic {
  background-position: -192px -48px;
}

.icon-text-height {
  background-position: -216px -48px;
}

.icon-text-width {
  background-position: -240px -48px;
}

.icon-align-left {
  background-position: -264px -48px;
}

.icon-align-center {
  background-position: -288px -48px;
}

.icon-align-right {
  background-position: -312px -48px;
}

.icon-align-justify {
  background-position: -336px -48px;
}

.icon-list {
  background-position: -360px -48px;
}

.icon-indent-left {
  background-position: -384px -48px;
}

.icon-indent-right {
  background-position: -408px -48px;
}

.icon-facetime-video {
  background-position: -432px -48px;
}

.icon-picture {
  background-position: -456px -48px;
}

.icon-pencil {
  background-position: 0 -72px;
}

.icon-map-marker {
  background-position: -24px -72px;
}

.icon-adjust {
  background-position: -48px -72px;
}

.icon-tint {
  background-position: -72px -72px;
}

.icon-edit {
  background-position: -96px -72px;
}

.icon-share {
  background-position: -120px -72px;
}

.icon-check {
  background-position: -144px -72px;
}

.icon-move {
  background-position: -168px -72px;
}

.icon-step-backward {
  background-position: -192px -72px;
}

.icon-fast-backward {
  background-position: -216px -72px;
}

.icon-backward {
  background-position: -240px -72px;
}

.icon-play {
  background-position: -264px -72px;
}

.icon-pause {
  background-position: -288px -72px;
}

.icon-stop {
  background-position: -312px -72px;
}

.icon-forward {
  background-position: -336px -72px;
}

.icon-fast-forward {
  background-position: -360px -72px;
}

.icon-step-forward {
  background-position: -384px -72px;
}

.icon-eject {
  background-position: -408px -72px;
}

.icon-chevron-left {
  background-position: -432px -72px;
}

.icon-chevron-right {
  background-position: -456px -72px;
}

.icon-plus-sign {
  background-position: 0 -96px;
}

.icon-minus-sign {
  background-position: -24px -96px;
}

.icon-remove-sign {
  background-position: -48px -96px;
}

.icon-ok-sign {
  background-position: -72px -96px;
}

.icon-question-sign {
  background-position: -96px -96px;
}

.icon-info-sign {
  background-position: -120px -96px;
}

.icon-screenshot {
  background-position: -144px -96px;
}

.icon-remove-circle {
  background-position: -168px -96px;
}

.icon-ok-circle {
  background-position: -192px -96px;
}

.icon-ban-circle {
  background-position: -216px -96px;
}

.icon-arrow-left {
  background-position: -240px -96px;
}

.icon-arrow-right {
  background-position: -264px -96px;
}

.icon-arrow-up {
  background-position: -289px -96px;
}

.icon-arrow-down {
  background-position: -312px -96px;
}

.icon-share-alt {
  background-position: -336px -96px;
}

.icon-resize-full {
  background-position: -360px -96px;
}

.icon-resize-small {
  background-position: -384px -96px;
}

.icon-plus {
  background-position: -408px -96px;
}

.icon-minus {
  background-position: -433px -96px;
}

.icon-asterisk {
  background-position: -456px -96px;
}

.icon-exclamation-sign {
  background-position: 0 -120px;
}

.icon-gift {
  background-position: -24px -120px;
}

.icon-leaf {
  background-position: -48px -120px;
}

.icon-fire {
  background-position: -72px -120px;
}

.icon-eye-open {
  background-position: -96px -120px;
}

.icon-eye-close {
  background-position: -120px -120px;
}

.icon-warning-sign {
  background-position: -144px -120px;
}

.icon-plane {
  background-position: -168px -120px;
}

.icon-calendar {
  background-position: -192px -120px;
}

.icon-random {
  width: 16px;
  background-position: -216px -120px;
}

.icon-comment {
  background-position: -240px -120px;
}

.icon-magnet {
  background-position: -264px -120px;
}

.icon-chevron-up {
  background-position: -288px -120px;
}

.icon-chevron-down {
  background-position: -313px -119px;
}

.icon-retweet {
  background-position: -336px -120px;
}

.icon-shopping-cart {
  background-position: -360px -120px;
}

.icon-folder-close {
  background-position: -384px -120px;
}

.icon-folder-open {
  width: 16px;
  background-position: -408px -120px;
}

.icon-resize-vertical {
  background-position: -432px -119px;
}

.icon-resize-horizontal {
  background-position: -456px -118px;
}

.icon-hdd {
  background-position: 0 -144px;
}

.icon-bullhorn {
  background-position: -24px -144px;
}

.icon-bell {
  background-position: -48px -144px;
}

.icon-certificate {
  background-position: -72px -144px;
}

.icon-thumbs-up {
  background-position: -96px -144px;
}

.icon-thumbs-down {
  background-position: -120px -144px;
}

.icon-hand-right {
  background-position: -144px -144px;
}

.icon-hand-left {
  background-position: -168px -144px;
}

.icon-hand-up {
  background-position: -192px -144px;
}

.icon-hand-down {
  background-position: -216px -144px;
}

.icon-circle-arrow-right {
  background-position: -240px -144px;
}

.icon-circle-arrow-left {
  background-position: -264px -144px;
}

.icon-circle-arrow-up {
  background-position: -288px -144px;
}

.icon-circle-arrow-down {
  background-position: -312px -144px;
}

.icon-globe {
  background-position: -336px -144px;
}

.icon-wrench {
  background-position: -360px -144px;
}

.icon-tasks {
  background-position: -384px -144px;
}

.icon-filter {
  background-position: -408px -144px;
}

.icon-briefcase {
  background-position: -432px -144px;
}

.icon-fullscreen {
  background-position: -456px -144px;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-right: 2px; /* changed */
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0; /* changed */
  z-index: 1000;
  display: none;
  float: right; /* changed */
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

/* changed */
.dropdown-menu.pull-left {
  left: 0; /* changed */
  right: auto; /* changed */
}

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999999;
}

.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
}

.open {
  *z-index: 1000;
}

.open > .dropdown-menu {
  display: block;
}

/* changed */
.pull-left > .dropdown-menu {
  left: 0; /* changed */
  right: auto; /* changed */
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  right: 100%; /* changed */
  margin-top: -6px;
  margin-right: -1px; /* changed */
  -webkit-border-radius: 6px 0 6px 6px; /* changed */
     -moz-border-radius: 6px 0 6px 6px; /* changed */
          border-radius: 6px 0 6px 6px; /* changed */
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 0 5px; /* changed */
     -moz-border-radius: 5px 5px 0 5px; /* changed */
          border-radius: 5px 5px 0 5px; /* changed */
}

.dropdown-submenu > a:after {
  display: block;
  float: left; /* changed */
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-left: -10px; /* changed */
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 5px 5px 0; /* changed */
  content: " ";
}

.dropdown-submenu:hover > a:after {
  border-right-color: #ffffff; /* changed */
}

.dropdown-submenu.pull-right {
  float: none;
}

/* changed */
.dropdown-submenu.pull-right > .dropdown-menu {
  right: -100%; /* changed */
  margin-right: 10px; /* changed */
  -webkit-border-radius: 0 6px 6px 6px; /* changed */
     -moz-border-radius: 0 6px 6px 6px; /* changed */
          border-radius: 0 6px 6px 6px; /* changed */
}

.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
     -moz-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.close {
  float: left; /* changed */
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-right: .3em; /* changed */
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-right: 0; /* changed */
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 2px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini {
  padding: 1px 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-right: .3em; /* changed */
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

.btn-group:first-child {
  *margin-right: 0; /* changed */
}

.btn-group + .btn-group {
  margin-right: 5px; /* changed */
}

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
  margin-right: 5px; /* changed */
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-right: -1px; /* changed */
}

.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 14px;
}

.btn-group > .btn-mini {
  font-size: 11px;
}

.btn-group > .btn-small {
  font-size: 12px;
}

.btn-group > .btn-large {
  font-size: 16px;
}

.btn-group > .btn:first-child {
  margin-right: 0; /* changed */
  -webkit-border-bottom-right-radius: 4px; /* changed */
          border-bottom-right-radius: 4px; /* changed */
  -webkit-border-top-right-radius: 4px; /* changed */
          border-top-right-radius: 4px; /* changed */
  -moz-border-radius-bottomright: 4px; /* changed */
  -moz-border-radius-topright: 4px; /* changed */
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-left-radius: 4px; /* changed */
          border-top-left-radius: 4px; /* changed */
  -webkit-border-bottom-left-radius: 4px; /* changed */
          border-bottom-left-radius: 4px; /* changed */
  -moz-border-radius-topleft: 4px; /* changed */
  -moz-border-radius-bottomleft: 4px; /* changed */
}

.btn-group > .btn.large:first-child {
  margin-right: 0; /* changed */
  -webkit-border-bottom-right-radius: 6px; /* changed */ 
          border-bottom-right-radius: 6px; /* changed */
  -webkit-border-top-right-radius: 6px; /* changed */
          border-top-right-radius: 6px; /* changed */
  -moz-border-radius-bottomright: 6px; /* changed */
  -moz-border-radius-topright: 6px; /* changed */
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-left-radius: 6px; /* changed */
          border-top-left-radius: 6px; /* changed */
  -webkit-border-bottom-left-radius: 6px; /* changed */
          border-bottom-left-radius: 6px; /* changed */
  -moz-border-radius-topleft: 6px; /* changed */
  -moz-border-radius-bottomleft: 6px; /* changed */
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

.btn .caret {
  margin-top: 8px;
  margin-right: 0; /* changed */
}

.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.btn-group-vertical .btn {
  display: block;
  float: none;
  width: 100%;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group-vertical .btn + .btn {
  margin-top: -1px;
  margin-right: 0; /* changed */
}

.btn-group-vertical .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0; 
     -moz-border-radius: 4px 4px 0 0; 
          border-radius: 4px 4px 0 0; 
}

.btn-group-vertical .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px; 
     -moz-border-radius: 0 0 4px 4px; 
          border-radius: 0 0 4px 4px; 
}

.btn-group-vertical .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0; 
     -moz-border-radius: 6px 6px 0 0; 
          border-radius: 6px 6px 0 0; 
}

.btn-group-vertical .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px; 
          border-radius: 0 0 6px 6px; 
}

.alert {
  padding: 8px 14px 8px 35px; /* changed */
  margin-bottom: 20px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  left: -21px;  /* changed */
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.nav {
  margin-bottom: 20px;
  margin-right: 0; /* changed */
  list-style: none;
}

.nav > li > a {
  display: block;
}

.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}

 /* changed */
.nav > .pull-left {
  float: left;  /* changed */
}

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.nav-tabs,
.nav-pills {
  *zoom: 1;
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}

.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs > li,
.nav-pills > li {
  float: right; /* changed */
}

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-left: 2px; /* changed */
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li > a {
  margin-right: 0;
}

.nav-tabs.nav-stacked {
  border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}


.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px; 
          border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.nav-tabs.nav-stacked > li > a:hover {
  z-index: 2;
  border-color: #ddd;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}

.nav .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

/* move down carets for tabs */

.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.nav > .dropdown.active > a:hover {
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover {
  border-color: #999999;
}

.tabbable {
  *zoom: 1;
}

.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: auto;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-left: 0; /* changed */
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.nav > .disabled > a {
  color: #999999;
}

.nav > .disabled > a:hover {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}

.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;
  color: #777777;
}

.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-inner:after {
  clear: both;
}

.navbar .container {
  width: auto;
}

.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

.navbar .brand {
  display: block;
  float: right; /* changed */
  padding: 10px 20px 10px;
  margin-right: -20px; /* changed */
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .brand:hover {
  text-decoration: none;
}

.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}

.navbar-link {
  color: #777777;
}

.navbar-link:hover {
  color: #333333;
}

.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #ffffff; /* changed */
  border-right: 1px solid #f2f2f2; /* changed */
}

.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
  margin-top: 0;
}

.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

.navbar-form:before,
.navbar-form:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-form:after {
  clear: both;
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}

.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

.navbar-search {
  position: relative;
  float: right;  /* changed */
  margin-top: 5px;
  margin-bottom: 0;
}

.navbar-search .search-query {
  padding: 4px 14px;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.navbar-static-top {
  position: static;
  margin-bottom: 0;
}

.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

.navbar .nav {
  position: relative;
  right: 0;  /* changed */
  display: block;
  float: right;  /* changed */
  margin: 0 10px 0 0;
}

 /* changed */
.navbar .nav.pull-left {
  float: left; /* changed */
  margin-left: 0; /* changed */
}

.navbar .nav > li {
  float: right; /* changed */
}

.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.navbar .btn-navbar {
  display: none;
  float: left;  /* changed */
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  *background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.navbar .nav > li > .dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 9px;  /* changed */
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.navbar .nav > li > .dropdown-menu:after {
  position: absolute;
  top: -6px;
  right: 10px; /* changed */
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #555555;
  background-color: #e5e5e5;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

 /* changed */
.navbar .pull-left > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-left {
  left: 0; /* changed */
  right: auto; /* changed */
}

 /* changed */
.navbar .pull-left > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-left:before {
  left: 12px; /* changed */
  right: auto; /* changed */
}

 /* changed */
.navbar .pull-left > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-left:after {
  left: 13px;
  right: auto;
}

/* changed */
.navbar .pull-left > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-left .dropdown-menu {
  left: 100%; /* changed */
  right: auto; /* changed */
  margin-left: -1px; /* changed */
  margin-right: 0; /* changed */
  -webkit-border-radius: 0 6px 6px 6px; /* changed */
     -moz-border-radius: 0 6px 6px 6px; /* changed */
          border-radius: 0 6px 6px 6px; /* changed */
}

.navbar-inverse {
  color: #999999;
}

.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
}

.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.navbar-inverse .divider-vertical {
  border-right-color: #111111;
  border-left-color: #222222;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  color: #ffffff;
  background-color: #111111;
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  *background-color: #040404;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}

.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}

.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.breadcrumb li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1;
}

.breadcrumb .divider {
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb .active {
  color: #999999;
}

.pagination {
  margin: 20px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-right: 0; /* changed */
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: right; /* changed */
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-right-width: 0; /* changed */
}

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

/* need review */
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-right-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
  text-align: center;
}

/* changed */
.pagination-left {
  text-align: left; /* changed */
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 1px 6px;
  font-size: 10.5px;
}

.pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}

.pager:before,
.pager:after {
  display: table;
  line-height: 0;
  content: "";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.pager li > a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

.pager .next > a,
.pager .next > span {
  float: left; /* changed */
}

.pager .previous > a,
.pager .previous > span {
  float: right; /* changed */
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #999999;
  cursor: default;
  background-color: #fff;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 50%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: left; /* changed */
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-right: 5px; /* changed */
}

.modal-footer .btn-group .btn + .btn {
  margin-right: -1px; /* changed */
}

.modal-footer .btn-block + .btn-block {
  margin-right: 0; /* changed */
}

/* need review */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  margin-top: -3px;
}

.tooltip.right {
  margin-left: 3px;
}

.tooltip.bottom {
  margin-top: 3px;
}

.tooltip.left {
  margin-left: -3px;
}
/* end review */

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  right: 0; /* changed */
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

/* need review */
.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}


.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow:after {
  z-index: -1;
  content: "";
}

.popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-width: 10px 10px 0;
}

.popover.top .arrow:after {
  bottom: -1px;
  left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 11px 0;
}

.popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-right-color: #ffffff;
  border-width: 10px 10px 10px 0;
}

.popover.right .arrow:after {
  bottom: -11px;
  left: -1px;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 11px 11px 0;
}

.popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-width: 0 10px 10px;
}

.popover.bottom .arrow:after {
  top: -1px;
  left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-width: 0 11px 11px;
}

.popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-left-color: #ffffff;
  border-width: 10px 0 10px 10px;
}

.popover.left .arrow:after {
  right: -1px;
  bottom: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 0 11px 11px;
}

/* end review */

.thumbnails {
  margin-right: -20px; /* changed */
  list-style: none;
  *zoom: 1;
}

.thumbnails:before,
.thumbnails:after {
  display: table;
  line-height: 0;
  content: "";
}

.thumbnails:after {
  clear: both;
}

.row-fluid .thumbnails {
  margin-right: 0; /* changed */
}

.thumbnails > li {
  float: right; /* changed */
  margin-bottom: 20px;
  margin-right: 20px; /* changed */
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

a.thumbnail:hover {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media .pull-left {
  margin-right: 10px;
}

.media .pull-right {
  margin-left: 10px;
}

.media-list {
  margin-right: 0; /* changed */
  list-style: none;
}

.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

.label {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.badge {
  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}

a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-important,
.badge-important {
  background-color: #b94a48;
}

.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

.label-warning,
.badge-warning {
  background-color: #f89406;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

.label-success,
.badge-success {
  background-color: #468847;
}

.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

.label-info,
.badge-info {
  background-color: #3a87ad;
}

.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

.label-inverse,
.badge-inverse {
  background-color: #333333;
}

.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
     -moz-transition: width 0.6s ease;
       -o-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
     -moz-background-size: 40px 40px;
       -o-background-size: 40px 40px;
          background-size: 40px 40px;
}

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.accordion {
  margin-bottom: 20px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel .item > img {
  display: block;
  line-height: 1;
}

.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}

/* need review */
.carousel .active {
  left: 0;
}

.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel .next {
  left: 100%;
}

.carousel .prev {
  left: -100%;
}

.carousel .next.left,
.carousel .prev.right {
  left: 0;
}

.carousel .active.left {
  left: -100%;
}

.carousel .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  right: 15px;
  left: auto;
}

.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #ffffff;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}

/* end review */

.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

.hero-unit li {
  line-height: 30px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}

/*!
 * Bootstrap Responsive v2.2.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-right: -30px; /* changed */
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: right; /* changed */
    min-height: 1px;
    margin-right: 30px; /* changed */
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-right: 1230px; /* changed */
  }
  .offset11 {
    margin-right: 1130px; /* changed */
  }
  .offset10 {
    margin-right: 1030px; /* changed */
  }
  .offset9 {
    margin-right: 930px; /* changed */
  }
  .offset8 {
    margin-right: 830px; /* changed */
  }
  .offset7 {
    margin-right: 730px; /* changed */
  }
  .offset6 {
    margin-right: 630px; /* changed */
  }
  .offset5 {
    margin-right: 530px; /* changed */
  }
  .offset4 {
    margin-right: 430px; /* changed */
  }
  .offset3 {
    margin-right: 330px; /* changed */
  }
  .offset2 {
    margin-right: 230px; /* changed */
  }
  .offset1 {
    margin-right: 130px; /* changed */
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: right; /* changed */
    width: 100%;
    min-height: 30px;
    margin-right: 2.564102564102564%; /* changed */
    *margin-right: 2.5109110747408616%; /* changed */
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-right: 0; /* changed */
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-right: 2.564102564102564%; /* changed */
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-right: 105.12820512820512%; /* changed */
    *margin-right: 105.02182214948171%; /* changed */
  }
  .row-fluid .offset12:first-child {
    margin-right: 102.56410256410257%; /* changed */
    *margin-right: 102.45771958537915%; /* changed */
  }
  .row-fluid .offset11 {
    margin-right: 96.58119658119658%; /* changed */
    *margin-right: 96.47481360247316%; /* changed */
  }
  .row-fluid .offset11:first-child {
    margin-right: 94.01709401709402%; /* changed */
    *margin-right: 93.91071103837061%; /* changed */
  }
  .row-fluid .offset10 {
    margin-right: 88.03418803418803%; /* changed */
    *margin-right: 87.92780505546462%; /* changed */
  }
  .row-fluid .offset10:first-child {
    margin-right: 85.47008547008548%; /* changed */
    *margin-right: 85.36370249136206%; /* changed */
  }
  .row-fluid .offset9 {
    margin-right: 79.48717948717949%; /* changed */
    *margin-right: 79.38079650845607%; /* changed */
  }
  .row-fluid .offset9:first-child {
    margin-right: 76.92307692307693%; /* changed */
    *margin-right: 76.81669394435352%; /* changed */
  }
  .row-fluid .offset8 {
    margin-right: 70.94017094017094%; /* changed */
    *margin-right: 70.83378796144753%; /* changed */
  }
  .row-fluid .offset8:first-child {
    margin-right: 68.37606837606839%; /* changed */
    *margin-right: 68.26968539734497%; /* changed */
  }
  .row-fluid .offset7 {
    margin-right: 62.393162393162385%; /* changed */
    *margin-right: 62.28677941443899%; /* changed */
  }
  .row-fluid .offset7:first-child {
    margin-right: 59.82905982905982%; /* changed */
    *margin-right: 59.72267685033642%; /* changed */
  }
  .row-fluid .offset6 {
    margin-right: 53.84615384615384%; /* changed */
    *margin-right: 53.739770867430444%; /* changed */
  }
  .row-fluid .offset6:first-child {
    margin-right: 51.28205128205128%; /* changed */
    *margin-right: 51.175668303327875%; /* changed */
  }
  .row-fluid .offset5 {
    margin-right: 45.299145299145295%; /* changed */
    *margin-right: 45.1927623204219%; /* changed */
  }
  .row-fluid .offset5:first-child {
    margin-right: 42.73504273504273%; /* changed */
    *margin-right: 42.62865975631933%; /* changed */
  }
  .row-fluid .offset4 {
    margin-right: 36.75213675213675%; /* changed */
    *margin-right: 36.645753773413354%; /* changed */
  }
  .row-fluid .offset4:first-child {
    margin-right: 34.18803418803419%; /* changed */
    *margin-right: 34.081651209310785%; /* changed */
  }
  .row-fluid .offset3 {
    margin-right: 28.205128205128204%; /* changed */
    *margin-right: 28.0987452264048%; /* changed */
  }
  .row-fluid .offset3:first-child {
    margin-right: 25.641025641025642%; /* changed */
    *margin-right: 25.53464266230224%; /* changed */
  }
  .row-fluid .offset2 {
    margin-right: 19.65811965811966%; /* changed */
    *margin-right: 19.551736679396257%; /* changed */
  }
  .row-fluid .offset2:first-child {
    margin-right: 17.094017094017094%; /* changed */
    *margin-right: 16.98763411529369%; /* changed */
  }
  .row-fluid .offset1 {
    margin-right: 11.11111111111111%; /* changed */
    *margin-right: 11.004728132387708%; /* changed */
  }
  .row-fluid .offset1:first-child {
    margin-right: 8.547008547008547%; /* changed */
    *margin-right: 8.440625568285142%; /* changed */
  }
  input,
  textarea,
  .uneditable-input {
    margin-right: 0; /* changed */
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-right: 30px; /* changed */
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-right: -30px; /* changed */
  }
  .thumbnails > li {
    margin-right: 30px; /* changed */
  }
  .row-fluid .thumbnails {
    margin-right: 0; /* changed */
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-right: -20px; /* changed */
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: right; /* changed */
    min-height: 1px;
    margin-right: 20px; /* changed */
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-right: 764px; /* changed */
  }
  .offset11 {
    margin-right: 702px; /* changed */
  }
  .offset10 {
    margin-right: 640px; /* changed */
  }
  .offset9 {
    margin-right: 578px; /* changed */
  }
  .offset8 {
    margin-right: 516px; /* changed */
  }
  .offset7 {
    margin-right: 454px; /* changed */
  }
  .offset6 {
    margin-right: 392px; /* changed */
  }
  .offset5 {
    margin-right: 330px; /* changed */
  }
  .offset4 {
    margin-right: 268px; /* changed */
  }
  .offset3 {
    margin-right: 206px; /* changed */
  }
  .offset2 {
    margin-right: 144px; /* changed */
  }
  .offset1 {
    margin-right: 82px; /* changed */
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: right; /* changed */
    width: 100%;
    min-height: 30px;
    margin-right: 2.7624309392265194%; /* changed */
    *margin-right: 2.709239449864817%; /* changed */
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-right: 0; /* changed */
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-right: 2.7624309392265194%; /* changed */
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-right: 105.52486187845304%; /* changed */
    *margin-right: 105.41847889972962%; /* changed */
  }
  .row-fluid .offset12:first-child {
    margin-right: 102.76243093922652%; /* changed */
    *margin-right: 102.6560479605031%; /* changed */
  }
  .row-fluid .offset11 {
    margin-right: 96.96132596685082%; /* changed */
    *margin-right: 96.8549429881274%; /* changed */
  }
  .row-fluid .offset11:first-child {
    margin-right: 94.1988950276243%; /* changed */
    *margin-right: 94.09251204890089%; /* changed */
  }
  .row-fluid .offset10 {
    margin-right: 88.39779005524862%; /* changed */
    *margin-right: 88.2914070765252%; /* changed */
  }
  .row-fluid .offset10:first-child {
    margin-right: 85.6353591160221%; /* changed */
    *margin-right: 85.52897613729868%; /* changed */
  }
  .row-fluid .offset9 {
    margin-right: 79.8342541436464%; /* changed */
    *margin-right: 79.72787116492299%; /* changed */
  }
  .row-fluid .offset9:first-child {
    margin-right: 77.07182320441989%; /* changed */
    *margin-right: 76.96544022569647%; /* changed */
  }
  .row-fluid .offset8 {
    margin-right: 71.2707182320442%; /* changed */
    *margin-right: 71.16433525332079%; /* changed */
  }
  .row-fluid .offset8:first-child {
    margin-right: 68.50828729281768%; /* changed */
    *margin-right: 68.40190431409427%; /* changed */
  }
  .row-fluid .offset7 {
    margin-right: 62.70718232044199%; /* changed */
    *margin-right: 62.600799341718584%; /* changed */
  }
  .row-fluid .offset7:first-child {
    margin-right: 59.94475138121547%; /* changed */
    *margin-right: 59.838368402492065%; /* changed */
  }
  .row-fluid .offset6 {
    margin-right: 54.14364640883978%; /* changed */
    *margin-right: 54.037263430116376%; /* changed */
  }
  .row-fluid .offset6:first-child {
    margin-right: 51.38121546961326%; /* changed */
    *margin-right: 51.27483249088986%; /* changed */
  }
  .row-fluid .offset5 {
    margin-right: 45.58011049723757%; /* changed */
    *margin-right: 45.47372751851417%; /* changed */
  }
  .row-fluid .offset5:first-child {
    margin-right: 42.81767955801105%; /* changed */
    *margin-right: 42.71129657928765%; /* changed */
  }
  .row-fluid .offset4 {
    margin-right: 37.01657458563536%; /* changed */
    *margin-right: 36.91019160691196%; /* changed */
  }
  .row-fluid .offset4:first-child {
    margin-right: 34.25414364640884%; /* changed */
    *margin-right: 34.14776066768544%; /* changed */
  }
  .row-fluid .offset3 {
    margin-right: 28.45303867403315%; /* changed */
    *margin-right: 28.346655695309746%; /* changed */
  }
  .row-fluid .offset3:first-child {
    margin-right: 25.69060773480663%; /* changed */
    *margin-right: 25.584224756083227%; /* changed */
  }
  .row-fluid .offset2 {
    margin-right: 19.88950276243094%; /* changed */
    *margin-right: 19.783119783707537%; /* changed */
  }
  .row-fluid .offset2:first-child {
    margin-right: 17.12707182320442%; /* changed */
    *margin-right: 17.02068884448102%; /* changed */
  }
  .row-fluid .offset1 {
    margin-right: 11.32596685082873%; /* changed */
    *margin-right: 11.219583872105325%; /* changed */
  }
  .row-fluid .offset1:first-child {
    margin-right: 8.56353591160221%; /* changed */
    *margin-right: 8.457152932878806%; /* changed */
  }
  input,
  textarea,
  .uneditable-input {
    margin-right: 0; /* changed */
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-right: 20px; /* changed */
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}

@media (max-width: 767px) {
  body {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-right: -20px;
    margin-left: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    width: auto;
    clear: none;
    text-align: right; /* changed */
  }
  .dl-horizontal dd {
    margin-right: 0; /* changed */
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-right: 0; /* changed */
  }
  .thumbnails > li {
    float: none;
    margin-right: 0; /* changed */
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
	margin-right:0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-right: 0; /* changed */
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-right: 0; /* changed */
  }
  .modal {
    position: fixed;
    top: 20px;
    right: 20px;
    left: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}

@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: right; /* changed */
  }
  .form-horizontal .controls {
    margin-right: 0; /* changed */
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-right: 10px;
    padding-left: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    right: 10px;
    left: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}

@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    padding: 0;
    margin-top: 5px;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    right: auto; /* changed */
    display: none;
    float: none;
    max-width: none;
    padding: 0;
    margin: 0 15px;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
       -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-right: 0; /* changed */
  }
  .nav-collapse,
  .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}

/* Add additional stylesheets below
-------------------------------------------------- */
/*
  Bootstrap's documentation styles
  Special styles for presenting Bootstrap's documentation and examples
*/


/* Body and structure
-------------------------------------------------- */
body {
  position: relative;
  padding-top: 90px;
  background-color: #fff;
  background-image: url(http://final.ir/skin/frontend/bootstrapped/final/img/grid-18px-masked.png);
  background-repeat: repeat-x;
  background-position: 0 40px;
}


/* Tweak navbar brand link to be super sleek
-------------------------------------------------- */
.navbar-fixed-top .brand {
  padding-right: 0;
  padding-left: 0;
  margin-left: 20px;
  float: right;
  font-weight: bold;
  color: #000;
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
  -webkit-transition: all .2s linear;
     -moz-transition: all .2s linear;
          transition: all .2s linear;
}
.navbar-fixed-top .brand:hover {
  text-decoration: none;
}


/* Space out sub-sections more
-------------------------------------------------- */
section {
  padding-top: 60px;
}

/* Faded out hr */
hr.soften {
  height: 1px;
  margin: 54px 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  border: 0;
}


/* Jumbotrons
-------------------------------------------------- */
.jumbotron {
  position: relative;
}
.jumbotron h1 {
  margin-bottom: 9px;
  font-size: 81px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
}
.jumbotron p {
  margin-bottom: 18px;
  font-weight: 300;
}
.jumbotron .btn-large {
  font-size: 20px;
  font-weight: normal;
  padding: 14px 24px;
  margin-right: 10px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
.jumbotron .btn-large small {
  font-size: 14px;
}

/* Masthead (docs home) */
.masthead {
  padding-top: 36px;
  margin-bottom: 72px;
}
.masthead h1,
.masthead p {
  text-align: center;
}
.masthead h1 {
  margin-bottom: 18px;
}
.masthead p {
  margin-left: 5%;
  margin-right: 5%;
  font-size: 30px;
  line-height: 36px;
}


/* Specific jumbotrons
------------------------- */
/* supporting docs pages */
.subhead {
  padding-bottom: 0;
  margin-bottom: 9px;
}
.subhead h1 {
  font-size: 54px;
}

/* Subnav */
.subnav {
  width: 100%;
  height: 36px;
  background-color: #eeeeee; /* Old browsers */
  background-repeat: repeat-x; /* Repeat the gradient */
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
  background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
  background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
  background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.subnav .nav {
  margin-bottom: 0;
}
.subnav .nav > li > a {
  margin: 0;
  padding-top:    11px;
  padding-bottom: 11px;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.subnav .nav > .active > a,
.subnav .nav > .active > a:hover {
  padding-left: 13px;
  color: #777;
  background-color: #e9e9e9;
  border-right-color: #ddd;
  border-left: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
     -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
          box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
}
.subnav .nav > .active > a .caret,
.subnav .nav > .active > a:hover .caret {
  border-top-color: #777;
}
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
  border-left: 0;
  padding-left: 12px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}
.subnav .nav > li:last-child > a {
  border-right: 0;
}
.subnav .dropdown-menu {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

/* Fixed subnav on scroll, but only for 980px and up (sorry IE!) */
@media (min-width: 980px) {
  .subnav-fixed {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
    border-color: #d5d5d5;
    border-width: 0 0 1px; /* drop the border on the fixed edges */
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
       -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
            box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */
  }
  .subnav-fixed .nav {
    width: 950px;
    margin: 0 auto;
    padding: 0 1px;
  }
  .subnav .nav > li:first-child > a,
  .subnav .nav > li:first-child > a:hover {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
}


/* Quick links
-------------------------------------------------- */
.bs-links {
  margin: 36px 0;
}
.quick-links {
  min-height: 30px;
  margin: 0;
  padding: 5px 20px;
  list-style: none;
  text-align: center;
  overflow: hidden;
}
.quick-links:first-child {
  min-height: 0;
}
.quick-links li {
  display: inline;
  margin: 0 5px;
  color: #999;
}
.quick-links .github-btn,
.quick-links .tweet-btn,
.quick-links .follow-btn {
  position: relative;
  top: 5px;
}


/* Marketing section of Overview
-------------------------------------------------- */
.marketing .row {
  margin-bottom: 9px;
}
.marketing h1 {
  margin: 36px 0 27px;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
}
.marketing h2,
.marketing h3 {
  font-weight: 300;
}
.marketing h2 {
  font-size: 22px;
}
.marketing p {
  margin-right: 10px;
}
.marketing .bs-icon {
  float: left;
  margin: 7px 10px 0 0;
  opacity: .8;
}
.marketing .small-bs-icon {
  float: left;
  margin: 4px 5px 0 0;
}



/* Footer
-------------------------------------------------- */
.footer {
  margin-top: 45px;
  padding: 35px 0 36px;
  border-top: 1px solid #e5e5e5;
}
.footer p {
  margin-bottom: 0;
  color: #555;
}



/* Special grid styles
-------------------------------------------------- */
.show-grid {
  margin-top: 10px;
  margin-bottom: 20px;
}
.show-grid [class*="span"] {
  background-color: #eee;
  text-align: center;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  min-height: 30px;
  line-height: 30px;
}
.show-grid:hover [class*="span"] {
  background: #ddd;
}
.show-grid .show-grid {
  margin-top: 0;
  margin-bottom: 0;
}
.show-grid .show-grid [class*="span"] {
  background-color: #ccc;
}


/* Render mini layout previews
-------------------------------------------------- */
.mini-layout {
  border: 1px solid #ddd;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.075);
          box-shadow: 0 1px 2px rgba(0,0,0,.075);
}
.mini-layout {
  height: 240px;
  margin-bottom: 20px;
  padding: 9px;
}
.mini-layout div {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.mini-layout .mini-layout-body {
  background-color: #dceaf4;
  margin: 0 auto;
  width: 70%;
  height: 240px;
}
.mini-layout.fluid .mini-layout-sidebar,
.mini-layout.fluid .mini-layout-header,
.mini-layout.fluid .mini-layout-body {
  float: left;
}
.mini-layout.fluid .mini-layout-sidebar {
  background-color: #bbd8e9;
  width: 20%;
  height: 240px;
}
.mini-layout.fluid .mini-layout-body {
  width: 77.5%;
  margin-left: 2.5%;
}


/* Popover docs
-------------------------------------------------- */
.popover-well {
  min-height: 160px;
}
.popover-well .popover {
  display: block;
}
.popover-well .popover-wrapper {
  width: 50%;
  height: 160px;
  float: left;
  margin-left: 55px;
  position: relative;
}
.popover-well .popover-menu-wrapper {
  height: 80px;
}
.large-bird {
  margin: 5px 0 0 310px;
  opacity: .1;
}


/* Download page
-------------------------------------------------- */
.download .page-header {
  margin-top: 36px;
}
.page-header .toggle-all {
  margin-top: 5px;
}

/* Space out h3s when following a section */
.download h3 {
  margin-bottom: 5px;
}
.download-builder input + h3,
.download-builder .checkbox + h3 {
  margin-top: 9px;
}

/* Fields for variables */
.download-builder input[type=text] {
  margin-bottom: 9px;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: 12px;
  color: #d14;
}
.download-builder input[type=text]:focus {
  background-color: #fff;
}

/* Custom, larger checkbox labels */
.download .checkbox {
  padding: 6px 10px 6px 25px;
  color: #555;
  background-color: #f9f9f9;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  cursor: pointer;
}
.download .checkbox:hover {
  color: #333;
  background-color: #f5f5f5;
}
.download .checkbox small {
  font-size: 12px;
  color: #777;
}

/* Variables section */
#variables label {
  margin-bottom: 0;
}

/* Giant download button */
.download-btn {
  margin: 36px 0 108px;
}
#download p,
#download h4 {
  max-width: 50%;
  margin: 0 auto;
  color: #999;
  text-align: center;
}
#download h4 {
  margin-bottom: 0;
}
#download p {
  margin-bottom: 18px;
}
.download-btn .btn {
  display: block;
  width: auto;
  padding: 19px 24px;
  margin-bottom: 27px;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}



/* Color swatches on LESS docs page
-------------------------------------------------- */
/* Sets the width of the td */
.swatch-col {
  width: 30px;
}
/* Le swatch */
.swatch {
  display: inline-block;
  width: 30px;
  height: 20px;
  margin: -6px 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
/* For white swatches, give a border */
.swatch-bordered {
  width: 28px;
  height: 18px;
  border: 1px solid #eee;
}


/* Misc
-------------------------------------------------- */

img {
  max-width: 100%;
}

/* Make tables spaced out a bit more */
h2 + table,
h3 + table,
h4 + table,
h2 + .row {
  margin-top: 5px;
}

/* Example sites showcase */
.example-sites img {
  max-width: 100%;
  margin: 0 auto;
}
.marketing-byline {
  margin: -18px 0 27px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #999;
  text-align: center;
}

.scrollspy-example {
  height: 200px;
  overflow: auto;
  position: relative;
}

/* Remove bottom margin on example forms in wells */
form.well {
  padding: 14px;
}

/* Tighten up spacing */
.well hr {
  margin: 18px 0;
}

/* Fake the :focus state to demo it */
.focused {
  border-color: rgba(82,168,236,.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
     -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
          box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
  outline: 0;
}

/* For input sizes, make them display block */
.docs-input-sizes select,
.docs-input-sizes input[type=text] {
  display: block;
  margin-bottom: 9px;
}

/* Icons
------------------------- */
.the-icons {
  margin-left: 0;
  list-style: none;
}
.the-icons i:hover {
  background-color: rgba(255,0,0,.25);
}

/* Eaxmples page
------------------------- */
.bootstrap-examples .thumbnail {
  margin-bottom: 9px;
  background-color: #fff;
}

/* Responsive table
------------------------- */
.responsive-utilities th small {
  display: block;
  font-weight: normal;
  color: #999;
}
.responsive-utilities tbody th {
  font-weight: normal;
}
.responsive-utilities td {
  text-align: center;
}
.responsive-utilities td.is-visible {
  color: #468847;
  background-color: #dff0d8 !important;
}
.responsive-utilities td.is-hidden {
  color: #ccc;
  background-color: #f9f9f9 !important;
}

/* Responsive tests
------------------------- */
.responsive-utilities-test {
  margin-top: 5px;
  margin-left: 0;
  list-style: none;
  overflow: hidden; /* clear floats */
}
.responsive-utilities-test li {
  position: relative;
  float: left;
  width: 25%;
  height: 43px;
  font-size: 14px;
  font-weight: bold;
  line-height: 43px;
  color: #999;
  text-align: center;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.responsive-utilities-test li + li {
  margin-left: 10px;
}
.responsive-utilities-test span {
  position: absolute;
  top:    -1px;
  left:   -1px;
  right:  -1px;
  bottom: -1px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.responsive-utilities-test span {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}


/* Responsive Docs
-------------------------------------------------- */
@media (max-width: 480px) {

  /* Reduce padding above jumbotron */
  body {
    padding-top: 70px;
  }

  /* Change up some type stuff */
  h2 {
    margin-top: 27px;
  }
  h2 small {
    display: block;
    line-height: 18px;
  }
  h3 {
    margin-top: 18px;
  }

  /* Adjust the jumbotron */
  .jumbotron h1,
  .jumbotron p {
    text-align: center;
    margin-right: 0;
  }
  .jumbotron h1 {
    font-size: 45px;
    margin-right: 0;
  }
  .jumbotron p {
    margin-right: 0;
    margin-left: 0;
    font-size: 18px;
    line-height: 24px;
  }
  .jumbotron .btn {
    display: block;
    font-size: 18px;
    padding: 10px 14px;
    margin: 0 auto 10px;
  }
  /* Masthead (home page jumbotron) */
  .masthead {
    padding-top: 0;
  }

  /* Don't space out quick links so much */
  .quick-links {
    margin: 40px 0 0;
  }
  /* hide the bullets on mobile since our horizontal space is limited */
  .quick-links .divider {
    display: none;
  }

  /* center example sites */
  .example-sites {
    margin-left: 0;
  }
  .example-sites > li {
    float: none;
    display: block;
    max-width: 280px;
    margin: 0 auto 18px;
    text-align: center;
  }
  .example-sites .thumbnail > img {
    max-width: 270px;
  }

  table code {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
  }

  /* Modal example */
  .modal-example .modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

}


@media (max-width: 768px) {

  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }

  /* Jumbotron buttons */
  .jumbotron .btn {
    margin-bottom: 10px;
  }

  /* Subnav */
  .subnav {
    position: static;
    top: auto;
    z-index: auto;
    width: auto;
    height: auto;
    background: #fff; /* whole background property since we use a background-image for gradient */
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  .subnav .nav > li {
    float: none;
  }
  .subnav .nav > li > a {
    border: 0;
  }
  .subnav .nav > li + li > a {
    border-top: 1px solid #e5e5e5;
  }
  .subnav .nav > li:first-child > a,
  .subnav .nav > li:first-child > a:hover {
      -webkit-border-radius: 4px 4px 0 0;
         -moz-border-radius: 4px 4px 0 0;
              border-radius: 4px 4px 0 0;
  }

  /* Popovers */
  .large-bird {
    display: none;
  }
  .popover-well .popover-wrapper {
    margin-left: 0;
  }

  /* Space out the show-grid examples */
  .show-grid [class*="span"] {
    margin-bottom: 5px;
  }

  /* Unfloat the back to top link in footer */
  .footer .pull-right {
    float: none;
  }
  .footer p {
    margin-bottom: 9px;
  }

}


@media (min-width: 480px) and (max-width: 768px) {

  /* Scale down the jumbotron content */
  .jumbotron h1 {
    font-size: 54px;
  }
  .jumbotron p {
    margin-right: 0;
    margin-left: 0;
  }

}


@media (min-width: 768px) and (max-width: 980px) {

  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }

  /* Scale down the jumbotron content */
  .jumbotron h1 {
    font-size: 72px;
  }

}


@media (max-width: 980px) {

  /* Unfloat brand */
  .navbar-fixed-top .brand {
    float: left;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Inline-block quick links for more spacing */
  .quick-links li {
    display: inline-block;
    margin: 5px;
  }

}


/* LARGE DESKTOP SCREENS */
@media (min-width: 1210px) {

  /* Update subnav container */
  .subnav-fixed .nav {
    width: 1168px; /* 2px less to account for left/right borders being removed when in fixed mode */
  }

}

.com { color: #93a1a1; }
.lit { color: #195f91; }
.pun, .opn, .clo { color: #93a1a1; }
.fun { color: #dc322f; }
.str, .atv { color: #D14; }
.kwd, .linenums .tag { color: #1e347b; }
.typ, .atn, .dec, .var { color: teal; }
.pln { color: #48484c; }

.prettyprint {
  padding: 8px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
  -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
     -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
          box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin: 0 0 0 33px; /* IE indents via margin-left */
} 
ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 18px;
  text-shadow: 0 1px 0 #fff;
}
.block-cart .form-horizontal .control-group .control-label {
	width: 50px !important;
}
.block-cart .form-horizontal .controls {
	margin-left: 60px;
}
.block-related .form-horizontal .control-group .control-label {
	width: 50px !important;
}
.block-related .form-horizontal .controls {
	margin-left: 60px;
}
.amount {
	margin-left: 10px;
	margin-top: 5px;
}
.toolbar .the-icons {
    vertical-align: middle;
}
.pagination {
	margin: 0px !important;
}
.pagination a {
	/*line-height: 26px !important;*/
}

.navbar-toolbar {
    width: 100%;
    height: 36px;
    background-color: #eeeeee; /* Old browsers */
    background-repeat: repeat-x; /* Repeat the gradient */
    background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
    background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
    background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
    background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.add-to-links { margin: 5px 0 0 0;}
.old-price { text-decoration: line-through;}
.price{
	font-weight: bold;
	color: #DA4F49;
}
#wishlistCarousel .price {
	color: #FFF;
}
.crosssell .price {
	color: #FFF;
}
.box-up-sell.well {
	background-color: #fff;
}
.alert-custom {
	color:#C09853;
	background-color: #B94A48;
	border: medium none;
}
.alert-custom p{
	text-shadow: 0 0 0.2em #CCFFCC, 0 0 0.2em #CCFFCC, 0 0 0.2em #CCFFCC;
}
body{
	background-image: url('http://final.ir/skin/frontend/bootstrapped/final/img/pixel.png') !important;
    padding-top: 45px;
}
@media (min-width: 768px) and (max-width: 980px) {
    /* Remove any padding from the body */
    body {
        padding-top: 0;
    }
    .label{
        font-size: 9px;
    }
    .nav-tabs > li > a, .nav-pills > li > a {
        padding-left: 11px;
        padding-right: 11px;
    }
    .modal{
        width:60%;
        left:20%;
        margin: -350px 0  -350px 0;
        max-height: 100%;
        text-align: center;
    }
    .modal-body{
        padding: 0;
        max-height: 100%;
    }
}
@media (max-width: 768px) {
    /* Remove any padding from the body */
    body {
        padding-top: 0;
    }
    .label{
        font-size: 9px;
    }
    .nav-tabs > li > a, .nav-pills > li > a {
        padding-left: 11px;
        padding-right: 11px;
    }
    .modal{
        width:60%;
        left:20%;
        margin: -350px 0  -350px 0;
        max-height: 100%;
    }
    .modal-body{
        padding: 0;
        max-height: 100%;
    }
}
.modal{
    text-align: center;
}
header {
    padding-bottom: 5px;

}
.hero-unit {
    padding: 30px;
    background-color: #f5f5f5;
}
.form-actions {
    background-color: #f5f5f5;
}
.help-block {
    color: #999999;
}
.input-prepend .add-on,
.input-append .add-on {
    float: left;
    display: block;
    color: #999;
}
.input-prepend .add-on{
    float: right;
}
.help-inline{
    margin-bottom: 9px;
}
.label{
    line-height: 12px;
    padding: 2px 4px 3px;
    vertical-align: inherit;
}
li .active > a{
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #08C;
}
.category-products .caption h2, .category-products .products-list h2{
    font-size: 11px;
    line-height: 18px;
}
.products-list .thumbnail.data{
    background-color: #F5F5F5;
}
.products-grid .item{
    margin-top: 2px;
}
.product-image .modal{
    width:60%;
    left:20%;
    margin: -350px 0  -350px 0;
    max-height: 100%;
    text-align: center;
}
.product-image .modal-body{
    padding: 0;
    max-height: 100%;
}
p.price-from, p.price-to {
    margin: 0;
}
.navbar-fixed-top .brand {
    float: left;
    margin-left: 0;
    font-size: 22px;
}
.navbar .brand:hover, .navbar .brand.active {
    text-shadow: 0 0 0.2em #CFC, 0 0 0.2em #CFC, 0 0 0.2em #CFC;
    filter: progid:DXImageTransform.Microsoft.Glow(color=#ccffcc,strength=2);
}
.validation-advice {
    vertical-align: middle;
    padding-left: 5px;
    display: inline-block;
    margin-bottom: 9px;
    font-size: 11px !important;
}

.control-group.error .validation-advice {
    color: #B94A48;
}
ul.tags-list li{
    display: inline;
}
body.page-popup.catalog-product-compare-index{
    padding-top: 0px;
}
.page-popup.catalog-product-compare-index .well, .page-popup.catalog-product-compare-index .form-actions{
    margin-bottom: 0;
}
.page-sitemap ul.links.nav li{
    float: right;
}

.icon-grid{
    background-position: -216px 0;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu {
  font-size: 13px;
}
ul,
ol {
  margin: 0px 0px 10px 25px;
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 999; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto; top: 0px; left: 0px; }
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(http://final.ir/skin/frontend/bootstrapped/final/images/lightbox/blank.gif); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://final.ir/skin/frontend/bootstrapped/final/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://final.ir/skin/frontend/bootstrapped/final/images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 999; width: 100%; height: 500px; background-color: #000; }
/* ###################################################################
	
	ITEM NAME  : Meganizr Responsive CSS3 Mega Menu
	ITEM URI   : http://codecanyon.net/item/meganizr-responsive-css3-mega-menu/2629504
	VERSION    : 1.1.0
	AUTHOR     : Valeriu Timbuc
	AUTHOR URI : http://vtimbuc.net
	LICENSE    : Purchased License - Regular or Extended - http://codecanyon.net/licenses/regular_extended

################################################################### */



/* ###################################################################

	// 1. RESET STYLES
	// 2. NAVIGATION BAR STYLES
	// 3. SEARCH FORM
	// 4. DROPDOWN
	// 5. CONTENT STYLES
	// 6. RESPONSIVE
	// 7. EXTRA COLOR STYLES

################################################################### */



/* // 1. RESET STYLES */
/* ################################################################ */
.meganizr, .meganizr ul, .meganizr li, .meganizr a, .meganizr img, .meganizr div, .meganizr p, .meganizr form, .meganizr input, .meganizr textarea, .meganizr h3, .meganizr h4, .meganizr h5 { margin: 0; padding: 0; /*font-size: 12px; font-family: sans-serif;*/ }
.meganizr a { text-decoration: none; }
.meganizr li { list-style: none; }
.meganizr input, .meganizr textarea, .meganizr img { outline: none; }



/* // 2. NAVIGATION BAR STYLES */
/* ################################################################ */
.meganizr {
	position: relative;
	z-index: 500;
	clear: both;
	width: 100%;
	height: 37px;

	border: 1px solid #eee;
	border-bottom: 2px solid #ccc;
	
	background: #fefefe;
	background: -webkit-linear-gradient(top, #fefefe 0%, #ededed 100%);
	background: -moz-linear-gradient(top, #fefefe 0%, #ededed 100%);
	background: -o-linear-gradient(top, #fefefe 0%, #ededed 100%);
	background: -ms-linear-gradient(top, #fefefe 0%, #ededed 100%);
	background: linear-gradient(top, #fefefe 0%, #ededed 100%);

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.meganizr:before,
.meganizr:after {
	content: '';
	clear: both;
}

/* Nav List */
.meganizr > li {
	position: relative;
	display: block;
	float: left;
	height: 35px;

	border-right: 1px dotted #ccc;
}

.meganizr > li.mzr-full-width { position: static; white-space: nowrap;}

.meganizr > li.mzr-align-right {
	float: right;
	border-right: none;
	border-left: 1px dotted #ccc;
}

/* Nav Links */
.meganizr > li > a {
	position: relative;
	z-index: 550;
	display: block;
		padding: 3px 8px 0 8px;
	line-height: 34px;

	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	text-shadow: 0px 1px 1px white;

	-webkit-transition: color .15s ease-in, background-image .2s linear .15s;
	-moz-transition: color .15s ease-in, background-image .2s linear .15s;
	-o-transition: color .15s ease-in, background-image .2s linear .15s;
	-ms-transition: color .15s ease-in, background-image .2s linear .15s;
	transition: color .15s ease-in, background-image .2s linear .15s;
}

.meganizr > li > a:hover { color: #000000; }

.meganizr > li > a:active {
	color: #000;

	-webkit-transition: color 1ms;
	-moz-transition: color 1ms;
	-o-transition: color 1s;
	-ms-transition: color 1s;
	transition: color 1s;
}

.meganizr > li.mzr-drop:hover > a:after,
.meganizr > li.mzr-drop > a.mzr-click:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 38px;
	/*background: transparent url(http://final.ir/skin/frontend/bootstrapped/final/img/drop-arrow.png) no-repeat bottom center;*/
}

.meganizr > li.mzr-drop:hover > a,
.meganizr > li.mzr-drop > a.mzr-click { z-index: 650; }

/* Home Icon */

.meganizr > li.mzr-home-dark > a,
.meganizr > li.mzr-home-light > a {
	text-indent: -9999px;
	background-position: center center;
	background-repeat: no-repeat;
}

.meganizr > li.mzr-home-dark > a { background-image: url(http://final.ir/skin/frontend/bootstrapped/final/img/home_dark.png); }

.meganizr > li.mzr-home-light > a { background-image: url(http://final.ir/skin/frontend/bootstrapped/final/img/home_light.png); }



/* // 3. SEARCH FORM */
/* ################################################################ */
.meganizr > li.mzr-search > form {
	position: relative;
	height: 20px;
	margin-right: 20px;
	padding: 0px 25px 8px 25px;
}

.meganizr > li.mzr-search input {
	height: 30px;
	line-height: 20px;
	width: 100px;
	/*font-family: 'Play', Helvetica, Arial, sans-serif;*/
	font-size: 13px;
	color: #5e5e5e;
	text-shadow: 0px 1px 1px white;

	-webkit-transition: width .2s ease-in;
	-moz-transition: width .2s ease-in;
	-o-transition: width .2s ease-in;
	-ms-transition: width .2s ease-in;
	transition: width .2s ease-in;

	box-shadow: none;
}

.meganizr > li.mzr-search input:focus {
	width: 190px;
	outline: none;
}

.meganizr > li.mzr-search input[type=submit] {
	position: absolute;
	cursor: pointer;
	width: 20px;
	height: 20px;
	top: 10px;
	right: 0;
	background: url(http://final.ir/skin/frontend/bootstrapped/final/img/search-icon.png) no-repeat 0 0;
	border:none;
}



/* // 4. DROPDOWN */
/* ################################################################ */
.meganizr > li > div,
.meganizr > li > ul,
.meganizr > li > ul li > ul {
	position: absolute;
	z-index: 700;
	padding: 10px 0;
	top: 37px;
	left: -1px;

	opacity: 0;
	overflow: hidden;
	visibility: hidden;

	background-color: #ffffff;
	border: solid 1px #cccccc;
	
/*	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 1px 1px rgba(255, 255, 255, 0.7);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 1px 1px rgba(255, 255, 255, 0.7);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 1px 1px rgba(255, 255, 255, 0.7);
*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.meganizr > li.mzr-align-right > div {
	left: auto;
	right: -1px;
}

/* Transitions */
.mzr-slide > li > div,
.mzr-slide > li > ul,
.mzr-slide > li > ul li > ul,
.mzr-fade > li > div,
.mzr-fade > li > ul,
.mzr-fade > li > ul li > ul {
	-webkit-transition: all .25s linear .15s;
	-moz-transition: all .25s linear .15s;
	-o-transition: all .25s linear .15s;
	-ms-transition: all .25s linear .15s;
	transition: all .25s linear .15s;
}

.mzr-slide > li > div,
.mzr-slide > li > ul,
.mzr-slide > li > ul li > ul { top: 100px; }

.mzr-slide > li.mzr-drop:hover > div,
.mzr-slide > li.mzr-drop:hover > ul,
.mzr-slide > li > ul li.mzr-drop:hover > ul {
	top: 32px;
	opacity: 1;
	overflow: visible;
	visibility: visible;
}

.mzr-fade > li.mzr-drop:hover > div,
.mzr-fade > li.mzr-drop:hover > ul,
.mzr-fade > li > ul li.mzr-drop:hover > ul,
.meganizr > li.mzr-drop:hover > div,
.meganizr > li.mzr-drop:hover > ul,
.meganizr > li > ul li.mzr-drop:hover > ul {
	overflow: visible;
	visibility: visible;
}

/* Dropdown Columns */
.meganizr .drop-two-columns { width: 320px; }
.meganizr .drop-three-columns { width: 480px; }
.meganizr .drop-four-columns { width: 640px; }
.meganizr .drop-five-columns { width: 800px; }
.meganizr .drop-six-columns { width: 960px; }
.meganizr .mzr-full-width > div { width: 100%; }

/* Content Columns */
.meganizr .one-col { width: 140px; }
.meganizr .two-col { width: 300px; }
.meganizr .three-col { width: 460px; }
.meganizr .four-col { width: 620px; }
.meganizr .five-col { width: 780px; }
.meganizr .six-col { width: 940px; }

.meganizr .one-col, .meganizr .two-col, .meganizr .three-col, .meganizr .four-col, .meganizr .five-col, .meganizr .six-col {
	float: left;
	margin: 10px;
}

/* Fluid Content Columns */
@media only screen and (min-width: 960px) {

	.meganizr .mzr-full-width .one-col { width: 14%; }
	.meganizr .mzr-full-width .two-col { width: 30.6664%; }
	.meganizr .mzr-full-width .three-col { width: 47.3328%; }
	.meganizr .mzr-full-width .four-col { width: 63.9992%; }
	.meganizr .mzr-full-width .five-col { width: 80.6656%; }
	.meganizr .mzr-full-width .six-col { width: 97.332%; }

	.meganizr .mzr-full-width .one-col, .meganizr .mzr-full-width .two-col, .meganizr .mzr-full-width .three-col, .meganizr .mzr-full-width .four-col, .meganizr .mzr-full-width .five-col, .meganizr .mzr-full-width .six-col { margin: 1.3332%; }

}

/* Dropdown Levels */
.meganizr > li > ul,
.meganizr > li > ul li > ul {
	width: 160px;
	padding: 10px;
}

.meganizr > li > ul li.mzr-drop:hover > ul,
.meganizr.mzr-fade > li > ul li.mzr-drop > ul { top: -11px; }

.meganizr > li > ul li { position: relative; }

.meganizr > li > ul li > ul {
	position: absolute;
	left: 100%;
}

.meganizr > li.mzr-align-right > ul {
	left: auto;
	right: 0;
}

.meganizr > li > ul li.mzr-align-left > ul {
	position: absolute;
	left: auto;
	right: 105%;
}

.meganizr > li > ul a {
	display: block;
	line-height: 38px;

	border-bottom: 1px dotted #e1e1e1;

	/*font-family: 'Play', Helvetica, Arial, sans-serif;*/
	font-size: 14px;
	color: #5e5e5e;
	text-shadow: 0px 1px 1px white;

	-webkit-transition: color .15s ease-in;
	-moz-transition: color .15s ease-in;
	-o-transition: color .15s ease-in;
	-ms-transition: color .15s ease-in;
	transition: color .15s ease-in;
}

.meganizr > li > ul li:last-child a { border: none; }

.meganizr > li > ul a:hover { color: #888; }

.meganizr > li > ul li.mzr-drop > a { background: url(http://final.ir/skin/frontend/bootstrapped/final/img/arrow.png) no-repeat 140px 16px; }

.meganizr > li > ul li.mzr-align-left.mzr-drop > a { background: url(http://final.ir/skin/frontend/bootstrapped/final/img/arrow-inverse.png) no-repeat 140px 16px; }



/* // 5. CONTENT STYLES */
/* ################################################################ */

/* Images */
.mzr-content img {
	max-width: 100%;

	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

/* Text */
.mzr-content h2, .mzr-content h3, .mzr-content h4 {
	color: #555;
	margin: 10px 0;
}

.mzr-content h2 { font-size: 20px; }
.mzr-content h3 { font-size: 18px; }
.mzr-content h4 { font-size: 16px; }

.mzr-content p {
	padding: 10px 0;
	line-height: 18px;
	color: #333;
}

/* Button */
.mzr-content .button,
.mzr-content input[type=submit] {
	cursor: pointer;
	display: inline-block;
	padding: 6px 25px;
	margin: 5px 0 10px 0;

	background: #eeeeee;
	border: 1px solid #e4e4e4;
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;

	-webkit-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.1), inset 0px 1px 1px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.1), inset 0px 1px 1px 0px rgba(255, 255, 255, 1);
	box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.1), inset 0px 1px 1px 0px rgba(255, 255, 255, 1);
}

.mzr-content .button:hover,
.mzr-content input[type=submit]:hover {
	-webkit-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.2), inset 0px 1px 1px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.2), inset 0px 1px 1px 0px rgba(255, 255, 255, 1);
	box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.2), inset 0px 1px 1px 0px rgba(255, 255, 255, 1);
}

.mzr-content .button:active,
.mzr-content input[type=submit]:active {
	-webkit-transition-duration: 25ms;
	-moz-transition-duration: 25ms;
	-o-transition-duration: 25ms;
	-ms-transition-duration: 25ms;
	transition-duration: 25ms;

	-webkit-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.2), inset 0px -1px 1px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.2), inset 0px -1px 1px 0px rgba(255, 255, 255, 1);
	box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.2), inset 0px -1px 1px 0px rgba(255, 255, 255, 1);
}

/* Links */
/*.mzr-content a { color: #666; }*/
/*.mzr-content a:hover { color: #333; }*/

.mzr-content .mzr-links a {
	display: block;
	padding: 5px 0;
	line-height: 20px;
	border-bottom: 1px dotted #e1e1e1;
}

.mzr-content .mzr-links li:last-child a { border: none; }

/* Cursor */
.mzr-content { cursor: default; }

/* Floats */
.mzr-content .fl { float: left; }
.mzr-content .fr { float: right; }
.mzr-content .cb { clear: both; }
.mzr-content .cl { clear: left; }
.mzr-content .cr { clear: right; }
.mzr-content .block { display: block; margin-top: 10px;}

/* Forms */
.mzr-content input[type=text], .mzr-content input[type=email], .mzr-content textarea {
	display: block;
	width: 160px;
	padding: 9px 10px 8px 35px;
	line-height: 18px;
	margin-bottom: 10px;
	
	background-color: #f6f6f6;
	background-repeat: no-repeat;
	background-position: 10px 9px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

	-webkit-transition: box-shadow linear 0.2s;
	-moz-transition: box-shadow linear 0.2s;
	-ms-transition: box-shadow linear 0.2s;
	-o-transition: box-shadow linear 0.2s;
	transition: box-shadow linear 0.2s;

	border: 1px solid transparent;
}

.mzr-content input[type=text]:hover, .mzr-content input[type=email]:hover, .mzr-content textarea:hover { background-color: #f0f0f0; }
.mzr-content input[type=text]:focus, .mzr-content input[type=email]:focus, .mzr-content textarea:focus {
	background-color: #f0f0f0;
	outline: none;
}

.mzr-content textarea { width: 250px; max-width: 250px; height: 100px; }

.mzr-content #name { background-image: url(http://final.ir/skin/frontend/bootstrapped/final/img/user.png); }
.mzr-content #email { background-image: url(http://final.ir/skin/frontend/bootstrapped/final/img/mail.png); }
.mzr-content #message { background-image: url(http://final.ir/skin/frontend/bootstrapped/final/img/baloon.png); }



/* // 6. RESPONSIVE */
/* ################################################################ */

@media only screen and (max-width: 959px) {

	.mzr-responsive {
		height: auto;
		float: left;
		clear: both;
		margin: 25px 0; 
	}

	.mzr-responsive > li,
	.mzr-responsive > li.mzr-align-right {
		display: inline-block;
		float: left;
		position: static;
		border: none;
		width: 33.2%;
	}

	.mzr-responsive > li.mzr-drop { background: url(http://final.ir/skin/frontend/bootstrapped/final/img/arrow-down.png) no-repeat right center; }

	.mzr-responsive .drop-two-columns,
	.mzr-responsive .drop-three-columns,
	.mzr-responsive .drop-four-columns,
	.mzr-responsive .drop-five-columns,
	.mzr-responsive .drop-six-columns { width: 100%; }

	.mzr-responsive .one-col,
	.mzr-responsive .two-col,
	.mzr-responsive .three-col {
		width: 45.5%;
		margin: 2%;
	}

	.mzr-responsive .four-col,
	.mzr-responsive .five-col,
	.mzr-responsive .six-col,
	.mzr-responsive .mzr-contact .one-col,
	.mzr-responsive .mzr-contact .two-col,
	.mzr-responsive .mzr-contact .three-col,
	.mzr-responsive .mzr-contact .four-col,
	.mzr-responsive .mzr-contact .five-col,
	.mzr-responsive .mzr-contact .six-col {
		width: 95.5%;
		margin: 2%;
	}

	.mzr-responsive.mzr-slide > li > div,
	.mzr-responsive.mzr-slide > li > ul,
	.mzr-responsive.mzr-slide > li > ul li > ul,
	.mzr-responsive.mzr-fade > li > div,
	.mzr-responsive.mzr-fade > li > ul,
	.mzr-responsive.mzr-fade > li > ul li > ul { top: auto; }

	.mzr-responsive.mzr-slide > li.mzr-drop:hover > div,
	.mzr-responsive.mzr-slide > li.mzr-drop:hover > ul,
	.mzr-responsive.mzr-slide > li > ul li.mzr-drop:hover > ul,
	.mzr-responsive.mzr-fade > li.mzr-drop:hover > div,
	.mzr-responsive.mzr-fade > li.mzr-drop:hover > ul,
	.mzr-responsive.mzr-fade > li > ul li.mzr-drop:hover > ul { top: auto;	}

	.mzr-responsive > li.mzr-search input { width: 90%; }
	.mzr-responsive > li.mzr-search input:focus { width: 90%; }
	.mzr-responsive > li.mzr-search input[type=text] {
		border: 1px solid #ccc;
		padding-left: 5px;
	}

	.mzr-responsive .mzr-content input[type=text],
	.mzr-responsive .mzr-content input[type=email],
	.mzr-responsive .mzr-content textarea {
		width: 80%;
		max-width: 80%;
		padding: 9px 4% 8px 15%;
	}

	.mzr-responsive li.mzr-drop.mzr-levels,
	.mzr-responsive li.mzr-drop.mzr-contact {
		position: relative;
	}

	.mzr-responsive > li.mzr-drop > ul,
	.mzr-responsive > li.mzr-drop > ul li > ul {
		width: 100%;
		padding: 0;
	}

	.mzr-responsive > li > ul li > ul,
	.mzr-responsive > li > ul li.mzr-align-left > ul,
	.mzr-responsive > li.mzr-align-right > ul {
		left: -1px;
	}

	.mzr-responsive > li > ul a {
		margin-left: 10px;
		margin-right: 10px; 
	}

	.mzr-responsive > li > ul li.mzr-drop > a,
	.mzr-responsive > li > ul li.mzr-align-left.mzr-drop > a { background: url(http://final.ir/skin/frontend/bootstrapped/final/img/arrow-down.png) no-repeat 100% center; }

}

@media only screen and (max-width: 767px) {

	.mzr-responsive > li,
	.mzr-responsive > li.mzr-align-right { width: 49.5%; }

}

@media only screen and (max-width: 479px) {

	.mzr-responsive > li,
	.mzr-responsive > li.mzr-align-right {
		display: block;
		width: 100%;
	}

	.mzr-responsive .one-col,
	.mzr-responsive .two-col,
	.mzr-responsive .three-col,
	.mzr-responsive .four-col,
	.mzr-responsive .five-col,
	.mzr-responsive .six-col {
		width: 95.5%;
		margin: 2%;
	}

}



/* // 7. EXTRA COLOR STYLES */
/* ################################################################ */

/* Paste your custom color schemes/styles here. */
@charset "utf-8";
/* CSS Document */
.container-menu li {
	list-style: none;
}
li {
	list-style: none;
}

/*---------------------------------
 IMPORTS
 -----------------------------------*/
/*@import url(http://fonts.googleapis.com/css?family=Arimo:400,700);*/

@font-face {
    font-family: 'BYekan';
    src: url('http://final.ir/skin/frontend/bootstrapped/final/fonts/yekan.eot');
    src: url('http://final.ir/skin/frontend/bootstrapped/final/fonts/yekan.eot?#iefix') format('embedded-opentype'),
         url('http://final.ir/skin/frontend/bootstrapped/final/fonts/yekan.woff') format('woff'),
         url('http://final.ir/skin/frontend/bootstrapped/final/fonts/yekan.ttf') format('truetype'),
         url('http://final.ir/skin/frontend/bootstrapped/final/fonts/yekan.svg#WebYekan') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
 *  Project:  GLYPHICONS
 *  Author:   Jan Kovarik - www.glyphicons.com
 *  Twitter:  @jankovarik
 *
 */@font-face{font-family:'Glyphicons Regular';src:url('http://final.ir/skin/frontend/bootstrapped/final/fonts/glyphicons-regular.eot');src:url('http://final.ir/skin/frontend/bootstrapped/final/fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'),url('http://final.ir/skin/frontend/bootstrapped/final/fonts/glyphicons-regular.woff') format('woff'),url('http://final.ir/skin/frontend/bootstrapped/final/fonts/glyphicons-regular.ttf') format('truetype'),url('http://final.ir/skin/frontend/bootstrapped/final/fonts/glyphicons-regular.svg#glyphiconsregular') format('svg');font-weight:normal;font-style:normal}.glyphicons{display:inline-block;position:relative;padding-left:48px;color:#1d1d1b;text-decoration:none;*display:inline;*zoom:1;vertical-align:middle}.glyphicons:before{position:absolute;left:0;top:0;display:inline-block;margin:0 5px 0 0;font:24px/1em 'Glyphicons Regular';font-style:normal;font-weight:normal;color:#1d1d1b;*display:inline;*zoom:1;vertical-align:middle;text-transform:none;-webkit-font-smoothing:antialiased}.glyphicons.white:before{color:#fff}.glyphicons.glass:before{content:"\E001"}.glyphicons.leaf:before{content:"\E002"}.glyphicons.dog:before{content:"\E003"}.glyphicons.user:before{content:"\E004"}.glyphicons.girl:before{content:"\E005"}.glyphicons.car:before{content:"\E006"}.glyphicons.user_add:before{content:"\E007"}.glyphicons.user_remove:before{content:"\E008"}.glyphicons.film:before{content:"\E009"}.glyphicons.magic:before{content:"\E010"}.glyphicons.envelope:before{content:"\2709"}.glyphicons.camera:before{content:"\E011"}.glyphicons.heart:before{content:"\E013"}.glyphicons.beach_umbrella:before{content:"\E014"}.glyphicons.train:before{content:"\E015"}.glyphicons.print:before{content:"\E016"}.glyphicons.bin:before{content:"\E017"}.glyphicons.music:before{content:"\E018"}.glyphicons.note:before{content:"\E019"}.glyphicons.heart_empty:before{content:"\E020"}.glyphicons.home:before{content:"\E021"}.glyphicons.snowflake:before{content:"\2744"}.glyphicons.fire:before{content:"\E023"}.glyphicons.magnet:before{content:"\E024"}.glyphicons.parents:before{content:"\E025"}.glyphicons.binoculars:before{content:"\E026"}.glyphicons.road:before{content:"\E027"}.glyphicons.search:before{content:"\E028"}.glyphicons.cars:before{content:"\E029"}.glyphicons.notes_2:before{content:"\E030"}.glyphicons.pencil:before{content:"\270F"}.glyphicons.bus:before{content:"\E032"}.glyphicons.wifi_alt:before{content:"\E033"}.glyphicons.luggage:before{content:"\E034"}.glyphicons.old_man:before{content:"\E035"}.glyphicons.woman:before{content:"\E036"}.glyphicons.file:before{content:"\E037"}.glyphicons.coins:before{content:"\E038"}.glyphicons.airplane:before{content:"\2708"}.glyphicons.notes:before{content:"\E040"}.glyphicons.stats:before{content:"\E041"}.glyphicons.charts:before{content:"\E042"}.glyphicons.pie_chart:before{content:"\E043"}.glyphicons.group:before{content:"\E044"}.glyphicons.keys:before{content:"\E045"}.glyphicons.calendar:before{content:"\E046"}.glyphicons.router:before{content:"\E047"}.glyphicons.camera_small:before{content:"\E048"}.glyphicons.dislikes:before{content:"\E049"}.glyphicons.star:before{content:"\E050"}.glyphicons.link:before{content:"\E051"}.glyphicons.eye_open:before{content:"\E052"}.glyphicons.eye_close:before{content:"\E053"}.glyphicons.alarm:before{content:"\E054"}.glyphicons.clock:before{content:"\E055"}.glyphicons.stopwatch:before{content:"\E056"}.glyphicons.projector:before{content:"\E057"}.glyphicons.history:before{content:"\E058"}.glyphicons.truck:before{content:"\E059"}.glyphicons.cargo:before{content:"\E060"}.glyphicons.compass:before{content:"\E061"}.glyphicons.keynote:before{content:"\E062"}.glyphicons.paperclip:before{content:"\E063"}.glyphicons.power:before{content:"\E064"}.glyphicons.lightbulb:before{content:"\E065"}.glyphicons.tag:before{content:"\E066"}.glyphicons.tags:before{content:"\E067"}.glyphicons.cleaning:before{content:"\E068"}.glyphicons.ruller:before{content:"\E069"}.glyphicons.gift:before{content:"\E070"}.glyphicons.umbrella:before{content:"\2602"}.glyphicons.book:before{content:"\E072"}.glyphicons.bookmark:before{content:"\E073"}.glyphicons.wifi:before{content:"\E074"}.glyphicons.cup:before{content:"\E075"}.glyphicons.stroller:before{content:"\E076"}.glyphicons.headphones:before{content:"\E077"}.glyphicons.headset:before{content:"\E078"}.glyphicons.warning_sign:before{content:"\E079"}.glyphicons.signal:before{content:"\E080"}.glyphicons.retweet:before{content:"\E081"}.glyphicons.refresh:before{content:"\E082"}.glyphicons.roundabout:before{content:"\E083"}.glyphicons.random:before{content:"\E084"}.glyphicons.heat:before{content:"\E085"}.glyphicons.repeat:before{content:"\E086"}.glyphicons.display:before{content:"\E087"}.glyphicons.log_book:before{content:"\E088"}.glyphicons.address_book:before{content:"\E089"}.glyphicons.building:before{content:"\E090"}.glyphicons.eyedropper:before{content:"\E091"}.glyphicons.adjust:before{content:"\E092"}.glyphicons.tint:before{content:"\E093"}.glyphicons.crop:before{content:"\E094"}.glyphicons.vector_path_square:before{content:"\E095"}.glyphicons.vector_path_circle:before{content:"\E096"}.glyphicons.vector_path_polygon:before{content:"\E097"}.glyphicons.vector_path_line:before{content:"\E098"}.glyphicons.vector_path_curve:before{content:"\E099"}.glyphicons.vector_path_all:before{content:"\E100"}.glyphicons.font:before{content:"\E101"}.glyphicons.italic:before{content:"\E102"}.glyphicons.bold:before{content:"\E103"}.glyphicons.text_underline:before{content:"\E104"}.glyphicons.text_strike:before{content:"\E105"}.glyphicons.text_height:before{content:"\E106"}.glyphicons.text_width:before{content:"\E107"}.glyphicons.text_resize:before{content:"\E108"}.glyphicons.left_indent:before{content:"\E109"}.glyphicons.right_indent:before{content:"\E110"}.glyphicons.align_left:before{content:"\E111"}.glyphicons.align_center:before{content:"\E112"}.glyphicons.align_right:before{content:"\E113"}.glyphicons.justify:before{content:"\E114"}.glyphicons.list:before{content:"\E115"}.glyphicons.text_smaller:before{content:"\E116"}.glyphicons.text_bigger:before{content:"\E117"}.glyphicons.embed:before{content:"\E118"}.glyphicons.embed_close:before{content:"\E119"}.glyphicons.table:before{content:"\E120"}.glyphicons.message_full:before{content:"\E121"}.glyphicons.message_empty:before{content:"\E122"}.glyphicons.message_in:before{content:"\E123"}.glyphicons.message_out:before{content:"\E124"}.glyphicons.message_plus:before{content:"\E125"}.glyphicons.message_minus:before{content:"\E126"}.glyphicons.message_ban:before{content:"\E127"}.glyphicons.message_flag:before{content:"\E128"}.glyphicons.message_lock:before{content:"\E129"}.glyphicons.message_new:before{content:"\E130"}.glyphicons.inbox:before{content:"\E131"}.glyphicons.inbox_plus:before{content:"\E132"}.glyphicons.inbox_minus:before{content:"\E133"}.glyphicons.inbox_lock:before{content:"\E134"}.glyphicons.inbox_in:before{content:"\E135"}.glyphicons.inbox_out:before{content:"\E136"}.glyphicons.cogwheel:before{content:"\E137"}.glyphicons.cogwheels:before{content:"\E138"}.glyphicons.picture:before{content:"\E139"}.glyphicons.adjust_alt:before{content:"\E140"}.glyphicons.database_lock:before{content:"\E141"}.glyphicons.database_plus:before{content:"\E142"}.glyphicons.database_minus:before{content:"\E143"}.glyphicons.database_ban:before{content:"\E144"}.glyphicons.folder_open:before{content:"\E145"}.glyphicons.folder_plus:before{content:"\E146"}.glyphicons.folder_minus:before{content:"\E147"}.glyphicons.folder_lock:before{content:"\E148"}.glyphicons.folder_flag:before{content:"\E149"}.glyphicons.folder_new:before{content:"\E150"}.glyphicons.edit:before{content:"\E151"}.glyphicons.new_window:before{content:"\E152"}.glyphicons.check:before{content:"\E153"}.glyphicons.unchecked:before{content:"\E154"}.glyphicons.more_windows:before{content:"\E155"}.glyphicons.show_big_thumbnails:before{content:"\E156"}.glyphicons.show_thumbnails:before{content:"\E157"}.glyphicons.show_thumbnails_with_lines:before{content:"\E158"}.glyphicons.show_lines:before{content:"\E159"}.glyphicons.playlist:before{content:"\E160"}.glyphicons.imac:before{content:"\E161"}.glyphicons.macbook:before{content:"\E162"}.glyphicons.ipad:before{content:"\E163"}.glyphicons.iphone:before{content:"\E164"}.glyphicons.iphone_transfer:before{content:"\E165"}.glyphicons.iphone_exchange:before{content:"\E166"}.glyphicons.ipod:before{content:"\E167"}.glyphicons.ipod_shuffle:before{content:"\E168"}.glyphicons.ear_plugs:before{content:"\E169"}.glyphicons.record:before{content:"\E170"}.glyphicons.step_backward:before{content:"\E171"}.glyphicons.fast_backward:before{content:"\E172"}.glyphicons.rewind:before{content:"\E173"}.glyphicons.play:before{content:"\E174"}.glyphicons.pause:before{content:"\E175"}.glyphicons.stop:before{content:"\E176"}.glyphicons.forward:before{content:"\E177"}.glyphicons.fast_forward:before{content:"\E178"}.glyphicons.step_forward:before{content:"\E179"}.glyphicons.eject:before{content:"\E180"}.glyphicons.facetime_video:before{content:"\E181"}.glyphicons.download_alt:before{content:"\E182"}.glyphicons.mute:before{content:"\E183"}.glyphicons.volume_down:before{content:"\E184"}.glyphicons.volume_up:before{content:"\E185"}.glyphicons.screenshot:before{content:"\E186"}.glyphicons.move:before{content:"\E187"}.glyphicons.more:before{content:"\E188"}.glyphicons.brightness_reduce:before{content:"\E189"}.glyphicons.brightness_increase:before{content:"\E190"}.glyphicons.circle_plus:before{content:"\E191"}.glyphicons.circle_minus:before{content:"\E192"}.glyphicons.circle_remove:before{content:"\E193"}.glyphicons.circle_ok:before{content:"\E194"}.glyphicons.circle_question_mark:before{content:"\E195"}.glyphicons.circle_info:before{content:"\E196"}.glyphicons.circle_exclamation_mark:before{content:"\E197"}.glyphicons.remove:before{content:"\E198"}.glyphicons.ok:before{content:"\E199"}.glyphicons.ban:before{content:"\E200"}.glyphicons.download:before{content:"\E201"}.glyphicons.upload:before{content:"\E202"}.glyphicons.shopping_cart:before{content:"\E203"}.glyphicons.lock:before{content:"\E204"}.glyphicons.unlock:before{content:"\E205"}.glyphicons.electricity:before{content:"\E206"}.glyphicons.ok_2:before{content:"\E207"}.glyphicons.remove_2:before{content:"\E208"}.glyphicons.cart_out:before{content:"\E209"}.glyphicons.cart_in:before{content:"\E210"}.glyphicons.left_arrow:before{content:"\E211"}.glyphicons.right_arrow:before{content:"\E212"}.glyphicons.down_arrow:before{content:"\E213"}.glyphicons.up_arrow:before{content:"\E214"}.glyphicons.resize_small:before{content:"\E215"}.glyphicons.resize_full:before{content:"\E216"}.glyphicons.circle_arrow_left:before{content:"\E217"}.glyphicons.circle_arrow_right:before{content:"\E218"}.glyphicons.circle_arrow_top:before{content:"\E219"}.glyphicons.circle_arrow_down:before{content:"\E220"}.glyphicons.play_button:before{content:"\E221"}.glyphicons.unshare:before{content:"\E222"}.glyphicons.share:before{content:"\E223"}.glyphicons.chevron-right:before{content:"\E224"}.glyphicons.chevron-left:before{content:"\E225"}.glyphicons.bluetooth:before{content:"\E226"}.glyphicons.euro:before{content:"\20AC"}.glyphicons.usd:before{content:"\E228"}.glyphicons.gbp:before{content:"\E229"}.glyphicons.retweet_2:before{content:"\E230"}.glyphicons.moon:before{content:"\E231"}.glyphicons.sun:before{content:"\2609"}.glyphicons.cloud:before{content:"\2601"}.glyphicons.direction:before{content:"\E234"}.glyphicons.brush:before{content:"\E235"}.glyphicons.pen:before{content:"\E236"}.glyphicons.zoom_in:before{content:"\E237"}.glyphicons.zoom_out:before{content:"\E238"}.glyphicons.pin:before{content:"\E239"}.glyphicons.albums:before{content:"\E240"}.glyphicons.rotation_lock:before{content:"\E241"}.glyphicons.flash:before{content:"\E242"}.glyphicons.google_maps:before{content:"\E243"}.glyphicons.anchor:before{content:"\2693"}.glyphicons.conversation:before{content:"\E245"}.glyphicons.chat:before{content:"\E246"}.glyphicons.male:before{content:"\E247"}.glyphicons.female:before{content:"\E248"}.glyphicons.asterisk:before{content:"\002A"}.glyphicons.divide:before{content:"\00F7"}.glyphicons.snorkel_diving:before{content:"\E251"}.glyphicons.scuba_diving:before{content:"\E252"}.glyphicons.oxygen_bottle:before{content:"\E253"}.glyphicons.fins:before{content:"\E254"}.glyphicons.fishes:before{content:"\E255"}.glyphicons.boat:before{content:"\E256"}.glyphicons.delete:before{content:"\E257"}.glyphicons.sheriffs_star:before{content:"\E258"}.glyphicons.qrcode:before{content:"\E259"}.glyphicons.barcode:before{content:"\E260"}.glyphicons.pool:before{content:"\E261"}.glyphicons.buoy:before{content:"\E262"}.glyphicons.spade:before{content:"\E263"}.glyphicons.bank:before{content:"\E264"}.glyphicons.vcard:before{content:"\E265"}.glyphicons.electrical_plug:before{content:"\E266"}.glyphicons.flag:before{content:"\E267"}.glyphicons.credit_card:before{content:"\E268"}.glyphicons.keyboard-wireless:before{content:"\E269"}.glyphicons.keyboard-wired:before{content:"\E270"}.glyphicons.shield:before{content:"\E271"}.glyphicons.ring:before{content:"\02DA"}.glyphicons.cake:before{content:"\E273"}.glyphicons.drink:before{content:"\E274"}.glyphicons.beer:before{content:"\E275"}.glyphicons.fast_food:before{content:"\E276"}.glyphicons.cutlery:before{content:"\E277"}.glyphicons.pizza:before{content:"\E278"}.glyphicons.birthday_cake:before{content:"\E279"}.glyphicons.tablet:before{content:"\E280"}.glyphicons.settings:before{content:"\E281"}.glyphicons.bullets:before{content:"\E282"}.glyphicons.cardio:before{content:"\E283"}.glyphicons.t-shirt:before{content:"\E284"}.glyphicons.pants:before{content:"\E285"}.glyphicons.sweater:before{content:"\E286"}.glyphicons.fabric:before{content:"\E287"}.glyphicons.leather:before{content:"\E288"}.glyphicons.scissors:before{content:"\E289"}.glyphicons.bomb:before{content:"\E290"}.glyphicons.skull:before{content:"\E291"}.glyphicons.celebration:before{content:"\E292"}.glyphicons.tea_kettle:before{content:"\E293"}.glyphicons.french_press:before{content:"\E294"}.glyphicons.coffee_cup:before{content:"\E295"}.glyphicons.pot:before{content:"\E296"}.glyphicons.grater:before{content:"\E297"}.glyphicons.kettle:before{content:"\E298"}.glyphicons.hospital:before{content:"\E299"}.glyphicons.hospital_h:before{content:"\E300"}.glyphicons.microphone:before{content:"\E301"}.glyphicons.webcam:before{content:"\E302"}.glyphicons.temple_christianity_church:before{content:"\E303"}.glyphicons.temple_islam:before{content:"\E304"}.glyphicons.temple_hindu:before{content:"\E305"}.glyphicons.temple_buddhist:before{content:"\E306"}.glyphicons.bicycle:before{content:"\E307"}.glyphicons.life_preserver:before{content:"\E308"}.glyphicons.share_alt:before{content:"\E309"}.glyphicons.comments:before{content:"\E310"}.glyphicons.flower:before{content:"\2698"}.glyphicons.baseball:before{content:"\26BE"}.glyphicons.rugby:before{content:"\E313"}.glyphicons.ax:before{content:"\E314"}.glyphicons.table_tennis:before{content:"\E315"}.glyphicons.bowling:before{content:"\E316"}.glyphicons.tree_conifer:before{content:"\E317"}.glyphicons.tree_deciduous:before{content:"\E318"}.glyphicons.more_items:before{content:"\E319"}.glyphicons.sort:before{content:"\E320"}.glyphicons.filter:before{content:"\E321"}.glyphicons.gamepad:before{content:"\E322"}.glyphicons.playing_dices:before{content:"\E323"}.glyphicons.calculator:before{content:"\E324"}.glyphicons.tie:before{content:"\E325"}.glyphicons.wallet:before{content:"\E326"}.glyphicons.piano:before{content:"\E327"}.glyphicons.sampler:before{content:"\E328"}.glyphicons.podium:before{content:"\E329"}.glyphicons.soccer_ball:before{content:"\E330"}.glyphicons.blog:before{content:"\E331"}.glyphicons.dashboard:before{content:"\E332"}.glyphicons.certificate:before{content:"\E333"}.glyphicons.bell:before{content:"\E334"}.glyphicons.candle:before{content:"\E335"}.glyphicons.pushpin:before{content:"\E336"}.glyphicons.iphone_shake:before{content:"\E337"}.glyphicons.pin_flag:before{content:"\E338"}.glyphicons.turtle:before{content:"\E339"}.glyphicons.rabbit:before{content:"\E340"}.glyphicons.globe:before{content:"\E341"}.glyphicons.briefcase:before{content:"\E342"}.glyphicons.hdd:before{content:"\E343"}.glyphicons.thumbs_up:before{content:"\E344"}.glyphicons.thumbs_down:before{content:"\E345"}.glyphicons.hand_right:before{content:"\E346"}.glyphicons.hand_left:before{content:"\E347"}.glyphicons.hand_up:before{content:"\E348"}.glyphicons.hand_down:before{content:"\E349"}.glyphicons.fullscreen:before{content:"\E350"}.glyphicons.shopping_bag:before{content:"\E351"}.glyphicons.book_open:before{content:"\E352"}.glyphicons.nameplate:before{content:"\E353"}.glyphicons.nameplate_alt:before{content:"\E354"}.glyphicons.vases:before{content:"\E355"}.glyphicons.bullhorn:before{content:"\E356"}.glyphicons.dumbbell:before{content:"\E357"}.glyphicons.suitcase:before{content:"\E358"}.glyphicons.file_import:before{content:"\E359"}.glyphicons.file_export:before{content:"\E360"}.glyphicons.bug:before{content:"\E361"}.glyphicons.crown:before{content:"\E362"}.glyphicons.smoking:before{content:"\E363"}.glyphicons.cloud-download:before{content:"\E364"}.glyphicons.cloud-upload:before{content:"\E365"}.glyphicons.restart:before{content:"\E366"}.glyphicons.security_camera:before{content:"\E367"}.glyphicons.expand:before{content:"\E368"}.glyphicons.collapse:before{content:"\E369"}.glyphicons.collapse_top:before{content:"\E370"}.glyphicons.globe_af:before{content:"\E371"}.glyphicons.global:before{content:"\E372"}.glyphicons.spray:before{content:"\E373"}.glyphicons.nails:before{content:"\E374"}.glyphicons.claw_hammer:before{content:"\E375"}.glyphicons.classic_hammer:before{content:"\E376"}.glyphicons.hand_saw:before{content:"\E377"}.glyphicons.riflescope:before{content:"\E378"}.glyphicons.electrical_socket_eu:before{content:"\E379"}.glyphicons.electrical_socket_us:before{content:"\E380"}.glyphicons.message_forward:before{content:"\E381"}.glyphicons.coat_hanger:before{content:"\E382"}.glyphicons.dress:before{content:"\E383"}.glyphicons.bathrobe:before{content:"\E384"}.glyphicons.shirt:before{content:"\E385"}.glyphicons.underwear:before{content:"\E386"}.glyphicons.log_in:before{content:"\E387"}.glyphicons.log_out:before{content:"\E388"}.glyphicons.exit:before{content:"\E389"}.glyphicons.new_window_alt:before{content:"\E390"}.glyphicons.video_sd:before{content:"\E391"}.glyphicons.video_hd:before{content:"\E392"}.glyphicons.subtitles:before{content:"\E393"}.glyphicons.sound_stereo:before{content:"\E394"}.glyphicons.sound_dolby:before{content:"\E395"}.glyphicons.sound_5_1:before{content:"\E396"}.glyphicons.sound_6_1:before{content:"\E397"}.glyphicons.sound_7_1:before{content:"\E398"}.glyphicons.copyright_mark:before{content:"\E399"}.glyphicons.registration_mark:before{content:"\E400"}.glyphicons.radar:before{content:"\E401"}.glyphicons.skateboard:before{content:"\E402"}.glyphicons.golf_course:before{content:"\E403"}.glyphicons.sorting:before{content:"\E404"}.glyphicons.sort-by-alphabet:before{content:"\E405"}.glyphicons.sort-by-alphabet-alt:before{content:"\E406"}.glyphicons.sort-by-order:before{content:"\E407"}.glyphicons.sort-by-order-alt:before{content:"\E408"}.glyphicons.sort-by-attributes:before{content:"\E409"}.glyphicons.sort-by-attributes-alt:before{content:"\E410"}.glyphicons.compressed:before{content:"\E411"}.glyphicons.package:before{content:"\E412"}.glyphicons.cloud_plus:before{content:"\E413"}.glyphicons.cloud_minus:before{content:"\E414"}.glyphicons.disk_save:before{content:"\E415"}.glyphicons.disk_open:before{content:"\E416"}.glyphicons.disk_saved:before{content:"\E417"}.glyphicons.disk_remove:before{content:"\E418"}.glyphicons.disk_import:before{content:"\E419"}.glyphicons.disk_export:before{content:"\E420"}.glyphicons.tower:before{content:"\E421"}.glyphicons.send:before{content:"\E422"}.glyphicons.git_branch:before{content:"\E423"}.glyphicons.git_create:before{content:"\E424"}.glyphicons.git_private:before{content:"\E425"}.glyphicons.git_delete:before{content:"\E426"}.glyphicons.git_merge:before{content:"\E427"}.glyphicons.git_pull_request:before{content:"\E428"}.glyphicons.git_compare:before{content:"\E429"}.glyphicons.git_commit:before{content:"\E430"}.glyphicons.construction_cone:before{content:"\E431"}.glyphicons.shoe_steps:before{content:"\E432"}.glyphicons.plus:before{content:"\002B"}.glyphicons.minus:before{content:"\2212"}.glyphicons.redo:before{content:"\E435"}.glyphicons.undo:before{content:"\E436"}.glyphicons.golf:before{content:"\E437"}.glyphicons.hockey:before{content:"\E438"}.glyphicons.pipe:before{content:"\E439"}.glyphicons.wrench:before{content:"\E440"}.glyphicons.folder_closed:before{content:"\E441"}.glyphicons.phone_alt:before{content:"\E442"}.glyphicons.earphone:before{content:"\E443"}.glyphicons.floppy_disk:before{content:"\E444"}.glyphicons.floppy_saved:before{content:"\E445"}.glyphicons.floppy_remove:before{content:"\E446"}.glyphicons.floppy_save:before{content:"\E447"}.glyphicons.floppy_open:before{content:"\E448"}.glyphicons.translate:before{content:"\E449"}.glyphicons.fax:before{content:"\E450"}.glyphicons.factory:before{content:"\E451"}.glyphicons.shop_window:before{content:"\E452"}.glyphicons.shop:before{content:"\E453"}.glyphicons.kiosk:before{content:"\E454"}.glyphicons.kiosk_wheels:before{content:"\E455"}.glyphicons.kiosk_light:before{content:"\E456"}.glyphicons.kiosk_food:before{content:"\E457"}.glyphicons.transfer:before{content:"\E458"}.glyphicons.money:before{content:"\E459"}.glyphicons.header:before{content:"\E460"}.glyphicons.blacksmith:before{content:"\E461"}.glyphicons.saw_blade:before{content:"\E462"}.glyphicons.basketball:before{content:"\E463"}.glyphicons.server:before{content:"\E464"}.glyphicons.server_plus:before{content:"\E465"}.glyphicons.server_minus:before{content:"\E466"}.glyphicons.server_ban:before{content:"\E467"}.glyphicons.server_flag:before{content:"\E468"}.glyphicons.server_lock:before{content:"\E469"}.glyphicons.server_new:before{content:"\E470"}/*!
*/.glyphicons{padding-left:10px;margin-left: 2px;}
.glyphicons:before{margin: 0px; font:18px/0.4em "Glyphicons Regular";}
/*---------------------------------
 OVERRIDES
 -----------------------------------*/
body, button, input, select, textarea, label, h1, h2, h3, h4, h5, h6 {
	/* If using @font-face*/
	font-family:Tahoma, Geneva, sans-serif !important;
	direction: rtl;
	unicode-bidi: embed || normal; //same effect, nothing changes.
	unicode-bidi: bidi-override;//each letter comes from r-t-l. Like
	font-weight:normal;
}
h4 {font-size: 19px;}
h5 {font-size: 14px;}
body {
    padding-top: 0px!important;
     height: auto;
	 margin-top: 0px;
	 font-size: 12px;
}
blockquote p{ font-family: 'bYekan';}
.btn-large {
font-size: 14.5px;
}
.container {
          box-shadow: 0 11px 12px 0 #CCCCCC;
       background-color: white;
        padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
}
.nav-tabs > li, .nav-pills > li {

}
a {
	text-decoration: none !important;
}
.container, .navbar-inner {
	text-align: right;
}
.nav-collapse, .nav-collapse.collapse {
	overflow-y: visible !important;
	overflow-x: visible !important;
}
.A-header {
	padding: 4px 14px !important;
	color: white !important;
	text-shadow: 0 0 0 !important;
}
.A-header:hover {
	color: white !important;
	background-color: #2F96B4 !important;
	text-shadow: 0 0 0 !important;
}

.color-1:hover {border-bottom: 2px solid #0079C2; background-color: rgba(0, 121, 194, 0.1);}
.color-2:hover {border-bottom: 2px solid #ED174F; background-color: rgba(237, 23, 79, 0.09);}
.color-3:hover {border-bottom: 2px solid #FFC423; background-color: rgba(255, 196, 35, 0.1);}
.color-4:hover {border-bottom: 2px solid #47AA42; background-color: rgba(71, 170, 66, 0.1);}
.color-5:hover {border-bottom: 2px solid #77787B; background-color: rgba(119, 120, 123, 0.1);}

.A-currency {
	min-width: 63px !important;
}

.old-price {
	color: black;
font-size: 14px;
color: red;
font-family: 'bYekan';
}
.old-price > span {
	color: #555;
    font-size: 16px;
}
.a-center {
	text-align: center !important;
}
.a-price > span {
	color: black;
text-shadow: none;
font-size: 14px;
font-family: 'BYekan', Geneva, sans-serif !important;
margin-bottom: 5px;
line-height: 24px;
}
.final-sort{ margin-top:0px;}
.a-price span {
	color: #000;
}
strong{font-size:17px!important;}
.price { font-weight:normal!important;

}
.cart-price{font-size:11px!important;}
.a-price {
	
	color: black;
text-shadow: none;
padding: 0px 5px 0px!important;
font-size: 16px;
background-color: white;
border: 1px solid lightgray;
line-height: 18px;
}
.stiker>a{border:0px!important; box-shadow: none!important;}
.stiker{text-align: center;direction: ltr; margin-bottom: -10px;}
#imageData #numberDisplay {
   
    font-family: tahoma;}
.stiker>a:hover{border:0px!important;box-shadow: none!important;}
.A-img-page{
border: 1px solid hsl(0, 0%, 80%);
border-radius: 3px;
margin-bottom: 10px;}

.a-tooltip {
margin-right: 0px !important;
border-left: 1px solid lightgray;
}
.a-2btn {
	margin-top: 10px;
}
.cart-btn {
	padding: 4px 8px !important;
	font-size: 12px !important;

/*background-color:#e43e3e!important;*/
}
.btn {
	font-size: 12px !important;
}
.cart-btn:hover {
/*background-image: url("http://final.ir/skin/frontend/bootstrapped/final/images/redh.png");*/
}
.shortdesc {
	color: #ccc;
}
.f-grid {
background-image: url("http://final.ir/skin/frontend/bootstrapped/final/images/sticker.v2.png");
height: 73px;
margin-right: auto;
margin-top: auto;
padding-bottom: 0;
position: absolute;
width: 75px;
z-index: 99;
}


.f-list {

	background-image: url("http://final.ir/skin/frontend/bootstrapped/final/images/sticker.v2.png");
	height: 73px;
	margin-right: 152px;
margin-top: -217px ;
	padding-bottom: 0;
	position: absolute;
	width: 75px;
	z-index: 99;
}
.products-grid .thumbnail{padding: 0px}
.A-prog-prog td, .A-prog-prog th {
	border: none !important;
	padding: 0 8px !important;
}
.progress-custom {
	height: 14px !important;
	margin-bottom: 5px !important;
	margin-top: 5px;
}
.A-prog {
	width: 30%;
}
.A-img-page {
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
}
.a-upsell {
	border: 1px solid #ccc;
	text-align: center !important;
}
.a-upsell > a {
	text-align: center !important;
}
.a-cart {
	margin: 0px auto !important;
	width: 100% !important;
}
hr {
	margin: 10px 0 !important;
}
.a-cart-item {
	/*border-bottom: 1px solid #EEEEEE;*/
	margin: 10px 0 !important;
}
.amount {
	margin-bottom: 0 !important;
	text-align: center !important;
}
.a-cart-img {
	border: 1px solid #EEEEEE;
}
.a-btn-size {
	width: 52% !important;
}
.A-prog-tbl {
	border: 1px solid #EEEEEE;
	padding-top: 10px;
}
.attr {
	color: #777777;
	background: url(http://final.ir/skin/frontend/bootstrapped/final/img/dotline-pattern.gif) repeat-x scroll 0 13px transparent !important;
	list-style: url(http://final.ir/skin/frontend/bootstrapped/final/img/dotline-pattern.gif) outside none;
	padding-bottom: 10px;
	line-height: 20px !important;
}
.nameattr {
	float: right;
	padding: 0 8px;
	background-color: white;
}
.valueattr {
	float: left;
	text-align: left;
	background-color: white;
	padding: 0 8px;
}
.header-cart > div > div {
	background-color: white;
	border: 0 none !important;
	box-shadow: none;
	margin-bottom: 0;
}
.label {
	font-family: tahoma !important;
	font-weight: normal !important;
	font-size: 11px !important;
}
label,
input,
button,
select,
textarea {
  font-size: 11px;
}
.no-rating {
	display: none;
}
.a-icon-scor {
background-image: url("http://final.ir/skin/frontend/bootstrapped/final/images/coin14x14.png") !important;
background-repeat: no-repeat;
display: inline-block;
height: 18px;
margin-left: 1px;
margin-top: 5px;
vertical-align: text-top;
width: 17px;
}
.product-pricing {
	margin: 5px 0 !important
}
.carousel-control.right {
	left: 15px !important;
	right: auto !important;
}
.carousel-control.right {
	left: 15px !important;
	right: auto !important;
}
.carousel-control.left {
	right: 15px !important;
	left: auto !important;
}
	
h2.product-name > a {
	font-size: 14px;
}

/***** site top links and logo fix *****/
.E-logo {
	float: left;
	height: 28px;
	margin-left: 25px;
	position: relative;
	text-align: left;
	width: 153px;
}
.E-logo a {
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	margin-top: 5px;
}
.E-logo span {
	display: none;
}
ul.top-linx {
	margin: 0px 0px 10px 0px;
}
ul.top-linx > li > a {
	display: block;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 15px;
	background-color: rgb(240,240,240);
    font-size: 15px;
}
ul.mini-cart li { border: none!important; }
ul.mini-cart > li > a { 
    color: #0088cc;
    padding: 0px 15px 0px 10px;
    background-color: rgb(240,240,240);
    font-size: 15px;
}
.container-menu > ul.meganizr {z-index: 0;}
ul.top-linx li a:hover {
background-color: rgb(139, 139, 139);
color: white;
text-shadow: none;
}
ul.top-linx li {
	float: right;
	padding-left: 10px;
}
.e-icon {
	margin-left: 5px;
}

/*** for mega menu *****/
.container-menu .lvl-0 a {font-size: 15px; padding: 0px 14px 0 14px;}
.meganizr > li.mzr-search input {}
#navigationMenu span {

font-size: 14px!important;}
.icon-eye-open {
background-position: -96px -120px;
margin-top: 3px;
margin-left: 4px;}

.textalignleft {
	text-align: left;
}
.meganizr {border-bottom: 1px solid #CCC;font-family: 'bYekan' !important;}
.meganizr > li > a {font-family: 'bYekan' !important;}
.meganizr > li {
	float: right;
}
.meganizr > li.mzr-align-left {
	float: left;
	border-left: none;
	border-right: 1px dotted #ccc;
}
.meganizr > li.mzr-align-left >a{font-size:13px!important;}

mzr-search mzr-align-right {
	float: right;
}
.meganizr > li.mzr-search input[type=submit] {
	right: auto;
	left: 0;
}
.meganizr > li.mzr-search > form {
	margin-left: 20px;
	margin-right: 0px;
}
.top-linx li.f-search{padding-top: 6px;}
.f-search form {margin: auto;}
.mzr-content p {color: #777;}
@media (min-width: 980px) {
	.subnav-fixed {
		top: 0px;
	}
}
/*@media only screen and (min-width: 960px) {*/
.meganizr > li, .meganizr > li > ul {
	right: -1px;
}
.meganizr > li > ul li.mzr-drop > a {
	background: url(http://final.ir/skin/frontend/bootstrapped/final/img/arrow-inverse.png) no-repeat 20px 16px;
}
.meganizr > li > ul li > ul {
	right: 100%;
}
/*}*/
@media only screen and (max-width: 959px) {
	.imageholder{display: none; }

	.meganizr > li > ul li > ul {
		right:auto;
	}
	.mzr-responsive > li.mzr-drop {
		background: url(http://final.ir/skin/frontend/bootstrapped/final/img/arrow-down.png) no-repeat left center;
	}
	.mzr-responsive > li > ul li.mzr-drop > a, .mzr-responsive > li > ul li.mzr-align-left.mzr-drop > a {
		background: url(http://final.ir/skin/frontend/bootstrapped/final/img/arrow-down.png) no-repeat 0% center;
	}
	.mzr-responsive > li.mzr-search input[type=text] {
		padding-right: 5px;
		padding-left: 0px;
	}
	.mzr-responsive > li.mzr-align-left {
		display: inline-block;
		float: right;
		position: static;
		border: none;
		width: 33.2%;
	}
	.mzr-responsive > li.mzr-search input {
		width: 90%;
	}
	.mzr-responsive > li.mzr-search input:focus {
		width: 90%;
	}
}
@media only screen and (max-width: 767px) {
	.mzr-responsive > li, .mzr-responsive > li.mzr-align-left {
		width: 49.5%;
	}
	.imageholder{display: none; }

}
@media only screen and (max-width: 479px) {
	.mzr-responsive > li, .mzr-responsive > li.mzr-align-left {
		display: block;
		width: 100%;
	}
	.he-product-image{display:none}
	.imageholder{display: none; }
}
.subnav {
	height: auto;

}
/*@media (max-width: 1009px){.stiker a p { margin-top:-212px!important; margin-right:146px!important;}}
 @media (max-width: 726px){.stiker a p { margin-top:-159px!important; margin-right:92px!important;}}*/

/*@media (max-width: 438px){.stiker a p {  margin-right: 199px;
    margin-top: -234px;}}*/
@media (min-width: 449px) and (max-width: 587px) {.f-grid {margin-right:auto;margin-top:auto;} }
@media (min-width: 588px) and (max-width: 769px) {.f-grid {margin-right:auto;margin-top:auto;}}
@media (min-width: 770px) and (max-width: 979px) {.f-grid {margin-right:auto;margin-top:auto;}}

@media (min-width: 449px) and (max-width: 587px) {.f-list {margin-right:366px!important;margin-top:-230px!important;}}
@media (min-width: 588px) and (max-width: 769px) {.f-list {margin-right:654px!important;margin-top:-230px!important;}}
@media (min-width: 770px) and (max-width: 979px) {.f-list {margin-right:97px!important;margin-top:-164px!important; }
													#search_mini_form input:focus{width:235px!important; }
													}
@media (max-width: 1170px) and (min-width: 979px){.f-list {margin-right:152px!important;margin-top:-217px!important;} 
												   header {padding-bottom: 5px; height:82px!important;}
												   #search_mini_form input:focus{width:235px!important; }
                                                   .container-menu .lvl-0 a {padding: 0px 7px 0 7px;}
                                                   .container-menu .lvl-0 a .glyphicons{display: none;}
                                                   input#appendedPrependedDropdownButton {width: 120px;}
												}
@media (max-width: 1200px) and (min-width: 979px){.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
													width: 96%;
													margin: 4px;
													padding: 5px;
													}
												}												
@media (min-width: 979px){ header {
    padding-bottom: 5px;
height:82px!important;
}}
@media (min-width: 770px) and (max-width: 979px){.meganizr > li > a {padding:3px 8px 0 8px!important;}}


@media (min-width: 1170px){.meganizr > li > a {padding: 3px 14px 0 14px;font-size: 18px;} .f-list {margin-right:204px!important;margin-top:-229px!important;} .f-grid {margin-right:auto;margin-top:auto;}}

@media (min-width: 980px){
.subnav-fixed .meganizr {

margin: 0 auto;
padding: 0px !important;
}}
@media (min-width: 1210px){
.subnav-fixed .meganizr {
width: 1168px;
}}

/*@media (min-width: 980px) {
	.subnav-fixed .meganizr {
		width: 938px;
		margin: 0 auto;
		padding: 0 1px;
	}
}*/
@media (min-width: 1210px) {
	.subnav-fixed .meganizr {
		width: 1210px;
	}
}
/* search box */
#search_mini_form{ margin: 0 0 0px; }
#search {	margin-bottom:0px;
			border-color: rgba(78, 142, 221, 0.43);
			border-radius: 2px;
}
#search_mini_form input[type=submit] {
	cursor: pointer;
	width: 20px;
	height: 20px;
	top: 10px;
	right: 0;
	background: url(http://final.ir/skin/frontend/bootstrapped/final/img/search-icon.png) no-repeat 0 0;
	border:none;
}

#search_mini_form input:focus {
	width: 250px;
	outline: none;
}

#search_mini_form, #search_mini_form input, #search_mini_form ul, #search_mini_form ul li {
	font-size: 12px;
}
.search-autocomplete {
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	background: white;
}
.arrow {
	padding-top: 12px !important;
	vertical-align: bottom;
	margin-right: 20px;
}

/**** home page category box ****/

.box-normal {
	height: 200px;
}
.item-normal {
	position: relative;
	overflow: hidden;
	height: 200px;
	/*	background:#e0dfdd;*/
	background-color: #fff;
}
.item-normal .item-backdrop {
	display: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}
.item-normal .item-overlay {
	display: none;
	z-index: 5;
	position: absolute;
	width: 100%;
	height: 200px;
	bottom: -200px;
	background-color: #505050;
	color: #fff;
}
.custom-row {
	margin-bottom: 20px;
}
.linx {
	display: inline;
	float: right;
	width: 50%;
}
.linx ul {
	display: block;
	padding-top: 30px;
	list-style: none;
}
.linx ul li a {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2)
}
.title {
	padding-top: 80px;
	display: block;
	text-align: center;
	color: #fff;
}
.basket {
	display: inline-block;
	float: right;
	width: 64px;
	height: 64px;
	background: url(http://final.ir/skin/frontend/bootstrapped/final/img/icons/basket.png) no-repeat 0 0;
}

#step-proccess a img {
	display: block;
	width: 100%;
}
#step-proccess {

	/*	border:1px solid #999;*/
	margin: 20px 0;
	direction: ltr;
	text-align: left;
}
.step-normal {
	display: block;
}
.step-medium {
	display: none;
}
.namad-text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

.box-shadow {
	background-color: #fafafa;
	border: 1px solid #bfbfbf;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}
.support-normal {
	display: block;
}
.support-medium {
	display: none;
}

/* colors */
.most-red, .supermarket {
	background: #850000;
}
.green, .computer {
	background: #00a400;
}
.purple, .media {
	background: #9a00a2;
}
.pinko, .accessoris {
	background-color: #db552d;
}
.most-blue, .electronics {
	background: #009fb0;
}
.blue, .dvd {
	background: #2d88ef;
}

@media (max-width: 767px) {

	.box-normal {
		margin-bottom: 10px;
	}

	.second-row {
		/*margin-bottom:10px;*/
	}
	.modal.fade.in {top: 50%!important;margin-right: 15%;}
}

/**** home page slider *****/
.demo {
	clear: both;
	width: 100%;
	padding: 0 0 479px;
	margin: 0 0 0 0;
	position: relative;
}
.fluidHeight {
	position: absolute;
	width: 100%;
	height: 400px;
	padding: 4% 0 4% 0;
	background: #363739 url(http://final.ir/skin/frontend/bootstrapped/final/img/container-bg.jpg) repeat 50% 0;
	box-shadow: inset 0 3px 10px -4px #000, inset 0 -3px 10px -4px #000;
	/*width: 100%;
	 padding: 0 0 30% 0;
	 margin: 50px 0 0 0;
	 position: absolute;*/
}

.sliderContainer {
	height: 100%;
	max-height: 400px;
	padding: 0 0;
	/*position: absolute;*/
	/*width: 100%;
	 height: 100%;
	 padding: 4% 0;
	 background: url(http://final.ir/skin/frontend/bootstrapped/final/images/container-bg.jpg) repeat 50% 0;
	 box-shadow: inset 0 3px 10px -4px #000, inset 0 -3px 10px -4px #000;*/
}

.iosSlider {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 400px;
}

.iosSlider .slider {
	width: 100%;
	height: 100%;
}

.iosSlider .slider .item {
	width: 100%;
	height: 100%;
	padding: 5px 0 5px 0;
}

.iosSlider .slider .item .inner {
	position: relative;
	top: 0;
	left: 0;
	width: 1024px;
	margin: 0 auto;
	height: 100%;
	box-shadow: 0 0 10px -5px #000;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.iosSlider .slider .item .inner .selectorShadow {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(http://final.ir/skin/frontend/bootstrapped/final/images/selector-shadow.png) no-repeat 0 0;
	width: 120px;
	height: 30px;
}

.iosSlider .slider .item .inner .text1 {
	background: none repeat scroll 0 0 #000000;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	right: 150px;
	top: 30px;
	padding: 5px 2px 0 7px;
}

.iosSlider .slider .item .inner .text1 span {
	color: #FFFFFF;
	font: 50px/65px 'bbc-nassim-bold', Tahoma, Geneva, sans-serif;
	padding: 0 8px;
}

.iosSlider .slider .item .inner .text2 {
	background: none repeat scroll 0 0 #000000;
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 5px 7px 7px;
	position: absolute;
	right: 0;
	top: 100px;
}

.iosSlider .slider .item .inner .text2 span {
	color: #FFFFFF;
	font: 16px/20px "bbc-nassim-bold", Helvetica, Arial, sans-serif;
}

.sliderContainer .slideSelectors {
	position: relative;
	bottom: 20px;
	left: 0;
	width: 1024px;
	margin: 0 auto;
	z-index: 1;
	height: 10px;
}

.sliderContainer .slideSelectors .item {
	float: left;
	width: 9px;
	height: 9px;
	border: 1px solid #000;
	background: #999;
	margin: 0 0 0 10px;
	opacity: 0.25;
	filter: alpha(opacity=25);
}

.sliderContainer .slideSelectors .selected {
	background: #000;
	opacity: 1;
	filter: alpha(opacity=100);
}

.sliderContainer .scrollbarContainer {
	position: relative;
	bottom: 4px;
	left: 0;
	width: 1024px;
	height: 4px;
	margin: 0 auto;
	z-index: 1;
}

/* Custom container */
.container-narrow {
	margin: 0 auto;
	max-width: 960px;
}

.enamd {
	border: 1px solid #ccc;
}
.e-namd2 {
	display: none;
}

.home-supprt {
	border: 1px solid #ccc;
	height: 136px;
}

.footer p {
	text-align: center;
}
.footer-pix {
	display: block;
	text-align: center;
	margin: 15px 0px 15px 0px;
}
.footer-pix li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.footer-pix li a {
	display: block;
	padding: 0;
	margin: 0;
	width: 64px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.footer-pix li a.pic1 {
	background-image: url(http://final.ir/skin/frontend/bootstrapped/final/img/01.2.png);
    cursor: default;
}
.footer-pix li a.pic2 {
	background-image: url(http://final.ir/skin/frontend/bootstrapped/final/img/02.2.png);
    cursor: default;
}
.footer-pix li a.pic3 {
	background-image: url(http://final.ir/skin/frontend/bootstrapped/final/img/03.2.png);
    cursor: default;
}
.footer-pix li a.pic4 {
	background-image: url(http://final.ir/skin/frontend/bootstrapped/final/img/04.2.png);
}
.footer-pix li a.pic5 {
	background-image: url(http://final.ir/skin/frontend/bootstrapped/final/img/05.2.png);
    cursor: default;
}
.footer-pix li a.pic6 {
	background-image: url(http://final.ir/skin/frontend/bootstrapped/final/img/06.2.png);
    cursor: default;
}
.footer-pix li a.pic7 {
	background-image: url(http://final.ir/skin/frontend/bootstrapped/final/img/07.2.png);
}
.footer-pix li a.pic8 {
    background-image: url(http://final.ir/skin/frontend/bootstrapped/final/img/08.2.png);
    cursor: default;
}
.footer-pix li a.pic9 {
    background-image: url(http://final.ir/skin/frontend/bootstrapped/final/img/09.png);
}
.footer-pix li a.pic10 {
    background-image: url(http://final.ir/skin/frontend/bootstrapped/final/img/10.png);
}
.footer-pix li a.pic11 {
    background-image: url(http://final.ir/skin/frontend/bootstrapped/final/img/11.png);
}
.footer-pix li a:hover {
	background-position: 0 -70px;
}

@media (max-width: 767px) {
	a.e-namd {
		display: block !important;
		text-align: center !important;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	a.e-namd2 {
		display: block;
	}
	a.e-namd {
		display: none;
	}
	.container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 98%;
	margin: 4px;
	padding: 5px;
  }
  .row {
    margin-right: auto; 
    *zoom: 1;
  }
}

@media (max-width: 979px) {
	.span3.left, .span9.right{float:none; width:100%;margin: auto;}
}

@media screen and (max-width: 1105px) {

	.iosSlider .slider .item .inner {
		width: 92%;
		margin: 0 4%;
		background-position: 80% 0;
	}

	.sliderContainer .slideSelectors {
		width: 92%;
		margin: 0 4%;
	}

	.sliderContainer .scrollbarContainer {
		width: 92%;
		margin: 0 4%;
	}

}

@media screen and (max-width: 768px) {

	.iosSlider .slider .item .inner .text1 span {
		font: 40px/50px 'bbc-nassim-bold', Tahoma, Geneva, sans-serif;
	}

	.iosSlider .slider .item .inner .text2 {
		top: 85px;
	}

	/*	.iosSlider .slider .item .inner .text2 span {
	 font: 12px/18px "bbc-nassim-bold",Helvetica,Arial,sans-serif;
	 }*/

}

@media (max-width: 480px) {
	ul.footer-pix {
		width: 260px;
	}
	ul.footer-pix li:nth-child(5), ul.footer-pix li:nth-child(6) {
		display: none;
	}
}
.product-img-box > p {
	border: 1px solid #ccc;
	border-radius: 3px;
	height: 426px !important;
	text-align: center;
}
.radio, .checkbox {
	min-height: 8px !important;
}
.back-link {
	float: left;
	margin-top: 10px;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
	border-bottom-right-radius: 4px !important;
	border-top-right-radius: 4px !important;
	border-bottom-left-radius: 0px !important;
	border-top-left-radius: 0px !important;
}
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
	border-bottom-left-radius: 4px !important;
	border-top-left-radius: 4px !important;
	border-bottom-right-radius: 0px !important;
	border-top-right-radius: 0px !important;
}
.a-forgot {
	padding-right: 20px;
}
.a-out-stock {
	padding: 10px;
}
.minimal-price-link {
	margin-bottom: 10px;
}
.icon-backward {
	float: right;
	margin-left: 6px;
	margin-top: 4px;
	background-position: -240px -72px !important;
}
.sp-methods > dd > ul > li > label > span {
	margin-right: 10px;
}
.container-menu {
border-bottom: 1px solid #0088cc;
background: -webkit-linear-gradient(top, hsl(0, 0%, 100%) 0%, hsl(0, 0%, 93%) 100%);
}
.container-menu > ul {
	border: none;
	background: none
}
.breadcrumbs.subnav .nav > li:first-child > a, .container-menu > ul > li:first-child {
	border-right: none;
}
/*** one page checkout ***/
.section a, .section h2 {
	color: rgb(197, 193, 193);
	cursor: default;
}
.section.active a {
	color: #08C;
	cursor: pointer;
}
.section.allow h2 {
	color: black;
}
.a-box {
	text-align: center;
	margin-left: 15px;
}
.navbar-toolbar {
	height: 30px !important;
}
footer{
    border: none;
margin: auto;
padding: 35px 0 0px;
}
.last-privacy > a {
	border: none !important;
}
.footer-link {
	font-family: tahoma;
	font-size: 11px;
}
.icon-refresh {
	margin-left: 3px;
}
.close {

	margin-left: 35px;
	margin-top: 3px;
}
.block-related .form-horizontal .controls {
	margin-left: 0 !important;
	margin-right: 58px !important;
}
.a-padding {
	margin-top: 8px;
}
.a-sale {
	top: 10;
}

.stiker > a > p > span {
	color: #EA650E;
	position: absolute;
	text-align: center;
	top: 66px;
	width: 40px;
	font-size: 26px;
}
.fix {
	height: auto !important;
}
.navbar {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
}
.navbar >div>ul>li>a{border:none!important;}
.a-2btn a {
	padding-right: 10px !important;
	padding-left: 10px !important;
}
#ajaxcartpro-add-confirm, #ajaxcartpro-remove-confirm {
	overflow: visible !important;
}

.banner {
	padding: 0px !important;
	text-align: center;
}

.page-title.category-title.page-header {
	border-bottom: 0px;
	margin: 20px 0 0px;
	padding: 0px;
}
.postcodelink {
	font-size: 11px;
	color: gray;
	padding-right: 10px;
	font-family: tahoma;
	vertical-align: top;
}
.icon-add {
	background-position: -0px -95px !important;
	margin-left: 5px !important;
}

.col-1 {
	float: left !important;
	direction: rtl !important;
	text-align: right !important;
	width: 40% !important
}
.col2-set {
	float: right !important;
	direction: rtl !important;
	text-align: right !important;
	width: 40% !important
}
.col-2 {
	float: right !important;
	direction: rtl !important;
	text-align: right !important;
	width: 40% !important
}
.col1-set {
	float: right !important;
	direction: rtl !important;
	text-align: right !important;
	width: 40% !important
}

.printtable > table {
	text-align: right;
	clear: both;
}
.printtable table {
	width: 100%;
	border: 1px solid #bebcb7;
}
.printtable table .odd {
	background: #f8f7f5
}
.printtable table .even {
	background: #eeeded;
}
/*.printtable table tr.odd:hover,
 .printtable table tr.even:hover { background:#ebf1f6; }*/
.printtable table td.last, .printtable table th.last {
	border-right: 0;
}
.printtable table tr.last th, .printtable table tr.last td {
	border-bottom: 0 !important;
}
.printtable table th {
	padding: 3px 8px;
	font-weight: normal;
}
.printtable table td {
	padding: 3px 8px;
}

.printtable table thead th {
	font-weight: normal;
	border-right: 1px solid #c2d3e0;
	padding: 2px 8px;
	color: #0a263c;
	white-space: nowrap;
	vertical-align: middle;
}
.printtable table thead th.wrap {
	white-space: normal;
}
.printtable table thead th a, .printtable table thead th a:hover {
	color: #fff;
}
.printtable table thead th {
	background: url(http://final.ir/skin/frontend/bootstrapped/final/images/bkg_th.gif) repeat-x 0 100% #d9e5ee;
}
.printtable table thead th .tax-flag {
	font-size: 11px;
	white-space: nowrap;
}

.printtable table tfoot {
	border-bottom: 1px solid #d9dde3;
}
.printtable table tfoot tr.first td {
	background: url(http://final.ir/skin/frontend/bootstrapped/final/images/bkg_tfoot.gif) 0 0 repeat-x;
}
.printtable table tfoot tr {
	background-color: #dee5e8 !important;
}
.printtable table tfoot td {
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom: 0;
	border-right: 1px solid #d9dde3;
}
.printtable table tfoot strong {
	font-size: 16px;
}

.printtable table tbody th, .printtable table tbody td {
	border-bottom: 1px solid #d9dde3;
	border-right: 1px solid #d9dde3;
}
/* Bundle products tables */
.printtable table tbody.odd tr {
	background: #f8f7f5 !important;
}
.printtable table tbody.even tr {
	background: #f6f6f6 !important;
}
.printtable table tbody.odd tr td, .printtable table tbody.even tr td {
	border-bottom: 0;
}
.printtable table tbody.odd tr.border td, .printtable table tbody.even tr.border td {
	border-bottom: 1px solid #d9dde3;
}

.printtable table tbody td .option-label {
	font-weight: normal;
	font-style: italic;
}
.printtable table tbody td .option-value {
	padding-left: 10px;
}

.f-rating td th {
	padding: 0px !important;
}
.ratingname {
	color: tomato !important;
}
.f-topic {
	color: #CCCCCC;
	font-size: 13px;
}
.dropdown-menu {
	height: 200px !important;
	overflow-y: auto;
}
.cartprinttable {
	margin-top: -21px;
	border-top: 0px !important;
	border-left: 1px solid #DDDDDD;
	padding-bottom: 20px;
}
.cartprinttable td:firstchild {
	border-top: 0px !important;
}
.cartprinttable a {
	display: none;
}
.cartprinttable button {
	border-left: 1px solid #DDDDDD;
	margin-left: 20px;
	margin-right: 20px;
}
.updatecart {
	border: none;
	background-color: transparent;
}
.cartbtn button {
	display: none;
}
legend {
font-size: 20px;
font-family: 'bYekan';
color: #3a87ad;
background-color: #fff;
text-indent: 10px;
border: 1px solid #eee;
border-radius: 3px;
}
.featuretitle {
	height: 30px !important;
	width: 171px;
}
.featurearow {
	margin-left: -16px;
	margin-right: -16px;
	margin-top: 86px;
}
.feature-img {
	border: 1px solid #DDDDDD;
	margin-bottom: 15px;
	padding: 10px;
	background-color: white;
}
.featurebox {
	padding: 0px !important;
}
input.feature-input, input.list-input{
	width:4em;
	vertical-align: 0px;
	margin:0px;
	text-align:center;
	direction:ltr;
}
.f-wish {
	padding: 0px !important;
	padding-top: 10px !important;
}
.f-croush {
	margin-bottom: 0px !important
}
.btn-mini {
	font-family: tahoma !important;
}
.f-add {
	margin-top: 14px;
}
.payment-loading {
	background: url("http://final.ir/skin/frontend/bootstrapped/final/images/loading.gif") center center no-repeat;
}
.aw-acp-continue, .aw-acp-continue:hover {
	background: none !important;
	width: auto !important;
}

/* -------------------score section in cart ---------------*/
.score-summary{
	margin-bottom:12px;
}
.score-title{
	text-align: center;
	border-bottom:solid 1px #D3D6D0;
	padding-bottom: 8px;
	width:90%;
	margin:auto;
}
.score-title-half{
	padding-top: 8px;
	float:right;
	width:50%
}
.cart-used-score{
	color:#AF0002
}
.cart-remaind-score{
	color:#008800;
}
@media (min-width: 768px) and (max-width: 979px){
	.score-title-half{
		float:none;
		width:100%
	}
}
/* Ajax cart pro fixes */
#acp-overlay{
	display:none;
}
#ajaxcartpro-add-confirm{
	display:none;
}
.product_loader{
	display:none;
	padding:16px;
	background-position: center center;
	background-repeat: no-repeat no-repeat;
}
.product_loader_v1{
	padding:32px;
}
.request-in-progress{
	display:inline;
	background-image:url(data:image/gif;base64,R0lGODlhEAALAPQAAP///xoaGt3d3dTU1Ozs7B8fHxoaGkNDQ46OjnBwcMDAwDg4OFxcXJWVlXNzc8TExDw8PB0dHWBgYOjo6Nvb2/X19UxMTN/f3/Pz8729vampqc/Pz+/v7wAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA);
}
.request-processed{
	display:inline;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAABh0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzT7MfTgAAAxlJREFUSInVlU9oHVUUh79zZ/LmJS8Sq6X1TykUxIWLCk0rqE+0CyX1ibiIxSIFCYqBohUXYkHUXcWVRkwjxArVCiW60rZYpYtCRW1DarQIta1oYxevLabJm/dm5t4710Vm+mJfTCRpFx74MXDvme93zznDXHHOcT1DXVf6tTKQe4RdP8iyOfeW2qKPT5RXIsUDztk7RGTn1rsPv3XNDPb+9EhJ2/TbWJ9da11I4K3C95Yft2ltS9+6o6dhiS2KDZ+FyW9rY1vDph615HdqyZn1kbmwI8/xFwv/cKzyZiM535PYECHIVttJTDSlxA3meYtq0e6x3o1hcu5wQ08g0gbkDIk95T/48r2nv89zW1ok20SGjlde3XWsZ/Nc8E9P9t8Q6kuf1JIq1gXYVGFTD5P6OFfonQ1vMRgeu0W9/8xjXzT09M4kNfsGjz3xwtUGf4XnBmtx9TaTKqzzMM7DpB6p8197pXzqy5YD5y3aM97fPh1XR6aiiUpdX0BE0RWspth204vbNnz+HsDQ6OZHJxt/7K/riyhpjk+Qr9546JeeuSq+knX+8q/dkZmqxOYyStpxOC6Gf9JVlIGB73rjS9GpvSV/xfBUYxKRArbJmPSkuHUu+D8q2L5/dacvpYMiXrk5NEhTy7KO2+kodE1Up8+sMqlGRJo9Fu+pt3vG9y1oANA/0l0sBMnXDspNhMMBvipgbIyIylZBIQfefXy88m9wuGrIQ0+ORrVG8LDWcjTWQqKFRCu0VtRjjTZetiYkWurGBs/PB2+pII+n96xv9/3kkHOUZ3WjWZMDT6ntH205MbAoA4BN73QXOzv1Nw7ub3kJGRt59sd1C8Fhnn/RwZdGo5vvW7MxTuRIlEAUZ0rEWWnr+y/wKxX4M5PzAS+TAMqCufWBlcGdm5YfUoHXDWBDu/vI6yef8+BGmp9bmskBNpMxzqW5QSewAigBQWbmZyZxoaOteFffmj5A/fzB2eFUGyczB8mhKWAyxUAIVI1ztdyA7OQqk+RPAWXAOufqACJS8sFzM+DZmm2WAtY4t/QbbaH4f1z688XfjH9363ec2HIAAAAASUVORK5CYII=);
}

.ratings {  line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }

.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { margin-right:10px; width:69px; height:13px;  line-height:0; background:url(http://final.ir/skin/frontend/bootstrapped/final/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(http://final.ir/skin/frontend/bootstrapped/final/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { margin: 0 auto; }
.white-box{background-color: #fff;}
.rating-links a{ font-size:13px}
.cart-summary{margin-bottom:10px}
.first-col{width:60px;}
p.section-title {padding-top:0px; font-size:18px}
tr.e-first-row td{border-top:none}
a.score-info{padding: 0px 2px}
.center-text{text-align:center}
p.no-padding{padding:0px}
div.two-col{margin: 5px 10px 0px !important}
a.special-image{float:right; margin-left:10px !important;}
.req-in-progress, .req-accepted{
	border:solid 1px #ddd;
	padding:4px 8px 4px 40px; 
	background-color:#EEE;
	background-position: left center;
	background-repeat: no-repeat;
}
.req-in-progress{
	background-image:url(data:image/gif;base64,R0lGODlhEAALAPQAAP///xoaGt3d3dTU1Ozs7B8fHxoaGkNDQ46OjnBwcMDAwDg4OFxcXJWVlXNzc8TExDw8PB0dHWBgYOjo6Nvb2/X19UxMTN/f3/Pz8729vampqc/Pz+/v7wAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA);
}
.req-accepted{
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAABh0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzT7MfTgAAAxlJREFUSInVlU9oHVUUh79zZ/LmJS8Sq6X1TykUxIWLCk0rqE+0CyX1ibiIxSIFCYqBohUXYkHUXcWVRkwjxArVCiW60rZYpYtCRW1DarQIta1oYxevLabJm/dm5t4710Vm+mJfTCRpFx74MXDvme93zznDXHHOcT1DXVf6tTKQe4RdP8iyOfeW2qKPT5RXIsUDztk7RGTn1rsPv3XNDPb+9EhJ2/TbWJ9da11I4K3C95Yft2ltS9+6o6dhiS2KDZ+FyW9rY1vDph615HdqyZn1kbmwI8/xFwv/cKzyZiM535PYECHIVttJTDSlxA3meYtq0e6x3o1hcu5wQ08g0gbkDIk95T/48r2nv89zW1ok20SGjlde3XWsZ/Nc8E9P9t8Q6kuf1JIq1gXYVGFTD5P6OFfonQ1vMRgeu0W9/8xjXzT09M4kNfsGjz3xwtUGf4XnBmtx9TaTKqzzMM7DpB6p8197pXzqy5YD5y3aM97fPh1XR6aiiUpdX0BE0RWspth204vbNnz+HsDQ6OZHJxt/7K/riyhpjk+Qr9546JeeuSq+knX+8q/dkZmqxOYyStpxOC6Gf9JVlIGB73rjS9GpvSV/xfBUYxKRArbJmPSkuHUu+D8q2L5/dacvpYMiXrk5NEhTy7KO2+kodE1Up8+sMqlGRJo9Fu+pt3vG9y1oANA/0l0sBMnXDspNhMMBvipgbIyIylZBIQfefXy88m9wuGrIQ0+ORrVG8LDWcjTWQqKFRCu0VtRjjTZetiYkWurGBs/PB2+pII+n96xv9/3kkHOUZ3WjWZMDT6ntH205MbAoA4BN73QXOzv1Nw7ub3kJGRt59sd1C8Fhnn/RwZdGo5vvW7MxTuRIlEAUZ0rEWWnr+y/wKxX4M5PzAS+TAMqCufWBlcGdm5YfUoHXDWBDu/vI6yef8+BGmp9bmskBNpMxzqW5QSewAigBQWbmZyZxoaOteFffmj5A/fzB2eFUGyczB8mhKWAyxUAIVI1ztdyA7OQqk+RPAWXAOufqACJS8sFzM+DZmm2WAtY4t/QbbaH4f1z688XfjH9363ec2HIAAAAASUVORK5CYII=);
}
.offside{position:fixed !important;top:-1000px !important}
h3.product-name{font-size:18px;margin:0px;}
.row-option{padding-left:10px}
td.a-right-no-border{border-left:none}
@media only screen and (min-width: 768px) {
	.he-product-image{float:right; margin-left:10px}
}
.cart-gift-products-row{padding:40px 15px 15px 0px !important; font-size:24px}
.hero-unit{padding:15px}
input.ltr-input{direction:ltr}
ul.cart-gift-options{
	text-align:right;
	margin-top:20px;
	}
ul.cart-gift-options li{
	list-style: disc;
	padding-right:10px; 
}
#customer-decision-box-body{
	text-align:right;
}
.container .row {
padding-bottom: 10px;
padding-top: 10px;
}

.button-req-in-progress{
	background-image:url(data:image/gif;base64,R0lGODlhEAALAPQAAP///xoaGt3d3dTU1Ozs7B8fHxoaGkNDQ46OjnBwcMDAwDg4OFxcXJWVlXNzc8TExDw8PB0dHWBgYOjo6Nvb2/X19UxMTN/f3/Pz8729vampqc/Pz+/v7wAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA)!important;
	background-position: left center;background-repeat: no-repeat no-repeat;
}
.thumbnail .caption,.product-description .caption{padding: 10px 2px 10px 2px;}
.thumbnail .input-prepend .btn-success, .product-description .input-prepend .btn-success{padding-left: 4px; padding-right: 5px;}
.thumbnail .input-prepend .disabled, .product-description .input-prepend .disabled{padding-left: 3px; padding-right: 4px;}
.thumbnail .input-prepend input, .product-description .input-prepend input{text-align: center; width: 42px;}
.theme-default .nivo-controlNav {
	text-align: center;
	top: -5px;
}
.thumbnail {
border: 1px solid #ccc;
transition: border 0.3s ease-in-out ,box-shadow 0.3s ease-in-out;
moz-transition: border 0.3s ease-in-out ,box-shadow 0.3s ease-in-out;
webkit-transition: border 0.3s ease-in-out ,box-shadow 0.3s ease-in-out;
}
.thumbnail:hover {box-shadow: 0 0 7px 0px #dedede;border: 1px solid #bbb;}
.product-description {line-height: 20px}
.not-well{
  min-height: 20px;
  padding: 2px 19px;
  margin-bottom: 0px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.not-well h1,.not-well h2,.not-well h3{line-height: 30px}
.active .not-well .step-title{
	background-color:#FFF;
	margin: -3px -19px 3px -19px;
	padding: 3px 19px 0px 19px;
	border: 1px solid #e3e3e3;
	 -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.address-select{width:100%;}
.help-block-e{clear:both;}
.required-entery-e, .help-block-e, .validation-advice{color:#F00;}
.not-well .form-actions{
	border-top:none;
	margin-top:0px;
	margin-bottom:0px;
}
.not-well legend{border-bottom:none;}
.opc-progress-summary{margin-top:0px;}
.opc-block-progress .not-well{padding: 9px 10px 6px 10px;}
.not-well.block-title{padding-bottom:10px;}
.not-well address{margin-bottom:10px;}
.filters-start{line-height: 20px}
.filters-start > a.filter-title{padding-right:45px;color: #000;}
 strong, h1, h2, h3, h4, h5 ,h6 {font-weight:normal;font-family: 'bYekan'!important;}
.widget.widget-static-block .banner.well ul li { padding: 5px 0px 5px 0px; }
.widget.widget-static-block .banner.well ul { margin: 0px; }
.widget.widget-static-block .banner.well.white {background-color: white;}
.btn-group > .btn, .btn-group > .dropdown-menu {font-size: 11px;}
/*----------------------------------logo-banner-----------------------------------------------*/

#brands-container li {
float: left;
 padding:0 10px !important;

}
#stuffs #brands {
	
}

	

.nav1 {
    width: 20px;
    height: 47px;
    display: block;
    background: url("http://final.ir/skin/frontend/bootstrapped/final/images/brands.png")
}

a.nav1.left {
    background-position:-20px 100%;
}

a.nav1.right {
    background-position: 0px 100%;
}
.carousel-control1.right {
left: 0px !important;
right: auto !important;
}
.carousel-control1.left {
right: 0px !important;
left: auto !important;
}
.carousel-control1 {
position: absolute;
top: -4%;}
#brands-container{
    float: left;
    width: 100%;
    height: 45px;
    overflow: hidden;
    position: relative;
    background: url("http://final.ir/skin/frontend/bootstrapped/final/images/homepage-brands-pattern.png") repeat-x;
	padding:0 45px;
}

#stuffs #brands #brands-container ul {
    top: 0;
    left: 0;
    position: absolute;
}
#brands #brands-container> li> a {

    height: 45px;
    display: block;
    background-repeat: no-repeat;
    background-image: url("http://final.ir/skin/frontend/bootstrapped/final/images/brands.png");
}

#brands #brands-container> li> a:hover {

    background-image: url("http://final.ir/skin/frontend/bootstrapped/final/images/brands.png");
	  height: 45px;
    display: block;
    background-repeat: no-repeat;
	
	  }
/*----------------------------------logo-banner-----------------------------------------------*/
.a-cube>li>div{ margin-bottom:10px!important; height:293px;}
.cw-category-featured .widget-title h3 {
font-size: 16px!important;line-height: 31px!important;}

/*----------------------------------fix height box-----------------------------------------------*/
/*.products-grid>li>div{height:460px}
@media (min-width: 770px) and (max-width: 979px) {.f-list {margin-right:97px!important;margin-top:-164px!important;} .products-grid>li>div{height:400px!important}}
@media (max-width: 1170px) and (min-width: 979px){.f-list {margin-right:152px!important;margin-top:-217px!important;} .products-grid>li>div{height:434px!important}}
*/
.notification{ font-size: 14px; font-weight: normal;}
.more-views>a {float: right;}
#wishlistCarousel .price {color: #000;}
#opc-shipping {
position: absolute;
display: none;
}
.section.active .btn-info {color: white;}
.crosssell .price {color: #000;}
.crosssell .old-price span {color: #DA4F49;	}
.btn-large {font-size: 15px!important;font-family: 'byekan'!important;}
#shopping-cart-table input {
text-align: center;
font-weight: bold;
margin-bottom: 0px;
font-size: 16px;
}
#shopping-cart-table .btn {
font-size: 9px;
font-weight: bold;
}
#shopping-cart-table label{font-size: 11px;}
label[for] {cursor: pointer;}
input[type="radio"], input[type="checkbox"] {margin: 4px 4px 0;}
.sp-methods dt {margin-top: 30px;}
.btn {margin-bottom: 5px !important;}
.ss > a {
	color: white !important;
	text-shadow: none !important;
	padding: 0px 5px 0 5px !important;
	margin: -3px 5px 0 5px !important;
}
.top-linx a {font-size: 16px; font-family: 'bYekan';}
.breadcrumbs.subnav.subnav-fixed {border-top: solid 3px #003355;}
.home .icon-home {margin: 0px 5px;}
.meganizr .one-col, .meganizr .two-col, .meganizr .three-col, .meganizr .four-col, .meganizr .five-col, .meganizr .six-col{float:right;}
.meganizr .one-col{height: 200px;}
.container-menu h1 {line-height: 20px;}

.container-menu .lvl-1 a {line-height: 16px; color:#000;}
.container-menu .lvl-2 a {font-size: 11px; color:#000; font-family: tahoma;}
.container-menu .lvl-3 a {font-size: 12px; color:#000;}
.container-menu ul li.lvl-3 {list-style:square; margin-right: 30px;}
.container-menu ul li.lvl-2 {list-style:square;margin-right: 30px;}
.container-menu .mzr-content li:hover {background-color: #eee; border-radius: 3px;}
.container-menu .lvl-4 a {font-size: 12px;}
.container-menu .lvl-5 a {font-size: 11	px;}
.mzr-content .mzr-links a {border:none; padding: 8px;}
.alert {margin:20px; display: none;}
.googleplusone{float: left;}
.thumbnail .price-box {height: 55px;margin-top: 10px;margin-bottom: -5px; position: relative;}
.thumbnail h2.product-name {height: 35px;overflow:hidden;}
.availability.out-of-stock {height: 80px;}
.availability.out-of-stock.fix {height: auto;}
.container-menu .one-col.imageholder {position: absolute;left: 0px;bottom: 0px; z-index: -1; min-width: 17%;}
/* jQuery Countdown styles 1.6.3. */
.hasCountdown {
	border: 1px solid #ccc;
	background-color: #eee;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	color: #888;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}
.carousel-item-caption {
position: relative;
background: #F0F0F0;
background: rgba(228, 228, 228, 0.77);
z-index: 9999999;
margin-top: -60px;
}
.carousel-item-caption:hover{background: #F0F0F0;}
.deals-row .sp-offer{color:#DA4F49;padding-top: 50px; min-width: 275px;}
.deals-row .price-box {height: auto;}
.deals-row .old-price > span {font-size: 36px; line-height: 40px;}
.deals-row .price-excluding-tax {font-size: 27px;line-height: 40px;}
.hasCountdown {
border: 1px solid lightgray;
background-color: #FFF;
border-radius: 3px;
font-size: 20px;
font-family: 'Byekan';
line-height: 36px;
}
.countdown-container{position: absolute;bottom: 50px;min-width: 230px;}
.deals-row .thumbnail h2.product-name {height: auto;}
.deals-row .thumbnail h2.product-name>a{font-size: 30px}
.deals-row .remain-time{font-family: 'bYekan';font-size: 19px;}
.deals-row .row-fluid.thumbnail {position: relative;margin-top: 25px;padding-bottom: 15px;padding-top: 15px;}
.deals-row .span3{padding-right: 15px; text-align: center; }
.deals-row .label.label-warning.a-price.a-price {background-color: gold;}
.aw-arp-item.thumbnail.span3 {margin-right: 5px;}
.aw-arp-block .carousel-control {width: 40px;height: 40px;font-size: 60px;font-weight: 100;font-family: Arial;}
.carousel .next,.carousel .prev { top: auto;}
h5.a-product-name{font-size: 14px; height: 42px;}
@media (min-width: 1200px){
	h5.a-product-name{margin-right: -1px;
	margin-left: -1px;
	height: 21px;
	position: absolute;
	overflow: hidden;
	background-color: white;
	background-color: rgba(255, 255, 255, 0.9);
	top: 54%;
	width: 100%;}
	.cw-category-featured.list .thumbnail.a-box:hover h5{
	background-color: rgba(255, 255, 255, 0.9); 
	border-top: 1px solid #eee; 
	height: 42px;
	top: 45%;}
	/*.cw-category-featured.list .thumbnail.a-box a:hover +h5 {display:none;}*/
	h5.a-product-name > a {color: rgba(0, 136, 204, 0.5);}
	h5.a-product-name > a:hover {color: #005580!important;}
	.cw-category-featured.list .thumbnail.a-box:hover h5.a-product-name > a {color:#0088CC;}
	.thumbnail.a-box{position: relative;padding: 1px;}
}
.cube-main-title{padding: 0;margin: 20px -20px 15px 0;}
.cube-main-title h4 a{padding: 3px 10px 4px 15px; border-radius: 3px 0px 0px 3px; color:white; background-color: #0088CC;}
.cube-main-title h4 a:hover{color:white; background-color: #005580;}

.label, .badge{font-weight: normal;}
.label-info[href], .badge-info[href] {background-color: #0088cc;}
.label-info[href]:hover, .badge-info[href]:hover {background-color: #005580;}
.cw-category-featured.list .availability.out-of-stock {height: 24px;}
.cube-main-title .icon-chevron-left{
border-radius: 15px;
padding: 4px;
margin: 2px 1px 0px 12px;
background-position: -428px -69px;
border: 2px solid;}
.cw-category-featured.list .carousel-control{margin-top: -180px;}
.container-menu .glyphicons:before {color: #000;}
.btn .glyphicons:before {color: #eee;}
.mzr-drop.mzr-full-width.lvl-0:hover {background-color: #ffffff; border-bottom: 2px solid #fff; }
.badge-info .glyphicons:before {color: #eee;}
.mzr-links .disabled > a {cursor: default;color: #000;}
.mzr-links .disabled > a:hover {background-color: #fff};
.validate-email {direction: ltr;}
.subscribe .validation-advice {display: block; white-space: normal;}
.subscribe input {width: 75%;}
.wide-footer{margin: auto;padding: 0px;width: 100%; position: relative;}
footer.container{box-shadow: none;background: none;}
.footer{margin:auto; padding:0px; border:none;}
.footer-links-row{margin: 25px 0px 25px 0px;}
.footer-linx li {list-style: disc;color: #aaa;}
footer h5 {border-bottom: 1px solid #ddd;}
footer a {color: #5F5F5F;}
.widget .row {margin: auto;}
.block-layered-nav .block-content {margin: 0px -19px 0px;}
#narrow-by-list dt {
text-align: center;
background-color: #eee;
border: 1px solid #ddd;
border-radius: 2px;
}
.benefit.price {font-family: tahoma!important;}
.minimal-price-link span {color: rgb(229,78,50);}
.minimal-price-link-container{position: absolute; width: 100%; top: -30px; background-color: #eee;border-radius: 2px;font-family: 'bYekan';font-size: 15px;border: 1px solid rgb(229,78,50);}
.wide-footer{z-index: 0;}
.cart button.btn {font-family: 'bYekan'!important;}
ul.messages {display: none;}
.alert ul.messages {display: block;}
.modal {top: 50%!important;}
#shopping-cart-table .label {overflow: hidden;text-overflow: ellipsis;max-width: 200px;}
ul.meganizr.mini-cart {border: none;background: none;max-width: 400px;}
.account ul li {float: none;text-align: center;padding: 10px 5px 5px 5px;}
ul.mini-cart li.mzr-drop div.mzr-content.account {min-width: 170px;}
ul.mini-cart li.mzr-drop div.mzr-content ul li a:hover {background: none;color: #0088cc;}
#upsell-product-table ul {margin: auto;}
#upsell-product-table li {margin: 0px 0px 15px 0px;}
.flipster{display:block;margin:0 auto;width:100%;position:relative;overflow-x:hidden;overflow-y:visible}.flip-items,.flip-item{display:block;margin:0 auto;padding:0;list-style-type:none}.flip-items{width:100%;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-o-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.flip-item{position:absolute;opacity:.99}.flip-past,.flip-future,.flip-next,.flip-prev{cursor:pointer}.flip-item img{display:block;max-width:100%}.flipster-coverflow .flip-items{-webkit-transition:all 350ms ease-in-out;-moz-transition:all 350ms ease-in-out;-o-transition:all 350ms ease-in-out;-ms-transition:all 350ms ease-in-out;transition:all 350ms ease-in-out;position:relative;padding-top:2%;padding-bottom:5%}.flipster-coverflow .flip-item{display:block;-webkit-transition:all 175ms ease-in-out;-moz-transition:all 175ms ease-in-out;-o-transition:all 175ms ease-in-out;-ms-transition:all 175ms ease-in-out;transition:all 175ms ease-in-out;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-o-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-perspective:800px;-moz-perspective:800px;perspective:800px;position:absolute;width:35%}.flipster-coverflow .flip-content{-webkit-transition:all 350ms ease-in-out;-moz-transition:all 350ms ease-in-out;-o-transition:all 350ms ease-in-out;-ms-transition:all 350ms ease-in-out;transition:all 350ms ease-in-out;-webkit-box-reflect:below 0 -webkit-gradient(linear,left bottom,left top,color-stop(0.05,rgba(255,255,255,0.12)),color-stop(0.2,transparent))}.flipster-coverflow .flip-past .flip-content{-webkit-transform:rotateY(55deg) scale(0.75);-moz-transform:rotateY(55deg) scale(0.75);-o-transform:rotateY(55deg) scale(0.75);-ms-transform:rotateY(55deg) scale(0.75);transform:rotateY(55deg) scale(0.75)}.flipster-coverflow .flip-future .flip-content{-webkit-transform:rotateY(-55deg) scale(0.75);-moz-transform:rotateY(-55deg) scale(0.75);-o-transform:rotateY(-55deg) scale(0.75);-ms-transform:rotateY(-55deg) scale(0.75);transform:rotateY(-55deg) scale(0.75)}.flipster-coverflow .flip-current .flip-content{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-o-transform:rotateY(0deg);-ms-transform:rotateY(0deg);transform:rotateY(0deg)}.flipster-carousel .flip-items{-webkit-perspective:2000px;-moz-perspective:2000px;perspective:2000px}.flipster-carousel .flip-item{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:all 350ms ease-out;-moz-transition:all 350ms ease-out;-o-transition:all 350ms ease-out;-ms-transition:all 350ms ease-out;transition:all 350ms ease-out}.no-csstransforms .flipster-carousel .flip-item{-webkit-transition:none;-moz-transition:none;-o-transition:none;-ms-transition:none;transition:none}.flipster-carousel .flip-items img{-webkit-box-shadow:0 0 10px rgba(0,0,0,0.3);-moz-box-shadow:0 0 10px rgba(0,0,0,0.3);box-shadow:0 0 10px rgba(0,0,0,0.3)}.flipster-carousel .flip-past{-webkit-transform:translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);-moz-transform:translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);-o-transform:translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);-ms-transform:translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);transform:translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65)}.no-csstransforms3d .flipster-carousel .flip-past{-webkit-transform:translateX(-56%) scale(0.5);-moz-transform:translateX(-56%) scale(0.5);-o-transform:translateX(-56%) scale(0.5);-ms-transform:translateX(-56%) scale(0.5);transform:translateX(-56%) scale(0.5)}.no-csstransforms .flipster-carousel .flip-past{left:-20%;top:40%;width:50%;height:50%}.flipster-carousel .flip-future{-webkit-transform:translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);-moz-transform:translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);-o-transform:translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);-ms-transform:translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);transform:translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65)}.no-csstransforms3d .flipster-carousel .flip-future{-webkit-transform:translateX(56%) scale(0.5);-moz-transform:translateX(56%) scale(0.5);-o-transform:translateX(56%) scale(0.5);-ms-transform:translateX(56%) scale(0.5);transform:translateX(56%) scale(0.5)}.no-csstransforms .flipster-carousel .flip-future{left:88%;top:40%;width:50%;height:50%}.flipster-carousel .flip-prev{-webkit-transform:translateX(-60%) translateZ(0) rotateY(80deg) scale(0.8);-moz-transform:translateX(-60%) translateZ(0) rotateY(80deg) scale(0.8);-o-transform:translateX(-60%) translateZ(0) rotateY(80deg) scale(0.8);-ms-transform:translateX(-60%) translateZ(0) rotateY(80deg) scale(0.8);transform:translateX(-60%) translateZ(0) rotateY(80deg) scale(0.8)}
.no-csstransforms3d .flipster-carousel .flip-prev{-webkit-transform:translateX(-24%) scale(0.75);-moz-transform:translateX(-24%) scale(0.75);-o-transform:translateX(-24%) scale(0.75);-ms-transform:translateX(-24%) scale(0.75);transform:translateX(-24%) scale(0.75)}.no-csstransforms .flipster-carousel .flip-prev{left:-9%;top:20%;width:75%;height:75%}.flipster-carousel .flip-next{-webkit-transform:translateX(60%) translateZ(0) rotateY(-80deg) scale(0.8);-moz-transform:translateX(60%) translateZ(0) rotateY(-80deg) scale(0.8);-o-transform:translateX(60%) translateZ(0) rotateY(-80deg) scale(0.8);-ms-transform:translateX(60%) translateZ(0) rotateY(-80deg) scale(0.8);transform:translateX(60%) translateZ(0) rotateY(-80deg) scale(0.8)}.no-csstransforms3d .flipster-carousel .flip-next{-webkit-transform:translateX(24%) scale(0.75);-moz-transform:translateX(24%) scale(0.75);-o-transform:translateX(24%) scale(0.75);-ms-transform:translateX(24%) scale(0.75);transform:translateX(24%) scale(0.75)}.no-csstransforms .flipster-carousel .flip-next{left:39%;top:20%;width:75%;height:75%}.flipster-carousel .flip-past,.flipster-carousel .flip-future{-webkit-opacity:.6;-moz-opacity:.6;opacity:.6;z-index:1;-webkit-transition-delay:87.5ms;-moz-transition-delay:87.5ms;-o-transition-delay:87.5ms;transition-delay:87.5ms}.flipster-carousel .flip-prev,.flipster-carousel .flip-next{-webkit-opacity:.8;-moz-opacity:.8;opacity:.8;z-index:2;-webkit-transition-delay:58.333333333333336ms;-moz-transition-delay:58.333333333333336ms;-o-transition-delay:58.333333333333336ms;transition-delay:58.333333333333336ms}.flipster-carousel .flip-current{z-index:999;-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-o-transform:rotateY(0deg);-ms-transform:rotateY(0deg);transform:rotateY(0deg);-webkit-transition-delay:58.333333333333336ms;-moz-transition-delay:58.333333333333336ms;-o-transition-delay:58.333333333333336ms;transition-delay:58.333333333333336ms}.flipster-carousel .flip-hidden{visibility:hidden;-webkit-opacity:0;-moz-opacity:0;opacity:0;-webkit-transform:rotateY(0deg) translateX(0) scale(0.5);-moz-transform:rotateY(0deg) translateX(0) scale(0.5);-o-transform:rotateY(0deg) translateX(0) scale(0.5);-ms-transform:rotateY(0deg) translateX(0) scale(0.5);transform:rotateY(0deg) translateX(0) scale(0.5);-webkit-transition-delay:116.66666666666667ms;-moz-transition-delay:116.66666666666667ms;-o-transition-delay:116.66666666666667ms;transition-delay:116.66666666666667ms}.no-transition{-webkit-transition-duration:0ms!important;-moz-transition-duration:0ms!important;-o-transition-duration:0ms!important;transition-duration:0ms!important}
#navigationMenu a {
color: hsl(0, 0%, 20%);
text-decoration: none;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
#kayako_sitebadgebg {
	background-color: #198c19;
	border-color: #5faf5f #126212 #126212 #126212 !important;
}

#navigationMenu li{
	list-style:none;
	height:39px;
	padding:2px;
	width:40px;

}
#navigationMenu li:first-child{
	list-style:none;
	height:80px;
	padding:2px;
	width:40px;
}

#navigationMenu span{
	/* Container properties */
	width:0;
	left:38px;
	padding:0;
	position:absolute;
	overflow:hidden;

	/* Text properties */

	font-size:18px;
	font-weight:bold;
	letter-spacing:0.6px;
	white-space:nowrap;
	line-height:39px;
	
	/* CSS3 Transition: */
	-webkit-transition: 0.25s;
	
	/* Future proofing (these do not work yet): */
	-moz-transition: 0.25s;
	transition: 0.25s;
}

#navigationMenu a{
 background-image: url(http://cdn.final.ir/banners/homepagebanners/Support/sidebadge.png?v=3);
	height:39px;
	width:38px;
	display:block;
	position:relative;
}

/* General hover styles */

#navigationMenu a:hover span{ width:auto; padding:0 20px;overflow:visible; }
#navigationMenu a:hover{
	text-decoration:none;

	
	/* CSS outer glow with the box-shadow property */
	-moz-box-shadow:0 0 5px #9ddff5;
	-webkit-box-shadow:0 0 5px #9ddff5;
	box-shadow:0 0 5px #9ddff5;
}

/* Green Button */
#navigationMenu .suppcenter{background-position:-195px 0; height: 78px!important;}
#navigationMenu .suppcenter a { height: 78px!important;}
#navigationMenu .suppcenter:hover {	background-position:-235px 0px; height: 78px!important;}



#navigationMenu .ticket {	background-position:-156px 0;}
#navigationMenu .ticket:hover {	background-position:-156px -39px;}
#navigationMenu .ticket span{
background-color:#33322d;
	color:#ffffff;
	/*text-shadow:1px 1px 0 #44a8d0;*/
}

/* Dark Blue Button */

#navigationMenu .chat { background-position:-117px 0;;}
#navigationMenu .chat:hover { background-position:-117px -39px;}
#navigationMenu .chat span{
	background-color:#12a3c9;
	color:#2c2c2c;
/*	text-shadow:1px 1px 0 #d28344;*/
}

/* Light Blue Button */

#navigationMenu .guide { background-position:-78px 0;}
#navigationMenu .guide:hover { background-position:-78px -39px;}
#navigationMenu .guide span{
background-color:#97e0f1;
	color:#2b2b2b;
	/*text-shadow:1px 1px 0 #d244a6;*/
}

#navigationMenu .poll{background-position:0 0px;}
#navigationMenu .poll:hover {background-position:0  -39px;}
#navigationMenu .poll span{
 background-color: #D0A525;
    color: #604E18;
   /* text-shadow: 1px 1px 0 #D8B54B;*/
}
/* white Button */


#navigationMenu .callcenter{background-position:0px 0; height: 78px!important;}
#navigationMenu .callcenter a { height: 78px!important;}
#navigationMenu .callcenter:hover {	background-position:-16px 0px; height: 78px!important;}


/* The styles below are only needed for the demo page */


#navigationMenu{background: transparent none repeat scroll 0 0;
bottom: 0;
cursor: pointer;
height: 101px;
left: 0;
line-height: normal;
margin: 0;
padding: 0;
position: fixed;
top: 35% !important;
z-index: 4000000000 !important;}
#ajaxcartpro-progress{
	border: 1px #999999 solid;
	position: fixed;
	text-align: center;
	padding: 10px;
	background-color: #ffffff;
	z-index: 9999;
    color: black;
    overflow:  auto;
    min-height: 50px;
    min-width: 260px;
	/*position:absolute;*/
	/*top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");*/
}

#ajaxcartpro-add-confirm,
#ajaxcartpro-remove-confirm{
	position: fixed;
	border: 1px #999999 solid;
	text-align: center !important;
	padding: 10px;
	background-color: #ffffff;
	z-index: 9999;
    color: black;
    overflow:  auto;
    min-height:20px;
    min-width: 260px;
    width: auto;
    height: auto;
	/*position:absolute;*/
	/*top: expression(parseInt(document.documentElement.scrollTop, 10) +200+ "px");*/
}

.ajaxcartpro-box-hide{
   display:none;
}

.ajaxcartpro-box-show{
    display:block;
}

#ajaxcartpro-add-confirm p,
#ajaxcartpro-remove-confirm p{
	width: 260px;
}

.acp-msg-block{
    color:#df280a;
    font-weight:bold;
    background-image: none;
    padding:0!important;
    min-height:0!important;
    border-style: solid !important;
    border-width: 1px !important;
    font-size: 12px !important;
}

.aw-acp-continue, .aw-acp-checkout, .aw-acp-continue:hover, .aw-acp-checkout:hover{
	padding:0;
	line-height:24px;
	height:24px;
	margin:0px auto;
	display:block;
	font-family:Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
}

.aw-acp-continue, .aw-acp-continue:hover{
	color:#333;
	background:url('http://final.ir/skin/frontend/bootstrapped/final/ajaxcartpro/images/btn_continue_shopping.png');
	width:144px;
}


.aw-acp-checkout, .aw-acp-checkout:hover{
	color:#fff;
	background:url('http://final.ir/skin/frontend/bootstrapped/final/ajaxcartpro/images/btn_view_cart.png');
	width:164px;
}

#acp-configurable-block #bundle-product-wrapper
{
    z-index: 1000;
}

#acp-configurable-block dl
{
    text-align: left;
    padding-left: 10px;
}

#acp-configurable-block .price
{
    font-size: 14px;
}

#acp-configurable-block .product-name
{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

#acp-overlay
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
    z-index: 100;
}
#acp-overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
}

#acp-product-options
{
    min-width: 400px;
    position: fixed;
    overflow:  auto;
    z-index:1000;
    background-color: white;
    padding: 10px;
    width: auto;
    height: auto;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");*/
}

#acp-product-options .aw-acp-continue,
#acp-product-options .aw-acp-checkout{
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

#acp-product-options .aw-acp-btn-container{
    margin: 5px auto 5px auto;
    padding-left: 20px;
}

#acp-product-options .giftcard-send-form{
    margin: 0;
}

#acp-product-options .product-options dt label.required em {
    color: #EB340A;
    margin-left: 5px;
}

#acp-product-options #product-options-wrapper
{
    margin:0;
    text-align:center;
}
.map-popup
{
    z-index: 1001 !important;
}

.cw-category-featured .widget-title { clear:both; line-height:24px; text-align: center; padding:0 10px 0; margin:0 0 0px 0;  }
.cw-category-featured .widget-title h2,
.cw-category-featured .widget-title h3 { font-size:12px; line-height:24px; margin:0px; }


/* Widget: Cube Category Featured */
.cw-category-featured { display:block; }
.col-main .cw-category-featured { margin:0 0 7px 0; }
.cw-category-featured .widget-products {margin-bottom:5px; border-bottom: 1px dashed #ddd;}
.cw-category-featured .products-grid {width:auto;background-image:none;border:none;}
.cw-category-featured .products-grid .item {padding:0px;}
.cw-category-featured .products-grid .product-image,
.cw-category-featured .products-list .product-image { width:70px; height:70px; float:left;border:none; }
.cw-category-featured .products-list .product-shop { margin-left:100px; }
.cw-category-featured .products-grid .product-shop { margin-left:80px;font-size:10px; }
.cw-category-featured .products-grid .product-shop .product-name {font-size:10px;font-weight:bold; }
.cw-category-featured .products-grid .product-shop .price {font-size:11px;}
.cw-category-featured .products-grid .item {width:160px;padding-bottom:0px;margin-right:10px;}
.cw-category-featured .thumbnail.a-box {margin: auto; height: auto; background-color: white;}
.well.widget.cw-category-featured {padding: 2px;}
#tinybox {position:absolute; display:none; padding:10px; background:#fff url(http://final.ir/skin/frontend/bootstrapped/final/css/tinybox/images/preload.gif) no-repeat 50% 50%; border:10px solid #e3e3e3; z-index:2000}
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:1500}
#tinycontent {background:#fff}
/* Affiliateplus Program Plugin stylesheet */

.affiliate-clear { min-height: 18px; clear: both; }

.affiliateplusprogram_total_commission { color: #ff0000; }

.affiliateplus-form-search .input-box .label { font-weight: bold; }
.affiliateplus-form-search .input-box .left input { margin-left: 10px; }

.affiliateplus-anchor {color: #1e7ec8; text-decoration: underline; cursor: pointer;}
.affiliateplus-grid-search-item input {
width: 80px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.searchautocomplete .sprite {
  background: url('http://final.ir/skin/frontend/bootstrapped/final/images/mirasvit/sprite.png');
}
.searchautocomplete > label {
  float: left;
  margin-right: 10px;
  color: #333;
  font-weight: bold;
  margin-top: 8px;
}
.searchautocomplete .nav {
  background: url('http://final.ir/skin/frontend/bootstrapped/final/images/mirasvit/sprite.png');
  float: left;
  height: 34px;
  position: relative;
  width: 340px;
}
.searchautocomplete .nav .nav-search-in {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 15;
}
.searchautocomplete .nav .nav-search-in .category {
  opacity: 0;
  filter: alpha(opacity=0);
  background: white;
  border: 1px solid #DDD;
  color: black;
  cursor: pointer;
  height: 29px;
  left: 5px;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 5px;
  visibility: visible;
  width: auto;
}
.searchautocomplete .nav .nav-search-in .category-fake {
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
  background-color: #fcfcfc;
  background-image: -moz-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f7f7));
  background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -o-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff7f7f7', GradientType=0);
  border-right: 1px solid #dddddd;
  color: #777;
  cursor: pointer;
  float: left;
  font-size: 11px;
  height: 27px;
  line-height: 27px;
  margin: 4px 0px 0px 2px;
  padding: 0px 25px 0px 10px;
  text-align: center;
  white-space: nowrap;
}
.searchautocomplete .nav .nav-search-in .nav-down-arrow {
  background: url('http://final.ir/skin/frontend/bootstrapped/final/images/mirasvit/sprite.png');
  width: 9px;
  height: 5px;
  background-position: -26px -34px;
  display: block;
  right: 10px;
  top: 16px;
  position: absolute;
}
.searchautocomplete .nav .nav-search-in:hover .category-fake {
  background-color: #eeeeee;
  background-image: -moz-linear-gradient(top, #f7f7f7, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #f7f7f7, #e1e1e1);
  background-image: -o-linear-gradient(top, #f7f7f7, #e1e1e1);
  background-image: linear-gradient(to bottom, #f7f7f7, #e1e1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffe1e1e1', GradientType=0);
}
.searchautocomplete .nav .nav-search-in:hover .nav-down-arrow {
  background-position: -6px -34px;
}
.searchautocomplete .nav .nav-input {
  *zoom: 1;
  margin: 6px 0px 0px 10px;
  padding: 0px 5px 0px 5px;
  z-index: 12;
  position: relative;
}
.searchautocomplete .nav .nav-input:before,
.searchautocomplete .nav .nav-input:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchautocomplete .nav .nav-input:after {
  clear: both;
}
.searchautocomplete .nav .nav-input input {
  z-index: 10;
  padding: 0px;
  height: 23px;
  border: 0px;
  font-family: arial, sans-serif;
  font-size: 12px;
  background: transparent;
  color: black;
  outline: 0px;
  margin-left: 5px;
  width: 100%;
}
.searchautocomplete .nav .nav-input input.suggest {
  display: none;
  color: #999;
  z-index: 9;
}
.searchautocomplete .nav-submit-button {
  background: url('http://final.ir/skin/frontend/bootstrapped/final/images/mirasvit/sprite.png');
  background-position: 0px -34px;
  background-repeat: no-repeat;
  float: left;
  height: 34px;
  padding-left: 5px;
}
.searchautocomplete .nav-submit-button .button {
  width: 39px;
  height: 34px;
  padding: 0px 9px;
  margin: 0px;
  cursor: pointer;
  font-weight: bold;
  color: white;
  line-height: 12px;
  font-size: 13px;
  background-color: #3c454e;
  background-image: -moz-linear-gradient(top, #444c55, #313a44);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444c55), to(#313a44));
  background-image: -webkit-linear-gradient(top, #444c55, #313a44);
  background-image: -o-linear-gradient(top, #444c55, #313a44);
  background-image: linear-gradient(to bottom, #444c55, #313a44);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444c55', endColorstr='#ff313a44', GradientType=0);
  border: 1px solid #313a44;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  z-index: 14;
}
.searchautocomplete .nav-submit-button .button:hover {
  background-color: #39414b;
  background-image: -moz-linear-gradient(top, #313a44, #444c55);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#313a44), to(#444c55));
  background-image: -webkit-linear-gradient(top, #313a44, #444c55);
  background-image: -o-linear-gradient(top, #313a44, #444c55);
  background-image: linear-gradient(to bottom, #313a44, #444c55);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff313a44', endColorstr='#ff444c55', GradientType=0);
}
.searchautocomplete .searchautocomplete-placeholder {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #FFF;
  border: 1px solid #ccc;
  padding: 6px 4px 0px 4px;
  position: absolute;
  top: 42px;
  z-index: 502;
}
.searchautocomplete .searchautocomplete-placeholder:before {
  border-color: transparent transparent #CCC transparent;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 5px;
  height: 0;
  width: 0;
  top: -11px;
  left: 30px;
}
.searchautocomplete .searchautocomplete-placeholder ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li {
  *zoom: 1;
  text-align: left;
  padding: 5px 5px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  float:none;
}
.searchautocomplete .searchautocomplete-placeholder ul li:before,
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  clear: both;
}
.searchautocomplete .searchautocomplete-placeholder ul li a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li a.name {
  color: #444;
  display: block;
  margin-bottom: 3px;
  text-align: right;
  background-color: #fff;
  font-size: 11px;
font-family: tahoma;
}
.searchautocomplete .searchautocomplete-placeholder ul li a .pull-right {
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active {
  /*background-color: #eeffee;*/
  cursor: pointer;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image {
  float: right;
  /*margin: 0px 10px 5px 0px;*/
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box {
  font-weight: bold;
  font-size: 13px;
  color: #C76200;
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .regular-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .special-price .price-label {
  display: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .price-label {
  font-weight: normal;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price {
  font-size: 0.9em;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .highlight strong {
  color: #f00;
}
.searchautocomplete .searchautocomplete-placeholder .index-title {
  text-align: right;
  color: #0A263C;
  border-bottom: 1px solid #CCC;
  padding: 2px 5px;
}
.searchautocomplete .searchautocomplete-placeholder .index-title span {
  color: #666;
  font-size: 0.9em;
}
.searchautocomplete .searchautocomplete-placeholder .all {
  text-align: right;
  margin: 10px 4px 5px 10px;
}
.searchautocomplete .searchautocomplete-placeholder .all a:hover{
  background-color: transparent;
  color: transparent;
}
.searchautocomplete .searchautocomplete-loader {
  position: absolute;
  top: 7px;
  right: 70px;
  width: 16px;
  height: 16px;
  background: url('http://final.ir/skin/frontend/bootstrapped/final/images/mirasvit/loader.gif');
}
.searchautocomplete-widget {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
select.span1.btn{
  padding: 2px;
  font-size: 11px!important;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchindex-results {
  *zoom: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #a0b3c3;
}
.searchindex-results:before,
.searchindex-results:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results:after {
  clear: both;
}
.searchindex-results li {
  margin-bottom: -1px;
  float: left;
  *zoom: 1;
  margin: 0px 2px;
}
.searchindex-results li:before,
.searchindex-results li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results li:after {
  clear: both;
}
.searchindex-results li a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  display: block;
  cursor: pointer;
  padding: 2px 5px 1px 5px;
  line-height: 20px;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.searchindex-results li a:hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-results li a span {
  font-weight: normal;
  font-size: 0.9em;
}
.searchindex-results li.active a {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  cursor: default;
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-result li {
  padding: 5px;
}
.searchindex-result li .title a {
  font-weight: bold;
  color: #203548;
  font-size: 13px;
}
.searchindex-result.searchindex-result-category {
  margin-bottom: 20px;
}
.searchindex-result.searchindex-result-category li {
  padding: 1px 0px;
}
.searchindex-result.searchindex-result-category li a {
  font-weight: bold;
  color: #203548;
}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(http://final.ir/skin/frontend/bootstrapped/final/css/nivo/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 0px 0;
	position: relative;
	top: -5px;
	z-index: 10;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(http://final.ir/skin/frontend/bootstrapped/final/css/nivo/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(http://final.ir/skin/frontend/bootstrapped/final/css/nivo/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: tahoma, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
/*
 * jQuery Nivo Slider v3.1
 * 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;
}
/* 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 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: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
