@charset "UTF-8";
/*-----------------------*/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/*-----------------------*/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/*-----------------------*/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/********************* Header *******************/
/********************* Menu *********************/
/****************** Product list ****************/
/********************* Footer *******************/
/*
 * Bootstrap v3.0.0
 *
 * Copyright 2013 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 by @mdo and @fat.
 */
/* normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.57143;
  color: #999999;
  background-color: #f8f8f8;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #000;
  padding: 5px;  
}

a {
  color: #666666;
  text-decoration: none;
}
a:hover, a:focus {
/*  color: #95bfe2;*/
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.57143;
  background-color: #f8f8f8;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #555555;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: #4C3228;
  text-transform: uppercase;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 0;
  margin-bottom: 10.5px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  margin-bottom: 10.5px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 24px;
}

h2, .h2 {
  font-size: 23px;
}

h3, .h3 {
  font-size: 22px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10.5px;
}

.lead {
  margin-bottom: 21px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-left {
  text-align: left;
}

.text-right, #cart_summary tbody td.cart_unit, #cart_summary tbody td.cart_total {
  text-align: right;
}

.text-center, #cart_summary thead th.cart_product, #cart_summary tbody td.cart_product, #cart_summary tbody td.cart_delete {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

a.text-primary:hover {
  color: #3071a9;
}

.text-success {
  color: #3c763d;
}

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

.text-info {
  color: #31708f;
}

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

.text-warning {
  color: #8a6d3b;
}

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

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #428bca;
}

a.bg-primary:hover {
  background-color: #3071a9;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #eeeeee;
  display:none;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 21px;
}

dt,
dd {
  line-height: 1.57143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

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

blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.57143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

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

address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.57143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: white;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 13px;
  line-height: 1.57143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: 0%;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: 0%;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: 0%;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: 0%;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: 0%;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: 0%;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: 0%;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: 0%;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.col-xs-2-4,
.col-xs-4-8,
.col-xs-7-2,
.col-xs-9-6,
.col-sm-2-4,
.col-sm-4-8,
.col-sm-7-2,
.col-sm-9-6,
.col-md-2-4,
.col-md-4-8,
.col-md-7-2,
.col-md-9-6,
.col-lg-2-4,
.col-lg-4-8,
.col-lg-7-2,
.col-lg-9-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 480px) {
  .col-sp-2-4, .col-sp-4-8,
  .col-sp-7-2, .col-sp-9-6 {
    float: left;
  }

  .hidden-sp {
    display: none!important;
  }

  .col-sp-1, .col-sp-2, .col-sp-3, .col-sp-4, .col-sp-5, .col-sp-6, .col-sp-7, .col-sp-8, .col-sp-9, .col-sp-10, .col-sp-11, .col-sp-12 {
    float: left;
  }

  .col-sp-1 {
    width: 8.33333%;
  }

  .col-sp-2 {
    width: 16.66667%;
  }

  .col-sp-3 {
    width: 25%;
  }

  .col-sp-4 {
    width: 33.33333%;
  }

  .col-sp-5 {
    width: 41.66667%;
  }

  .col-sp-6 {
    width: 50%;
  }

  .col-sp-7 {
    width: 58.33333%;
  }

  .col-sp-8 {
    width: 66.66667%;
  }

  .col-sp-9 {
    width: 75%;
  }

  .col-sp-10 {
    width: 83.33333%;
  }

  .col-sp-11 {
    width: 91.66667%;
  }

  .col-sp-12 {
    width: 100%;
  }

  .col-sp-pull-0 {
    right: 0%;
  }

  .col-sp-pull-1 {
    right: 8.33333%;
  }

  .col-sp-pull-2 {
    right: 16.66667%;
  }

  .col-sp-pull-3 {
    right: 25%;
  }

  .col-sp-pull-4 {
    right: 33.33333%;
  }

  .col-sp-pull-5 {
    right: 41.66667%;
  }

  .col-sp-pull-6 {
    right: 50%;
  }

  .col-sp-pull-7 {
    right: 58.33333%;
  }

  .col-sp-pull-8 {
    right: 66.66667%;
  }

  .col-sp-pull-9 {
    right: 75%;
  }

  .col-sp-pull-10 {
    right: 83.33333%;
  }

  .col-sp-pull-11 {
    right: 91.66667%;
  }

  .col-sp-pull-12 {
    right: 100%;
  }

  .col-sp-push-0 {
    left: 0%;
  }

  .col-sp-push-1 {
    left: 8.33333%;
  }

  .col-sp-push-2 {
    left: 16.66667%;
  }

  .col-sp-push-3 {
    left: 25%;
  }

  .col-sp-push-4 {
    left: 33.33333%;
  }

  .col-sp-push-5 {
    left: 41.66667%;
  }

  .col-sp-push-6 {
    left: 50%;
  }

  .col-sp-push-7 {
    left: 58.33333%;
  }

  .col-sp-push-8 {
    left: 66.66667%;
  }

  .col-sp-push-9 {
    left: 75%;
  }

  .col-sp-push-10 {
    left: 83.33333%;
  }

  .col-sp-push-11 {
    left: 91.66667%;
  }

  .col-sp-push-12 {
    left: 100%;
  }

  .col-sp-offset-0 {
    margin-left: 0%;
  }

  .col-sp-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sp-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sp-offset-3 {
    margin-left: 25%;
  }

  .col-sp-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sp-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sp-offset-6 {
    margin-left: 50%;
  }

  .col-sp-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sp-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sp-offset-9 {
    margin-left: 75%;
  }

  .col-sp-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sp-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sp-offset-12 {
    margin-left: 100%;
  }

  .col-sp-7-2 {
    width: 60%;
  }

  .col-sp-4-8 {
    width: 40%;
  }

  .col-sp-2-4 {
    width: 20%;
  }

  .col-sp-9-6 {
    width: 80%;
  }
}
@media (max-width: 768px) and (min-width: 481px) {
  .col-xs-2-4, .col-xs-4-8,
  .col-xs-7-2, .col-xs-9-6 {
    float: left;
  }

  .col-xs-2-4 {
    width: 20%;
  }

  .col-xs-4-8 {
    width: 40%;
  }

  .col-xs-7-2 {
    width: 60%;
  }

  .col-xs-9-6 {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .col-sm-2-4, .col-sm-4-8,
  .col-sm-7-2, .col-sm-9-6 {
    float: left;
  }

  .col-sm-2-4 {
    width: 20%;
  }

  .col-sm-4-8 {
    width: 40%;
  }

  .col-sm-7-2 {
    width: 60%;
  }

  .col-sm-9-6 {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .col-md-2-4, .col-md-4-8,
  .col-md-7-2, .col-md-9-6 {
    float: left;
  }

  .col-md-2-4 {
    width: 20%;
  }

  .col-md-4-8 {
    width: 40%;
  }

  .col-md-7-2 {
    width: 60%;
  }

  .col-md-9-6 {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .col-lg-2-4, .col-lg-4-8,
  .col-lg-7-2, .col-lg-9-6 {
    float: left;
  }

  .col-lg-2-4 {
    width: 20%;
  }

  .col-lg-4-8 {
    width: 40%;
  }

  .col-lg-7-2 {
    width: 60%;
  }

  .col-lg-9-6 {
    width: 80%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

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

.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 1px;
  line-height: 1.57143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table > thead > tr > th,
.table > thead > tr > td {
  padding: 0px;
  line-height: 1.57143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
  background: #121212;
}


.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.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 .table {
  background-color: #f8f8f8;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.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: whitesmoke;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: whitesmoke;
}

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

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

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

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

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

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

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

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

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

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
  color: #fff;
}

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

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

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

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

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.57143;
  color: #8a8a8a;
}

.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.57143;
  color: #8a8a8a;
  background-color: white;
  background-image: none;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  -webkit-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-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="date"] {
  line-height: 35px;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 21px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 43.75px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 26px;
  right: 0;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #d9d9d9;
}

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.57143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus {
  color: white;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: white;
  background-color: #333333;
  border-color: #333333;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: white;
  background-color: #1f1f1f;
  border-color: #141414;
}
.open .btn-default.dropdown-toggle {
  color: white;
  background-color: #1f1f1f;
  border-color: #141414;
}
.btn-default:active, .btn-default.active {
  background-image: none;
}
.open .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #333333;
  border-color: #333333;
}
.btn-default .badge {
  color: #333333;
  background-color: white;
}

.btn-primary {
  color: white;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: white;
  background-color: #3276b1;
  border-color: #285e8e;
}
.open .btn-primary.dropdown-toggle {
  color: white;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active, .btn-primary.active {
  background-image: none;
}
.open .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: white;
}

.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  color: white;
  background-color: #47a447;
  border-color: #398439;
}
.open .btn-success.dropdown-toggle {
  color: white;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active, .btn-success.active {
  background-image: none;
}
.open .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: white;
}

.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: white;
  background-color: #39b3d7;
  border-color: #269abc;
}
.open .btn-info.dropdown-toggle {
  color: white;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active {
  background-image: none;
}
.open .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: white;
}

.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  color: white;
  background-color: #ed9c28;
  border-color: #d58512;
}
.open .btn-warning.dropdown-toggle {
  color: white;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active {
  background-image: none;
}
.open .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: white;
}

.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: white;
  background-color: #d2322d;
  border-color: #ac2925;
}
.open .btn-danger.dropdown-toggle {
  color: white;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active {
  background-image: none;
}
.open .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: white;
}

.btn-link {
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #95bfe2;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

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

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: white;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.57143;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: whitesmoke;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

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

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

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

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.57143;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #8a8a8a;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ebebeb;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #666666;
}
.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.57143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #8a8a8a;
  background-color: #f8f8f8;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: white;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f8f8f8;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 21px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

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

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

.navbar-brand {
  float: left;
  padding: 14.5px 15px;
  font-size: 18px;
  line-height: 21px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 21px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14.5px;
    padding-bottom: 14.5px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-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);
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 14.5px;
  margin-bottom: 14.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: white;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: white;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: white;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: white;
}

.breadcrumb {
  padding: 20px 20px;
  margin-bottom: 21px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: black;
}
.breadcrumb > .active {
  color: #95bfe2;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.57143;
  text-decoration: none;
  color: #666666;
  background-color: transparent;
  border: 1px solid transparent;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #95bfe2;
  background-color: transparent;
  border-color: transparent;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #95bfe2;
  background-color: transparent;
  border-color: transparent;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #e3e3e3;
  border-color: #e3e3e3;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 21px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: transparent;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover, .label[href]:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #999999;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: gray;
}

.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #f1f1f1;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5cb85c;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover, a.badge:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #666666;
  background-color: white;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 21px;
  line-height: 1.57143;
  background-color: #f8f8f8;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #999999;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #666666;
}

.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: transparent;
  border-color: #e8e8e8;
  color: #e8e8e8;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 21px;
  margin-bottom: 21px;
  background-color: whitesmoke;
  border-radius: 4px;
  -webkit-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;
  line-height: 21px;
  color: white;
  text-align: center;
  background-color: #428bca;
  -webkit-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-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  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: 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-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  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: 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-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  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: 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-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  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: 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-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  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: 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);
}

