@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
.ie input[type="password"] {
  font-family: 'Arial', sans-serif !important;
}
a,
a:link,
a:visited {
  color: #2980b9;
}
a:hover,
a:focus {
  color: #6ab0de;
  text-decoration: none;
  outline: none;
}
body {
  background-color: #f2f2f2;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #3d3d3d;
  text-rendering: optimizeLegibility;
}
p {
  color: #3d3d3d;
  font-size: 14px;
  line-height: 16px;
}
h1,
h2 {
  line-height: 52.5px;
  font-weight: bold;
}
h3 {
  line-height: 29.4px;
  font-weight: bold;
}
h1 {
  font-size: 35.7px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
  font-weight: bold;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
hr {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #fff;
}
hr.box-divisor {
  margin: 20px auto 5px;
  width: 95%;
}
.tab-content section {
  padding: 10px;
}
.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.row-fluid .span3-5 {
  width: 22.8%;
}
.row-fluid .span8-5 {
  width: 75%;
}
[class*="flex-box"] {
  border: 1px solid #dee1e3;
  margin-bottom: 20px;
  position: relative;
}
[class*="flex-box"] h2 {
  color: #3d3d3d;
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
  padding: 13px 0 0 3%;
  float: left;
  width: 94%;
  clear: both;
}
[class*="flex-box"] h2 time {
  float: right;
  margin-right: 10px;
}
[class*="flex-box"] footer {
  float: right;
  max-width: 300px;
  margin: 10px 0;
}
[class*="flex-box"] section {
  padding: 15px;
}
[class*="flex-box"] section form {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
}
[class*="flex-box"] section b {
  color: #818181;
  font-weight: normal;
}
[class*="flex-box"] section h5 {
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  clear: both;
}
[class*="flex-box"] section h5 a {
  color: #3d3d3d;
}
[class*="flex-box"] section h5 a:hover {
  color: #2980b9;
}
[class*="flex-box"] section p {
  font-size: .9em;
  color: #939496;
  line-height: 21px;
}
[class*="flex-box"] .span12 > section > h5 {
  clear: none;
}
[class*="flex-box"] img {
  width: 100%;
}
.flex-box img, .flex-box-dashed img {
  height: auto;
  display:block;
  margin-left:auto;
  margin-right:auto;
  width: auto;
  max-width: 100%;
}
[class*="flex-box"] time,
[class*="flex-box"] .time {
  font-weight: normal;
  font-size: 12px;
  padding-bottom: 5px;
  display: block;
}
[class*="flex-box"] time a,
[class*="flex-box"] .time a {
  color: #27ae60;
}
[class*="flex-box"] time a:hover,
[class*="flex-box"] .time a:hover {
  color: #32d175;
}
[class*="flex-box"] .featured-item-preview .time {
  display: inline;
}
[class*="flex-box"] form {
  width: 96%;
  margin: 10px 2%;
  display: inline-block;
}
[class*="flex-box"] form label {
  font-size: 11px;
}
[class*="flex-box"] .price-tag {
  position: absolute;
  background-color: rgba(0,0,0,0.7);
  color: white;
  font-size: 1em;
  line-height: 10px;
  padding: 10px;
  font-weight: bold;
  margin-top: -30px;
  top: 128px;
  left: 0;
}
.ie [class*="flex-box"] .price-tag {
  background: url(images/structure/bg-black-opacity-70.png) repeat transparent;
  top: 129px;
}
.flex-box-group img {
  margin: 10px auto;
}
.flex-box-group .blog-item img {
  margin: 0 5px 0 0;
}
.flex-box-group aside,
.flex-box-group .blog-item .item .image {
  float: left;
  margin-right: 7px;
  width: 45%;
  position: relative;
}
.flex-box-group aside {
  width: 47%;
}
.flex-box-group aside img {
  margin: auto;
}
.flex-box-group .total-reviews {
  color: #2980b9;
  margin: 10px 0 9px;
  text-align: center;
  padding: 0;
  overflow: hidden;
}
.flex-box-group .total-reviews h1 {
  font-size: 4em;
}
.flex-box-group .total-reviews h1 small {
  font-size: 31%;
  display: block;
  line-height: 1.8em;
  margin-top: 10px;
}
.flex-box-group .span9.reviewcounter {
  margin-left: 11px;
}
.flex-box-group .span9.reviewcounter .featured-item-preview {
  border-left: 1px solid #2980b9;
  margin: 10px 0;
  padding: 0 20px;
}
.flex-box-group .featured-item-preview {
  vertical-align: top;
  color: #939496;
}
.flex-box-group .featured-item-preview .stars-rating,
.flex-box-group .featured-item-preview b {
  margin-right: 11px;
  font-weight: bold;
  font-size: 12px;
}
.flex-box-group .featured-item-preview p {
  color: #939496;
  margin: 5px 0;
  height: 40px;
  overflow: hidden;
}
.flex-box-group .featured-item-preview h5 a {
  font-weight: bold;
  font-size: 14px;
}
.flex-box-group .featured-item-preview b a {
  color: #939496;
}
.flex-box-group .featured-item-preview b a:hover {
  color: #2980b9;
}
.flex-box-group .item-preview {
  display: inline-block;
  clear: none;
  vertical-align: top;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11px 0;
  border-top: 1px solid #dee1e3;
}
.flex-box-group .item-preview h5 {
  clear: none;
}
.flex-box-group .item-preview h5 a {
  color: #3d3d3d;
}
.flex-box-group .item-preview h5 a:hover {
  color: #6ab0de;
}
.flex-box aside {
  float: left;
  margin-right: 10px;
  width: 52%;
  position: relative;
}
.flex-box aside span {
  left: 0;
  padding: 20px 0;
  position: absolute;
  text-align: center;
  top: 30%;
  width: 100%;
  background: rgba(0,0,0,0.7);
  pointer-events: none;
}
.flex-box aside span h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  padding: 1px 4px;
}
.flex-box section aside {
  padding-bottom: 5px;
  width: 55%;
}
.span8 .flex-box aside {
  width: 62%;
}
.span8 .flex-box > .span12 >  aside {
  width: 48%;
}
.flex-box-inline {
  border: none;
  margin-top: 15px;
  padding: 12px 21px 11px;
  margin-bottom: 27px;
  text-align: center;
  background-color: #f2f3f5;
}
.flex-box-inline a {
  font-size: 12px;
  white-space: nowrap;
}
.flex-box-inline a,
.flex-box-inline h5 {
  display: inline;
  line-height: 0.9em;
}
.flex-box-inline a b,
.flex-box-inline h5 b {
  font-size: 1.1em;
  word-wrap: break-word;
  padding-right: 10px;
}
.ie .navbar-static-top .nav > li {
  border-left: 1px solid #242424;
  border-right: none;
}
.ie .navbar-static-top .nav > li:first-child {
  border-left: none;
}
.ie .flex-box-inline {
  padding: 15px 15px;
}
.ie .advanced-search-box .form-inline label {
  white-space: nowrap;
}
.ie .navbar-static-top .nav > .menuActived > a:after {
  display: none;
}
.ie .flex-box-inline a,
.ie .flex-box-inline h5 {
  display: inline;
  float: none;
}
.ie .flex-box aside span {
  background: url(images/structure/bg-black-opacity-70.png) repeat;
}
.flex-box-underline {
  border-color: transparent;
  border-bottom-color: #dee1e3;
  margin-bottom: 21px;
  padding-bottom: 21px;
}
.flex-box-underline h2 {
  padding: 0 0 0;
  width: 100%;
  margin-bottom: 11px;
}
.flex-box-underline h3 {
  margin-top: -6px;
}
.flex-box-underline p {
  margin-top: 21px;
}
.flex-box-underline p.text-right {
  margin-top: 0;
}
.flex-box-underline p a {
  white-space: nowrap;
}
.flex-box-underline.box-statement {
  float: left;
  padding-bottom: 0;
  width: 100%;
  margin-top: 21px;
}
.flex-box-underline.box-statement blockquote {
  width: 49%;
  float: left;
}
.flex-box-underline.box-statement blockquote.total {
  width: 100%;
}
.flex-box-underline.box-statement img.statement {
  float: left;
  width: 51%;
}
.flex-box-underline.box-statement blockquote:before {
  content: "";
  background: url(images/structure/statement-bg.png) no-repeat left top transparent;
  height: 45px;
  width: 45px;
  display: block;
}
.flex-box-underline.box-statement blockquote p {
  font-style: italic;
  font-size: 14px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #939496;
  margin-top: 0;
}
.flex-box-underline.box-statement blockquote small {
  color: #3d3d3d;
}
.flex-box-underline.box-statement blockquote small:before {
  content: "";
  display: block;
  height: 10px;
}
.flex-box-title {
  border: none;
  margin-bottom: 21px;
  clear: both;
}
.flex-box-title .top-info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.flex-box-title p,
.flex-box-title li {
  line-height: 1.5em;
  font-size: 95%;
}
.flex-box-title h2 {
  padding: 0;
  width: 100%;
  line-height: 16px;
}
.flex-box-title h4 {
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #dee1e3;
  line-height: 2em;
  margin-bottom: 11px;
}
.flex-box-title section.item-preview {
  border-bottom: 1px solid #dee1e3;
  clear: both;
  padding-left: 0;
  padding-right: 0;
}
.flex-box-title strong {
  text-transform: capitalize;
  font-size: 16px;
}
.flex-box-title article {
  margin: 11px 0;
  float: left;
  width: 100%;
}
.flex-box-title article strong {
  font-size: 14px;
}
.flex-box-title address {
  font-size: 95%;
  padding-bottom: 11px;
}
.flex-box-title .small-text {
  margin: 11px 0;
}
.flex-box-title.sidebar h2 {
  margin-left: 10px;
}
.flex-box-group.flex-box-underline {
  padding-bottom: 0;
}
.flex-box-dashed {
  border-style: dashed;
  padding: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.flex-box-dashed .tag {
  color: white;
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
  border-radius: 30px;
  padding: 15px 0;
  right: 4%;
  top: 10px;
  position: absolute;
  width: 50px;
  max-width: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
}
.flex-box-dashed .no-image {
  height: 127px;
}
.flex-box-dashed section em {
  text-decoration: line-through;
  color: #939496;
  float: none;
  border-radius: 0;
  background-color: transparent;
  font-size: 14px;
  padding: 0 5px 0 0;
  font-weight: normal;
  font-style: normal;
  line-height: 1em;
}
.flex-box-dashed aside {
  width: 52%;
  padding-right: 2px;
  border-right: 1px dashed #dee1e3;
}
.flex-box-dashed aside .no-image {
  height: 164px;
}
.flex-box-dashed.flex-box  h5 {
  display: inline;
}
[class*="sidebar"] h2,
.content-profile .standardSubTitle,
.box-title h2,
.box-title > h3,
.content > h2,
.standardStep-Title,
.order-head > h2,
.level-preview > h2 {
  color: #3d3d3d;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  padding: 0;
  float: left;
  width: 100%;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content > h2 {
  margin-bottom: 20px;
}
.box-title h2,
.box-title > h3 {
  margin-bottom: 20px;
}
.box-title .flex-box-list.span12 {
  margin-left: 0;
}
.box-title .flex-box-list.span12 h2 {
  padding: 10px;
}
.level-preview > h2 > span > a {
  font-size: 10px;
  font-weight: normal;
}
.level-preview > h2 > span > a,
[class*="flex-box"] h2 > a {
  color: #d9534f;
}
[class*="flex-box"] h2 > a:hover {
  color: #e17875;
  text-decoration: underline;
}
[class*="flex-box"] h2 > [class*="icon-"] {
  text-indent: 0;
}
[class*="flex-box"] h2 span,
.level-preview > h2 span,
[class*="flex-box"] h2 > 
.view-more,
[class*="sidebar"] h2 .view-more {
  float: right;
}
b.divisor {
  border-left: 1px solid #d35400;
  border-right: 1px solid #d35400;
  font-size: 11px;
  height: 0;
  margin: 0 4px 0 6px;
}
.zebra {
  border: none;
}
.zebra h2 {
  padding: 0 0 10px;
  line-height: 16px;
}
.zebra a {
  color: #27ae60;
}
.zebra a:hover {
  color: #32d175;
}
.zebra aside {
  width: 47%;
}
.zebra section {
  border-top: 1px solid #dee1e3;
  padding: 15px 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zebra section h5 {
  clear: none;
  line-height: 1.2em;
}
.zebra section:nth-child(2) {
  border-top: none;
  padding-top: 11px;
}
.zebra section .no-image {
  height: 60px;
}
.box-calendar {
  background-color: #f8f8f8;
  max-height: 400px;
  overflow-y: auto;
}
.box-calendar .item-preview {
  padding: 10px;
  border: none;
}
.box-calendar .item-preview h5,
.box-calendar .item-preview p {
  font-size: .9em;
}
.box-calendar .item-preview b {
  color: #27ae60;
  font-size: 12px;
}
[class*="sidebar"] h4 {
  float: left;
  width: 100%;
  min-width: 0;
  background-color: #e8e9eb;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  padding: 10px 0 10px 5%;
  border-bottom: 1px solid white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[class*="sidebar"] h4.title-filter {
  width: 80%;
  float: left;
  padding-left: 10px;
}
[class*="sidebar"] h4 [class*="icon-caret"] {
  float: right;
  color: #2980b9;
  padding: 4px 10px 0 0;
}
[class*="sidebar"] > ul {
  border: none;
}
[class*="sidebar"] label {
  font-size: 12px;
}
[class*="sidebar"] label span {
  color: #dee1e3;
}
[class*="sidebar"] a {
  color: #2980b9;
}
[class*="sidebar"] a:hover {
  color: #6ab0de;
}
[class*="sidebar"] .list-category li span,
[class*="sidebar"] em {
  float: right;
  font-size: 12px;
  font-weight: bold;
  color: #2980b9;
  font-style: normal;
  border-radius: 4px;
  background-color: #fcfcfc;
  padding: 0 4px;
  line-height: 1em;
}
[class*="sidebar"] .view-all a {
  color: #2980b9;
}
[class*="sidebar"] .view-all a:hover {
  color: #6ab0de;
}
[class*="sidebar"] [class*="icon-caret"] {
  color: #2980b9;
}
.sidebar-filters {
  float: left;
}
.sidebar-filters .sidebar-browseby {
  width: 100%;
  margin-bottom: 20px;
}
.flex-box-list,
[class*="flex-box"] > .row-fluid,
.span12 .flex-box-group {
  border-color: #dee1e3;
  background-color: #f8f8f8;
}
.span12 .span3 .flex-box-group {
  border-color: #dee1e3;
  background-color: white;
}
.span12 .span3 .flex-box-group.box-calendar {
  background-color: #f8f8f8;
}
.text-success,
a.text-success {
  color: #27ae60;
}
.text-success:hover,
a.text-success:hover {
  color: #32d175;
}
.text-info,
a.text-info {
  color: #2980b9;
}
.text-info:hover,
a.text-info:hover {
  color: #6ab0de;
}
.text-danger,
a.text-danger {
  color: #d9534f;
}
.text-danger:hover,
a.text-danger:hover {
  color: #e17875;
}
.text-warning,
a.text-warning {
  color: #d35400;
}
.text-warning:hover,
a.text-warning:hover {
  color: #ff6702;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fcfcfc;
  padding: 4px 8px;
  font-size: 13px;
  color: #797978;
  border: 1px solid #d9d9d7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
}
.popup-review textarea,
.send-email textarea {
  height: 135px;
}
.ie textarea,
.ie .tableCategoriesCONTENT select {
  min-height: 100px;
}
select {
  width: 207px;
}
input,
button,
select,
textarea {
  font-family: 'Open Sans', sans-serif;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 0;
  line-height: normal;
}
.contact-form select,
.contact-form input[type="text"],
.contact-form input[type="password"],
.contact-form input[type="datetime"],
.contact-form input[type="datetime-local"],
.contact-form input[type="date"],
.contact-form input[type="month"],
.contact-form input[type="time"],
.contact-form input[type="week"],
.contact-form input[type="number"],
.contact-form input[type="email"],
.contact-form input[type="url"],
.contact-form input[type="search"],
.contact-form input[type="tel"],
.contact-form input[type="color"] {
  background-color: white;
  padding: 4px;
  height: 38px;
}
.contact-form textarea {
  background-color: white;
  padding: 4px;
  height: 200px;
}
.well {
  background-color: white;
  padding: 0;
  margin-bottom: 20px;
  border: 1px solid #d9d9d7;
  border-top: none;
}
.btn {
  background-color: ;
  padding: 5px 20px;
  line-height: 20px;
  font-size: 12px;
  -webkit-transition: all 0.5s ease 0.16666666666667s;
  -moz-transition: all 0.5s ease 0.16666666666667s;
  -o-transition: all 0.5s ease 0.16666666666667s;
  transition: all 0.5s ease 0.16666666666667s;
}
.btn:hover {
  background-color: ;
}
.btn-primary,
a.btn-primary {
  background-color: #d35400;
  color: white;
}
.btn-primary:hover,
a.btn-primary:hover {
  background-color: #ff6702;
}
.btn-success,
a.btn-success {
  background-color: #27ae60;
  color: white;
}
.btn-success:hover,
a.btn-success:hover {
  background-color: #32d175;
}
.btn-info,
a.btn-info {
  background-color: #2980b9;
  color: white;
}
.btn-info:hover,
a.btn-info:hover {
  background-color: #6ab0de;
}
.btn-warning,
a.btn-warning {
  background-color: #d35400;
  color: white;
}
.btn-warning:hover,
a.btn-warning:hover {
  background-color: #ff6702;
}
.btn-danger,
a.btn-danger {
  background-color: #d9534f;
  color: white;
}
.btn-danger:hover,
a.btn-danger:hover {
  background-color: #e17875;
}
.btn-inverse,
a.btn-inverse {
  background-color: #3d3d3d;
  color: white;
}
.btn-inverse:hover,
a.btn-inverse:hover {
  background-color: #575757;
}
.btn-link,
a.btn-link {
  background-color: transparent;
  color: #2980b9;
}
.btn-link:hover,
a.btn-link:hover {
  background-color: ;
}
.bt-highlight  button:focus,
.bt-highlight button:hover {
  color: #fff;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret,
.navbar-static-top .nav li.dropdown > a:focus .caret,
.navbar-static-top .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown.open > .dropdown-toggle .caret {
  border-top-color: white;
  border-bottom-color: white;
}
.navbar-static-top .nav > li > a:focus {
  background-color: transparent;
}
.alert {
  padding: 8px 35px 8px 14px;
  background-color: #fef6ea;
  border: 1px solid #f9ca81;
  text-shadow: none;
  color: #f39c12;
}
.alert-success {
  background-color: #e0f8ea;
  border: 1px solid #46d683;
}
.alert-success,
.alert-success .alert-heading {
  color: #27ae60;
}
.alert-danger,
.alert-error {
  background-color: #fbebea;
  border: 1px solid #e48583;
}
.alert-danger,
.alert-error,
.alert-danger .alert-heading,
.alert-error .alert-heading {
  color: #d9534f;
}
.alert-info {
  background-color: #e9f3fa;
  border: 1px solid #79b8e1;
}
.alert-info,
.alert-info .alert-heading {
  color: #2980b9;
}
.navbar {
  border: none;
}
.navbar .navbar-inner {
  background-image: -moz-linear-gradient(top,#e8e9eb,#e8e9eb);
  background-image: -ms-linear-gradient(top,#e8e9eb,#e8e9eb);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#e8e9eb),to(#e8e9eb));
  background-image: -webkit-linear-gradient(top,#e8e9eb,#e8e9eb);
  background-image: -o-linear-gradient(top,#e8e9eb,#e8e9eb);
  background-image: linear-gradient(top,#e8e9eb,#e8e9eb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e8e9eb,endColorstr=#e8e9eb,GradientType=0);
  color: #3d3d3d;
  border: none;
  padding: 0;
}
.navbar .nav > li {
  position: relative;
}
.navbar .nav > li:hover {
  background-color: transparent;
}
.navbar .nav > li.active a {
  color: #2b2b2b;
  font-weight: bold;
  background-color: transparent;
}
.navbar .nav > li.active a:after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) #FFFFFF rgba(0,0,0,0);
  border-style: solid;
  border-width: 7px;
  bottom: 0;
  content: "";
  display: block;
  height: 16px;
  left: 43%;
  position: absolute;
  width: 0;
}
.navbar .nav > li.active:hover a {
  background-color: transparent;
  color: #2b2b2b;
}
.navbar .nav > li > a {
  font-weight: bold;
  padding: 10px;
  color: #2b2b2b;
}
.ie .navbar .nav > li.active {
  background-color: #dee1e3;
}
.ie .navbar .nav > li.active a:after {
  display: none;
}
.navbar-static-top {
  background-color: #ffffff;
}
.navbar-static-top .container {
  width: 990px;
}
.navbar-static-top .navbar-inner {
  background-image: -moz-linear-gradient(top,#3d3d3d,#3d3d3d);
  background-image: -ms-linear-gradient(top,#3d3d3d,#3d3d3d);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#3d3d3d),to(#3d3d3d));
  background-image: -webkit-linear-gradient(top,#3d3d3d,#3d3d3d);
  background-image: -o-linear-gradient(top,#3d3d3d,#3d3d3d);
  background-image: linear-gradient(top,#3d3d3d,#3d3d3d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3d3d3d,endColorstr=#3d3d3d,GradientType=0);
  color: #ffffff;
  padding-left: 0;
  padding-right: 1px;
  min-height: 47px;
}
.navbar-static-top .brand {
  margin-left: 2%;
  margin-top: 5px;
  font-size: 28px;
  color: #ffffff;
}
.navbar-static-top .divider-vertical {
  height: 55px;
  background-color: #242424;
  border-right: 1px solid #242424;
}
.navbar-static-top .nav > li {
  border-right: 1px solid #242424;
}
.navbar-static-top .nav > li:last-child {
  border-right: none;
}
.navbar-static-top .nav > li > a {
  padding: 17.5px 15px;
  height: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  position: relative;
}
.navbar-static-top .btn-navbar .icon-bar {
  background-color: #27ae60;
}
.navbar-static-top .nav > .menuActived > a {
  font-weight: normal;
}
.navbar-static-top .nav > .menuActived > a:after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) #FFFFFF rgba(0,0,0,0);
  border-style: solid;
  border-width: 7px;
  bottom: 0;
  content: "";
  display: block;
  height: 16px;
  left: 43%;
  position: absolute;
  width: 0;
}
.navbar-static-top .nav > .menuActived > a,
.navbar-static-top .nav > .menuActived > a:hover,
.navbar-static-top .nav > .menuActived > a:focus,
.nav-collapse-members .nav > .menuActived > a,
.nav-collapse-members .nav > .menuActived > a:hover,
.nav-collapse-members .nav > .menuActived > a:focus {
  color: #ffffff;
  background-color: #242424;
  position: relative;
}
.navbar-static-top .nav > li > a:focus {
  color: #ffffff;
}
.nav-collapse-members .nav > li > a:hover,
.navbar-static-top .nav > li > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #242424;
}
.nav-collapse-members .nav > .menuActived > a,
.nav-collapse-members .nav > .menuActived > a:hover,
.nav-collapse-members.in .nav > .menuActived > a:focus,
.nav-collapse-members .nav > .menuActived > a,
.nav-collapse-members .nav > .menuActived > a:hover,
.nav-collapse-members.in .nav > .menuActived > a:focus {
  text-decoration: none;
  background-color: #242424;
}
.navbar-static-top .btn-navbar {
  color: #242424;
  background-color: #242424;
  background-image: none;
  padding: 10px;
  margin: 3px 10px 0 0;
}
.navbar-static-top .btn-navbar:hover {
  color: #242424;
  background-color: transparent;
  background-image: none;
}
.navbar-static-top .btn-navbar:active,
.navbar-static-top .btn-navbar.active,
.navbar .btn-navbar:focus,
.nav-collapse .nav > li > a:focus {
  background-color: #242424;
}
.nav-collapse-members.in .nav > li > a:hover,
.nav-collapse .nav > li > a:hover {
  background-color: #242424;
}
.nav-collapse-members.in ul {
  background-color: #333;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0;
}
.navbar-static-top .nav i.i-profile {
  background: url("images/iconography/icon-nav-user.png") no-repeat left center;
  height: 20px;
  width: 24px;
  float: left;
}
.ie .navbar-static-top .nav i.i-profile {
  background-image: url("images/iconography/icon-nav-user.png");
  height: 18px;
  width: 22px;
  float: left;
}
.ie .navbar.navbar-static-top {
  z-index: 999;
  position: relative;
}
.navbar-static-top .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar-static-top .nav li.dropdown.open.active > .dropdown-toggle {
  color: #2980b9;
  background-color: #242424;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #242424;
}
.label,
.badge {
  padding: 5px 7px 5px;
  font-size: 10px;
  color: #ffffff;
  background-color: #797978;
}
.label-important,
.badge-important {
  background-color: #a1c821;
}
.label-warning,
.badge-warning {
  background-color: #e02a2a;
}
.label-success,
.badge-success {
  background-color: #f89406;
}
.label-info,
.badge-info {
  background-color: #47b0e5;
}
.carousel-indicators li {
  box-shadow: -1px 0 0 #3a566d inset;
}
.carousel-indicators li {
  display: table;
  vertical-align: middle;
  background-color: transparent;
  color: #FFF;
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0;
  text-indent: 0;
  text-align: center;
  white-space: pre-wrap;
  cursor: pointer;
  width: 25%;
}
.ie .carousel-indicators li {
  font-size: 10px;
}
.carousel-indicators li:last-child {
  box-shadow: none;
}
.span12 .carousel-indicators li {
  height: 60px;
}
.span9 .carousel-indicators li {
  height: 45px;
}
.carousel-indicators li span {
  vertical-align: middle;
  display: table-cell;
}
.carousel-indicators li.active {
  background-color: #3498db;
  z-index: 7;
}
.carousel-indicators {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  display: inline-table;
  background: rgba(52,73,94,0.9);
}
.ie .carousel-indicators {
  background-color: #404F60;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.span9 .carousel-inner > .item > img,
.span9 .carousel-inner > .item > a > img {
  height: 306px;
}
.span12 .carousel-inner > .item > img,
.span12 .carousel-inner > .item > a > img {
  height: 412px;
}
.carousel-caption {
  background-color: transparent;
  background-image: url(images/iconography/carousel-caption.png);
  padding: 4px 0 10px 20px;
  z-index: 6;
}
.carousel-caption h1,
.carousel-caption h1 a {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.carousel-caption p {
  font-size: 12px;
  font-weight: normal;
  line-height: 15px;
}
.carousel-caption .btn-success {
  margin: 5px 17% 0 0;
}
.breadcrumb {
  margin: 0;
  padding: 5px 0 3px;
}
.allcategories  .span6:nth-child(2n+1) {
  margin-left: 0;
}
.pagination ul > li {
  margin-right: 6px;
}
.pagination ul > li a {
  color: #3d3d3d;
  font-size: 12px;
  background-color: #f2f3f5;
  border-color: #f2f3f5;
  font-weight: bold;
  border-radius: 4px;
  padding: 5px 10px;
  line-height: 1em;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.pagination ul > li a.active {
  color: white;
  background-color: #d35400;
  border-color: #d35400;
}
.pagination ul > li a.active:hover {
  background-color: #ff6702;
  border-color: #ff6702;
}
.pagination ul > li a:hover {
  background-color: #dee1e3;
  border-color: #dee1e3;
}
.pagination ul > li.disabled a,
.pagination ul > li.disabled a:hover {
  background-color: #f2f3f5;
  border-color: #f2f3f5;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#resultsMap img {
  max-width: 1300px;
  vertical-align: auto;
}
.nav-tabs {
  border-color: #2980b9;
}
.tabs-advertise,
.profile-tabs {
  border-color: #dee1e3;
}
.tabsBase .tabs {
  border-bottom: 1px solid #e8e9eb;
  padding-bottom: 10px;
}
.nav-tabs > li > a,
.profile-tabs > li > a {
  text-transform: uppercase;
  font-size: 12px;
  background-color: #dee1e3;
  color: #2980b9;
  border: none;
}
.tabsBase .tabs >li > a {
  margin-left: 10px;
  background: none;
}
.tabsBase .tabs > li.tabActived > a,
.tabsBase .tabs >li > a:hover {
  background-color: #27ae60;
  color: white;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: white;
  background-color: #2980b9;
  border: none;
  border-bottom: 1px solid #2980b9;
}
.tabs-advertise li {
  text-transform: uppercase;
  font-size: 0.8em;
  background-color: #dee1e3;
  color: #3d3d3d;
  border: none;
}
.tabs-advertise li.active,
.tabs-advertise li:hover,
.tabs-advertise li:focus {
  color: white;
  background-color: #2980b9;
  border: none;
  border-bottom: 1px solid #dee1e3;
  cursor: pointer;
}
.tabsLevels {
  margin: 20px 0 30px 0;
}
.profile-tabs > li > a:hover {
  background-color: #2980b9;
  color: white;
}
.profile-tabs > .active > a {
  background-color: #2980b9;
  color: white;
}
.profile-tabs > .active > a:hover,
.profile-tabs > .active > a:focus {
  color: white;
  background-color: #6ab0de;
  border: none;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.tabs-advertise > li:hover,
.tabs-advertise > li:focus {
  border-bottom: 1px solid #2980b9;
  background-color: #2980b9;
  color: white;
}
.selectpicker {
  margin-left: 5px;
  margin-top: -7px;
}
section .selectpicker {
  margin-left: 0px;
  margin-top: 10px;
}
.bootstrap-select.btn-group,
.bootstrap-select.btn-group[class*="span"] {
  float: none;
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 0;
}
.bootstrap-select.btn-group button {
  text-transform: capitalize;
}
.custom-select-listing .bootstrap-select .btn {
  padding: 3px 3px;
}
.bootstrap-select .btn {
  padding: 4px 3px;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 11px;
}
.bootstrap-select .btn {
  background-image: none;
  color: #888;
  box-shadow: none;
  outline: none;
  background-color: #fcfcfc;
  border: 1px solid #d8d8d8;
}
.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
  float: right;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.custom-select-listing .bootstrap-select:not([class*="span"]) {
  width: 140px;
}
.ie  .custom-select-listing .bootstrap-select > .btn {
  width: 140px;
}
.bootstrap-select:not([class*="span"]) {
  width: 254px;
}
.advanced-search-box .bootstrap-select:not([class*="span"]) {
  width: 100%;
}
.numberperpage .bootstrap-select:not([class*="span"]) {
  width: 110px;
}
.ie  .numberperpage .bootstrap-select > .btn {
  width: 110px;
}
.bootstrap-select > .btn {
  width: 100%;
}
.ie .bootstrap-select > .btn {
  width: 200px;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 1001;
}
.bootstrap-select.btn-group .btn .filter-option {
  overflow: hidden;
  position: absolute;
  left: 5px;
  right: 23px;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  right: 9px;
  border-top-color: #888;
}
.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group[class*="span"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default;
}
.bootstrap-select.btn-group .div-contain {
  overflow: hidden;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  padding-left: 35px;
}
.bootstrap-select.btn-group .dropdown-menu li > a {
  min-height: 20px;
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  display: inline-block;
  position: absolute;
  right: 15px;
  margin-top: 2.5px;
}
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small {
  color: #64b1d8;
  color: rgba(255,255,255,0.4);
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0,0,0,0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0,0,0,0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
blockquote {
  padding: 0;
  margin: 0;
  border-left: none;
}
blockquote p {
  margin-bottom: 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
}
