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

 
 @font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat-regular-webfont.eot');
    src: url('fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-regular-webfont.woff') format('woff'),
         url('fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

 
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat-bold-webfont.eot');
    src: url('fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-bold-webfont.woff') format('woff'),
         url('fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('fonts/montserrat-bold-webfont.svg#montserratregular') format('svg');
    font-weight: bold;
    font-style: normal;

}

     
body {
  margin: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #353535;
  background-color: #eeeeee;
  text-rendering: optimizelegibility;
}

.clearfix, .clear {
  *zoom: 1;
}

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

.clearfix:after,
.clear:after {
  clear: both;
}

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

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

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

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

.googleBase img, .gmnoprint img,.jcrop-holder img, .map img{max-width:none!important;}

#crop {max-height:100%; margin-bottom:10px;}
#crop img {max-width:none!important; max-height:none!important;}

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

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

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

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

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

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

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

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

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

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}


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

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

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

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

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

.row {
  margin-left: -20px;
  *zoom: 1;
}

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

.row:after {
  clear: both;
}

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

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

.span12 {
  width: 990px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

.offset12 {
  margin-left: 980px;
}

.offset11 {
  margin-left: 900px;
}

.offset10 {
  margin-left: 820px;
}

.offset9 {
  margin-left: 740px;
}

.offset8 {
  margin-left: 660px;
}

.offset7 {
  margin-left: 580px;
}

.offset6 {
  margin-left: 500px;
}

.offset5 {
  margin-left: 420px;
}

.offset4 {
  margin-left: 340px;
}

.offset3 {
  margin-left: 260px;
}

.offset2 {
  margin-left: 180px;
}

.offset1 {
  margin-left: 100px;
}

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

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

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

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

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

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

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

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

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

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

.row-fluid .span8-5 {
    width: 71.81196581196582%;
    *width: 71.75877432260411%;
  }

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

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

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

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

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

.row-fluid .span3-5 {
    width: 25.076923076923077%;
    *width: 25.023731587561375%;
}

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

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

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

.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

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

.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

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

.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

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

.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

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

.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

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

.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

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

.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

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

.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

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

.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

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

.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

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

.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

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

.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

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

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

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

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

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

.container:after {
  clear: both;
}

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

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

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

p {
  margin: 0 0 10px;
}

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

small {
  font-size: 85%;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic; font-weight: 600;
}

cite {
  font-style: normal;
}

.muted {
  color: #999999;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

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

.text-error {
  color: #b94a48;
}

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

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

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

.text-success {
  color: #468847;
}

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

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

.text-right, .textright {
  text-align: right;
}

.text-center, .textcenter {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-weight: normal;
  line-height: 20px;
}


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

h1 {
  font-size: 36px;
}

h2 {
  font-size: 31px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 17px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

h1 small {
  font-size: 24px;
}

h2 small {
  font-size: 17px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 80%;
}

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

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

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

li {
  line-height: 20px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  padding-right: 5px;
  padding-left: 5px;
  *zoom: 1;
}

dl {
  margin-bottom: 20px;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

.dl-horizontal {
  *zoom: 1;
}

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

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

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

.dl-horizontal dd {
  margin-left: 100px;
  overflow: hidden;
  width:180px;
  text-overflow: ellipsis;
  white-space: nowrap;

}

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

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

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

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

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

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

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

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

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

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

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

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

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

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

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

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

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

form {
  margin: 0 0 20px;
}

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

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

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

label,
input,
button,
select,
textarea {
  font-size: 11px;
  font-weight: normal;
  line-height: 20px;
}

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

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

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

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

textarea {
  height: auto;
}

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

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

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

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

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

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

  line-height: 30px;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {height: 23px;}

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

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

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

.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
}

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

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

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

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

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

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

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

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

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

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

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.controls-row {
  *zoom: 1;
}

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

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

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

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

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

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

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

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

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

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
}

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

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

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

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

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
}

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

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

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

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

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
}

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

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

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

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

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
}

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

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

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
}

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

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

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

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

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

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

.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}

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

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
}

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

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

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
}

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

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}


.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
 
  margin-bottom: 0;
}

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

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

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

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

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

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

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

.form-horizontal .form-actions {
  padding-left: 180px;
}

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

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

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

.table th {
  font-weight: bold;
}

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

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

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

.table .table {
  background-color: #ffffff;
}

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


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

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

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

.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("images/iconography/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

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

.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("images/iconography/glyphicons-halflings-white.png");
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropup,
.dropdown {
  position: relative;
}

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

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

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

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.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;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

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

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

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

.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: #0081c2;
  
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  
}

.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;
  cursor: default;
  background-color: transparent;
  background-image: none;
}

.open {
  *z-index: 1000;
}

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

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

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

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

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}

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

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
}

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

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

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

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}

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

.typeahead {
  z-index: 1051;
  margin-top: 2px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fff;
  border-top:none;
}

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

.well-large {
  padding: 24px;
}

.well-small {
  padding: 9px;
}

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

.fade.in {
  opacity: 1;
}

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

.collapse.in {
  height: auto;
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 9px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 11px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
 
}

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

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

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:focus {
  outline:none ;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
}

.btn-large {
  padding: 9px;
  width:85%;
  font-size:10.05px;
  text-transform: uppercase;
  font-weight:bold;
}

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

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
}

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

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

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
}

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

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

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

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

.btn-primary {
  color: #ffffff;
  background-color: #006dcc;
  
}

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

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

.btn-warning {
  color: #ffffff;
  background-color: #faa732;
  
}

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

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

.btn-danger {
  color: #ffffff;
  background-color: #da4f49;
  
}

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

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

.btn-success {
  color: #ffffff;
  background-color: #5bb75b;  
}

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

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

.btn-info {
  color: #ffffff;
  background-color: #49afcd;
}

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

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

.btn-inverse {
  color: #ffffff;
  background-color: #363636;
}

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group:first-child {
  *margin-left: 0;
}

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

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

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
}

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

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

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

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

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

.btn-group > .btn:first-child {
  margin-left: 0;
}


.btn-group > .btn.large:first-child {
  margin-left: 0;
}

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

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

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

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

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

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

.btn-group.open .dropdown-toggle {
  background-image: none;
}

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


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

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

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

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

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

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

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

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

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

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

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

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

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

  *zoom: 1;
}

.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
}

.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}


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

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

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

.alert-success h4 {
  color: #468847;
}

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

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

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

.alert-info h4 {
  color: #3a87ad;
}

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

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

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

.nav, .tabs  {
  margin-left: 0;
  list-style: none;
}

.nav > li > a,
.tabs > li > a,
.tabsLevels > li > a,
.profile-tabs > li > a,
.tabs-advertise > li > a {
  display: block;
}

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

.nav > li > a > img {
  max-width: none;
}

.nav > .pull-right {
  float: right;
}

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-transform: uppercase;
}

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

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

.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

.nav-tabs,
.tabsLevels ,
.tabs-advertise,
.profile-tabs,
.tabsBase .tabs,
.nav-pills {
  *zoom: 1;
}

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

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

.nav-tabs > li,
.tabs-advertise > li,
.profile-tabs > li,
.tabsLevels > li,
.tabsBase .tabs > li,
.nav-pills > li {
  float: left;
}

.nav-tabs > li > a,
.tabs-advertise > li > a,
.profile-tabs > li > a,
.tabsLevels> li > h2,
.tabsBase .tabs > li > a,
.nav-pills > li > a {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: 0;
  line-height: 14px;
}

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

.nav-tabs > li,
.profile-tabs > li,
.tabs-advertise > li {
  margin-bottom: -1px;
  margin-right:8px;
}

.nav-tabs > li > a, 
.profile-tabs > li > a,
.tabs-advertise > li > a {
  padding:10px 15px;
  line-height: 20px;
  border: 1px solid transparent;
}

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

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

.nav-pills > li > a,
.tabsBase .tabs > li > a {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus,
.tabs > .active > a,
.tabs > .active > a:hover,
.tabs > .active > a:focus,
.tabsLevels > .active > h2,
.tabsLevels > .active > h2:hover,
.tabsLevels > .active > h2:focus,
.tabsLevels > li > h2:hover,
.tabsLevels > li > h2:focus {
  color: #353535;
}

.tabsLevels {
    float:left;
    margin: 15px 0;
    width: 100%;
}
.tabsLevels > li {text-indent:-999px;}

.tabsLevels > li > h2 {
  padding: 2px 12px 2px 6px;
  color: #d7d7d7;
  text-indent:0;
  text-transform: uppercase;
  border-right:1px solid #d7d7d7;
  font-size:14px; 
  font-weight:normal;
  vertical-align: middle;
  cursor:pointer;
}

.tabsLevels > li:last-child  > h2{border-right:none;}


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

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

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

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

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

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

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

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

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

/* move down carets for tabs */

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

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

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

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

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

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

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

.tabbable {
  *zoom: 1;
}

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

.tabbable:after {
  clear: both;
}


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

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

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

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

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

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

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

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

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

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

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
}

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

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

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

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
}

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

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

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

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

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

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

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

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

.navbar .container {
  width: auto;
}

.nav-collapse.collapse {
  height: auto;
  overflow: visible;
  background:#2980b9;
}

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

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

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

.navbar-link {
  color: #777777;
}

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

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

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


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

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

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

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

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

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


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

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.navbar .nav.pull-right {
  float: right;
  margin-right: -1px;
}

.navbar .nav > li {
  float: left;
}

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

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

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

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
}

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

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #2980b9!important;
  opacity: 1;
}

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

.navbar .btn-navbar .icon-bar {
	background: url("../assets/images/btn_menu_w.png") no-repeat!important;
	background-size:100% 100%!important;
	background-position: center center!important;
	width:20px !important; height:20px !important;
	display:block !important;
  /*display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);*/
}

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

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

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

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

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

.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

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

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

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

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

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

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

.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
}

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

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

.breadcrumb > .active {
  color: #999999;
}

.pagination {
  margin: 0 10px!important;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  *zoom: 1;
}

.pagination ul > li{
  display: inline-block;
}

.pagination ul > li > a{
  padding: 8px 10px;
  border-radius:5px;
}

.pagination ul > li > a.active,.pagination ul > li > a.active:hover {
  background-color: #2980b9;
  color:#ffffff!important;
}

.pagination ul > li a:hover {
  background-color: #eeeeee;
}

.pag-arrow,.pagination ul > li:first-child,.pagination ul > li:last-child{
	border:1px solid #cccccc;
	background: #333333;
    border-radius: 5px;
	padding: 8px 5px!important;
}

.pag-arrow:hover,.pagination ul > li:first-child:hover,.pagination ul > li:last-child:hover{
	background: #666666;
}

.pag-arrow a,.pagination ul > li:first-child a,.pagination ul > li:last-child a{
	color: #ffffff!important;
}

.pagination ul > li.pag-arrow a:hover,.pagination ul > li:first-child a:hover,.pagination ul > li:last-child a:hover {
  background-color: transparent;
}

.pag-arrow.disabled{
	border:1px solid #cccccc;
	background: #eeeeee;
}

.pag-arrow.disabled a{
    color: #ffffff!important;
}


.pagination ul > li.active a {
  color:#ffffff!important;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  line-height: 20px;
  text-decoration: none;
  border: 1px solid #cccccc;
  border-left-width: 0;
  margin: 0 5px;
}

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

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

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

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
}

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

.pagination-right {
  text-align: right;
}

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


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

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

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

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

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

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

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

.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;
  cursor: default;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

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

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

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

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

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

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

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.popover-title:empty {
  display: none;
}

.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 {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

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

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

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

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}

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

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

.thumbnails:after {
  clear: both;
}

.row-fluid .thumbnails {
  margin-left: 0;
}

.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

.thumbnail {
  display: block;
  padding: 0;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

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

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

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

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

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

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

.media-object {
  display: block;
}

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

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

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

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

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


.badge {
  padding-right: 9px;
  padding-left: 9px;
}

.label:empty,
.badge:empty {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

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

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

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

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

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

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
     -moz-transition: width 0.6s ease;
       -o-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
     -moz-background-size: 40px 40px;
       -o-background-size: 40px 40px;
          background-size: 40px 40px;
}

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

.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.accordion {
  margin-bottom: 20px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.carousel {
  position: relative;
  margin-bottom: 0;
  line-height: 1;
  width:100%;
  height:330px;
}

.carousel-inner {
  position: relative;
  width: 100%;
  height:330px;
  overflow: hidden;
}

@media (max-width:480px){

.carousel {
  height:auto;
}

.carousel-inner {
  height:auto;
}
	
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
  width:100%;
}

.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: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  right: 15px;
  left: auto;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-indicators {  
  z-index: 8;
  margin: 0;
  list-style: none;
}

.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  border-radius: 50%;
  background:#999999;
  border:1px solid #ffffff;
  cursor:pointer;
}

.carousel-caption {
  position: relative;
  right: 0;
  top: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #333333;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}

.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

.hero-unit li {
  line-height: 30px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}



/*#Fix for Open Sans on IE7 and IE8

    Open Sans from Google Web Fonts haven't the dots for the input password.

*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{font-family: 'Roboto', sans-serif!important;}


.ie input[type="password"]  {font-family: 'Arial', sans-serif !important;}



a, a:link, a:visited {

  color: #2980b9;

}



a:hover, a:focus {color:#3498db; text-decoration:none;}





/* #Separator

	

	<hr/>

	

*/

hr {

  border-top: 1px solid #dbdbdb;

  border-bottom: 1px solid #fff;

}



hr.box-divisor {

    margin: 20px auto 5px;

    width: 95%;

}







/* #Flex Box*/



[class*="flex-box"]  {

    border:1px solid #d5d8dc;

    margin-bottom:20px;

    position:relative;

}





[class*="flex-box"] section, .tab-content section{

    padding:10px;

}





[class*="flex-box"] footer {

    float:right;

    max-width: 300px;

    margin:10px 0;

}



[class*="flex-box"] h2, 

[class*="sidebar"] h2, 

.modal-content-mini > h2,

.content-profile .standardSubTitle,

.box-title h2, .box-title > h3,

.content > h2,

.standardStep-Title,

.order-head > h2,

.level-preview > h2 {

    background-color:#2980B9;

    color:#fff;

    font-size:14px;

    font-weight: bold;

    line-height: 20px;

    padding: 7px 0;

    text-transform:capitalize;

    float:left;

    width:100%;

    text-indent:10px;

    clear:both;

}

.box-title h2, .box-title > h3 {margin-bottom:20px;}





.modal-content-mini > h2 > span > a,

.level-preview > h2 > span > a

 {font-size:10px; font-weight:normal;}



.modal-content-mini > h2 > span > a, 

.level-preview > h2 > span > a,

[class*="flex-box"] h2 > a {color:#fff;}



.modal-content-mini > h2 > a:hover, 

[class*="flex-box"] h2 > a:hover {color:#fff; text-decoration: underline;}



[class*="flex-box"] h2 > [class*="icon-"] {text-indent:0;}



[class*="flex-box"] h2 span, 

.modal-content-mini > h2 span, 

.level-preview > h2 span, 

[class*="flex-box"] h2 > 

.view-more, [class*="sidebar"] h2 .view-more {

  float:right;

  margin-right:10px;

}





.flex-box-group h2, .flex-box-list h2, [class*="sidebar"] h2, .box-title h2, .box-title > h3  {    

    text-transform:uppercase;    

    font-size:12px;

}



[class*="flex-box"] img {

    width:100%;

}



.flex-box-group img {

    margin:10px auto;

}



.flex-box-group .blog-item img {

    margin:0 5px 0 0;

}



.flex-box-group aside img {

    margin:auto;

}



[class*="flex-box"] section h5, [class*="flex-box"] section h5 a {

    color:#353535;

}

[class*="flex-box"] section h5 a:hover {

    color:#2980b9;

}



[class*="flex-box"] section b {

    color:#818181;

    font-weight:normal;

}



[class*="flex-box"] section b {

    color:#818181;

    font-weight:normal;

}



[class*="flex-box"] time {

    font-weight:normal;

    font-size:10px;

}



[class*="flex-box"] h2 time {

    float:right;

    margin-right:10px;

}



[class*="flex-box"] form {

  width:96%;

  margin:10px 2%;

  display:inline-block;

}



[class*="flex-box"] section form {

  width:100%;

  margin:0 auto;

  display:inline-block;

}



[class*="flex-box"] form label {

  font-size:11px;

}



.flex-box aside {

    float: left;

    margin-right: 10px;

    width: 52%;

    position:relative;

}



.flex-box section aside {  

    padding-bottom:5px;

}



.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.zebra section {

  display:inline-block;  

  vertical-align: top;

  padding: 10px 2%;

  width:96%;

}



.span8 .flex-box aside {

    width: 62%;

}



.flex-box section aside {

    width: 55%;

}



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

}





.ie .flex-box aside span { background: url(images/structure/bg-black-opacity-70.png) repeat;}



.flex-box aside span h4 {

  color:#fff;

  text-transform:uppercase;

  font-size:17px;

  padding: 1px 4px;

}





b.divisor {

    border-left: 1px solid #86D2B9;

    border-right: 1px solid #86D2B9;

    font-size: 11px;

    height: 0;

    margin: 0 4px 0 6px;

}



/*Zebra Style*/



.zebra section:nth-child(2n+1) {

      background-color:#f3f4f6;

}



/* #Sidebar */   



[class*="sidebar"] h3 {float:left; width:98%; /*background-color: #f9f9f9;   border-bottom: 1px solid #d5d8dc;  border-top: 1px solid #d5d8dc;*/  font-size: 15px;  font-weight: bold; line-height:20px; padding:10px 1%;}

[class*="sidebar"] h3 .title-filter {width:80%;float:left;padding-left:10px;}

[class*="sidebar"] h3 [class*="icon-caret"] {float:right; color:#2c3e50;padding:4px 10px 0 0;}

[class*="sidebar"] label {font-size:12px;}

[class*="sidebar"] label span{color:#888;}



[class*="sidebar"] a {color:#2c3e50;}

[class*="sidebar"] .view-all a {color:#2980b9;}

[class*="sidebar"] a:hover {color:#3498db;}

[class*="sidebar"] [class*="icon-caret"] {color:#16a085;}



[class*="sidebar"] em,

[class*="flex-box"] .list-category li span

 { float:right; font-size:10px; font-weight:bold; color:#2c3e50; font-style:normal; border-radius:4px; background-color:#dfdfdf; padding:0 4px; line-height:15px;}





.sidebar-filters { float:left;}

.sidebar-filters .item-filter h3 a {color:#7d7c7d; }

.sidebar-filters, .sidebar-browseby { border:1px solid #d5d8dc; width:100%; margin-bottom:20px;}







/*Stars Rating*/

.flex-box-list .stars-rating, .flex-box-list .stars-rating [class*="rate-"],

.span12.flex-box .stars-rating, .span12.flex-box .stars-rating [class*="rate-"],

.span12 .flex-box-group .stars-rating, .span12 .flex-box-group .stars-rating [class*="rate-"],

.summary .stars-rating, .summary .stars-rating [class*="rate-"],

.review-item .stars-rating, .review-item .stars-rating [class*="rate-"]



  { background-image: url("images/iconography/mask-stars-white.png?v=1.2"); background-position:left center;}



.flex-box-list .stars-rating [class*="rate-"],

.span12.flex-box .stars-rating [class*="rate-"],

.span12 .flex-box-group .stars-rating [class*="rate-"],

.tab-container .stars-rating [class*="rate-"],

.summary .stars-rating [class*="rate-"]

 { background-color: #cdcdcd;}





/*FLex Box Colors */

.flex-box-list, [class*="flex-box"] > .row-fluid, .span12 .flex-box-group {border-color:#dfeaf7; background-color:#F4F4f4;}

.span12 .span3 .flex-box-group {border-color:#D5D8DC; background-color:#fff;}







.color-1 h2, .order-head > h2 {background-color:#16a085;}

.color-2 h2 {background-color:#27ae60;}

.color-3 h2, 

.sidebar h2 {background-color:#2980b9;}

.color-4 h2,

.box-title h2,

.box-title > h3,

.standardStep-Title,

.level-preview > h2 {background-color:#2c3e50;}

.color-5 h2 {background-color:#f39c12;}

.color-6 h2 {background-color:#d35400;}

.color-7 h2 {background-color:#c0392b;}



.color-1 a {color:#16a085;}

.color-2 a, .text-success  {color:#27ae60;}

.color-3 a, .text-info {color:#2980b9;}

.color-4 a {color:#2c3e50;}

.color-5 a {color:#f39c12;}

.color-6 a, .text-warning {color:#d35400;}

.color-7 a, .text-error {color:#c0392b;}



.color-1 a:hover, .color-1 section h5 a:hover {color:#1abc9c;}

.color-2 a:hover, .color-2 section h5 a:hover, a.text-success:hover, a.text-success:focus  {color:#2ecc71;}

.color-3 a:hover, .color-3 section h5 a:hover, a.text-info:hover, a.text-info:focus {color:#3498db;}

.color-4 a:hover, .color-4 section h5 a:hover {color:#3498db;}

.color-5 a:hover, .color-5 section h5 a:hover {color:#f1c40f;}

.color-6 a:hover, .color-6 section h5 a:hover, a.text-warning:hover, a.text-warning:focus {color:#e67e22;}

.color-7 a:hover, .color-7 section h5 a:hover, a.text-error:hover, a.text-error:focus   {color:#e74c3c;}





/*

 [class*="color-"] .stars-rating.color-1, .stars-rating.color-1 {background-color:#16a085;}

 [class*="color-"] .stars-rating.color-2, .stars-rating.color-2 {background-color:#27ae60;}

 [class*="color-"] .stars-rating.color-3, .stars-rating.color-3 {background-color:#2980b9;}

 [class*="color-"] .stars-rating.color-4, .stars-rating.color-4 {background-color:#2c3e50;}

 [class*="color-"] .stars-rating.color-5, .stars-rating.color-5 {background-color:#f39c12;}

 [class*="color-"] .stars-rating.color-6, .stars-rating.color-6 {background-color:#d35400;}

 [class*="color-"] .stars-rating.color-7, .stars-rating.color-7 {background-color:#c0392b;}

*/



/*Flex Box Item preview*/

.item-preview {

  display:inline-block; 

  max-width:330px;

  clear:none;

  width:93%;

  vertical-align: top;

}



.item-preview h5, .item-preview p, .item-preview b {

  font-size:11px;  

}



section.item-preview h5 a {

  color:#396289; 

}



.item-preview .stars-rating {margin:10px 0; display:block;}











/* #Forms



	<select><option>Select</option></select>

	<input type="text"/>

	<input type="password"/>

	<input type="email"/>

	

*/



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: #ffffff;

  padding: 4px 4px 4px 4px;

  font-size: 13px;

  color: #797978;

  border: 1px solid #ccc;

}





.ie textarea,

.ie input[type="text"],

.ie input[type="password"],

.ie input[type="datetime"],

.ie input[type="datetime-local"],

.ie input[type="date"],

.ie input[type="month"],

.ie input[type="time"],

.ie input[type="week"],

.ie input[type="number"],

.ie input[type="email"],

.ie input[type="url"],

.ie input[type="search"],

.ie input[type="tel"],

.ie input[type="color"],

.ie .uneditable-input {

  background-color: #ffffff;

  padding: 0 4px;

  font-size: 12px;

  border: 1px solid #ccc;

  line-height:30px;

  height:30px;

}

.ie select {background-color: #ffffff; padding: 4px;font-size: 12px;border: 1px solid #ccc; line-height:30px;  height:30px;}





.ie textarea, .ie .tableCategoriesCONTENT select {

  min-height:100px;

}





input, button, select, textarea {

      font-family: 'Open Sans', sans-serif;

}

	

input[type="radio"], input[type="checkbox"] {margin: 0; line-height: normal;}

/* #Well



*/



.well {

  background-color: #ffffff;

  padding: 0;

  margin-bottom: 20px;

  border-left:1px solid #fff;

}



/* #Buttons



   <button class="btn">Default button</button>

   <button class="btn btn-primary">Primary button</button>

   <button class="btn btn-danger">Danger button</button>

   <button class="btn btn-success">Success button</button>

   <button class="btn btn-warning">Warning button</button>

   

*/

.btn, a.btn {

  border: none;

  background: #ecf0f1;

  color: #3498db;

  padding: 7px 12px 7px;

  line-height: 22px;

  text-transform: uppercase;

  -webkit-transition: 0.25s;

  -moz-transition: 0.25s;

  -o-transition: 0.25s;

  transition: 0.25s;

  -webkit-backface-visibility: hidden;

}

.btn:hover,

.btn:focus,

a.btn:hover,

a.btn:focus,

.btn-group:focus .btn.dropdown-toggle {

  background-color: #cacfd2;

  color: #ffffff;

  outline: none;

  -webkit-transition: 0.25s;

  -moz-transition: 0.25s;

  -o-transition: 0.25s;

  transition: 0.25s;

  -webkit-backface-visibility: hidden;

}

.btn:active,

.btn-group.open .btn.dropdown-toggle,

.btn.active {

  background-color: #34495e;

  color: #fff;

}

.btn.disabled,

.btn[disabled] {

  background-color: #bdc3c7;

  color: rgba(255, 255, 255, 0.75);

  opacity: 0.7;

  filter: alpha(opacity=70);

}



.btn-small, a.btn-small {

    font-size: 10px;

    padding: 1px 10px;

}



.btn.btn-primary {

  background-color: #1abc9c;

  color: #fff;

}

.btn.btn-primary:hover,

.btn.btn-primary:focus,

.btn-group:focus .btn.btn-primary.dropdown-toggle {

  background-color: #48c9b0;

}

.btn.btn-primary:active,

.btn-group.open .btn.btn-primary.dropdown-toggle,

.btn.btn-primary.active {

  background-color: #16a085;

}

.btn.btn-info {

  background-color: #3498db;

  color: #fff;

}

.btn.btn-info:hover,

.btn.btn-info:focus,

.btn-group:focus .btn.btn-info.dropdown-toggle {

  background-color: #5dade2;

}

.btn.btn-info:active,

.btn-group.open .btn.btn-info.dropdown-toggle,

.btn.btn-info.active {

  background-color: #2c81ba;

}

.btn.btn-danger {

  background-color: #e74c3c;

  color: #fff;

}

.btn.btn-danger:hover,

.btn.btn-danger:focus,

.btn-group:focus .btn.btn-danger.dropdown-toggle {

  background-color: #ec7063;

}

.btn.btn-danger:active,

.btn-group.open .btn.btn-danger.dropdown-toggle,

.btn.btn-danger.active {

  background-color: #c44133;

}

.btn.btn-success {

  background-color: #2ecc71;

  color: #fff;

}

.btn.btn-success:hover,

.btn.btn-success:focus,

.btn-group:focus .btn.btn-success.dropdown-toggle {

  background-color: #58d68d;

}

.btn.btn-success:active,

.btn-group.open .btn.btn-success.dropdown-toggle,

.btn.btn-success.active {

  background-color: #27ad60;

}

.btn.btn-warning {

  background-color: #f1c40f;

  color: #fff;

}

.btn.btn-warning:hover,

.btn.btn-warning:focus,

.btn-group:focus .btn.btn-warning.dropdown-toggle {

  background-color: #f5d313;

}

.btn.btn-warning:active,

.btn-group.open .btn.btn-warning.dropdown-toggle,

.btn.btn-warning.active {

  background-color: #cda70d;

}

.btn.btn-inverse {

  background-color: #34495e;

  color: #fff;

}

.btn.btn-inverse:hover,

.btn.btn-inverse:focus,

.btn-group:focus .btn.btn-inverse.dropdown-toggle {

  background-color: #415b76;

}

.btn.btn-inverse:active,

.btn-group.open .btn.btn-inverse.dropdown-toggle,

.btn.btn-inverse.active {

  background-color: #2c3e50;

}



.bt-highlight  button:focus, .bt-highlight button:hover {

color: #fff;  

}

.navbar .nav li.dropdown > a:hover .caret {

    border-bottom-color: #2980b9;

    border-top-color: #2980b9;

}



.navbar .nav li.dropdown > a:focus .caret {

  border-top-color: #777777;

  border-bottom-color: #777777;

}



.nav > li > a:focus {

    background-color: transparent;

}



a:focus {outline:none; }



.alert {

  padding: 8px 35px 8px 14px;

  background-color: #fcf8e3;

  border: 1px solid #ffae00;

}



.alert-success {

  background-color: #c5eb93;

  border-color: #49c050;

}

.alert-success, .alert-success .alert-heading {

  color: #518211;

}

.alert-danger, .alert-error {

  background-color: #ffa1a2;

  border-color: #f43839;

}

.alert-danger,

.alert-error,

.alert-danger .alert-heading,

.alert-error .alert-heading {

  color: #b01112;

}

.alert-info {

  background-color: #b6e4ed;

  border-color: #81c3d1;

}

.alert-info, .alert-info .alert-heading {

  color: #3a87ad;

}



/* #Navbar



   <ul class="nav pull-right" id="">

   	  <a class="brand">Logo here</a>

	  <li><a href="#">Link Here </a> </li>

   </ul>

                  



*/



.navbar .container {  width: 990px;}



.navbar {background-color:#383838;}



.navbar-inner {

  background-image: -moz-linear-gradient(top, #232323, #282828);

  background-image: -ms-linear-gradient(top, #232323, #282828);

  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#232323), to(#282828));

  background-image: -webkit-linear-gradient(top, #232323, #282828);

  background-image: -o-linear-gradient(top, #232323, #282828);

  background-image: linear-gradient(top, #232323, #282828);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#232323, endColorstr=#282828, GradientType=0);

  padding-left: 0;

  padding-right: 1px;

  min-height: 40px;

}



  



.navbar .brand {

  margin-left:-10px;

  margin-top:5px;

  font-size: 28px;

  color: #ffffff;

}



.navbar .divider-vertical {

  height: 56px;

  background-color: #393939;

  border-right: 1px solid #393939;

}



.navbar .nav > li > a {

  padding: 11px 16px 11px;

  height:18px;

  font-size: 12px;

  color: #ffffff;

  position:relative;



}



.navbar .nav > .menuActived > a,

.navbar .nav > .menuActived > a:hover,

.navbar .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: #3498db;  

  background-color:#fff;

  position:relative;

}



.navbar .nav > li > a:focus {color:#777777;}



 .nav-collapse-members .nav > li > a:hover, .navbar .nav > li > a:hover {

color: #2980b9;

text-decoration: none;

background-color: #fff;}



.nav-collapse .sign-up:hover  i.i-profile,

.nav-collapse .sign-up:focus  i.i-profile

 {background: url("images/iconography/icon-nav-user-hover.png") no-repeat scroll left center transparent;}



.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: #fff;

}



.navbar .btn-navbar {

color: #ffffff;

background-color: #333;

background-image:none;

padding: 10px;

margin: 3px 10px 0 0;

}

.navbar .btn-navbar:hover {

color: #ffffff;

background-color: transparent;

background-image:none;

}



.navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar:focus, .nav-collapse .nav > li > a:focus  {

background-color: #eeeeee;

}



.nav-collapse-members.in .nav > li > a:hover, .nav-collapse .nav > li > a:hover{

background-color: #cccccc;

}



.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {

border-width: 0;

}



.navbar .nav i.i-profile {background:url("images/iconography/icon-nav-user.png")no-repeat left center; height:20px; width:24px; float:left;}

.navbar .nav li:hover i.i-profile, .navbar .nav li.open i.i-profile {background-image:url("images/iconography/icon-nav-user-hover.png");}



.ie .navbar .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 .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle 

{color: #2980b9; background-color: #fff;}





.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: #3498db;

}



/* #Label





*/

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

}



/* #Carroussel Style



*/



.carousel-indicators li {

  box-shadow: none!important;

}



.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;
	padding: 10px 5px;

}

.carousel-indicators li.active 	{	

	background-color:#3498db;

	z-index:7;

}



.carousel-indicators {

	position: absolute;
	bottom: 15px;
	right: 15px;
	width:auto;
	background: transparent!important;
	

}


@media (max-width:480px){

.carousel-indicators {
	/* height:80px;	*/
}	
	
}


.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-image{
	width: 420px;
	height: 330px;
	display:table-cell;
}

.carousel-image img{
	width:100%;
	height:330px;
}

.carousel-caption {
	background-color:#f9f9f9;
	width: 175px;
   /* background-image:url(images/iconography/carousel-caption.png) ;*/
	display:table-cell;
    padding: 10px 15px;  
	z-index: 6;
	vertical-align:top;
}


@media (max-width:977px){

.carousel-caption {

	width: 235px;
}


}

@media (max-width:480px){

.carousel-image{
	width: 100%;
	height: auto;
	display:block;
}

.carousel-image img{
	height:auto;
}

.carousel-caption {
	width:94%;
	display:block;
    padding: 10px 15px 30px;  
}
	
}

.carousel-caption h1, 
.carousel-caption h1 a, 
.carousel-caption h2, 
.carousel-caption h2 a 
{margin-top:15px;font-size:22px; font-weight:bold; line-height:24px; color:#2980b9; }

.carousel-caption h1:after{
	content:'';
	background:#cccccc;
	width:100px;
	height:2px;
	display:block;
	margin:8px 0 10px;
}

.carousel-caption h2:after{
	content:'';
	background:#cccccc;
	width:100px;
	height:2px;
	display:block;
	margin:8px 0 10px;
}

.carousel-caption p{font-size:12px; font-weight:normal; line-height: 15px;}

.carousel-caption .btn-success {margin:5px 17% 0 0;}

.carousel-link{
	color:#ff8a00!important;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	margin: 8px 0;
	display:block;
}

.carousel-link:after{
	content:'>';
	font-size: 12px;
	margin: 0 0 0 5px;
}

/*	#Container-Fluid

*/









/* #Breadcrumb



*/



.breadcrumb { margin: 0; padding: 10px 0 0;}



/* Fix to span6 to Categories



*/



.allcategories  .span6:nth-child(2n+1) {  margin-left: 0;}



/* #Pagination */

.pagination ul > li > a, .pagination ul > li > span { border: 0px none; line-height: 1; }

.pagination ul > li > span, .pagination ul > li, .pagination ul > li > a, .pagination  li > a.active {color:#3c3c3c;font-weight: 600;font-size: 12px;}

.pagination-bottom ul > li > span, .pagination-bottom ul > li, .pagination-bottom ul > li > a, .pagination-bottom  li > a.active {color:#3c3c3c;font-weight: 400;}

.pagination  li > a.active {color:#2980b9; font-weight:900;}



/* #Map Fix*/

#resultsMap img {max-width: 1300px; vertical-align: auto}



/* #Nav-Tabs



	<ul class="tabs nav nav-tabs">

		<li id="tab_overview" class="active">

			<a href="javascript:void(0);"> Tab Title</a>

		</li>

	</ul>

*/





.nav-tabs {

  border-color:#2980b9;

}

.tabs-advertise, .profile-tabs {

  border-color:#d5d9dc;

}



.tabsBase .tabs {border-bottom:1px solid #ddd;padding-bottom: 10px}



.nav-tabs > li > a, .tabs-advertise > li > a, .profile-tabs > li > a{ 

  text-transform: uppercase; 

  font-size:12px;

  background-color:#DBDFE0;

  color:#2c3e50;

  border:none;

}



.tabsBase .tabs >li > a {

  margin-left:10px;  

  background:none;

}





.tabsBase .tabs > li.tabActived > a, .tabsBase .tabs >li > a:hover  {

  background-color:#16A085;

  color:#fff;

}



.nav-tabs > .active > a,

.nav-tabs > .active > a:hover,

.nav-tabs > .active > a:focus {

  color: #fff;

  background-color: #2980b9;

  border:none;

  border-bottom:1px solid #2980b9;

}

.tabs-advertise > .active > a,

.tabs-advertise > .active > a:hover,

.tabs-advertise > .active > a:focus {

  color: #fff;

  background-color: #2d3e50;

  border:none;

  border-bottom:1px solid #d5d9dc;

}



.profile-tabs > .active > a,

.profile-tabs > .active > a:hover,

.profile-tabs> .active > a:focus {

  color: #fff;

  background-color: #2d3e50;

  border:none;

  border-bottom:1px solid #d5d9dc;

}



.nav-tabs > li > a:hover,

.nav-tabs > li > a:focus,

.tabs-advertise > li > a:hover,

.tabs-advertise > li > a:focus, 

.profile-tabs > li > a:hover,

.profile-tabs > li > a:focus {

  border-bottom: 1px solid #3498db;

  background-color: #3498db;

  color:#fff;

}







/*Select Custom*/



.selectpicker {margin-left:5px;margin-top:-4px}

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: 10px;

    margin-left: 0;

}



.bootstrap-select.btn-group button {text-transform: capitalize;}



.custom-select-listing .bootstrap-select .btn {

    padding: 2px 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: #fff;

    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;

}



.custom-select-listing .bootstrap-select {

    /*width: 160px\9; IE8 and below*/

    width: 140px \0/; /*IE9 and below*/

}



.ie  .custom-select-listing .bootstrap-select > .btn {

    width: 140px;

}



.bootstrap-select:not([class*="span"]) {

    width: 100%;

}





.numberperpage .bootstrap-select:not([class*="span"]) {

    width: 110px;

}



.ie  .numberperpage .bootstrap-select > .btn {

    width: 110px;

}

.numberperpage .bootstrap-select {

    /*width: 160px\9; IE8 and below*/

    width: 110px \0/; /*IE9 and below*/

}



.bootstrap-select > .btn {

    width: 100%;

}

.ie .bootstrap-select > .btn {

    width: 233px;

}





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

}


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

 .clearfix {
    *zoom: 1;
  }
  
  .clearfix:before,
  .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
  }
  
  .clearfix:after {
    clear: both;
  }
  
  .hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  
  .input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  @-ms-viewport {
    width: device-width;
  }
  
  .hidden {
    display: none;
    visibility: hidden;
  }
  
  .visible-phone {
    display: none !important;
  }
  
  .visible-tablet {
    display: none !important;
  }
  
  .hidden-desktop {
    display: none !important;
  }
  
  .visible-desktop {
    display: inherit !important;
  }
  
  @media (min-width: 768px) and (max-width: 979px) {
  
  
    .hidden-desktop {
      display: inherit !important;
    }
    .visible-desktop {
      display: none !important ;
    }
    .visible-tablet {
      display: inherit !important;
    }
    .hidden-tablet {
      display: none !important;
    }
  
    .dl-horizontal dt {
    float:none;
    width:auto;
    }
  
    .dl-horizontal dd {
      margin-left: 0;
      width:auto;
    }
  
  }
  
  @media (max-width: 767px) {
    .hidden-desktop {
      display: inherit !important;
    }
    .visible-desktop {
      display: none !important;
    }
    .visible-phone {
      display: inherit !important;
    }
    .hidden-phone {
      display: none !important;
    }
  }
  
  .visible-print {
    display: none !important;
  }
  
  @media print {
    .visible-print {
      display: inherit !important;
    }
    .hidden-print {
      display: none !important;
    }
  }
  
  @media (min-width: 1200px) {
    .row {
      margin-left: -30px;
      *zoom: 1;
    }
    .row:before,
    .row:after {
      display: table;
      line-height: 0;
      content: "";
    }
    .row:after {
      clear: both;
    }
    [class*="span"] {
      float: left;
      min-height: 1px;
      margin-left: 10px;
    }
    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
      width: 990px;
    }
    .span12 {
      width: 990px;
    }
    .span11 {
      width: 990px;
    }
    .span10 {
      width: 990px;
    }
    .span9 {
      width: 890px;
    }
    .span8 {
      width: 790px;
    }
    .span7 {
      width: 690px;
    }
    .span6 {
      width: 590px;
    }
    .span5 {
      width: 490px;
    }
    .span4 {
      width: 390px;
    }
    .span3 {
      width: 290px;
    }
    .span2 {
      width: 190px;
    }
    .span1 {
      width: 90px;
    }
    .offset12 {
      margin-left: 1230px;
    }
    .offset11 {
      margin-left: 1130px;
    }
    .offset10 {
      margin-left: 1030px;
    }
    .offset9 {
      margin-left: 930px;
    }
    .offset8 {
      margin-left: 830px;
    }
    .offset7 {
      margin-left: 730px;
    }
    .offset6 {
      margin-left: 630px;
    }
    .offset5 {
      margin-left: 530px;
    }
    .offset4 {
      margin-left: 430px;
    }
    .offset3 {
      margin-left: 330px;
    }
    .offset2 {
      margin-left: 230px;
    }
    .offset1 {
      margin-left: 130px;
    }
    .row-fluid {
      width: 100%;
      *zoom: 1;
    }
    .row-fluid:before,
    .row-fluid:after {
      display: table;
      line-height: 0;
      content: "";
    }
    .row-fluid:after {
      clear: both;
    }
    .row-fluid [class*="span"] {
      display: block;
      float: left;
      width: 100%;
      min-height: 30px;
      margin-left: 2.564102564102564%;
      *margin-left: 2.5109110747408616%;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
    }
    .row-fluid [class*="span"]:first-child {
      margin-left: 0;
    }
    .row-fluid .controls-row [class*="span"] + [class*="span"] {
      margin-left: 2.564102564102564%;
    }
    .row-fluid .span12 {
      width: 100%;
      *width: 99.94680851063829%;
    }
    .row-fluid .span11 {
      width: 91.45299145299145%;
      *width: 91.39979996362975%;
    }
    .row-fluid .span10 {
      width: 82.90598290598291%;
      *width: 82.8527914166212%;
    }
    .row-fluid .span9 {
      width: 74.35897435897436%;
      *width: 74.30578286961266%;
    }
    .row-fluid .span8-5 {
      width: 71.81196581196582%;
      *width: 71.75877432260411%;
    }
    .row-fluid .span8 {
      width: 65.81196581196582%;
      *width: 65.75877432260411%;
    }
    .row-fluid .span7 {
      width: 57.26495726495726%;
      *width: 57.21176577559556%;
    }
    .row-fluid .span6 {
      width: 48.717948717948715%;
      *width: 48.664757228587014%;
    }
    .row-fluid .span5 {
      width: 40.17094017094017%;
      *width: 40.11774868157847%;
    }
    .row-fluid .span4 {
      width: 31.623931623931625%;
      *width: 31.570740134569924%;
    }
    .row-fluid .span3-5 {
      width: 25.076923076923077%;
      *width: 25.023731587561375%;
    }
    .row-fluid .span3 {
      width: 23.076923076923077%;
      *width: 23.023731587561375%;
    }
    .row-fluid .span2 {
      width: 14.52991452991453%;
      *width: 14.476723040552828%;
    }
    .row-fluid .span1 {
      width: 5.982905982905983%;
      *width: 5.929714493544281%;
    }
    .row-fluid .offset12 {
      margin-left: 105.12820512820512%;
      *margin-left: 105.02182214948171%;
    }
    .row-fluid .offset12:first-child {
      margin-left: 102.56410256410257%;
      *margin-left: 102.45771958537915%;
    }
    .row-fluid .offset11 {
      margin-left: 96.58119658119658%;
      *margin-left: 96.47481360247316%;
    }
    .row-fluid .offset11:first-child {
      margin-left: 94.01709401709402%;
      *margin-left: 93.91071103837061%;
    }
    .row-fluid .offset10 {
      margin-left: 88.03418803418803%;
      *margin-left: 87.92780505546462%;
    }
    .row-fluid .offset10:first-child {
      margin-left: 85.47008547008548%;
      *margin-left: 85.36370249136206%;
    }
    .row-fluid .offset9 {
      margin-left: 79.48717948717949%;
      *margin-left: 79.38079650845607%;
    }
    .row-fluid .offset9:first-child {
      margin-left: 76.92307692307693%;
      *margin-left: 76.81669394435352%;
    }
    .row-fluid .offset8 {
      margin-left: 70.94017094017094%;
      *margin-left: 70.83378796144753%;
    }
    .row-fluid .offset8:first-child {
      margin-left: 68.37606837606839%;
      *margin-left: 68.26968539734497%;
    }
    .row-fluid .offset7 {
      margin-left: 62.393162393162385%;
      *margin-left: 62.28677941443899%;
    }
    .row-fluid .offset7:first-child {
      margin-left: 59.82905982905982%;
      *margin-left: 59.72267685033642%;
    }
    .row-fluid .offset6 {
      margin-left: 53.84615384615384%;
      *margin-left: 53.739770867430444%;
    }
    .row-fluid .offset6:first-child {
      margin-left: 51.28205128205128%;
      *margin-left: 51.175668303327875%;
    }
    .row-fluid .offset5 {
      margin-left: 45.299145299145295%;
      *margin-left: 45.1927623204219%;
    }
    .row-fluid .offset5:first-child {
      margin-left: 42.73504273504273%;
      *margin-left: 42.62865975631933%;
    }
    .row-fluid .offset4 {
      margin-left: 36.75213675213675%;
      *margin-left: 36.645753773413354%;
    }
    .row-fluid .offset4:first-child {
      margin-left: 34.18803418803419%;
      *margin-left: 34.081651209310785%;
    }
    .row-fluid .offset3 {
      margin-left: 28.205128205128204%;
      *margin-left: 28.0987452264048%;
    }
    .row-fluid .offset3:first-child {
      margin-left: 25.641025641025642%;
      *margin-left: 25.53464266230224%;
    }
    .row-fluid .offset2 {
      margin-left: 19.65811965811966%;
      *margin-left: 19.551736679396257%;
    }
    .row-fluid .offset2:first-child {
      margin-left: 17.094017094017094%;
      *margin-left: 16.98763411529369%;
    }
    .row-fluid .offset1 {
      margin-left: 11.11111111111111%;
      *margin-left: 11.004728132387708%;
    }
    .row-fluid .offset1:first-child {
      margin-left: 8.547008547008547%;
      *margin-left: 8.440625568285142%;
    }
    input,
    textarea,
    .uneditable-input {
      margin-left: 0;
    }
    .controls-row [class*="span"] + [class*="span"] {
      margin-left: 30px;
    }
    input.span12,
    textarea.span12,
    .uneditable-input.span12 {
      width: 956px;
    }
    input.span11,
    textarea.span11,
    .uneditable-input.span11 {
      width: 956px;
    }
    input.span10,
    textarea.span10,
    .uneditable-input.span10 {
      width: 956px;
    }
    input.span9,
    textarea.span9,
    .uneditable-input.span9 {
      width: 856px;
    }
    input.span8,
    textarea.span8,
    .uneditable-input.span8 {
      width: 756px;
    }
    input.span7,
    textarea.span7,
    .uneditable-input.span7 {
      width: 656px;
    }
    input.span6,
    textarea.span6,
    .uneditable-input.span6 {
      width: 556px;
    }
    input.span5,
    textarea.span5,
    .uneditable-input.span5 {
      width: 456px;
    }
    input.span4,
    textarea.span4,
    .uneditable-input.span4 {
      width: 356px;
    }
    input.span3,
    textarea.span3,
    .uneditable-input.span3 {
      width: 256px;
    }
    input.span2,
    textarea.span2,
    .uneditable-input.span2 {
      width: 156px;
    }
    input.span1,
    textarea.span1,
    .uneditable-input.span1 {
      width: 56px;
    }
    .thumbnails {
      margin-left: -30px;
    }
    .thumbnails > li {
      margin-left: 30px;
    }
    .row-fluid .thumbnails {
      margin-left: 0;
    }
  }
  
  @media (min-width: 768px) and (max-width: 979px) {
  
  
  
  [class*="sidebar"] em, [class*="flex-box"] .list-category li span {display:none;}
  .item-preview {
      max-width: 230px;
  }
  
  .span9 .span4 .no-image {   
      min-height: 68px;
  }
  
  .flex-box aside {
        width: 100%;
        clear:both;
        margin-bottom: 10px;
    }
  
  [class*="flex-box"] footer {    
      max-width:100%;
      text-align:right;
  }
  
  [class*="flex-box"] h2, .sidebar h2 {
      padding: 7px 2%;
      text-indent: 0;
      width: 96.5%;
    }
  
    .span12 .span3 [class*="flex-box"] h2 {padding:7px 2.5641%;}
    .span12 [class*="flex-box"].span4 h2 {padding:7px 2%;}
    .span8 [class*="flex-box"] h2 {padding:7px 1.85%;}
    .span8 [class*="flex-box"].span6 h2,
    .span9 [class*="flex-box"].span4 h2 {padding:7px 2.2%;}
    .span9 [class*="flex-box"].span12 h2 {padding:7px 1.9%;}
    .span12 [class*="flex-box"] h2 {padding:7px 1.8%;}
    
   
  
    [class*="flex-box"] h2 span, [class*="flex-box"] h2 > .view-more {
      margin-right: 0;
  }
  
  /*.carousel-indicators {
      background: none repeat scroll 0 0 transparent;
      bottom: 10px;
      left:40%;
      display: block;
      position: absolute;
      width: auto;
      display:none; 
  }
  
  .span9 .carousel-indicators li , .carousel-indicators li {
      border-radius: 20px 20px 20px 20px;
      height: 20px;
      width: 20px;
      max-width: 20px;
      background: rgba(52, 73, 94, 0.9);
      margin-left:10px;
  }
  
  .span9 .carousel-indicators li span , .carousel-indicators li span {display:none;}
  
  .carousel-indicators li.active {
      background-color: #3498DB;
  }
  
  
  .span9 .carousel-inner > .item > img, .span9 .carousel-inner > .item > a > img {
      height: 220px;
  }
  
  .span12 .carousel-indicators li {
      height: 20px;
  }
  
  .span12 .carousel-iner > .item > img, .span12 .carousel-inner > .item > a > img {
      height: 350px;
  }*/
  
    .row {
      margin-left: -20px;
      *zoom: 1;
    }
    .row:before,
    .row:after {
      display: table;
      line-height: 0;
      content: "";
    }
    .row:after {
      clear: both;
    }
    [class*="span"] {
      float: left;
      min-height: 1px;
      margin-left: 20px;
    }
    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
      width: 767px!important;
    }
    .span12 {
      width: 767px;
    }
    .span11 {
      width: 662px;
    }
    .span10 {
      width: 600px;
    }
    .span9 {
      width: 538px;
    }
    .span8 {
      width: 476px;
    }
    .span7 {
      width: 414px;
    }
    .span6 {
      width: 352px;
    }
    .span5 {
      width: 290px;
    }
    .span4 {
      width: 228px;
    }
    .span3 {
      width: 166px;
    }
    .span2 {
      width: 104px;
    }
    .span1 {
      width: 42px;
    }
    .offset12 {
      margin-left: 764px;
    }
    .offset11 {
      margin-left: 702px;
    }
    .offset10 {
      margin-left: 640px;
    }
    .offset9 {
      margin-left: 578px;
    }
    .offset8 {
      margin-left: 516px;
    }
    .offset7 {
      margin-left: 454px;
    }
    .offset6 {
      margin-left: 392px;
    }
    .offset5 {
      margin-left: 330px;
    }
    .offset4 {
      margin-left: 268px;
    }
    .offset3 {
      margin-left: 206px;
    }
    .offset2 {
      margin-left: 144px;
    }
    .offset1 {
      margin-left: 82px;
    }
    .row-fluid {
      width: 100%;
      *zoom: 1;
    }
    .row-fluid:before,
    .row-fluid:after {
      display: table;
      line-height: 0;
      content: "";
    }
    .row-fluid:after {
      clear: both;
    }
    .row-fluid [class*="span"] {
      display: block;
      float: left;
      width: 100%;
      min-height: 30px;
      margin-left: 2.7624309392265194%;
      *margin-left: 2.709239449864817%;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
    }
  
  
    .row-fluid [class*="span"]:first-child {
      margin-left: 0;
    }
    .row-fluid .controls-row [class*="span"] + [class*="span"] {
      margin-left: 2.7624309392265194%;
    }
    .row-fluid .span12 {
      width: 100%;
      *width: 99.94680851063829%;
    }
    .row-fluid .span11 {
      width: 91.43646408839778%;
      *width: 91.38327259903608%;
    }
    .row-fluid .span10 {
      width: 82.87292817679558%;
      *width: 82.81973668743387%;
    }
    .row-fluid .span9 {
      width: 74.30939226519337%;
      *width: 74.25620077583166%;
    }
    .row-fluid .span8 {
      width: 65.74585635359117%;
      *width: 65.69266486422946%;
    }
    .row-fluid .span7 {
      width: 57.18232044198895%;
      *width: 57.12912895262725%;
    }
    .row-fluid .span6 {
      width: 48.61878453038674%;
      *width: 48.56559304102504%;
    }
    .row-fluid .span5 {
      width: 40.05524861878453%;
      *width: 40.00205712942283%;
    }
    .row-fluid .span4 {
      width: 31.491712707182323%;
      *width: 31.43852121782062%;
    }
    .row-fluid .span3 {
      width: 22.92817679558011%;
      *width: 22.87498530621841%;
    }
    .row-fluid .span2 {
      width: 14.3646408839779%;
      *width: 14.311449394616199%;
    }
    .row-fluid .span1 {
      width: 5.801104972375691%;
      *width: 5.747913483013988%;
    }
    .row-fluid .offset12 {
      margin-left: 105.52486187845304%;
      *margin-left: 105.41847889972962%;
    }
    .row-fluid .offset12:first-child {
      margin-left: 102.76243093922652%;
      *margin-left: 102.6560479605031%;
    }
    .row-fluid .offset11 {
      margin-left: 96.96132596685082%;
      *margin-left: 96.8549429881274%;
    }
    .row-fluid .offset11:first-child {
      margin-left: 94.1988950276243%;
      *margin-left: 94.09251204890089%;
    }
    .row-fluid .offset10 {
      margin-left: 88.39779005524862%;
      *margin-left: 88.2914070765252%;
    }
    .row-fluid .offset10:first-child {
      margin-left: 85.6353591160221%;
      *margin-left: 85.52897613729868%;
    }
    .row-fluid .offset9 {
      margin-left: 79.8342541436464%;
      *margin-left: 79.72787116492299%;
    }
    .row-fluid .offset9:first-child {
      margin-left: 77.07182320441989%;
      *margin-left: 76.96544022569647%;
    }
    .row-fluid .offset8 {
      margin-left: 71.2707182320442%;
      *margin-left: 71.16433525332079%;
    }
    .row-fluid .offset8:first-child {
      margin-left: 68.50828729281768%;
      *margin-left: 68.40190431409427%;
    }
    .row-fluid .offset7 {
      margin-left: 62.70718232044199%;
      *margin-left: 62.600799341718584%;
    }
    .row-fluid .offset7:first-child {
      margin-left: 59.94475138121547%;
      *margin-left: 59.838368402492065%;
    }
    .row-fluid .offset6 {
      margin-left: 54.14364640883978%;
      *margin-left: 54.037263430116376%;
    }
    .row-fluid .offset6:first-child {
      margin-left: 51.38121546961326%;
      *margin-left: 51.27483249088986%;
    }
    .row-fluid .offset5 {
      margin-left: 45.58011049723757%;
      *margin-left: 45.47372751851417%;
    }
    .row-fluid .offset5:first-child {
      margin-left: 42.81767955801105%;
      *margin-left: 42.71129657928765%;
    }
    .row-fluid .offset4 {
      margin-left: 37.01657458563536%;
      *margin-left: 36.91019160691196%;
    }
    .row-fluid .offset4:first-child {
      margin-left: 34.25414364640884%;
      *margin-left: 34.14776066768544%;
    }
    .row-fluid .offset3 {
      margin-left: 28.45303867403315%;
      *margin-left: 28.346655695309746%;
    }
    .row-fluid .offset3:first-child {
      margin-left: 25.69060773480663%;
      *margin-left: 25.584224756083227%;
    }
    .row-fluid .offset2 {
      margin-left: 19.88950276243094%;
      *margin-left: 19.783119783707537%;
    }
    .row-fluid .offset2:first-child {
      margin-left: 17.12707182320442%;
      *margin-left: 17.02068884448102%;
    }
    .row-fluid .offset1 {
      margin-left: 11.32596685082873%;
      *margin-left: 11.219583872105325%;
    }
    .row-fluid .offset1:first-child {
      margin-left: 8.56353591160221%;
      *margin-left: 8.457152932878806%;
    }
    input,
    textarea,
    .uneditable-input {
      margin-left: 0;
    }
    .controls-row [class*="span"] + [class*="span"] {
      margin-left: 20px;
    }
    input.span12,
    textarea.span12,
    .uneditable-input.span12 {
      width: 710px;
    }
    input.span11,
    textarea.span11,
    .uneditable-input.span11 {
      width: 648px;
    }
    input.span10,
    textarea.span10,
    .uneditable-input.span10 {
      width: 586px;
    }
    input.span9,
    textarea.span9,
    .uneditable-input.span9 {
      width: 524px;
    }
    input.span8,
    textarea.span8,
    .uneditable-input.span8 {
      width: 462px;
    }
    input.span7,
    textarea.span7,
    .uneditable-input.span7 {
      width: 400px;
    }
    input.span6,
    textarea.span6,
    .uneditable-input.span6 {
      width: 338px;
    }
    input.span5,
    textarea.span5,
    .uneditable-input.span5 {
      width: 276px;
    }
    input.span4,
    textarea.span4,
    .uneditable-input.span4 {
      width: 214px;
    }
    input.span3,
    textarea.span3,
    .uneditable-input.span3 {
      width: 152px;
    }
    input.span2,
    textarea.span2,
    .uneditable-input.span2 {
      width: 90px;
    }
    input.span1,
    textarea.span1,
    .uneditable-input.span1 {
      width: 28px;
    }
  
    select {width: 160px;}
    
  }
  
  @media (max-width: 767px) {
  
    body {
      padding-right: 20px;
      padding-left: 20px;
    }
  
    .sidebar-filters {
      float: none;
      margin-bottom:10px;
  }
  
  /*  .carousel-indicators {
      background: none repeat scroll 0 0 transparent;
      bottom: 10px;
      left:40%;
      display: block;
      position: absolute;
      width: auto;
  }
  
  .span9 .carousel-indicators li , .carousel-indicators li {
      border-radius: 20px 20px 20px 20px;
      height: 20px;
      text-indent: -9999px;
      width: 20px;
      max-width: 20px;
      background: rgba(52, 73, 94, 0.9);
      margin-left:10px;
  }
  
  .carousel-indicators li.active {
      background-color: #3498DB;
  }
  
   .carousel-inner > .item > img, .carousel-inner > .item > a > img,
    .span9 .carousel-inner > .item > img, .span9 .carousel-inner > .item > a > img
    {
      height: 250px;
  }
  
  
  .span12 .carousel-inner > .item > img, .span12 .carousel-inner > .item > a > img {
      height: 250px;
  }
  
  .span12 .carousel-indicators li {
      height: 20px;
  }*/
  
  
    .navbar-fixed-top,
    .navbar-fixed-bottom,
    .navbar-static-top {
      margin-right: 0;
      margin-left: 0;
    }
    .container-fluid {
      padding: 0;
    }
    .dl-horizontal dt {
      float: none;
      width: auto;
      clear: none;
      text-align: left;
    }
    .dl-horizontal dd {
      margin-left: 0;
      width:auto;
    }
    .container {
      width: auto;
    }
    .row-fluid {
      width: 100%;
    }
    .row,
    .thumbnails {
      margin-left: 0;
    }
    .thumbnails > li {
      float: none;
      margin-left: 0;
    }
    [class*="span"],
    .uneditable-input[class*="span"],
    .row-fluid [class*="span"] {
      min-height:0;
      display: block;
      float: left;
      width: 100%;
      margin-left: 0;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
    }
    .span12,
    .row-fluid .span12 {
      width: 100%;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
    }
    .span6,
    .row-fluid .span6 {
      width: 48%;
      margin-left:4%;
      float:left;
    }
  
    .span9 .span4,
    .span12 .span4,
    .span10 .span4,
    .span11 .span4 {
      width: 32%;
      margin-left:2%;
      float:left;
    }  
  
    .span9 > .row-fluid > .span8{
      width: 66%;
      float:left;
    }
  
    .row-fluid [class*="offset"]:first-child {
      margin-left: 0;
    }
    .input-large,
    .input-xlarge,
    .input-xxlarge,
    input[class*="span"],
    select[class*="span"],
    textarea[class*="span"],
    .uneditable-input {
      display: block;
      width: 100%;
      min-height: 30px;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
    }
    .input-prepend input,
    .input-append input,
    .input-prepend input[class*="span"],
    .input-append input[class*="span"] {
      display: inline-block;
      width: auto;
    }
    .controls-row [class*="span"] + [class*="span"] {
      margin-left: 0;
    }
    .modal {
      position: fixed;
      top: 20px;
      right: 20px;
      left: 20px;
      width: auto;
      margin: 0;
    }
    .modal.fade {
      top: -100px;
    }
    .modal.fade.in {
      top: 20px;
    }
  }
  
  @media (max-width: 640px) {
  
  .flex-box aside span {
      padding: 10px 0;
    }
  
  .flex-box aside {
        width: 100%;
        clear:both;
        margin-bottom: 10px;
    }
  
  
  
  [class*="flex-box"] footer {
      bottom: 0;
      margin-top: 10px;
      position: relative;
      right: 0;
      text-align: right;
  }
  
  }
  
  @media (max-width: 480px) {
  
  
  .flex-box-group .row-fluid .span6:first-child section {border-bottom:1px solid #DFEAF7;}
  
  [class*="span"],
    .uneditable-input[class*="span"],
    .row-fluid [class*="span"],
    [class*="span"] .row-fluid [class*="span"] {
      min-height:0;
      display: block;
      float: left;
      width: 100%;
      margin-left: 0;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
    }
  
  .flex-box aside span {
      top: 0;
  }
    
  
    .carousel-inner > .item > img, .carousel-inner > .item > a > img,
    .span9 .carousel-inner > .item > img, .span9 .carousel-inner > .item > a > img
    { height: 180px;}
  
    .span12 .carousel-inner > .item > img, .span12 .carousel-inner > .item > a > img {
      height: 180px;
  }
  
  
  /*.carousel-indicators {
      bottom: auto;
      top: 10px;
      left: 30%;
  }*/
  
  
  
    .page-header h1 small {
      display: block;
      line-height: 20px;
    }
    input[type="checkbox"],
    input[type="radio"] {
      border: 1px solid #ccc;
    }
    .form-horizontal .control-label {
      float: none;
      width: auto;
      padding-top: 0;
      text-align: left;
    }
    .form-horizontal .controls {
      margin-left: 0;
    }
    .form-horizontal .control-list {
      padding-top: 0;
    }
    .form-horizontal .form-actions {
      padding-right: 10px;
      padding-left: 10px;
    }
    .media .pull-left,
    .media .pull-right {
      display: block;
      float: none;
      margin-bottom: 10px;
    }
    .media-object {
      margin-right: 0;
      margin-left: 0;
    }
    .modal {
      top: 10px;
      right: 10px;
      left: 10px;
    }
    .modal-header .close {
      padding: 10px;
      margin: -10px;
    }
    .carousel-caption {
      position: static;
    }
  }
  
  @media (max-width: 320px) {
   .carousel-inner > .item > img, .carousel-inner > .item > a > img,
    .span9 .carousel-inner > .item > img, .span9 .carousel-inner > .item > a > img
    {
      height: 120px;
  
    }
    .span12 .carousel-inner > .item > img, .span12 .carousel-inner > .item > a > img {
      height: 120px;
  }
  
  
  
  }
  @media (max-width: 979px) {
    body {
      padding-top: 0;
    }
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      position: static;
    }
    .navbar-fixed-top {
      margin-bottom: 20px;
    }
    .navbar-fixed-bottom {
      margin-top: 20px;
    }
    .navbar-fixed-top .navbar-inner,
    .navbar-fixed-bottom .navbar-inner {
      padding: 5px;
    }
    .navbar .container {
      width: 100%!important;
      padding: 0;
    }
    .navbar .brand {
      padding-right: 10px;
      padding-left: 10px;
      margin: 0 0 0 5px;
    }
    .nav-collapse {
      clear: both;
    }
    .nav-collapse .nav {
      float: none;
      margin: 0 0 10px;
    }
    .nav-collapse .nav > li {
      float: none;
    }
    .nav-collapse .nav > li > a {
      margin-bottom: 2px;
    }
    .nav-collapse .nav > .divider-vertical {
      display: none;
    }
    .nav-collapse .nav .nav-header {
      color: #777777;
      text-shadow: none;
    }
    .nav-collapse .nav > li > a, .nav-collapse-members.in .nav > li > a,
    .nav-collapse .dropdown-menu a, .nav-collapse-members.in .dropdown-menu a {
      padding: 9px 15px;
      font-weight: bold;
      color: #777777;
    }
    .nav-collapse .btn {
      padding: 4px 10px 4px;
      font-weight: normal;
    }
    .nav-collapse .dropdown-menu li + li a, .nav-collapse-members.in .dropdown-menu li + li a  {
      margin-bottom: 2px;
    }
  
    .navbar-inverse .nav-collapse .nav > li > a,
    .navbar-inverse .nav-collapse .dropdown-menu a {
      color: #999999;
    }
    .navbar-inverse .nav-collapse .nav > li > a:hover,
    .navbar-inverse .nav-collapse .nav > li > a:focus,
    .navbar-inverse .nav-collapse .dropdown-menu a:hover,
    .navbar-inverse .nav-collapse .dropdown-menu a:focus {
      background-color: #111111;
    }
    .nav-collapse.in .btn-group {
      padding: 0;
      margin-top: 5px;
    }
    .nav-collapse-members.in .dropdown-menu, .nav-collapse .dropdown-menu {
      position: static;
      top: auto;
      left: auto;
      display: none;
      float: none;
      max-width: none;
      padding: 0;
      margin: 0 15px;
      background-color: transparent;
      border: none;
      -webkit-box-shadow: none;
         -moz-box-shadow: none;
              box-shadow: none;
    }
    .nav-collapse .open > .dropdown-menu {
      display: block;
    }
    .nav-collapse .dropdown-menu:before,
    .nav-collapse .dropdown-menu:after,
    .nav-collapse-members .dropdown-menu:before,
    .nav-collapse-members .dropdown-menu:after {
      display: none;
    }
    .nav-collapse .dropdown-menu .divider {
      display: none;
    }
    .nav-collapse .nav > li > .dropdown-menu:before,
    .nav-collapse .nav > li > .dropdown-menu:after {
      display: none;
    }
    .nav-collapse .navbar-form,
    .nav-collapse .navbar-search {
      float: none;
      padding: 10px 15px;
      margin: 10px 0;
      border-top: 1px solid #f2f2f2;
      border-bottom: 1px solid #f2f2f2;
      -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
         -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
              box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-inverse .nav-collapse .navbar-form,
    .navbar-inverse .nav-collapse .navbar-search {
      border-top-color: #111111;
      border-bottom-color: #111111;
    }
    .navbar .nav-collapse .nav.pull-right {
      float: none;
      margin-left: 0;
    }
    .nav-collapse,
    .nav-collapse.collapse,
    .nav-collapse-members,
    .nav-collapse-members.collapse {
      height: 0;
      overflow: hidden;
    }
    .navbar .btn-navbar {
      display: block;
    }
    .navbar-static .navbar-inner {
      padding-right: 10px;
      padding-left: 10px;
    }
  }
  
  @media (min-width: 980px) {
    .nav-collapse.collapse {
      height: auto !important;
      overflow: visible !important;
    }
  
  
  [class*="sidebar"] h3 {min-width:213px;}
  
  }

  /* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

   /* border: 1px solid transparent;*/
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: 'â†';
}
[dir='rtl'] .slick-prev:before
{
    content: 'â†’';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: 'â†’';
}
[dir='rtl'] .slick-next:before
{
    content: 'â†';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on January 8, 2019 */

/*@import url('https://fonts.googleapis.com/css?family=Shadows+Into+Light|Source+Sans+Pro:400,700|Fredoka+One|Concert+One|Patrick+Hand|Bungee|Montserrat:500,700|Open+Sans|Acme|Indie+Flower|Caveat+Brush|Nanum+Pen+Script|Quicksand|Rammetto+One|Kalam|Josefin+Sans|Varela+Round|Londrina+Solid:900|Black+Han+Sans|Poppins|Abril+Fatface&display=swap');
/*@import url('https://fonts.google.com/selection?category=Display,Monospace&selection.family=Rammetto+One');*/
/*@import url('https://fonts.googleapis.com/css2?family=Alata&family=Raleway:wght@900&family=Balsamiq+Sans:wght@700&family=Grandstander:wght@600&family=Caveat:wght@700&family=Gochi+Hand&family=Neucha&family=Chewy&family=Roboto+Slab:wght@800&family=Noto+Serif&family=Jua&family=Zen+Antique&family=Cabin&family=Chau+Philomene+One&display=swap');*/

@font-face {
    font-family: 'verveineregular';
    src: url('verveineregular-webfont.woff2') format('woff2'),
         url('verveineregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
     font-family: 'Avenir LT Std';
    src: url('AvenirLTStd-Book.woff2') format('woff2'),
        url('AvenirLTStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/**
* eDirectory - Main System Structure
*
* @package			layout
* @filesource		structure.css
* @author			Arca Solutions
*			
*/


/**************************************************************************************************\
* Master Reset
* 
* Master Reset for all HTML elements
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
button,
caption {
    border: none;
    margin: 0;
    padding: 0;
    outline: none;
}

ol,
ul {
    list-style: none;
}

:focus {
    outline: none;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
}


/**************************************************************************************************\
* Global Items
* 
* Global Items as Definitions, Classes, Typography and Forms
*/


/* #No-Images */

.span9 .span4.flex-box .no-image {
    height: 96px;
}


/*Home Listing*/

.flex-box.span6>a>.no-image {
    height: 131px;
}

.flex-box-group .span6>section>a>span.no-image {
    height: 140px;
    margin: 10px auto;
}

.span8 .span12.flex-box-group .span6>section>a>span.no-image {
    height: 122px;
    margin: 10px auto;
}

.flex-box.span8 aside .no-image {
    height: 122px;
}

.flex-box .span12>aside>a>span.no-image {
    height: 159px;
}

.flex-box .span12>aside.span8>a>span.no-image {
    height: 200px;
}

.span8 .flex-box .span12>aside.span8>a>span.no-image {
    height: 193px;
}

.flex-box-group .item-preview aside .no-image {
    min-height: 40px;
    height: 40px;
}

.flex-box aside span.no-image {
    position: inherit;
    background: url("images/imagery/no-image.png") no-repeat scroll center center transparent;
    padding: 0;
    background-size: 100%;
}


/** Global Classes */

.clear {
    clear: both !important;
    display: block;
}

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

br.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.button-featured {
    background: url(images/structure/bg-button.gif) repeat-x 0 0;
    border-color: #D0D7E1 #D0D7E1 #B4BCC9 #D0D7E1;
    border-style: solid;
    border-width: 1px;
    float: right;
    height: 32px;
    padding: 0 15px;
}

.button-featured {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.button-featured a,
.button-featured a:visited,
.button-featured a:active {
    color: #898989 !important;
    font-size: 12px;
    line-height: 32px;
    text-transform: none !important;
}

.ie .dropdown-menu {
    z-index: 99999999;
}


/** #Global classes > Percentual Width */

[class^="cont_"],
[class*=" cont_"] {
    float: left;
}

.cont_100 {
    width: 100%;
}

.cont_90 {
    width: 90%;
}

.cont_80 {
    width: 80%;
}

.cont_70 {
    width: 70%;
}

.cont_60 {
    width: 60%;
}

.cont_50 {
    width: 50%;
}

.cont_40 {
    width: 40%;
}

.cont_30 {
    width: 30%;
}

.cont_20 {
    width: 20%;
}

.cont_10 {
    width: 10%;
}

.loading-location {
    margin: 7px 0 7px 12px;
}


/** #Global classes > Show and Hide */

.show,
.show-block {
    display: block !important;
}

.show-inline {
    display: inline !important;
}

.isHidden,
.controlPhoneHide,
.controlFaxHide {
    display: none !important;
}


/*List*/

.list {
    padding: 3px;
}

.list li {
    display: inline;
}


/*Site content*/

.middle-info ul {
    list-style: disc inside;
}

.middle-info ol {
    list-style: decimal inside;
}


/* #Error Page */

.error-page {
    height: 145px;
    width: 360px;
    margin: 0 auto
}


/* #No Images */

.no-link,
.no-link a,
.no-link:hover,
.no-link a:hover {
    cursor: default !important;
}

li.no-link:hover {
    background-color: transparent!important;
}

.no-image {
    background: url(images/imagery/no-image.png) no-repeat 49% 50%;
    cursor: pointer;
    display: block;
    min-height: 50px;
    min-width: 30px;
    clear: both;
    background-size: 100%;
}

.no-image2 {
    background: url(images/imagery/no-image2.png) no-repeat center center;
    background-color: #ffffff;
    background-size: 80% 80%;
    cursor: pointer;
    display: block;
    min-height: 30px;
    min-width: 30px;
    padding: 8px;
    border-radius: 50%;
    clear: both;
}

.banner .no-image {
    background-size: 20%;
    background-color: #EEEEEE;
}


/* *Detail*/

.image .no-image {
   /* height: 100%;*/
    width: 100%;
    clear: both;
}

.featured-item-special .image .no-image {
    height: 127px;
    width: 100%;
}

.ie7 .featured-item-special .image .no-image {
    height: 127px;
    width: 292px;
}

.special-item .no-image {
    height: 241px;
}


/* *Best Of */

.featured-listing .no-image,
.content-main .summary .no-image {
    height: 144px;
    width: 100%;
}

.special-listing .no-image {
    height: 295px;
    width: 98%;
    padding: 4px;
    border: 1px solid #dedede;
}


/* *Summary item*/

.summary-image .no-image {
    height: 94px;
}


/* *Profile no-image*/

.featured-review .no-image,
.review-item .no-image,
.sidebar .featured-item .image .no-image,
.featured-checkin .no-image,
.user-info .image .no-image {
    background: #E7E8E8 url(images/imagery/profile_noimage.png) no-repeat center;
    height: 72px;
    min-height: 72px;
    width: 72px;
    margin: 0;
}

.comment .image .no-image {
    background: #E7E8E8 url(images/imagery/profile_noimage.png) no-repeat center;
    cursor: pointer;
    display: block;
    min-height: 30px;
    min-width: 30px;
    height: 60px;
    width: 60px;
    border: 1px solid #ccc;
}


/* *Deal*/

.content-main .summary-deal .no-image {
    height: 170px;
    width: 300px !important;
}

.special-deal .image .no-image {
    height: 241px;
    width: 610px;
}

.ie7 .special-deal .image .no-image {
    width: 617px;
}

.detail-deal .no-image {
    height: 266px;
}


/* *Advertise Pages*/

.level-summary .no-image {
    border: none;
    height: 133px;
    width: 309px;
}

.level-summary .no-image {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.level-summary .left .image .no-image {
    border: none !important;
}

.level-summary .summary-modules .full {
    border: none;
    margin-right: 90px;
}


/** Global classes > Switch button */

.switchOpen,
.switchClose {
    display: block;
    float: left;
    height: 15px;
    overflow: hidden;
    text-decoration: none;
    width: 17px;
    margin-top: 2px;
}

.switchBlank {
    display: none;
}


/* #System Messages and Alerts

	<div class="successMessage"><p>Success!!</p></div>

	*/

.informationMessage,
.errorMessage,
.successMessage,
.warningMessage {
    clear: both;
    display: block;
    margin: 0 0 15px 0;
    padding: 8px 35px 8px 14px!important;
}

.browserMessage .wrapper {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
}


/* #Typography 

	<h1>h1. Heading 1</h1>
	<h2>h2. Heading 2</h2>
	<h3>h3. Heading 3</h3>
	<h4>h4. Heading 4</h4>
	<h5>h5. Heading 5</h5>
	<h6>h6. Heading 6</h6>

 
	*/

h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
}

.popupWrapper p {
    font-size: 16px;
    text-align: center;
}

.content-main h2 {
    text-transform: uppercase;
    color: #333333;
    font-size: 35px;
    /*text-align:center;*/
    margin: 40px 0 30px;
}

.content-main h2:after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #2980b9;
    margin: 10px 0;
}

@media (max-width:767px) {
    .content-main h2 {
        font-size: 30px;
        margin: 20px 0 20px;
    }
}

.content-main h4 {
    /*text-align: center;*/
    color: #008ca1!important;
    font-weight: bold;
    font-size: 25px;
    margin: 15px auto 45px;
}

.content-main h5 {
    /*text-align: center;*/
    margin: 20px 0 10px;
    font-size: 16px;
    font-weight: bold;
    color: #2a80b9!important;
}

.container-fluid a.view-more {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    display: -webkit-box;
    margin: 15px 8px 15px 0;
    border: 2px solid #f26522;
    background: transparent;
    padding: 7px 15px;
    color: #f26522;
    max-width: 80px;
}

.container-fluid h2 a.view-more {
    margin: 0 5px;
    border: 1px solid #ffffff;
    background: transparent;
    padding: 5px 15px;
    color: #ffffff;
    max-width: inherit;
}

@media (max-width:767px) {
    .container-fluid a.view-more {
        margin: 15px 0 35px;
    }
}

.container-fluid a.view-more:after {
    content: '>';
    margin: 0 0 0 5px;
    font-size: 12px;
}

.container-fluid a.view-more:hover {
    color: #ffffff;
    background: #f26522;
}

.container-fluid h2 a.view-more:hover {
    color: #3498db;
    background: #ffffff;
}


/* #Typography 

	Paragraph 
	
	*/

p {
    color: #636363;
    line-height: 16px;
}


/* #Header Image
 
 <div class="image-bg"></div>
 
 */

.image-bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    right: 0;
    left: 0;
}

.image-bg img {
    min-width: 100%;
}


/**************************************************************************************************\
* #Forms > Contact form  
  */

.contactus {
    margin-top: 20px;
    border: 0;
}

.contactus .map {
    height: 240px;
    width: 98%;
    margin: 4px 1%;
}

.contactus address {
    margin: 10px 0;
}

.contactus section {
    margin: 10px;
}

.contact-form>form>p {
    margin: 10px 0 20px;
}


/* #Featured Listings
     The Best Of page for Dining Guide
     

     .content.side-right { float: left;    padding: 0 0 2%;    width: 74%;}

     .row-fluid .thumbnails.featured-listing {width:104%} 

     .featured-listing > .span6 { margin: 10px 0 0 2.8%;width: 46.9%;}
     .featured-listing .thumbnail {min-height: 320px; border-radius: 0;}
     .featured-listing .thumbnail .featured-body  address{margin-bottom:10px;}

     .featured-listing .thumbnail .image h3 {width: 323px; margin-top: -37px;position: absolute;height: 27px; padding: 10px 3px 0px 7px; }                                        
     .ie .featured-listing .thumbnail .image h3 {position: relative; width: 323px;line-height:19px;}

     .featured-listing .thumbnail .image img {width:100%;}

     .content.side-right .top-pagination {  padding: 0 0 0 3%;  width:100%;}

     featured-listing .featured-body btn-success {    margin: 5px 0;}

/* #Special Listing
*/

.featured-listing .span12.special-listing {
    width: 96.9%;
    margin: 0 0 10px 2.8%;
}

.special-listing .listing-info {
    height: 292px;
    margin-left: 432px;
    padding: 10px;
    position: absolute;
    width: 256px;
}

.special-listing .listing-info .btn {
    margin-top: 10px;
}

.special-listing img.img-polaroid {
    width: 98.5%;
}


/* #Reviews

*/

.review-item {
    padding: 8px 0 0;
}

.review-item .review-top {
    padding-bottom: 10px;
}

.review-item .review-top>div {
    margin: 10px 15px 0px 10px;
}

.review-item .review-top img.img-polaroid {
    width: 60px;
    height: 60px;
    margin: 10px auto
}

.ie .review-item .review-top img.img-polaroid {
    width: 100%;
    min-width: 60px;
    max-width: 60px;
    max-height: 60px;
    height: 100%;
}

.review-top p {
    padding: 10px;
    line-height: 19px;
}

.review-bottom p {
    line-height: 28px;
    padding: 5px 1%;
}

.review-item .rate-stars,
.review-bottom p {
    display: inline-block;
}

.review-bottom .btn {
    float: left;
    margin-right: 10px;
    font-size: 14px;
    border-radius: 5px;
}

.review-bottom .number {
    float: left;
    width: 35px;
    height: 26px;
    padding-left: 9px;
    margin-right: 10px;
}

.review-item .reply {
    margin: 15px 0 0 0;
    padding: 0 0 0 20px;
}

.ie .review-bottom p {
    float: left;
}

.ie .review-bottom p.pull-right {
    float: right;
}

.featured.featured-review.featured-review-detail,
.featured.featured-review.featured-review-detail {
    clear: both;
    margin-top: 0;
    padding-top: 1px;
    margin-bottom: 20px;
}

.featured-review.featured-review-detail .featured-item {
    margin: 10px 0;
    clear: both;
    border-bottom: 1px solid #dedede;
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

.featured-review.featured-review-detail .featured-item .image {
    float: left;
    width: 75px;
    height: 75px;
    margin: 0 10px 0 0
}

.featured-review.featured-review-detail .featured-item .image img {
    width: 100%;
}


/*Rate Starts*/

.stars-rating {
    background: url(images/iconography/mask-stars-white.png?v=1.2) no-repeat left center scroll #16a085;
    background-size: 100%;
    display: inline-block;
    height: 15px;
    width: 70px;
    margin-top: 3px;
    margin-bottom: -2px;
}

.stars-rating.grey {
    background: url(images/iconography/mask-stars-gray.png?v=1.2) no-repeat left center scroll #16a085;
    background-size: 100%;
}

.stars-rating [class*="rate-"] {
    height: 15px;
    float: right;
    background: url(images/iconography/mask-stars-white.png?v=1.2) no-repeat left center scroll #cccccc;
    background-size: 70px;
}

.review-top .stars-rating [class*="rate-"] {
    background-color: #ccc;
}

.item-preview .stars-rating [class*="rate-"] {
    float: right;
}

.span12>.flex-box-group>.item-preview .stars-rating [class*="rate-"] {
    float: right;
}

.stars-rating .rate-0 {
    width: 100%;
}

.stars-rating .rate-1 {
    width: 82%;
}

.stars-rating .rate-2 {
    width: 60%;
}

.stars-rating .rate-3 {
    width: 40%;
}

.stars-rating .rate-4 {
    width: 20%;
}

.stars-rating .rate-5 {
    width: 0;
}


/*Calendar Event*/

.calendar-event {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 10px;
    background-color: #16A085;
}

#calendar_event {
    min-height: 120px;
}

.calendar-event li {
    float: left;
    height: 27px;
    line-height: 11px;
    padding: 9px 1%;
    text-align: center;
    width: 18%;
}

.small-calendar {
    width: 100%;
    float: left;
    position: relative;
}

.small-calendar li {
    float: left;
    width: 14%;
    line-height: 12px;
    height: 12px;
    padding: 14px 1%;
    text-align: center;
    overflow: hidden
}

.small-calendar li.control {
    width: 10%;
    height: 12px;
    padding: 14px 0;
}


/**
 #Top Navbar Open
 */

.top-button {
    left: -170px;
    overflow: visible;
    position: absolute;
    top: 0;
    z-index: 3;
}

.top-open {
    background: url(images/structure/bg-button-options.gif) repeat-x 0 0;
    height: 30px;
    padding: 0 15px;
    text-align: center;
    width: 90px;
}

.top-open {
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    -moz-box-shadow: 1px 2px 4px #AAA;
    -webkit-box-shadow: 1px 2px 4px #AAA;
    box-shadow: 1px 2px 4px #AAA;
}

.top-open a {
    color: #FFF;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
}

.top-open a:hover {
    color: #EC008C;
    text-decoration: none;
}


/**************************************************************************************************\
* Header
* 
* Header contents, search, advanced search, banner and other elements.
*/

#header-wrapper {
    clear: both;
    height: 72px;
    margin: 0 auto;
    overflow: visible;
}

#header {
    height: 58px;
    margin: 0 auto;
    overflow: visible;
    padding: 7px 0 7px 0;
    position: relative;
    width: 980px;
    z-index: 1;
}


/** Header > Navbar */

#navbar-wrapper,
.wrapper .holderFixes #navbar-wrapper {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.wrapper .holderFixes #navbar-wrapper {
    position: relative;
}

#navbar {
    height: 40px;
    margin: 0 auto;
    width: 72%;
}

#navbar li {
    float: left;
}


/**************************************************************************************************\
* #Footer
* 
* Footer content, classes, styles.
*/

.footer-wrapper {
    clear: both;
    margin: 20px auto 0;
    overflow: hidden;
    padding: 0;
    border-top: 2px solid #4b4b4b;
    padding: 20px 0;
}

.footer-wrapper .span3 {
    margin-left: 5%;
    width: 20%;
}

.footer-wrapper .copyright {
    font-size: 11px;
    margin-top: 60px;
}

.ie .footer-wrapper .contact small a {
    float: left;
    margin-right: 5px;
}


/* #Content Structure
* 
* Content structure elements
*/

.well>.container-fluid {
    padding-top: 5px;
    padding-bottom: 10px;
}

.ie .well>.container-fluid {
    padding-bottom: 10px;
}

.container-fluid>.row-fluid,
.container-fluid>.row-fluid>div .row-fluid {
    margin: 5px 0;
}

.content-wrapper {
    display: block;
    height: auto;
}


/*# Login Page */

.ie .span4.offset4 .selectpicker .select .dropdown-toggle {
    width: 280px;
}


/* #Tree View*/

.categoryTreeview {
    margin: 10px 2% 20px;
    padding: 10px 2% 20px;
}

.categoryTreeview li {
    clear: both;
}

.categoryTreeview li ul {
    margin: 0 0 0 25px;
    clear: both;
}

.categoryTreeview div div img {
    float: left;
    margin-top: -16px;
}

.categoryBullet {
    padding-left: 21px;
}

.categorySuccessMessage,
.categoryErrorMessage {
    display: inline-block;
    margin-left: 3px;
    text-decoration: none;
}


/*#Messages*/

.fancybox-outer .informationMessage,
.fancybox-outer .errorMessage,
.fancybox-outer .successMessage,
.fancybox-outer .warningMessage {
    margin: 25px 0 0;
}

.informationMessage,
.errorMessage,
.successMessage,
.warningMessage {
    margin: 0 0;
}

.fancybox-skin {
    border-radius: 0!important;
}


/* #Top Pagination
	
	*Line Top
	
	*/

.content-reviews .line-top>div {
    float: right;
}

.line-top .search-info {
    display: inline-block;
    float: none;
    max-width: 50%;
}

.ie7 .line-top .search-info {
    float: left;
}

.line-top .filter-category,
.line-top .filter-order {
    float: right;
    width: auto;
}

.line-top .filter-category {
    margin-right: 20px;
}

.line-top label,
.line-top select {
    float: left;
    width: auto;
}

.line-top label {
    text-align: right;
    padding-right: 15px;
}

.map-control {
    float: left;
    line-height: 16px;
    font-weight: 600;
}

.map-control a {
    padding-right: 2px;
}

.map-control:after {
    content: "|";
    display: inline-block;
}


/* #Top Pagination
	* Line Bottom
    *Structure
	*Pagination Controls
	*Pagination Pages
	
	*/

.filter {
    float: left;
    padding: 1.5px 3px 0 0;
    width: auto;
}

.filter p {
    font-size: 11px;
    float: left;
    padding: 0px 0 0 6px;
}

.pagination ul {
    text-transform: uppercase;
}

.content.side-right .filter p {
    padding: 0px 0 0 0px;
}

.content.side-right .line-bottom {
    padding: 0 0px 7px 0px;
}

.goto {
    display: inline-block;
    float: right;
}

.ie .goto {}

.ie .content.side-right .goto {
    margin-top: 0px;
}

.content-full-results {
    float: left;
    margin: 5px 0 2% 0;
    padding: 0;
    width: 100%;
}

.top-pagination {
    width: 98%;
    margin: 0;
}

.line-top {
    margin-bottom: 7px;
    width: 100%;
}

.line-bottom {
    padding: 0 10px 9px;
    width: 100%;
    display: inline-block;
    margin-bottom: 2%;
    height: 18px;
}

.pagination {
    margin: 0;
    display: inline;
}

.pagination .letters {
    font-size: 11px;
    display: inline-block;
    margin-top: 4px;
}

.ie .pagination .letters {
    float: left;
}

.pagination .pages {
    margin-left: 10px;
}

.pagination ul.controls>li>a,
.pagination ul.pages>li>a {
    float: none;
}


/* #Bottom Pagination*/

.bottom-pagination {
    float: right;
    width: 50%;
}

.content-full-results .bottom-pagination {
    width: 65%;
}

.bottom-pagination-listing .pagination {
    width: auto;
    padding-bottom: 10px;
    float: right;
    margin-bottom: 10px;
}

.bottom-pagination-listing .goto {
    text-align: right;
    float: none;
    display: block;
}

.bottom-pagination-listing .results-per-page {
    width: auto;
    float: right;
    margin-top: -3px;
}


/*#Login Form*/

.formFieldsLogin input.text,
.formFieldsLogin input[type="password"] {
    margin: 0 auto;
    width: 96.5%;
}

.formFieldsLogin .automaticLogin {
    display: block;
    margin: 10px 0;
}

.formFieldsLogin .clear {
    margin-bottom: 10px;
}

.formFieldsLogin .standardButton button {
    width: 100%;
    padding: 10px 0;
}

.forgotpassword,
.notmember {
    margin: 10px 0;
    text-align: center;
}

.formFieldsLogin .automaticLogin input[type="checkbox"] {
    margin: -4px 0 0 0;
}

.content-custom.cont_100 {
    width: 98%;
    margin: 0 1%;
}

section.span4.offset4 .button-google h2 a,
section.span4.offset4 .button-facebook h2 a {
    width: 78.5%;
    display: block;
}


/* #Flex List

*/

.flex-box-list ul {
    margin: 10px 0 10px 20px;
    float: left;
    min-width: 90%;
}

.flex-box-list li,
.span4 .span12.flex-box-list li {
    float: left;
    width: 45%;
}

.flex-box-list .list-category {
    margin: 10px 5px;
}

.flex-box-list .list-category li {
    width: auto;
    float: none;
}

.flex-box-list .list-category ul {
    margin: 0;
    width: 100%;
}

.span8 .span12.flex-box-list li {
    width: 33%;
}

.span12.flex-box-list li {
    width: 25%;
}

.span12.flex-box-list .list-category {
    width: 98%;
}

.span12.flex-box-list .list-category ul {
    width: 93%;
}

.span12.flex-box-list .list-category li {
    width: 100%;
}

.span12.flex-box-list .list-category>li {
    width: 31%;
    float: left;
}

.sidebar .flex-box-list li,
.span5.flex-box-list li,
.span3 .span12.flex-box-list li,
.span4.flex-box-list li,
.span3.flex-box-list li,
.span2.flex-box-list li,
.span1.flex-box-list li {
    width: 100%;
}


/* #Category List*/

.sidebar-browseby li,
.flex-box-list .list-category li {
    margin-left: 15px;
}

.sidebar-browseby [class*="icon-caret"],
.flex-box-list .list-category [class*="icon-caret"] {
    margin-left: -15px;
    margin-right: -3px;
}

.sidebar-browseby .item-select {
    float: left;
    margin: 10px 5px;
    max-height: 400px;
    overflow: auto;
    width: 94%;
}

.sidebar-browseby {
    border-top: none;
}


/*General Pages*/

.box-title .summary-small {
    width: 99.7%;
}


/* #General Page FAQ */

.content-faq {
    margin-top: 20px;
    clear: both;
}

.faq-search .row-fluid {
    padding: 5px 0 0;
}

.faq-search h4 {
    line-height: 36px;
}

.faq-search input {
    height: 36px;
}

.faq-front {
    float: right;
    margin: -10px 0 10px;
}

.box-title .content-faq h2 {
    margin-bottom: 0;
}


/* Table for Pagination*/

.pagingContent {
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.pagingContent>tbody {
    line-height: 25px;
    font-size: 10px;
}

.pagingContent>tbody>tr {
    display: inline-block;
    width: 47%;
    padding: 0 1%;
}

.pagingContent table {
    width: 100%;
}

.pagingContent select {
    margin: 5px 0;
    padding: 3px 3px 3px 0;
    width: 43px;
}

.pagingContent table td {
    display: inline-block;
    width: 32%;
    text-align: center;
}

.pagingContent>tbody>tr>td {
    display: inline;
}

.pagingContent .paging-letters {
    text-align: right;
}

.pagingContent .paging-letters a {
    font-size: 11px;
    padding: 3px 2px;
}

.ie .pagingContent>tbody>tr {
    width: 620px;
    float: left;
}

.ie .pagingContent select {
    float: right;
    margin-top: -4px;
}

.ie .pagingContent>tbody>tr>td {
    width: auto;
    padding: 9px 10px 0 10px;
    float: left;
}

.ie .pagingContent table td {
    float: left;
    width: 150px;
}


/* #All Locations */

.browse-locations {
    clear: both;
}

.child {
    margin-left: 5%;
}

.all_location_first {
    width: auto;
    padding: 10px;
    margin-bottom: 5px;
    cursor: pointer;
}

.all_location_first.nochild {
    cursor: default;
}

.link {
    float: left;
    margin-left: 10px;
    width: 23%;
}

.all_location_middle {
    width: auto;
    margin: 5px 0;
    padding: 5px 10px;
    cursor: pointer;
}

.ie7 .all_location_middle {
    width: auto;
    margin: 5px 0;
    padding: 10px 10px 5px 10px;
}


/*General Page All Categories*/

.box-title ul.item-select {
    width: 98%;
    float: left;
    margin-bottom: 20px;
    margin-top: -20px;
    padding: 10px 1%;
}

.box-title ul.item-select li {
    width: 25%;
    float: left;
    padding: 5px 0;
}

.box-title ul.item-select li>a {
    margin-left: 18px;
}

.box-title ul.item-select li>a[class*="icon-caret"] {
    margin-left: 0;
    margin-right: -18px;
}

.box-title ul.item-select li:nth-child(4n+1) {
    width: 25%;
    float: left;
    clear: left;
}

.box-title ul.item-select ul.child li {
    width: 100%;
    float: left;
    clear: both;
}


/* #General Page Sitemap*/

.sitemap h3 {
    clear: both;
    margin-top: 20px;
    float: left;
    width: 100%;
}


/* #Checking 
    Featured on Sidebar 
    */

.featured-checkin .featured-item .image {
    width: 70px;
    margin: 4px 16px 0 0;
    float: left;
}

.featured-checkin .featured-item p {
    text-align: left;
    font-size: 11px;
    line-height: 20px;
    padding: 0;
}

.featured-checkin .featured-item {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.featured.featured-checkin {
    border: 1px solid #D5D8DC;
    padding: 10px 30px 10px 10px;
    float: left;
    position: relative;
    width: 86%;
}


/* #Twitter 
*/

.last-tweets ul {
    padding-top: 10px;
}

.last-tweets ul li {
    font-size: 11px;
    line-height: 16px;
    padding: 0 0 10px 0;
}

.last-tweets ul li a:link,
.last-tweets ul li a:visited,
.last-tweets ul li a:active {
    clear: both;
    display: block;
    font-size: 10px;
    font-style: italic;
}

.last-tweets ul li span a:link,
.last-tweets ul li span a:visited,
.last-tweets ul li span a:active {
    display: inline;
    font-size: 11px;
    font-style: normal;
    padding: 0;
}


/* #Index options
	
    * Brand
	* Search bar
	*/

.ie .header-brand {
    min-height: 102px;
}

.brand-logo {
    float: left;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    width: 250px;
}

.brand.logo {
    height: 90px;
    margin-top: 10px;
    width: 95%;
    background-size: 100% auto;
}

.search-advanced {
    display: inline-block;
    padding: 20px 0 0 0;
}

.search-advanced.special-bylocation {
    padding: 10px 20px;
    width: 91.92%;
}

.search-advanced .search-keyword {
    float: right;
    margin-right: 3.9%;
    width: auto;
}

.search-advanced .search-keyword input {
    width: 210px;
    padding-left: 25px;
    margin-bottom: 0;
}

.search-advanced .search-location {
    float: right;
    width: 35%;
    margin-left: 1%;
    margin-right: 22px;
}

.search-advanced .search-location input {
    margin-left: -7px;
    width: 175px;
    padding-left: 25px;
    margin-bottom: 0;
}

.search-button .btn-search {
    width: 90px;
    height: 30px;
    float: right;
    margin: 22px 4px 0 -22px;
    padding: 0;
}

.advanced-search {
    width: 97%;
    margin: 5px auto;
}

.ie .search-button .btn-search {
    height: 32px;
}

.content-center .search-advanced {
    width: 926px;
    margin: -3px auto 11px;
}

.content-center .search-advanced .advanced-search-box {
    padding: 10px 7px 10px 8px;
}

.content-center .search-advanced.special-bylocation {
    margin-bottom: -1px;
    padding: 5px 20px;
    width: 95.57%;
}

.search-advanced .options {
    margin-top: 10px;
}

.advanced-search-box input[type="radio"] {
    margin-top: -2px;
}

.advanced-search-box li {
    margin-top: -1px;
}

.advanced-search-box .list-home li {
    margin-left: 5px;
    width: 31%;
    vertical-align: middle;
}

.advanced-search-box .span7-5 {
    width: 500px;
}

.advanced-search-box .span9-5 {
    width: 717px;
}

.advanced-search-box .span2-5 {
    border-left: 1px solid #373737;
    height: 120px;
    margin-left: 0;
    padding-left: 15px;
    width: 215px;
}

.advanced-search-box .options {
    margin-top: 10px;
}

.advanced-search-box .span12 {
    width: 930px;
}

.advanced-search-box .span12 .list-home li {
    width: 32%;
}

.advanced-search-box a.clearall {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.advanced-search-box a.seeall {
    position: absolute;
    left: 15px;
    bottom: 5px;
}

.advanced-search-box ul.list-home {
    padding: 0 0 15px;
}

.ie7 .advanced-search-box>div {
    padding-left: 5px;
}

.ie7 .advanced-search-box a.clearall {
    position: relative;
    float: right;
}

.ie7 .nav-collapse.collapse {
    position: relative;
    height: 50px;
    overflow: hidden;
}


/* #Index options	
	Featured Columns 
	*/

.three-columns,
.bannerstop {
    padding: 0px;
    width: 96%;
    margin: 10px auto 20px;
}

.three-columns img {
    width: 100%;
}

.ie .three-columns .rate-stars.pull-right {
    width: 100px;
}


/* #Searchbar

	A search bar with option to advanced search
	
	*/

.search-options .span12 {
    min-height: 0;
}

.advanced-search-box {
    float: left;
    padding: 10px 1.5%;
    margin: 20px 0;
    position: relative;
    min-width: 920px;
    white-space: nowrap;
    font-size: 10.5px;
}

.advanced-search-box input[type="text"] {
    margin-top: 5px;
}

.advanced-search-box .radio {
    padding-left: 0;
}


/* #Accordion

    Accordion style for the Triggers, links and Titles
    */

#accordion {
    height: auto;
    margin: 20px 0 5px 2px;
}

#accordion li h3 a:link,
#accordion li h3 a:visited,
#accordion li h3 a:active {
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle;
}


/* #Calendar
 
    Calendar style
    */

.table-calendar {
    background: #EDEDED;
    color: #636363;
}

.table-calendar td {
    padding: 6px;
}

.table-calendar .calendar-header {
    background: #E1E1E1;
    border-bottom: 1px solid #D4D4D4;
    height: 27px;
}

.table-calendar .calendar-weekday {
    height: 26px;
    padding: 10px 0 0 0;
}

.table-calendar .calendar-button {
    background-image: url(images/iconography/bt-calendar-arrow.png);
    display: block;
    height: 27px;
    width: 27px;
}

.table-calendar .left {
    background-position: 0 0;
}

.table-calendar .right {
    background-position: 0 -27px;
}

.table-calendar .today,
.table-calendar .selected {
    color: #636363;
    font-size: 17px;
    font-weight: bold;
}

.table-calendar .selected {
    color: #EC008C;
}


/* #Advertisement
 
  Advertisement classes for banners on Header, Content and Sidebar.
  
  */

.advertisement {
    width: auto;
    padding: 10px 0 5px;
    display: inline-block;
}

.header-brand .advertisement {
    float: right;
}

.info-advertise,
.advertisement p {
    margin: 0;
    text-align: right;
}

.advertisement .banner {
    width: 100%;
    margin: 0 auto;
}

.advertisement .banner-left {
    float: right;
}

.advertisement .banner-right {
    text-align: right;
}

.advertisement .banner img {
    /*height:90px;width:728px;*/
    border: 1px solid #aaaaaa;
}

.advertisement .banner-right img {
    height: 90px;
    width: 120px;
}

.advertisement .banner .no-image {
    border: none;
    display: inline-block;
}

.advertisement .banner .no-image {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.advertisement-bottom {
    width: 100%;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
}

.ie .advertisement-bottom {
    width: 100%;
    padding: 0 0 10px 0;
}

.advertisement-bottom .banner {
    height: 60px;
    padding: 0;
}

.advertisement-bottom .banner-left img {
    height: 60px;
    width: 468px;
}

.advertisement-bottom .banner>div {
    float: left;
    margin-right: 5.45612359%;
}

.ie .advertisement-bottom .banner>div.banner-sponsor {
    margin-right: 0;
}

.advertisement .sponsored .text {
    clear: both;
    display: block;
}

.advertisement-bottom .banner>div:last-child {
    margin-right: 0;
}

.banner-sponsor {
    margin-left: 4px;
}

.ie .advertisement .banner-left img {
    min-width: 727px;
}

.ie .advertisement-bottom .banner-left img {
    min-width: 468px;
}

.bt-highlight button {
    clear: both;
    float: right;
    margin: 0 0 10px;
}


/** Popups > Preview Banner */

.previewmember .advertisement .top img {
    height: 90px;
    width: 728px;
}

.previewmember .advertisement .bottom img {
    height: 60px;
    width: 468px;
}

.previewmember .advertisement .top.right img {
    height: 90px;
    width: 120px;
}

.previewmember .advertisement .top.right {
    float: none;
    margin-top: 15px
}

.previewmember .advertisement .sponsored.links {
    margin: 15px auto 0;
}

.previewmember .advertisement .sponsored.links .sponsored {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

.previewmember .advertisement {
    padding: 0;
}

.previewmember .advertisement,
.previewmember .advertisement .top {
    text-align: center;
}

.previewmember .advertisement .bottom {
    text-align: center;
    margin-top: 30px;
}


/* #Advertisement > Sponsored 
*/

.sponsored {
    display: block;
    padding: 2px;
    width: 170px;
}


/** Order Page 
*/

.real-steps {
    margin: 0 auto 40px auto;
    clear: both;
    float: left;
    width: 100%;
}

.standardStepAD {
    margin: 10px;
}

.standardStep-Title,
.order-head {
    margin-bottom: 30px;
}

.order-head ol {
    margin-left: 35px;
}

.standardStep.steps-3 {
    margin-right: 40px;
}

.steps-ui,
.order-head li {
    white-space: nowrap;
    position: relative;
    height: 45px;
    line-height: 45px;
    padding-right: 10px;
    margin-right: 40px;
    width: 230px;
    text-align: center;
}

.order-head li,
.order-head {
    float: left;
}

.order-head {
    width: 100%;
}

.steps-ui {
    float: right;
}

.steps-ui>span {
    float: left;
    font-size: 15px;
    margin-right: 10px;
    font-weight: bold;
    line-height: 10px;
    height: 20px;
    padding: 20px 15px 5px;
}

.steps-ui:after,
.order-head li:after {
    position: absolute;
    right: -45px;
    width: 50px;
}

.orderUserTable .standardButton {
    margin-top: -5px;
}

.orderUserTable .button.button-facebook a,
.orderUserTable .button.button-google a {
    padding: 4px 35px;
    width: 180px;
}


/** #Popups > TB_window */

#TB_window {
    background: #FFF !important;
}


/* #Remove from favorites div 

*/

.boxFavorites {
    background: url(images/structure/bg-black-opacity-65.png) repeat;
    cursor: pointer;
    float: left;
    height: 23px;
    position: absolute;
    width: 320px;
}

.favoritesGrid .boxFavorites {
    top: -37px;
    left: 0;
}

.boxFavorites span a,
.boxFavorites span a:visited {
    color: white;
    font-size: 10px;
    font-style: italic;
    line-height: 23px;
    float: right;
    text-align: right;
    padding-right: 8px;
    width: 300px;
}

.boxFavorites span a img {
    display: inline;
    position: relative;
    top: 2px;
    margin: 0 0 0 5px;
}


/* #Input hidden*/

.hiddenFile-box {}

.hiddenFile-box span.hiddenFile {}

.hiddenFile-box span.hiddenFile input[type="file"] {
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=00);
    padding: 0;
    margin: -90px 0 0 -155px;
    width: 145px;
    height: 134px;
    position: absolute;
}

.hiddenFile-box span.hiddenFile button {
    border: 1px solid #ccc;
    cursor: pointer;
    font-size: 10px;
    height: 30px;
    outline: medium none;
    width: 100px;
    margin: 5px 0;
}


/* #New Member Area*/

.member-form .charleft {
    margin: -3px 20px 10px 0;
    background-color: #fbfbfb;
    padding: 4px 10px;
}

.member-form .charleft span input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    margin: 0;
    padding: 0;
    width: 26px;
}

.textcounter:disabled {
    color: #000;
    -webkit-appearance: none;
}

.textcounter {
    color: #000;
    -webkit-appearance: none;
}

.member-form .charleft span {
    line-height: 20px;
    color: #111;
}

.member-form .informationMessage,
.member-form .errorMessage,
.member-form .successMessage,
.member-form .warningMessage {
    border-radius: 0;
    clear: both;
    margin: -3px -3px 0;
}

.member-form .cont_100 .informationMessage,
.member-form .cont_100 .errorMessage,
.member-form .cont_100 .successMessage,
.member-form .cont_100 .warningMessage {
    clear: both;
    margin: 10px 0;
}

.identification div.inputimg,
.create-profile div.inputimg {
    float: left;
}

.identification div.inputimg>i,
.create-profile div.inputimg>i {
    float: left;
    margin: 0;
    height: 20px;
    padding: 5px;
    width: 10px;
    border: 1px solid #ccc;
    border-right: none;
    line-height: 16px;
    font-size: 11px;
}

.identification div.inputimg>input,
.create-profile div.inputimg>input {
    float: left;
    height: 20px;
    width: 101.5px;
    border: 1px solid #ccc;
    border-left: none;
    padding: 5px 1px 5px 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

.identification div.inputimg.large>input,
.create-profile div.inputimg.large>input {
    width: 240px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

.identification .standardButton button {
    margin-left: 8px;
    width: 267px;
    margin-top: 10px;
}

.identification label#checkUsername,
.create-profile label#checkUsername {
    float: left;
}

.identification .inpname,
.create-profile .inpname {
    background: #fff url(images/iconography/user.png) no-repeat 3px;
}

.identification .inpemail,
.create-profile .inpemail {
    background: #fff url(images/iconography/mail.png) no-repeat 3px;
    width: 265px;
    margin-right: 0
}

.identification .inppassword,
.create-profile .inppassword {
    background: #fff url(images/iconography/lock.png) no-repeat 5px;
}


/* #New advertising */

.order>div {
    clear: both
}

.order>form>div {
    float: left;
}

.content-main.order {
    border: medium none;
    padding: 1% 0;
}

.order .left {
    float: left;
    width: 230px;
}

.order .right {}

.order .right {
    border-left: 1px solid #EEEEEE;
    float: right;
    min-height: 40px;
    padding: 26px 2% 40px;
    width: 590px;
}

.blockcontinue {
    margin: 20px 0 -30px -16px;
    padding: 20px 24px;
    clear: both;
}

.blockcontinue .cont_70 {
    min-height: 30px;
}

.blockcontinue #checkoutfree_total {
    margin: 23px 0 0;
}

.blockcontinue #checkoutpayment_total {
    margin: 8px 0 0;
}


/* #New advertising  Form*/

.order label {
    font-size: 12px;
    color: #62707B;
    line-height: 30px;
    width: 100%;
    float: left;
}

.order label>span {
    display: none;
    position: absolute;
    font-size: 10px;
    font-style: normal;
    display: none;
    position: static;
    font-size: 10px;
    font-weight: normal;
    padding: 4px;
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    line-height: 20px;
    box-shadow: 0px 0px 10px #eee;
}

.order label#checkUsername>span {
    display: inline;
    position: relative;
    padding: 0;
    background-color: transparent;
    border: none;
    margin: 0;
    line-height: 6px;
    box-shadow: none
}

.order label:hover span {
    display: inline;
}

.order .option label {
    height: 46px;
    line-height: 17px;
    padding-top: 10px;
    width: 17%;
}

.order .option input[type="checkbox"] {
    clear: left;
    float: left;
    margin: 9px 15px 0 0;
    width: 15px;
    height: 15px;
}

.order .option input[type="radio"] {
    float: left;
    margin: 9px 15px 0 15px;
    width: 15px;
    height: 15px;
}


/* #Button*/

bt-highlight {
    text-align: right;
    margin-right: 40px;
}

p.bt-highlight a,
p.bt-highlight em {
    clear: both;
    float: right;
}

.order .biggerbutton button {
    width: 250px;
    white-space: pre-wrap;
}

.order .biggerbutton button span {
    width: 200px;
    white-space: pre-wrap;
}


/* #Package*/

.package {
    width: 90%;
    margin: 10px auto;
}

.packageTable {
    width: 100%;
    margin: 20px auto;
}

.packageTable td {
    padding: 10px;
}

.order-package .right {
    border: none;
}

input {
    color: #000;
}

.placeholder {
    color: #aaa;
    line-height: 10px;
}


/* #newsletter*/

.box-newsletter {
    width: 96%;
    padding: 10px 2% 20px;
}

.span3 .box-newsletter {
    min-height: 275px;
}

.span3 .box-newsletter .informationMessage,
.span3 .box-newsletter .errorMessage,
.span3 .box-newsletter .successMessage,
.span3 .box-newsletter .warningMessage {
    margin: 0 -3px 10px;
}

.span7 .box-newsletter,
.span8 .box-newsletter,
.span9 .box-newsletter,
.span10 .box-newsletter,
.span11 .box-newsletter,
.span12 .box-newsletter {
    padding: 10px 0;
    width: 100%;
    margin-bottom: 15px;
}

.box-newsletter h3 {
    color: #005C7A;
    font-size: 14px;
    line-height: 14px;
}

.box-newsletter .news-custom p {
    margin: 7px 5px 10px;
}

.span12 .box-newsletter {
    padding: 10px;
    width: 98%;
}

.span12 .box-newsletter input {
    margin-top: 10px;
    width: 235px;
    height: 36px;
    margin-right: 18px;
}

.span12 .box-newsletter button {
    width: 145px;
}

.span12 .box-newsletter .news-custom {
    float: left;
    padding: 5px 0 0 5px;
    text-align: left;
    width: 230px;
}

.span12 .box-newsletter .news-custom p {
    margin: 3px 0 0;
}

.span12 #news_returnMessage {
    float: left;
    margin: 0 19px;
    width: 658px;
}


/*#Button send Button Call*/

.button-send,
.button-call {
    clear: none;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.button-send img,
.button-call img {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}


/* Video Tab*/

#content_video iframe {
    width: 100% !important;
}


/*App Android*/

#smartbanner.android.shown {
    top: 0!important;
}


/* #Media queries
   #RESPONSIVE

	All changes when you want a responsive website
	
	*/

@media (min-width: 978px) {
    .header-brand {
        padding: 15px 0;
        min-height: 102px;
    }
    .search-collapse {
        display: none;
    }
    .well.container {
        min-height: 500px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    /*Order Page*/
    .order .right {
        border-color: #fff!important;
    }
    .steps-ui,
    .order-head li {
        margin-right: 30px;
        width: 170px;
    }
    .standardStep.steps-3 {
        margin-right: 15px;
    }
    .steps-ui:after,
    .order-head li:after {
        right: -26px;
        width: 20px;
    }
    .order .left {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .order .right {
        border-color: #fff;
        width: 87%;
        margin: 10px auto;
        float: none;
    }
    /* #Error Page */
    .error-page {
        height: 120px;
        width: 230px;
    }
    /*Calendar*/
    .span3 .calendar-event li {
        height: 27px;
        line-height: 11px;
        padding: 5px 0 5px 1px;
        text-align: center;
        width: 100%;
    }
    .span3 .calendar-event li span {
        margin: 0 auto;
    }
    .small-calendar li {
        width: 75%;
        padding: 6px 0;
    }
    .small-calendar li.control {
        width: 19px;
        height: 20px;
        padding: 50px 0;
        clear: none;
        float: left;
    }
    .small-calendar li.control:last-child {
        position: absolute;
        right: 0;
    }
    /*Logo Brand*/
    .header-brand {
        display: none;
    }
    .brand.logo {
        float: left;
        height: 50px;
        margin: 5px 0 5px 10px;
        padding: 0;
        width: 150px;
		height:30px;
    }
    .navbar-inner {
        background-image: none;
        background-color: #f9f9f9!important;
    }
    .search-collapse {
        display: block;
    }
    /*Navabar*/
    .navbar .btn-navbar {
        background-color: #2980b9;
        background-image: none;
        color: #FFFFFF;
        margin: 10px 10px 0 0;
        padding: 10px;
        box-shadow: none;
        border: none;
        border-radius: 5px;
    }
    .search-advanced .btn.btn-success {
        background-image: none;
        background-color: #95c800;
        color: #FFFFFF;
        font-size: 14px;
        text-transform: uppercase;
        text-shadow: none;
        box-shadow: none;
        font-weight: 600;
    }
    /*No Images*/
    .category-image .no-image {
        height: 144px;
    }
    .three-columns h2 {
        font-size: 14px !important;
    }
    .three-columns .thumbnail .no-image {
        height: 95px;
    }
    .special-deal .image .no-image {
        height: 215px;
        width: 452px;
    }
    .featured-deal .image .no-image {
        width: 219px;
        height: 110px;
    }
    .advertisement .banner .no-image {
        border: none;
        display: inline-block;
        width: 100% !important;
        height: 70px!important;
    }
    .listing-summary .media .summary-image .no-image {
        height: 193px !important;
        max-width: 100%;
        width: 100% !important;
    }
    .span6.flex-box .image .no-image {
        min-height: 94px;
        height: 94px;
    }
    .span8 .flex-box .span12>aside.span8>a>span.no-image {
        height: 141px;
    }
    .span8 .flex-box .span12>aside {
        margin-bottom: 0;
    }
    .span3 .no-image {
        height: 94px !important;
    }
    .span4 .flex-box span.no-image {
        height: 107px;
    }
    .span8 .span12.flex-box-group .span6>section>a>span.no-image {
        height: 85px;
    }
    .span8 .span12 section aside span.no-image {
        height: 85px;
    }
    /*#Banners*/
    .advertisement .banner {
        height: 70px;
    }
    .advertisement .banner-left {
        float: left;
        width: 86%;
        margin-right: 1%;
    }
    .advertisement .banner-right {
        width: 13%;
        float: left;
    }
    .advertisement-bottom .banner {
        height: auto;
        float: left;
        padding: 0 0 20px;
    }
    .advertisement-bottom .banner>div {
        margin-right: auto;
        float: none;
    }
    .advertisement-bottom .banner-left {
        width: 100%;
        margin: 0 auto;
    }
    .advertisement .banner-left img {
        max-height: 70px;
        max-width: 727px;
        width: 100%;
        height: 100%;
    }
    .advertisement .banner-right img {
        max-height: 90px;
        max-width: 120px;
        width: 100%;
        height: 100%;
    }
    .advertisement-bottom .banner-left img {
        max-height: 60px;
        max-width: 468px;
        width: 100%;
        height: 100%;
    }
    .advertisement-bottom .banner-left img {
        max-height: 80px;
        max-width: 100%;
        width: 100%;
    }
    .advertisement-bottom .banner-google,
    .advertisement-bottom .banner-sponsor {
        margin-top: 2%;
        width: auto;
    }
    .advertisement-bottom .banner .banner-sponsor {
        float: right;
    }
    .advertisement-bottom .banner .banner-google {
        float: left;
    }
    .sponsored {
        margin: 0 auto;
    }
    /*#Special Listing*/
    .special-listing .listing-info {
        height: 210px;
        margin-left: 206px;
        width: 290px;
    }
    .featured-listing .thumbnail .image h3 {
        width: 230px;
    }
    /* #Calendar*/
    .calendar-event li span {
        max-width: 36px;
        overflow: hidden;
        display: block;
        margin: 0 auto;
    }
    /* #Lists*/
    .span8 .span12.flex-box-list li,
    .span12.flex-box-list li,
    .flex-box-list li {
        float: left;
        width: 45%;
    }
    .sidebar .flex-box-list li {
        width: 100%;
    }
    .flex-box-list ul {
        margin: 5px 5px 5px 10px;
    }
    /* #Search*/
    .icons-search {
        background: url("../assets/images/btn_search.png") no-repeat!important;
        background-size: 100% 100%!important;
        background-position: center center!important;
        width: 20px !important;
        height: 20px !important;
        display: block !important;
    }
    .search-advanced {
        padding: 0;
        width: 100%;
    }
    .search-advanced .row-fluid {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        -moz-box-orient: vertical;
        -webkit-box-orient: vertical;
        width: 100%;
        margin: 2% 0%;
        display: -ms-flexbox;
        -ms-flex-flow: column;
    }
    .search-advanced .search-button,
    .search-advanced .search-location,
    .search-advanced .search-keyword {
        margin: 0 auto;
        float: none;
        display: block;
        width: 100%;
    }
    .search-advanced .search-button {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }
    .search-advanced .search-location {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .search-advanced .search-keyword {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .search-collapse .search-advanced .title {
        font-size: 12px;
    }
    .search-advanced .search-location input,
    .search-advanced .search-keyword input {
        background-image: none;
        border: medium none;
        margin: 0 auto;
        padding: 7px 1%;
        width: 76%;
    }
    .search-button .btn-search {
        float: left;
        height: 35px;
        margin: 10px auto;
        width: 100%;
    }
    /*#Newsletter*/
    .box-newsletter .news-custom p,
    .newsletter .btn.btn-facebook,
    .newsletter hr {
        display: none;
    }
    .box-newsletter h3 {
        line-height: 28px;
        margin-bottom: 20px;
    }
    .box-newsletter {
        padding: 10px 3px 20px;
    }
    .span12 .box-newsletter {
        padding: 5px;
    }
    .span12 .box-newsletter h3 {
        margin-bottom: 0;
    }
    .span12 .box-newsletter input {
        margin-top: 5px;
        width: 200px;
        height: 36px;
        margin-right: 2px;
    }
    .span12 .box-newsletter button {
        float: right;
        margin: 0 8px;
        width: 405px;
    }
    .span12 .box-newsletter .news-custom {
        width: 242px;
        padding: 5px 0 0 10px;
    }
    .span12 .box-newsletter .news-custom p {
        display: block;
        margin: 3px 0 0;
    }
    .span12 #news_returnMessage {
        margin: 0 5px;
        width: 405px;
    }
    .span3 .box-newsletter {
        min-height: 190px;
    }
    /*#Advanced Search*/
    .search-options .list-home label {
        display: inline-block;
        vertical-align: middle;
        width: 25%;
        padding-left: 2%;
    }
    .search-options .advanced-search-box .span9-5 .list-home label {
        width: 81%;
        padding-left: 1%;
    }
    .search-advanced .span4-5 {
        width: 67%;
        margin-left: 0;
    }
    .search-advanced .span7-5 {
        width: 100%;
    }
    .search-advanced .span2-5 {
        margin-left: 1%;
        width: 49%;
    }
    .advanced-search-box .span7-5 {
        width: 649px;
    }
    .advanced-search-box .span2-5 {
        margin-left: 0.8%;
        width: 49%;
    }
    .advanced-search-box .span9-5 {
        width: 49%;
    }
    .content-center .search-advanced {
        width: 655px;
    }
    .content-center .search-advanced .advanced-search-box {
        padding: 10px 2px;
    }
    .search-advanced.special-bylocation .list-home>li {
        width: 33%;
    }
    .content-center .search-advanced.special-bylocation {
        margin-bottom: 10px;
        padding: 5px 2%;
        width: 96%;
    }
    /*#Pagination*/
    .bottom-pagination {
        float: right;
        width: 70%;
    }
    .line-top .search-info {
        max-width: 98%;
    }
    .filter-category,
    .pagination .letters,
    .results-per-page,
    .line-bottom .pagination:before {
        display: none;
    }
    .content-full-results .bottom-pagination,
    .bottom-pagination .pagination {
        width: 100%;
    }
    /*#Summary*/
    .level-summary .no-image,
    .summary span.no-image,
    .content-main .summary span.no-image {
        height: 109px;
    }
    /*#Reviews*/
    .review-bottom p {
        display: block;
        width: 98%;
    }
    .review-bottom p.pull-right {
        width: 48%;
    }
    .content.content-results-filters .informationMessage,
    .content.content-results-filters .informationMessage {
        margin-left: -200px;
    }
    /*Contact Us*/
    .contact-form .form .captcha img {
        width: 85px;
    }
}

@media (max-width: 767px) {
    /** #SignIn */
    .flex-box .span4.offset4 {
        float: none;
        margin: 0 auto;
        width: 260px;
    }
    .extendedContent.contentBorder {
        float: left;
        margin-top: 10px;
    }
    .resultsMessage,
    .content-custom {
        width: 98%;
        margin: auto;
    }
    /*Advertise*/
    .order-head {
        display: none;
    }
    .order .right {
        border-color: transparent!important;
        width: auto;
        float: none;
    }
    .order .left {
        float: none;
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }
    .order .right .cont_50,
    .order .right .cont_70,
    .order .right .cont_70 input,
    .order .cont_30,
    .order .cont_70 {
        width: 96%;
        margin-left: 2%;
    }
    .order .biggerbutton button {
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    .order>div.blockcontinue {
        margin: 20px 0 0;
        padding: 10px 1% 30px 5%;
        width: 95%;
    }
    /*Contact Us*/
    .contact-form {
        width: 96%;
        margin: 0 2%;
    }
    .contact-form input {
        padding: 15px 0;
    }
    .contact-form .form .captcha img {
        margin-bottom: 10px;
    }
    /*#Hidden Claim*/
    .real-steps {
        display: none;
    }
    /*#General Pages*/
    .box-title ul.item-select li:nth-child(4n+1),
    .box-title ul.item-select li {
        width: 100%;
    }
    /* #Error Page */
    .error-page {
        height: 140px;
        width: 100%;
    }
    .error-page-text table td {
        width: auto!important;
    }
    /* #Hammertime*/
    #bg-maintenancemode {
        background-size: 100% !important;
    }
    .search-location input.ac_loading {
        background: none!important;
    }
    /*Logo Brand*/
    .header-brand {}
    .brand.logo {
        float: left;
        height: 30px;
        margin: 5px 0 5px 10px;
        padding: 0;
        width: 120px;
    height: 20px;

    }
    .navbar-inner {
        background-image: none;
        background-color: #f9f9f9!important;
    }
    /*Navabar*/
    .navbar .btn-navbar {
        background-color: #2980b9;
        background-image: none;
        color: #FFFFFF;
        margin: 10px 10px 10px 0;
        padding: 10px;
        box-shadow: none;
        border: none;
        border-radius: 5px;
        opacity: .8;
    }
    .search-collapse {
        display: block;
        background-color: #383838;
    }
    /*No-Images*/
    .special-listing .no-image {
        height: 180px;
        width: 98%;
        padding: 4px;
        border: 1px solid #dedede;
    }
    .detail-deal .no-image {
        height: 156px;
    }
    .media .summary-image .no-image {
        display: none;
    }
    .span8 .flex-box .span12>aside.span8>a>span.no-image {
        height: 143px;
    }
    .span8 .flex-box .span12>aside.span8 {
        margin-bottom: 0;
    }
    /*Background Image*/
    .image-bg {
        display: none;
        width: 0;
        height: 0;
    }
    /*#Sidebar and Content*/
    .content.side-right {
        width: 100%;
    }
    .content,
    .sidebar {
        clear: both;
        float: left;
        margin: 0;
        padding: 0;
        width: 97.8%;
    }
    .content-full .content .content-main {
        width: 90%;
    }
    .content-center {
        padding: 0 1.5%;
    }
    .breadcrumb {
        margin: 2px 0 5px;
    }
    .content.content-general {
        width: 95%;
    }
    /*#Pagination*/
    .top-pagination,
    .bottom-pagination .pages,
    .results-per-page {
        display: none
    }
    .content-full-results .bottom-pagination,
    .bottom-pagination,
    .bottom-pagination .pagination {
        text-align: center;
        width: 100%;
    }
    .pagination ul.controls {
        text-transform: uppercase;
        text-align: center;
        width: 100%;
    }
    /*All Locations*/
    .link {
        margin: 8px 1%;
        width: 22%;
    }
    /* #Search*/
    .search-advanced {
        padding: 0;
        width: 100%;
    }
    .search-advanced .row-fluid {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        -moz-box-orient: vertical;
        -webkit-box-orient: vertical;
        width: 96%;
        margin: 2%;
        display: -ms-flexbox;
        -ms-flex-flow: column;
    }
    .search-advanced .search-button,
    .search-advanced .search-location,
    .search-advanced .search-keyword {
        margin: 0 auto;
        float: none;
        display: block;
        width: 100%;
        /*height: 55px;*/
    }
    .search-advanced .search-button {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }
    .search-advanced .search-location {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .search-advanced .search-keyword {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .search-collapse .search-advanced .title {
        font-size: 12px;
    }
    .search-advanced .search-location input,
    .search-advanced .search-keyword input,
    .search-keyword input.ac_loading {
        background: none #fff !important;
        border: medium none;
        margin: 0 auto;
        padding: 5px 1%;
        width: 76%;
    }
    .search-button .btn-search {
        float: left;
        height: 30px;
        margin: 10px auto;
        width: 100%;
    }
    /* #Advanced Search*/
    .search-advanced .span4-5 {
        margin-left: 0;
        width: 100%;
    }
    .search-options .advanced-search-box .span9-5 .list-home label {
        width: 34%;
        padding-left: 1%;
    }
    .search-advanced .span7-5 {
        width: 100%;
    }
    .search-advanced .span2-5 {
        margin-left: 0%;
        width: 100%;
    }
    .list-home>li,
    .list-home>ul li {
        display: inline-block;
        width: 100%;
    }
    .content-center .search-advanced.special-bylocation {
        margin-bottom: 10px;
        margin-top: 10px;
        padding: 5px 1%;
        width: 93%;
    }
    .search-advanced.special-bylocation .list-home>li {
        width: 50%;
    }
    /*#Banners*/
    .advertisement {
        width: 100%;
        padding: 0;
        display: inline-block;
        height: auto;
    }
    .advertisement .banner {
        width: 100%;
        height: auto;
        margin: 0 0 5px;
    }
    .advertisement .banner>div {
        width: 100%!important;
        height: auto!important;
        display: block;
    }
    .advertisement .banner img {
        width: 100%;
        height: auto;
    }
    .advertisement .banner-left {
        float: none;
        width: 100%;
        margin: 5px 0;
    }
    .advertisement .banner-right {
        width: 13%;
        float: left;
    }
    .advertisement-bottom .banner-left {
        width: 100%;
        margin: 0 auto;
    }
    .advertisement-bottom .banner-google,
    .advertisement-bottom .banner-sponsor {
        margin: 2% auto;
        width: 50%;
    }
    .advertisement-bottom .banner>div {
        margin-right: auto;
    }
    .advertisement .banner-left img {
        max-height: 90px;
        max-width: 727px;
        width: 100%;
        height: auto;
    }
    .advertisement .banner-right img {
        max-height: 90px;
        max-width: 120px;
        width: 100%;
        height: auto;
    }
    .advertisement-bottom .banner-left img {
        max-height: 60px;
        max-width: 468px;
        width: 100%;
        height: auto;
    }
    .sponsored {
        margin: 0 auto;
    }
    /*#Footer*/
    .footer-wrapper .span3 {
        margin-left: 2%;
        margin-top: 20px;
        width: 96%;
    }
    .footer-wrapper .last-tweets {
        display: none;
    }
    .footer-wrapper .copyright {
        margin-top: 10px;
        padding: 0 2%;
        width: 94%;
    }
    .footer-wrapper .copyright,
    .footer-wrapper .copyright p,
    .footer-wrapper .copyright h5 {
        text-align: center;
    }
    /*#Categories*/
    .category-image {
        padding: 0.5%;
        min-height: 0;
    }
    .category-image img {
        height: auto;
        width: 100%
    }
    .all-head .category-name {
        width: 50%;
        height: auto;
        padding: 4% 0;
        margin: 0.8%;
        background-image: none;
    }
    .list-home>li,
    .list-home>ul li {
        display: inline-block;
        width: 100%;
    }
    .allcategories p {
        min-height: 1px;
    }
    .category-link {
        font-size: 14px!important;
        width: 150px;
    }
    /*#Newsletter*/
    .newsletter {
        display: none;
    }
    /*#Login*/
    .forgotpassword {
        float: none;
        margin-top: 0;
        text-align: center;
    }
    /*#Reviews*/
    .review-bottom p {
        display: block;
        width: 98%;
    }
    .review-bottom p.pull-right {
        width: 48%;
    }
    .content.content-results-filters .informationMessage,
    .content.content-results-filters .errorMessage {
        display: none;
    }
    .item-preview {
        max-width: 95%;
        clear: both;
        width: 95%;
    }
    /**/
    .icons-search {
        background: url("../assets/images/btn_search.png") no-repeat!important;
        background-size: 100% 100%!important;
        background-position: center center!important;
        width: 20px !important;
        height: 20px !important;
        display: block !important;
    }
    .icon-search:before {
        content: "  " !important;
    }
}

@media (max-width: 480px) {
    /** #SignIn */
    .flex-box .span4.offset4 {
        float: none;
        margin: 0 auto;
        width: 100%;
    }
    .flex-box-group aside {
        margin-bottom: 10px;
        width: 100%;
    }
    /*#Lists*/
    .span8 .span12.flex-box-list li,
    .span12.flex-box-list li,
    .flex-box-list li {
        float: left;
        width: 45%;
    }
    /*#Search*/
    /*No-Images*/
    .special-listing .no-image {
        height: 100px;
        width: 98%;
        padding: 4px;
        border: 1px solid #dedede;
    }
    .category-image .no-image {
        height: 150px;
        width: 100%;
    }
    .special-listing .listing-info {
        margin: 0 auto;
        width: 94%;
    }
    /*By location*/
    .search-advanced.special-bylocation .list-home>li {
        width: 100%;
    }
    /*All Locations*/
    .link {
        margin: 7px 1%;
        width: 45%;
    }
    /*#Reviews*/
    .review-bottom p.pull-right {
        width: 98%;
    }
    /*Contact*/
    .fancy_window_login.star-rating {
        pointer-events: none;
    }
}

@media (max-width: 320px) {
    /*#Lists*/
    .span8 .span12.flex-box-list li,
    .span12.flex-box-list li,
    .flex-box-list li {
        float: left;
        width: 100%;
    }
    /*.advertisement {display: none;}	*/
    .brand.logo {
        width: 120px;
        min-width: 50px;
    }
    /*All Locations*/
    .link {
        margin-left: 1%;
        width: 98%;
    }
}

.edit-account-box.member-form .btAdd {
    display: flex;
    padding-bottom: 40px;
}

@media (max-width:530px) {
    /*Settings Page - Edit account*/
    .edit-account-box #personal-info,
    .edit-account-box #personal-page,
    .edit-account-box #change-email,
    .edit-account-box #change-password,
    .edit-account-box #contact-info {
        padding: 20px 0;
    }
    .edit-account-box.member-form .flex-centering-form {
        display: flex;
        width: 95%;
        flex-direction: column;
        align-items: center;
        padding-top: 0;
        border-width: 0;
    }
    .edit-account-box.member-form .form-info-wrap>.form-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .edit-account-box.member-form input,
    .edit-account-box.member-form textarea {
        width: 90%;
    }
    .edit-account-box #personal-page {
        border-top: 1px solid #ddd;
    }
    .edit-account-box #change-password {
        border-top: 1px solid #ddd;
    }
    .edit-account-box #contact-info {
        border-top: 1px solid #ddd;
    }
    .edit-account-box.member-form .checking input {
        width: 90%!important;
    }
    .edit-account-box.member-form .btAdd {
        align-items: center;
    }
}

/**
* eDirectory - Main System Structure
*
* @package			layout
* @filesource		structure.css
* @author			Arca Solutions
* @copyright		Copyright (c) 2009, Arca Solutions Inc.
* @version			eDirectory 9.3
* @since			April, 17, 2012
*			
*/


/* #Global structure well container */
 
.well.container {border-top-left-radius:0; border-top-right-radius:0;min-height:500px;}


/** Global Classes */

.button-featured
{ background:url(images/structure/bg-button.gif) repeat-x 0 0; border-color:#D0D7E1 #D0D7E1 #B4BCC9 #D0D7E1; border-style:solid; border-width:1px; }

	.button-featured a, .button-featured a:visited, .button-featured a:active
	{ color:#898989 !important; }


/** Global classes > Switch button */

.switchOpen, .switchOpen:visited, .switchClose, .switchClose:visited, .switchBlank, .switchBlank:visited
{ background:url(images/iconography/bg_switch_open.gif) no-repeat 0 1px; }

.switchClose, .switchClose:visited
{ background:url(images/iconography/bg_switch_close.gif) no-repeat 0 1px; }

.switchBlank, .switchBlank:visited
{ background:url(images/iconography/bg_switch_blank.gif) no-repeat 0 1px; }

/** Global classes > System Messages */

.informationMessage, .errorMessage, .successMessage, .warningMessage 
{font-size:11px; }

.informationMessage { background-color:#fcf8e3; border:1px solid #fbeed5; color:#c09853; }

.errorMessage { background-color:#f2dede; border:1px solid #eed3d7; color:#b94a48; }

.successMessage { background-color:#dff0d8; border:1px solid #d6e9c6; color:#468847; }

.warningMessage { background-color:#fcf8e3; border:1px solid #fbeed5; color:#c09853; }

.informationMessage a:link, .informationMessage a:visited, .informationMessage a:active, .errorMessage a:link, .errorMessage a:visited, .errorMessage a:active,
.successMessage a:link, .successMessage a:visited, .successMessage a:active, .warningMessage a:link, .warningMessage a:visited, .warningMessage a:active
{ color:#111; }

.browserMessage
{ background:#fcf8e3; border:1px solid #fbeed5; color:#c09853;}

.resultsMessage
{ color:#777; font-weight:normal;font-size:12px; min-height:350px;}


	.resultsMessage h1{color:#373737; font-size:16px;text-align:left; }

	.resultsMessage p {font-size:12px; color:#777;padding:10px 0;}

	.resultsMessage h2 {padding:15px 0 3px 0; font-size:14px;line-height:20px;}




/* #Icons on Home*/
    .i-top-rated, .i-top-deal, .i-top-review, .i-top-locations, .i-top-categories {background-image:url(images/iconography/icons-top-item.png);width:20px; height:20px;display: inline-block;margin: 0 0 -5px 0;}
    .i-top-rated {background-position: 3px 1px;}
    .i-top-deal {background-position: -35px 1px;}
    .i-top-review {background-position: -72px 1px;}
    .i-top-locations{background-position: -103px -2px;}
    .i-top-categories {background-position: -134px -2px;}


/** 
	#Typography

*/

p { color:#999899; }

.content-center h2 {font-size:20px; margin:10px 0 20px 20px;}


.content-center.profile h2 {font-size:18px; margin:0; border-bottom:1px solid #666;}


h2 a.view-more {color:#ffff00; font-size: 14px; font-weight:800; text-transform: uppercase; white-space: nowrap;
				
}
h2 a:hover.view-more {text-decoration:underline;color:#fff;}

/* #Forms > Contact form 

*/	
.contact-us-form .real-left > div {margin-top:15px;}

.contact-us-form  label {font-size:12px; color:#6a6162;}

	.contact-form .form .captcha img
	{ border:1px solid #B7C0C7; }


/*Calendar Event*/
.calendar-event li{
	background-color:#16a085;
	color:#fff;
	font-size:10px;
	text-transform: capitalize;
	cursor:pointer;
}

.calendar-event li.active, .calendar-event li:hover {
	background-color:#3d4a5d;
}

.calendar_loading {
	height:30px;
	width:100%;
	 float: left;
	background: url(images/iconography/icon-loading-events.gif) no-repeat center center transparent;
}


.small-calendar { background-color:#f0f1f3; color:#2e3e4e;}
.small-calendar li {font-size:11px; text-transform: uppercase; cursor: pointer;}
.small-calendar li.active,.small-calendar li:hover {color:#fff;background-color:#16a086;}

/* #Special Listing
 */

.special-listing .review-count {clear: both; width: 100%; float: left; margin-bottom: 12px; margin-left:0;}
.special-listing .listing-info {background-color: rgba(0, 0, 0, 0.7);    color: #FFFFFF;  }
.special-listing .listing-info address{line-height:20px; font-size:13px; border-bottom: 1px solid #686868; margin: 0 0 8px 0; padding:0 0 8px 0; min-height:10px;}
.special-listing .listing-info p, .special-listing .listing-info a{ color:#fff;}
.special-listing .listing-info p {line-height: 15px;}
.special-listing .listing-info a:hover {color:#ccc;}
.special-listing .listing-info h2 { border-bottom: 1px solid #686868;   color: #FFFFFF; line-height: 26px;  margin:0 0 5px 0;  padding-bottom: 8px; font-size:22px;}

.ie .featured-listing .thumbnail .image h3,   ie .featured-item h3, .ie .special-listing .listing-info {background-image: url(images/structure/bg-dark-ie.png)}

/** Top Navbar 

.top-navbar
{ background:#000; }
	
	.top-wrapper ul li
	{ background:url(images/structure/bg-top-navbar-split.png) repeat-y right top; }
	
	.top-wrapper ul li:last-child
	{ background:none; }
	
		.top-wrapper ul li a
		{ color:#FFF; }

/** language > all languages 
	
.all-languages
{ background:url(images/structure/bg-black-opacity-90.png) repeat; border-top:1px solid #000; }

	.all-languages h3
	{ color:#FFF !important; }
	
	.all-languages p
	{ color:#636363 !important; }
	
		.all-languages ul li
		{ border-bottom:1px solid #333; color:#FFF; }

#all-languages-button:link, #all-languages-button:visited, #all-languages-button:active
{ background:url(images/iconography/icon-view-more.gif) no-repeat 0 1px; }

/** Top Navbar Open 

	.top-open
	{ background:url(images/structure/bg-button-options.gif) repeat-x 0 0; }
	
	.top-open
	{ -moz-box-shadow:1px 2px 4px #AAA; -webkit-box-shadow:1px 2px 4px #AAA; box-shadow:1px 2px 4px #AAA; }
	
		.top-open a
		{ color:#FFF; }
		
		.top-open a:hover
		{ color:#EC008C; }

/* #Logo */

.logo { float:left; text-indent:-9999px; background:url(images/imagery/img-logo.png) no-repeat 0 50%;  display:block; height:auto;}
.navbar-inner .logo { background-image:url(images/imagery/img-logo-mobile.png) }


/** #Navbar for Members/Profile Header

*/
#navbar li {font-size:12px;}

#navbar li a
{ color:#FFF; text-shadow:1px 1px 3px #000;line-height: 39px; padding: 11px 16px;}
			
#navbar li a:hover, #navbar .menuActived a
{ color:#9bc11d; text-decoration:none; background-color:#1f1f1f;}

#navbar li a:hover {background-color:#333;}

	

/* #Searchbar

	A search bar with option to advanced search
*/
.search-location input {background:url(images/iconography/icon-loading-search-location.gif) no-repeat 0px 0px #fff;}
.search-keyword input {background:url(images/iconography/icon-loading-search-keyword.gif) no-repeat -3px 5px #fff;}

.search-location input.ac_loading {background:url(images/iconography/icon-loading-search-location.gif) no-repeat 1px -31px #fff;}
.search-keyword input.ac_loading {background:url(images/iconography/icon-loading-search-keyword.gif) no-repeat -3px -31px #fff;}

.search-advanced .title { color: #fff;  font-size: 11px;  line-height: 22px;}
.search-button .btn-search {border: medium none; border-radius: 0 0 0 0;font-size:12px;}
.ie .search-button .btn-search {font-size:11px;}
.search-advanced input {font-size:11px; }

.search-advanced  input:-moz-placeholder { color: #2980b9;}
.search-advanced  input::-moz-placeholder { color: #2980b9;}
.search-advanced  input:-ms-input-placeholder { color: #2980b9;}
.search-advanced  input::-webkit-input-placeholder { color: #2980b9;}

.search-advanced .list-search label{ font-size: 16px; }
    
	.search-advanced .btn-advanced {color:#3498db; font-size:12px; text-decoration:underline;}
	.search-advanced .btn-advanced:hover {color:#2980b9;}
	
    .search-advanced .border {border-bottom: 1px solid #DEDEDE;margin-top: -9px;}
    .search-advanced .border {margin-top: -9px;}
    
    
    .btn-advanced-search a{font-size:11px; color:#bfbfbf;}    
    
    .search-advanced .search-options p {padding: 23px 0 0px 13px;font-size: 14px;font-weight: 600;}
    
	.advanced-search-box {background-color:#2e2e2e; border:1px solid #262626;color:#fff;}
	.advanced-search-box label {font-size:13px;}
	
        
    .search-options .advanced-search-box .divider-vertical {height: 40px;margin: 0 20px 0 10px;border-right: 1px solid #d8d8d8;border-left: 1px solid #d2d2d2; padding:0;}
        
    .advanced-search h5 {color:#fefefe;}
    
    label.stars-rate {font-size:0; line-height: 10px;}
    label.stars-rate > img { margin-left: -4px; margin-top: -9px;}
    .advanced-search .list-home label, .advanced-search .list-home label span {font-weight:400; color:#fefefe;}
    .advanced-search-box .list-home label.active {color:#81ab01;}
    .symbol label, .advanced-search-box a {color:#81ab01; font-size:11px;}
    .symbol label {font-weight:800; font-size:16px; margin: 1px 0 0 0; vertical-align: middle;}
    .search-advanced .list-search label.stars-rate {font-size:3px;}

/* #Footer 

	<div id="footer-wrapper"></div>
	
*/

.footer-wrapper {background-color:#383838; padding: 30px 15px 0; }

.footer-wrapper .nav a {color:#d8d9d9; font-size:14px; margin:0 0 8px;letter-spacing: 1px;}
.footer-wrapper .nav a:hover {color:#3498db; background:transparent;letter-spacing: 1px;}

.footer-wrapper h3, .footer-wrapper h4 {color:#fff;font-size:11px;}
.footer-wrapper p, .footer-wrapper h5 {margin: 10px 15px 10px 0;
    font-size: 12px;
    color: #cccccc!important;
    line-height: 20px;
    letter-spacing: 1px;}
 
.footer-wrapper h4 {    
	font-weight: bold;
    /* border-bottom: 1px solid #2b2b2b; */
    padding: 10px 0;
    font-size: 16px;
    color: #eeeeee!important;
    text-transform: uppercase;letter-spacing: 1px;
}

@media (max-width: 979px) and (min-width: 768px){
.company img{
	width:150px;
}

.footer-wrapper p, .footer-wrapper h5 {margin: 10px 10px;}	
}

@media (max-width:767px){

.footer-wrapper {padding: 30px 30px 0; text-align:center; }
.footer-wrapper .span4, .footer-wrapper .span2{margin-bottom:25px; }
.footer-wrapper .nav li{ display:inline-block; margin:0 10px;}
.footer-wrapper p, .footer-wrapper h5 {margin: 10px 0;}
	
.company{
	text-align:center;
}

}

/* #Error Page
*/

.error-page {padding-top:20px; background:url(images/imagery/404.png) no-repeat center center transparent; background-size:100%; }
.error-page-text {background:url(images/imagery/404-icon.png) no-repeat 15% 69% transparent; min-height:240px;}

/* #Hammertime*/
#bg-maintenancemode {background:url(images/imagery/hammertime.png) no-repeat center transparent;background-size:60%;}

/* #Top Pagination
	
	*Structure
	
*/

.top-pagination .line-bottom{border-bottom:1px solid #d9d9d7;}
.filter p {color:#3c3c3c; font-size:11px; font-weight:600;}
.filter p strong { font-weight:800;}
.line-bottom .pagination:before{content:"|";font-size:11px; font-weight:800;}
.ie .line-bottom .pagination:before{float:left;}
.content.side-right .line-bottom .pagination:before {    content: "";}

/* #RSS
	<a class="rss-feed" title="Subscribe to RSS">Subscribe to RSS</a>
*/	
.rss-feed { background: url("images/iconography/icon-rss-feed.png") no-repeat scroll center center transparent; display: inline-block; vertical-align: middle; width: 28px;height:28px;  margin: 0 8px 0 5px; float:right;}



/* #Standard Button */
	.input-button-form, 
	a.input-button-form, 
	.bt-highlight  button, 
	.standardButton	button, 
	.button h2 a, 
	.content-faq button, 
	.standardButton > a   {
		padding:10px 30px; 
		color:#FFF; 
		background-color:#2980b9; 
		text-transform: uppercase;  
		font-size:11px;
		line-height:16px;
	}

	p.standardButton button.inactive, p.standardButton button.inactive:hover {background-color:#ccc; cursor:default;}

	.content-faq .faq-search button {padding:10px 0;}

	.ie .content-faq button {padding:1px 30px;}
	.ie .faqMembers .content-faq button {padding:1px 0px;}
	.ie .contact-form .btn.btn-success.span12 {padding:2px 30px; line-height:30px;}

	.button h2 a {background-color:#16a085;}
	.button h2 a:hover {background-color:#1abc9c;text-decoration: none}

	.button.button-profile h2 a { background-color: #2DCC70; float: left; padding: 10px 0;  width: 100%;}
	.button.button-profile h2 a:hover {background-color:#27ae60;}

	 .input-button-form:hover, 
	 .bt-highlight button:hover, 
	 .standardButton button:hover, 
	 .content-faq button:hover, 
	 .content-faq button:active, 
	 .standardButton > a:hover	{background-color:#3498db;}
	
	.button h2{ font-size:14px;  text-align: center;}
    
    .ie7 .button.button-redeem {clear:both; width:100%;}
    .baseButtons a {padding:5px; font-size:11px; margin-top: 20px;}
    
/* #Social Buttons

	Make different buttons for social porpuse
	
	<div class="button .button-facebook">
		<h2>
			<a>Sign in</a>
    	</h2>
	</div>

 */

	.facebookConnect {margin-bottom:3%; padding-bottom: 4%;}

	.facebookConnect p.redeem-option {text-align:center;margin-top:10px;width:100%; display:inline-block;}

	.content-social-box {margin:20px auto 10px 0; clear:both;}

    
	.pinterestButton {clear:none; float:none; margin-right:5px; display:inline;}

	
    .ie .button.button-facebook {text-align:center;}
    .ie .button-facebook h2 {float:left;width:100%;}
    .ie .facebookConnect .redeem-option {width:100%; text-align:center;}
    
	.button-facebook h2 a:hover {color:#c0ceeb;}
	
	a.btn-facebook, a.btn-twitter  {color:#fff;}
	a.btn-twitter:hover  {background-color:#66C9E9;}
	.button-google h2 a, a.btn-google{color:#000;}
	.button-google h2 a:hover, a.btn-google:hover {color:#666;}
	
	.btn-facebook, .btn-google, .btn-id, .btn-twitter,
	.btn-facebook a, .btn-google a, .btn-twitter a {
		color:#FFF; 
	}
	.button-facebook h2, .button-google h2 {background-color:transparent;}

	.button-facebook h2 a {padding:10px 30px;}
	 a.btn-facebook {  padding: 7px 0;}

	 .button-facebook h2 a, a.btn-facebook, div.btn-facebook, a.btn-facebook:focus, a.btn-facebook:active { background:url(images/iconography/btn-facebook.png) no-repeat 10px center #5c6a90 ;}
	.button-facebook h2 a:hover, .btn-facebook:hover, a.btn-facebook:hover, .btn.btn-facebook:hover, .btn.btn-facebook:focus {background:url(images/iconography/btn-facebook.png) no-repeat 10px center #7683a8; color:#fff;}

	.btn.btn-facebook.btn-large > b { display: block;margin: 0 auto 0 17px;}

	.button-google h2 a, .btn-google {background:url(images/iconography/btn-google.png) no-repeat 6px 11px #e8e8e8;}
	.button-google h2 a:hover, .btn-google:hover {background-color:#ddd;}
	.btn-twitter {background:url(images/iconography/btn-twitter.png) no-repeat 9px 7px #3DBCDF; padding: 6px 35px; }
    


/** Content Misc > Default List */

.list li {padding-right: 15px; font-size:10px;}			
.list li span{ color:#8e8e8e;}

/* Content misc > Category List 

	.list-category li, .list-category-blog li
	{ background-image:url(images/iconography/bullet-category.gif); background-repeat:no-repeat; }
	
	.list-category-blog li
	{ background-position:0 center; }
	
	.list-category li a:link, .list-category li a:visited, .list-category li a:active
	{ color:#898989; }
	
	.list-category-blog li a:link, .list-category-blog li a:visited, .list-category-blog li a:active
	{ color:#111; }
	
/* #Browse by category */
	
	.flex-box-list ul li a {color:#303030}
	.flex-box-list ul li span {color:#797979; }
    
    .flex-box-list .view-all-cat  {text-align: right;}
    .flex-box-list .view-all-cat a { color: #919191; font-size:11px; }
    .flex-box-list .view-all-cat a:hover { color: #333;  }

/** List Category */

	
	[class*="flex-box"] .list-category .icon-caret-down {color:#16A085;}



    
/* #Tree-view Special*/
.categoryTreeview li { color: #666666; font-size: 11px;}

	.treeView li.loading { background:url(images/iconography/icon-loading-content.gif) no-repeat 20px 5px; clear:both; float:none; font-size:12px; padding:10px 10px 10px 60px; width:auto; }

	.treeView li .categoryTitle, .treeView li .categoryTitle:visited
	{ color:#111; float:left; font-weight:normal; padding:0 0 0 4px; width:90%; }
	
	.treeView .switchOpen, .treeView .switchOpen:visited,
	.treeView .switchClose, .treeView .switchClose:visited
	{ background:url(images/iconography/bg_switch_open.gif) no-repeat 2px 3px; display:block; float:left; height:17px; overflow:hidden; text-decoration:none; text-indent:100px; width:17px; }
	
	.treeView .switchClose, .treeView .switchClose:visited
	{ background:url(images/iconography/bg_switch_close.gif) no-repeat 2px 5px; }
    
    .categorySuccessMessage { color:#2980b9;font-weight:bold;}
    .categoryErrorMessage {color:#d54620;font-weight:bold;}
    a.categoryAdd {color:#16a085; font-weight:bold;}
    a.categoryAdd:hover {color:#1abc9c;}
			
/* Content misc > Sitemap */

	.sitemap h3
	{ border-bottom:1px solid #E6E8E9; }
	
		.sitemap h3 a:link, .sitemap h3 a:visited, .sitemap h3 a:active
		{ color:#111; }
		

/** Accordion */

#accordion .view-all{ text-align:right; color:#919191;}	
#accordion .view-all a{color:#919191; font-size:11px;}	
#accordion .view-all a:hover {color:#000;}	

.accordion-item h3 {border:none; font-size:14px; font-weight:600;}
.accordion-item h3 a{color:#363536;}

.accordion-item h3{background-color:#f4f4f3; padding:4px 10px 4px 5px;}
.accordion-item h3 a{background:url("images/structure/accordion-list.png") no-repeat scroll right -28px #f4f4f3;}
.accordion-item.active h3 a{background-position: right 8px;}

	
			
/* #Advertisement */
	.info-advertise a, .advertisement p a {color:#989898; font-style: italic;}
	
/* #Advertisement > Sponsored */

.sponsored { background:#FFF; border:1px solid #ddd; font-size: 11px; line-height: 14px; }
.sponsored:hover { border-color:#ccc; }

.sponsored .title {width: 100%; text-align: center; float: left; font-weight: 600; color:#024174 }	
.sponsored .url {color:#024174; }	
.sponsored .text {color:#898989; }
	
/* #Order Page > Standard steps */


.steps-ui, .order-head li {background-color:#ededed; color:#303030;}
.steps-ui > span {background-color:#dcdcdc;}

.steps-ui.stepActived, .order-head li.active {background-color:#2980b9; color:#fff; font-size:13px;}
.steps-ui.stepActived > span {background-color:#2c3e50;}

.steps-ui:after, .order-head li:after {
    color: #777777;
    content: ">>";
    font-size: 17px;
    overflow:hidden;
    text-overflow:ellipsis;
}

.steps-ui:first-child:after, .order-head li:last-child:after {content:"";}
.ie .steps-ui:after, .ie .order-head li:after {position:absolute; margin-right:-15px;}
.ie .steps-ui.stepLast:after {content:"";}
.ie .order-head li.textright:after {content:"";}

.ie .order-head li:after {top:0px;}

.order-head h2 {font-size:16px;}
.order-head h2 > i {font-weight:normal; font-size:22px;}
/** Popups > TB_window */

#TB_window
{ background:#FFF !important; } 

		
/*Package*/


.packageTable td {background-color: #F1F0EB; font-size:12px;}


/*New Advertising*/

.order h1, .order h3{color:#595959}
	
.order h3 {font-size: 14px; margin-bottom:10px; font-weight: 600; line-height: 23px;}	
.order h1 {font-size: 24px;margin: auto 0 35px 30px;}
.order .right p {margin-top:4px; font-size:12px; line-height:25px;}		


.blockcontinue {background-color: #f1f1f1;border:none;}

.order label {color: #666;}

.order .right {border-color: #eee;}

/* #By Cuisine

*/

.category-name { background-color:rgba(0, 0, 0, 0.7);}
.ie .category-name{background: url("images/structure/bg-dark-ie.png") repeat;}

.category-link {border-top:1px solid rgba(255, 255, 255, 0.2); border-bottom:1px solid rgba(255, 255, 255, 0.2);text-align: center;font-size:18px; }
.ie .category-link {border-top:1px solid #444444; border-bottom:1px solid #444444;}
.category-link  a:hover {color:#3498db;}
.category-link  a {color:#fff;}

.category-image {border:1px solid #dedede;}
.allcategories p {font-size:12px}
.allcategories small {font-size:11px;}

/* #Pagination*/

/* #Top Pagination
	
	*Line-top
	
*/

.line-top {padding:5px 0 10px; margin-top: 10px;}

.line-top:last-child {border-top:1px solid #dedede;}

.line-bottom, .line-bottom label{font-size:11px;}
.pagination .pages {margin-left:0;}



/*#Newsletter*/

.newsletter-frame { margin:10px 0 0px;}
.newsletter-textfield{
	width: 80%;
    height: 40px!important;
    padding: 0 8px!important;
    display: inline-block!important;
    vertical-align: top!important;
	border: 0!important;
	
}

.newsletter-send{
	background-color:#e13668;
	background-image: url(../../../assets/images/newsletter-send.png);
	background-size: 80% 80%;
	background-repeat:no-repeat;
	background-position:center center;
    width: 40px!important;
    height: 40px;
    text-indent: -999px;
    display: inline-block;
    vertical-align: top;
}

.newsletter-send:hover{
	opacity: .9;
}

@media (max-width: 979px) and (min-width: 768px){

.newsletter-textfield{
	width: 70%;
	
}	
	
}

@media (max-width:767px){

.newsletter-textfield{
	width: 78%;
	
}	
	
}

/* copyright */

.copyright{
	border-top: 1px solid #666666;
	padding:15px 0;
	margin-top: 35px!important;
	color: #cccccc!important;
}

.footer-social a{
	margin: 0 4px;
}

@media (max-width:767px){
.footer-social{
	display: block;
    width: 100%;
    margin: 10px 0;
}
}

/*#Button send Button Call*/
  
    .button-send {background:url(images/iconography/icon-send-phone.png) no-repeat center center transparent;}
    .button-call {background:url(images/iconography/icon-call-phone.png) no-repeat 6px 0 transparent;}

/* #General Page FAQ*/
.content-faq .faqAnswers, .content-faq .pagingContent  {background-color:#e7e7e7; padding:10px; float:left; width:98%;}
.content-faq .standardSubTitle {font-size:12px;}

/* #General Page Sitemap*/
    .sitemap h3
    {font-size:14px;  text-transform:uppercase;}


/* #General Page All Categories*/
.box-title > ul {background-color:#eee;}
.box-title > ul li a {color:#666;}
.box-title > ul li a[class*="icon-caret"] ,
.box-title > ul li a:hover {color:#2980B9;}

/* #General Page All Locations*/
.all_location_first {background-color:#eee; line-height: 10px;}
.all_location_first a {color:#000; text-shadow:0 1px 1px #ccc;font-size:14px; font-weight:800;}
.all_location_first a:hover {color:#333;}

.all_location_middle { background-color:#eff8f6; color:#000; line-height:12px; font-size:12px; font-weight:600;}

.link a, .all_location_middle a {color:#000;}
.link a:hover, .all_location_middle a:hover {color:#333;}

 .switchOpen, .switchClose { text-indent: 100px; }
 
.all_location_middle .switchClose, .all_location_middle .switchOpen {background: url("images/structure/location-list-middle.png") no-repeat scroll center 2px transparent;    float: right;}
.all_location_first  .switchClose, .all_location_first  .switchOpen {background: url("images/structure/location-list.png") no-repeat scroll center 2px transparent;    float: right;}

.all_location_first .switchClose {background-position: center 2px;}
.all_location_first .switchOpen  {background-position: center -32px;}

                                    
.all_location_middle .switchClose {background-position: center 3px;}
.ie7 .all_location_middle .switchClose {background-position: center 0px;}
.all_location_middle .switchOpen  {background-position: center -31px;}
.ie7 .all_location_middle .switchOpen  {background-position: center -34px;}


.ie7 .child > ul {margin:-10px auto}
.ie7 .link {margin:-10px 0 5px 0}
.ie7 .browse-locations .clearfix {margin:0; height:0; padding:0;}

.ie7 .switchOpen, .ie7 .switchClose { text-indent:0px; background-image:none;}

/* #Reviews*/
.flex-box-group.helpful-reviews {border:none; margin-top:20px;}

.review-item {border-top:1px dashed #cccccc; }
.review-item:first-child {border-top:0; }
.review-item .review-top {background-color:#f9f9f9;}
.review-item .review-bottom  {margin:0;/*border-top:1px solid #c2c3c3;*/}

.review-bottom .number { background: url("images/iconography/bg-review-number.png") no-repeat scroll 0 0 transparent;}
.review-item .reply { background: url("images/structure/bg-reply.gif") no-repeat scroll left bottom transparent; clear:both; border-left: 1px solid #C8CED2;}


/*Fancybox*/

#fancybox-content {
    border-radius: 0 !important;
}

/*Pagination*/
.sitemgr-pagination {
	clear: both;
	float: left;
	width: 100%;
}
.sitemgr-pagination.top-pagination {
	border-bottom: 1px solid #939496;
	padding: 15px 0 5px;
	height: 20px;
	color: #333;
	font-size: 12px;
	margin-bottom: 25px;
}
.sitemgr-pagination.top-pagination .pagination-char {
	float: left;
}
.sitemgr-pagination.top-pagination .pagination-char a {
	color: #333;
	padding: 2px 4px 0 0;
}
.sitemgr-pagination.top-pagination .pagination-char a:hover {
	color: #6ab0de;
}
.sitemgr-pagination.top-pagination .pagination-results {
	float: right;
}
.sitemgr-pagination.bottom-pagination ul {
	list-style: none;
	float: right;
	margin: 30px 0 10px;
}
.sitemgr-pagination.bottom-pagination ul li {
	float: left;
	margin-left: 8px;
	font-size: 12px;
	line-height: 15px;
}
.sitemgr-pagination.bottom-pagination ul li a {
	padding: 6px 8px;
	min-width: 10px;
	background-color: #e8e9eb;
	color: #333;
	border-radius: 4px;
	display: block;
	text-align: center;
}
.sitemgr-pagination.bottom-pagination ul li a:hover {
	color: white;
	background-color: #dee1e3;
}.sitemgr-pagination.bottom-pagination ul li a.active {
	color: white;
	background-color: #16A085;
}
.sitemgr-pagination.bottom-pagination ul li.disabled a {
	color: white;
	background-color: #ccc;
	font-weight: bold;
}

/*!
 *  Font Awesome 3.0.2
 *  the iconic font designed for use with Twitter Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fortawesome.github.com/Font-Awesome/
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@davegandy.com
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */

 @font-face{
    font-family:'FontAwesome';
    src:url('images/font/fontawesome-webfont.eot?v=3.0.1');
    src:url('images/font/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
    url('images/font/fontawesome-webfont.woff?v=3.0.1') format('woff'),
    url('images/font/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
    font-weight:normal;
    font-style:normal }
  
  [class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0}.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:none}[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none}a [class^="icon-"],a [class*=" icon-"]{display:inline-block}.icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em}.btn [class^="icon-"],.nav [class^="icon-"],.btn [class*=" icon-"],.nav [class*=" icon-"]{display:inline}.btn [class^="icon-"].icon-large,.nav [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class*=" icon-"].icon-large{line-height:.9em}.btn [class^="icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{display:inline-block}.nav-tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*=" icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-pills [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large{line-height:.9em}li [class^="icon-"],.nav li [class^="icon-"],li [class*=" icon-"],.nav li [class*=" icon-"]{display:inline-block;width:1.25em;text-align:center}li [class^="icon-"].icon-large,.nav li [class^="icon-"].icon-large,li [class*=" icon-"].icon-large,.nav li [class*=" icon-"].icon-large{width:1.5625em}ul.icons{list-style-type:none;text-indent:-0.75em}ul.icons li [class^="icon-"],ul.icons li [class*=" icon-"]{width:.75em}.icon-muted{color:#eee}.icon-border{border:solid 1px #eee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.icon-2x{font-size:2em}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.icon-3x{font-size:3em}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.icon-4x{font-size:4em}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.pull-right{float:right}.pull-left{float:left}[class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em}[class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em}.btn [class^="icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{margin-top:.18em}.btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{line-height:.8em}.btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.25em}.btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"]{margin-top:0}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.05em}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{margin-right:.2em}.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-left:.2em}.icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}@-moz-document url-prefix(){.icon-spin{height:.9em}.btn .icon-spin{height:auto}.icon-spin.icon-large{height:1.25em}.btn .icon-spin.icon-large{height:.75em}}.icon-glass:before{content:"\f000"}.icon-music:before{content:"\f001"}.icon-search:before{content:"\f002"}.icon-envelope:before{content:"\f003"}.icon-heart:before{content:"\f004"}.icon-star:before{content:"\f005"}.icon-star-empty:before{content:"\f006"}.icon-user:before{content:"\f007"}.icon-film:before{content:"\f008"}.icon-th-large:before{content:"\f009"}.icon-th:before{content:"\f00a"}.icon-th-list:before{content:"\f00b"}.icon-ok:before{content:"\f00c"}.icon-remove:before{content:"\f00d"}.icon-zoom-in:before{content:"\f00e"}.icon-zoom-out:before{content:"\f010"}.icon-off:before{content:"\f011"}.icon-signal:before{content:"\f012"}.icon-cog:before{content:"\f013"}.icon-trash:before{content:"\f014"}.icon-home:before{content:"\f015"}.icon-file:before{content:"\f016"}.icon-time:before{content:"\f017"}.icon-road:before{content:"\f018"}.icon-download-alt:before{content:"\f019"}.icon-download:before{content:"\f01a"}.icon-upload:before{content:"\f01b"}.icon-inbox:before{content:"\f01c"}.icon-play-circle:before{content:"\f01d"}.icon-repeat:before{content:"\f01e"}.icon-refresh:before{content:"\f021"}.icon-list-alt:before{content:"\f022"}.icon-lock:before{content:"\f023"}.icon-flag:before{content:"\f024"}.icon-headphones:before{content:"\f025"}.icon-volume-off:before{content:"\f026"}.icon-volume-down:before{content:"\f027"}.icon-volume-up:before{content:"\f028"}.icon-qrcode:before{content:"\f029"}.icon-barcode:before{content:"\f02a"}.icon-tag:before{content:"\f02b"}.icon-tags:before{content:"\f02c"}.icon-book:before{content:"\f02d"}.icon-bookmark:before{content:"\f02e"}.icon-print:before{content:"\f02f"}.icon-camera:before{content:"\f030"}.icon-font:before{content:"\f031"}.icon-bold:before{content:"\f032"}.icon-italic:before{content:"\f033"}.icon-text-height:before{content:"\f034"}.icon-text-width:before{content:"\f035"}.icon-align-left:before{content:"\f036"}.icon-align-center:before{content:"\f037"}.icon-align-right:before{content:"\f038"}.icon-align-justify:before{content:"\f039"}.icon-list:before{content:"\f03a"}.icon-indent-left:before{content:"\f03b"}.icon-indent-right:before{content:"\f03c"}.icon-facetime-video:before{content:"\f03d"}.icon-picture:before{content:"\f03e"}.icon-pencil:before{content:"\f040"}.icon-map-marker:before{content:"\f041"}.icon-adjust:before{content:"\f042"}.icon-tint:before{content:"\f043"}.icon-edit:before{content:"\f044"}.icon-share:before{content:"\f045"}.icon-check:before{content:"\f046"}.icon-move:before{content:"\f047"}.icon-step-backward:before{content:"\f048"}.icon-fast-backward:before{content:"\f049"}.icon-backward:before{content:"\f04a"}.icon-play:before{content:"\f04b"}.icon-pause:before{content:"\f04c"}.icon-stop:before{content:"\f04d"}.icon-forward:before{content:"\f04e"}.icon-fast-forward:before{content:"\f050"}.icon-step-forward:before{content:"\f051"}.icon-eject:before{content:"\f052"}.icon-chevron-left:before{content:"\f053"}.icon-chevron-right:before{content:"\f054"}.icon-plus-sign:before{content:"\f055"}.icon-minus-sign:before{content:"\f056"}.icon-remove-sign:before{content:"\f057"}.icon-ok-sign:before{content:"\f058"}.icon-question-sign:before{content:"\f059"}.icon-info-sign:before{content:"\f05a"}.icon-screenshot:before{content:"\f05b"}.icon-remove-circle:before{content:"\f05c"}.icon-ok-circle:before{content:"\f05d"}.icon-ban-circle:before{content:"\f05e"}.icon-arrow-left:before{content:"\f060"}.icon-arrow-right:before{content:"\f061"}.icon-arrow-up:before{content:"\f062"}.icon-arrow-down:before{content:"\f063"}.icon-share-alt:before{content:"\f064"}.icon-resize-full:before{content:"\f065"}.icon-resize-small:before{content:"\f066"}.icon-plus:before{content:"\f067"}.icon-minus:before{content:"\f068"}.icon-asterisk:before{content:"\f069"}.icon-exclamation-sign:before{content:"\f06a"}.icon-gift:before{content:"\f06b"}.icon-leaf:before{content:"\f06c"}.icon-fire:before{content:"\f06d"}.icon-eye-open:before{content:"\f06e"}.icon-eye-close:before{content:"\f070"}.icon-warning-sign:before{content:"\f071"}.icon-plane:before{content:"\f072"}.icon-calendar:before{content:"\f073"}.icon-random:before{content:"\f074"}.icon-comment:before{content:"\f075"}.icon-magnet:before{content:"\f076"}.icon-chevron-up:before{content:"\f077"}.icon-chevron-down:before{content:"\f078"}.icon-retweet:before{content:"\f079"}.icon-shopping-cart:before{content:"\f07a"}.icon-folder-close:before{content:"\f07b"}.icon-folder-open:before{content:"\f07c"}.icon-resize-vertical:before{content:"\f07d"}.icon-resize-horizontal:before{content:"\f07e"}.icon-bar-chart:before{content:"\f080"}.icon-twitter-sign:before{content:"\f081"}.icon-facebook-sign:before{content:"\f082"}.icon-camera-retro:before{content:"\f083"}.icon-key:before{content:"\f084"}.icon-cogs:before{content:"\f085"}.icon-comments:before{content:"\f086"}.icon-thumbs-up:before{content:"\f087"}.icon-thumbs-down:before{content:"\f088"}.icon-star-half:before{content:"\f089"}.icon-heart-empty:before{content:"\f08a"}.icon-signout:before{content:"\f08b"}.icon-linkedin-sign:before{content:"\f08c"}.icon-pushpin:before{content:"\f08d"}.icon-external-link:before{content:"\f08e"}.icon-signin:before{content:"\f090"}.icon-trophy:before{content:"\f091"}.icon-github-sign:before{content:"\f092"}.icon-upload-alt:before{content:"\f093"}.icon-lemon:before{content:"\f094"}.icon-phone:before{content:"\f095"}.icon-check-empty:before{content:"\f096"}.icon-bookmark-empty:before{content:"\f097"}.icon-phone-sign:before{content:"\f098"}.icon-twitter:before{content:"\f099"}.icon-facebook:before{content:"\f09a"}.icon-github:before{content:"\f09b"}.icon-unlock:before{content:"\f09c"}.icon-credit-card:before{content:"\f09d"}.icon-rss:before{content:"\f09e"}.icon-hdd:before{content:"\f0a0"}.icon-bullhorn:before{content:"\f0a1"}.icon-bell:before{content:"\f0a2"}.icon-certificate:before{content:"\f0a3"}.icon-hand-right:before{content:"\f0a4"}.icon-hand-left:before{content:"\f0a5"}.icon-hand-up:before{content:"\f0a6"}.icon-hand-down:before{content:"\f0a7"}.icon-circle-arrow-left:before{content:"\f0a8"}.icon-circle-arrow-right:before{content:"\f0a9"}.icon-circle-arrow-up:before{content:"\f0aa"}.icon-circle-arrow-down:before{content:"\f0ab"}.icon-globe:before{content:"\f0ac"}.icon-wrench:before{content:"\f0ad"}.icon-tasks:before{content:"\f0ae"}.icon-filter:before{content:"\f0b0"}.icon-briefcase:before{content:"\f0b1"}.icon-fullscreen:before{content:"\f0b2"}.icon-group:before{content:"\f0c0"}.icon-link:before{content:"\f0c1"}.icon-cloud:before{content:"\f0c2"}.icon-beaker:before{content:"\f0c3"}.icon-cut:before{content:"\f0c4"}.icon-copy:before{content:"\f0c5"}.icon-paper-clip:before{content:"\f0c6"}.icon-save:before{content:"\f0c7"}.icon-sign-blank:before{content:"\f0c8"}.icon-reorder:before{content:"\f0c9"}.icon-list-ul:before{content:"\f0ca"}.icon-list-ol:before{content:"\f0cb"}.icon-strikethrough:before{content:"\f0cc"}.icon-underline:before{content:"\f0cd"}.icon-table:before{content:"\f0ce"}.icon-magic:before{content:"\f0d0"}.icon-truck:before{content:"\f0d1"}.icon-pinterest:before{content:"\f0d2"}.icon-pinterest-sign:before{content:"\f0d3"}.icon-google-plus-sign:before{content:"\f0d4"}.icon-google-plus:before{content:"\f0d5"}.icon-money:before{content:"\f0d6"}.icon-caret-down:before{content:"\f0d7"}.icon-caret-up:before{content:"\f0d8"}.icon-caret-left:before{content:"\f0d9"}.icon-caret-right:before{content:"\f0da"}.icon-columns:before{content:"\f0db"}.icon-sort:before{content:"\f0dc"}.icon-sort-down:before{content:"\f0dd"}.icon-sort-up:before{content:"\f0de"}.icon-envelope-alt:before{content:"\f0e0"}.icon-linkedin:before{content:"\f0e1"}.icon-undo:before{content:"\f0e2"}.icon-legal:before{content:"\f0e3"}.icon-dashboard:before{content:"\f0e4"}.icon-comment-alt:before{content:"\f0e5"}.icon-comments-alt:before{content:"\f0e6"}.icon-bolt:before{content:"\f0e7"}.icon-sitemap:before{content:"\f0e8"}.icon-umbrella:before{content:"\f0e9"}.icon-paste:before{content:"\f0ea"}.icon-lightbulb:before{content:"\f0eb"}.icon-exchange:before{content:"\f0ec"}.icon-cloud-download:before{content:"\f0ed"}.icon-cloud-upload:before{content:"\f0ee"}.icon-user-md:before{content:"\f0f0"}.icon-stethoscope:before{content:"\f0f1"}.icon-suitcase:before{content:"\f0f2"}.icon-bell-alt:before{content:"\f0f3"}.icon-coffee:before{content:"\f0f4"}.icon-food:before{content:"\f0f5"}.icon-file-alt:before{content:"\f0f6"}.icon-building:before{content:"\f0f7"}.icon-hospital:before{content:"\f0f8"}.icon-ambulance:before{content:"\f0f9"}.icon-medkit:before{content:"\f0fa"}.icon-fighter-jet:before{content:"\f0fb"}.icon-beer:before{content:"\f0fc"}.icon-h-sign:before{content:"\f0fd"}.icon-plus-sign-alt:before{content:"\f0fe"}.icon-double-angle-left:before{content:"\f100"}.icon-double-angle-right:before{content:"\f101"}.icon-double-angle-up:before{content:"\f102"}.icon-double-angle-down:before{content:"\f103"}.icon-angle-left:before{content:"\f104"}.icon-angle-right:before{content:"\f105"}.icon-angle-up:before{content:"\f106"}.icon-angle-down:before{content:"\f107"}.icon-desktop:before{content:"\f108"}.icon-laptop:before{content:"\f109"}.icon-tablet:before{content:"\f10a"}.icon-mobile-phone:before{content:"\f10b"}.icon-circle-blank:before{content:"\f10c"}.icon-quote-left:before{content:"\f10d"}.icon-quote-right:before{content:"\f10e"}.icon-spinner:before{content:"\f110"}.icon-circle:before{content:"\f111"}.icon-reply:before{content:"\f112"}.icon-github-alt:before{content:"\f113"}.icon-folder-close-alt:before{content:"\f114"}.icon-folder-open-alt:before{content:"\f115"}

/**
* eDirectory - Popups ( Modal boxes )
*
* This style sheet describes the structure and the main components
* about eDirectory's interface
*
* @package			layout
* @filesource		popup.css
* @author			Arca Solutions
*			
*/

/* Popups > modal content */

.modal-content
{ width: 100%;margin:0 auto;}

.modal-content-small
{ min-height:250px; text-align:center; height:250px; }


.modal-deal-redeem
{height:550px;}

		.modal-content form span.comment
		{ display: block; font-family: Arial,Verdana,sans-serif; font-size: 9px; font-weight: normal; line-height: 20px; }
        
	
.modal-content .info {padding:10px;}
.modal-content-small .info {padding:0;}


.modal-content .customInvoice h3
{font-family:Arial, Helvetica, sans-serif; }
	
.modal-content .form {text-align:center;}

.modal-content .form div label 	{ color:#636363;font-size:11px; text-align:left; padding-left:10px; }
.modal-content-small .form div label 	{ text-align:center;}

/*Alerts*/
.informationMessage, .errorMessage, .successMessage, .warningMessage {margin-top:-10px;}


/* #Reviews*/

.popup-review {
	height: 550px;
}
.popup-review > .info,
.send-email > .info {
	padding: 0;
}
.popup-review .left,
.popup-review .right,
.send-email .left,
.send-email .right {
	width: 46%;
	float: left;
	margin-left: 3%;
}
.popup-review .left input,
.popup-review .right textarea,
.send-email .left input,
.send-email .right textarea {
	width: 86%;
}
.popup-review .action,
.send-email .action {
	float: left;
	width: 96%;
	margin: 10px 2%;
}
.popup-review .action .captcha,
.send-email .action .captcha {
	margin: 10px auto;
}
.popup-review .action .captcha input,
.send-email .action .captcha input {
	width: 138px;
}
.send-email {
	height: 500px;
}
/*Redeem Deal*/
.redeem-deal {text-align:center;}

.redeem-deal .comp-info, .redeem-deal .terms{text-align:left;padding:10px;}
    




/* Popups > modal content upload */
	
.modal-content.modal-content-upload {margin:0 auto;}

.modal-content.modal-content-upload  form > p {padding:10px;}

	.modal-content-upload h3 	{ text-align:left; }
	


/** Popups > deal */

.modal-content .deal {width:100%; clear:both; padding:10px 0;height:500px;}
.modal-content .deal h1{width:200px; margin:0 auto;}
.modal-content .deal h2{line-height:40px; margin:0;}
.modal-content .deal .terms, .modal-content .deal .comp-info, .modal-content .deal .deal-info, .modal-content .deal .listing-info {margin:10px 0; clear:both; }

.modal-content .deal .text-center {display:block;}


/** Popups > rate */

.modal-content .rate { height: auto; margin:0 auto 15px auto; width:100%; }	

	.modal-content .rate img {display:inline; margin: 0 0 0 2px; width: 25px; }
	
	.modal-content .rate h3 	{padding-bottom:10px; text-align:center; font-size: 16px;}

/* #Popup Forms */	

input[type="password"] {font-family: Arial, Helvetica, sans-serif!important;}

.modal-content-small form .left {margin-bottom:10px;}

/* *PopUp Login */
.modal-content.login  {height:380px; width:100%;}

.modal-login {width: 264px;margin: 0 auto;}

.modal-login .btn-group.bootstrap-select { width:251px; margin-left:-5px;}

.modal-login input {width:92%;padding: 4px 0 4px 2%;}

.modal-login select {width:95%;}
.modal-login .formcheckbox,.modal-login .loginopenid {margin:5px 0 15px 0;}
.modal-login .formcheckbox label {line-height:23px;}
.modal-login input.checkbox{margin: 3px 10px 0;display: inline;width: 13px;min-height: 13px;height: 13px; padding-left:0; border:none;}



.modal-content .button-facebook, .modal-content .button-google {margin-top:20px;}


/** Contact form > form > captcha */
			
		.modal-content .form p
		{ padding:0 0 10px 0; }
		
			.modal-content .form .captcha img
			{ border:1px solid #B7C0C7; }
			
			.modal-content .form .captcha .text
			{ width:135px; margin-top:2px; padding:5px;}



/* #Content Custom*/
.content-custom p {padding:5px 10px;}


/**
* eDirectory - Popups ( Modal boxes )
*
* This style sheet describes the structure and the main components
* about eDirectory's interface
*
* @package          layout
* @filesource       popup.css
* @author           Arca Solutions
*
*/



.modal-content > h2{
	background-color: #2D3E50;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 10px;
	padding: 10px 0;
	text-indent: 10px;
	text-transform: uppercase;
	width: 100%;
	text-align: left;
}

.modal-content > h2 > b {
	text-overflow:ellipsis; 
	overflow:hidden;
	max-width:230px; 
	white-space:nowrap; 
	display:inline-block;
}

.modal-content > h2 > span a {
	float: right;
	font-weight: normal;
	margin-right: 10px;
	text-transform: capitalize;
    color:#fff;
    font-size: 10px;
}

.modal-content > h2 > span a:hover {text-decoration: underline;}

.modal-content  .button h2 {
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	margin-bottom: 0;
}


/* Popups > body */

body
{ background: #fff; }

/* Popups > modal content */

.modal-content form span.comment { color: #8A8A8A; }

.modal-content .customInvoice h3 { color: #636363; }

/** Popups > buttons */

.modal-content button[type="submit"], .modal-content .button-profile h2 a {
	background-color: #2ecc71;
	color: #fff;
	display: block;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 auto 5px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	width: 250px;
	float:none;
}

.modal-content button[type="submit"]:hover, .modal-content .button-profile h2 a:hover { background-color: #27ae60; }

.modal-content .button-google h2 a { }

p.input-button-form { padding:0;}

p.input-button-form button { background:transparent; padding:10px 30px; cursor:pointer; color:#fff; }


/** Popups > deal */

.modal-content .redeem-deal h1 {
	background-color: #efefef;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	text-rendering: optimizeLegibility;
}

.modal-content .redeem-deal h2 {font-size:20px;margin:10px 20px;}
.modal-content .redeem-deal .terms p { color: #888; font-size: 10px; }
.modal-content .redeem-deal .listing-info p { font-size: 11px; }


/** Popups > rate */

.modal-content .rate
{ background-color: transparent; }


/** Contact form > form > form tags */

.modal-content .form div .text, .modal-content .form div .textarea
{ margin-bottom: 2px; }


/** Contact form > form > captcha */

.modal-content .form .captcha img
{ border: 1px solid #B7C0C7; }

/**

* eDirectory - Result Pages ( Modules )

*

* @package			layout

* @filesource		results.css

* @author			Arca Solutions

* @copyright		Copyright (c) 2009, Arca Solutions Inc.

* @version			eDirectory 9.3

* @since			October, 17, 2011

*			

*/



/* #Map

*/



div.map {height: 550px;  margin: 15px 0 20px 0; width: 99.75%; }

div.map > div { height: 96.8% !important;  margin: 0.7%;  width: 98.6% !important;}   

    

.content-results-filters div.map > div {height: 98.8% !important; margin: 0.5%; width: 99.1% !important;}



.noresults {

    margin-top: -12px;

}



/* #Content and Sidebar*/

.content-results-filters { float: right; padding: 0 0 2% 0%;  width: 69.3%;}

.content-results-filters .resultsMessage { margin-left: -44.5%;  margin-top: 5px;  width: 146.5%;}



.flex-box-list > h2{

  overflow: hidden;

  padding-right: 7%;

  text-overflow: ellipsis;

  white-space: nowrap;

  width: 93%;

}



.sidebar-filters h3 .title-filter {

    width:60%;

    text-overflow:ellipsis;

    overflow: hidden;

    white-space:nowrap;

}



.sidebar-filters div > h2 {

  margin-bottom: 20px;

}

.sidebar-filters > ul {

  float: left;

  width: 100%;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

.sidebar-filters .item-filter h3 a {

  float: right;

  padding-left: 10px;

  text-indent: 0;

}



.sidebar-filters .item-filter .item-select {

  margin: 10px 0;

  float: left;

  width: 100%;

  max-height: 225px;

  overflow-y: auto;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}



.sidebar-filters .item-filter .item-select li {

  color: #333333;

  font-size: 12px;

  line-height: 20px;

  overflow: hidden;

  padding-left: 5px;

  text-overflow: ellipsis;

  white-space: nowrap;

  margin-bottom: 1px;

}





.sidebar-filters .item-filter .item-select li a {

  float: left;

  margin-left: -10px;

  margin-right: -30px;

  width: 70%;  

  text-overflow: ellipsis;

  padding-left:30px; 

  padding-right:40px; 

  color:#333;   

  z-index:1;

}



.sidebar-filters .item-filter .item-select li a[class*="icon-caret"] {

  margin-left: 0;

  color: #2980B9;

  padding: 2px 7px 3px 6px;

  font-size: 13px;

  width: auto;

  position: relative;

  z-index: 3;

}



.sidebar-filters .item-filter .item-select li a[class*="icon-caret"]:hover + a + a,

.sidebar-filters .item-filter .item-select li a[class*="icon-caret"]:hover + a {

  background-color: #eee;

}



.sidebar-filters .item-filter .item-select li a.filter-listitem:hover {

  background-color: #eee;

}

.sidebar-filters .item-filter .item-select li.loading {

  background-color: #fff;

  font-size: 11px;

  margin-left: 16px;

  white-space: pre-wrap;

  color: #ccc;

  max-width:76%;

}



.sidebar-filters .item-filter .item-select li.active > a,

.sidebar-filters .item-filter .item-select li > a:hover {

  background-color: #eee;

}

.sidebar-filters .item-filter .item-select li li {

  padding-left: 5px;

  float: left;

  width: 100%;

}

.sidebar-filters .item-filter .item-select li li.active > a {

  background-color: #eee;

}

.sidebar-filters .item-filter .item-select#list_deal li {

  white-space: normal;

}

.filter-box {

  float: left;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  width: 100%;

  padding: 5px;

  margin-bottom: 20px;

}

.filter-box li {

  background-color: #ECEFF0;

  margin: 5px 0;

  padding: 7px 5px 2px;

  font-size: 12px;

}

.filter-box li b {

   font-weight:normal;

  max-width:90%;

  overflow:hidden;

  white-space:nowrap;

  text-overflow:ellipsis;

  display:inline-block;

}

.filter-box li span {

  float: right;

  color: #333;

}

.filter-box .remove-all {

  text-align: right;

  display: block;

  font-size: 11px;

  color:#4F7EB5;

}









/* #Summary View */	



.summary {margin-bottom: 20px; padding:0; width: 100%; clear:both;}

.summary-small {width: 100%; clear:both; padding: 0; position:relative;}

.summary section { padding: 17px;}





.summary .navicons .share-social {padding: 3px 0 0;}

.summary .share-social, .summary .share-actions  {display:inline-block;}



.summary .share-social li, .summary .share-actions li {display:inline-block;float:right;margin:4px 4px -4px; font-size:11px; line-height: 16px;}

.summary .media, .media .media { margin-top:0;}

.summary .media .span4.text-right { padding-top: 5px;} 



.summary .line-footer .comp-info,.summary .line-footer .comp-info a {font-size:10px; margin-top:7px; text-align:right;}  

.span6.comp-info > p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}



/*.summary-image {width: 35%;display: block;}		*/



.summary-small .summary-image {width: 100%;display: block;text-align:center;}	

.summary-small p.claim {margin-top:5px;}

    

.ie7 .summary-image {float:left;}	

.summary-image .image > img { width: 100%;}	

.ie7 .summary-image .image > img, .ie7 .image.summary-image  img {width: 96%;}		



.ie .row-fluid.line-footer {padding-top:3px;}



/* #Sumary View items 

	* Image

	* Description

	* Rate

	* Share

	* Badges

	* Map



	.summary-image  img, .summary-image .no-image	{ float:left; display:block; margin:20px 10px 0 0;} */

	

    .summary-small .summary-image  img, 

    .summary-small .summary-image .no-image,

    .summary-deal .summary-image  img, 

    .summary-deal .summary-image .no-image

    { margin:4px 0 2px;width:100%;}

    

	.summary-small address { line-height: 15px;height: auto;}

	.summary-deal address {padding-top:6px;}

    

	.summary .media-body 	{margin-top:18px;}

	.summary-small .media-body, .summary-deal .media-body 	{margin-top:0;}

	

    .listing-tag-deal, .deal-tag-small, .deal-tag {white-space:nowrap; float: right; height: 38px; margin-right: -2.7%; margin-top: -3px; padding-left: 2px; text-align: right;}

    .extendedContent .listing-tag-deal {margin-right:-2%;}

    

    .summary-deal .name-tag-deal.soldout { padding: 10px;font-size:16px;}

    .name-tag-deal { padding: 10px;}

    

    .summary .summary-price {margin-top:8px; font-size:11px;}

    .summary .review-count {text-decoration:none;}

	.summary .rate p  {margin:0 5px;}	

	.summary .review b, .summary .rate p:before  { font-weight:300;color:#787878;text-decoration:none; font-size:12px;}	

	.summary .rate p:before  {content:"|"; margin-right:5px;}	

	.summary .badges {text-align:right;margin-bottom:10px;height:18px;width:100%;}

    .summary .badges img { clear: both;float: left;margin-bottom:10px;height:100%;}

	.summary .info {margin-top:10px;}

	.summary .poston {text-align:right;padding:10px 5px 0 0;}

    

    .summary-address {padding-bottom:3px;display:inline-block; vertical-align:top;width:50%;}

    .summary-infodetail {min-height:65px;}

    .content-profile .summary-address { min-height:10px; padding-bottom:0;}

    

    .summary-contact.span12, .summary-contact.span9  {display:table;margin:0;}
	.summary-contact{display:inline-block; vertical-align:top; width: 48%;}
    .summary-contact > div{ margin-bottom:5px;}





    .claim {clear:both}

    

    .summary .line-footer { max-height: 30px; width:96%; padding:0 2%;}

    .summary .line-footer .span7.icons, .summary .line-footer .span5.icons{margin-left:2%;}

    

    .line-footer .summary-icons {padding:2px 0; line-height:30px}

    .line-footer .summary-icons.checkin {padding:2px 5px 2px 0;}

    

    .line-footer .summary-icons, 

    .line-footer .navicons,

    .summary .line-footer .rate-stars, 

    .summary .line-footer .rate p,

    .summary .line-footer .rate {display:inline;}





    .summary .line-footer .rate {

        display: inline-block;

        height: 22px;

        padding-top: 7px;

        white-space:nowrap;

    }



    .summary .line-footer .stars-rating {

        vertical-align: middle;

        margin-top:0;}



    .summary .line-footer .review {

        padding:0 0 0 5px;

        line-height: 14px;

        font-size: 11px;

    }   



    .summary .line-footer .icons {

        padding: 5px;

    }



.ie7 .button-send , .ie7 .button-call  {margin-top:3px;}	 



.filter_load {text-align:center; margin:10px auto; width:80%;}

.filter_load img {clear:both;}

.filter_load p {font-size:11px;}





/*#Tab View*/

.content-results-filters .tabs li {display: inline-block;

    line-height: 12px;    max-width: 90px;    min-height: 13px;    padding: 8px 0px 10px 0px;    word-wrap: break-word;}



.content-results-filters .tabs li a {padding:7px 8px 8px 30px;}



.results-info-listing {margin:2px 0 25px;/*float:left;*/width:100%;}

.search-info i {font-style:normal;}

.search-info {/*float:left;*/ margin-bottom: -10px;  margin-top: 10px;}

.results-info-listing .content-custom {margin-top:40px;}

.custom-select-listing .search-info {float: right;}

.search-info p{white-space: nowrap}

.tabview-results .pagination {float:right;}





.tabview-results {float: right;clear:both;width: 200px;}

.tabview-results .btn-group.bootstrap-select {float: right; position: relative;}



.tabview-results .filter-order label{display:none;}

.ie7 .content-results-filters .tabs li {float:left;margin-right:5px; }

.ie7 .content-results-filters .tabs li a{font-size:10px; }

.ie7 .content-results-filters .tabs {border:none;}

.ie7 .results-info-listing {float:left; clear:both; margin-top:5px;}

.ie7 .tabview-results {width:auto;margin-bottom:-50px;}

.ie7 .tabview-results .pagination {float:none;}

.ie7 .tabview-results .pagination .goto {padding-top:5px;}





/*General Page Checkin Review*/

.box-title .summary-small .listing-tag-deal, .box-title .summary-small .deal-tag-small, .box-title .summary-small .deal-tag { margin-right: -2%;}

.box-title .results-per-page {float:right;}

.box-title .summary-image .no-image {height:126px;}





/*Pop Up on GOOGLE MAP*/

.gm-style .gm-style-iw a {

    white-space:nowrap;

}



/* #Media queries



	All changes when you want a responsive website

	

*/

@media (min-width: 978px) {

    .sidebar-filters {display:block !important;}

}



@media (min-width: 768px) and (max-width: 979px) {



    /*No-Images*/

    .level-summary .no-image, .summary span.no-image, .content-main .summary span.no-image {height:70px;}



    /*Filters*/

    .sidebar-filters {display:block!important;}



    .tabview-results {width:200px;}

    #list_category label, #list_location label { font-size: 10px; width: 110px;}

    #list_category .child label, #list_location .child label { font-size: 9px; width: 100px;}

    .sidebar-filters label {width: 138px;}



    .sidebar.sidebar-filters {display:block !important;}

    

    .span6.text-right.icons, .review .rate {text-align:center;}

    

    .sidebar-filters .item-select {margin:8px 0 8px 10px;}

     

	.pagination {margin: 7px 0; width: 100%;}

	



    .summary .info .span2 {margin:10px 0 0 0;}

	.summary .info .badges {text-align:center;}

    

	.bottom-pagination .pages {  margin-left: 20%;	}

    

    .summary .line-footer {max-height: none; padding: 0 0; width: 100%;}

    .summary .line-footer .comp-info {padding-right:2px;}



    .summary .summary-price {border-top:1px solid #dbdbdb; width: 100%;}

    

	.summary .media-body {  padding-top: 10px;}



    .summary .badges img {margin-bottom: 10px}

    .summary .navicons .share-social {padding: 0 0 9px;}



    .summary-small .row-fluid .span10 { width: 70%;}

    .summary-small .summary-address { float: left;min-height:0; padding:0;}



    .summary-small .info .badges{ margin:0;}

    .summary-small .row-fluid .span9 {width: 100%;}  

    .summary-small .row-fluid.line-footer .span9 {padding: 3px 0 0; width: auto;} 



    .summary-small address { height: auto; line-height: 15px; max-width: 170px; font-size: 10px;}

    .summary-contact > div { max-width: 170px;word-wrap:break-word;}

    .summary-small .media-body { padding-top: 0;}

    .summary .line-footer .span9.review .rate {  display: inline;  float: none;}

    .summary .summary-price { padding-top: 3px;margin-bottom:-10px;}

    .summary .line-footer .stars-rating { margin-top:-2px; margin-left:5px;}



    .summary-article .row-fluid.media .media-body {padding-top:0;}



    .claim{display:none;}

    

    

    #content_mapView div.map .map-loading {background-image:none;}





    .summary .line-footer .icons { float: right;}

    .button-send, .button-call {margin-top: 4px;}







    /*Filters*/

    

    .sidebar-filters { float: left; width: 100%;}



    .sidebar-filters div > h2 {

    overflow: hidden;

    padding-right: 7%;

    text-overflow: ellipsis;

    white-space: nowrap;

    width: 93%;

    }



    #list_category label, #list_location label { font-size: 10px; width: 100px;}



    .sidebar-filters .item-filter .item-select {margin: 10px 0; width:96%;}



    /*Calendar Events*/

    .calendar-event {width:99.5%}

    

}



@media (max-width: 767px) {

    .media-body .summary-image .no-image {background-position: left top }



    .media-body .info .span8 {width:60%;margin-left:4%;}



    /*Filters*/

    .sidebar-filters {display:none;}



    .results-info-listing {       

        margin: 2px 2% 20px;

        width: 96%;

    }



    /*No Image*/

    .summary-deal .media .summary-image .no-image, .tabview-results.custom-select-listing { display:none;}

    

    .sidebar.sidebar-filters,   

    .content-results-filters { float: none; width:95%; margin:10px auto; padding:0;}

    .sidebar.sidebar-filters, .sidebar.sidebar-filters h2 {display: none;}

    

    .content-full-results {float:none;}

     

    .btn.btn-inverse { float: right;margin-right: 2%;}



    #list_category, #list_location {max-height: none;}

    

    .summary .title {text-align:center;}

    .listing-tag-deal {margin-top:10px;}

    .pull-right.summary-price {float:left;}

    

    .summary-infodetail {min-height: 0;}



    

    .summary .line-footer {    margin-top: 15px; max-height: none;}

    .summary .line-footer, .summary .line-footer .review , .summary .line-footer .text-right{ max-height:none; text-align:center; font-size:10px;}

   .summary .line-footer .review { padding: 5px 0 8px 5px;}

    

    .summary .badges, .summary-small address { height: auto;}

    .media .pull-left, .media .pull-right {margin-bottom: 0;} 

    .summary-address {margin:10px 0 5px; width:100%;}



    .summary .row-fluid .span4, .summary .row-fluid .span8, .summary-address, .summary .span12, .summary .row-fluid  { min-height: 0;}

    .summary .line-footer .review {float:none; width: 100%;}

    .line-footer .summary-icons, .line-footer .navicons {display:none;}

    

    #content_mapView div.map .map-loading {background-image:none;}   

    .content-center div.map { height: 220px;}

     

    .summary-contact.span9 div { white-space: nowrap; word-wrap: break-word;}



    .summary .line-footer .icons { padding: 0 0 10px 0;}







    



    /*Deals*/

    .listing-tag-deal, .deal-tag-small, .deal-tag {margin-top:0;}



       

    .content-results-filters .resultsMessage { margin-left: 0;  margin-top: 5px; width: 100%;}



    .summary .line-footer .comp-info, .summary .line-footer .comp-info a {text-align:center; float:none; margin:0 auto; width:100%;}

    

    /*Filter*/   

    .summary .rate p:before {content: "";}

    

    .sidebar-filters > ul {margin-bottom:10px;}

    .sidebar-filters .item-filter .item-select { float: left; max-width: 100%;}



    .sidebar-filters .item-filter .item-select li a {

      width:90%;

      padding-right:10%;

    }



    .sidebar-filters label {width: 100%;}

    #list_category label, #list_location label {width: 78%;}

    #list_category .child label, #list_location .child label {width: 76%;}



    .nav-tabs > li > a, .tabs-advertise > li > a {font-size:8px;}

    .nav-tabs > li > a, .tabs-advertise > li > a, .tabsLevels > li > h2, .nav-pills > li > a {margin-right: 3px;}



    /*#article*/

    .summary-article .row-fluid.media .span8 {width:66%; margin-left:2%;}

    .summary-article .summary-image .no-image {display:block;}

    

}



@media (max-width: 480px) {

   .media-body .summary-image .no-image {display:none;}



.summary .badges { height: auto;max-width: 100%; text-align: center;  width: 100%; margin:8px 0;}

.summary .badges img {clear: none; float: none; margin-bottom: 10px; margin-right:5px!important; /*max-width:30%;*/ max-height: 20px; }



	.summary-contact{width:100%;}

    .summary-contact > div {display:block;clear:both;width:100%;}

    .summary-contact.span12 a { white-space: nowrap;}

    .summary-contact .text-right {text-align: left;}





    .media-body .info .span8 {width:98%;margin:10px auto 0;}



    .bottom-pagination-listing .pagination ul > li a { font-size: 14px; font-weight: normal; padding: 7px;}



    /*#article*/

    .summary-article .row-fluid.media .span8 {width:100%; margin-left:20;}

    .summary-article .summary-image .no-image {display:none;}





    

}





@media (max-width: 320px) {	    

    

}

/**

* eDirectory - Result Pages ( Modules )

*

* @package			layout

* @filesource		results.css

* @author			Arca Solutions

* @copyright		Copyright (c) 2009, Arca Solutions Inc.

* @version			eDirectory 9.3

* @since			April, 17, 2012

*			

*/







/* #Map

*/

div.map {border: 1px solid #cccccc; background-color:#fff!important;}	

div.map .map-loading {background:url(images/iconography/icon-loading-content.gif) no-repeat 80% center transparent;font-size:11px;text-align:center; padding:10px 0;}



.map-info-view {overflow:hidden!important;}

.map-info-view p, .map-info-view a {font-size:12px;line-height:15px;padding:0;}

.map-info-view img {width:13px;}



#list_rating label  {font-size:0px;}





/* #Summary View Structure */



.summary {border:1px solid #dedede; background-color:#fff;border-top:3px solid;}

.summary-backlink {border:1px solid #b95514; }



.summary .title {border-bottom:1px solid #dedede;padding-bottom:12px;}

.summary .title p {padding-top: 1px; font-size: 11px;}

.summary .title h3 {line-height:1; font-weight:600; font-size:22px;}

.summary .title h4 {color:#ffffff; font-size: 13px;font-weight:bold;}

.summary .title em {color:#eeeeee; font-style: normal; font-weight: normal; font-size:11px;}

.summary .title h3 a {color:#555;}

.summary .title h3 a:hover{color:#999;}



.summary .line-footer {background-color:#f5f5f4; color:#5e5e5e;}

.summary-small .line-footer .review > a {

line-height: 30px;

}



.summary .map-link {padding:0 2px 0 20px; background: url(images/iconography/pin-map.png) no-repeat 1px 1px}



.summary-small .row-fluid > p { margin-top: 10px; font-size:11px;}

.summary-small .info, .summary-small p, .summary-small .info p,  .summary-small .info a, .summary-small .rate p a, .summary-small .line-footer a, .show-inline  { font-size: 11px; }

.summary-small .map-link {padding: 2px 0 0 20px;}

.summary-small .info p small {color:#353535; font-size:11px;}



.summary b.divisor {border-color:#fff;}







/* #Summary Specifics 



Differences between modules. 



* Deals

* Listings

* Articles

*/



.listing-tag-deal, .deal-tag-small  {background-color:#d35400;}

.name-tag-deal {font-size:14px; font-weight:500; text-transform: uppercase;}

.name-tag-deal, .name-tag-deal a {color:#fff;}

.name-tag-deal a:hover {color:#f9f9f9;}



.name-tag-deal small { color: #DDDDDD;}







.summary .deal-tag, .summary .title .price {color: #555555; font-size: 30px;font-weight: bold;line-height: 30px;text-align: right;text-rendering: optimizelegibility;text-shadow: 1px 1px 2px #CCCCCC;}

.info, .info p, .info a {font-size:12px;}







/* #Custom Select

.custom-select-listing select {

border:none;

border-radius:0; 

width: auto; 

font-size:11px; 

height:22px; 

padding:1px 9px 1px 2px; 

margin:0 5px; 

line-height: 14px;

background-color:transparent;

-webkit-appearance: textfield;



}

.custom-select-listing select:focus {border:none; outline: none;outline-offset: 0;}



.custom-select-listing .select-arrow{

 background: url("images/iconography/input-icon-caret-down.png") no-repeat scroll  96% center transparent; margin-left:2px; border:1px solid #dedede;

}



.custom-select-listing .select-arrow:after{

 background: url("images/iconography/input-icon-caret-down.png") no-repeat scroll center center #f2f2f2;

content: "";

display: block;

height: 22px;

position: absolute;

right: 1px;

top: 1px;

width: 32px;

pointer-events: none;

}

*/



/*#Tab View*/



.tabs .listView a, .tabs .mapView a { background-repeat: no-repeat; background-position: 5px center;padding-left: 49px;padding-right:20px;} 



.tabs .listView a {background-image:url(images/iconography/icon-listview.png);}

.tabs .mapView a {background-image:url(images/iconography/icon-mapview.png) }



.tabs .listView.active a, .tabs .listView a:hover {background-image:url(images/iconography/icon-listview-white.png) }

.tabs .mapView.active a, .tabs .mapView a:hover {background-image:url(images/iconography/icon-mapview-white.png) }



.tabs .mapView.disableMapTab a, .tabs .mapView.disableMapTab a:hover {background-image:url(images/iconography/icon-mapview.png); background-color:#eee; color:#2C3E50; cursor:default;}

.tabs .mapView.disableMapTab {opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";}



.results-info-listing p {font-size:13px;}



.results-info-listing p strong:after, 

.results-info-listing p strong:before, 

.search-info p strong:after, 

.search-info p strong:before 

{content:"\0022";}


/**

* eDirectory - Content Custom ( Dynamic content )

*

* @package			layout

* @filesource		content_custom.css

* @author			Arca Solutions

* @copyright		Copyright (c) 2009, Arca Solutions Inc.

* @version			eDirectory 9.3

* @since			October, 17, 2011

*			

*/

html,
body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    overflow: hidden;
}

* {
    transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
}

.content-full {
    clear: both;
}

.content-custom {
    color: #999899;
    clear: both;
    margin: 20px auto;
}

.content-custom ol {
    list-style: decimal
}

.content-custom ul {
    list-style: disc;
}

.content-custom ol,
.content-custom ul {
    line-height: 17px;
    margin: 10px 0 10px 20px;
}

.content-custom h1,
.content-custom h2,
.content-custom h3,
.content-custom h4,
.content-custom h5,
.content-custom h6 {
    color: #353535;
    background: none;
    border: none;
}

.content-custom h1,
.content-custom h2,
.content-custom h3 {
    line-height: 36px;
    text-indent: 0;
}

.content-custom h4,
.content-custom h5,
.content-custom h6 {
    line-height: 24px;
}

.content-custom p {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 8px;
}

.content-general .content-main .content-custom h2 {
    border: none;
}

.flex-box .content-custom {
    margin: 10px 0 0;
}

.flex-box .content-custom h2,
.flex-box .content-custom h3 {
    padding: 0 10px;
}


/* General */

.scroll-top {
    position: fixed;
    z-index: 9999;
    bottom: 80px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    /* -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
}

.scroll-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 11px;
    top: 9px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.scroll-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

@media (min-height:767px) {
    .scroll-top:hover i {
        color: #fff;
        top: 5px;
    }
}

@media (max-width:480px) {
    .scroll-top {
        /*bottom: 20px;*/
    }
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 8px;
}

::-webkit-scrollbar:horizontal {
    height: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #008ca1;
    border-radius: 10px;
    border: 2px solid #EEEEEE;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #EEEEEE;
}

input,
button,
select,
textarea {
    font-family: 'Roboto', sans-serif;
}

.hidden-mobile {
    display: block!important;
}

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

@media (max-width: 979px) {
    .hidden-mobile {
        display: none!important;
    }
    .hidden-desktop {
        display: block!important;
    }
    .navbar-inner {
        margin: 3px 0;
    }
}

.navbar-inner {
    border-bottom-width: 4px!important;
    border-bottom-color: #f5841f!important;
    background-color: transparent!important;
}

.navbar .brand {
    margin-left: 0;
	   padding: 0px 30px 25px 9px!important;
}

@media (min-width:1200px) {
    div>.container,
    .navbar-static-top .container {
        width: 1100px;
    }
}

.well.container {
    padding: 0;
    width: 100%!important;
}

.container-fluid>.row-fluid {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

@media (max-width:1100px) {
    .container-fluid>.row-fluid {
        max-width: 990px;
        padding: 0 10px;
    }
}

@media (max-width:979px) {
    .container-fluid>.row-fluid,
    .container-fluid .container {
        max-width: 95%;
    }
}

.span12 {
    margin-left: 0;
}

.fixed-to-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: all .3s ease-in;
}

.search-directory-collapse.fixed-to-top {
    width: 100%;
    top: 55px;
}

@media (max-width:979px) {
    .fixed-to-top {
        top: 65px;
        transition: all .3s ease-in;
    }
}

.container-fluid {
    padding-top: 0!important;
    padding-right: 0;
    padding-left: 0;
}

.full-width-grey {
    padding: 10px 0;
    background: #f9f9f9;
    width: 100%;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.globar-banner-row {
    padding: 10px 0;
    width: 100%;
}

@media (max-width:767px) {
    .globar-banner-row {
        padding: 0;
    }
    .globar-banner-row .container {
        width: 100%;
    }

}

.navbar .btn-navbar .icon-bar {
    background: #008ca1!important;
    width: 25px!important;
    height: 3px!important;
    border-radius: 2px;
    transition: all .3s ease-in;
}

.navbar .btn-navbar .icon-bar.orange {
    background: #f5841f!important;
    width: 20px!important;
    margin: 5px 0;
}

.navbar .btn-navbar.active .icon-bar {
    background: #ffffff!important;
    position: absolute;
    margin: 15px 0 0;
    top: 5px;
    left: 5px;
}

.navbar .btn-navbar.active span:nth-child(1) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.navbar .btn-navbar.active .orange {
    display: none!important;
}

.navbar .btn-navbar.active span:nth-child(3) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
    background: transparent!important;
}

.nav-collapse{
	float:left;	
}

@media (min-width: 980px) {
    .header-brand {
        padding: 5px 0;
        min-height: 102px;
    }
}

@media (max-width: 979px) {
    .navbar .btn-navbar {
        float: left;
        background-color: transparent;
        margin: 10px;
        /*border-radius: 50%;*/
        opacity: 1;
        position: relative;
        /*z-index:999;*/
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        background-color: #008ca1;
        overflow-x: hidden;
        transition: 0.3s;
        padding-top: 10px;
        text-align: center;
    }
    .hm-container {
        margin-top: 0!important;
        max-width: 100%!important;
    }
    .navbar .nav {
        margin: 10px 20px;
    }
}

@media (max-width:768px) {
    .navbar {
        position: fixed;
        z-index: 99999;
        width: 100%;
    }
    .well.container {
        margin: 70px 0 0;
    }
}

@media (max-width: 480px) {
    .well.container {
        margin: 70px 0 0;
    }
    .container-fluid {
        padding: 0;
    }
}

.navbar .nav>li>a {
    padding: 5px 8px;
    color: #333333!important;
    height: auto;
    border-radius: 10px;
}

.navbar .nav>.menuActived>a,
.navbar .nav>.menuActived>a:hover {
    background-color: #cccccc;
    color: #ffffff!important;
}

.nav-collapse-members.in .nav>li>a:hover,
.nav-collapse .nav>li>a:hover {
    background-color: #f5841f;
    color: #ffffff!important;
}

@media (max-width:979px) {
    .navbar .nav>li>a {
        font-size: 15px;
        color: #ffffff!important;
        margin: 5px 0;
        padding: 10px 18px;
        text-align: left;
    }
    .navbar .nav>.menuActived>a,
    .navbar .nav>.menuActived>a:hover {
        background-color: #016270;
        /*background-color: #00aeaf;*/
    }
    .nav-collapse-members.in .nav>li>a:hover,
    .nav-collapse .nav>li>a:hover {
        background-color: #016270;
    }
    .close-btn {
        position: absolute;
        bottom: 30px;
        border-radius: 50%;
        background: #ffffff;
        display: block;
        width: 20px;
        height: 20px;
        padding: 15px;
        right: 20px;
    }
    .close-btn:hover {
        background: #cccccc;
    }
    .close-btn span {
        width: 25px;
        height: 3px;
        background: #333333;
        border-radius: 3px;
        margin: 10px 0 0 -2px;
        display: block;
        position: absolute;
    }
    .close-btn .left-cross {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    .close-btn .right-cross {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
}

#directorynav ul {
    z-index: 999;
    background: transparent!important;
    padding: 14px 0 0;
}

#directorynav ul li {
    background: #f5841f!important;
    padding: 5px 0;
    padding-top: 0!important;
    margin-bottom: 0!important;
}

#directorynav ul li a {
    margin: 0;
    padding: 5px 13px;
    display: block;
}

#directorynav ul li:hover a {
    color: #ffffff!important;
}

#directorynav li:hover ul li a:hover {
    background: #ffffff;
    color: #333333!important;
    text-decoration: none!important;
}

.advertisement .banner>div {
    overflow: hidden!important;
}

@media (max-width: 979px) and (min-width: 768px) {
    .top-banner {
        margin: 0 0 20px;
    }
}

@media (max-width: 979px) {
    #directorynav li {
        float: none!important;
    }
}


/* top banner */

.banner-top-desktop {
    width: 740px;
    display: inline-block;
    float: right;
}

.banner-top-desktop img {
    border: 1px solid #aaaaaa;
}

.banner-top-desktop .slick-dots {
    /* width: 10px;
    position: absolute;
    margin-left: -10px;
    top: 25px;
	bottom:5px;*/
}

.banner-top-desktop .slick-dots li {
    margin: 3px 0 0;
}

@media (max-width: 979px) {
    .banner-top-mobile {
        margin: 20px auto 5px;
        padding: 0;
    }
    .banner-top-mobile .slick-dots {
        bottom: 0px;
    }
    .banner-top-mobile .slick-dots li {
        margin: 3px 0 0;
    }
}


/*middle banner */

.banner-premium .span4>div,
.featured-banner .span4>div {
    width: 100%;
    display: block;
    margin: 10px 0;
}

@media (max-width:767px) {
    .banner-premium,
    .featured-banner {
        margin: 0;
    }
    .banner-premium>div,
    .featured-banner>div {
        margin: 0!important;
    }
    .banner-premium .span4>div,
    .featured-banner .span4 {
        width: 100%;
        display: block;
        margin: 5px 0 2px;
    }
}

.banner-premium img,
.featured-banner img {
    width: 100%;
    border: 1px solid #aaaaaa;
}

.banner-premium .span4>div.ads-space,
.featured-banner .span4>div.ads-space {
    height: 150px;
    background: #eeeeee;
}

.banner-premium-mobile .span4>div.ads-space {}


/* Featured Banner */

@media (max-width:767px) {
    .featured-banner img {
        width: 100%;
    }
}


/* Flyout Banner */

.foot {
    position: fixed;
    width: 400px;
    height: 280px;
    bottom: -330px;
    right: 10px;
    margin: 20px 0 5px 0;
    background: #ffffff;
    font-size: 36px;
    transition: all .2s;
    z-index: 999999;
}

.foot img {
    box-shadow: 0 0 16px #888888;
}

@media (max-width:767px) {
    .foot {
        width: 95%;
        height: 24%;
        right: 3%;
        margin: 0!important;
    }
    .foot img {
        width: 100%;
    }
}

.footclose {
    background: url(../assets/images/flyout-close.png) no-repeat center top;
    background-size: 80px 60px;
    background-color: #ffffff;
    position: absolute;
    right: 5px;
    top: -30px;
    width: 80px;
    height: 30px;
    z-index: 999999;
    padding: 0 5px;
    /*transition: all .3s;*/
}

.footclose:hover,
.footclose:active {
    background: url(../assets/images/flyout-close.png) no-repeat center bottom;
    background-size: 80px 60px;
    background-color: #ffffff;
    right: 5px;
    top: -30px;
    width: 80px;
    height: 30px;
    z-index: 999999;
    padding: 0 5px;
}

.scrolled {
    bottom: 0;
}

.gone {
    transition: all .2s;
    opacity: 0;
    /*display: none;*/
}


/* second navigation */

.second-nav-bg {
    width: 100%;
    background: #ccecfd;
}

.second-nav {
    max-width: 990px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: block;
}


/* featured menu */

.featured-menu {
    position: absolute;
    top: -116px;
    display: inline-flex;
    height: 110px;
    
    width: 100%;
}

a.btn-featured {
    /*min-width:120px;*/
    width: 100%;
    padding: 0 4px;
    display: table-cell;
    text-align: center;
    color: #333333!important;
    border-right: 1px solid #ccecfd;
    position: relative;
		box-shadow: #00000029 1px 1px 4px 0px;
    margin: 6px 0;
    border-radius: 8px;
    background: #fff;
    margin-right: 16px;
		height: 100%;
}
.featured-menu a.btn-featured:nth-child(7){margin-right: 0px!important;}

a.btn-featured:nth-child(6) {
    border: 0;
}
.vr-icon{
    position: relative;
}
.vr-icon:before{
    content: '';
    background: url('https://kiddy123.com/custom/domain_1/theme/default/../assets/images/virtualtourimg/vr-cardboard1.png') no-repeat;
    width: 40px;
    height: 40px;
    top: 10px;
        right: 10px;
   
    background-size: 100%;
    
    display: block;
    position: absolute;
    z-index: 1;
}

@media (max-width:979px) {
    a.btn-featured {
        min-width: inherit;
        padding: 10px;
        display: inline-block;
        height: 90px;
        margin: 0;
        vertical-align: middle;
        border-bottom: 1px solid #ccecfd;
			width:30%;
    }
    .featured-menu {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        background: #ffffff;
        position: relative;
        top: 0;
    }
    .featured-menu:before {
        content: 'Quick links';
        width: auto;
        height: auto;
        background: #ffffff;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding: 5px 20px;
        font-size: 14px;
        color: #ff0000;
        font-weight: bold;
        display: block;
        position: absolute;
        top: -30px;
        left: 35%;
    }
}

@media (max-width:768px) {
    .featured-menu:before {
        left: 40%;
    }
    a.btn-featured {
        width: 13.4%;
        height: 100px;
    }
}

@media (max-width:480px) {
    .featured-menu:before {
        left: 36%;
    }
    a.btn-featured {
        padding: 10px 8px;
        min-width: 27.5%;
    }
    a.btn-featured:nth-child(3) {
        border-right: 0;
    }
    a.btn-featured:nth-child(4),
    a.btn-featured:nth-child(5),
    a.btn-featured:nth-child(6) {
        border-bottom: 0;
    }
}

a.btn-featured:hover {
    color: #ffffff;
    box-shadow: 1px 1px 3px 0px #000000a3;
}

@media (max-width:320px) {
    #directorynav {
        overflow-y: scroll;
        height: 300px;
    }
}


/*.btn-directory{
	background:#f7953d;
}

.btn-kidshealth{
	background:#ea3f96;
}

.btn-preschool{
	background:#ea3f96;
}

.btn-int-school{
	background:#12a4ba;
}

.btn-enr-school{
	background:#67bf67;
}

.btn-article{
	background:#e13668;
}

.btn-event{
	background:#67bf67;
}

.btn-holiday-program{
	background:#ffcc00;
}

a.btn-featured.btn-holiday-program{
	color:#333333!important;
}*/

.btn-featured .icon {
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 18px auto 9px;
    display: block;
}

.btn-more .icon {
    background: url(../assets/images/more-icon.png) no-repeat;
}

.btn-special-needs .icon {
    background: url(../assets/images/specialneeds-icon.png) no-repeat;
}

.btn-preschool .icon {
    background: url(../assets/images/preschool-icon.png) no-repeat;
}

.btn-int-school .icon {
    background: url(../assets/images/internationalschool-earlyyears-icon.png) no-repeat;
}

.btn-enrichment .icon {
    background: url(../assets/images/enrichmentprogram-icon.png) no-repeat;
}

.btn-holiday-program .icon {
    background: url(../assets/images/holidayprogram-icon.png) no-repeat;
}

.btn-int-school-prime .icon {
    background: url(../assets/images/internationalschool-icon.png) no-repeat;
}

.btn-events .icon {
    background: url(../assets/images/events-icon.png) no-repeat;
}

.btn-online-program .icon {
    background: url(../assets/images/btn-online-program.png?v=1.2) no-repeat;
}

.btn-text {
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    padding: 0 0 5px 0;
    
}

.cat-title {padding-bottom:8px}
.cat-title h3{font-weight:700;font-size:21px;line-height: 1.6;text-align: center;}
.cat-title .looking{color:#ea7d1e}
.cat-title .sac{font-size: 14px; font-weight: 700}
.break1{display: none}
@media (max-width:767px) {
    .cat-title {padding-bottom:32px}
}
@media (max-width:480px) {
    .btn-featured .icon {margin: 18px auto 11px!important;}
    .break1{display: block}
}
@media (max-width:360px) {
    .btn-featured .icon {margin: 8px auto 11px!important;}
}
/*.btn-online-program:after{
	content:'';
	background:url(../assets/images/new-button.gif);
	background-size:100% 100%;
	width:35px;
	height:35px;
	position:absolute;
	right:0;
	top:0;
}

.sidenav .btn-online-program:after{
	background:url(../assets/images/new-button1.png?v=1.2);
	background-size:100% 100%;
	width:30px;
	height:30px;
}*/

.sidenav .featured-menu {
    background: #00aeaf;
}

.sidenav .featured-menu:before {
    display: none;
}

.sidenav .btn-featured {
    height: 50px;
}

.sidenav .btn-text {
    padding: 10px 0;
    color: #008ca1!important;
}

.sidenav .btn-special-needs .btn-text,
.sidenav .btn-preschool .btn-text,
.sidenav .btn-holiday-program .btn-text,
.sidenav .btn-online-program .btn-text,
.sidenav .btn-more .btn-text {
    padding: 20px 0;
}

@media (max-width:979px) and (min-width:768px) {
    .sidenav .btn-featured {
        width: 28.5%;
        height: 100px;
    }
}

@media (max-width:767px) {
    .btn-featured .icon {
        background-size: 100% 100%;
        width: 40px;
        height: 40px;
        margin: 10px auto 3px;
        display: block;
    }
    .sidenav .btn-featured .icon {
        display: none;
    }
    .btn-text {
        font-size: 11px;
        line-height: 12px;
        padding: 0;
        display: block;
    }
}


/*.btn-holiday-program:after{
	content:'';
	background:url(../assets/images/new-button.png);
	background-size:100% 100%;
	width:35px;
	height:35px;
	position:absolute;
	right:0;
	top:0;
}*/

@media (min-width:768px) {
    .featured-menu-sticky {
        position: fixed;
        background: #ffffff;
        z-index: 9999;
        top: 250px;
        width: 250px;
        height: 296px;
        padding: 30px 0;
        border: 1px solid #e80f0f;
        border-bottom-right-radius: 5px;
        left: -252px;
        transition: all ease-in .3s;
        -webkit-transition: all ease-in .3s;
    }
    .featured-menu-sticky.active {
        left: -2px;
        transition: all ease-in .3s;
        -webkit-transition: all ease-in .3s;
    }
    .featured-menu-sticky button.quicklink-btn {
        position: relative;
        display: block;
        width: 150px;
        top: 27px;
        left: 194px;
        transform: rotate(90deg);
        padding: 8px;
        background: #e80f0f;
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .featured-menu-sticky .featured-menu {
        top: 0;
        left: 0;
        display: block;
    }
    .featured-menu-sticky a.btn-featured {
        width: 40%;
        height: 100px;
        padding: 5px 10px;
        display: inline-block;
        border: 1px solid #eeeeee;
        margin: 3px 0;
        vertical-align: top;
    }
    .featured-menu-sticky button.quicklink-btn:after {
        border: solid #ffffff;
        border-width: 0 3px 3px 0;
        padding: 3px;
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 5px;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        z-index: 9998;
        position: relative;
        margin-left: 10px;
    }
    .featured-menu-sticky button.quicklink-btn.active:after {
        border: solid #ffffff;
        border-width: 0 3px 3px 0;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-top: -3px;
    }
}


/*  advanced search */

.search-advanced {
    display: inline-block;
    padding: 0 0 5px 0;
    float: right;
}

.search-advanced .search-keyword {
    float: right;
    margin-right: 0;
    width: auto;
    padding: 0;
    position: relative;
}

.search-advanced .search-keyword input {
    margin: 0 5px 0 0;
    border: 0;
    width: 230px;
    height: 30px;
    padding: 0 10px;
    background: url(../assets/images/btn_search.png) no-repeat 95% center #f5841f;
    background-size: 20px;
    border-radius: 20px;
    color: #ffffff;
    transition: all ease-out .3s;
}

.search-advanced .search-keyword input:hover {
    background-color: #e3720c;
}

.search-advanced .search-keyword input::placeholder {
    color: #ffffff;
}

.search-advanced .search-keyword input::-webkit-input-placeholder {
    /* Edge */
    color: #ffffff;
}

.search-advanced .search-keyword input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff;
}

.search-advanced select {
    margin: 0 5px 0 0;
    vertical-align: top;
    height: 30px;
    border: 0;
}

.search-module {
    margin: 5px 0;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 999999;
    display: none;
}

.search-module input.radio-btn {
    width: auto;
    height: auto;
    margin: 8px 5px 0 0;
    vertical-align: middle;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 10px;
    color: #333333;
    padding: 3px 15px;
    text-transform: capitalize;
}

.search-module input.radio-btn.active {
    background: #cccccc;
}

.search-module span {
    margin: 0 15px 0 0;
    vertical-align: middle;
}

.search-advanced .btn-search {
    background: url(../assets/images/btn_search.png) no-repeat center center;
    background-color: #ff8a00;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 3px 0;
    border: 0;
    vertical-align: top;
}

.search-bar .btn-close {
    display: none;
}

.search-bar-row{
	float:right;	
}

@media (max-width:979px) {
    .search-advanced {
        /*border-top: #ffffff dashed 1px;*/
        padding: 0;
        width: 100%;
    }
    .search-advanced .title {
        font-size: 12px;
        font-weight: bold;
        margin: 0 0 5px;
    }
    .search-advanced .search-keyword {
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .search-advanced .search-keyword .ac_input {
        width: 90%;
        height: 40px;
        padding: 3px 0;
        margin: 0 0 8px;
        padding: 0 0 0 25px;
    }
    .search-advanced .row-fluid {
        width: 100%;
        margin: 0;
    }
    .search-advanced .btn-search {
        width: 40px;
        height: 40px;
    }
    .search-module span {
        color: #ffffff;
    }
    .search-bar-row {
        display: none;
        width: 100%;
        /*overflow-y: scroll;
    max-height: 85vh;*/
        position: absolute;
        top: 0;
        left: 0;
        height: 50px;
        padding: 5px 0;
    }
    .search-bar {
        background: #ffffff;
        padding: 10px;
    }
    .search-advanced .search-keyword .search-bar input {
        width: 65%;
        padding: 5px 10px 5px 40px;
        color: #333333;
        background: url(../assets/images/btn_search-m-orange.png) no-repeat 15px center #eeeeee!important;
        background-size: 20px!important;
    }
    .search-advanced .search-keyword input::placeholder {
        color: #333333;
    }
    .search-bar .btn-close {
        display: inline-block;
        font-size: 12px;
        font-weight: bold;
        padding: 8px 10px;
        background: #ffffff;
        color: #666666;
    }
    .btn-close:hover,
    .btn-close:focus {
        background: #eeeeee;
        color: #666666!important;
    }
    .search-module {
        padding: 20px;
        background: #ffffff;
        top: 50px;
        left: 10px;
        width: 80%;
    }
    .search-module input.radio-btn {
        padding: 8px 25px;
        font-size: 12px;
    }
    .search-btn-bar {
        border-bottom: 2px solid #ffffff;
        -webkit-box-shadow: 0px 4px 10px 0px rgba(102, 102, 102, 0.6);
        -moz-box-shadow: 0px 4px 10px 0px rgba(102, 102, 102, 0.6);
        box-shadow: 0px 4px 10px 0px rgba(102, 102, 102, 0.6);
    }
    .search-btn-inner {
        background: #025e6c;
        padding: 10px 55px 10px 75px;
        border-radius: 5px;
    }
    .search-btn .icons-search,
    .search-btn:focus .icons-search,
    .search-btn:hover .icons-search,
    .search-btn:active .icons-search,
    .search-btn:visited .icons-search {
        /*width:100%;*/
        background: url(../assets/images/btn_search-m-orange.png) no-repeat center center!important;
        background-color: #f9f9f9!important;
        padding: 15px;
        margin: 5px 10px;
        opacity: 1;
        border-radius: 50%;
        float: right;
    }
    .search-btn.active {
        background-color: #666666;
    }
    .btn.search-btn.active .search-btn-inner {
        background: #333333;
    }
    .btn.search-btn:after {
        content: 'â–¼';
        font-size: 14px;
        color: #ffffff;
        float: right;
        margin-right: 20px;
    }
    .btn.search-btn.active::after {
        content: 'â–²';
        color: #ffffff;
    }
    .text-search {
        display: inline-block;
        color: #ffffff;
        vertical-align: middle;
        font-size: 18px;
        font-weight: bold;
        margin: 0 10px;
    }
    .icons-search {
        display: inline-block!important;
        vertical-align: middle;
    }
}

@media (min-width:901px) and (max-width:979px) {
    .search-advanced .search-keyword .search-bar input {
        width: 86%;
    }
}

@media (min-width:767px) and (max-width:979px) {
    .search-advanced .search-keyword .search-bar input {
        width: 83%;
    }
}

@media (max-width:480px) {
    .search-advanced .search-keyword .ac_input {
        width: 75%;
    }
}

@media (max-width:400px) {
    .search-advanced .search-keyword .search-bar input {
        width: 63%;
    }
}

@media (max-width:320px) {
    .search-advanced .search-keyword .search-bar input {
        width: 58%;
    }
}


/* search directory */

.search-directory {
    width: 100%;
    background: #008ca1;
    padding: 5px 0 15px;
    margin: 0 0 15px;
    height: 360px;
	border-radius: 10px;
	box-shadow: #0000004a 2px 1px 6px;
}

@media (max-width:1024px) {
    .search-directory {
        height: 340px;
    }
}

.search-directory h3 {
    color: #ffffff;
    font-size: 28px;
    line-height: 35px;
    font-weight: bold;
    text-transform: initial;
    text-align: center;
    margin: 0;
    padding: 40px 15px 40px;
}

.search-directory h1 {
    color: #ffffff;
    font-size: 28px;
    line-height: 35px;
    font-weight: bold;
    text-transform: initial;
    text-align: center;
    margin: 0;
    padding: 40px 15px 40px;
}

.link-advanced-search {
    color: #ffffff!important;
    font-size: 12px;
    text-decoration: underline;
    text-align: center;
    margin: 15px;
    display: block;
}

.link-advanced-search:hover {
    color: #ffff00!important;
    text-decoration: underline;
}

.search-directory-bar {
    width: 100%;
    display: block;
    background: #f9f9f9;
}

.search-directory-bar .container {
    padding: 10px 0;
    position: relative;
}

.search-directory-bar .span4 {
    text-align: right;
}

.search-directory-collapse {
    display: none;
}

.search-directory-collapse.active {
    display: block;
}

.search-directory-collapse .search-directory {
    background: #eeeeee;
    padding: 20px 0;
    height: auto;
}

.search-directory-collapse label {
    display: none;
}

@media (max-width: 979px) and (min-width: 768px) {
    .search-directory-bar .span8 {
        display: inline-block;
        width: auto;
    }
    .search-directory-bar .span4 {
        width: auto;
        float: right;
    }
}

@media (max-width:767px) {
    .search-directory-collapse,
    .search-directory-collapse.fixed-to-top {
        background: #ffffff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*display:block;*/
        z-index: 99999;
    }
    .search-directory-collapse .search-directory {
        background: #ffffff;
        margin: 20px auto;
        width: 95%;
    }
    .search-directory-bar .span8 {
        display: inline-block;
        width: auto;
    }
    .search-directory-bar .span4 {
        width: auto;
        float: right;
    }
    .mobile-nav {
        border-bottom: 1px solid #999999;
        padding: 15px;
        margin: 0 0 40px;
    }
    .search-directory-collapse label {
        display: block;
        font-size: 18px;
        font-weight: bold;
    }
    .search-directory-collapse .form-middle label {
        font-size: 15px;
        margin: 0 0 15px;
        text-transform: uppercase;
    }
    .search-directory-collapse .form-middle select {
        border: 1px solid #999999;
        margin: 0 0 40px;
        height: 45px;
    }
    .search-directory-collapse .close-btn {
        top: 30px;
    }
    .search-directory-collapse .form-middle>div.other-search {
        margin: 30px 0 0;
    }
}

.more-filter {
    background: #f5841f;
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid;
    transition: all .3s ease-in;
}

.more-filter:hover {
    background: #e3720c;
}

.more-filter:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
    font-size: 12px;
    color: #ffffff;
    float: right;
    margin-left: 20px;
    margin-top: 8px;
    transition: all .3s ease-in;
}

.more-filter.active::after {
    content: '';
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    color: #ffffff;
    transition: all .3s ease-in;
}

@media (min-width:600px) and (max-width:801px) {
    .search-directory h3 {
        font-size: 21px;
    }
}

@media (max-width:768px) {
    .search-directory {
        padding: 10px 0 60px;
        margin: 0 0 15px;
        height: auto;
    }
    .search-directory h3 {
        padding: 30px 15px 20px;
    }
	.search-directory h1 {
        padding: 30px 15px 20px;
    }
    .search-directory-title {
        padding: 0 15px;
    }
}

@media (min-width:769px) {
    .search-directory div.search-directory-title:after {
        /*content:'';
	display:block;
	width:100%;
	height:3px;
	margin:0 0 15px;
	border-top:#ffffff dashed 1px;
	border-bottom:#ffffff dashed 1px;*/
    }
}

.form-middle {
    width: 80%;
    margin: 0 auto;
}

.form-middle select {
    width: 100%;
    border: 0;
    padding: 3px;
    height: 40px;
    border-radius: 5px;
}

@media (max-width:767px) {
    .form-middle select {
        margin: 0 0 15px;
    }
}

.form-middle select:hover {
    background: #f9f9f9;
}

.search-directory-collapse .form-middle {
    max-width: 1100px;
}

.search-directory-collapse .form-middle>div {
    width: 19.3%;
    display: inline-block;
    margin: 0 5px 0 0;
}

.search-directory-collapse .form-middle select {
    border-radius: 20px;
    padding: 3px 10px;
    margin: 0;
}

@media (max-width:767px) {
    .search-directory-collapse .form-middle>div {
        width: 100%;
        display: block;
        margin: 20px 0;
    }
}

.btn-search {
    color: #ffffff!important;
    font-size: 14px;
    font-weight: bold;
    border-radius: 20px;
    text-align: center;
    width: 100%;
}

.main-search .btn-search {
    background-color: #ff6633;
    text-transform: uppercase;
    border: 2px solid #ffffff;
}

.btn-search:hover {
    background-color: #ec712f;
    opacity: 1!important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"!important;
}

.form-middle>div.other-search {
    margin: 0;
}

.form-middle>div.other-search .btn-search {
    width: 100%;
    margin: 0;
    height: 40px;
    background: #e3720c;
  border: 2px solid #ffffff;
}

.form-middle>div.other-search .btn-search:hover {
    background: #ff6633;
}

@media (min-width:767px) and (max-width:979px) {
    .form-middle {
        width: 95%;
        margin: 0 auto;
    }
    .form-middle>div {
        width: 48%;
        display: inline-block;
        margin: 0 3px;
    }
    .other-search {
        width: 100%!important;
        text-align: right;
        margin-left: 2px!important;
    }
    .form-middle>div.main-search {
        width: 100%;
        text-align: right;
    }
    .main-search .btn-search {
        width: 100%;
        margin: 16px 0;
    }
}

@media (min-width:800px) {
    .form-middle {
        width: 80%;
        margin: 0 auto;
    }
    .form-middle>div {
        /*width: 98%;*/
    }
    .other-pages h3,
    .filters h3 {
        font-size: 18px;
        line-height: 18px;
        padding: 10px 0;
    }
    .other-pages h3 {
        text-align: left;
        margin: 0 auto;
        width: 95%;
    }
    .other-pages .form-middle {
        width: 95%;
    }
    .other-pages .form-middle>div {
        width: 24%;
        display: inline-block;
        margin: 0 3px;
    }
    .other-pages .form-middle select {}
    .other-pages .other-search {
        width: 100%!important;
        text-align: right;
    }
    .other-search .btn-search {
        width: 100%;
        margin: 0;
    }
}

.banner-search {
    padding: 0 0 15px;
}

@media (max-width: 979px) and (min-width: 768px) {
    .advertisement .banner {
        height: auto;
    }
}


/* home page */

.homepg {
    margin-bottom: 0!important;
}
.search-front {
        border-radius: 10px;
	
    }
@media (min-width: 980px){
	.search-front{padding: 0 10px 0 0;}
}
@media (max-width: 979px) and (min-width: 768px) {
    .row-fluid.homepg .span8,
    .homepg.span4 {
        width: 100%;
        margin: 0;
    }
    .search-front {
        width: 100%!important;
    }
    .ipad-view {
        width: 100%!important;
        margin-left: 0!important;
    }
    .ipad-ver-main {
        width: 48%!important;
        display: inline-block!important;
    }
    .ipad-ver-main.col-left {
        margin-right: 15px!important;
    }
    .ipad-ver-main.col-right {
        margin-left: 12px!important;
    }
    .fb-row {
        height: 300px!important;
    }
    .ipad-search {
        width: 100%!important;
        margin-left: 0!important;
    }
    .col-2 {
        width: 48%!important;
        margin-left: 3.762431%!important
    }
    .col-2:first-child {
        margin-left: 0!important;
    }
    .col-2 img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .homepg {
        max-width: 100%!important;
        padding: 0!important;
    }
    .fb-row {
        height: 300px!important;
    }
}


/* slider */

@media (max-width: 977px) and (min-height: 767px) {
    .carousel-caption {
        width: 275px;
    }
}

@media (min-width: 1200px) {
    .homepg.row-fluid .span8 {
        width: 68.3%;
    }
}

@media (min-width: 767px) {
    .carousel,
    .carousel-inner {
        height: 380px;
    }
    .carousel-image,
    .carousel-image img {
        width: 560px;
        height: 380px;
    }
    .carousel-caption {
        width: 162px;
    }
}

.carousel-inner {
    width: 100%;
    height: 380px;
	border-radius: 10px;
	box-shadow: #0000004a 2px 1px 6px;
}

@media (max-width: 1024px) and (min-width: 481px) {
    .carousel,
    .carousel-inner {
        height: 360px;
    }
    .carousel-image,
    .carousel-image img {
        width: 560px;
        height: 380px;
    }
}
@media (max-width: 480px) {
.carousel-inner {
    height: 400px;
}
}
@media (min-width: 481px) {
    .carousel-image,
    .carousel-image img {
        width: 560px;
        height: 380px;
    }
}

.carousel-caption {
    background-color: #333333;
    width: 162px;
}

.carousel-caption h1,
.carousel-caption h1 a,
.carousel-caption h2,
.carousel-caption h2 a,
.carousel-caption p {
    color: #ffffff;
}

.carousel-caption h1 a {
    font-size: 20px;
}

.carousel-caption h2 a {
    font-size: 20px;	
}

.carousel-caption h1:after {
    background: #ff8a00!important;
    width: 50px;
    margin: 15px 0;
}

.carousel-caption h2:after {
    background: #ff8a00!important;
    width: 50px;
    margin: 15px 0;
}

.carousel-caption p {
    margin-bottom: 15px;
}

@media (max-width: 480px) {
    .carousel-caption {
        width: 95%;
    }
    .carousel-caption p {
        display: none;
    }
}

.carousel-indicators li {
    width: 8px;
    height: 8px;
    border: 0;
}

.company-group-slider {
    /*background: #f9f9f9;*/
    padding: 10px 5px;
    border-radius: 5px;
    text-align: center;
}

@media (max-width: 977px) {
    .company-group-slider {
        margin: 10px 0;
    }
}

.company-group-slider h3 {
    padding: 0 30px;
    margin: 0 0 15px;
    font-size: 20px;
    text-transform: uppercase;
    color: #ea3f96;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px dashed #ea3f96;
}

.company-group-slider p {
    color: #666666!important;
    margin-top: 8px!important;
    font-weight: bold;
}

.slider {
    width: 100%;
    margin: 5px auto;
}

.slick-slide {
    margin: 0px 10px 5px;
}

.slick-vertical .slick-slide {
    border: 1px solid #aaaaaa;
}

.slick-vertical .slick-slide img {
    border: 0;
}

#resultpg {
    padding: 20px 0;
}

#resultpg .slick-slide {
    margin: 0px 0 10px;
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-slide img {
    width: auto;
    /* max-height:90%;
  max-width:85%;*/
}

#resultpg .slick-slide img {
    width: 100%;
}

.slick-prev,
.slick-next {
    background: #cccccc;
    padding: 15px 8px;
    border-radius: 5px;
    top: 35%;
    width: auto;
    height: auto;
    z-index: 999;
}

.slick-prev {
    left: -30px;
}

.slick-next {
    right: -30px;
}

@media (max-width:1100px) {
    .slick-prev,
    .slick-next {
        opacity: .7;
    }
    .slick-prev:hover,
    .slick-next:hover {
        opacity: 1;
    }
    .slick-prev {
        left: 5px;
    }
    .slick-next {
        right: 5px;
    }
}

.slick-prev:before,
.slick-next:before {
    border: solid #333333;
    border-width: 0 3px 3px 0;
    padding: 3px;
    content: '';
    display: inline-block;
}

.slick-next:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.slick-prev:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: #999999;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    position: relative;
    bottom: 0;
}

@media (max-width:768px) {
    .slick-dots {
        bottom: 0px;
    }
}

.slick-dots li {
    margin: 5px 0;
    width: 15px;
    height: 15px;
}

.slick-dots li button {
    padding: 5px 0;
}

.slick-dots li button:before {
    font-size: 7px;
    line-height: 8px;
    opacity: 1;
    color: #999999;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #00aeaf;
}

.slick-slide p {
    margin: 5px 0;
    font-size: 12px;
    line-height: 13px;
    color: #2980b9;
    /*text-align:center;*/
}

.company-group-row {
    width: 130px;
    height: 130px;
    overflow: hidden;
    border: 1px solid #cccccc;
    background: #ffffff;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.company-group-row img {
    width: 130px;
    height: 130px;
}

.company-group-row a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Content Summary */

.content-row {
    border: 0;
    margin: 20px 0 10px;
    /*height: 300px;*/
}

.content-row h3 {
    margin: 0 0 5px;
    position: relative;
    line-height: 24px;
}

.content-row h3 .icon-title {
    /*background-image:url(../assets/images/icons_title.png?v=2.4);*/
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 5px 5px 5px 10px;
    vertical-align: middle;
}

.content-row h3 .title {
    font-size: 21px;
    line-height: 24px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #333333;
    text-transform: initial;
    vertical-align: middle;
    display: inline-block;
}

.content-row h3:before {
    content: '';
    width: 25px;
    height: 4px;
    display: block;
    margin-bottom: 5px;
}

.btn-view-more {
    /*border-top: 1px dashed #e13668;
	text-align:center;
	padding:15px 0;
	float:left;*/
    color: #f18525!important;
    display: inline-block;
    margin: 0 0 0 10px;
}

.btn-view-more a {
    display: inline-block;
    color: #f18525!important;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}

.btn-view-more a:after {
    content: '>>';
    color: #f18525;
    margin: 0 0 0 5px;
}

.content-row p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 15px;
}

.items-row {
    margin: 15px 0 0;
}

.items-col {
    /* margin: 0 7px 10px!important;	*/
}

@media (max-width:1200px) {
    .items-col {
        /*  margin: 0 7px 10px!important;*/
    }
}

@media (max-width:990px) and (min-width:768px) {
    .content-row h3 .title {
        font-size: 15px;
    }
    .items-col {
        /* margin: 0 5px 10px!important;*/
    }
    .items-col .no-image {
        min-height: 175px;
    }
}

.items-col2 {
    margin: 0 3px 10px!important;
    border-top: 1px dashed #cccccc;
    padding: 10px 0 0;
}

.items-col2:first-child {
    border-top: 0;
    padding: 0;
}


/*@media (min-width:768px){
	
.featured-events .items-col2:nth-child(2){
	border-top:0;
	padding: 0;
}

}*/

.item-image {
    min-height: 175px;
    max-height: 175px;
    overflow: hidden;
    border: 1px solid #cccccc;
    text-align: center;
    position: relative;
}

.item-image2 {
    /*max-height:11vh;*/
    width: 37%;
    overflow: hidden;
    border: 1px solid #cccccc;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

@media (min-width:768px) {
    .item-image a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 990px) and (min-width:768px) {
    .item-image {
        min-height: 156px;
        max-height: 156px;
    }
}

@media (max-width:767px) {
    .items-col {
        margin: 0 6px 0 0!important;
        width: 350px!important;
    }
    .item-image {
        min-height: 235px;
        max-height: 235px!important;
    }
}

@media (max-width:400px) {
    .items-col {
        margin: 0 6px 0 0!important;
        width: 300px!important;
    }
    .item-image {
        min-height: 200px;
        max-height: 200px!important;
    }
}

.item-image img {
    max-width: 100%;
    /*max-height:100%;*/
}

.items-describe {
    /*height:100px;*/
    margin: 10px 3px;
}

@media (max-width:767px) {
    .items-describe {
        height: auto;
    }
}

.items-describe2 {
    width: 57%;
    margin: 0 5px;
    display: inline-block;
    vertical-align: top;
}

.items-inside-de {
    min-height: 100px;
}

.items-inside-de h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}

.items-describe h5,
.items-describe2 h5,
.event-describe h5 {
    font-size: 14px;
    font-weight: bold;
    color: #2980b9;
    margin: 5px 0;
}

.items-describe2 h5 {
    /*font-size:13px;
	font-weight:bold;
	line-height:14px;
	margin:3px 0;*/
}

.items-describe p,
.event-describe p {
    font-size: 12px;
    color: #666666;
}

.items-describe2 p {
    /*font-size:11px;*/
    margin: 5px 0;
}

.btn-view {
    margin: 5px 0;
    text-align: right;
}

.btn-view a {
    font-size: 12px;
    color: #f18525!important;
    text-transform: uppercase;
}

.btn-view a:after {
    content: '>';
    margin: 0 0 0 5px;
    font-size: 12px;
}

@media (max-width:767px) {
    .items-describe h5,
    .items-describe2 h5,
    .event-describe h5 {
        font-size: 16px;
    }
    .items-describe2 h5 {
        font-size: 16px;
        line-height: 16px;
    }
    .items-describe p,
    .event-describe p {
        font-size: 14px;
    }
    .items-describe2 p {
        font-size: 14px;
    }
    .items-inside-de {
        height: auto;
    }
    .btn-view a {
        font-size: 15px;
    }
}

.middle-info .no-image {
    min-height: 30vh;
}

.middle-info .span5 img {
    width: auto;
    max-height: 150px;
}

.sidebar .no-image,
.side-related .no-image {
    min-height: 11vh;
}

.featured-articles .no-image,
.pre-related-articles .no-image,
.int-related-articles .no-image,
.featured-listings .no-image,
.enr-related-articles .no-image,
.pre-featured-listings .no-image {
    min-height: 175px;
}

@media (max-width: 990px) and (min-width:768px) {
    .item-image .no-image {
        min-height: 156px;
    }
    .level-summary .no-image,
    .summary span.no-image,
    .content-main .summary span.no-image {
        min-height: 156px;
        height: 156px;
    }
}

@media (max-width:767px) {
    .featured-articles .no-image,
    .int-related-articles .no-image {
        min-height: 235px;
    }
}

.int-related-listings .no-image,
.pre-latest-listings .no-image,
.enr-latest-listings .no-image,
.btm-related-article .no-image,
.btm-related-article .no-image {
    min-height: 175px;
}

@media (max-width: 990px) and (min-width:768px) {
    .pre-latest-listings .no-image,
    .enr-latest-listings .no-image,
    .btm-related-listings .no-image {
        min-height: 156px;
    }
}


/* Content Border */

.content-row.blue {
    border-color: #2980b9;
}

.content-row.green,
a.listing-name.green,
a.special-link.green {
    border-color: #008ca1;
}

.content-row.green2,
a.listing-name.green2,
a.special-link.green2 {
    border-color: #67bf67;
}

.content-row.green3,
a.listing-name.green3,
a.special-link.green3 {
    border-color: #149f84;
}

.content-row.red,
a.listing-name.red,
a.special-link.red {
    border-color: #e13668;
}

.content-row.pink,
a.listing-name.pink,
a.special-link.pink {
    border-color: #ea3f96;
}

.content-row.orange,
a.listing-name.orange,
a.special-link.orange {
    border-color: #f18525;
}


/* Title border color */

h3.blue:before,
h3.blue:after {
    background-color: #2980b9;
}

h3.green:before,
h3.green:after {
    background-color: #008ca1;
}

h3.green2:before,
h3.green2:after {
    background-color: #67bf67;
}

h3.green3:before,
h3.green3:after {
    background-color: #149f84;
}

h3.red:before,
h3.red:after {
    background-color: #e13668;
}

h3.pink:before,
h3.pink:after {
    background-color: #ea3f96;
}

h3.orange:before,
h3.orange:after {
    background-color: #f18525;
}


/* Title span color */

h3.blue span {
    color: #2980b9;
}

h3.green span {
    color: #008ca1;
}

h3.green2 span {
    color: #67bf67;
}

h3.green3 span {
    color: #149f84;
}

h3.red span {
    color: #e13668;
}

h3.pink span {
    color: #ea3f96;
}

h3.orange span {
    color: #f18525;
}


/* Featured Article */

.featured-articles {
    /*margin-top: 10px;*/
}

.featured-articles .icon-title {
    background-position: -90px 0;
}

.featured-articles .items-col {
    margin: 5px 6px 0!important;
}

.featured-articles .item-image,
.latest-articles .item-image {
    min-height: 175px;
    max-height: 175px;
}

@media (max-width: 990px) and (min-width:768px) {
    .featured-articles .span4,
    .latest-articles .span4,
    .pre-related-articles .items-col {
        /*width: 48%!important;
	margin: 5px 6px 0!important;*/
    }
    .featured-articles .item-image,
    .latest-articles .item-image {
        min-height: 156px;
        max-height: 156px;
    }
}

@media (max-width:480px) {
    .featured-articles .span4,
    .latest-articles .span4,
    .latest-listings .span4,
    .pre-related-articles .items-col {
        margin: 5px 6px 0 5px!important;
        /*width:95%!important;*/
        width: 350px!important;
    }
    .featured-articles .item-image,
    .latest-articles .item-image,
    .latest-listings .item-image {
        min-height: 235px;
        max-height: 235px;
    }
}

@media (max-width:400px) {
    .featured-articles .span4,
    .latest-articles .span4,
    .latest-listings .span4,
    .pre-related-articles .items-col {
        margin: 5px 6px 0 5px!important;
        /*width:95%!important;*/
        width: 300px!important;
    }
    .featured-articles .item-image,
    .latest-articles .item-image,
    .latest-listings .item-image {
        min-height: 200px;
        max-height: 200px;
    }
}

.featured-articles .items-describe {
    height: 80px;
}

.language_tag {
    margin: 0;
    font-style: italic;
}

.language_tag:before {
    content: 'Available:';
    color: #666666;
    margin: 0 5px 0 0;
    font-size: 13px;
}

.language_tag p {
    display: inline-block;
}

.language_tag a {
    color: #999999!important;
    text-decoration: none;
    /*padding:3px 10px;*/
    font-weight: bold;
    font-size: 13px;
    /*border-radius:5px;*/
}

.language_tag a:hover {
    text-decoration: underline;
}


/*.language_tag a:before{
	content:'+';
	color:#ffffff;
	margin:0 5px 0 0;
}*/

.language_tag .en a {
    /*background:#ff8a00;*/
}

.language_tag .en a:hover {
    color: #ff8a00!important;
}

.language_tag .cn:before {
    content: ' / ';
    /*background:#ea3f96;*/
}

.language_tag .cn a:hover {
    color: #ea3f96!important;
}

.language_tag .bm:before {
    content: ' / ';
    /*background:#67bf67;*/
}

.language_tag .bm a:hover {
    color: #67bf67!important;
}

.latest-articles .language_tag a {
    font-size: 11px;
}


/* Featured Events */

.featured-events .item-image {
    min-height: 261px;
    max-height: 261px;
}

.featured-events .item-image img {
    width: 100%;
    height: 100%;
}

.featured-events .icon-title {
    background-position: 0 -30px;
}

.featured-events .items-col {
    margin: 0 6px!important;
}

.featured-events .items-inside-de {
    min-height: 155px;
}

.ptime {
    font-size: 12px;
    font-style: italic;
    color: #999999;
    margin: 0;
}

.featured-events .ptime {
    color: #999999;
    /* background: #67bf67;*/
    padding: 0;
    border-radius: 5px;
    display: -webkit-inline-box;
}

.featured-events .items-describe2 {
    margin: 0 8px;
}

@media (max-width:480px) {
    .featured-events .span4 {
        margin: 0 6px 0 0!important;
        width: 300px!important;
    }
    .featured-events .item-image {
        min-height: 300px;
        max-height: 300px;
    }
    .featured-events .items-describe2 {
        margin: 0 5px;
    }
}

@media (max-width:767px) {
    /*.featured-events .items-col2{
	width:98%!important;
}*/
}

@media (max-width: 990px) and (min-width:768px) {
    /*.featured-events .items-col2{
	width:98%;
}*/
}


/* Upcoming Events */

.event-row {
    margin: 0 6px 10px!important;
}

@media (max-width: 990px) and (min-width:768px) {
    .event-row {
        width: 48.61878453038674%!important;
        display: inline-block;
        margin: 0 0 0 8px!important;
    }
}

.upcoming-events .icon-title {
    background-position: -30px -30px;
}

.upcoming-events h3:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    margin: 5px 0 15px 0;
    border-top: #f18525 dashed 1px;
    border-bottom: #f18525 dashed 1px;
}

.upcoming-events .title {
    color: #f18525!important;
}

.calendar-bg {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 28%;
    margin: 0 0 15px;
    border-radius: 3px;
    color: #ffffff;
    font-weight: bold;
}

.event-row:nth-child(n+1) .calendar-bg {
    background: #ff9933;
    /*f18525*/
}

.event-row:nth-child(n+2) .calendar-bg {
    background: #f48f2b;
    /*e37e24*/
}

.event-row:nth-child(n+3) .calendar-bg {
    background: #e98624;
    /*d47520*/
}

.event-row:nth-child(n+4) .calendar-bg {
    background: #df7d1d;
    /*c46c1d*/
}

.event-row:nth-child(n+5) .calendar-bg {
    background: #d47415;
}

.event-row:nth-child(n+6) .calendar-bg {
    background: #ca6b0e;
}

.event-row:nth-child(n+7) .calendar-bg {
    background: #bf6207;
}

.event-row:nth-child(n+8) .calendar-bg {
    background: #b55900;
}

.c-month {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    margin: 5px 0 0;
}

.c-day {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 5px;
}

.c-disday {
    border-top: 1px dashed #ffffff;
    font-size: 14px;
    margin: 3px 0;
    padding: 3px 0 0;
}

.event-describe {
    display: inline-block;
    vertical-align: top;
    width: 65%;
    margin: 0 5px 5px;
}

.btn-event-all {
    border-top: 1px dashed #f18525;
    text-align: center;
    padding: 15px 0;
    float: left;
}

.btn-event-all a,
.btn-orange a {
    color: #f18525!important;
    font-size: 18px;
    font-weight: bold;
}

.btn-event-all a:after,
.btn-orange a:after {
    content: '>';
    color: #f18525;
    margin: 0 0 0 5px;
}


/* Event Summary */

.event-full {
    margin-bottom: 20px;

    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*border-bottom: 4px solid #f7941d!important;*/
}

.event-full:first-child {
    margin-top: 0;
}

.event-color,
.job-color {
    /*border-top-color:#67bf67;*/
    border: 1px solid #999999;
}

.event-full .title {
    padding: 15px;
    width: 96%;
}

.event-full .title p {
    margin-top: 0;
}

.event-full h3 a,
.job-full h3 a {
    font-size: 20px!important;
    line-height: 24px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.event-full .span8 {
    padding-bottom: 80px;
}

.event-date-tag {
    /*position: absolute;*/
    color: #666666;
    background: #eeeeee;
    padding: 5px 15px;
    border-radius: 20px;
    text-align: center;
    float: left;
}

.event-date-tag:before {
    /*content:'';
	border:1px dashed #eeeeee;
	border-top: 0;
    position: absolute;
    width: 90%;
    height: 85%;
    left: 10px;
    top: 0;
    border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;*/
}

.event-date-tag:after {
    /*content:'';
    left: -8px;
    top: 0;
	position: absolute;
    width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 0px solid transparent;
  
  border-bottom: 8px solid #509750; */
}

.event-date-tag h4 {
    font-size: 12px;
    line-height: 14px;
    vertical-align: middle;
    text-align: left;
}

.event-date-tag h4:before {
    content: '';
    background: url(../assets/images/icon_date_solid_green.png) no-repeat;
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin: 0 8px 0 0;
    vertical-align: text-bottom;
}

.event-date-tag h4 span {
    display: inline-block;
    margin-right: 15px;
}

.event-date-tag h4 em {
    font-size: 12px!important;
    line-height: 14px;
    display: inline-block;
    margin: 5px 0 0;
}

.event-date-tag h4 em:before {
    content: '';
    background: url(../assets/images/icon_time_solid_green.png?v=1.2) no-repeat;
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin: 0 8px 0 0;
    vertical-align: middle;
}

.event-cat {
    border: 1px dashed #cccccc!important;
    border-radius: 20px;
    padding: 5px 10px;
    width: 95%!important;
}

.event-info {
    margin-top: 15px;
}

.event-full .summary-address {
    padding: 10px 0 0 9px;
}

.event-full .contact-col {
    margin-top: 5px!important;
}

.event-full .contact-col p {
    font-size: 12px;
}


.btn-event-main a {
    /*text-align:left;
	padding-top:15px;*/
	display:inline-block;
}

@media (max-width:767px) {
	
	
.btn-event-main{
    /*text-align:left;
	padding-top:15px;*/
	margin-bottom:5px;
}

    .event-full .span8 {
        width: 100%!important;
        padding-bottom: 10px;
    }
    .contact-col {
        width: 88%!important;
    }
    address .contact-col {
        width: 83%!important;
    }
}

.event-calendar-row {
    border-radius: 5px;
    overflow: hidden;
    border-color: #dfeaf7!important;
    background-color: #F4F4f4;
}

.calendar-event {
    background-color: #ffffff!important;
    border-radius: 5px;
    padding: 5px;
    width: 95%;
}

.calendar-event li {
    color: #333333;
    background-color: #ffffff!important;
    margin: 0 3px 0 0;
}

.calendar-event li.active,
.calendar-event li:hover {
    background-color: #3d4a5d!important;
    border-radius: 5px;
    color: #ffffff;
}

.event-calendar-row h5 {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: #149f84;
    margin-bottom: 10px;
}

.event-calendar-row p {
    font-size: 12px;
    line-height: 14px;
}

.event-calendar-row a.view-more {
    display: inline-block;
    padding: 3px 15px!important;
    border-radius: 20px!important;
    float: right;
    margin: 0;
}

@media(max-width:480px){
	
	.event-calendar-row a.view-more {
    width:auto!important;
	margin:0!important;
}
}


/* Jobs Posting */

.jobs-posting .icon-title {
    background-position: -90px -30px;
}

.jobs-posting .items-col2 {
    border-top: 0;
    margin: 0 6px!important;
}

.jobs-posting .items-inside-de {
    min-height: 120px;
    height: auto;
}

.jobs-posting .item-image2 {
    max-height: inherit;
    width: 35%;
}

.jobs-posting .items-describe2 {
    width: 60%;
}

.jobs-posting .items-describe2 p {
    font-size: 12px;
    text-align: left;
}

.jobs-posting .ptime {
    font-size: 10px;
    color: #666666;
    background: #eeeeee;
    padding: 2px 10px;
    border-radius: 5px;
    display: -webkit-inline-box;
}

.btn-job-all,
.btn-orange,
.btn-green,
.btn-blog-all {
    border-top: 1px dotted #cccccc;
    text-align: center;
    padding: 15px 0;
    float: left;
}

.btn-job-all a,
.btn-green a {
    color: #008ca1!important;
    font-size: 18px;
    font-weight: bold;
}

.btn-job-all a:after,
.btn-green a:after {
    content: '>';
    color: #008ca1;
    margin: 0 0 0 5px;
}

@media (max-width:767px) {
    .jobs-posting .span6 {
        width: 98%!important;
    }
}

@media (max-width: 990px) and (min-width:768px) {
    .jobs-posting .span6 {
        width: 96%!important;
    }
}


/* Job Summary */

.job-color {
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 0;
}

@media (max-width: 767px) {
    .job-full img {
        max-width: 150px;
        text-align: center;
        margin: 0 0 15px;
    }
    .job-full .contact-col {
        width: 85%;
    }
}

.job-color time {
    color: #333333;
    /*position: absolute;
    left: 10px;
    top: 0;*/
    background: #eeeeee;
    padding: 5px;
    border-radius: 20px;
    display: inline-block;
    margin: 10px 0;
}

.btn-job-main {
    text-align: right;
    padding-top: 15px;
}

.btn-job-main>div,
.btn-event-main>div {
    display: inline-block;
    vertical-align: middle;
}

.btn-job-sent-email a,
.btn-event-sent-email a {
    font-size: 12px;
    text-transform: uppercase;
    display: -webkit-box;
    margin: 0 8px 0 0;
    border: 1px solid #2a80b9;
    background: #2a80b9;
    padding: 10px 15px;
    color: #ffffff!important;
    border-radius: 5px;
}

@media (max-width:767px) {
    .btn-job-sent-email a,
    .btn-event-sent-email a {
        margin: 15px 5px 35px;
        padding: 8px 15px;
    }
    .btn-job-main a {
        margin: 15px 5px 35px!important;
        padding: 8px 20px!important;
        width: auto!important;
    }
}

.btn-job-sent-email a:before,
.btn-event-sent-email a:before {
    content: '';
    background: url(../assets/images/icon_email.png) no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 5px 0 0;
}

.btn-job-sent-email a:after,
.btn-event-sent-email a:after {
    content: '>';
    margin: 0 0 0 5px;
    font-size: 12px;
    display: inline-block;
}


/* Job Detail */

.job-details h3 {
    font-size: 28px;
    line-height: 30px;
    color: #333333;
    font-weight: bold;
}

.job-details h5 {
    color: #008ca1!important;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 8px;
}


/* Latest Blog */

.latest-blog .icon-title {
    background-position: -60px -30px;
}

.latest-blog .items-col {
    margin: 0 5px 10px!important;
}

.latest-blog .items-describe {
    height: auto;
}

.latest-blog .btn-view {
    margin: 5px 5px 10px;
    text-align: left;
}


/* Blog list */

.popular-topics .icon-title {
    background-position: -30px -90px;
}

.top-categories .icon-title {
    background-position: -60px -90px;
}

.archive .icon-title {
    background-position: -90px -90px;
}

.archive h3 .title {
    color: #e13668;
}

.archive>h3:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    margin: 5px 0 15px 0;
    border-top: #e13668 dashed 1px;
    border-bottom: #e13668 dashed 1px;
}

.post-summary time {
    color: #ffffff;
    position: absolute;
    left: 10px;
    top: 0;
    background: #2980b9;
    padding: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.post-summary time:before,
.post-summary time:after,
.job-color time:before,
.job-color time:after {
    content: 'â€¢';
    vertical-align: middle;
    margin: 0 8px;
    font-size: 24px;
    font-style: normal;
}

@media (max-width:480px) {
    .post-summary {
        padding: 45px 15px 8px!important;
    }
    .post-summary .item-image2,
    .post-summary .items-describe2 {
        width: 100%;
    }
}


/* Blog Detail */

.btn-blog-all a {
    color: #67bf67!important;
    font-size: 18px;
    font-weight: bold;
}

.btn-blog-all a:after {
    content: '>';
    color: #67bf67;
    margin: 0 0 0 5px;
}


/* Latest Article */

.latest-articles .items-col {
    margin: 5px 6px 0!important;
}

@media (min-width:768px) and (max-width:990px) {
    .latest-articles .items-col {
        /*margin:0 6px 10px!important;*/
        /*width:95%!important;*/
    }
}

@media (max-width:767px) {
    .latest-articles .items-col {
        /*margin:0 0 10px!important;
	width:95%!important;*/
    }
}

@media (max-width:480px) {
    .latest-articles .items-col {
        margin: 0 6px 0 0!important;
    }
}

.latest-articles .icon-title {
    background-position: 0 0;
}

.btm-related-article .icon-title {
    background-position: 0 0;
}

.btm-related-article {
    margin: 20px 0 30px!important;
}


/* Latest Listing */

.latest-listings .items-col {
    margin: 0 6px 0 0!important;
}

.latest-listings .icon-title {
    background-position: -30px 0;
}

.latest-listings .items-describe {
    height: 80px;
}

.latest-listings .item-image a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Group Listing */

.grouping-col {
    border-radius: 5px;
    margin: 0 0 10px;
}

.grouping-col h3 {
    /*border-bottom: 1px dashed #ffffff;*/
    margin: 0 5px;
}

.grouping-col h3 .icon-title {
    background-image: url(../assets/images/icons_listing.png?v=1.2);
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 5px 5px 5px 10px;
    vertical-align: middle;
}

.grouping-col h3 .title {
    display: inline-block;
    width: 80%;
    vertical-align: top;
    margin: 15px 0;
}

.grouping-col h3 .title a {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    color: #ffffff;
    font-weight: bold;
    vertical-align: middle;
}

@media (max-width:990px) and (min-width:768px) {
    .grouping-col h3 .title {
        width: 70%;
    }
    .grouping-col h3 .title a {
        font-size: 14px;
        line-height: 16px;
    }
}

.grouping-col ul {
    padding: 0 10px 20px 10px;
}

.grouping-col ul:before {
    content: '';
    border-top: 1px dashed #ffffff;
    display: block;
    margin-bottom: 10px;
}

.grouping-col ul:after {
    content: '';
    clear: both;
    display: block;
}

.grouping-col li {
    width: 44%;
    display: inline-block;
    margin: 0 5px 5px;
    color: #ffffff;
    vertical-align: top;
}

.grouping-col li:before {
    content: 'â€¢';
    display: table-cell;
    vertical-align: top;
    font-size: 16px;
    line-height: 12px;
}

.grouping-col li a {
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    padding: 0 0 0 8px;
    display: table-cell;
    vertical-align: top;
}

@media (max-width:767px) {
    .grouping-col h3 .title a {
        font-size: 18px;
    }
    .grouping-col li a {
        font-size: 14px;
    }
}

@media (max-width:320px) {
    .grouping-col li {
        width: 100%;
    }
}

.grouping-col li a:hover {
    text-decoration: underline;
}


/* Recent Review */

.listing-review .item-review {
    /*width: 29%;*/
    padding: 15px;
    background: #ffffff;
    border-radius: 5px;
}

.listing-review .item-review h5 a {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: #666666;
}

@media (max-width:990px) {
    .listing-review .item-review {
        /*width: 44%;*/
    }
}

.recent-review {
    border-color: #149f84;
}

.recent-review .icon-title {
    background-position: -60px 0;
}

.recent-review h3:after {
    /*content: '';
    display: block;
    width: 100%;
    height: 3px;
    margin: 5px 0 15px 0;
    border-top: #149f84 dashed 1px;
    border-bottom: #149f84 dashed 1px;*/
}

.recent-review .title {
    /*color:#149f84!important;*/
}

@media (max-width:767px) {
    .listing-review .item-review {
        margin: 0 6px 0 0!important;
    }
}

.recent-review .item-review p {
    overflow: hidden;
    width: 100%;
    height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 6px 0 0 0;
    font-size: 14px;
    line-height: 16px;
}

.recent-review .item-review b {
    color: #27AE60!important;
    font-weight: normal;
    line-height: 14px;
    font-size: 14px;
    float: right;
}

.recent-review .slick-prev,
.recent-review .slick-next {
    top: 50%;
}


/* Side Related */

.sidebar {
    margin-top: 20px;
}

.side-related {
    margin-left: 0!important;
    margin: 0 0 10px;
    border: 1px solid #999999;
    padding: 15px;
    border-radius: 5px;
    clear: both;
}

.side-related h3 {
    min-width: inherit;
    width: auto;
    float: none;
    padding: 2px;
    display: block;
    background: transparent;
    border: 0;
}

.side-related h3:before {
    display: none;
}

.side-related h3:after {
    content: '';
    width: 25px;
    height: 4px;
    display: block;
    margin-top: 10px;
}

.side-related h3 .title {
    font-size: 20px;
}

.side-related .items-describe2 {
    width: 56%;
}

.side-related .item-image2 {
    overflow: inherit;
}

.side-related img {
    width: 100%;
}

.btm-related-listings .items-col {
    margin: 0 3px 10px!important;
}

.btm-related-listings .items-describe {
    height: 70px;
}

.related-listings .icon-title {
    background-position: 0 -60px;
}

.btm-related-listings .icon-title {
    background-position: 0 -60px;
}

.related-events .icon-title {
    background-position: 0 -30px;
}

.related-jobs .icon-title {
    background-position: -90px -30px;
}

.related-articles .icon-title {
    background-position: -90px 0;
}

.fb-comments .icon-title {
    background-position: -30px -60px;
}

.fb-like-box {
    display: block!important;
}


/* Listing Result */

.nav-tabs {
    display: inline-block;
    border: 0;
}

.tabs nav nav-tabs {
    border: 0;
    float: right;
}

.nav-tabs>.active>a,
.nav-tabs>.active>a:hover,
.nav-tabs>.active>a:focus,
.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus,
.tabs-advertise>li>a:hover,
.tabs-advertise>li>a:focus,
.profile-tabs>li>a:hover,
.profile-tabs>li>a:focus {
    background-color: #333333!important;
    border: 1px solid #333333!important;
}

.tabs .listView,
.tabs .mapView {
    margin: 0;
}

.tabs .listView a,
.tabs .mapView a {
    background-color: #ffffff;
    background-size: 50%;
    background-position: center center;
    width: 20px;
    height: 20px;
    padding: 3px 10px;
    border: 1px solid #333333;
}

.tabs .listView a {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.tabs .mapView a {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.tabview-results {
    display: inline-block;
    width: 150px;
    margin: 0 5px;
    float: none;
    vertical-align: top;
}

.selectpicker {
    margin-top: 0;
}

.selectpicker button {
    border-radius: 20px;
    padding: 3px 20px;
    border: 1px solid #333333!important;
}

.bootstrap-select.btn-group .btn .filter-option {
    left: 15px;
}

.result-box,
.result-box.hidden-mobile {
    display: inline-block!important;
    margin-bottom: 12px;
}

.result-box.hidden-desktop {
    display: none!important;
}

@media (max-width:979px) {
    .result-box.hidden-desktop {
        display: block!important;
    }
}

.result-box span {
    border: 1px solid #666666;
    background: #ffffff;
    font-size: 12px;
    padding: 7px 10px;
    margin-right: 8px;
    border-radius: 20px;
}

.noresults {
    margin-top: 30px;
}

@media (max-width:979px) {
    .result-box {
        margin: 20px 0;
    }
    .result-box.hidden-mobile {
        display: none!important;
    }
    .result-box span {
        display: inline-block;
        font-size: 10px;
        padding: 3px 10px;
        margin-right: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}


/* Article Result */

.article-result-bar,
.event-result-bar,
.jobs-result-bar {
    width: 100%;
    display: block;
    background: #f1f1f1;
}

.article-result-bar .container,
.event-result-bar .container,
.jobs-result-bar .container {
    padding: 10px 0;
}

.article-result-bar .span3 {
    text-align: right;
}

.sidebar-filters,
.sidebar-browseby {
    border: 0;
    position: relative;
    margin-bottom: 0;
    display: block;
}

.sidebar-filters>ul {
    float: none;
    display: inline-block;
    width: auto;
    font-size: 14px;
    vertical-align: middle;
    margin: 0;
}

.item-filter h3 {
    border-radius: 20px;
    border: 0;
    background: #008ca1;
    color: #ffffff;
    font-size: 12px;
    padding: 7px 10px;
    min-width: 100px;
}

.sidebar-filters .item-filter h3 a {
    color: #ffffff;
}

.sidebar-filters .item-filter .item-select {
    display: none;
    position: absolute;
    top: 30px;
    z-index: 9999;
    border: 1px solid #999999;
    background: #ffffff;
    border-radius: 5px;
    width: auto;
    overflow-y: scroll!important;
    max-height: 300px;
    min-width: 150px;
    max-width: 320px;
}

@media (max-width:767px) {
    .sidebar-filters .item-filter .item-select {
        max-height: 400px!important;
    }
}

.sidebar-filters h3 .title-filter {
    /*width: 69%;*/
}

.sidebar-filters .item-filter .item-select li {
    padding: 8px 10px;
}

.sidebar-filters .item-filter .item-select>li:hover {
    background: #eeeeee;
}

.sidebar-filters .item-filter .item-select ul>li:hover {
    background: #cccccc;
}

.sidebar-filters .item-filter .item-select li a {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    border-radius: 5px;
    padding: 0px 10px 3px;
    display: inline-block;
}

.sidebar-filters .item-filter .item-select li a[class*="icon-caret"] {
    padding: 3px 6px;
    display: inline-block;
}

.sidebar-filters .item-filter .item-select li.active>a,
.sidebar-filters .item-filter .item-select li>a:hover {
    background-color: transparent!important;
}

.sidebar-filters .item-filter .item-select li a[class*="icon-caret"]:hover {
    background: #999999!important;
    color: #ffffff;
}


/* Event Result */

.item-filter {
    display: inline-block;
    margin-right: 20px;
}


/* Article Detail */

.article-detail-bar,
.event-detail-bar,
.job-detail-bar {
    width: 100%;
    display: block;
    background: #f1f1f1;
}

.article-detail-bar .container,
.event-detail-bar .container,
.job-detail-bar .container {
    padding: 10px 0;
    position: relative;
}


/* Added explore-button 280920*/

.back-button,
.share-button,
.see-more-button,
.explore-button {
    border-radius: 20px;
    padding: 8px 20px;
    font-weight: bold;
    transition: all ease-in .3s;
}

.back-button {
    background: #ffffff;
    border: 1px solid #666666;
    font-size: 12px;
    color: #333333;
}

.back-button:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #333333;
    display: inline-block;
    margin-right: 10px;
}

.back-button:hover {
    background: #f9f9f9;
}

.language-bar {
    display: inline-block;
    margin-left: 20px;
}

.language-bar label,
.language-bar select {
    display: inline-block;
}

.language-bar label {
    margin: 0 10px;
    font-size: 13px;
    font-style: italic;
    color: #666666;
}

.language-bar select {
    background: #008ca1;
    border-radius: 20px;
    color: #ffffff;
    width: 150px;
    height: 35px;
    margin: 0;
    padding: 3px 8px;
    transition: all ease-in .3s;
}

.language-bar select:hover {
    background: #016270;
}

.share-button {
    background-color: #4063e5;
    color: #ffffff;
    font-style: italic;
    vertical-align: middle;
    float: right;
    margin-left: 5px;
    /*margin-left: 10px;*/
    position: relative;
}

.share-button:after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../assets/images/share-icon.png) center center;
    background-size: 100%;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.share-button:hover {
    background: #2446c5;
}

.share-icons {
    position: absolute;
    top: 40px;
    right: 0;
    width: auto;
    background: #ffffff;
    padding: 8px 15px;
    border: 1px solid #4063e5;
    border-radius: 5px;
    z-index: 9999;
    display: none;
}

.share-icons.fixed-to-top {
    position: fixed;
    top: 30px;
}

.share-icons:before,
.share-icons:after {
    content: '';
    position: absolute;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #ffffff;
    top: -5px;
    right: 20px;
}

.share-icons:before {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #4063e5;
    top: -6px;
    right: 19px;
}

.share-social {
    margin-left: 0;
    float: left;
	width:110px;
	position:relative;
}

.share-social li:first-child {
    margin-left: 0;
}

.see-more-button {
    background-color: #ed0089;
    color: #ffffff;
    float: right;
}

.see-more-button:hover {
    background: #b91444;
}

@media (max-width:480px) {
    .language-bar {
        margin-left: 5px;
    }
    .language-bar label {
        display: none;
    }
    .language-bar select {
        width: 130px;
    }
	
	.share-icons{
		right:-8px;
	}
	
    .share-button { 
        padding: 8px 0 8px 8px;
        width: 35px;
		height:35px;
    }
	
	.share-button span{
		display:none;	
	}
    .share-button:after {
        content: '';
        width: 22px;
        margin-left: -8px;
    }
}

@media (max-width:375px) {
    .language-bar {
        margin-left: 0;
    }
    .language-bar select {
        width: 115px;
    }
    .back-button,
    .see-more-button {
        padding: 8px 10px;
    }
    .share-button {
        margin-left: 5px;
    }
}


/* PreSchools */

.banner-pre {
    margin: 20px 0;
}

@media (max-width:992px) and (min-width:768px) {
    .banner-pre>div,
    .banner-enr>div,
    .banner-int>div {
        display: inline-block;
        width: 31.491712707182323%;
        margin: 0 12px 0 0;
    }
}

.banner-pre img,
.banner-enr img,
.banner-int img,
.banner-search img {
    width: 100%;
    border: 1px solid #cccccc;
}

.preschool-page-title {
    background: url(../assets/images/banner_preschool.png?v=1) center center;
    background-size: cover;
    background-color: #f25b48;
    width: 100%;
    padding: 50px 0;
    /*height:250px;*/
    text-align: center;
    display: table;
}

.preschool-page-title h2 {
    color: #ff0000;
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: middle;
    display: table-cell;
    text-shadow: 1px 1px 10px #fff, 1px 1px 10px #ccc;
}

@media (max-width:480px) {
    .preschool-page-title {
        background: url(../assets/images/banner_preschool_m.png?v=1) center center;
        background-size: cover;
        width: 100%;
        /*height: 165px;*/
    }
    .preschool-page-title h2 {
        font-size: 20px;
        line-height: 20px;
    }
    /* 300920 Special Needs */
    .special-needs-bgImage {
        background: url(../assets/images/banner_specialneeds_m.png) center center!important;
        background-size: cover!important;
        width: 100%;
        /*height: 165px;*/
    }
    .special-needs-bgImage>h2 {
        color: #009688;
    }
}

.dedicated-search {
    width: 100%;
    display: block;
    background: #008ca1;
    padding: 20px 0;
      border-radius: 0 0 20px 20px;
    box-shadow: -1px 6px 16px 0px #00000026;
}

.dedicated-search .form-middle>div {
    display: inline-block;
    width: 20%;
    margin-right: 10px;
    vertical-align: top;
}

.dedicated-search.international .form-middle>div,
.dedicated-search.spe .form-middle>div {
    width: 27%;
}

.dedicated-search .form-middle {
    width: 90%;
}

.directory-main.dedicated-search .form-middle {
    width: 100%;
}

.dedicated-search .form-middle select {
    border-radius: 20px;
    padding: 3px 15px;
}

.dedicated-search .form-middle>div.other-search {
    width: 13%;
}

@media (max-width: 979px) and (min-width: 767px) {
    .dedicated-search .form-middle>div {
        width: 19%;
    }
    .dedicated-search.international .form-middle>div,
    .dedicated-search.spe .form-middle>div {
        width: 26%;
    }
    .dedicated-search .form-middle>div.other-search {
        width: 10%!important;
    }
}

@media (max-width:767px) {
    .directory-main.dedicated-search .form-middle {
        width: 90%;
    }
    .dedicated-search .form-middle>div,
    .dedicated-search.international .form-middle>div,
    .dedicated-search.spe .form-middle>div {
        display: block;
        width: 100%;
    }
    .dedicated-search .form-middle>div.other-search {
        width: 100%;
    }
}

.pre-catergory>div {
    background: #ea3f96;
    border-radius: 5px;
    display: table!important;
    margin-left: 12px!important;
    margin-bottom: 10px;
    padding: 0 0 0 20px;
    width: 32%!important;
    min-height: 60px!important;
    height: 60px;
}

.pre-catergory>div:first-child,
.pre-catergory>div:nth-child(4) {
    margin-left: 0!important;
}

.pre-catergory>div a {
    display: table-cell;
    font-size: 20px;
    line-height: 22px;
    color: #ffffff;
    vertical-align: middle;
    text-align: left;
}

div.pre-cat-more {
    position: relative;
    width: 66%!important;
}

.pre-cat-more:after {
    content: '>>';
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #ffffff;
    font-size: 20px;
}

@media (max-width: 767px) {
    .pre-catergory>div {
        margin-top: 6px!important;
        margin-left: 6px!important;
        padding: 0 0 0 15px;
        width: 49%!important;
        min-height: 60px!important;
        height: 60px;
        margin-bottom: 0;
    }
    .pre-catergory>div:first-child,
    .pre-catergory>div:nth-child(3),
    .pre-catergory>div:nth-child(5) {
        margin-left: 0!important;
    }
    .pre-catergory>div:nth-child(4) {
        margin-left: 6px!important;
    }
    .pre-catergory>div a {
        font-size: 15px;
        line-height: 17px;
    }
    div.pre-cat-more {
        position: relative;
        width: 100%!important;
    }
    .pre-cat-more:after {
        content: '>>';
        bottom: 10px;
        right: 10px;
        font-size: 18px;
    }
}


/*.pre-featured-listings span.icon-title{
	background-image:url(../assets/images/icon-featured-pre.png);
	background-repeat:no-repeat;
	background-position: center center;
	width:60px;
	height:70px;
    position: absolute;
    top: -20px;
	left: -10px;
}


.pre-featured-listings h3:after{
	content:'';
	background-image:url(../assets/images/featured_fold.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	width:15px;
	height:15px;
    position: absolute;
    top: 0;
	right: 0;
}
.pre-featured-listings span.title{
	 padding: 8px 0 8px 65px;	
}

.pre-featured-listings .items-row{
	margin:20px 8px 10px;
}*/

.pre-featured-listings .items-col2 {
    border-top: 0!important;
    padding: 0;
}

.featured-preschool .icon-title {
    background-position: -60px -60px;
}

.pre-latest-listings .icon-title {
    background-position: -30px 0;
}

.pre-related-articles .icon-title {
    background-position: -60px -60px;
}

.pre-selected .icon-title {
    background-position: -90px -60px;
}

.pre-related-articles .item-image,
.enr-related-articles .item-image,
.pre-featured-listings .item-image,
.btm-related-listings .item-image {
    /*min-height:230px;
	max-height:230px;*/
}

@media (max-width: 990px) and (min-width:768px) {
    .pre-related-articles .items-row,
    .enr-related-articles .items-row {
        margin: 10px 5px 0;
    }
    .pre-related-articles .item-image,
    .enr-related-articles .item-image,
    .pre-featured-listings .item-image,
    .btm-related-listings .item-image,
    .int-related-articles .item-image,
    .featured-listings .item-image2 {
        /*min-height:215px;
	max-height:215px;*/
    }
}

@media (min-width:979px) {
    .featured-events .items-col2:nth-child(2),
    .jobs-posting .items-col2:nth-child(2),
    .pre-latest-listings .items-col2:nth-child(2),
    .int-related-listings .items-col2:nth-child(2),
    .enr-latest-listings .items-col2:nth-child(2),
    .btm-related-article .items-col2:nth-child(2) {
        border-top: 0;
        padding: 0;
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    /*.jobs-posting .items-col2:nth-child(2){
	border-top:0;
	padding: 0;
}*/
    .pre-latest-listings .items-col2,
    .int-related-listings .items-col2,
    .enr-latest-listings .items-col2,
    .btm-related-article .items-col2,
    .btm-related-listings .items-col2 {
        width: 100%!important;
    }
}

.pre-latest-listings .item-image2,
.int-related-listings .item-image2,
.enr-latest-listings .item-image2,
.btm-related-article .item-image2,
.btm-related-listings .item-image2 {
    max-height: 12vh;
    min-height: 12vh;
}

@media (max-width:979px) {
    .pre-latest-listings .item-image2,
    .int-related-listings .item-image2,
    .enr-latest-listings .item-image2,
    .btm-related-article .item-image2,
    .btm-related-listings .item-image2 {
        max-height: inherit;
    }
}

.pre-latest-listings .items-inside-de,
.int-related-listings .items-inside-de,
.enr-latest-listings .items-inside-de,
.pre-featured-listings .items-inside-de,
.btm-related-article .items-inside-de {
    min-height: 60px;
}

.btm-related-listings .items-inside-de {
    min-height: 50px;
}

.pre-related-articles .main-article .item-image,
.featured-listings .item-image,
.int-featured-articles .item-image {
    min-height: 350px;
    max-height: 350px;
}

.pre-related-articles .main-article .featured-pre:before,
.int-featured-articles .main-article .featured-pre:before,
.int-featured-articles .main-article .featured-all:before,
.int-featured-articles .main-article .featured-enr:before {
    width: 120px;
    height: 120px;
}

@media (max-width:767px) {
    .pre-related-articles .main-article .items-col,
    .featured-listings .items-col,
    .int-featured-articles .items-col {
        width: 97%!important;
    }
    .pre-related-articles .main-article .item-image,
    .featured-listings .item-image,
    .int-featured-articles .item-image {
        min-height: 250px;
        max-height: 250px;
    }
}

@media (max-width:480px) {
    .pre-related-articles .main-article .item-image,
    .featured-listings .item-image,
    .int-featured-articles .item-image {
        min-height: auto;
        max-height: auto;
    }
}


/* Popular Selected Preschool */

.pre-selected .item-image {
    min-height: 230px;
    max-height: 230px;
}

@media (max-width:767px) {
    .pre-selected .items-col {
        width: 97%!important;
        margin: 0 0 8px;
    }
    .pre-selected .item-image {
        min-height: auto;
        max-height: auto;
        margin-bottom: 8px;
    }
}

.explore-more-preschool {
    margin-left: 0!important;
    margin-top: 4px;
}

.sarticle-link {
    margin: 0 5px 15px 0;
    display: inline-block;
}

.sarticle-link h5 a {
    border: 1px solid #67bf67;
    padding: 5px 10px;
    color: #333333;
}

.sarticle-link h5 a:hover {
    border: 1px solid #67bf67;
    background: #67bf67;
    color: #ffffff;
}


/* Listing Summary */

#content_listView {
    padding: 25px 0;
}

#content_mapView {
    padding: 10px 0;
}

@media (max-width:768px) {
    #content_listView {
        padding: 0;
    }
    #content_mapView {
        padding: 0;
    }
}

.lazyload,
.lazyloading {
    display: none;
}

.lazyloaded {
    display: block;
}

img.lazyload,
img.lazyloading {
    opacity: 0;
}

img.lazyloaded {
    opacity: 1;
    transition: opacity 1s;
}

.listing-full {
   margin-bottom: 20px;
     /*border-bottom:4px solid #f7941d!important;
	border-top: 1px solid #dedede;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;*/
    border-radius: 5px;
    /*overflow: hidden;*/
}

.summary-address {
    width: 100%;
}

.basic-listing .listing-full {
    border-top: 1px solid #dedede!important;
    border-radius: 5px!important;
}

.basic-listing .listing-title {
    width: 95%;
}

.basic-listing .listing-title h3 a {
    margin-bottom: 0;
}

.basic-listing .summary-address {
    width: 35%;
}

.basic-listing .summary-contact {
    width: 35%;
}

@media (max-width: 767px) {
    .basic-listing .summary-address,
    .basic-listing .summary-contact {
        width: 100%;
    }
}

.basic-listing a.view-more {
    margin: 15px 0;
}

@media (max-width:767px) {
    .listing-full {
        /*padding-bottom:20px;*/
    }
    .listing-full .span3 {
        width: 15%!important;
        margin-right: 20px;
        margin-bottom: 15px;
    }
}

@media (max-width:620px) {
    .listing-full .span3 {
        width: 20%!important;
        margin-bottom: 35px;
    }
}

@media (max-width:480px) {
    .listing-full .span3 {
        width: 20%!important;
        margin-right: 10px;
    }
}

.summary {
    border-radius: 5px;
}

.summary section {
    padding: 0;
    margin: 0;
}

.summary .slick-slide {
    margin: 0 1px;
    /*max-width: 300px;*/
    overflow: hidden;
    height: 200px;
}

.summary .slick-slide img {
    height: 200px;
    /*min-width: 300px;*/
    margin: 0 auto;
}

@media (max-width:480px) {
    .summary .slick-slide {
        max-width: inherit;
        height: 250px;
    }
    .summary .slick-slide img {
        /*min-width:100%;*/
        min-height: 250px;
    }
}

.summary .slick-prev,
.summary .slick-next {
    top: 50%;
    padding: 8px;
    border-radius: 50%;
}

.summary .slick-prev {
    left: 5px;
}

.summary .slick-next {
    right: 5px;
}

.summary .slick-prev:hover,
.summary .slick-prev:focus,
.summary .slick-next:hover,
.summary .slick-next:focus {
    background: #ffffff;
}

.summary .info {
	/*position:relative;*/
	margin:15px!important;
}

.summary .listing-title {
    margin: 20px 0;
    padding: 0 10px;
    width: 75%;
}

.summary .listing-title h3 a {
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    color: #666666;
/*    margin-bottom: 50px;*/
    display: block;
}

@media (max-width:480px) {
    .summary .listing-title h3 a {
        margin-bottom: 10px;
        font-size: 18px;
    }
}

.basic-listing .user-contact-btn {
    display: none;
}

.contact-info{
 margin-bottom:10px;	
}

.user-contact-row {
    position: relative;
    margin-bottom: 5px;
	display:none;
	
}

#content_listView .user-contact-row,.tablet-full .user-contact-row  {
	display:none;
	margin-top:-20px;
	 margin-bottom: 20px;
}

.tablet-full .overview .user-contact-row  {

	 margin-top: -10px;
}

#content_listView .user-contact-form,.event-info .user-contact-form{
   display:block;
}

@media (min-width:767px) {
    .listing-info .user-contact-row {
        max-width: 350px;
    }
    .user-contact-row.sticky {
        max-width: inherit;
    }
}

.user-contact-row.sticky,
.user-contact-row-sticky{
    /*position: fixed;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    z-index: 9999;
    width: 100%;*/
    display:none;
}

.event-info .user-contact-row.sticky{
   display:none;
}

.user-contact-btn{
    text-align: center;
    font-size: 16px;
    font-weight: bold;

}


.user-contact-btn,.user-contact-btn:focus,.user-contact-row.sticky .detail-us-btn:focus {
    color: #ffffff;
    padding: 9px 15px 9px 10px;
    background: #e13668;
	border-radius:5px;
	margin:0 5px 0 0;
    /*border: 2px solid #666666;*/
    transition: all ease-out .3s;
}


/*.selected-contact-box .user-contact-btn.main-us-btn{
	bottom: 22px;
}*/

@media(max-width:480px){

.user-contact-btn,.user-contact-btn:focus,.user-contact-row.sticky .detail-us-btn:focus {
padding: 16px 20px;
}

.selected-contact-box .user-contact-btn.main-us-btn{
	margin: 0 0 10px;
}
}

.tablet-full .user-contact-btn.detail-us-btn {
    color: #ffffff;
    background: #e13668;
	display:block;
	width:32%;
    /*border: 2px solid #666666;*/
    border-radius: 5px;
	margin-bottom:20px;
}

.tablet-full .overview .user-contact-btn.main-us-btn,.tablet-full .overview .user-contact-btn.main-us-btn:focus {
    background: #e13668;
	border:0;
}

.tablet-full .user-contact-btn.main-us-btn:after {
    /*border: solid #ffffff;
	    border-width: 0 3px 3px 0;*/
}

.tablet-full .user-contact-btn.main-us-btn:hover,.tablet-full .overview .user-contact-btn.main-us-btn:hover {
    color: #ffffff;
    background: #999999;
    /*border: 2px solid #999999;*/
}

.tablet-full em .user-contact-btn.main-us-btn {
    color: #ffffff;
    background: #e13668;
   /* border: 2px solid #ff8a00;*/
}

.user-contact-btn:hover,
.user-contact-row.sticky .detail-us-btn:hover {
    color: #ffffff;
    background: #666666;
    /*border: 2px solid #666666;*/
}

.user-contact-btn.main-us-btn{
    color: #666666;
    background: #ffffff;
   border: 2px solid #666666;
   padding:8px 15px 7px 10px;
   margin:15px 5px 15px 0;
   border-radius: 5px;
}

.tablet-full .overview .user-contact-btn.main-us-btn{

   padding:10px 15px 10px 10px;
}

.event-full .user-contact-btn.main-us-btn {
   

}

.user-contact-btn.active,.user-contact-btn:hover,
.tablet-full .user-contact-btn.main-us-btn.active,.tablet-full .user-contact-btn.main-us-btn.active:focus{
    background: #666666;
	color:#ffffff;
}

.user-contact-row.sticky .main-us-btn,
.user-contact-row.sticky .detail-us-btn {
    position: absolute;
    bottom: 12px;
    right: 10px;
    z-index: 9999;
    padding: 16px 20px;
    color: #ffffff;
    background: #f7941d;
    border: 2px solid #f7941d;
}


@media (max-width:767px) {

.tablet-full .user-contact-btn.main-us-btn.sticky, .user-contact-btn.detail-us-btn.sticky {
	position: fixed;
	bottom: -10px;
	z-index: 99999;
}

.user-contact-btn.detail-us-btn.sticky{
       /* bottom:10px;*/
    }

}

@media (max-width:480px) {

    .tablet-full .overview .user-contact-btn.main-us-btn {
        /*color:#ffffff;	
	background: #666666;
	border: 2px solid #666666;*/
        width: 100%;
		padding: 13px 21px;
    }
    #content_listView .main-us-btn,
	.nearby-listing-row .main-us-btn {
           margin: 10px 5px 15px 0;
        padding: 11px 5px 10px;
        width: 44%!important;
    }
	
    .tablet-full .main-us-btn.sticky, .user-contact-btn.detail-us-btn.sticky,.tablet-full .overview .user-contact-btn.main-us-btn.sticky{
        right: 12px;
        padding: 15px 15px;
        width: 39%;
    }
}

@media (max-width:400px) {
    .main-us-btn {
        /*width: 42%;
	top: -88px;*/
    }
    #content_listView .main-us-btn,
	.nearby-listing-row .main-us-btn {
        width: 42%!important;
    }
	
    .tablet-full .main-us-btn.sticky {
        width: 45%!important;
		right: 10px;
    padding: 15px 10px!important;
    }
	
    .user-contact-btn.detail-us-btn {
        width: 100%;
    }
    .user-contact-btn.detail-us-btn.sticky {
        width: 43%;
    }
}

@media (max-width:320px) {

    .user-contact-btn.main-us-btn span {
        /*font-size:10px;*/
    }
    .tablet-full .main-us-btn.sticky {
        width: 50%;
    }
    #content_listView .main-us-btn,
    .nearby-listing-row .main-us-btn {
        width: 45%!important;

    }
    .user-contact-btn.sticky.main-us-btn span {
        font-size: 13px;
    }
    .user-contact-btn.detail-us-btn.sticky{
        width: 48%;
    }
}

@media (min-width:979px) {
    .user-contact-row.sticky .main-us-btn{
        left: 80px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        top: -50px;
        width: 150px;
    }
    .user-contact-row.sticky .detail-us-btn {
        left: 80px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        top: -50px;
        width: 150px;
    }
}

@media (max-width:320px) {
    .user-contact-row.sticky .main-us-btn.sticky {
        right: 10px;
    }
    .user-contact-row .detail-us-btn.sticky {
        right: 10px;
    }
}

.user-contact-btn span {
    display: inline-block;
    vertical-align: middle;
}

.user-contact-btn span span {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.user-contact-btn:before,.tablet-full .user-contact-btn.main-us-btn:before {
   content:'';
	background:url(../assets/images/icon_email.png) no-repeat;
	background-size: 100% 100%;
	width:24px;
	height:24px;
    /* border: solid #666666;
    border-width: 0 3px 3px 0;*/
    padding: 0;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
     /*transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    z-index: 9998;
    position: relative;*/
}

.nearby-listing-row .main-us-btn.user-contact-btn:before, .main-us-btn.user-contact-btn:before {
   content:'';
	background:url(../assets/images/icon_email_b.png) no-repeat;
	background-size: 100% 100%;
	width:24px;
	height:24px;
	transition: all ease-out .3s;
}

@media (max-width:480px){
.main-us-btn.user-contact-btn:before {
   content:'';
	width:22px;
	height:22px;

}
	
	
}


.main-us-btn.user-contact-btn.active:before,.main-us-btn.user-contact-btn:hover::before {
   content:'';
	background:url(../assets/images/icon_email.png) no-repeat;
	background-size: 100% 100%;
	width:24px;
	height:24px;
}


/*.user-contact-row.sticky .user-contact-btn:after,
.user-contact-btn:hover:after {
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
}

.user-contact-row.sticky .detail-us-btn:after {
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
}

.user-contact-btn.active:after {
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: -3px;
}*/

.user-contact-form {
    background: #eeeeee;
    /*border: 1px solid #f7941d;*/
    padding: 5px 0;
   /* display: none;*/
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 100%;
	/*display:none;*/
	display:block;
}

.user-contact-row.sticky .user-contact-form {
    position: fixed;
    bottom: 65px;
	left:0;
    z-index: 9999;
	/*display:none;*/
}

.event-info .user-contact-row.sticky .user-contact-form{
   display:block;
}

.contact-txt-row {
    max-width: 1140px;
    margin: 0 auto;
}

.user-contact-valid-msg {
    font-size: 12px;
    line-height: 14px;
    margin: 5px auto 15px;
    max-width: 1140px;
}

.user-contact-valid-msg span {
    display: inline-block;
    padding: 5px 15px 5px 25px;
    margin: 5px 5px 3px;
    background-color: #eeeeee;
    border-radius: 10px;
}

.enquiry-error-msg {
    background: url(../assets/images/icon-alert-error.png) no-repeat 5px;
    background-size: 15px 15px;
    color: #ff0000;
}

.enquiry-success {
    background: url(../assets/images/icon-alert-success.png) no-repeat 5px;
    background-size: 15px 15px;
    color: #38b449;
}

.detail {
    margin-top: 0;
    border-top-right-radius: 5px;
    padding: 8px 0;
}

.user-contact-form form {
    border-top: 1px solid #ffffff;
    padding: 15px 10px;
}

.us-txt-col {
    display: inline-block;
    text-align: center;
}

.main .us-txt-col {
    width: 25%;
}

.main .us-txt-col.name {
    width: 30%;
}

.main.event .us-txt-col {
    width: 32.7%;
}

.main .us-select-col {
    width: 17%;
    margin: 0 2px;
}

@media (min-width:768px) {
    .sticky .detail .us-txt-col {
        width: 25%;
    }
    .sticky .detail .us-txt-col.name {
        width: 30%;
    }
    .sticky .detail .event .us-txt-col {
        width: 32.7%;
    }
    .sticky .detail .us-select-col {
        width: 17%;
        margin: 0 2px;
    }
}

@media (max-width:767px) {
    .main .us-txt-col,
    .main .us-txt-col.name,
    .main.event .us-txt-col {
        width: 100%;
    }
    .main .us-select-col {
        margin: 0;
    }
}

.detail .us-txt-col {
    width: 100%;
}

.contact-txt {
    height: 25px!important;
    background-color: #ffffff;
    border: 1px solid #eeeeee!important;
    color: #333333!important;
    width: 92%!important;
    border-radius: 5px;
}

.contact-select {
    height: 35px!important;
    background-color: #ffffff;
    border: 1px solid #eeeeee!important;
    color: #333333!important;
    width: 100%!important;
    border-radius: 5px;
}

.detail .contact-select {
    width: 95%!important;
}

@media (max-width:767px) {
    .contact-select {
        width: 95%!important;
    }
}

.error {
    border: 1px solid #ff0000!important;
    background: #FAFAD2!important;
}

.us-btn-row {
    width: 100%;
    text-align: right;
}

@media (max-width:767px) {
.us-btn-row {
    width: 95%;
    text-align: center;
}

}

.btn-submit {
    background-color: #e13668;
    color: #ffffff!important;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    border-radius: 5px;
    text-align: center;
    width: auto;
    padding: 5px 35px;
    margin: 0 8px;
    border-radius: 20px;
}

@media(max-width:480px){

.btn-submit {
    width: 95%;
    margin: 0;
}

}

.btn-submit:hover,
.btn-submit:focus {
    background-color: #ca3360;
    opacity: 1!important;
}

.note {
    font-size: 11px;
    line-height: 13px;
    color: #333333;
    margin: 15px 0 0;
}

.note a:visited,
.note a:link,
.note a:active {
    color:#333333;
    text-decoration: underline;
	font-weight:bold;
}

.contact-txt-row .note a:visited,
.contact-txt-row .note a:link,
.note a:active {
    color: #333333;
    text-decoration: underline;
}

@media (max-width:767px) {
    .whatappsiconsticky {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 65px;
        background-color: #f9f9f9;
        z-index: 9998;
        display: none;
        box-shadow: 0px 2px 15px 0px #333333;
    }
    .user-contact-row.sticky .whatappsiconsticky,
    .user-contact-row-sticky .whatappsiconsticky {
        display: block;
    }
    .whatappsiconsticky a {
        position: relative;
        left: 8px;
        bottom: -5px;
        padding: 3px;
        border-radius: 5px;
        z-index: 9999;
        width: 25%;
        text-align: center;
        display: inline-block;
        margin: 0 0 0 6px;
        font-size: 15px;
    }
    .user-contact-row-sticky .whatappsiconsticky a {
        width: 45%;
    }
    .whatappsiconsticky a.whatsapp {
        background-color: #23b180;
    }
    .whatappsiconsticky a.callnow {
        background-color: #FF0053;
    }
    .whatappsiconsticky a.alone {
        position: absolute;
        padding: 10px;
        display: block;
        width: 49%;
        bottom: 8px;
        left: 10px;
    }
    .user-contact-row-sticky .whatappsiconsticky a.alone {
        width: 92%;
    }
    .whatappsiconsticky a:after {
        display: block;
        margin: 0;
        color: #ffffff;
        font-weight: bold;
    }
    .whatappsiconsticky a.alone:after {
        margin: 5px 8px;
        display: inline-block;
    }
    .whatappsiconsticky a.whatsapp:after {
        content: "WhatsApp";
    }
    .whatappsiconsticky a.callnow:after {
        content: "Call Now";
    }
    .whatappsicon a {
        margin-left: 10px;
        margin-top: 5px;
        background-color: #23b180;
        padding: 1px 15px 1px 10px;
        border-radius: 20px;
        display: inline-block;
    }
    .whatappsicon a:after {
        content: "WHATSAPP";
        display: inline-block;
        margin: 0;
        color: #ffffff;
        font-size: 11px;
    }
}

@media (max-width:480px) {
    .overview .whatappsiconsticky a.alone {
        padding: 11px;
        width: 51%;
        bottom: 6px;
    }
	
	 .whatappsiconsticky a.alone {
        padding: 11px;
        width: 49%;
        bottom: 6px;
    }
    .whatappsiconsticky a {
        padding: 4px 3px;
        bottom: -6px;
    }
    .whatappsiconsticky a img {
        height: 25px!important;
    }
}

@media (max-width:400px) {
    .whatappsiconsticky a {
        width: 22%!important;
        left: 5px;
        font-size: 13px;
        bottom: -6px;
    }
    .whatappsiconsticky a img {
        height: 25px!important;
    }
    .user-contact-row-sticky .whatappsiconsticky a {
        width: 45%!important;
    }
    .overview .whatappsiconsticky a.alone {
        width: 45%!important;
        left: 10px;
    }
	
	.whatappsiconsticky a.alone {
        width: 42%!important;
        left: 10px;
    }
    .user-contact-row-sticky .whatappsiconsticky a.alone {
        width: 92%!important;
    }
}

@media (max-width:320px) {
    .whatappsiconsticky a {
        padding: 5px 2px;
        width: 20%!important;
        bottom: -6px;
    }
    .whatappsiconsticky a img {
        height: 21px!important;
    }
    .whatappsiconsticky a:after {
        content: "WHATSAPP";
        margin: 0;
        color: #ffffff;
        font-size: 11px;
    }
    .whatappsiconsticky a.alone {
        padding: 10px 8px;
        width: 38%!important;
        bottom: 8px;
    }
    em .whatappsiconsticky a.alone {
        width: 40%!important;
    }
    .user-contact-row-sticky .whatappsiconsticky a.alone {
        width: 92%!important;
    }
}

.message-box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 999999;
}

.fade-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background: #333333;
    opacity: .8;
}

.message-content-box {
    position: relative;
    width: 30%;
    height: auto;
    padding: 15px;
    /* display: table-cell; */
    background: #ffffff;
    text-align: center;
    margin: 15% auto;
    padding: 25px;
    border-radius: 5px;
}

@media (max-width:767px) {
    .message-content-box {
        margin: 25% auto;
        width: 80%;
    }
}

.message-content-box h3 {
    font-size: 25px;
    color: #2980b9;
    font-weight: bold;
    margin: 0 0 20px;
}

.btn-close {
    background: #666666;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 25px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
}

.btn-close:hover,
.btn-close:focus {
    background: #333333;
    color: #ffffff!important;
}


/* international School */

.featured-page-title {
    background: url(../assets/images/1100x168-100.jpg) center center;
    background-size: contain;
    background-color: #00cccb;
    padding: 50px 0;
    width: 100%;
    /*height:250px;*/
    text-align: center;
    display: table;
}

.featured-page-title h2 {
    color: #0225a7;
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: middle;
    display: table-cell;
    text-shadow: 1px 1px 10px #ffffff, 1px 1px 10px #ccc;
}

.intban-full, .presch-full, .enrichm-full, .specne-full{display: block}
.intban-mobile, .presch-mobile, .enrichm-mobile, .specne-mobile{display: none}
@media (max-width:480px) {
		.intban-full, .presch-full, .enrichm-full, .specne-full{display: none}
		.intban-mobile, .presch-mobile, .enrichm-mobile, .specne-mobile{display: block}
    .featured-page-title {
        background: url(../assets/images/400x120-100.jpg) center center;
        background-size: 100%;
        width: 100%;
        /*height: 165px;*/
    }
    .featured-page-title h2 {
        font-size: 20px;
        line-height: 20px;
    }
}

.int-catergory {}

.int-catergory>div {
    background: #12a4ba;
    border-radius: 5px;
    display: table!important;
    margin-left: 12px!important;
    padding: 0 0 0 20px;
    width: 24%!important;
    min-height: 90px!important;
    height: 90px;
}

.int-catergory>div:first-child {
    margin-left: 0!important;
}

.int-catergory>div a {
    display: table-cell;
    font-size: 20px;
    line-height: 22px;
    color: #ffffff;
    vertical-align: middle;
    text-align: left;
}

.int-cat-more {
    position: relative;
}

.int-cat-more:after {
    content: '>>';
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #ffffff;
    font-size: 20px;
}

@media (max-width: 979px) and (min-width: 768px) {
    .int-catergory>div {
        margin-left: 9px!important;
        padding: 0 0 0 15px;
    }
    .int-catergory>div a {
        font-size: 15px;
        line-height: 17px;
    }
    .int-cat-more:after {
        content: '>>';
        bottom: 10px;
        right: 10px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .int-catergory>div {
        margin-top: 6px!important;
        margin-left: 6px!important;
        padding: 0 0 0 15px;
        width: 49%!important;
        min-height: 60px!important;
        height: 60px;
    }
    .int-catergory>div:first-child,
    .int-catergory>div:nth-child(3) {
        margin-left: 0!important;
    }
    .int-catergory>div a {
        font-size: 15px;
        line-height: 17px;
    }
    .int-cat-more:after {
        content: '>>';
        bottom: 10px;
        right: 10px;
        font-size: 18px;
    }
}

.featured-listings {}

.featured-listings h3:after {
    /*content:'';
	background-image:url(../assets/images/featured_fold.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	width:15px;
	height:15px;
    position: absolute;
    top: 0;
	right: 0;*/
}

.featured-listings span.icon-title {
    /*background-image:url(../assets/images/icon-featured.png);
	background-repeat:no-repeat;
	background-position: center center;
	width:60px;
	height:70px;
    position: absolute;
    top: -20px;
	left: -10px;*/
}

.featured-listings span.title {
    /* padding: 8px 0 8px 65px;	*/
}

.featured-listings .item-image2 {
    width: 50%;
    max-height: 190px;
}

.featured-listings .items-describe2 {
    width: 46%;
}

.featured-listings .items-inside-de {
    height: 150px;
}

.featured-listings .items-describe2 h5 {
    margin: 20px 0 0 15px;
    font-size: 18px;
}

@media (max-width: 990px) and (min-width:768px) {
    .featured-listings .item-image2 {
        max-height: 150px;
    }
    .featured-listings .items-inside-de {
        height: 100px;
    }
    .featured-listings .items-describe2 h5 {
        margin: 15px 0 0 10px;
    }
}

@media (max-width:767px) {
    .featured-listings .item-image2 {
        width: 100%;
    }
    .featured-listings .items-describe2 {
        width: 95%;
    }
    .featured-listings .items-inside-de {
        height: 60px;
    }
    .featured-listings .items-describe2 h5 {
        margin: 10px 0 0;
    }
}

.int-related-articles {}

.int-related-articles .items-col {
    margin: 0 7px!important;
}

.int-related-articles .icon-title {
    background-position: -90px 0;
}

.int-related-articles .items-describe {
    height: 90px;
}

.int-related-articles .item-image {
    /*min-height:190px;
	max-height:190px;*/
}

@media (max-width: 990px) and (min-width:768px) {
    .int-related-articles .items-row {
        margin: 10px 5px 0;
    }
    .int-related-articles .item-image {}
}

@media (max-width:480px) {
    .int-related-articles .items-col,
    .int-related-listings .items-col {
        margin: 0 7px!important;
    }
}

.int-related-listings {}

.int-related-listings .icon-title {
    background-position: 0 -60px;
}


/* Enrichment Program */

.enrichment-page-title {
    background: url(../assets/images/banner_enrichment.png?v=1) center center;
    background-size: cover;
    background-color: #38938a;
    width: 100%;
    /*height:250px;*/
    text-align: center;
    display: table;
    padding: 80px 0;
}

.enrichment-page-title h2 {
    color: #ffff99;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: middle;
    display: table-cell;
    text-shadow: 1px 1px 10px #6d9541, 1px 1px 10px #ccc;
}

@media (max-width:480px) {
    .enrichment-page-title {
        background: url(../assets/images/banner_enrichment_m.png?v=1) center center;
        background-size: cover;
        width: 100%;
        /*height:165px;*/
        padding: 50px 0;
    }
    .enrichment-page-title h2 {
        font-size: 24px;
        line-height: 24px;
    }
}

.enr-search-category {
    /*width:100%;
	background:#eeeeee;*/
    border-radius: 5px;
    padding: 15px 0;
    margin: 0;
}

.enr-search-category h2 {
    font-size: 20px;
    line-height: 20px;
    color: #666;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.enr-search-category h2 span {
    color: #ff8a00;
    font-size: 25px;
    line-height: 25px;
    display: inline-block;
    vertical-align: middle;
}

.enr-search-category h2 span:after {
    content: '';
    border-top: 3px solid #ff8a00;
    width: 100%;
    height: 1px;
    display: inline-block;
}

.enr-search-category .enr-form {
    width: 100%;
    margin: 0 auto;
}

.enr-cat-row {
    display: inline-block;
    width: 32%;
    margin: 0 10px 5px 0;
}

.enr-cat {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px 4px 10px;
    color: #67bf67!important;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #67bf67;
    border-radius: 5px;
    text-align: center;
}

.enr-cat:hover {
    background: #67bf67;
    border: 1px solid #67bf67;
    color: #ffffff!important;
}

.enr-cat span {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
}

@media (max-width:768px) {
    .enr-cat span {
        width: 100%;
        font-size: 12px;
    }
}

.enr-search-category input[type=checkbox]:not(old),
.enr-search-category input[type=radio]:not(old) {
    position: absolute;
    width: 100%;
    height: 110px;
    margin: 0;
    padding: 0;
    font-size: 11px;
    opacity: 0;
}

.enr-search-category input[type=checkbox]:not(old)+label,
.enr-search-category input[type=radio]:not(old)+label {
    display: inline-block;
    margin-left: 0;
    line-height: 12px;
    width: 100%;
}

.enr-search-category input[type=checkbox]:not(old)+label>span,
.enr-search-category input[type=radio]:not(old)+label>span {
    display: inline-block;
    width: 100%;
    height: 110px;
    margin: 0;
    border: 1px dotted #67bf67;
    border-radius: 0;
    background: #ffffff;
    vertical-align: bottom;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #67bf67;
    /*box-shadow: 1px 1px 2px #cccccc;*/
}

.enr-search-category input[type=checkbox]:not(old):checked+label>span,
.enr-search-category input[type=radio]:not(old):checked+label>span {}


/*input[type=checkbox]:not(old):checked + label > span:before{
  content     : 'âœ“';
  display     : block;
  width       : 1em;
  color       : rgb(153,204,102);
  font-size   : 0.875em;
  line-height : 1em;
  text-align  : center;
  text-shadow : 0 0 0.0714em rgb(115,153,77);
  font-weight : bold;
}*/

.enr-search-category input[type=radio]:not(old):checked+label>span>span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 110px;
    margin: 0;
    border-radius: 0;
    background: #67bf67;
    border: 1px solid #67bf67;
    color: #ffffff;
}

.enr-cat label>span>span:before,
a.enr-cat:before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    margin: 5px 5px 10px;
    background-size: 60px 120px!important;
    /*background: #ffffff;*/
    display: inline-block;
    vertical-align: middle;
}

.enr-search-category input[type=radio]:not(old):checked+label>span>span:before,
a.enr-cat:hover::before {
    background-position: 0 -60px;
}

.enr-cat.cat-Brain.Training label>span>span:before,
.enr-cat.cat-Brain:before {
    background: url(../assets/images/enr-brain-training-icon.png?v=1.1) no-repeat;
}

.enr-cat.cat-Music label>span>span:before,
.enr-cat.cat-Music:before {
    background: url(../assets/images/enr-music-icon.png?v=1.1) no-repeat;
}

.enr-cat.cat-Leadership label>span>span:before,
.enr-cat.cat-Leadership:before {
    background: url(../assets/images/enr-leadership-icon.png?v=1.1) no-repeat;
}

.enr-cat.cat-Computer label>span>span:before,
.enr-cat.cat-Computer:before {
    background: url(../assets/images/enr-computer-icon.png?v=1.1) no-repeat;
}

.enr-cat.cat-Play label>span>span:before,
.enr-cat.cat-Play:before {
    background: url(../assets/images/enr-play-icon.png?v=1.1) no-repeat;
}

.enr-cat.cat-Creativity label>span>span:before,
.enr-cat.cat-Creativity:before {
    background: url(../assets/images/enr-creativity-icon.png?v=1.1) no-repeat;
}

.enr-cat.cat-Language label>span>span:before,
.enr-cat.cat-Language:before {
    background: url(../assets/images/enr-language-icon.png?v=1.1) no-repeat;
}

.enr-cat.cat-Martial label>span>span:before,
.enr-cat.cat-Martial:before {
    background: url(../assets/images/enr-martial-arts-icon.png?v=1.1) no-repeat;
}

.enr-cat.cat-Cooking label>span>span:before,
.enr-cat.cat-Cooking:before {
    background: url(../assets/images/enr-cooking-icon.png?v=1.1) no-repeat;
}

.enr-cat.cat-Sports label>span>span:before,
.enr-cat.cat-Sports:before {
    background: url(../assets/images/enr-sports-icon.png?v=1.1) no-repeat;
}

.enr-cat.cat-Science label>span>span:before,
.enr-cat.cat-Science:before {
    background: url(../assets/images/enr-science-icon.png?v=1.1) no-repeat;
}

.enr-cat.cat-Arts label>span>span:before,
.enr-cat.cat-Arts:before {
    background: url(../assets/images/enr-arts-design-icon.png?v=1.1) no-repeat;
}

.enr-cat.cat-Dance label>span>span:before,
.enr-cat.cat-Dance:before {
    background: url(../assets/images/enr-dance-icon.png?v=1.1) no-repeat;
}

.enr-cat.cat-Mathematics label>span>span:before,
.enr-cat.cat-Mathematics:before {
    background: url(../assets/images/enr-math-icon.png?v=1.1) no-repeat;
}

.enr-cat.cat-Right.Brain.Education label>span>span:before,
.enr-cat.cat-Right:before {
    background: url(../assets/images/enr-right-brain-icon.png?v=1.1) no-repeat;
}


/*.enr-search-category .form-middle > div{
	width: 32%;
	display:inline-block;
	margin:0 2px;
	
}*/

.enr-search-category select {
    width: 100%;
    border: 1px solid #cccccc;
    padding: 3px;
    height: 40px;
    margin: 10px 0;
}

.enr-search-category #toplocation {
    width: 60%;
    display: inline-block;
}

.enr-search-category hr {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    margin: 10px 0;
    border-top: 1px dashed #cccccc;
}

@media (max-width:767px) {
    .enr-search-category select {
        margin: 0 0 10px;
    }
    #toplocation {
        width: 100%!important;
    }
}

.enr-search {
    display: inline-block;
    width: 38%;
}

.enr-search .btn-search {
    background-color: #ff8a00;
    color: #ffffff!important;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 9px 12px;
    border-radius: 5px;
    text-align: center;
    width: 100%;
}

.enr-search .btn-search:hover {
    background-color: #ec712f;
    opacity: 1!important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"!important;
}

.enr-related-articles .icon-title {
    background-position: 0 -90px;
}

.enr-latest-listings .icon-title {
    background-position: -30px 0;
}

@media (max-width:768px) {
    .enr-cat-row {
        width: 30%;
    }
    .enr-search {
        width: 100%;
    }
}

@media (max-width:400px) {
    .enr-cat-row {
        width: 46%;
    }
}


/* Holiday Program */

.holidayprogram-page-title {
    background: url(../assets/images/holiday_program_18.png?v=1.1) center center;
    background-size: cover;
    width: 100%;
    height: 200px;
    text-align: center;
    display: table;
}

.holidayprogram-page-title h2 {
    color: #e83c26;
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: middle;
    display: table-cell;
}

@media (max-width:767px) {
    .holidayprogram-page-title {
        background: url(../assets/images/holiday_program_18_m.png?v=1.2) center center;
        background-size: cover;
        width: 100%;
    }
    .holidayprogram-page-title h2 {
        font-size: 30px;
        line-height: 30px;
        padding: 0 20px;
    }
}

.holi-content {
    margin: 0px;
    width: 100%;
    display: table;
}

.filter-button-group {
    padding: 20px 5px;
    text-align: center;
    background: #eeeeee;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    /*border-top: 1px dashed #ff8a00;*/
}

.filter-button-group button {
    padding: 5px 20px;
    text-align: center;
    background: transparent;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333333;
    border-radius: 20px;
}

.filter-button-group button.is-checked {
    background: #008ca1;
    color: #ffffff;
}

.grid {
    margin: 10px 0 0;
}


/* clear fix */

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.holi-item {
    /*position: relative;
	display: inline-block;*/
    width: 32%;
    float: left;
    /*min-height:500px;*/
    margin: 10px 12px 10px 0;
    color: #262524;
}

@media (max-width:992px) and (min-width:768px) {
    .holi-item {
        width: 48%;
    }
}

@media (max-width:767px) {
    .grid {
        margin: 10px 0 0;
    }
    .holi-item {
        width: 100%;
        margin: 10px auto;
    }
}

.holi-item>* {
    margin: 0;
    padding: 0;
}

.holi-img {}

.holi-img img {
    width: 100%;
    border: 1px solid #aaaaaa;
}

.holi-describe {
    padding: 15px;
    background: #f9f9f9;
}

.holi-describe h5 {
    font-size: 18px;
    margin: 0 0 5px;
}

.holi-describe p.ptime {
    margin: 0 0 5px;
}

.holi-describe a.view-more {
    background: #e13668;
    color: #ffffff!important;
    border-radius: 20px!important;
    border: 0;
    margin: 20px 0 10px;
    padding: 8px 25px!important;
    border: none!important;
    width: auto!important;
    display: inline-block;
}

.holi-describe a.view-more:hover {
    background: #b91444!important;
}


/* Online Program */

.onlineprogram-page-title {
    background: url(../assets/images/banner_onlineprogram.png) center center;
    background-size: cover;
    width: 100%;
    height: 200px;
    text-align: center;
    display: table;
}

.onlineprogram-page-title h2 {
    color: #fff799;
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: middle;
    display: table-cell;
}

@media (max-width:767px) {
    .onlineprogram-page-title {
        background: url(../assets/images/banner_onlineprogram_m.png) center center;
        background-size: cover;
        width: 100%;
    }
    .onlineprogram-page-title h2 {
        font-size: 25px;
        line-height: 25px;
        padding: 0 20px;
    }
}


/* International Banner,Preschool Banner,Enrichment Banner */

-int div,
-pre div,
-enr div {
    width: 100%;
    display: block;
    margin: 0 0 10px;
}

-int img,
-pre img,
-enr img {
    width: 100%;
    border: 1px solid #aaaaaa;
}

-int div.ads-space,
-pre div.ads-space,
-enr div.ads-space {
    /*height:150px;
	background:#eeeeee;*/
}


/* about us */

.thumbnail-img {
    text-align: center;
}

.thumbnail-img img {
    max-width: 50%;
}


/*advertise us */

.wide {
    width: 100%;
}

.ads-title {
    text-transform: capitalize;
    margin: 10px 0;
    text-align: center;
    font-size: 30px;
    /*font-weight:lighter;*/
}

.web-statistics {
    padding: 0 0 30px;
}

.ws-box {
    text-align: center;
    margin: 40px 0 20px;
}

.ws-box h3 {
    font-size: 50px;
    font-weight: normal;
}

.ws-box p {
    font-size: 20px;
    text-transform: capitalize;
    margin: 20px 0 0;
}

@media (max-width:992px) and (min-width:766px) {
    .ws-box h3 {
        font-size: 35px;
    }
    .ws-box p {
        font-size: 16px;
        margin: 10px 0 0;
    }
}

.ads-reason-title {
    /*display: flex!important;
    flex-direction: row;
    flex-wrap: wrap;
	counter-reset:my-counter;*/
    padding: 0 15px;
}

.ads-graphic {
    width: 200px;
}


/*.ads-reason-title .ads-reason-content:before{
	content:counter(my-counter, decimal-leading-zero);
	counter-increment: my-counter;
	display:block;
	font-size:40px;
	font-weight:lighter;
	color:#E87B1D;
}*/

.ads-reason-title .ads-reason-content {
    margin: 0 5px 20px 0;
    padding: 0 15px;
    text-align: center;
}

.ads-reason-title h5 {
    margin: 10px 0;
    font-weight: bold;
    text-align: left;
}

.ads-reason-title .ads-reason-content p {
    text-align: justify;
    font-size: 13px;
}

.our-clients ul {
    list-style: none;
    margin: 0 10px;
    text-align: center;
}

.our-clients li {
    display: inline-block;
    max-width: 150px;
    margin: 5px 15px 20px;
}

@media (max-width:992px) {
    .our-clients li {
        max-width: 100px;
        margin: 5px 15px 20px;
    }
}

@media (max-width:480px) {
    .our-clients li {
        width: 40%;
        margin: 5px 15px 20px;
    }
}

.our-clients li img {
    max-height: 100px;
}

.our-clients {
    padding: 0 0 30px;
}

.testimonials {
    background: #29c0dc;
    padding: 50px 15px 30px;
}

.testimonials iframe {
    height: 290px;
}

@media (max-width:480px) {
    .testimonials iframe {
        height: 400px;
    }
}

@media (max-width:400px) {
    .testimonials iframe {
        height: 450px;
    }
}

.contact-ads-row {
    background: #eeeeee;
    margin: 20px 0 0!important;
    padding: 20px 0 40px;
    text-align: center;
    color: #333333;
}

.contact-ads-row h5 {
    color: #2980b9!important;
}

.btn-contact-ads {
    font-size: 18px;
    font-weight: bold;
    float: right;
    text-transform: uppercase;
    display: inline-block;
    margin: 8px 5px 15px;
    border: 1px solid #f5841f;
    background: transparent;
    background: #f5841f;
    padding: 10px 45px;
    color: #ffffff!important;
    border-radius: 20px;
}

.btn-contact-ads:hover {
    color: #2980b9!important;
    border: 1px solid #2980b9;
    background: transparent;
    opacity: 1!important;
}

.contact-icon-row {
    margin: 5px 15px 5px 0;
    font-size: 14px;
    color: #666666;
}

@media (max-width:480px) {
    .contact-icon-row {
        display: block;
        margin-bottom: 20px;
    }
    .contact-icon-row.sticky,
    .whatsapp-s.sticky {
        position: fixed;
        bottom: 0;
        left: 0;
        margin-bottom: 0;
        z-index: 9999;
        width: 100%;
        padding: 20px;
        text-align: left;
        /*background-color:#f9f9f9;
	box-shadow: 0px 2px 15px 0px #333333;*/
    }
    .contact-icon-row.sticky a,
    .whatsapp-s.sticky a {
        box-shadow: 0px 2px 15px 0px #333333;
    }
    .whatsapp-s {
        margin: 30px 0;
    }
}

.contact-icon {
    width: 30px;
    background: #008ca1;
    border-radius: 50%;
    margin: 0 5px 0 0;
}

.cu-bg {
    background: #ffffff;
}

.cu-label {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin: 5px 0 10px;
    text-transform: uppercase;
}

.cu-textfield {
    border-radius: 20px;
    padding: 8px 5px;
    border: 1px solid #aaaaaa;
    width: 97%;
    min-height: 35px;
    margin-bottom: 15px;
}

.contact-form select {
    border-radius: 20px;
    padding: 5px;
    border: 1px solid #aaaaaa;
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
}

.cu-textarea {
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #aaaaaa;
    width: 98%;
    height: 150px;
    resize: none;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .contact-form input {
        padding: 10px 5px;
    }
    .contact-form select {
        height: 50px;
    }
}

.errorMessage {
    background-color: #f2dede;
    border: 1px solid #eed3d7;
    color: #b94a48;
    font-size: 14px;
    line-height: 20px;
    margin: 15px 0;
    border-radius: 5px;
}


/* contact us */

.contact-header {
    background-color: #597f91;
    width: 100%;
}

.contact-img {
    background: url(../assets/images/contact-us-header.jpg);
    background-size: 100% 100%;
    display: block;
    width: 400px;
    height: 295px;
}

.cu-title {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 40px;
    /* text-align: center; */
    margin: 50px 0 30px;
    font-weight: bold;
}

.cu-title:after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #f5841f;
    margin: 10px 0;
}

.contact-header p {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
}

.contact-us-box {
    margin-top: -60px!important;
    background: #ffffff;
    box-shadow: 5px 10px 18px #888888;
}

.contact-us-box .span8 {
    margin-top: -60px;
    padding: 40px 30px 0;
}

.contact-us-box .span4 {
    margin-top: -60px;
    background: #00294b;
    padding: 40px 20px 15px 20px;
    height: 110vh;
}

.contact-us-box h4 {
    font-size: 18px;
    color: #008ca1;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}

@media (max-width:768px) {
    .contact-header {
        padding: 0 0 60px;
    }
    .contact-header .container {
        width: 85%;
    }
    .cu-title {
        font-size: 30px;
    }
    .contact-header p {
        color: #ffffff;
        font-size: 15px;
        line-height: 20px;
    }
    .contact-us-box {
        margin-top: -20px!important;
        width: 90%;
        padding: 0!important;
    }
    .contact-us-box .span8 {
        margin-top: 0;
        padding: 40px 15px 0;
    }
    .contact-us-box .span4 {
        margin-top: 0;
        padding: 20px 20px;
        height: auto;
    }
    .cu-textfield {
        padding: 3px 3px 3px 8px!important;
    }
    .btn-contact-ads {
        margin: 30px 0;
    }
    .g-recaptcha>div {
        width: 100%!important;
    }
}


/* Summary Page */

.summary-image img {
    width: 100%;
    margin-bottom: 10px;
}

.summary-article {
    /*position:relative;
	border-top-color:#e13668;*/
    padding: 0;
    border-radius: 5px;
    border-color: #333333;
    border-width: 1px;
}

.summary-article .media {
    padding: 15px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.summary-image .no-image {
    height: 200px;
}

.article-publish-tag {
    color: #333333;
    font-weight: bold;
    margin: 10px 0 20px;
    /* position: absolute;
    right: 10px;
    top: -1px;
    background: #e13668;
    padding: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;*/
}


/*.article-publish-tag:after{
	content:'â€¢';
	vertical-align: middle;
    margin: 0 8px;
    font-size: 14px;
    font-style: normal;
}*/

.article-publish-tag span>span {
    color: #e13668;
}

.summary-article h3 {
    margin: 0 0 15px;
}

.summary-article h3 a {
    color: #333333;
    line-height: 28px;
    font-weight: bold;
}

.summary-article a.view-more {
    background: #e13668;
    color: #ffffff!important;
    border-radius: 20px!important;
    border: 0;
    float: right;
    margin: 0;
    padding: 8px 15px!important;
    border: none!important;
    width: auto!important;
}

.summary-article a.view-more:hover {
    background: #b91444!important;
}

@media (max-width:320px) {
    .summary-article a.view-more {
        font-size: 11px!important;
        padding: 5px 10px!important;
    }
}


/* Detail Page */

.top-info h1 {
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    margin: 8px 0;
}


/* article buttons */

.btns-article-row {
    width: 100%;
    margin-bottom: 25px;
	    position: absolute;
    bottom: 0;
    right: 10px;
}

.selected-contact-box .btns-article-row {
    width: 100%;
    margin-bottom: 0;
	    position: static;
		text-align:right;
}

.btns-article-row a {
    display: inline-block;
    /*margin: 0 8px 5px 0;*/
    font-size: 14px;
    font-weight: bold;
    color: #ffffff!important;
    border-radius: 5px;
}

@media (max-width:480px) {
	
	.btns-article-row {
    width: 100%;
	    position: static;

}
	
    .btns-article-row a {
        padding: 5px 8px;
    }
	
.selected-contact-box .btns-article-row {
    margin-bottom: 20px;

}
}

.btns-article-row a span {
    /*vertical-align:middle;*/
}

.btn-read-article {
    /*background:#e13668;*/
    color: #e13668!important;
    /*text-decoration:underline;*/
    border-radius: 20px!important;
    border: 1px solid #e13668!important;
    margin: 0 0 5px;
    display: block;
    font-size: 15px;
}

.btn-read-article:hover {
    background: #e13668;
    color: #ffffff!important;
}

.btns-article-rows {
    text-align: right;
	position:absolute;
	right:15px;
	bottom:12px;
}

.btns-article-rows .btn-read-article {
    border-radius: 0!important;
    border: 0!important;
    margin: 0 0 25px;
    display: inline-block;
    border-bottom: 1px dotted #e13668!important;
    font-weight: bold;
}

.btns-article-rows .btn-read-article:hover {
    background: transparent;
    color: #e13668!important;
}

.btns-article-row a:before {
    /*display:inline-block;
	width:35px;
	height:35px;
	margin: 0 5px 0 0;
	vertical-align:middle;*/
}

.btn-read-article:before {
    /*content:'';
	background:url(../assets/images/icon_read.png);*/
}

a.btn-view-profile {
    border: 2px solid #f26522;
    color: #ffffff!important;
    background: #f26522;
    padding: 9px 15px;
}


@media (max-width: 480px) {
    a.btn-view-profile {
        padding: 13px 21px;
        margin-top: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        position: static;
    }
}

.btn-view-profile:before {
    content: '';
    background: url(../assets/images/icon_profile_orange.png?v=1.1);
}

a.btn-view-profile:hover {
    color: #ffffff!important;
    background: #f26522;
}

.btn-view-profile:hover:before {
    content: '';
    background: url(../assets/images/icon_profile.png);
}

.btn-view-profile:after {
    content: '>';
    vertical-align: middle;
    margin: 0 0 0 8px;
    font-size: 14px;
}

@media (max-width:480px) {

}


/* article contact info */

.contact-info {
    border: 1px solid #008ca1;
    padding: 10px 10px 55px;
    border-radius: 0;
    position: relative;
}

@media (max-width:480px) {
.contact-info {

    padding: 10px;

}
}


.contact-info h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    color: #008ca1;
    margin: 10px 0 20px 8px;
}

.contact-info .span7 {
    margin-bottom: 20px;
}

.icons-address:before {
    content: '';
    background: url(../assets/images/icon_address_solid_green.png) no-repeat;
    vertical-align: top!important;
}

.icons-phone:before {
    content: '';
    background: url(../assets/images/icon_phone_solid_green.png) no-repeat;
    vertical-align: text-top!important;
}

.icons-fax:before {
    content: '';
    background: url(../assets/images/icon_fax_solid_green.png) no-repeat;
}

.icons-website:before {
    content: '';
    background: url(../assets/images/icon_website_solid_green.png) no-repeat;
}

.icons-email:before {
    content: '';
    background: url(../assets/images/icon_email_solid_green.png) no-repeat;
}

.icons-date:before {
    content: '';
    background: url(../assets/images/icon_date_solid_green.png) no-repeat;
}

.icons-time:before {
    content: '';
    background: url(../assets/images/icon_time_solid_green.png) no-repeat;
}

.icons-contact-name:before {
    content: '';
    background: url(../assets/images/icon_contact_name_solid_green.png) no-repeat;
}

.icons-contact:before {
    background-size: 100% 100%;
    background-position: center center;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: transparent;
    /*border-radius:50%;*/
    vertical-align: middle;
}

.contact-col {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    padding: 5px;
    font-size: 13px;
    color: #666666;
    word-break: break-word;
}

.show-inline {
    display: inline-block!important;
    width: 80%;
    padding: 4px 0;
}

.icons-address .contact-col {
    margin-top: -4px;
}

.icons-phone .contact-col {
    font-weight: bold;
    vertical-align: text-top;
    margin-top: -4px;
}

.number-display {
    display: inline-block;
    font-weight: bold;
}

.show-number-btn {
    display: inline-block;
    /*border:1px solid #ff8a00;*/
    border: 1px solid #2980B9;
    padding: 3px 8px;
    margin: 0 0 0 5px;
    /*color: #ff8a00!important;*/
    color: #2980B9!important;
    border-radius: 20px;
}

.show-number-btn:hover {
    color: #ffffff!important;
    background: #2980B9;
    /*background:#ff8a00;*/
}

.mention-note {
    padding: 5px 15px;
    background: #ccffcc;
    color: #339933;
    font-size: 11px;
    line-height: 14px;
    font-weight: normal;
    text-shadow: #ffffff 1px 1px 1px;
    display: block;
    border: 1px solid #66cc66;
    border-radius: 5px;
    margin: 5px 0 5px -25px;
    width: 100%;
    position: relative;
}

.summary-contact .mention-note {
    width: 130%;
}

.mention-note.article {
    font-size: 12px;
    margin: 5px 0;
    word-break: break-word;
    width: 100%;
}

@media (max-width:767px) {
    .show-inline {
        width: 100%;
    }
    .mention-note,
    .mention-note.article,
    .summary-contact .mention-note {
        font-size: 13px;
        line-height: 16px;
        margin: 10px 0;
        width: 90%;
    }
}


/* Search Result page */

.listing-describe {
    margin: 0 5px 15px 0;
}

.media-body .icons-contact:before {
    background-size: 80% 80%;
    width: 25px;
    height: 25px;
}

@media (max-width:767px) {
    .media-body .icons-contact:before {
        width: 30px;
        height: 30px;
        margin: 0;
    }
}

.media-body .contact-col {
    padding: 0 5px;
}

.listing-logo {
    border: 1px solid #999999;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    overflow: hidden;
    display: table;
    vertical-align: middle;
    margin: 0 auto 10px;
    padding: 10px;
}

.listing-logo a {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.rate-stars {
    text-align: center;
}

@media (max-width:767px) {
    .listing-logo {
        margin-bottom: 5px;
        width: 80px;
        height: 80px;
    }
}

@media (max-width:480px) {
    .listing-logo {
        width: 50px;
        height: 50px;
    }
}

.listing-logo img {
    width: auto;
    max-height: 100px;
}

.listing-title {
    display: inline-block;
    vertical-align: middle;
    width: 75%;
}

.basic-listing .listing-title {
    margin: 10px 0;
}

.basic-listing .listing-title h3 a {
    margin-bottom: 0;
}

@media (max-width:767px) {
    .media-body .info .span8 {
        width: 80%;
        margin: 10px 0!important;
    }
}

@media (max-width:620px) {
    .media-body .info .span8 {
        width: 74%;
        margin: 15px 0!important;
    }
}

@media (max-width:480px) {
    .media-body .info .span8 {
        width: 73%;
        margin: 10px 0!important;
    }
    .basic-listing .media-body .info .span8 {
        width: 90%;
    }
}

.listing-title .stars-rating {
    background: url(images/iconography/mask-stars-white.png) no-repeat left center scroll #16a085;
}

.listing-title .stars-rating [class*="rate-"] {
    background: url(images/iconography/mask-stars-white.png) no-repeat left center scroll #cccccc;
}

.btn-view-main,
.btn-event-main {
    /*padding-top:10px;
	padding-bottom:30px;*/
    position: absolute;
    bottom: 0;
    right: 15px;
}



@media (max-width:599px) {
    .btn-view-main,
    .btn-event-main {
        position: static;
        bottom: inherit;
        right: inherit;
        width: 100%;
        float: left;
		text-align:center;
    }
	
	.btn-event-main.no-event-mail{
    text-align:right;
	margin-bottom:20px;
	}
	
	.btn-event-main.no-event-mail a.view-more{
    margin-right:15px;
	}
}

@media (max-width:320px) {
    .btn-view-main,
    .btn-event-main {
        width: 95%;
    }
}

.basic-listing .btn-view-main {
    text-align: right;
    width: 90%;
}

.btn-view-main {
    /*text-align:right;*/
}

.btn-view-main a,
.btn-view-main>div {
    display: inline-block!important;
}

.container-fluid a.view-more {
    max-width: inherit;
    padding: 9px 15px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    border: 2px solid #666666;
    transition: all ease-out .3s;
    display: inline-block!important;
	text-transform:none;
	margin:15px 0;
}

.container-fluid a.view-more:after {
    content: '>';
    vertical-align: middle;
    margin: 0 0 0 8px;
    font-size: 14px;
}

.container-fluid a.view-more:hover {
    background: #666666;
}

.btn-erb {
    font-size: 16px!important;
    font-weight: bold;
    /*text-transform: uppercase;
     display: -webkit-box; */
    margin: 15px 5px 15px 0;
    border: 1px solid #e13668;
    background: #e13668;
    padding: 8px 20px 8px 15px;
    color: #ffffff!important;
    border-radius: 5px;
    transition: all ease-out .3s;
}

.btn-erb:before {
    content: '';
    background: url(../assets/images/icon_editor-review-n.png) no-repeat;
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.btn-erb:hover {
    background: #b91444;
    opacity: 1;
}

@media (max-width:480px) {
    .btn-erb {
        width: 85%;
        /* display: block!important; */
        text-align: center;
        margin: 0!important;
    }
}

@media (max-width:400px) {
    .btn-erb {
        width: 83%;
    }
}

@media (max-width:320px) {
    .btn-erb {
        width: 84%;
    }
}

.summary-contact .number-display {
    font-size: 11px;
}

.summary .title {
    border-bottom: 1px dashed #cccccc;
}

.summary .title h3 {
    margin: 8px 0;
}

@media (max-width:767px) {
    .btn-erb:before {
        content: '';
        background-size: 100% 100%;
        width: 21px;
        height: 21px;
    }
    .summary .title p {
        margin: 5px 0;
    }
    .summary .title p,
    .summary-small .info a,
    .summary-small .info p,
    .summary-contact .number-display {
        font-size: 14px;
    }
    .summary a.view-more,
    .btn-erb {
        font-size: 16px!important;
        padding: 14px 15px;
        margin: 0 8px 15px 0;
    }
}

@media (max-width:280px) {
    .summary a.view-more,
    .btn-erb {
        font-size: 9px!important;
    }
}

@media (max-width:480px) {
    .container-fluid a.view-more {
        padding: 11px 15px;
        margin: 10px 0 0 0;
        width: 35%;
        text-align: center;
    }
	
	  .listing-full a.view-more {     
        width: 35%;
		padding: 11px 15px;
    }
	
	.summary a.view-more,
    .btn-erb, .user-contact-btn, .user-contact-btn:focus{
        font-size: 14px!important;
    }
}

@media (max-width:400px) {
    .listing-full a.view-more {
        width: 34%!important;
        padding: 11px 15px;
    }
    .container-fluid a.view-more {
        width: 37%;
    }
	
	
}

@media (max-width:320px) {
    .container-fluid a.view-more {
        width: 36%;
    }
    .basic-listing a.view-more {
        width: 35%;
    }
}

@media (max-width:280px) {
    .listing-full a.view-more {
        width: 31%!important;
    }
}

p.listing-describe {
    /*border-image: url(../assets/images/border.png) 40% round;
    padding: 0 0 10px;*/
    /*border-bottom: 1px dotted #cccccc;*/
    /* background: #f9f9f9; */
    font-size: 12px!important;
}


/* Listing Detail */

.detail-btn {
    background: #008ca1;
    padding: 8px 20px;
    margin-left: 10px;
    transition: all ease-in .3s;
}

.detail-btn:hover {
    background: #016270;
}

@media (max-width:480px) {
    .detail-btn {
        margin-left: 0;
        padding: 8px 0 8px 5px;
        width: 113px;
        font-size: 10px;
    }
	
	.more-filter:after {
		margin-left:0;
		margin-right: 10px;	
	}
}

@media (max-width:320px) {
    .detail-btn {
        width: 125px;
    }
}

.search-directory-bar .see-more-button {
    background: #f5841f;
}

.search-directory-bar .see-more-button:hover {
    background: #e3720c;
}

@media (max-width:320px) {
    .search-directory-bar .back-button,
    .search-directory-bar .see-more-button {
        padding: 8px 10px;
    }
}

.top-info {
    border: 0;
}

.detail-logo {
    height: 110px;
    overflow: hidden;
    display: table!important;
    vertical-align: middle;
    margin-right: 15px;
}

.detail-logo>div {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.rate {
    margin-bottom: 10px;
}

.top-info img {
    max-height: 110px;
    width: auto;
}

.listing-info {
    margin: 20px 0;
}

.slider-for,
.slider-nav {
    padding: 0!important;
}

.slider-for .slick-slide {
    margin: 0;
    overflow: hidden;
    max-height: 400px;
    border-radius: 3px;
    border: 1px solid #cccccc;
}

@media (max-width:480px) {
    .slider-for .slick-slide {
        /*height: 300px;*/
    }
}

.slider-for .slick-slide img {
    /*width:100%;*/
    margin: 0 auto;
}

.slider-nav .slick-slide {
    margin: 0 3px;
    height: 150px;
    border: 1px solid #cccccc;
    border-radius: 3px;
}

.slider-nav .slick-slide img {
    height: 150px;
    border-radius: 3px;
}

@media (max-width:480px) {
    .slider-nav .slick-slide {
        max-height: 100px;
    }
    .slider-nav .slick-slide img {
        max-height: 100px;
    }
}

.slider-nav .slick-prev,
.slider-nav .slick-next {
    top: 50%;
    padding: 8px;
    border-radius: 50%;
}

.slider-nav .slick-prev {
    left: 10px;
}

.slider-nav .slick-next {
    right: 10px;
}

.middle-info {
    padding: 10px 0px;
}

.middle-info address {
    padding-bottom: 10px;
}

.middle-info hr,
.job-details hr {
    border-top: 1px dashed #cccccc;
    margin: 15px 0px;
}

.middle-info .icons-contact:before {
    width: 25px;
    height: 25px;
    margin: 0;
}

@media (min-width: 1200px) {
    .span4 {
        width: 300px;
    }
}

.span4.text-right {
    text-align: right;
}

@media (max-width:767px) {
    .span4.text-right {
        margin-top: 5px!important;
    }
}

.btns-listing-detail {
    margin-bottom: 8px;
    padding-bottom: 0!important;
}

.btns-listing-detail a {
    padding: 8px 15px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff!important;
    border-radius: 5px;
    /*max-width: 150px;*/
    min-width: 120px;
    text-align: center;
}

.btns-listing-detail a:before {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.btn-sent-email a:before {
    content: '';
    background: url(../assets/images/icon_email.png);
    background-size: 100% 100%;
}

.btn-sent-email a {
    background: #2a80b9;
}

.btn-download a:before {
    content: '';
    background: url(../assets/images/icon_download.png);
    background-size: 100% 100%;
}

.btn-download a {
    background: #e13668;
    min-width: auto;
}

.btn-book-a-visit a:before {
    content: '';
    background: url(../assets/images/icon_booktovisit.png);
    background-size: 100% 100%;
}

.btn-book-a-visit a {
    background: #e9830a;
}

.btns-listing-detail a:after {
    content: '>';
    vertical-align: middle;
    margin: 0 0 0 8px;
    font-size: 14px;
}

.bc-nearby-row {
    margin: 10px 0 30px;
    max-width: 70%;
}

@media (max-width:480px) {
    .bc-nearby-row {
        max-width: 100%;
    }
}

.bc-nearby-row a {
    border-left: #ea7d1e solid 9px;
    border-radius: 5px;
    padding: 30px 20px;
    display: block;
	    box-shadow: 1px 2px 7px 0px #00000054;
}

.bc-text {
    float: left;
}

.bc-text h4 {
    font-size: 18px;
    font-weight: bold;
    color: #333333!important;
}

.bc-text p {
    font-size: 16px;
    color: #008ca1!important;
    margin: 5px 0 0;
}

.bc-showall {
    background: #ea7d1e;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    float: right;
    display: block;
}

.bc-nearby-row a:hover .bc-showall {
    background: #f5841f;
}

.bc-showall i {
    padding: 8px 10px;
    color: #ffffff;
    font-size: 18px;
}


/* Selected Contact Box */

.selected-contact-box {
    position: relative;
    background: #eeeeee;
    border: 0;
    border-bottom: 5px solid #008ca1;
    ;
    padding: 0;
    margin: 0!important;
}

.selected-contact-box:after {
    content: '';
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #eeeeee;
    top: -8px;
    left: 19px;
    position: absolute;
}

.selected-contact-box h3 {
    margin: 0;
    display: none;
}

.selected-contact-box h3:after {
    content: '';
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #008ca1;
    top: -8px;
    right: 19px;
    position: absolute;
}

.selected-contact-box h3 a {
    background: #008ca1;
    color: #ffffff;
    display: block;
    padding: 15px;
}

.selected-contact-box .contact-box-info {
    padding: 20px 20px 10px;
    width: auto;
    margin-bottom: 0;
}

.selected-contact-box contact-col {
    width: 92%;
}

.selected-contact-box .btns-article-row a:before {
    display: none;
}

.selected-contact-box a.btn-view-profile {
    display: inline-block;
    margin-right: 15px;
    padding: 9px 15px;
    border: 2px solid #f26522;
    color: #ffffff!important;
    background: #f26522;
}

@media (max-width:480px) {
    .selected-contact-box .btns-article-row {
        width: 90%;
    }
    .btns-article-row {
        width: 100%;
        margin-bottom: 80px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
    .selected-contact-box a.btn-view-profile {
        float: none;
        position: static;
        right: 0;
        top: 0;
        padding: 15px 15px;
        width: 100%;
        text-align: center;
        margin: 0 0 5px;
    }
    .selected-contact-box .no-sticky {
        position: static;
        display: block;
        background: transparent;
        box-shadow: none;
        margin: 0 auto 10px;
        width: 90%;
        height: auto;
    }
    .selected-contact-box .whatappsiconsticky a {
        position: static;
        left: 0;
        bottom: -1px;
        padding: 10px;
        width: 48.5%!important;
    }
    .selected-contact-box .whatappsiconsticky a.alone {
        width: 100%!important;
    }
    .selected-contact-box .whatappsiconsticky a img,
    .selected-contact-box .whatappsiconsticky a:after {
        display: inline-block;
    }
    .selected-contact-box .whatappsiconsticky a:first-child {
        margin: 0;
    }
}

@media (max-width:400px) {
    .selected-contact-box a.btn-view-profile {}
}

@media (max-width:320px) {
    .selected-contact-box a.btn-view-profile {
        font-size: 12px;
        padding: 9px 15px;
    }
}


/* Content Box */

.content-box {
    border: 0;
    margin: 5px 0 20px!important;
	padding:0;
    /*height: 300px;*/
}

.content-box h4,
.detailTitle {
    color: #008ca1!important;
    font-weight: bold;
    font-size: 18px;
}

.content-box h4:after {}


/* Helpful Review */

.helpful-reviews .review-item {
    border: 2px #333333 solid!important;
    padding: 10px;
    margin-top: 5px;
	display:none;
}

.helpful-reviews .review-item .review-top {
    background-color: transparent!important;
}

.helpful-reviews .review-item .pull-left,
.helpful-reviews .review-item .review-bottom {
    display: none;
}

.helpful-reviews .review-info,
.helpful-reviews .review-top span {
    font-size: 14px!important;
    color: #333333!important;
}

.helpful-reviews .r-mark:before,
.helpful-reviews .r-mark:after {
    color: #333333!important;
}

.helpful-reviews .stars-rating {
    background-color: #e13668!important;
}

.helpful-reviews .review-item .review-top>div {
    margin-top: 15px!important;
}

.eachReview {
    display: none;
}

.loadMoreButton {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #999999;
    background-color: white;
}

.loadMoreButton>a {
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 15px 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #666666!important;
}

.loadMoreButton>a i {
	margin-left:10px;
}

.helpful-reviews .items-row{
	overflow:hidden;
	height:auto;
}

.btn-green a {
    color: #149f84!important;
    font-size: 18px;
    font-weight: bold;
}

.btn-green3 a:after {
    content: '>';
    color: #149f84;
    margin: 0 0 0 5px;
}

.helpful-reviews h3 .icon-title {
    background-image: url(../assets/images/icon_review.png);
}

.helpful-reviews h2 span {
    margin: 8px 0 0 50px;
    float: left;
    font-size: 16px;
}

.review-top p {
    clear: both;
    text-align: justify;
}

.btn-add-review {
    clear: both;
    width: 100%;
    display: block;
    padding: 1px 0 30px;
}

hr.dashed {
    border-top: 1px dashed #999999;
}

.btn-add-review a {
    background: #149f84;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff!important;
    padding: 8px 15px;
    border-radius: 5px;
    min-width: 120px;
    display: inline-block;
    text-align: center;
}

.btn-add-review a:before {
    content: '';
    background: url(../assets/images/icon_add_review.png);
    background-size: 100% 100%;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.btn-add-review a:after {
    content: '>';
    vertical-align: middle;
    margin: 0 0 0 8px;
    font-size: 14px;
}



/* Editor Review */

.editor-review-box {
    width: 100%;
    /*border:1px solid #eeeeee;
	border-radius: 5px;*/
    margin-top: 40px;
}

.ed-review-title {
    /*background: url(../assets/images/icon_review.png) no-repeat 98% center;
	background-color:#ff6600;
	font-size: 17px;
	line-height:20px;
	font-weight:bold;
	font-style:normal;
	text-transform: uppercase;
    padding: 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	position:relative;*/
    margin-bottom: 10px;
}


/*.ed-review-title:before{
	content:'';
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #ff6600;
	position:absolute;
	bottom:-7px;
	left:20px;
}

.ed-review-title:after{
	content:'';
	
}*/

.editor-review-box p {
    padding: 15px 10px;
    /*background: #eeeeee;*/
    color: #333333;
    font-size: 12px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.review-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    font-style: normal;
    padding: 15px;
    display: block;
    text-align: left;
    background: #f9f9f9;
}

.review-title a {
    color: #e13668!important;
}

.editor-review-box .btn-read-review {
    width: 100%;
    display: block;
    margin: 30px 0 5px;
}

.editor-review-box .btn-read-review a {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: #ffffff!important;
    display: block;
    padding: 10px 15px;
    border-radius: 5px;
    float: left;
    background: #e13668!important;
}

.editor-review-box .btn-read-review a:after {
    content: '>';
    vertical-align: top;
    font-size: 12px;
}

.editor-thumb {
    width: 20%;
	height:200px;
    display: table-cell;
    vertical-align: middle;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    overflow: hidden;
    border: 1px solid #eeeeee;
}

.editor-thumb img {
    width: 100%;
	height:100%;
	object-fit: cover;
	/*object-position: 100% 100%;*/

}

.review-text {
    width: 46%;
    display: table-cell;
    padding: 15px;
    background: #f9f9f9;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.review-p {
    width: 100%;
    display: block;
    vertical-align: top;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

.r-mark {
    position: relative;
}

.r-mark:before {
    content: '\201C';
    font-size: 80px;
    font-family: sans-serif;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    margin: 0 5px -25px 0;
    color: #e13668;
}

.r-mark:after {
    content: '\201D';
    font-size: 80px;
    font-family: sans-serif;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    margin: 0 -30px -25px 0;
    color: #e13668;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width:767px) {
    .ed-review-title a {
        width: 96%;
        display: block;
    }
    .editor-review-box p {
        padding: 25px 15px;
    }
    .editor-thumb,
    .review-text {
        width: 100%!important;
        display: table;
		border-radius:0px;
    }
	
	.editor-thumb
     {
		border-top-left-radius:8px;
		border-top-right-radius:8px;
    }
	
    .review-text {
        padding: 0!important;
		border-bottom-left-radius:8px;
		border-bottom-right-radius:8px;
    }
    .review-p {
        margin: 10px 0 0;
        padding: 10px 15px;
		width:90%;
    }
}


/* Share Button */

.icon-social {
    width: 30px!important;
    height: 30px;
    border-radius: 50%;
}

.icon-social span {
    background: url(../assets/images/share_icons.png?v=1.3);
    background-size: 120px 30px;
    width: 30px!important;
    height: 30px;
    display: block;
}

.icon-fb {
    background-color: #6081c4;
}

.icon-fb span {
    background-position: 0 0;
}

.share-social .icon-fb{
	 background: url(../assets/images/share_icons.png?v=1.4) #6081c4;
    background-size: 120px 30px;
	 background-position: 0 0;
    width: 30px!important;
    height: 30px;
    display: block;
}


.icon-in {
    background-color: #999999;
    background-position: -90px 0;
}

.icon-tw {
	 background: url(../assets/images/share_icons.png?v=1.4) #43bdef;
        background-size: 120px 30px;
    width: 30px!important;
    height: 30px;
    display: block;
    background-position: -90px 0;
}

.icon-ins {
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.icon-ins span {
    background-position: -31px 0;
}

.icon-youtube {
    background-color: #FF0000;
}

.icon-youtube span {
    background-position: -60px 0;
}

.icon-google {
    background-color: #e62b33;
    background-position: -30px 0;
}

.icon-copyurl{
	background: url(../assets/images/icon_link_solid_grey.png) no-repeat #eeeeee;
	background-size: 70% 70%;
    background-position: center center;
    width: 29px;
    height: 29px;
    display: block;
    border: 1px solid #cccccc;
}


/* Feature Badge */

.featured-pre,
.featured-enr,
.featured-all {
    position: relative;
}

.featured-pre:before {
    content: '';
    background: url(../assets/images/featured-preschool.png) no-repeat;
    width: 150px;
    height: 150px;
    background-size: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: -5px;
}

.featured-all:before,
.featured-enr:before {
    content: '';
    background: url(../assets/images/featured.png) no-repeat;
    width: 150px;
    height: 150px;
    background-size: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: -5px;
}

@media (max-width:767px) {
    .featured-pre:before {
        content: '';
        width: 80px;
        height: 80px;
        background-size: 100%;
        top: -3px;
        left: -3px;
    }
    .featured-all:before,
    .featured-enr:before {
        content: '';
        width: 80px;
        height: 80px;
        background-size: 100%;
        top: -3px;
        left: -3px;
    }
}

.featured-articles .featured-pre:before,
.pre-related-articles .featured-pre:before,
.enr-related-articles .featured-pre:before,
.int-related-articles .featured-pre:before {
    content: '';
    width: 90px;
    height: 90px;
    background-size: 100%;
    top: -3px;
    left: -3px;
}

.featured-articles .featured-all:before,
.pre-related-articles .featured-all:before,
.enr-related-articles .featured-all:before,
.featured-articles .featured-enr:before,
.pre-related-articles .featured-enr:before,
.enr-related-articles .featured-enr:before,
.int-related-articles .featured-all:before,
.int-related-articles .featured-enr:before {
    content: '';
    width: 90px;
    height: 90px;
    background-size: 100%;
    top: -3px;
    left: -3px;
}

.latest-articles .featured-pre:before,
.side-related .featured-pre:before {
    content: '';
    width: 80px;
    height: 80px;
    background-size: 100%;
    top: -3px;
    left: -3px;
}

.latest-articles .featured-all:before,
.latest-articles .featured-enr:before,
.side-related .featured-all:before,
.side-related .featured-enr:before {
    content: '';
    width: 80px;
    height: 80px;
    background-size: 100%;
    top: -3px;
    left: -3px;
}

.side-related .featured-pre:before,
.btm-related-article .featured-pre:before {
    content: '';
    width: 35px;
    height: 35px;
    background-size: 100%;
    top: -2px;
    left: -2px;
}

.side-related .featured-all:before,
.side-related .featured-enr:before,
.btm-related-article .featured-all:before,
.btm-related-article .featured-enr:before {
    content: '';
    width: 35px;
    height: 35px;
    background-size: 100%;
    top: -2px;
    left: -2px;
}

.summary-image {
    margin-left: 3px;
}

.summary-image.featured-pre:before {
    content: '';
    width: 60px;
    height: 60px;
    background-size: 100%;
    top: -3px;
    left: -3px;
}

.summary-image.featured-all:before,
.summary-image.featured-enr:before {
    content: '';
    width: 60px;
    height: 60px;
    background-size: 100%;
    top: -3px;
    left: -3px;
}

@media (max-width:767px) {
    .summary-image.featured-pre:before {
        content: '';
        width: 100px;
        height: 100px;
        background-size: 100%;
        top: -3px;
        left: -3px;
    }
    .summary-image.featured-all:before,
    .summary-image.featured-enr:before {
        content: '';
        width: 100px;
        height: 100px;
        background-size: 100%;
        top: -3px;
        left: -3px;
    }
}

.icon-pageview {
    float: right;
    font-family: 'Roboto', sans-serif;
    background: #eeeeee;
    border-radius: 5px;
    padding: 5px;
    margin-left: 10px;
}

.icon-pageview.vdownload {
    padding: 5px 10px;
}

.icon-pageview span {
    margin: 0 5px;
    color: #008ca1;
    font-size: 12px;
    font-weight: bold;
}

.icon-pageview:after {
    content: '';
    background: url(../assets/images/icon_pageview.gif) no-repeat;
    width: 20px;
    height: 12px;
    display: inline-block;
}

.icon-pageview.vdownload:after {
    content: '';
    background: url(../assets/images/icon-vdownload.png) no-repeat;
    background-size: 100%;
    width: 13px;
    height: 13px;
    display: inline-block;
}

.icon-pageview2 {
    font-family: 'Roboto', sans-serif;
    background: #eeeeee;
    border-radius: 5px;
    padding: 5px;
    margin: 8px 0;
    display: inline-block;
}

.icon-pageview2 span {
    margin: 0 5px;
    color: #008ca1;
    font-size: 12px;
    font-weight: bold;
}

.icon-pageview2:before {
    content: '';
    background: url(../assets/images/icon_pageview.gif) no-repeat;
    width: 20px;
    height: 12px;
    display: inline-block;
}


/* event deco */

.summary.open-day {
    /*padding-top: 30px;*/
}

.summary.open-day:before,
.element-item.open-day:before {
    content: '';
    background: url(../assets/images/flag-openday.png?v=1.1);
    background-size: 100% 100%;
    width: 100px;
    height: 45px;
    display: block;
    position: absolute;
    right: 0;
    top: 100px;
    z-index: 1;
}

.summary.open-day:after,
.element-item.open-day:after {
    content: '';
    background: url(../assets/images/open-day-balloon.gif);
    background-size: 100% 100%;
    width: 80px;
    height: 119px;
    display: block;
    position: absolute;
    right: 10px;
    top: 190px;
    z-index: 1;
}

.element-item.open-day:after {
    content: '';
    right: 5px;
    top: 10px;
}

.btn-listing-event {
    background: transparent;
    background-size: 100% 100%;
    width: 80px;
    height: 119px;
    display: block;
    position: absolute;
    right: 10px;
    top: 180px;
    z-index: 2;
}

.element-item .btn-listing-event {
    right: 5px;
    top: 10px;
}

.btn-listing-event:before {
    content: '';
    background: url(../assets/images/btn-event-listing.png);
    background-size: 100% 100%;
    width: 65px;
    height: 32px;
    display: block;
    position: absolute;
    right: 10px;
    top: -30px;
}

.element-item .btn-listing-event:before {
    content: '';
    right: 0px;
    top: -20px;
}

@media (max-width:767px) {
    .summary.open-day {
        margin-top: 40px;
        paddding-top: 30px;
    }
    .element-item .btn-listing-event {
        right: 0px;
        top: 0px;
    }
    .summary.open-day:before {
        display: none;
    }
    .summary.open-day:after {
        content: '';
        background: url(../assets/images/open-day-balloon.gif);
        background-size: 100% 100%;
        right: -5px;
        top: -40px;
    }
    .element-item.open-day:after {
        content: '';
        right: 5px;
        top: -10px;
    }
    .btn-listing-event {
        right: -5px;
        top: -40px;
    }
    .btn-listing-event:before {
        background: url(../assets/images/btn-event-listing-m.png);
        background-size: 100% 100%;
        width: 80px;
        height: 30px;
        right: 80px;
        top: 30px;
    }
    .element-item .btn-listing-event:before {
        width: 60px;
        height: 25px;
        right: 80px;
        top: 30px;
    }
}


/* Goolge Street View */

.gs-row {
    background: #a6d8f3;
    width: 100%;
    margin: 15px 0 0;
}

.gs-image {
    background: url(../assets/images/gs_icon.gif) no-repeat;
    background-position: center center;
    background-size: 80% auto;
    width: 50%;
    height: 30vh;
    display: block;
    margin: 20px 0;
}

.gs-btn-row {
    margin: 0!important;
}

.gs-btn-row button {
    background: url(../assets/images/Street_View_logo150x150.png) no-repeat;
    display: block;
    padding: 10px 20px 10px 80px;
    background-color: #333333;
    background-size: 20% auto;
    background-position: 5% center;
    color: #ffffff;
    font-size: 15px;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    margin: 30% auto;
}

.gs-btn-row button:hover {
    background-color: #666666;
}

.gs-btn-row button span {
    display: block;
    font-weight: normal;
    font-size: 13px;
    text-transform: inherit;
}

@media (max-width: 768px) {
    .footer-social {
        margin: 0 30px 0 0;
    }
}

@media (max-width:480px) {
    .gs-image {
        height: 35vh;
        margin: 10px 0 0;
    }
    .gs-btn-row button {
        margin: 5% auto;
    }
    .footer-social {
        margin: 10px 0;
        width: auto;
        text-align: right;
    }
}

@media screen and (min-width: 320px) and (max-width: 570px) {
    #footer {
        padding: 20px 15px 0!important;
    }
}


/* Advertise Page iframe */

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe {
    width: 100%!important;
}

.facebook-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.facebook-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}


/* Holiday Program Button */

.hp-btn {
    display: none;
}

@media (max-width:767px) {
    .hp-btn {
        position: fixed;
        width: 100px;
        height: 100px;
        bottom: 180px;
        right: 20px;
        z-index: 9998;
        display: block;
    }
    .hp-btn a {
        background: url(../assets/images/holiday-program-button-2020.png) no-repeat center center;
        background-size: 100% 100%;
        width: 100px;
        height: 100px;
        display: block;
    }
    .hp-btn i {
        position: absolute;
        background: #666666;
        border-radius: 50%;
        display: block;
        color: #ffffff;
        font-family: Arial, Helvetica, Sans-serif;
        font-size: 18px;
        font-weight: bold;
        font-style: normal;
        padding: 5px 8px;
        right: 0;
        top: -14px;
    }
}


/* Brand Page */

.brand-page-header {}

.brand-page-bg {
    position: relative;
    background-position: center center!important;
    background-size: cover!important;
    width: 100%;
    height: 230px;
}

.brand-page-bg .overlay {
    position: absolute;
    background: #333333;
    opacity: .5;
    width: 100%;
    height: 100%;
    display: block;
}

.brand-page-container {
    margin: 0 auto;
    width: 80%;
    padding: 20px 0;
}

.brand-page-logo {
    position: relative;
    width: 180px;
    height: 180px;
    display: inline-block;
}

@media (max-width:480px) {
    .brand-page-bg {
        height: auto;
    }
    .brand-page-container {
        text-align: center;
    }
    .brand-page-logo {
        width: 100px;
        height: 100px;
    }
}

.brand-page-logo img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.brand-page-name {
    position: relative;
    display: inline-block;
    width: 70%;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    font-size: 35px;
    line-height: 37px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.brand-page-desr {
    background-color: #f1f1f1;
    padding: 25px 15px;
    text-align: center;
    display: block;
}

.brand-page-desr h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #ff0000;
}

.brand-page-desr p {
    font-size: 14px;
    line-height: 18px;
    /*font-style:italic;
	font-weight:bold;*/
    color: #333333;
    width: 90%;
    display: inline-block;
}

@media (max-width:480px) {
    .brand-page-name {
        width: 100%;
        font-size: 20px;
        line-height: 22px;
        margin: 10px 0 0;
    }
    .brand-page-desr p {
        font-size: 12px;
        line-height: 16px;
        width: 100%;
    }
}

.brand-page-content {
    margin: 15px 0 0;
}


/* Style the tab */

.tab,
.view-option {
    overflow: hidden;
    /*border: 1px solid #ccc;
  background-color: #f1f1f1;*/
}


/* Style the buttons inside the tab */

.tab button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 30px;
    transition: 0.3s;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 10px 0 0;
    position: relative;
    z-index: 1;
}

@media (max-width:480px) {
    .tab button {
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .tab button {
        padding: 10px 15px;
        font-size: 13px;
    }
}

.tab button:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ff0000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .3;
}


/* Change background color of buttons on hover */

.tab button:hover:after {
    background-color: #ff0000;
    opacity: .5;
    transition: 0.3s;
}


/* Create an active/current tablink class */

.tab button.active {
    color: #ffffff;
}

.tab button.active:after {
    background-color: #ff0000;
    opacity: 1;
}


/* Style the tab content */

.tabcontent,
.tabviewcontent {
    display: none;
    padding: 0;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    min-height: 500px;
}


/* Fade in tabs */

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.brand-page-bar {
    background-color: #ff0000;
    display: block;
    width: auto;
    height: 50px;
    padding: 15px 15px 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.brand-page-bar-left {
    float: left;
}

.brand-page-bar-right {
    float: right;
}

.filters-select {
    height: 35px;
}

.view-option button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 8px 20px;
    transition: 0.3s;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 0 5px;
    position: relative;
    z-index: 1;
    color: #ffffff;
    background-color: transparent;
    border-radius: 20px;
}

.view-option button:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: -5px 8px 0 0;
    vertical-align: middle;
}

@media (max-width:480px) {
    .filters-select {
        height: 40px;
        width: 200px;
    }
    .view-option button {
        padding: 8px;
    }
    .view-option button:before {
        margin: 0;
    }
    .view-option button span {
        display: none;
    }
}

@media (max-width:320px) {
    .filters-select {
        width: 160px;
    }
}

.view-option button.list-view:before {
    content: "";
    background-image: url(images/iconography/icon-listview-white.png);
    background-size: 100%;
}

.view-option button.map-view:before {
    content: "";
    background-image: url(images/iconography/icon-mapview-white.png);
    background-size: 100%;
}


/* Change background color of buttons on hover */

.view-option button:hover {
    opacity: .8;
    transition: 0.3s;
}


/* Create an active/current tablink class */

.view-option button.active {
    color: #333333;
    background-color: #ffffff;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

.view-option button.list-view.active:before {
    background-image: url(images/iconography/icon-listview.png);
}

.view-option button.map-view.active:before {
    background-image: url(images/iconography/icon-mapview.png);
}

.brand-page-item {
    position: relative;
    width: 32%;
    min-height: 400px;
    float: left;
    margin: 10px 12px 10px 0;
    color: #262524;
}

@media (max-width:992px) and (min-width:768px) {
    .brand-page-item {
        width: 48%;
    }
}

@media (max-width:767px) {
    .brand-page-item {
        width: 100%;
        margin: 10px auto;
    }
}

.brand-page-img img {
    width: 100%;
}

.brand-page-describe {
    padding: 15px;
    background: #f9f9f9;
}

.brand-page-describe h5 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px;
}

.brand-page-location {
    color: #666666;
    font-size: 12px;
    background: #ffffff;
    border-radius: 20px;
    padding: 3px 10px 3px 5px;
    display: inline-block;
    margin: 5px 0 0;
}

.brand-page-location:before {
    content: '';
    background: url(../assets/images/icon_address_grey.png);
    background-size: 100%;
    vertical-align: bottom;
    width: 18px;
    height: 18px;
    margin: 0 3px 0 0;
    display: inline-block;
}

.brand-page-btn-row a.view-profile {
    font-size: 12px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    display: inline-block;
    margin: 15px 5px 0 0;
    border: 2px solid #f26522;
    background: transparent;
    padding: 7px 15px;
    color: #f26522;
    max-width: auto;
    border-radius: 20px;
}

@media (max-width: 320px) {
    .brand-page-btn-row a.view-profile {
        font-size: 11px;
    }
}

.brand-page-btn-row a.view-profile:hover {
    border: 2px solid #f26522;
    background: #f26522;
    ;
    color: #ffffff;
}

.brand-page-btn-row .view-erb {
    font-size: 12px;
   /* text-transform: uppercase;*/
    display: inline-block;
    margin: 15px 5px 0 0;
    border: 1px solid #e13668;
    background: #e13668;
    padding: 7px 15px;
    color: #ffffff!important;
    border-radius: 20px;
}

.brand-page-btn-row .view-erb:before {
    content: '';
    background: url(../assets/images/icon_editor-review-n.png) no-repeat;
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: text-bottom;
    margin: 0 5px 0 0;
}

#map_wrapper_div {
    height: 500px;
}

#map_tuts {
    width: 100%;
    height: 100%;
}

.no-event-content,
.no-job-content {
    text-align: center;
    width: 100%;
}

.notice-icon {
    width: 150px;
    height: 150px;
    display: block;
    margin: 50px auto 0;
}

.event-icon {
    background: url(../assets/images/event-icon.png) no-repeat;
}

.job-icon {
    background: url(../assets/images/job-icon.png) no-repeat;
}

.no-event-content h5,
.no-job-content h5 {
    color: #999999;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.no-event-content p,
.no-job-content p {
    color: #999999;
    font-size: 12px;
}

.no-job-content a {
    color: #999999;
    text-decoration: underline;
}

.no-job-content a:hover {
    color: #2980B9;
    text-decoration: underline;
}

.brand-page-events .view-more {
    border-radius: 20px;
}

.brand-page-jobs .view-more {
    display: inline-block!important;
    border-radius: 20px;
    margin-right: 10px!important;
}

.brand-page-btn-row .send-email {
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 8px 0 0;
    border: 1px solid #2a80b9;
    background: #2a80b9;
    padding: 7px 15px;
    color: #ffffff!important;
    border-radius: 20px;
}

.brand-page-btn-row .send-email:before {
    content: '';
    background: url(../assets/images/icon_email.png) no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.left {
    float: left;
}

.right {
    float: right;
}


/* 140920 blog detail page */

.blogDetail {
    margin: 0!important;
    padding: 0!important;
}

.contentBlog>div {
    font-size: 15px;
    line-height: 19px;
    text-align: justify;
}

.side-related.forBlog {
    border: none!important;
    padding: 0;
}

.noMargin {
    margin-left: 0!important;
}

.noMarginTopBottom {
    margin-bottom: 0!important;
    margin-top: 0!important;
}

.noMarginBottom {
    margin-bottom: 0!important;
}

.noMarginTop {
    margin-top: 0!important;
}

.addMarginBottom {
    margin-bottom: 20px!important;
}

.items-col-blog {
    margin: 0 5px 10px!important;
    width: 23%;
    display: block;
    float: left;
}

@media (min-width: 990px) and (max-width: 1024px) {
    .items-col.blogCol {
        margin: 0 9px 20px 0;
    }
    .blogCol>.item-image {
        min-height: 160px!important;
        max-height: 160px!important;
    }
}

@media (max-width: 990px) and (min-width: 768px) {
    .items-col.blogCol {
        width: 31%;
    }
}

@media (max-width: 767px) {
    .items-col-blog {
        width: 98%;
        margin: 0!important;
    }
    .items-col.blogCol {
        margin: 0 10px 25px 0!important;
        width: 100%!important;
    }
}

@media (max-width: 480px) {
    .blogCol>.item-image {
        min-height: inherit!important;
        max-height: inherit!important;
    }
}

.downloadFullWrap {
    text-align: center;
}

.downloadWrap {
    width: fit-content;
    display: inline-block;
}

.downloadButton {
    margin-top: 15px;
}

.downloadButton>a {
    padding: 5px 20px;
    background-color: #0091a2;
    border-radius: 20px;
    font-size: 14px;
    color: white!important;
    text-decoration: none;
}

iframe>.m2 .freebirdFormviewerViewHeaderHeader {
    display: none!important;
}

.explore-button {
    background: #eb841b;
    font-size: 12px;
    margin-left: 8px;
}

.explore-button>a {
    color: white!important;
}


/* Special Needs 290920*/

.special-needs-bgImage {
    background: url(../assets/images/banner_specialneeds.png) center center;
    background-size: cover!important;
    /*background-color: #f25b48;*/
    width: 100%;
    padding: 50px 0;
    /*height:250px;*/
    text-align: center;
    display: table;
}

.special-needs-bgImage h2 {
    color: #009688;
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: middle;
    display: table-cell;
    text-shadow: 1px 1px 10px #fff, 1px 1px 10px #ccc;
}


/* pagination */

.pag-arrow,
.pagination ul>li:first-child,
.pagination ul>li:last-child {
    border: 1px solid #cccccc;
    background: #008ca1;
    border-radius: 20px;
    padding: 10px 10px!important;
}

.pag-arrow.disabled {
    background: #999999!important;
}

.pag-arrow.disabled a:hover {
    opacity: 1;
}

.bottom-pagination-listing .results-per-page {
    margin-top: 0;
}

.pag-current {
    text-transform: lowercase;
    margin: 0 5px;
}

.pagination.fixed-to-bottom {
    position: fixed;
    width: 100%;
    /* height: 50px; */
    left: 0;
    bottom: 0;
    background: #eeeeee;
    padding: 20px 0;
    z-index: 9999;
    margin: 0!important;
}

.pagination.fixed-to-bottom .goto {
    text-align: center;
}

@media (max-width:480px) {
    .pag-arrow,
    .pagination ul>li:first-child,
    .pagination ul>li:last-child {
        padding: 10px 5px!important;
    }
    .bottom-pagination-listing .pagination ul>li a {
        font-size: 11px;
    }
}



/*Listing revamp 28/02/22*/

.listing-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.listing-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.essential-content .extra-fields h3 {
    margin-bottom: 15px!important;
}

.essential-content .extra-fields p {
    border-bottom: 1px #cacaca solid!important;
    padding-bottom: 15px!important;
    overflow: auto;
}

.essential-content .extra-fields p strong {
    font-weight: bold!important;
    color: #333333;
}

.editor-review-section .editor-review-box {
    /*margin-top: 0!important;*/
}

.editor-review-section .editor-thumb {
    width: 30%;
}

.editor-review-section .review-text {
    width: 56%;
    padding: 10px 15px;
}

.editor-review-section .review-p {
    font-size: 14px!important;
    line-height: 21px!important;
}

.editor-review-section .editor-review-box .btn-read-review {
    margin: 10px 0 5px!important;
}

.editor-review-section .editor-review-box .btn-read-review a {
    padding: 8px 15px!important;
    font-size: 13px!important;
}

.listing-info .contact-col {
    width: 80%!important;
    font-size: 14px;
    color: #333333;
}

.listing-info .contact-col a,
.listing-info .contact-col a:hover {
    text-decoration: none;
    color: #333333;
}

.listing-info-box .icons-contact:before {
    margin-right: 10px;
    background-size: 100% 100%!important;
    background-position: center center!important;
    width: 25px;
    height: 25px;
}

.social-links .icons-contact:before {
    width: 20px!important;
    height: 20px!important;
    margin-right: 30px!important;
}


/* Listing info icons replacement */

.listing-info-box .icons-address:before {
    background: url(../assets/images/icon_address_solid_grey.png) no-repeat;
}

.listing-info-box .icons-phone:before {
    background: url(../assets/images/icon_phone_solid_grey.png) no-repeat;
}

.listing-info-box .icons-fax:before {
    background: url(../assets/images/icon_fax_solid_grey.png) no-repeat;
}

.listing-info-box .icons-email:before {
    background: url(../assets/images/icon_email_solid_grey.png) no-repeat;
}

.listing-info-box .icons-website:before {
    background: url(../assets/images/icon_website_solid_grey.png) no-repeat;
}

.listing-info-box .icons-link:before {
    background: url(../assets/images/icon_link_solid_grey.png) no-repeat;
    content: '';
}

.listing-info-box .icons-fb:before {
    background: url(../assets/images/icon_fb_solid.png) no-repeat;
    content: '';
}

.listing-info-box .icons-twitter:before {
    background: url(../assets/images/icon_twitter_solid.png) no-repeat;
    content: '';
}

.listing-info-box .icons-insta:before {
    background: url(../assets/images/icon_insta_solid.png) no-repeat;
    content: '';
}

.listing-info-box .icons-youtube:before {
    background: url(../assets/images/icon_youtube_solid.png) no-repeat;
    content: '';
}

.listing-info-box .icons-tiktok:before {
    background: url(../assets/images/icon_tiktok.png) no-repeat;
    content: '';
}

.listing-info-box .icons-xhs:before {
    background: url(../assets/images/xiaohongshulogo.png) no-repeat;
    content: '';
}

.listing-info-box .icons-contact,
.listing-info-box .social-links {
    padding: 0 10px;
}

.listing-info-box .social-links .icons-contact {
    padding: 0px;
}

.contact_info_listing {
    margin: 0!important;
}

.contact_info_listing h3,
.enquiry-box h3 {
    background-color: transparent!important;
    border: none!important;
    padding: 10px;
}

.listing-info-box {
    border: 1px #999999 solid;
    border-radius: 5px;
    margin: 0 0 10px!important;
}

.enquiry-box {
    margin-left: 0!important;
    margin-top: 15px;
    padding: 10px 0;
}

.enquiry-box::before {
    content: "";
    border-top: #999999 solid 1px;
    display: block;
}

.enquiry-box .user-contact-form {
    display: block!important;
    background: transparent!important;
    border: none!important;
    border-radius: 0!important;
}

.enquiry-box .user-contact-form form {
    padding: 0!important;
}

.enquiry-box .us-btn-row {
    width: 95%!important;
}

.enquiry-box .btn-submit {
    border-radius: 25px!important;
    width: inherit!important;
    margin: 0
}

.enquiry-box .note {
    color: #333333!important;
    margin: 15px 10px 0!important;
    text-align: center;
}

.enquiry-box .note a {
    color: #333333!important;
    font-weight: bold!important;
}

.enquiry-button {
    display: none;
}

@media (max-width: 980px) {
	.listing-info-box{
		padding: 0 10px 20px;
	}
	
    .enquiry-box::before,
    .enquiry-box h3 {
        display: none;
    }
    .listing-info .enquiry-button {
        margin-top: 25px;
        background-color: #e13668;
        color: white;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        display: block;
    }

    button.enquiry-button.active {
        background-color: #505050;
    }
    .enquiry-box {
        margin: 0;
        padding: 10px 18px;
        display:none;
        
    }
	
	.enquiry-box.sticky {
		position: fixed;
		bottom: 66px;
		left: 0;
		width:91%;
		display:block;
		background: #eeeeee;
		z-index: 9999;
		display:none;
	}
	
	.enquiry-button.sticky{
		position: fixed;
		bottom: 6px;
		right: 10px;
		margin-bottom: 0;
		z-index: 9999;
		width: 44%!important;
		padding: 15px 18px 14px;
    border-radius: 5px;
	font-size:14px;

	}
	
	.enquiry-button.sticky:before{
		content: '';
		background: url(../assets/images/icon_email.png) no-repeat;
		background-size: 100% 100%;
		width: 24px;
		height: 24px;
		display: inline-block;
		vertical-align: middle;
		margin: 0 5px 0 0;

	}
}


@media (max-width:480px) {

	
	.enquiry-button.sticky{

		width: 37%!important;

	}
}


@media (max-width:400px) {
	
	.enquiry-button.sticky{

		width: 44%!important;

	}
}

.listing-info-box .social-links {
    margin-top: 20px;
}

.social-links .icons-contact {
    display: inline-block;
}

.featured-events-promo .items-row {
    padding: 0;
	padding: 0!important;
}

.featured-events-promo .items-col {
    width: 263px;
}

.featured-events-promo .slick-prev {
    left: 10px;
}

.featured-events-promo .slick-next {
    right: 10px;
}

.featured-events-promo .item-image {
    min-height: 261px;
    max-height: 261px;
}

.featured-events-promo .item-image img {
    width: 100%;
    height: 100%;
}

.featured-events-promo .ptime {
    color: #999999;
    /* background: #67bf67;*/
    padding: 0;
    border-radius: 5px;
    display: -webkit-inline-box;
}

.featured-events-promo .items-describe2 {
    margin: 0 8px;
}

.featured-events-promo .items-col {
    margin: 0 6px!important;
}

@media (max-width:480px) {
    .featured-events-promo .span4 {
        margin: 0 6px 0 0!important;
        width: 300px!important;
    }
    .featured-events-promo .item-image {
        min-height: 300px;
        max-height: 300px;
    }
    .featured-events-promo .items-describe2 {
        margin: 0 5px;
    }
}

/*login button */

.public-login-btn, .public-profile-btn, .public-logout-btn{
	    display: inline-block;
		float:right;
}

.public-login-btn a{
	background:#008ca1;
	display:block;
	padding: 5px 15px;
    color: #ffffff!important;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 20px;
}

.public-login-btn a:before{
	content:'';
	background: url(../assets/images/icon-login.png) no-repeat;
	background-size:100% 100%;
	display:inline-block;
	    width: 15px;
    height: 15px;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px;
}

.public-profile-btn a{
	background:#e13668;
	display:block;
	padding: 5px 15px;
    color: #ffffff!important;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 20px;
}

.public-profile-btn a:before{
	content:'';
	background: url(../assets/images/icon-profile.png) no-repeat;
	background-size:100% 100%;
	display:inline-block;
	    width: 15px;
    height: 15px;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px;
}

.public-logout-btn a{
	background:#999999;
	display:block;
	padding: 5px 15px;
    color: #ffffff!important;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 20px;
}

.public-logout-btn a:before{
	content:'';
	background: url(../assets/images/icon-sign-out.png) no-repeat;
	background-size:100% 100%;
	display:inline-block;
	    width: 15px;
    height: 15px;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px;
}


@media(max-width:979px){

.public-login-btn, .public-profile-btn, .public-logout-btn{
margin: 8px 0 0 0;

}

.public-login-btn a span, .public-profile-btn a span, .public-logout-btn a span{	
	display:none;
}

.public-login-btn a,.public-profile-btn a,.public-logout-btn a  {
    display: block;
    padding: 13px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
}

.public-login-btn a:before, .public-profile-btn a:before, .public-logout-btn a:before{	
	width: 24px;
    height: 24px;
    padding: 0;
    margin: -3px 0 0 -3px;
}
}

/* favor button */
.favor-btn-wrap {
    margin-left: 5px;
    position: relative;
    display: inline-block;
    padding: 8px 0;
    float: right;
}

.favor-btn a {
    background: #f75e8b;
    border-radius: 20px;
    padding: 10px 15px;
    color: #ffffff!important;
    
    font-weight: bold;
    font-size: 11px;
}

.favor-btn-wrap2 .favor-btn{
   display: block;
    background: #ffffff;
    border-radius: 50px;
    padding: 5px;
	display:block;
}

.favor-btn-wrap2 .favor-btn a {
    background: none;
    border-radius: 0;
    padding: 0;
}

.favor-btn a:before {
    content: "";
    background: url(../assets/images/favor-btn.png);
    background-size: 200% 200%;
    background-position: 0px 22px;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 5px 0 0;
}

.favor-btn-wrap2 .favor-btn a:before {
    content: "";
    background: url(../assets/images/favor-btn.png);
    background-size: 200% 200%;
    background-position: 0 0px;

	margin:0;
}

.favor-btn.active a:before {
    content: "";
    background: url(../assets/images/favor-btn.png);
    background-size: 200% 200%;
    background-position: 22px 22px;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.favor-btn-wrap2 .favor-btn.active a:before {
    content: "";
    background: url(../assets/images/favor-btn.png);
    background-size: 200% 200%;
	background-position: 22px 0px;
	

}


@media (max-width: 530px) {
    .favor-btn a {
        padding: 11px 6px;
    }
    .favor-btn a:before {
        margin-right: 0!important;
    }
    .favor-btn a span {
        display: none;
    }
	
	.favor-btn-wrap2 .favor-btn a:before {
    content: "";
   
	width: 30px;
    height: 30px;

}
	
	.favor-btn-wrap2 .favor-btn.active a:before {
    content: "";
 
	width: 30px;
    height: 30px;

}
}

.fav-btn-wrap .favor-btn {
    bottom: 5px;
    right: 5px;
    position: absolute;
    height: 30px;
    width: 30px;
}

.fav-btn-wrap .favor-btn a {
    padding: 0;
    z-index: 1;
}

.fav-btn-wrap .favor-btn a:before {
    margin: 0;
}

.favor-btn-wrap2{
	position:absolute;	
	right:10px;
	top:10px;
}

.favor-btn-wrap2 a span{
		display:none;
}

/* fancy box */
.fancybox-skin{
  border-radius:5px!important;	
}

.fancybox-inner{
	border-radius:5px;	
}

/* copy url */

.url-copied {
  visibility: hidden;
      width: 100px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: -35px;
    right: -40px;
  margin-left: 0;
  opacity: 0;
  transition: opacity 0.3s;
}

.url-copied::after {
  content: "";
  position: absolute;
  top: -5px;
    left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  
  border-bottom: 5px solid #555;
}

.icon-copyurl:hover .url-copied{
  visibility: visible;
  opacity: 1;
}

/*badge*/
.badge-base img{width: 80px;}
.badge-base{width: 21%!important;text-align: right;padding: 0 14px 0 0}
.absolute-logo{position: absolute;bottom: 20px;}
.describe-absolute{position: absolute;width:70%;right:0;}
.describe-margin{margin: 12px 0 100px 0!important;}
.describe-margin2{margin: 12px 0 120px 0!important;}
@media (max-width: 767px){
	.absolute-logo{ position: relative; margin-bottom: 10px!important;bottom:0;}
	.badge-base {width: 15%!important;text-align: left}
	.summary.open-day:after {top: 120px;}
	.btn-listing-event:before{top: 60px;}
	.btn-listing-event{top:110px}
	.listing-title .span8 .describe-margin{margin: 12px 0 100px 0!important;}
	.resp-adj{width: 100%;text-align: left}
}
@media (max-width: 480px){
	.absolute-logo{ position: relative; margin-bottom: 10px!important;bottom:0;}
	.summary.open-day:after {top: 120px;}
	.btn-listing-event:before{top: 60px;}
	.btn-listing-event{top:110px}
	.badge-base{width:20%!important;padding-right: 0}
	.badge-base img{width: 80px;}
}

/*Virtual tour*/
.threesixtyicon{position: absolute;    width: 40px;left: 10px;top: 10px;filter: invert(1);}
.vt-bg-box{ height: 100%;background: white;box-shadow:1px 1px 7px 0px #0000000d ; border-radius: 8px;margin-bottom: 30px}
.mainimg-box{position: relative;}
.vt-sample-img{object-fit: cover;border-radius: 8px 0 0 8px;}
.vt-content-box{margin-top: auto;margin-bottom: auto;padding:20px;  }
.vt-content-box h3{font-weight: bold;line-height: 1.2;}
.vt-content-box h4{font-weight: bold;font-size: 16px;color: #008ca1}
.flex-container{ display: flex;}
.flex-container > .col-7{width:58.1%}
.flex-container > .col-6{width:50%}
.flex-container > .col-5{width:41.5%}
.btn-vr {margin-top: 20px; }
.btn-vr a{background:#e13668;box-shadow: 4px 4px 0px #008ca1;padding: 8px 38px;font-size: 16px;}
.btn-vr a:before{content: '';background-image: url(../assets/images/360btnicon.png);background-size: 100% 100%;display: inline-block;height: 25px;width: 25px;filter: invert(1);}
.title-vt{font-size: 21px;line-height: 24px;font-weight: bold;padding: 0;color: #333333;text-transform: initial;vertical-align: middle;display: inline-block;text-align:left !important;margin: 30px 0 10px 0;}
.display-none{display: none}
@media(max-width:650px){
.flex-container{ display: table;}
.flex-container > .col-7{width:88%}
.flex-container > .col-6{width:88%}
.vt-bg-box > .col-6.mainimg-box{width:100%}
.flex-container > .col-5{width:88%}
}

/*Mesa2024 hide if no use*/
.navbar .nav > li:last-child > a {font-weight: 700;color: #16244b !important;background: #ffaa17;}
.navbar .nav > li:last-child > a:hover{color: #ffaa17 !important;background:#16244b ; }

/* New directory */
.search-directory-bar h1[style]{color: white!important}
.directory-main{border-radius: 0}
.grp-1 li a, .grp-2 li a, .grp-3 li a, .grp-4 li a, .grp-5 li a, .grp-6 li a, .grp-7 li a, .grp-8 li a, .grp-9 li a, .grp-10 li a{transition: background 0.2s ease-in-out;-webkit-transition: background 0.2s ease-in-out;-moz-transition: background 0.2s ease-in-out;padding: 4px;}
.grouping-col h3 .title a:hover{text-decoration: underline}
.grouping-col li:before{content: ''}
.grouping-col h3 .icon-title{background-image: url(../assets/images/icons_listing_2.png);}
.grouping-col li a{display: block;text-align: center;}
.grp-1{border-radius: 20px; border: 2px solid #44B148}
.grp-1 li a{background: #EAFFEB;border-radius: 32px}
.grp-1 li, .grp-1 li a, .grp-1 h3 .title a{color: #1A6D1D;font-weight: bold}
.grp-1 li a:hover{background:#1A6D1D; color: #fff;opacity: 1;text-decoration: none;}
.grp-2{border-radius: 20px; border: 2px solid #B144A6}
.grp-2 li a{background: #FFEDFD;border-radius: 32px}
.grp-2 li, .grp-2 li a, .grp-2 h3 .title a{color: #6D1A65;font-weight: bold}
.grp-2 li a:hover{background-color: #6D1A65;color: #fff;opacity: 1;text-decoration: none}
.grp-3{border-radius: 20px; border: 2px solid #4487B1}
.grp-3 li a{background: #EBF7FF;border-radius: 32px}
.grp-3 li, .grp-3 li a,.grp-3 h3 .title a{color: #1A4A6D;font-weight: bold}
.grp-3 li a:hover{background-color: #1A4A6D;color: #fff;opacity: 1;text-decoration: none}
.grp-4{border-radius: 20px; border: 2px solid #B14444}
.grp-4 li a{background: #FFECEC;border-radius: 32px}
.grp-4 li, .grp-4 li a,.grp-4 h3 .title a{color: #6D1A1A;font-weight: bold}
.grp-4 li a:hover{background-color:#6D1A1A;color: #fff;opacity: 1;text-decoration: none}
.grp-5{border-radius: 20px; border: 2px solid #B19B44}
.grp-5 li a{background: #FFFAEC;border-radius: 32px}
.grp-5 li, .grp-5 li a,.grp-5 h3 .title a{color: #6D4D1A;font-weight: bold}
.grp-5 li a:hover{background-color:#6D4D1A;color: #fff;opacity: 1;text-decoration: none}
.grp-6{border-radius: 20px; border: 2px solid #FF9E2F}
.grp-6 li a{background: #FFF4EA;border-radius: 32px}
.grp-6 li, .grp-6 li a,.grp-6 h3 .title a{color: #DB761D;font-weight: bold}
.grp-6 li a:hover{background-color: #DB761D;color: #fff;opacity: 1;text-decoration: none}
.grp-7{border-radius: 20px; border: 2px solid #44B19F}
.grp-7 li a{background: #EAFFEB;border-radius: 32px}
.grp-7 li, .grp-7 li a,.grp-7 h3 .title a{color: #1A6D4C;font-weight: bold}
.grp-7 li a:hover{background-color: #1A6D4C;color: #fff;opacity: 1;text-decoration: none}
.grp-8{border-radius: 20px; border: 2px solid #B14473}
.grp-8 li a{background: #FFECF4;border-radius: 32px}
.grp-8 li, .grp-8 li a,.grp-8 h3 .title a{color: #6D1A4C;font-weight: bold}
.grp-8 li a:hover{background-color: #6D1A4C;color: #fff;opacity: 1;text-decoration: none}
.grp-9{border-radius: 20px; border: 2px solid #4B44B1}
.grp-9 li a{background: #ECECFF;border-radius: 32px}
.grp-9 li, .grp-9 li a,.grp-9 h3 .title a{color: #1A326D;font-weight: bold}
.grp-9 li a:hover{background-color: #1A326D;color: #fff;opacity: 1;text-decoration: none}
.grp-10{border-radius: 20px; border: 2px solid #44B198}
.grp-10 li a{background: #EAFFF9;border-radius: 32px}
.grp-10 li, .grp-10 li a,.grp-10 h3 .title a{color: #1A6D63;font-weight: bold}
.grp-10 li a:hover{background-color: #1A6D63;color: #fff;opacity: 1;text-decoration: none}
@media (max-width: 767px) {
    .span4.dirgrp{
        width: 100%;
      margin-left: 0%;
    }
}

/**
* eDirectory - Content Custom ( Dynamic content )
*
* @package			layout
* @filesource		content_custom.css
* @author			Arca Solutions
* @copyright		Copyright (c) 2009, Arca Solutions Inc.
* @version			eDirectory 9.3
* @since			April, 17, 2012
*			
*/


/**
* eDirectory - Color Scheme
*
* @package			design
* @filesource		colorscheme.php
* @author			Arca Solutions
* @copyright		Copyright (c) 2013, Arca Solutions Inc.
* @version			eDirectory 10.0.0.00
* @since			September, 1, 2013
*			
*/

/**
* Typography
*/

body { font-family:Arial, Helvetica, Sans-serif; }

/**
* Body
*/

body {
    background-color: #ffffff;
}

body.allpopup {
    background-color: white;
}

body, body p, .content-custom, 
.flex-box-list ul li a,
section.item-preview b ,
.content-custom h1, .content-custom h2, .content-custom h3, .content-custom h4, .content-custom h5, .content-custom h6 {
	color:#333333;
}

/*
* LINKS
*/

a, a:link, a:visited, .btn, a.btn, .user-info p a, [class*="sidebar"] a,
section.item-preview a, 
section.item-preview h5 a {
    color: #2980B9;
}

a:hover, a:focus, .btn:hover, a.btn:hover, .user-info p a:hover, .memberMenu h2 a:hover, a.categoryAdd:hover,
[class*="sidebar"] a:hover {
    color: #2980B9;
    opacity:0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

[class*="flex-box"] a:hover, .brand.logo:hover, .share-social a:hover , .button-call a:hover , .button-send a:hover  {
	opacity:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

a.btn, a.input-button-form,
.btn-facebook, .btn-google, .btn-id, .btn-twitter, .btn-facebook a, .btn-google a, .btn-twitter a,
a.btn-facebook, a.btn-twitter, .standardButton a,
.modal-content-mini > h2 > span > a:hover, .level-preview > h2 > span > a:hover, [class*="flex-box"] h2 > a:hover {
	color:#fff;
}

.flex-box .button-facebook h2, .flex-box .button-google h2 {
    background-color: transparent;
}

.flex-box .button-google h2 a:hover {
	background-color:#ddd;
	color:#111;
    opacity:0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}


/**
* Header
*/

.navbar .nav > li > a {
    color: #FFFFFF;
}

.navbar {
    background-color: #ffffff;
}

.navbar .nav > .menuActived > a, .navbar .nav > .menuActived > a:hover, .navbar .nav > .menuActived > a:focus, .nav-collapse-members .nav > .menuActived > a, .nav-collapse-members .nav > .menuActived > a:hover, .nav-collapse-members .nav > .menuActived > a:focus,
.nav-collapse-members .nav > li > a:hover, .navbar .nav > li > a:hover {
	color: #3498db;
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.navbar-inner, .advanced-search-box {
 	background-image: none;
	background-color: #2980b9 ;
	border-color:#2980b9;
}


/**
* Footer
*/
.footer-wrapper {
	background-color:#383838;
	border-color:#383838;
	color:#FFFFFF;
}

.footer-wrapper p, .footer-wrapper h5, .footer-wrapper h3, .footer-wrapper h4 {
	color:#FFFFFF;
	border-color:#FFFFFF;
}

.footer-wrapper .nav a, .footer-wrapper a,  .footer-wrapper a:active ,  .footer-wrapper a:focus {
	color:#D8D9D9;
	background-color:transparent;
}

.footer-wrapper .nav a:hover, .footer-wrapper a:hover {
	color:#D8D9D9;
	opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}


/**
* Bootstrap Main Colors
*/

[class*="flex-box"] h2, 
[class*="sidebar"] h2, 
.modal-content-mini > h2,
.content-profile .standardSubTitle,
.box-title h2, .box-title > h3,
.content > h2,
.standardStep-Title,
.order-head > h2,
.level-preview > h2 {
    background-color:#2980B9;
}

[class*="flex-box"] section b, 
.help-block, .help-inline, .flex-box-list ul li span {
    color: #27AE60;
}

b.divisor {
	border-color:white;
 	opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}



/******
**** Background-colors*/

.calendar-event li.active, 
.calendar-event li:hover {background-color:#2C3E50; opacity:0.8;}

.color-1 h2, 
.order-head > h2, 
.calendar-event li, 
.stars-rating,
.calendar-event,
.domainItemsTitle {background-color:#16A085;}

.color-2 h2 {background-color:#27AE60;}

.color-3 h2, .sidebar h2,
.button.button-profile h2 a,
.button.button-profile h2 a:hover,
.input-button-form, a.input-button-form, 
.bt-highlight button, .standardButton button, .button h2 a, 
.content-faq button, .standardButton > a,
.input-button-form:hover, a.input-button-form:hover, 
.bt-highlight button:hover, .standardButton button:hover,
.button h2 a:hover, .content-faq button:hover, .standardButton > a:hover,
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, 
.dropdown-submenu:hover > a, .dropdown-submenu:focus > a  {background-color:#2980B9;}

.color-4 h2,
.box-title h2,
.box-title > h3,
.standardStep-Title,
.level-preview > h2,
.modal-content > h2 {background-color:#2C3E50;}

.color-5 h2 {background-color:#F39C12;}

.color-6 h2, .listing-tag-deal, .deal-tag-small {background-color:#D35400;}

.color-7 h2 {background-color:#C0392B;}



/******
**** Font Colors */

.color-1 a:hover, .color-1 section h5 a:hover, .color-1 a
[class*="sidebar"] [class*="icon-caret"] {color:#16A085;}

.color-2 a:hover, .color-2 section h5 a:hover, .color-2 a, .text-success  {color:#27AE60;}
.color-3 a:hover, .color-3 section h5 a:hover, .color-3 a, .well-small ol, .pagination li > a.active, .text-info  {color:#2980B9;}
.color-4 a:hover, .color-4 section h5 a:hover, .color-4 a, .box-newsletter h3 {color:#2C3E50;}
.color-5 a:hover, .color-5 section h5 a:hover, .color-5 a {color:#F39C12;}
.color-6 a:hover, .color-6 section h5 a:hover, .color-6 a, .text-warning  {color:#D35400;}
.color-7 a:hover, .color-7 section h5 a:hover, .color-7 a, .text-error {color:#C0392B;}

/**
* Buttons
*/

.btn.btn-primary,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active {
  background-color: #16A085;
}

.btn.btn-info,
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active,
.btn.btn-info.active,
.modal-content .button-profile h2 a, 
.modal-content .button-profile h2 a:hover {
  background-color: #2980B9;
}

.btn.btn-danger,
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active,
.btn.btn-danger.active {
  background-color: #C0392B;
}

.btn.btn-success ,
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active,
.btn.btn-success.active,
.modal-content button[type="submit"], 
.modal-content button[type="submit"]:hover {
  background-color: #27AE60;
}
.btn.btn-warning, 
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active,
.btn.btn-warning.active {
  background-color: #F39C12;
}
.btn.btn-inverse,
.btn.btn-inverse:hover,
.btn.btn-inverse:focus,
.btn.btn-inverse:active,
.btn.btn-inverse.active,
.btn:active, 
.btn-group.open 
.btn.dropdown-toggle, 
.btn.active {
  background-color: #2C3E50;
}


.button.button-profile h2 a:hover,
.btn.btn-inverse:hover,
.btn.btn-warning:hover,
.btn.btn-success:hover,
.btn.btn-danger:hover, 
.btn.btn-info:hover,
.btn.btn-primary:hover,
.input-button-form:hover, a.input-button-form:hover, 
.bt-highlight button:hover, .standardButton button:hover,
.button h2 a:hover, .content-faq button:hover, .standardButton > a:hover,
.modal-content button[type="submit"]:hover, .modal-content .button-profile h2 a:hover {
	opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	color:white;
}

.modal-content .button-google h2 a, .modal-content .button-google h2 a:hover,
.button-google h2 a, a.btn-google  {
	background-color:#E8E8E8;
	color:#111;
}

.button-facebook h2 a, a.btn-facebook, div.btn-facebook, a.btn-facebook:focus, a.btn-facebook:active, 
.button-facebook h2 a:hover {
	background-color:#5C6A90;
}


/**
* Carousel 
*/

.carousel-indicators {	
   	background: #2C3E50;
   	opacity: 0.9;
}

.carousel-indicators li {
	box-shadow:-1px 0 0 #2C3E50 inset;
}

.carousel-indicators li.active {
	background: #3498db;
	
}
.ie .carousel-indicators {
	background-color:#2C3E50;
}


/*
* TABS
*/

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    background-color: #2980B9;
    border-color: -moz-use-text-color -moz-use-text-color #2980B9;
}

.nav-tabs {
    border-color: #2980B9;
}

.tabs-advertise > .active > a, .tabs-advertise > .active > a:hover, .tabs-advertise > .active > a:focus,
.profile-tabs > .active > a, .profile-tabs > .active > a:hover, .profile-tabs > .active > a:focus {
	background-color:#2C3E50;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .tabs-advertise > li > a:hover, .tabs-advertise > li > a:focus, .profile-tabs > li > a:hover, .profile-tabs > li > a:focus {
    background-color: #2980B9;
    border-color: #2980B9;
}

.tabsBase .tabs > li.tabActived > a, .tabsBase .tabs > li > a:hover {
    background-color: #16A085; 
}




/*
* RESULTS
*/

.name-tag-deal, .name-tag-deal a, .name-tag-deal a:hover {
	color:white;
}

/*PROFILE*/
a.delete {
    background-color: #D35400;
    color:white;
}

a.delete:hover {
    background-color: #D35400;
    opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}



/* MEMBERS*/

.sidebar .memberMenu h2 {
	background:none;
}

.itemCheckOut a {
    background-color:#2980B9;
    color:white;
}
.itemCheckOut a:hover {
    background-color:#2980B9;
    opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.status-active {
    background-color:#27AE60;
}

.status-suspended {
    background-color:#F39C12;
}

.status-expired {
    background-color:#C0392B;
}

.status-pending {
    background-color:#D35400;
}


.levelTitle {
    background-color:#16A085;
}

.levelTable .tableOption {
    background-color:#f3f3f3;
}

.levelTopdetail {
    background-color:#16A085;
    opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.standard-table span.categorySuccessMessage, .categorySuccessMessage {
	color:#16A085;
}


/*CLAIM*/
.steps-ui.stepActived > span {
    background-color: #2C3E50;    
}

.steps-ui.stepActived, .order-head li.active,
a.mainImageLink.mainImageLinkBK {
    background-color: #2980B9;
}

a.ImageEditCaptions:hover, a.ImageDelete:hover, a.mainImageLinkBK:hover {
	background-color:white;
}

/*ORDER*/
.orderTotalAmount {
	color:#16A085;
}