.media,
.media-body {
  overflow: hidden;
  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;
}
.rtl .media > .pull-left {
  margin-left: 10px;
  margin-right: inherit;
}
.media > .pull-right {
  margin-left: 10px;
}
.rtl .media > .pull-right {
  margin-right: 10px;
  margin-left: inherit;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  background-color: whitesmoke;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  z-index: 2;
  color: white;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 21px;
/*  background-color: white;*/
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: whitesmoke;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 21px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: whitesmoke;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: white;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-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-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-shadow: 0 1px 0 white;
  opacity: 0.7;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: black;
  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-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

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

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

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

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: white;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: fadein(rgba(0, 0, 0, 0.2), 5%);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: white;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: white;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: fadein(rgba(0, 0, 0, 0.2), 5%);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: white;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25px;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
  color: black;
  text-align: center;
  text-shadow: none;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: none;
  color: black;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid white;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: white;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
  text-shadow: none;
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*-----------------------*/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/*-----------------------*/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/********************* Header *******************/
/********************* Menu *********************/
/****************** Product list ****************/
/********************* Footer *******************/
/*-----------------------*/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/*******************************************************
Product list Styles
********************************************************/
.product-container {
  text-align: center;
  margin-bottom: 30px;
}
.product-container .left-block {
  position: relative;
}
.product-container .right-block {
  position: relative;
}
.product-container .label {
  position: absolute;
  top: 20px;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 5px 6px;
  color: white;
  line-height: 10px;
  min-width: 40px;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.product-container .label-new {
  right: 20px;
  background: #77c66d;
}
.rtl .product-container .label-new {
  left: 20px;
  right: auto;
}
.product-container .label-sale {
  top: 45px;
  right: 20px;
  background-color: #f65b47;
}
.rtl .product-container .label-sale {
  left: 20px;
  right: auto;
}
.product-container .label-reduction {
  left: 20px;
  background-color: #f65b47;
}
.rtl .product-container .label-reduction {
  right: 20px;
  left: auto;
}
.product-container .label-reduction:before {
  color: #fe6658;
}
.product-container .content_price {
  margin: 0 0 5px;
  min-height: 25px;
}
.product-container .price {
  color: black;
  font-size: 14px;
  font-weight: 700;
}
.product-container .price-old, .product-container .old-price {
  color: #999999;
  text-decoration: line-through;
}
.product-container .name {
  height: 25px;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
}
.product-container .name a {
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
  line-height: 21px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.product-container .name a:hover {
  color: #95bfe2;
}
.product-container .product-image-container {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  text-align: center;
  min-height: 90px;
}
.product-container .product-image-container .image-effect {
  transform-style: inherit;
  -moz-transform-style: inherit;
  -webkit-transform-style: inherit;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.product-container .product-image-container .image-no-effect {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.product-container .product-effect {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  left: -100%;
}
.rtl .product-container .product-effect {
  right: -100%;
  left: auto;
}
.product-container .box-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 35px;
  width: 100%;
  background-color: #333;
}
.product-container .box-buttons .btn {
  padding: 0;
  border: none;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.rtl .product-container .box-buttons .btn {
  float: right;
}
.product-container .box-buttons i {
  font-size: 20px;
  line-height: 35px;
}
.product-container .box-buttons-left {
  width: 64%;
  float: left;
}
.rtl .product-container .box-buttons-left {
  float: right;
}
.product-container .box-buttons-left .btn {
  width: 100%;
  padding: 0 10px;
  line-height: 35px;
}
.product-container .box-buttons-right {
  width: 36%;
  float: left;
}
.rtl .product-container .box-buttons-right {
  float: right;
}
.product-container .box-buttons-right .btn {
  width: 50%;
  color: white;
  border-left: white;
  border-style: none none none solid;
  border-width: 0 0 0 1px;
}
.rtl .product-container .box-buttons-right .btn {
  border-right: white;
  border-left: inherit;
}
.rtl .product-container .box-buttons-right .btn {
  border-style: none solid none none;
}
.rtl .product-container .box-buttons-right .btn {
  border-width: 0 1px 0 0;
}
.product-container:hover .product-effect {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0;
}
.rtl .product-container:hover .product-effect {
  right: 0;
  left: auto;
}
.product-container:hover .box-buttons {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

/*******************************************************
Product list(Grid) Styles
********************************************************/
#tiva-grid .product-container {
  margin-bottom: 45px;
}

/*******************************************************
Product list(List) Styles
********************************************************/
#tiva-list .product-container {
  text-align: left;
}
.rtl #tiva-list .product-container {
  text-align: right;
}
#tiva-list .product-container .product-image-container {
  margin-bottom: 0;
}
#tiva-list .product-rating {
  margin-bottom: 8px;	
}
#tiva-list .product-des {
  margin-top: 10px;
}

/*******************************************************
Product list(Index page) Styles
********************************************************/
/*-----------------------*/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* primary_block ********************************/
/* .pb-left-column ********************************/
.pb-left-column {
  /* miniatures */
}
.pb-left-column #image-block {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.pb-left-column #image-block img {
  display: inline-block;
}
.pb-left-column #image-block #view_full_size {
  display: block;
  cursor: pointer;
  text-align: center;
  width: 90%;  
}
.pb-left-column #image-block #view_full_size a {
  display: inline-block;
}
.pb-left-column #image-block #view_full_size .span_link {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  padding: 4px;
  text-align: center;
  line-height: 20px;
}
.rtl .pb-left-column #image-block #view_full_size .span_link {
  left: 10px;
  right: auto;
}
.pb-left-column #image-block #view_full_size .span_link:after {
  font-family: "FontAwesome";
  color: #c0c0c0;
  font-size: 20px;
  line-height: 20px;
  content: "\f00e";
  font-weight: normal;
  margin: 0 0 0 2px;
}
.rtl .pb-left-column #image-block #view_full_size .span_link:after {
  margin: 0 2px 0 0;
}
.pb-left-column #image-block #view_full_size .span_link:hover:after {
  color: #95bfe2;
}
.pb-left-column #image-block a.jqzoom div div img {
  width: auto;
  max-width: 10000px;
}
.pb-left-column #image-block a.jqzoom div div .zoomWrapper {
  border: none;
}
.pb-left-column #image-block .zoomPad {
  z-index: auto!important;
}
.pb-left-column #views_block {
  position: relative;
}

#thumbs_list {
  overflow: hidden;
  width: 470px;
  margin: 0 auto;
}
#thumbs_list ul#thumbs_list_frame {
  list-style-type: none;
  padding-left: 0;
  overflow: hidden;
  margin: 0;
}
.rtl #thumbs_list ul#thumbs_list_frame {
  padding-right: 0;
  padding-left: inherit;
}
#thumbs_list li {
  cursor: pointer;
  line-height: 0;
  padding: 0 8px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rtl #thumbs_list li {
  float: right;
}
#thumbs_list li.first {
  padding-left: 0;
}
.rtl #thumbs_list li.first {
  padding-right: 0;
  padding-left: inherit;
}
#thumbs_list li.last {
  padding-right: 0;
}
.rtl #thumbs_list li.last {
  padding-left: 0;
  padding-right: inherit;
}
#thumbs_list li a {
  display: block;
  text-align: center;
  border: 2px solid white;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#thumbs_list li a:hover, #thumbs_list li a.shown {
  opacity: 1;
  filter: alpha(opacity=100);
  border: 2px solid #95bfe2;
}
#thumbs_list li img {
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-tabs.page-product-heading {
  background-color: white;
  border-bottom: 1px solid #ddd;
}
.nav-tabs.page-product-heading > li {
  margin-bottom: -1px;
  float: left;
}
.rtl .nav-tabs.page-product-heading > li {
  float: right;
}
.nav-tabs.page-product-heading > li > a {
  text-transform: uppercase;
  font-family: "Herr Von Muellerhoff", cursive;
  font-weight: 700;
  font-size: 14px;
  border: none;
  color: #555555;
  margin: 0 25px;
  border-bottom: 2px solid transparent;
  padding: 20px 0 20px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.rtl .nav-tabs.page-product-heading > li > a {
  padding: 20px 0 20px 0;
}
.nav-tabs.page-product-heading > li > a:hover {
  background: transparent;
  border: none;
  color: #95bfe2;
  border-bottom: 2px solid #95bfe2;
}
.nav-tabs.page-product-heading > li.active a, .nav-tabs.page-product-heading > li.active a:hover, .nav-tabs.page-product-heading > li.active a:focus {
  background: none;
  color: #95bfe2;
  border: none;
  border-bottom: 2px solid #95bfe2;
}

.tab-content.page-product-content {
  border: none;
  padding: 25px;
  margin-bottom: 30px;
  background-color: white;
}

.page-product-box .page-subheading {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 17px 20px;
  border-bottom: 1px solid #f3f3f3;
  border-top: 2px solid #b2c85c;
  margin-bottom: 0;
}
.page-product-box .owl-theme .owl-controls .owl-buttons {
  top: -39px;
}
.page-product-box .rte {
  line-height: 22px;
}

/* pb-center-column *********************************/
.pb-center-column {
  /* form */
}
.pb-center-column h1 {
  padding-bottom: 20px;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
.pb-center-column p {
  margin-bottom: 5px;
}
.pb-center-column #product_reference {
  margin-bottom: 0;
}
.pb-center-column #short_description_block {
  color: #999999;
}
.pb-center-column #buy_block {
  margin-top: 10px;
}
.pb-center-column #buy_block label {
  display: inline-block;
  width: 125px;
  font-weight: 700;
  font-size: 12px;
  text-align: right;
}
.rtl .pb-center-column #buy_block label {
  text-align: left;
}
.pb-center-column #buy_block p.price {
  padding: 0;
}
.pb-center-column #color_picker p {
  padding-bottom: 5px;
  font-weight: 700;
}
.pb-center-column .socialsharing_product {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 10px;
  margin: 10px 0 25px 0;
}
.rtl .pb-center-column .socialsharing_product {
  margin: 10px 0 25px 0;
}
.pb-center-column .socialsharing_product span {
  display: none;
}
.pb-center-column .socialsharing_product .btn {
  border: none;
}
.pb-center-column .socialsharing_product .btn .fa {
  color: #999999;
  font-size: 16px;
}
.pb-center-column .socialsharing_product .btn:hover {
  background-color: transparent;
}
.pb-center-column .socialsharing_product .btn:hover .fa {
  color: #95bfe2;
}

#attributes .attribute_fieldset {
  padding-bottom: 20px;
}
#attributes .attribute_fieldset label {
  display: inline-block;
  line-height: 30px;
  color: #999999;
  font-weight: normal;
  margin-bottom: 0;
  min-width: 120px;
  text-transform: uppercase;
  float: left;
  margin-right: 10px;
}
.rtl #attributes .attribute_fieldset label {
  float: right;
}
.rtl #attributes .attribute_fieldset label {
  margin-left: 10px;
  margin-right: inherit;
}
#attributes .attribute_list {
  width: 70%;
  float: left;
}
.rtl #attributes .attribute_list {
  float: right;
}
#attributes .attribute_list .form-control {
  width: 91px;
  border: 1px solid #f3f3f3;
}
#attributes .attribute_list .form-control option {
  color: #999999;
}
#attributes .attribute_list ul {
  clear: both;
}
#attributes .attribute_list ul li {
  float: left;
  margin-right: 10px;
}
.rtl #attributes .attribute_list ul li {
  float: right;
}
.rtl #attributes .attribute_list ul li {
  margin-left: 10px;
  margin-right: inherit;
}
#attributes .attribute_list input.attribute_radio {
  float: left;
  margin-left: 3px;
}
.rtl #attributes .attribute_list input.attribute_radio {
  float: right;
}
.rtl #attributes .attribute_list input.attribute_radio {
  margin-right: 3px;
  margin-left: inherit;
}
#attributes .attribute_list div.radio,
#attributes .attribute_list div.radio span,
#attributes .attribute_list div.radio input {
  float: none;
  display: inline-block;
}
#attributes .attribute_list #color_to_pick_list {
  list-style-type: none;
  margin-bottom: 4px;
}
#attributes .attribute_list #color_to_pick_list li {
  float: left;
  margin: 0 8px 4px 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  padding: 0;
}
.rtl #attributes .attribute_list #color_to_pick_list li {
  float: right;
}
.rtl #attributes .attribute_list #color_to_pick_list li {
  margin: 0 0 4px 8px;
}
#attributes .attribute_list #color_to_pick_list li a.color_pick {
  display: block;
  height: 30px;
  width: 30px;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
#attributes .attribute_list #color_to_pick_list li.selected a {
  position: relative;
}
#attributes .attribute_list #color_to_pick_list li.selected a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #a1a8ae;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
#attributes .attribute_list .attribute_size li {
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #f3f3f3;
  text-align: center;
}
#attributes .attribute_list .attribute_size li.selected {
  border: 1px solid black;
}

#add_to_cart {
  float: left;
}
.rtl #add_to_cart {
  float: right;
}
#add_to_cart .btn {
  width: auto;
  height: 40px;
  padding: 0 25px;
  text-transform: uppercase;
  background: #95bfe2;
  color: #FFF;
}
#add_to_cart .btn span {
  display: inline;
}
#add_to_cart .btn .fa {
  margin-right: 10px;
}
.rtl #add_to_cart .btn .fa {
  margin-left: 10px;
  margin-right: inherit;
}
#add_to_cart .btn:hover {
  background: #f65b47;
}

.box-cart-bottom {
  padding: 25px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #f3f3f3;
}
.box-cart-bottom #add_to_cart {
  color: white;
  line-height: 44px;
  padding: 0 25px;
  background-color: #95bfe2;
  text-transform: uppercase;
  margin-right: 20px;
}
.rtl .box-cart-bottom #add_to_cart {
  margin-left: 20px;
  margin-right: inherit;
}
.box-cart-bottom #add_to_cart:hover {
  background-color: #f65b47;
}
.box-cart-bottom #wishlist_button {
  line-height: 44px;
  padding: 0 12px;
  color: #999999;
}
.box-cart-bottom #wishlist_button .fa {
  margin-right: 5px;
}
.rtl .box-cart-bottom #wishlist_button .fa {
  margin-left: 5px;
  margin-right: inherit;
}
.box-cart-bottom #wishlist_button:hover {
  background-color: transparent;
  color: #95bfe2;
}

.accordion_info .panel {
  border-color: transparent;
/*  background-color: #f8f8f8;*/
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.accordion_info .panel-default > .panel-heading {
  color: black;
  background-color: #f8f8f8;
  padding: 14px 30px;
}
.accordion_info .panel-default .panel-collapse .panel-body {
  border-top-color: transparent;
  padding: 0 30px 25px;
}
.accordion_info.panel-group .panel + .panel {
  margin-top: 10px;
}
.accordion_info ul {
  margin-top: 10px;
  list-style: inherit;
  margin-left: 18px;
}
.rtl .accordion_info ul {
  margin-right: 18px;
  margin-left: inherit;
}
.accordion_info ul li {
  margin-bottom: 5px;
}
.accordion_info table {
  margin-bottom: 0;
}

.product-boxinfo {
  margin: 15px 0 20px 0;
}
.rtl .product-boxinfo {
  margin: 15px 0 20px 0;
}
.product-boxinfo label {
  font-weight: normal;
}
.product-boxinfo span {
  font-weight: bold;
}

/* quantity_wanted */
.group-downup {
  position: relative;
  float: left;
}
.rtl .group-downup {
  float: right;
}

#quantity_wanted_p input {
  width: 70px;
  height: 35px;
  border: 1px solid #f3f3f3 !important;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  padding: 0 15px;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#quantity_wanted_p .btn {
  background-color: #f3f3f3;
  color: black;
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding: 0 12px;
  border: none;
  display: inline-block;
}
#quantity_wanted_p .btn.button-minus {
  bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#quantity_wanted_p .btn.button-plus {
  top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#quantity_wanted_p .btn:hover, #quantity_wanted_p .btn:focus, #quantity_wanted_p .btn:active {
  color: white;
  border-color: transparent;
  background-color: #95bfe2;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#quantity_wanted_p .btn span {
  padding: 0;
}
#quantity_wanted_p label {
  display: inline-block;
  line-height: 30px;
  color: #999999;
  font-weight: 100;
  margin-bottom: 0;
  min-width: 120px;
  text-transform: uppercase;
  margin-right: 10px;
  float: left;
}
.rtl #quantity_wanted_p label {
  margin-left: 10px;
  margin-right: inherit;
}
.rtl #quantity_wanted_p label {
  float: right;
}

/* availability_statut */
#availability_statut span#availability_label,
#availability_date_label {
  display: inline-block;
  width: 125px;
  font-weight: 700;
  font-size: 12px;
  text-align: right;
}
.rtl #availability_statut span#availability_label, .rtl
#availability_date_label {
  text-align: left;
}

#quantityAvailable {
  font-size: 13px;
  line-height: 18px;
}

#availability_value,
#last_quantities {
  color: white;
  line-height: 18px;
  display: inline-block;
  margin-right: 5px;
}
.rtl #availability_value, .rtl
#last_quantities {
  margin-left: 5px;
  margin-right: inherit;
}

#last_quantities {
  background: black;
  padding: 4px 8px 3px;
  position: relative;
  top: 1px;
  display: inline-block;
}

#availability_statut,
#pQuantityAvailable {
  display: inline-block;
}

#pQuantityAvailable span {
  font-weight: 500;
}

#availability_statut #availability_value.warning_inline {
  margin: 0;
}

/* prices */
.content_prices {
  padding: 0 0 5px 0;
}

.discount {
  display: none;
}

.our_price_display {
  font-size: 24px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: black;
  display: inline-block;
}

.old_price, .old-price {
  text-decoration: line-through;
  display: inline-block;
}

#reduction_percent,
#reduction_amount {
  display: inline-block;
  padding: 0 3px;
  font-size: 14px;
  color: white;
  background: #f13340;
  border: 1px solid #d02a2c;
  margin: 8px 5px 0;
  float: left;
}
.rtl #reduction_percent, .rtl
#reduction_amount {
  float: right;
}

.price {
  margin-bottom: 3px;
}
.price p {
  margin-bottom: 0;
}

.product_comments {
  margin-bottom: 25px;
}

.box-info-product {
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  margin-top: 20px;
  padding: 20px 0;
}
.box-info-product #old_price, .box-info-product .old-price {
  line-height: 43px;
}

.accordion_info .panel-title a {
  position: relative;
  display: block;
}
.accordion_info .panel-title a:after {
  position: absolute;
  content: "\f00d";
  top: 0;
  font-size: 13px;
  font-family: "FontAwesome";
  right: 0;
}
.rtl .accordion_info .panel-title a:after {
  left: 0;
  right: auto;
}
.accordion_info .panel-title a.collapsed:after {
  content: "\f0d7";
  font-size: 14px;
}

.comments-review .comments-list {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}
.comments-review .comments-list .avatar {
  margin-bottom: 10px;
}
.comments-review .comments-list .star_content {
  margin-bottom: 5px;
}
.comments-review .comments-list .author {
  font-weight: 500;
}
.comments-review .comments-list .comment-datetime {
  font-size: 12px;
  margin-bottom: 0;
}

.review-form .title_block {
  color: black;
  font-size: 14px;
  margin-top: 20px;
}
.review-form label {
  display: block;
  font-weight: 500;
}
.review-form textarea {
  width: 100%;
  border: 1px solid #eaeaea;
}
.review-form .btn-send {
  margin-bottom: 0;
}

.blockproductscategory {
  border-top: 1px solid #f3f3f3;
  padding-top: 60px;
  margin-top: 60px;
}
.blockproductscategory .title_block {
  position: relative;
  text-align: center;
  padding: 35px 0 22px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #fff;  
}
.blockproductscategory .title_block .subtitle {
  position: absolute;
  font-weight: 600;
  font-size: 100px;
  width: 100%;
  top: 0;
  line-height: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  opacity: 0.3;
  filter: alpha(opacity=10);
}

/*CSS Document */
/* 
    Created on : 17/5/2016, 09:15:02 
    Author: Tivatheme
    Theme Name : Tiva_vixka
    Description: Tiva_vixka, creative HTML Template
    Version    : 1.0
   
*/
/* --- general --------------------- */
body {
  background: white;
  font-family: "Poppins", sans-serif;
}

#all {
  overflow: hidden;
}

/* --- typography --------------------- */
* {
  padding: 0;
  margin: 0;
}

/* paragraphs */
p {
  font-size: 14px;
  line-height: 25px;
  font-family: "Poppins", sans-serif;
  color: #232323;
  margin-bottom: 15px;
}

a {
  color: #ee6f2d;
}

a:hover, a:focus {
/*  color: #95bfe2;*/
  text-decoration: none;
  outline: none;
}

ul, ol {
  list-style: none;
color: #333333;
}

.list-inline {
  margin-left: 0;
}
.rtl .list-inline {
  margin-right: 0;
  margin-left: inherit;
}

.text-center, #cart_summary thead th.cart_product, #cart_summary tbody td.cart_product, #cart_summary tbody td.cart_delete {
  text-align: center !important;
}

sup {
  color: red;
}

form label {
  font-weight: normal;
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/******** no margin, padding **********/
.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/******** button **********************/
.btn-default {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  background-color: #95bfe2;
  border: 1px solid #95bfe2;
}

.btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn:hover, .btn:focus, .btn:active {
  background-color: #95bfe2;
}

.btn-primary {
  background-color: #95bfe2;
  border: 1px solid #95bfe2;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: black;
  border: 1px solid black;
}

/****** start full screen background **/
.fs-style {
  position: relative;
  padding-top: 75px;
  padding-bottom: 140px;
}
.fs-style:before {
  padding: 0 2289px;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  z-index: 0;
  display: inline-block;
  top: 0;
  left: -2289px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fs-style.fs-style1 {
  padding-top: 0;
  padding-bottom: 0;
}
.fs-style.fs-style1:before {
  background-color: #f8f8f8;
}

.padding-top-100 {
  padding-top: 100px;
}

/**** overide owl-carousel ***********/
.owl-theme .owl-controls .owl-nav div {
  position: absolute;
  top: 45%;
  left: -30px;
  height: 40px;
  width: 45px;
  color: #333;
  line-height: 33px;
  text-align: center;
  font-size: 0;
  line-height: 0;
  background: white;
  border: 2px solid #333;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.owl-theme .owl-controls .owl-nav div:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 18px;
  line-height: 35px;
  width: 100%;
  height: 100%;
  right: 0;
}
.owl-theme .owl-controls .owl-nav div.owl-prev:before {
  content: "\f104";
}
.owl-theme .owl-controls .owl-nav div:hover {
  color: white;
  border-color: #95bfe2;
  background-color: #95bfe2;
}
.owl-theme .owl-controls .owl-nav div.owl-next {
  right: -30px;
  left: inherit;
}

.block_content:hover .owl-theme .owl-controls .owl-nav div {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.block_content:hover .owl-theme .owl-controls .owl-nav div.owl-prev {
  left: 0;
}
.block_content:hover .owl-theme .owl-controls .owl-nav div.owl-next {
  right: 0;
}

/***** effect *******************/
.effect > .image-wrap {
  position: relative;
  display: inherit;
  max-width: 100%;
}
.effect > .image-wrap:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.02);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.effect > .image-wrap:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.effect > .image-wrap:hover:before, .effect > .image-wrap:hover:after {
  width: 100%;
  height: 100%;
}

.effectbanner {
  position: relative;
}
.effectbanner:before, .effectbanner:after {
  position: absolute;
  content: "";
  display: block;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.effectbanner:before {
  height: 1px;
  top: 10px;
  left: 50%;
  right: 50%;
  background-color: white;
}
.effectbanner:after {
  width: 1px;
  top: 50%;
  bottom: 50%;
  background-color: white;
  left: 10px;
}
.rtl .effectbanner:after {
  right: 10px;
  left: auto;
}
.effectbanner > .image-wrap {
  position: relative;
  display: inherit;
  max-width: 100%;
}
.effectbanner > .image-wrap:before, .effectbanner > .image-wrap:after {
  position: absolute;
  content: "";
  display: block;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.effectbanner > .image-wrap:before {
  height: 1px;
  bottom: 10px;
  left: 50%;
  right: 50%;
  background-color: white;
}
.effectbanner > .image-wrap:after {
  width: 1px;
  top: 50%;
  bottom: 50%;
  background-color: white;
  right: 10px;
}
.rtl .effectbanner > .image-wrap:after {
  left: 10px;
  right: auto;
}
.effectbanner > .image-wrap:hover:before {
  left: 10px;
  right: 10px;
}
.effectbanner > .image-wrap:hover:after {
  top: 10px;
  bottom: 10px;
}
.effectbanner:hover:before {
  left: 10px;
  right: 10px;
}
.effectbanner:hover:after {
  top: 10px;
  bottom: 10px;
}

@-webkit-keyframes animationmenus {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0px, 10px);
    -ms-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }

  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@-moz-keyframes animationmenus {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0px, 10px);
    -ms-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }

  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@-o-keyframes animationmenus {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0px, 10px);
    -ms-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }

  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes animationmenus {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0px, 10px);
    -ms-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }

  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

/****** popup-over dropdown **************/
.popup-over {
  position: relative;
  z-index: 999;
}
.popup-over .popup-title {
  text-transform: none;
  padding: 5px 13px 4px;
  /* @include rtl-border-left(#ededed);
  @include rtl-border-style(none,none,none,solid);
  @include rtl-border-width(0,0,0,1px); */
}
.popup-over .popup-title a {
  font-size: 24px;
}
.popup-over .popup-content {
  padding: 15px;
  position: absolute;
  top: 45px;
  background: white;
  min-width: 185px;
  z-index: 99;
  display: none;
  right: 0;
  -webkit-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.175);
}
.rtl .popup-over .popup-content {
  left: 0;
  right: auto;
}
.popup-over .popup-content a {
  color: #999999;
  display: inline-block;
}
.popup-over .popup-content a:hover {
  color: #95bfe2;
}
.popup-over .popup-content ul {
  margin-bottom: 0;
}
.popup-over .popup-content ul li {
  padding: 3px 0;
}
.popup-over:hover, .popup-over.open {
  cursor: pointer;
}
.popup-over:hover .popup-title, .popup-over.open .popup-title {
  color: #95bfe2;
}
.popup-over:hover .popup-content, .popup-over.open .popup-content {
  display: block;
}

/******* breadcrumb *****************/
#breadcrumb {
  padding: 115px 0;
  margin-bottom: 80px;
  background-color: #eeeeee;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/banner/bg-breacrum.jpg);
}
#breadcrumb .breadcrumb {
  padding: 0;
  margin-bottom: 0;
}
#breadcrumb .bread-title {
  color: black;
  font-size: 36px;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 5px;
}
#breadcrumb .ul-breadcrumb {
  margin-bottom: 0;
}
#breadcrumb .ul-breadcrumb li {
  display: inline-block;
}
#breadcrumb .ul-breadcrumb li:after {
  content: ">";
  padding: 0 7px;
  color: #666;
}
#breadcrumb .ul-breadcrumb li:last-child:after {
  content: none;
}

/************** star **************/
.star {
  position: relative;
  width: 14px;
  overflow: hidden;
  cursor: pointer;
  font-size: 11px;
  font-weight: normal;
  line-height: 12px;
  float: left;
}
.rtl .star {
  float: right;
}
.star:after {
  content: "\f005";
  font-family: "FontAwesome";
  display: inline-block;
  color: #ccc;
}
.star.star_on:after {
  color: #ff8800;
}

/*******************************************************************
       start header
*********************************************************************/
#top-header {
  background-color: #222222;
  position: relative;
  padding: 28px 40px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
#top-header.fixed {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 40px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

/******* menu *********************/
#btn-menu {
  font-size: 24px;
  display: none;
  cursor: pointer;
  padding: 6px 0 2px;
  text-align: center;
  float: left;
}
.rtl #btn-menu {
  float: right;
}

#main-nav {
  /* dropdown-menu level 1 */
  /* dropdown-menu level 2 */
  /* dropdown-menu level 3 */
  /* block-subcategories */
  /* block-image */
}
#main-nav > ul {
  text-align: right;
  float: right;
  margin-right: -150px;
}
#main-nav > ul > li {
  display: inline-block;
  position: relative;
  float: none;
}
#main-nav > ul > li > a {
  display: block;
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
/*  padding: 10px 18px;*/
}
#main-nav > ul > li > a .caret {
  color: black;
}
#main-nav > ul > li > a:hover, #main-nav > ul > li > a:focus, #main-nav > ul > li > a:active {
  color: #95bfe2;
  background-color: transparent;
}
#main-nav > ul > li > a:hover .caret, #main-nav > ul > li > a:focus .caret, #main-nav > ul > li > a:active .caret {
  color: #95bfe2;
}
#main-nav > ul > li:hover > a, #main-nav > ul > li:focus > a, #main-nav > ul > li:active > a {
  color: #95bfe2;
}
#main-nav > ul > li:hover > a .caret, #main-nav > ul > li:focus > a .caret, #main-nav > ul > li:active > a .caret {
  color: #95bfe2;
}
#main-nav > ul > li.aligned-fullwidth {
  position: static;
}
#main-nav > ul > li.aligned-fullwidth > .dropdown-menu {
  width: 100%!important;
}
#main-nav .dropdown:hover > .dropdown-menu {
  display: block;
  left: 0;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.175);
}
#main-nav .dropdown-menu {
  position: absolute;
  background: white;
  width: 200px;
  z-index: 2;
  top: 100%;
  margin: 0;
  border: none;
  padding: 15px 20px;
  left: 100%;
  text-align: left;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.rtl #main-nav .dropdown-menu {
  right: 100%;
  left: auto;
}
.rtl #main-nav .dropdown-menu {
  text-align: right;
}
#main-nav .dropdown-menu li {
  line-height: 26px;
}
#main-nav .dropdown-menu li a {
  display: block;
  color: #999999;
  line-height: 26px;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  padding: 3px 20px 3px 0;
}
.rtl #main-nav .dropdown-menu li a {
  padding: 3px 0 3px 20px;
}
#main-nav .dropdown-menu li a:hover {
  background-color: transparent;
  color: #95bfe2;
}
#main-nav .dropdown-menu li a:hover .fa {
  color: #95bfe2;
}
#main-nav .dropdown-submenu {
  position: relative;
}
#main-nav .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -15px;
  position: absolute;
}
#main-nav .dropdown-submenu.parent > a {
  display: block;
  position: relative;
}
#main-nav .dropdown-submenu.parent > a:after {
  content: "\f0da";
  position: absolute;
  top: 2px;
  font-size: 13px;
  font-family: "FontAwesome";
  right: 0;
  -webkit-transition: rotate(180deg);
  transition: rotate(180deg);
}
.rtl #main-nav .dropdown-submenu.parent > a:after {
  left: 0;
  right: auto;
}
#main-nav .dropdown-submenu.parent > a .caret {
  display: none;
}
#main-nav .dropdown-submenu:hover > .dropdown-menu {
  display: block;
  left: 100%;
  top: 0;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.175);
}
#main-nav .block-subcategories .menu-title {
  padding: 5px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #f3f3f3;
}
#main-nav .block-image {
  margin: 10px 0 5px;
}

/****** off-mainnav ******/
#off-mainmenu {
  position: absolute;
  display: none;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 999;
  background-color: #333;
  left: 0;
  /* dropdown-menu */
  /* .dropdown-submenu level 3 */
}
.rtl #off-mainmenu {
  right: 0;
  left: auto;
}
#off-mainmenu .off-mainnav {
  position: absolute;
  top: 0;
  width: 234px;
  overflow: hidden;
  background-color: #333;
  left: -234px;
  padding-bottom: 10px;
}
.rtl #off-mainmenu .off-mainnav {
  right: -234px;
  left: auto;
}
#off-mainmenu .navbar-nav {
  width: 100%;
  margin: 0;
  text-align: left;
}
.rtl #off-mainmenu .navbar-nav {
  text-align: right;
}
#off-mainmenu #main-nav {
  width: 100%;
  float: left;
}
.rtl #off-mainmenu #main-nav {
  float: right;
}
#off-mainmenu #main-nav > ul > li {
  display: block;
}
#off-mainmenu #main-nav > ul > li > a {
  color: white;
}
#off-mainmenu #main-nav > ul > li > a .caret {
  color: white;
}
#off-mainmenu .dropdown-menu {
  font-size: 12px;
  position: relative;
  display: inline-block;
  left: 0;
  right: 0;
  top: 0;
  float: none;
  width: 100%;
  margin-top: 0;
  padding: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}
#off-mainmenu .dropdown-submenu.parent > a:after {
  content: none;
}
#off-mainmenu .dropdown-submenu .dropdown-menu {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  margin-top: 0;
}

.close-menu {
  color: white;
  margin: 7px 10px 0;
  clear: both;
  float: right;
}
.rtl .close-menu {
  float: left;
}
.close-menu i {
  font-size: 30px;
}

.mainmenu-active #all, .mainmenu-active #off-mainmenu {
  display: block;
  -webkit-transform: translate(234px, 0);
  -moz-transform: translate(234px, 0);
  -ms-transform: translate(234px, 0);
  -o-transform: translate(234px, 0);
}
.mainmenu-active #all {
  position: fixed;
  margin: 0 auto;
}

/*******************************************************************
          end header
*********************************************************************/
/*******************************************************************
                 start main slider
*********************************************************************/
.main-slider-container {
  margin-bottom: 50px;
    margin: auto;  
}
.main-slider-container:hover .owl-theme .owl-controls .owl-nav div {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-slider-container:hover .owl-theme .owl-controls .owl-nav div.owl-prev {
  left: 0;
}
.main-slider-container:hover .owl-theme .owl-controls .owl-nav div.owl-next {
  right: 0;
}
.main-slider-container .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 auto;
  text-align: center;
}
.main-slider-container .owl-dots .owl-dot {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.main-slider-container .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  display: block;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
  zoom: 1;
  background-color: transparent\9;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.main-slider-container .owl-dots .owl-dot.active span {
  background-color: #95bfe2;
}

.tp-slide {
  position: relative;
}
.tp-slide .tp-caption {
  position: absolute;
  z-index: 1;
}
.tp-slide .tp-caption.tp-caption1 {
  top: 260px;
  left: 290px;
}
.tp-slide .tp-caption.tp-caption2 {
  top: 325px;
  left: 195px;
}
.tp-slide .tp-caption.tp-caption3 {
  top: 405px;
  left: 320px;
}
.tp-slide .tp-caption.tp-caption1-h3 {
  top: 240px;
  left: 500px;
}
.rtl .tp-slide .tp-caption.tp-caption1-h3 {
  right: 500px;
  left: auto;
}
.tp-slide .tp-caption.tp-caption2-h3 {
  top: 328px;
  left: 400px;
}
.rtl .tp-slide .tp-caption.tp-caption2-h3 {
  right: 400px;
  left: auto;
}
.tp-slide .tp-caption.tp-caption3-h3 {
  top: 410px;
  left: 555px;
}
.rtl .tp-slide .tp-caption.tp-caption3-h3 {
  right: 555px;
  left: auto;
}
.tp-slide .tp-caption.tp-caption4-h3 {
  top: 456px;
  left: 380px;
}
.rtl .tp-slide .tp-caption.tp-caption4-h3 {
  right: 380px;
  left: auto;
}
.tp-slide .tp-caption.tp-captionleft {
  top: 310px;
  color: black;
  text-transform: uppercase;
  left: 390px;
  padding-left: 20px;
  border-left: #95bfe2;
  border-style: none none none solid;
  border-width: 0 0 0 3px;
  text-align: left;
}
.rtl .tp-slide .tp-caption.tp-captionleft {
  right: 390px;
  left: auto;
}
.rtl .tp-slide .tp-caption.tp-captionleft {
  padding-right: 20px;
  padding-left: inherit;
}
.rtl .tp-slide .tp-caption.tp-captionleft {
  border-right: #95bfe2;
  border-left: inherit;
}
.rtl .tp-slide .tp-caption.tp-captionleft {
  border-style: none solid none none;
}
.rtl .tp-slide .tp-caption.tp-captionleft {
  border-width: 0 3px 0 0;
}
.rtl .tp-slide .tp-caption.tp-captionleft {
  text-align: right;
}
.tp-slide .tp-caption.tp-captionleft .text1 {
  font-size: 20px;
}
.tp-slide .tp-caption.tp-captionleft .text2 {
  font-size: 45px;
  font-weight: bold;
  line-height: 50px;
}
.tp-slide .tp-caption.tp-captionright {
  top: 460px;
  color: black;
  text-transform: uppercase;
  right: 390px;
  text-align: right;
}
.rtl .tp-slide .tp-caption.tp-captionright {
  left: 390px;
  right: auto;
}
.rtl .tp-slide .tp-caption.tp-captionright {
  text-align: left;
}
.tp-slide .tp-caption.tp-captionright .text1 {
  font-size: 20px;
}
.tp-slide .tp-caption.tp-captionright .text3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
}
.tp-slide .tp-caption.tp-captionright .text4 {
  color: #999999;
  letter-spacing: 3px;
}
.tp-slide .tp-caption.tp-captionleft-h5 {
  top: 310px;
  color: white;
  left: 375px;
  text-align: left;
}
.rtl .tp-slide .tp-caption.tp-captionleft-h5 {
  right: 375px;
  left: auto;
}
.rtl .tp-slide .tp-caption.tp-captionleft-h5 {
  text-align: right;
}
.tp-slide .tp-caption.tp-captionleft-h5 .text1 {
  font-size: 100px;
  font-weight: bold;
  line-height: 100px;
}
.tp-slide .tp-caption.tp-captionleft-h5 .text2 {
  line-height: 25px;
  padding: 30px 0 40px;
}
.tp-slide .tp-caption.tp-captionleft-h5 .btn {
  border: 1px solid white;
  text-transform: uppercase;
  color: white;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.tp-slide .tp-caption.tp-captionleft-h5 .btn:hover {
  border: 1px solid black;
  color: black;
  background-color: transparent;
}
.tp-slide .tp-caption.very_large_white {
  color: white;
  font-size: 55px;
  line-height: 55px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.tp-slide .tp-caption.very_large_pink {
  color: #d78b89;
  font-size: 83px;
  line-height: 83px;
  font-family: "Herr Von Muellerhoff", cursive;
}
.tp-slide .tp-caption.very_large_green {
  color: #95bfe2;
  font-size: 83px;
  line-height: 83px;
  font-family: 'Lobster', cursive;
}
.tp-slide .tp-caption.very_large_black {
  color: #333;
  font-size: 80px;
  line-height: 80px;
  text-transform: uppercase;
  font-weight: 700;
}
.tp-slide .tp-caption.medium_text {
  color: white;
  font-size: 18px;
  font-weight: 500;
  background-color: #f8d14b;
  padding: 0 10px;
  text-transform: uppercase;
}
.tp-slide .tp-caption.small_text {
  color: #777777;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
}

/*******************************************************************
                        end main-slider
*********************************************************************/
/*******************************************************************
                 start Content home
*********************************************************************/
.tabs-top {
  padding-top: 70px;
}
.tabs-top .title_block {
  position: relative;
  text-align: center;
  padding: 30px 0;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.tabs-top .title_block .subtitle {
  position: absolute;
  font-weight: 600;
  font-size: 100px;
  width: 100%;
  top: 0;
  line-height: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  opacity: 0.3;
  filter: alpha(opacity=10);
}
.tabs-top .nav-tabs {
  padding: 30px 0 50px;
  text-align: center;
  border-bottom: none;
}
.tabs-top .nav-tabs > li {
  float: none;
  padding: 0 20px;
  display: inline-block;
}
.tabs-top .nav-tabs > li > a {
  color: #777777;
  margin: 0;
  padding: 3px 0;
  border-style: none none dashed none;
  border-color: transparent transparent #cccccc transparent;
  border-width: 0 0 1px 0;
  font-size: 16px;
  text-transform: uppercase;
}
.tabs-top .nav-tabs > li > a:hover, .tabs-top .nav-tabs > li > a:focus {
  color: #95bfe2;
  background-color: transparent;
}
.tabs-top .nav-tabs > li.active > a {
  color: #95bfe2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.tabs-top .nav-tabs > li.active > a, .tabs-top .nav-tabs > li.active > a:hover, .tabs-top .nav-tabs > li.active > a:focus {
  border-width: 0 0 1px 0;
  border-color: transparent transparent transparent transparent;
  background-color: transparent;
}

.story-about-us .block-image {
  text-align: center;
  position: absolute;
  top: -120px;
  width: 100%;
}
.story-about-us .block-image .mailto {
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  bottom: -20px;
  left: 70px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.rtl .story-about-us .block-image .mailto {
  right: 70px;
  left: auto;
}
.story-about-us .block-image .mailto a {
  color: #95bfe2;
}
.story-about-us .block-image .mailto a:hover {
  color: #f65b47;
}
.story-about-us .block-image img {
  display: inline-block;
}
.story-about-us .block-html .title_block {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
}
.story-about-us .block-html p {
  color: #888888;
  line-height: 27px;
}
.story-about-us .block-html .author {
  color: black;
  font-size: 30px;
  font-family: "Rage", sans-serif;
  font-style: italic;
  margin-top: 20px;
}

.manufacturers_block {
  border-top: 1px solid #b1b1b1;
  padding: 50px 0;
  margin-top: 20px;
}

.banner-item.banner-item-1 {
  margin-bottom: 30px;
}

.box-services {
  margin: 70px 0;
  display: table;
}

.box-homehtml {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}

.box-grouphtml {
  padding: 0 50px;
}

.box-service {
  padding: 20px 0;
}
.box-service .icon-box {
  color: black;
  font-size: 40px;
  width: 40px;
  text-align: center;
  margin-right: 25px;
}
.rtl .box-service .icon-box {
  margin-left: 25px;
  margin-right: inherit;
}
.box-service .icon-box i {
  vertical-align: top;
}
.box-service h4 {
  margin-bottom: 15px;
}
.box-service h4 a {
  font-size: 16px;
  font-weight: 700;
}
.box-service p {
  line-height: 27px;
}

.view-listproduct .title_block {
  font-size: 20px;
  padding-bottom: 15px;
  position: relative;
}
.view-listproduct .title_block:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  bottom: 0;
  background-color: #95bfe2;
  left: 0;
}
.rtl .view-listproduct .title_block:before {
  right: 0;
  left: auto;
}
.view-listproduct .product-viewlist li {
  padding: 18px 0;
  border-bottom: 1px solid #f3f3f3;
}
.view-listproduct .product-viewlist li.last {
  border-bottom: none;
}
.view-listproduct .product-image {
  margin-right: 20px;
}
.rtl .view-listproduct .product-image {
  margin-left: 20px;
  margin-right: inherit;
}
.view-listproduct .product-rating {
  padding: 20px 0 10px;
}
.view-listproduct .name a {
  font-weight: 500;
  font-size: 13px;
}
.view-listproduct .content_price {
  font-weight: 700;
  font-size: 14px;
}
.view-listproduct .content_price .price {
  color: #fff;
}

.rte ul {
  list-style: disc;
  line-height: 24px;
  padding-left: 40px;
}
.rtl .rte ul {
  padding-right: 40px;
  padding-left: inherit;
}
.rte img {
  margin-bottom: 20px;
}

/***** Home 1 ***********/
.manufacturers_block {
  padding: 30px 0 80px;
}

/***** Home 3 ***********/
.home-3 #top-header {
  padding: 0;
}
.home-3 .header-topbar {
  background-color: #333;
  min-height: 50px;
  font-size: 13px;
}
.home-3 .header-main {
  padding: 25px 0;
}
.home-3 .header_user_info .popup-title {
  display: none;
}
.home-3 .header_user_info .popup-title a {
  color: #aaaaaa;
}
.home-3 .header_user_info .popup-content {
  top: 50px;
}
.home-3 .header_user_info ul {
  margin-bottom: 0;
  line-height: 50px;
}
.home-3 .header_user_info ul li {
  display: inline;
  padding: 0 12px;
  border-right: #5c5c5c;
  border-style: none solid none none;
  border-width: 0 1px 0 0;
}
.rtl .home-3 .header_user_info ul li {
  border-left: #5c5c5c;
  border-right: inherit;
}
.rtl .home-3 .header_user_info ul li {
  border-style: none none none solid;
}
.rtl .home-3 .header_user_info ul li {
  border-width: 0 0 0 1px;
}
.home-3 .header_user_info ul li a {
  color: #aaaaaa;
}
.home-3 .header_user_info ul li.last {
  border-right: transparent;
  border-style: none solid none none;
  border-width: 0 1px 0 0;
  padding: 0 0 0 10px;
}
.rtl .home-3 .header_user_info ul li.last {
  border-left: transparent;
  border-right: inherit;
}
.rtl .home-3 .header_user_info ul li.last {
  border-style: none none none solid;
}
.rtl .home-3 .header_user_info ul li.last {
  border-width: 0 0 0 1px;
}
.rtl .home-3 .header_user_info ul li.last {
  padding: 0 10px 0 0;
}
.home-3 .block-languages .popup-title,
.home-3 .block-currencies .popup-title {
  padding: 15px 25px 15px 7px;
}
.rtl .home-3 .block-languages .popup-title, .rtl
.home-3 .block-currencies .popup-title {
  padding: 15px 7px 15px 25px;
}
.home-3 .block-languages .popup-title a,
.home-3 .block-currencies .popup-title a {
  font-size: 13px;
  color: #aaaaaa;
}
.home-3 .block-languages .popup-title:before,
.home-3 .block-currencies .popup-title:before {
  content: '\f107';
  position: absolute;
  top: 15px;
  font-family: "FontAwesome";
  right: 10px;
}
.rtl .home-3 .block-languages .popup-title:before, .rtl
.home-3 .block-currencies .popup-title:before {
  left: 10px;
  right: auto;
}
.home-3 .block-languages .popup-content,
.home-3 .block-currencies .popup-content {
  top: 50px;
  left: 0;
}
.rtl .home-3 .block-languages .popup-content, .rtl
.home-3 .block-currencies .popup-content {
  right: 0;
  left: auto;
}
.home-3 .manufacturers_block {
  margin-top: 0;
  border-top: none;
}
.home-3 .group-banner {
  padding-bottom: 70px;
  border-bottom: 1px solid #f3f3f3;
}
.home-3 .group-bannerleft .banner-item.banner-item-1 {
  margin-bottom: 60px;
}
.home-3 .group-bannerright {
  text-align: right;
}
.rtl .home-3 .group-bannerright {
  text-align: left;
}
.home-3 .group-bannerright .title_block {
  font-size: 50px;
  color: #95bfe2;
  padding-top: 40px;
}
.home-3 .group-bannerright .banner-item img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.home-3 .group-bannerright .banner-des {
  margin-bottom: 70px;
}

.new-collection {
  background: url(../img/default/bg-new-collection.jpg) center center fixed;
  background-size: cover;
  text-align: center;
  position: relative;
  padding: 200px 0;
}
.new-collection .title_block {
  font-size: 50px;
  margin-bottom: 15px;
}
.new-collection p {
  font-size: 16px;
  line-height: 30px;
}
.new-collection .btn-shop {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  padding: 12px 40px;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.featured-item {
  padding: 80px 0 120px;
}
.featured-item .title_block {
  color: #95bfe2;
  font-size: 30px;
  margin-bottom: 5px;
}
.featured-item .feautured-des {
  margin-bottom: 30px;
}

/***** Home 4 ***********/
.home-4 #all {
  max-width: 1760px;
  margin: 0 auto;
}
.home-4 #top-header.fixed {
  max-width: 1760px;
  margin: 0 auto;
}
.home-4 .main-slider-container {
  margin-bottom: 100px;
}
.home-4 .group-bannerh4 {
  margin: 0 auto;
  max-width: 970px;
}
.home-4 .group-bannerh4 .banner-itemdes {
  min-height: 200px;
  padding: 20px 0px 20px 100px;
}
.rtl .home-4 .group-bannerh4 .banner-itemdes {
  padding: 20px 100px 20px 0px;
}
.home-4 .group-bannerh4 .banner-itemdes h4 {
  color: black;
}
.home-4 .group-bannerh4 .banner-text {
  position: relative;
  min-height: 470px;
  padding: 50px 0px;
}
.home-4 .group-bannerh4 .banner-text .title_block {
  font-size: 50px;
  font-weight: bold;
  color: #95bfe2;
  padding: 10px 0px;
  text-transform: uppercase;
  margin: 0px 0px 0px -100px;
}
.rtl .home-4 .group-bannerh4 .banner-text .title_block {
  margin: 0px -100px 0px 0px;
}
.home-4 .group-bannerh4 .banner-text .banner-textdes {
  font-size: 14px;
  color: #999999;
  line-height: 26px;
  padding: 10px 0px;
  max-width: 370px;
}
.home-4 .group-bannerh4 .banner-text .banner-textbtn .btn {
  height: 46px;
  line-height: 46px;
  padding: 0px 30px;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.home-4 .tabs-top .title_block {
  font-size: 30px;
  padding: 30px 100px 15px;
  text-align: left;
}
.rtl .home-4 .tabs-top .title_block {
  text-align: right;
}
.home-4 .tabs-top .title_block:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #95bfe2;
  left: 100px;
}
.rtl .home-4 .tabs-top .title_block:after {
  right: 100px;
  left: auto;
}
.home-4 .tabs-top .nav-tabs {
  text-align: right;
  padding: 10px 80px 50px 0;
}
.rtl .home-4 .tabs-top .nav-tabs {
  text-align: left;
}
.rtl .home-4 .tabs-top .nav-tabs {
  padding: 10px 0 50px 80px;
}
.home-4 .tabs-top .nav-tabs > li.active {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.home-4 .banner-bottom {
  margin-top: 30px;
}
.home-4 .group-banner {
  margin-bottom: 50px;
}
.home-4 .box-services {
  margin: 0;
}
.home-4 .box-service {
  padding: 60px;
}
.home-4 .box-service.boxone {
  background-color: #f3f3f3;
}
.home-4 .box-service.boxtwo {
  background-color: #f9f9f9;
}
.home-4 #the-footer {
  background-color: #f7f7f7;
}
.home-4 #the-footer .title_block {
  color: black;
}
.home-4 .footer-copyright {
  background-color: white;
  border-top: none;
}
.home-4 .block-newsletter {
  padding: 0;
  text-align: left;
}
.rtl .home-4 .block-newsletter {
  text-align: right;
}
.home-4 .block-newsletter form {
  width: 100%;
}

/***** Home 5 ***********/
.home-5 .main-slider-container {
  margin-bottom: 0;
}
.home-5 .main-slider-container ul {
  margin-bottom: 0;
}
.home-5 .story-about-us {
  background-color: #f9f9f9;
  text-align: center;
  margin-bottom: 80px;
}
.home-5 .story-about-us .block-html {
  padding: 30px 100px;
}
.home-5 .story-about-us .block-html .title_block {
  position: relative;
  padding: 30px 0;
  font-weight: bold;
}
.home-5 .story-about-us .block-html .title_block .subtitle {
  position: absolute;
  font-weight: 600;
  font-size: 100px;
  width: 100%;
  top: 0;
  line-height: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: black;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.home-5 .story-about-us .block-html .block-htmldes {
  padding: 20px 0;
}
.home-5 .story-about-us .block-html .author {
  font-size: 30px;
  font-family: "Rage", sans-serif;
}
.home-5 .hello-fashion {
  background-color: #fee0df;
  margin: 70px 0 0;
  padding: 60px 0 0;
}
.home-5 .hello-fashion .group-bannerhtml {
  position: relative;
  text-align: right;
}
.rtl .home-5 .hello-fashion .group-bannerhtml {
  text-align: left;
}
.home-5 .hello-fashion .group-bannerhtml h4 {
  position: absolute;
  bottom: 20px;
  z-index: 1;
  font-size: 100px;
  font-weight: bold;
  color: white;
  text-transform: none;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  opacity: 0.3;
  filter: alpha(opacity=30);
  left: 0;
}
.rtl .home-5 .hello-fashion .group-bannerhtml h4 {
  right: 0;
  left: auto;
}
.home-5 .hello-fashion .group-bannerhtml img {
  margin-bottom: -60px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.home-5 .hello-fashion .box-texthtml {
  padding-top: 80px;
  text-align: right;
}
.rtl .home-5 .hello-fashion .box-texthtml {
  text-align: left;
}
.home-5 .hello-fashion .box-texthtml .title_block {
  color: black;
  font-size: 50px;
  margin-bottom: 15px;
}
.home-5 .hello-fashion .box-texthtml .box-texthtmldes {
  color: black;
  line-height: 27px;
  margin-bottom: 20px;
  padding-left: 100px;
}
.rtl .home-5 .hello-fashion .box-texthtml .box-texthtmldes {
  padding-right: 100px;
  padding-left: inherit;
}
.home-5 .hello-fashion .box-texthtml .btn {
  background-color: #e3a3a2;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.home-5 .hello-fashion .box-texthtml .btn:hover {
  background-color: black;
}
.home-5 .group-banner {
  text-align: center;
}
.home-5 .group-banner img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.home-5 .manufacturers_block {
  border-top: none;
  margin-top: 80px;
}
.home-5 .top-pickporduct .product-container .product-box {
  height: 30px;
  background-color: white;
  position: absolute;
  bottom: 20px;
  padding: 6px 15px;
  left: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rtl .home-5 .top-pickporduct .product-container .product-box {
  right: 20px;
  left: auto;
}
.home-5 .top-pickporduct .product-container .box-buttons {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.home-5 .tabs-top {
  padding: 50px 0 40px;
}
.home-5 .bottom-newsletter {
  background-color: #f9f9f9;
}

/*******************************************************************
                 end Content home
*********************************************************************/
/*******************************************************************
                 start Page not found
*********************************************************************/
.page-not404 {
  background-color: #f7f7f7;
}
.page-not404 .page-not-found {
  padding: 100px 0 50px;
}
.page-not404 .page-not-found img {
  margin-bottom: 70px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.page-not404 .page-not-found .title_block {
  color: black;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 3px;
  font-weight: 400;
}
.page-not404 .page-not-found .page-not-des {
  padding: 0 5em;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 30px;
}
.page-not404 .page-not-found .btn {
  padding: 12px 30px;
  font-weight: 500;
  text-transform: uppercase;
}
/*******************************************************************
                 end Page not found
*********************************************************************/

/*******************************************************************
                       start layout boxed
*********************************************************************/
body.layout-boxed-md {
  background: #f2f2f2;
}
body.layout-boxed-md #all {
  max-width: 990px;
  -webkit-box-shadow: 0 0 5px white;
  box-shadow: 0 0 5px white;
  margin: 0 auto;
  background: white;
}
body.layout-boxed-md #all .container {
  max-width: 970px;
}
body.layout-boxed-lg {
  background: #f2f2f2;
}
body.layout-boxed-lg #all {
  max-width: 1190px;
  -webkit-box-shadow: 0 0 5px white;
  box-shadow: 0 0 5px white;
  margin: 0 auto;
  background: white;
}
body.layout-boxed-lg #all .container {
  max-width: 1170px;
}
body.layout-boxed-lg #top-header.fixed {
  max-width: 1190px;
  margin: 0 auto;
}
body.layout-boxed-lg .tp-slide .tp-caption .tp-caption1 {
  top: 100px;
}
body.layout-boxed-lg .tp-slide .tp-caption .tp-caption2 {
  top: 165px;
}
body.layout-boxed-lg .tp-slide .tp-caption .tp-caption3 {
  top: 245px;
}

/*******************************************************************
                       end layout boxed
*********************************************************************/
/*******************************************************************
                       start table
*********************************************************************/
#cart_summary thead th {
  padding: 8px;
  color: black;
}
#cart_summary thead th.cart_quantity {
  width: 15%;
}
#cart_summary thead th.cart_unit {
  width: 15%;
}
#cart_summary tbody td {
  vertical-align: inherit;
  padding: 8px;
}
#cart_summary tbody td.cart_product {
  padding: 7px;
  width: 137px;
}
#cart_summary tbody td.cart_product img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
#cart_summary tbody td.cart_unit .price span {
  display: inline-block;
}
#cart_summary tbody td.cart_unit .price span.price-percent-reduction {
  margin: 5px auto;
  display: inline-block;
}
#cart_summary tbody td.cart_unit .price span.old-price {
  text-decoration: line-through;
}
#cart_summary tbody td.cart_description small {
  display: block;
  padding: 5px 0 0 0;
}
#cart_summary tbody td.cart_delete {
  width: 1%;
}
#cart_summary tbody td.cart_quantity .quantity {
  position: relative;
  width: 125px;
  height: 35px;
  margin: 0 auto;
}
#cart_summary tbody td.cart_quantity .minus,
#cart_summary tbody td.cart_quantity .plus {
  background: #f4f4f4;
  border: 1px solid #C8BFC6;
  color: #5E5E5E;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 35px;
  width: 35px;
  position: absolute;
  content: "";
}
#cart_summary tbody td.cart_quantity .minus {
  left: 0;
}
.rtl #cart_summary tbody td.cart_quantity .minus {
  right: 0;
  left: auto;
}
#cart_summary tbody td.cart_quantity .plus {
  right: 0;
}
.rtl #cart_summary tbody td.cart_quantity .plus {
  left: 0;
  right: auto;
}
#cart_summary tbody td.cart_quantity .qty {
  border: 1px solid #CCC;
  box-shadow: none;
  height: 35px;
  padding: 0 39px;
  text-align: center;
  width: 125px;
  font-size: 1em;
  float: left;
}
.rtl #cart_summary tbody td.cart_quantity .qty {
  float: right;
}
#cart_summary tfoot td.text-right, #cart_summary tfoot tbody td.cart_unit, #cart_summary tbody tfoot td.cart_unit, #cart_summary tfoot tbody td.cart_total, #cart_summary tbody tfoot td.cart_total {
  font-weight: bold;
}
#cart_summary tfoot td.price {
  text-align: right;
}
.rtl #cart_summary tfoot td.price {
  text-align: left;
}
#cart_summary tfoot td.total_price_container span {
  color: black;
  text-transform: uppercase;
}

.checkoutright {
  padding-top: 37px;
}

.shop_tablecart .product-thumbnail {
  width: 100px;
}
.shop_tablecart .product-thumbnail img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

.cart-totals .total .amount {
  font-size: 20px;
  font-weight: bold;
  color: black;
}

/*******************************************************************
                       end table
*********************************************************************/
/*******************************************************************
                 start Product list
*********************************************************************/
/******* content_sortPagiBar *******/
.content_sortPagiBar {
/*  background-color: #f8f8f8;*/
  margin-bottom: 30px;
  padding: 15px 15px 5px 15px;
}
.content_sortPagiBar.bottom {
  background-color: transparent;
  text-align: center;
  margin-bottom: 80px;
  padding: 10px 0;
}
.content_sortPagiBar.bottom ul {
  margin: 0;
}

.tiva-nav-tabs li {
  display: inline-block;
}
.tiva-nav-tabs li a {
  padding: 6px;
  font-size: 16px;
}
.tiva-nav-tabs li a:hover, .tiva-nav-tabs li a:focus {
  background-color: transparent;
}
.tiva-nav-tabs li.active a {
  color: #95bfe2;
}
.tiva-nav-tabs li.active a:hover, .tiva-nav-tabs li.active a:focus {
  color: #95bfe2;
  background-color: transparent;
}

.sort label {
  padding-top: 8px;
  font-weight: 300;
  margin-right: 10px;
  float: left;
}
.rtl .sort label {
  margin-left: 10px;
  margin-right: inherit;
}
.rtl .sort label {
  float: right;
}
.sort select {
  width: 100px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.sort .selectProductSort {
  min-width: 145px;
}
.sort #productsSortForm {
  margin-right: 20px;
}
.rtl .sort #productsSortForm {
  margin-left: 20px;
  margin-right: inherit;
}
.sort #productsShowForm select {
	width: 70px;	
}

.pagination > li > a {
  min-width: 40px;
  border: 1px solid #ddd;
  margin: 0 3px;
  font-size: 15px;
  color: black;
}
.pagination > li > a:hover, .pagination > li > a:focus {
  color: white;
  border: 1px solid #95bfe2;
  background-color: #95bfe2;
}
.pagination > li:first-child > a, .pagination > li:last-child > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.pagination > li.active > a {
  color: white;
  border: 1px solid #95bfe2;
  background-color: #95bfe2;
}
.pagination > li.active > a:hover, .pagination > li.active > a:focus {
  color: white;
  border: 1px solid #95bfe2;
  background-color: #95bfe2;
}

/************ left_column **********/
.sidebar .block {
  margin-bottom: 40px;
}
.sidebar .block .title_block {
  font-size: 18px;
  margin-bottom: 20px;
}
.sidebar .block .list-block li {
  padding: 15px 0;
  border-bottom: 1px solid #eaeaea;
}
.sidebar .block .list-block li .count {
  color: #999999;
}

/************ right_column *********/
.blog-search form {
  border: 1px solid #ddd;
}
.blog-search input {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.blog-search button {
  background-color: transparent;
}
.blog-search button:hover {
  color: #95bfe2;
  background-color: transparent;
}

.recent-posts li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ddd;
}
.recent-posts h5 {
  height: 18px;
  line-height: 20px;
  margin-bottom: 8px;
  font-weight: 400;
  overflow: hidden;
}
.recent-posts .post-image {
  margin-right: 15px;
}
.rtl .recent-posts .post-image {
  margin-left: 15px;
  margin-right: inherit;
}

.block-tag ul li {
  display: inline-block;
  margin: 0 15px 7px 0;
}
.rtl .block-tag ul li {
  margin: 0 0 7px 15px;
}
.block-tag ul li a {
  color: #999999;
}
.block-tag ul li a:hover {
  color: #95bfe2;
}

.blog-menu .count {
  float: right;
}
.rtl .blog-menu .count {
  float: left;
}

/************ center_column ********/
/*******************************************************************
                 end Product list
*********************************************************************/
/*******************************************************************
                 start Module
*********************************************************************/
.block_group_top ul {
  border: 1px solid #f3f3f3;
  padding: 5px 10px;
}
.block_group_top ul li {
  display: inline-block;
  margin-right: 5px;
}
.rtl .block_group_top ul li {
  margin-left: 5px;
  margin-right: inherit;
}
.block_group_top ul li.selected a {
  color: #95bfe2;
}
.block_group_top .block-languages ul li img {
  padding: 1px;
  width: 18px;
  height: 14px;
  border: 1px solid transparent;
}
.block_group_top .block-languages ul li.selected img, .block_group_top .block-languages ul li:hover img {
  border: 1px solid #95bfe2;
}
.block_group_top .block-currency {
  margin-top: 15px;
}

.block-search .popup-content {
  min-width: 280px;
}
.block-search form input {
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.block-search form button {
  color: white;
}
.block-search .input-group-btn:last-child .btn {
  margin-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.rtl .block-search .input-group-btn:last-child .btn {
  margin-right: 0;
  margin-left: inherit;
}

.header_user_info .popup-content li .fa {
  width: 14px;
  text-align: center;
  margin-right: 5px;
}
.rtl .header_user_info .popup-content li .fa {
  margin-left: 5px;
  margin-right: inherit;
}

.block-cart {
  position: relative;
}
.block-cart .ajax_cart_quantity {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  color: white;
  font-size: 12px;
  line-height: 21px;
  text-align: center;
  display: inline-block;
  background-color: #95bfe2;
  right: -8px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.rtl .block-cart .ajax_cart_quantity {
  left: -8px;
  right: auto;
}
.block-cart .popup-title {
  padding: 5px 0 4px 13px;
}
.rtl .block-cart .popup-title {
  padding: 5px 13px 4px 0;
}
.block-cart .popup-content {
  min-width: 360px;
}
.block-cart table.cart {
  width: 100%;
}
.block-cart table.cart .product-thumbnail {
  width: 120px;
}
.block-cart table.cart .actions-continue {
  margin-top: 10px;
  padding-top: 20px;
  clear: both;
  border-top: 1px solid #f3f3f3;
}

.block-newsletter {
  padding: 50px 0;
  margin-bottom: 0;
  text-align: center;
}
.block-newsletter .title_block {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 60px;
}
.rtl .block-newsletter .title_block {
  margin-left: 60px;
  margin-right: inherit;
}
.block-newsletter form {
  width: 570px;
  display: inline-block;
}
.block-newsletter form .form-group {
  position: relative;
  margin-bottom: 0;
}
.block-newsletter form input[type="text"] {
  color: #999999;
  height: 50px;
  width: 100%;
  line-height: 50px;
  padding: 0 20px;
  margin-bottom: 0;
  font-size: 14px;
  display: table-cell;
  border: 1px solid #f3f3f3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.block-newsletter form .btn {
  position: absolute;
  content: "";
  top: 0;
  line-height: 50px;
  padding: 0 15px;
  border: none;
  font-size: 24px;
  color: #888888;
  background-color: transparent;
  right: 0;
}
.rtl .block-newsletter form .btn {
  left: 0;
  right: auto;
}
.block-newsletter form .btn:hover, .block-newsletter form .btn:focus, .block-newsletter form .btn:active {
  outline: none;
  color: #95bfe2;
}
.block-newsletter form .btn i {
  line-height: 50px;
}

#social_block ul li {
  padding: 0 8px;
  display: inline-block;
}
#social_block ul li a {
  color: #999999;
}
#social_block ul li a:hover {
  color: #95bfe2;
}
#social_block ul li a span {
  display: none;
}
#social_block ul li .fa {
  font-size: 18px;
}
#social_block ul li:first-child {
  padding: 0 8px 0 0;
}
.rtl #social_block ul li:first-child {
  padding: 0 0 0 8px;
}

#categories_block_left .title_block {
  margin-bottom: 10px;
}

#block_price_filter .title_block {
  margin-bottom: 30px;
}
#block_price_filter .ui-slider {
  position: relative;
  margin-bottom: 30px;
}
#block_price_filter .ui-slider .ui-slider-range {
  height: 1px;
  width: 100%;
  background-color: #95bfe2;
  position: absolute;
  display: block;
}
#block_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  top: -6px;
  display: block;
  height: 13px;
  width: 13px;
  background-color: #95bfe2;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
#block_price_filter .ui-widget-content {
  height: 1px;
  width: 100%;
  background-color: #ccc;
}
#block_price_filter .price_filter label {
  font-weight: 300;
}
#block_price_filter .price_filter strong {
  color: black;
}

#block_color_filter .title_block {
  margin-bottom: 10px;
}

#block_featured_product .product-container {
  margin-bottom: 20px;
  text-align: left;
}
.rtl #block_featured_product .product-container {
  text-align: right;
}
#block_featured_product .product-container .product-image-container {
  margin-bottom: 0;
}
#block_featured_product .star_content {
  padding: 10px 0 0;
  display: inline-block;
}
#block_featured_product .name {
  height: 20px;
}

/*******************************************************************
                 end Module
*********************************************************************/
/*******************************************************************
                       start contact us
*********************************************************************/
.contact-details {
  text-align: center;
}

#contact-map {
  margin: 60px 0 70px;
}

.contact-form {
  margin-bottom: 80px;
}
.contact-form .title_block {
  text-align: center;
  font-size: 36px;
}
.contact-form .contact-des {
  padding: 0 12em;
  text-align: center;
  margin-bottom: 40px;
}
.contact-form input {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #f3f3f3;
  outline: none;
  position: relative;
}
.contact-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #f3f3f3;
  height: 175px;
  resize: none;
  margin-bottom: 10px;
  outline: none;
}
.contact-form .btn {
  padding: 10px 30px;
  text-transform: uppercase;
}

/*******************************************************************
                        end  contact us
*********************************************************************/
/*******************************************************************
                       start blog-posts
*********************************************************************/
.blog-posts {
  text-align: center;
}
.blog-posts .post {
  width: 100%;
  margin-bottom: 60px;
  float: left;
}
.rtl .blog-posts .post {
  float: right;
}
.blog-posts .post-image {
  margin-bottom: 30px;
}
.blog-posts .post-category {
  margin-bottom: 20px;
}
.blog-posts .post-category a {
  border: 1px solid #dddddd;
  padding: 2px 15px;
  color: #999;
  font-size: 11px;
  text-transform: uppercase;
}
.blog-posts .post-category a:hover {
  color: #95bfe2;
  border: 1px solid #95bfe2;
}
.blog-posts .post-content .title_block {
  font-size: 20px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  background: url(../img/default/bg-title.jpg) no-repeat bottom center transparent;
}
.blog-posts .post-content .des {
  margin-bottom: 30px;
  color:#fff;
}
.blog-posts .post-content .btn-readmore {
  color: #232323;
  padding: 5px 25px;
  border: 1px solid black;
  text-transform: uppercase;
  background-color: #fadf9e;
  font-weight: bold;
}
.blog-posts .post-content .btn-readmore:hover {
  color: white;
  background-color: #95bfe2;
  border: 1px solid #95bfe2;
}
.blog-posts .post-meta {
  border-bottom: 1px dashed #555555;
  width: 100%;
  clear: both;
  padding: 15px 0;
  margin-top: 10px;
  float: left;
}
.rtl .blog-posts .post-meta {
  float: right;
}
.blog-posts .post-meta-lr {
  width: 50%;
  float: left;
}
.rtl .blog-posts .post-meta-lr {
  float: right;
}
.blog-posts .post-meta-left {
  text-align: left;
}
.rtl .blog-posts .post-meta-left {
  text-align: right;
}
.blog-posts .post-meta-left span {
  margin-right: 10px;
}
.rtl .blog-posts .post-meta-left span {
  margin-left: 10px;
  margin-right: inherit;
}
.blog-posts .post-meta-left a {
  color: #999999;
}
.blog-posts .post-meta-left a:hover {
  color: #95bfe2;
}
.blog-posts .post-meta-right {
  text-align: right;
}
.rtl .blog-posts .post-meta-right {
  text-align: left;
}
.blog-posts #social_block {
  margin-top: 0;
}
.blog-posts #social_block ul li a {
  color: #666;
}
.blog-posts #social_block ul li a:hover {
  color: #95bfe2;
}
.blog-posts #social_block ul li .fa {
  font-size: 15px;
}
.blog-posts #social_block ul li.last {
  padding: 0 0 0 8px;
}
.rtl .blog-posts #social_block ul li.last {
  padding: 0 8px 0 0;
}
.blog-posts .content_sortPagiBar.bottom {
  width: 100%;
  margin-bottom: 30px;
  float: left;
}
.rtl .blog-posts .content_sortPagiBar.bottom {
  float: right;
}

/****** single-post *****/
.single-post .blog-meta span {
  position: relative;
  padding-right: 20px;
  margin-right: 10px;
}
.rtl .single-post .blog-meta span {
  padding-left: 20px;
  padding-right: inherit;
}
.rtl .single-post .blog-meta span {
  margin-left: 10px;
  margin-right: inherit;
}
.single-post .blog-meta span:after {
  position: absolute;
  content: "";
  top: 9px;
  width: 5px;
  height: 5px;
  background-color: #ccc;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  right: 0;
}
.rtl .single-post .blog-meta span:after {
  left: 0;
  right: auto;
}
.single-post .blog-meta span:last-child:after {
  content: none;
}

.blog-detail .blog-image {
  margin-bottom: 30px;
  text-align: center;
}
.blog-detail .title_block {
  font-size: 20px;
  margin-bottom: 8px;
}
.blog-detail .blog-meta {
  margin-bottom: 35px;
}
.blog-detail .post-content {
  line-height: 28px;
  margin-bottom: 35px;
  text-align: justify;
}
.blog-detail .post-tag {
  padding: 15px 0;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 30px;
}
.blog-detail .post-tag-lr {
  width: 50%;
  float: left;
}
.rtl .blog-detail .post-tag-lr {
  float: right;
}
.blog-detail .post-tag-left strong {
  color: black;
}
.blog-detail .post-tag-left a {
  color: #999999;
  margin: 0 7px;
}
.blog-detail .post-tag-left a:hover {
  color: #95bfe2;
}
.blog-detail .post-tag-right {
  text-align: right;
}
.rtl .blog-detail .post-tag-right {
  text-align: left;
}
.blog-detail #social_block {
  margin-top: 0;
}
.blog-detail #social_block ul li .fa {
  font-size: 15px;
}
.blog-detail #social_block ul li.last {
  padding: 0 0 0 8px;
}
.rtl .blog-detail #social_block ul li.last {
  padding: 0 8px 0 0;
}

.blog-author {
  padding: 40px 0;
  margin-bottom: 50px;
  border-bottom: 1px dashed #ddd;
}
.blog-author .blog-author-info {
  background-color: #f8f8f8;
}
.blog-author .author-content {
  padding: 70px;
  line-height: 24px;
}

.blockrelated-posts {
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 1px dashed #ddd;
}
.blockrelated-posts .title_block {
  font-size: 16px;
  margin-bottom: 35px;
}
.blockrelated-posts .post {
  margin-bottom: 20px;
}
.blockrelated-posts .post .blog-image {
  margin-bottom: 20px;
  font-size: 16px;
}

.comments-area {
  margin-bottom: 50px;
}
.comments-area .title_block {
  font-size: 16px;
}
.comments-area .comments-list .cm-avatar {
  margin-right: 25px;
}
.rtl .comments-area .comments-list .cm-avatar {
  margin-left: 25px;
  margin-right: inherit;
}
.comments-area .comments-list .cm-meta {
  margin-bottom: 7px;
}
.comments-area .comments-list .cm-meta .link-author {
  text-transform: uppercase;
}
.comments-area .comments-list .cm-meta .cm-date {
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
}
.rtl .comments-area .comments-list .cm-meta .cm-date {
  padding-right: 20px;
  padding-left: inherit;
}
.rtl .comments-area .comments-list .cm-meta .cm-date {
  margin-right: 10px;
  margin-left: inherit;
}
.comments-area .comments-list .cm-meta .cm-date:before {
  position: absolute;
  content: "";
  top: 9px;
  width: 5px;
  height: 5px;
  background-color: #ccc;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  left: 0;
}
.rtl .comments-area .comments-list .cm-meta .cm-date:before {
  right: 0;
  left: auto;
}
.comments-area .comments-list .reply-link {
  color: #999999;
}
.comments-area .comments-list .reply-link:hover {
  color: #95bfe2;
}
.comments-area .comments-list .reply-link .fa {
  margin-right: 5px;
}
.rtl .comments-area .comments-list .reply-link .fa {
  margin-left: 5px;
  margin-right: inherit;
}
.comments-area .comments-list > li {
  padding: 40px 0;
  border-bottom: 1px dashed #ddd;
}
.comments-area .comments-list > li ol {
  margin-left: 95px;
}
.rtl .comments-area .comments-list > li ol {
  margin-right: 95px;
  margin-left: inherit;
}
.comments-area .comments-list > li ol li {
  padding-top: 40px;
}

.comments-form {
  margin-bottom: 50px;
}
.comments-form .title_block {
  font-size: 16px;
}
.comments-form form {
  margin-top: 30px;
}
.comments-form form input {
  height: 44px;
}
.comments-form form textarea {
  height: 180px;
}
.comments-form form .form-group {
  margin-bottom: 25px;
}
.comments-form form .form-control {
  border: 1px solid #eaeaea;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.comments-form form .btn {
  padding: 9px 30px;
  text-transform: uppercase;
}

/*******************************************************************
                        end  blog-posts
*********************************************************************/
/*******************************************************************
                 start Footer
*********************************************************************/
.index #the-footer {
  margin-top: 0;
}

#the-footer {
  margin-top: 50px;
  background: #212121;
}
#the-footer .title_block {
  color: white;
  font-size: 18px;
  margin-bottom: 25px;
}
#the-footer p {
  color: #888888;
}

.toggle-footer li a {
  color: #888888;
}
.toggle-footer li a:hover {
  color: #95bfe2;
}

.footer-top {
  padding: 80px 0 70px;
}

.footer-copyright {
  padding: 27px 0;
  border-top: 1px solid #303030;
}
.footer-copyright .payment {
  float: right;
}
.rtl .footer-copyright .payment {
  float: left;
}

.about-us {
  padding: 0 100px 0 0;
}
.rtl .about-us {
  padding: 0 0 0 100px;
}
.about-us p {
  line-height: 27px;
}

#social_block {
  margin-top: 25px;
}
#social_block ul {
  margin: 0;
}

.block-gallery a {
  display: block;
  margin: 0 5px 5px 0;
}
.rtl .block-gallery a {
  margin: 0 0 5px 5px;
}
.block-gallery .block_content {
  padding-top: 10px;
}

.bullet li {
  line-height: 27px;
  margin-bottom: 5px;
}

/*******************************************************************
                 end Footer
*********************************************************************/
/*******************************************************************
                 start Go up
*********************************************************************/
.go-up {
  position: fixed;
  bottom: 15px;
  right: 15px;
  margin-bottom: 0;
  text-align: center;
  z-index: 999;
}
.go-up a {
  background: #95bfe2;
  width: 44px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  color: white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/*******************************************************************
                 end Go up
*******************************************************************/
/*******************************************************************
                 Start Popup Screen
*******************************************************************/
/* Popup Screen */
.tiva-popup-screen {
  position: fixed;
  top: 0;
  z-index: 9999;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
  zoom: 1;
  background-color: transparent\9;
  left: 0;
  width: 100%;
  height: 100%;
}
.rtl .tiva-popup-screen {
  right: 0;
  left: auto;
}

.tiva-popup-screen .popup-wrap {
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rtl .tiva-popup-screen .popup-wrap {
  right: 0;
  left: auto;
}

.tiva-popup-screen .popup-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.tiva-popup-screen .popup {
  width: 630px;
  margin: 0 auto;
  padding: 70px 20px 200px;
  position: relative;
  display: inline-block;
  z-index: 999999;
  vertical-align: middle;
  background: url(../img/default/bg-popup.jpg) no-repeat center center transparent;
  -webkit-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.tiva-popup-screen .popup .title1 {
  font-size: 18px;
  font-weight: 400;
  color: #999;
}

.tiva-popup-screen .popup .title2 {
  font-size: 30px;
  font-weight: bold;
}

.tiva-popup-screen .popup .title3 {
  font-size: 18px;
  font-weight: 400;
  color: #e1a5a4;
  margin-bottom: 25px;
}

.tiva-popup-screen .popup .btn {
  padding: 10px 35px;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.tiva-popup-screen .popup .close {
  position: absolute;
  top: 12px;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  right: 15px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.rtl .tiva-popup-screen .popup .close {
  left: 15px;
  right: auto;
}

.tiva-popup-screen .popup .close:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/*******************************************************************
                 end Popup Screen
*******************************************************************/
.tiva-mega-menu ul.level0 li.haschild a.mega span.menu-title,
.tiva-mega-menu ul.level0 li.haschild-over a.mega span.menu-title,
.tiva-mega-menu ul.level0 li.mega span.menu-title,
.tabs-top .nav-tabs > li > a,
.tabs-top .title_block,
[class*=" pe-7s-"],[class^=pe-7s-]{
	color: #fff;
}
.menu-title{font-size:15px; font-family: Tahoma;}    
.tiva-mega-menu ul.level1 li.mega a.mega span.menu-title {
    color: #000;
}  

body {
    background: #fcfcfc;
    font-family: Arial, Tahoma, Verdana;
}
.adminForm {color:#333333;}

/*******************************************************************
                 Agregado por Buyto
*******************************************************************/

.span12.pagination.pagination-right li {
   float: left;
   padding: 5px;
  border: 1px solid #eeeeee;
}

.span12.pagination.pagination-right li.disabled {
   background: #aaaaaa;
}

.table-bordered > thead > tr > th {
  border: none;
}