/*
 *  Copyright (c) 2016 Omodoo ltd
 *  http://www.omodoo.co.uk
 */
* {
	margin: 0;
	padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  margin:0;
  height:100%;
  width:100%;
}
body {
  overflow-x: hidden;
  display:flex;
  flex-direction:column;
  min-height:100vh;
}
footer {
  min-height: 150px;
  height: auto;
  width: 100%;
  margin-top: auto;
}
html, html a {
    -webkit-font-smoothing: antialiased !important;
}
article,
aside,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}
h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-weight: bold;
  margin-bottom: 0.15em;
}
h1 {
  font-size: 1.4em;
  letter-spacing: -0.025em;
}
h2 {
  font-size: 1.25em;
  letter-spacing: -0.025em;
}
h3 {
  font-size: 1.15em;
  letter-spacing: -0.025em;
}
img {
  vertical-align: middle;
  border: 0;
  position: relative;
}
ul,li  {
  list-style: none;
  list-style-type: none;
}
a {
  background: transparent;
  cursor: pointer;
}
a:hover div, a:focus div, a:active div{
  color: initial;
  text-decoration: none;
}
a div {
  text-decoration: none;
  color: initial;
}
header {
  width: 100%;
  margin-top: 0;
  position: relative;
}
.header-band {
  height: 45px;
  padding: 2px 50px;
  line-height: 45px;
}
.main-content {
  flex:1;
}
/* Layout & grids*/
.container {
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
  }
  .col {
    float: left;
    min-height: 1px;
    height: auto;
    margin: 0;
    padding: 0;
    }
  .cor {
    float: right;
    min-height: 1px;
    height: auto;
    margin: 0;
    padding: 0;
    }
@media (min-width: 1200px) {
    .container {
      width: 85%;
    }
    .col-xl-100 {
      width: 100%;
    }
    .col-xl-92 {
      width: 91.66666667%;
    }
    .col-xl-87 {
      width: 87.50000002%;
    }
    .col-xl-83 {
      width: 83.33333333%;
    }
    .col-xl-75 {
      width: 75%;
    }
    .col-xl-67 {
      width: 66.66666667%;
    }
    .col-xl-58 {
      width: 58.33333333%;
    }
    .col-xl-50 {
      width: 50%;
    }
    .col-xl-45 {
      width: 45%;
    }
    .col-xl-42 {
      width: 41.66666667%;
    }
    .col-xl-33 {
      width: 33.33333333%;
    }
    .col-xl-29 {
      width: 29.16666666%;
    }  
    .col-xl-25 {
      width: 25%;
    }
    .col-xl-20 {
      width: 20%;
    }
    .col-xl-17 {
      width: 16.66666667%;
    }
    .col-xl-12 {
      width: 12.49999998%;
    }
    .col-xl-10 {
      width: 10%;
    }
    .col-xl-8 {
      width: 8.33333333%;
    }
    .col-xl-5 {
      width: 5%;
    }
    .col-xl-4 {
      width: 4.16666666%;
    }
    .col-xl-0 {
      width: 0;
    }
    .pad-xl-16 {
      padding: 16px;
    }
    .pad-xl-12{
      padding: 12px;
    }
    .pad {
      padding:10px;
    }
    .pad-sm {
      padding:4px;
    }
    .pad-lg {
      padding:16px;
    }
    .pad-lr {
      padding: 0 10px;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .container {
      width: 85%;
    }
    .col-lg-100 {
      width: 100%;
    }
    .col-lg-92 {
      width: 91.66666667%;
    }
    .col-lg-87 {
      width: 87.50000002%;
    }
    .col-lg-83 {
      width: 83.33333333%;
    }
    .col-lg-75 {
      width: 75%;
    }
    .col-lg-67 {
      width: 66.66666667%;
    }
    .col-lg-58 {
      width: 58.33333333%;
    }
    .col-lg-50 {
      width: 50%;
    }
    .col-lg-45 {
      width: 45%;
    }
    .col-lg-42 {
      width: 41.66666667%;
    }
    .col-lg-33 {
      width: 33.33333333%;
    }
    .col-lg-29 {
      width: 29.16666666%;
    }  
    .col-lg-25 {
      width: 25%;
    }
    .col-lg-20 {
      width: 20%;
    }
    .col-lg-17 {
      width: 16.66666667%;
    }
    .col-lg-12 {
      width: 12.49999998%;
    }
    .col-lg-10 {
      width: 10%;
    }
    .col-lg-8 {
      width: 8.33333333%;
    }
    .col-lg-5 {
      width: 5%;
    }
    .col-lg-4 {
      width: 4.16666666%;
    }
    .col-lg-0 {
      width: 0;
    }
    .pad {
      padding: 8px;
    }
    .pad-sm {
      padding:4px;
    }
    .pad-lg {
      padding:12px;
    }
    .pad-lr {
      padding: 0 8px;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .container {
      width: 90%;
    }
    .col-md-100 {
      width: 100%;
    }
    .col-md-92 {
      width: 91.66666667%;
    }
    .col-md-87 {
      width: 87.50000002%;
    }
    .col-md-83 {
      width: 83.33333333%;
    }
    .col-md-75 {
      width: 75%;
    }
    .col-md-67 {
      width: 66.66666667%;
    }
    .col-md-58 {
      width: 58.33333333%;
    }
    .col-md-50 {
      width: 50%;
    }
    .col-md-45 {
      width: 45%;
    }
    .col-md-42 {
      width: 41.66666667%;
    }
    .col-md-33 {
      width: 33.33333333%;
    }
    .col-md-29 {
      width: 29.16666666%;
    } 
    .col-md-25 {
      width: 25%;
    }
    .col-md-20 {
      width: 20%;
    }
    .col-md-17 {
      width: 16.66666667%;
    }
    .col-md-12 {
      width: 12.49999998%;
    }
    .col-md-10 {
      width: 10%;
    }
    .col-md-8 {
      width: 8.33333333%;
    }
    .col-md-5 {
      width: 5%;
    }
    .col-md-4 {
      width: 4.16666666%;
    }
    .col-md-0 {
      width: 0;
    }
    .pad {
      padding: 6px;
    }
    .pad-sm {
      padding:3px;
    }
    .pad-lg {
      padding:10px;
    }
    .pad-lr {
      padding: 0 6px;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .container {
      width: 95%;
    }
    .col-sm-100 {
      width: 100%;
    }
    .col-sm-92 {
      width: 91.66666667%;
    }
    .col-sm-87 {
      width: 87.50000002%;
    }
    .col-sm-83 {
      width: 83.33333333%;
    }
    .col-sm-75 {
      width: 75%;
    }
    .col-sm-67 {
      width: 66.66666667%;
    }
    .col-sm-58 {
      width: 58.33333333%;
    }
    .col-sm-50 {
      width: 50%;
    }
    .col-sm-45 {
      width: 45%;
    }
    .col-sm-42 {
      width: 41.66666667%;
    }
    .col-sm-33 {
      width: 33.33333333%;
    }
    .col-sm-29 {
      width: 29.16666666%;
    } 
    .col-sm-25 {
      width: 25%;
    }
    .col-sm-20 {
      width: 20%;
    }
    .col-sm-17 {
      width: 16.66666667%;
    }
    .col-sm-12 {
      width: 12.49999998%;
    }
    .col-sm-10 {
      width: 10%;
    }
    .col-sm-8 {
      width: 8.33333333%;
    }
    .col-sm-5 {
      width: 5%;
    }
    .col-sm-4 {
      width: 4.16666666%;
    }
    .col-sm-0 {
      width: 0;
    }
    .pad {
      padding: 6px;
    }
    .pad-sm {
      padding:3px;
    }
    .pad-lg {
      padding:8px;
    }
    .pad-lr {
      padding: 0 6px;
    }
  }
  
  @media (max-width: 575.98px) {
    .container {
      width: 95%;
    }
    .col-xs-100 {
      width: 100%;
    }
    .col-xs-92 {
      width: 91.66666667%;
    }
    .col-xs-87 {
      width: 87.50000002%;
    }
    .col-xs-83 {
      width: 83.33333333%;
    }
    .col-xs-75 {
      width: 75%;
    }
    .col-xs-67 {
      width: 66.66666667%;
    }
    .col-xs-58 {
      width: 58.33333333%;
    }
    .col-xs-50 {
      width: 50%;
    }
    .col-xs-45 {
      width: 45%;
    }
    .col-xs-42 {
      width: 41.66666667%;
    }
    .col-xs-33 {
      width: 33.33333333%;
    }
    .col-xs-29 {
      width: 29.16666666%;
    } 
    .col-xs-25 {
      width: 25%;
    }
    .col-xs-20 {
      width: 20%;
    }
    .col-xs-17 {
      width: 16.66666667%;
    }
    .col-xs-12 {
      width: 12.49999998%;
    }
    .col-xs-10 {
      width: 10%;
    }
    .col-xs-8 {
      width: 8.33333333%;
    }
    .col-xs-5 {
      width: 5%;
    }
    .col-xs-4 {
      width: 4.16666666%;
    }
    .col-xs-0 {
      width: 0;
    }
    .pad {
      padding: 6px;
    }
    .pad-sm {
      padding:3px;
    }
    .pad-lg {
      padding:8px;
    }
    .pad-lr {
      padding: 0 6px;
    }
  } 
.marg-tp5{
  padding-top:5px;
}
.marg-tp8{
  padding-top:8px;
}
.marg-tp10{
  padding-top:10px;
}
.marg-right10{
  margin-right:10px
}
/* FORM ELEMENTS */
input, label,select {
  vertical-align: middle;
}
input, select {
  height:36px;
  border-radius: 2px;
  border: 1px solid #cecece;
  line-height: 36px;
  margin:2px 1%;
}
select {
  min-width: 25px;
  width: 98%;
}
label{
  text-transform: capitalize;
  height: 28px;
  padding: 4px 5px 2px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space:nowrap;
}
label.inline{
  line-height: 39px;
}
.inputInline{
  line-height: 39px;
}
.high-element-input {
  padding-top: 29px;
}
.high-element-btn {
  padding-top: 19px;
}
.high-element-18 {
  padding-top: 18px;
}
.high-element-25 {
  padding-top: 25px;
}
.high-element-input-5 {
  padding-top: 34px;
}
textarea {
    padding-top: 5px;
    min-height: 40px;
    width: 98%;
    margin: 0 1%;
}
input[type=text], input[type=email], input[type=tel], input[type=password], input[type=number], textarea, select {
  padding-left: 4px;
  padding-right: 2px;
  width: 98%;
}
.btn, button, input[type=submit], input[type=button] {
  display: inline-block;
  overflow: hidden;
  font-weight: bold;
  background-image: none;
  cursor: pointer;
  padding: 0 10px;
  text-align: center;
  width: auto;
  vertical-align: middle;
  min-height: 35px;
  border-radius: 4px;
  white-space: nowrap;
  border: 1px solid transparent;
  -webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
  opacity: 0.8;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  margin-right: 4px;
  transition: all 0.4s;
}
a.btn  {
  text-decoration: none;
}
form button {
  margin-top: 2px;
}
button i,  input[type=submit] i, input[type=button] i {
  color: #ffffff;
}
button:hover, button:focus, button:active, input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active, input[type=button]:hover, input[type=button]:focus, input[type=button]:active {
  opacity: 1;
}
button.inline {
  margin-top: 28px;
  margin-left: 5px;
}
a.inactive, button.inactive{
  border: 1px solid #cecece !important;
  color: #cecece !important;
  background-color: rgba(200,200,200,0.1);
}
a.inactive:hover{
  text-decoration: none;
}

.line{
  border-bottom:1px solid rgba(0,0,0,0.2);
  margin: 4px 2px; 
}
.dot-line{
  border-bottom:1px dotted rgba(0,0,0,0.2);
  margin: 4px 2px; 
}
.vsmall-btn, button.vsmall-btn {
  font-size: 12px !important;
  min-height: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  padding: 0 5px !important;
  border-radius: 3px !important;
}
.small-btn {
  font-size: 15px;
  height: 35px;
  line-height: 35px;
  padding: 0 5px !important;
  border-radius: 3px;
}
.medium-btn {
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  padding: 0 7px !important;
  border-radius: 4px;
}
.large-btn {
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  padding: 0 8px !important;
  border-radius: 4px;
}
.vlarge-btn {
  height: 59px;
  line-height: 59px;
  font-size: 21px;
  font-weight: bold;
  padding: 0 10px !important;
  border-radius: 5px;
}

.xlarge-btn {
  height: 90px;
  line-height: 90px;
  font-size: 22px;
  letter-spacing: -0.5px;
  font-weight: bold;
  padding: 0 10px !important;
  border-radius: 5px;
}
.vlarge-btn i {
  font-size: 30px !important;
}
.full-w{
  width: 100%;
}
/* CCS TABS without radio btn*/
#mytabs {
  
}
.mytab-links li {
list-style: none;
margin: 0px;
min-height: 30px;
line-height: 30px;
}
.mytab-horizLinks li {
  list-style: none;
  margin: 0;
  float: left;
  height: 45px;
  line-height: 45px;
  display: block;
  border-right: 1px dotted rgba(0, 0, 0, 0.1);
  text-align: center;
}
.mytab-links li a {
font-size: 15px;
color: #666666;
text-decoration: none;
display: block;
text-align: left;
border-radius: 5px;
margin-right: 10px;
}
#mytabs > ul > li:last-child > a{
  border: 0;
}
.mytab-horizLinks li.active a {
  /*text-decoration: underline;*/
} 
.mytab-links a:hover, .mytab-links li.active a  {
  color: #494545;
}
.mytab-links a:hover i, .mytab-links li.active a i{

}
.mytab-links li.active a:hover {

}
.mytab-links:after {
display:block;
clear:both;
content:'';
} 
.mytab-content {

}
.mytab {
  display:none;
}
.mytab.active {
  display:block;
}
.mytab-links .no-btn {
font-size: 14px;
color: #666666;
font-weight: bold;
text-decoration: none;
display: inline-block;
text-align: center;
padding: 10px 12px;
margin-right: 10px;
}
/* Label tabs  */

/* Navigations */
nav {
  float: right;
  width: auto;
}
nav  ul {
  width:100%;
  overflow: hidden;
  transition: all 0.4s;
}
nav  ul li {
  float: left;
}
nav  ul li a {
  display: block;
  text-decoration: none;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.4s;
}
/* css menu with drop down 2 levels*/
/* reponsive menu */

.main-bar > ul > li > a {
  opacity: 1;
}
.main-bar > ul > li > a:hover, .main-bar > ul > li > a:active, .main-bar > ul > li > a:focus, .main-bar > ul > li > a.current {
  text-decoration: none;
}
.main-bar {
    width: auto;
    position: absolute;
    z-index: 1;
}
.media-btn-div {
    width: 38px;
    height: 38px;
    background-color: transparent;
    position: absolute;
    left: 5px;
    top: 2px;
    display: none;
}
.media-btn-div div.media-btn {
    width: 100%;
    height: 100%;
    background-color: transparent;;
    outline: 0;
    border: none;
    cursor: pointer;
}
.media-btn-div div.media-btn span{
    width: 98%;
    height: 2px;
    display: block;
    background-color: #fff;
    margin-top: 7px;
    margin-bottom: 10px;
}
.media-btn-div div.media-btn:hover span:nth-of-type(1){
    transform: rotateY(180deg);
    transition: all 0.5s;
    background-color: #c0c0c0;
}
.media-btn-div div.media-btn:hover span:nth-of-type(2){
    transform: rotateY(180deg);
    transition: all 0.4s;
    background-color: #c0c0c0;
}
.media-btn-div div.media-btn:hover span:nth-of-type(3){
    transform: rotateY(180deg);
    transition: all 0.3s;
    background-color: #c0c0c0;
}
.media-btn-div div.active {
  opacity: 0.5;
}
/*.media-btn-div div.active span:nth-of-type(1) {
    transform: rotate3d(0, 0, 1, 45deg);
    position: absolute;
    margin: 0;
}
.media-btn-div div.active span:nth-of-type(2) {
    display: none;
}
.media-btn-div div.active span:nth-of-type(3) {
    transform: rotate3d(0, 0, 1, -45deg);
    position: absolute;
    margin: 0;
}*/

  /* drop down */
  .dropdown-menu  {
      width: auto;
  }
  .dropdown-menu ul {
    display: none;
    width: auto;
    position: absolute;
    z-index: 100;
    border-radius: 3px;
  }
  .dropdown-menu ul li {
    width: inherit;
    float: none;
  }
  .dropdown-menu ul li a {
    display: block;
    text-decoration: none;
    width: 100%;
    white-space: nowrap;  > 
  }
  .dropdown-menu:hover ul {
    display: block;
  }
  .popup-div {
    height: auto;
    padding: 0;
    width: 70%;
    position: fixed;
    top: 15% !important;
    left: 15%;
    z-index: 90;
    overflow: auto;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
    box-sizing: border-box;
    max-height: 80%;
  }
  .popup-header {
    line-height: 60px;
    height: 60px;
    padding: 0 20px;
    font-size: 22px;
    text-transform: capitalize;
    position:sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 5;
  }
  .popup-content {
    padding: 25px 30px;
  }
  #ajaxBusy {
    cursor: wait;
    text-align: center;
    padding-top: 50px;
    min-height: 150px;
    height: auto;
    width: 30%;
    z-index: 999;
    position: fixed;
    top: 35%;
    right: 35%;
    left: 35%;
    border-radius: 5px;
  }
  #ajaxBusy i {
    font-size: 50px;
    margin: 10px;
  }
  #errorWindow {
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    min-height: 130px;
    padding: 5px;
    height: auto;
    width: 60%;
    z-index: 999;
    color: #FFFFFF;
    position: fixed;
    top: 40%;
    right: 20%;
    left: 20%;
    box-shadow:-1px 1px 1px rgba(0,0,0,0.5);
    -webkit-box-shadow:-1px 1px 1px rgba(0,0,0,0.5);
    border-radius: 5px;
  }
  #errorWindow i {
    margin: 5px;
    color: #ffffff;
  }
  #message_error i {
    margin: 5px;
    color: #fed330 !important;
  }
  #EWindow {
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  min-height: 130px;
  padding: 5px;
  height: auto;
  width: 60%;
  z-index: 999;
  color: #FFFFFF;
  position: fixed;
  top: 40%;
  right: 20%;
  left: 20%;
  box-shadow:-1px 1px 1px rgba(0,0,0,0.5);
  -webkit-box-shadow:-1px 1px 1px rgba(0,0,0,0.5);
  border-radius: 5px;
  }
  #EWindow i {
    margin: 5px;
    color: #ffffff;
  }
  .error-inline{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px; 
    width: 70%;
    margin: auto;
    font-weight: lighter;
  }
  .clear {
    clear: both;
  }
  .vspace {
    height: 8px;
  }
  .vspace-2 {
    height: 16px;
  }
  .hide {
    display: none;
  }
  .show {
    display: block;
  }
  .pullright {
    float: right !important;
  }
  .pullleft {
    float: left !important;
  }
  .small {
    font-size: 77%;
  }
  .vsmall {
    font-size: 60%;
  }
  .smaller {
    font-size: 90%;
    line-height: 90%;
  }
  .italic {
    font-style: italic;
  }
  .bigger {
    font-size: 115%;
  }
  .big {
    font-size: 130%;
  }
  .vbig {
    font-size: 170%;
  }
  .strong {
    font-weight: bold;
  }
  .semi-bold{
    font-weight: 600;
  }
  .thick {
    font-weight: 900;
  }
  .regular {
    font-weight: normal;
  }
  .lighter {
    font-weight: lighter;
  }
  .light {
    font-weight: 300;
  }
  .extra-light {
    font-weight: 200;
  }
  .left {
    text-align: left;
  }
  .right {
    text-align: right;
  }
  .center {
    text-align: center;
  }
  .center-div {
    float: none;
    margin-right: auto;
    margin-right: auto;
  }
  .justify {
    text-align: justify;
  }
  .upper-case {
    text-transform: uppercase;
  }
  .lower-case {
    text-transform: lowercase;
  }
  .capital {
    text-transform: capitalize;
  }
  .striped, .striped:hover, a:hover .striped {
      text-decoration: line-through;
  }
  .relative {
    position: relative;
  }
  .absolute {
    position: absolute;
  }
  .no-wrap {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
  }
  .img-responsive {
    /*display: block;*/
    width: 100% \9;
    max-width: 100%;
    height: auto;
  }
  .show-popover {
    position: relative;
    cursor: pointer;
    min-width: 20px;
  }
  .show-popover a, .show-popover a:hover, .show-popover a:active, .show-popover a:focus, .show-popover a:visited {
    color: initial;
    text-decoration: none;
  }
  .show-popover > span, .show-popover > span:hover {
    color: initial;
  }
  .popover {
    background-color: #f9f9f9;
    border: 1px solid rgba(8,20,29,0.6);
    border-radius: 5px;
    display: none;
    font-size: 13px;
    line-height: initial !important;
    position: absolute;
    bottom: 32px;
    left: 0;
    padding: 10px;
    min-width: 180px !important;
    width: 100% !important;
    z-index: 99;
    text-align: left;
    white-space: normal;
  }
  .popover:before {
    border-top: 7px solid rgba(8,20,29,0.7);
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    bottom: -7px;
    content: '';
    display: block;
    left: 50%;
    margin-left: -7px;
    position: absolute;
  }
  .show-popover > a:hover ~ div.popover, .show-popover > a:active ~ div.popover, .show-popover > a:focus ~ div.popover {
    display: block;
  }
  .show-popover > span:hover ~ div.popover {
    display: block;
  }
  .mapover {
    background-color: rgba(250,250,250,0.7);
    border-radius: 5px;
    padding: 3px 6px;
    width: auto !important;
    text-align: center;
    position: relative;
    border: 1px solid #999999;
    margin-top: 50px;
  }
  .mapover:before {
    border-bottom: 7px solid #999999;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    top: -7px;
    content: '';
    display: block;
    left: 50%;
    margin-left: -7px;
    position: absolute;
  }
  .white{
    color: #ffffff !important;
  }
  .light5{
    opacity: 0.5;
  }
  .light8{
    opacity: 0.8;
  }
  .light2{
    opacity: 0.2;
  }
/* AUTOCOMPLETE CSS SECTION */
.autocomplete {
  position: relative;
}
.clear-btn {
  position: absolute;
  right:8px; 
  bottom:8px;
  opacity: 0.7;
  font-style: normal;
  font-size: 1.4em;
  font-weight: lighter;
  user-select: none;
  cursor: pointer;
  display: none;
}
.ac-labels {
  position: absolute;
  z-index: 75;
  background-color: #fff;
  min-width: 250px; 
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px #999999;
  -moz-box-shadow: 0px 1px 3px #999999;
  box-shadow: 0px 1px 3px #999999;
  top: 61px;
  left: 0;
  padding: 5px 0;
}
.ac-labels label {
  padding: 4px 8px;
  color: #555555;
  display: block;
  width: 100%;
  min-height: 22px;
  height: 36px;
  cursor: pointer;
  overflow: hidden;
  font-weight: 300;
  margin: 0 !important;
}
.ac-labels label.ac-1{
  height: 24px;
}
.ac-labels label.ac-2{
  height: 36px;
}
.ac-labels label div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space:nowrap;
}
.ac-labels label .ac-hint {
  height: 15px;
  line-height: 15px;
  opacity: 0.7;
  font-size: 0.8em;
}
.ac-labels > div:last-child label {
  border: 0;
}
.ac-labels label.disable {
  opacity: 0.3;
}
.red {
  color:#F73C02 !important;
}
.red-border {
  border-color:#F73C02 !important;
}
/*when hovering an item:*/
.ac-labels label:hover, .ac-labels label.ac-active{
  background-color:rgba(191,158,36,0.2); 
}
/* END AUTOCOMPLETE CSS SECTION */
  @media ( max-width: 767px ) {
    .main-bar {
      position: absolute;
      z-index: 30 !important;
    }
    .popup-div {
      width: 90%;
      left: 5%;
      max-height: 90%;
      overflow: auto;
      top: 10% !important;
    }
    .header-band {
      padding: 0 !important;
      margin : 0 !important;
    }
    /*RESPONSIVE MENU*/
    .main-bar{
        width: 100%;
        margin: 0 !important; 
        height: 0px;
        overflow: hidden;
        right: 0;
    }
    .show_list{
        min-height: 200px;
        height: auto;
    }
    .main-bar > ul{
        width: 100%;
        height: auto;
        -webkit-box-shadow: 0px 1px 3px #666666;
        -moz-box-shadow: 0px 1px 3px #666666;
        box-shadow: 0px 1px 3px #666666;
    }
    .main-bar > ul > li {
        width: 100%;
        height: 52px;
        margin: 0 !important;
    }
    .main-bar > ul > li > a {
        line-height: 52px;
        width: 100%;
        height: 55px;
    }
    .media-btn-div{
        display: block;
    }
    /*END RESPONSIVE MENU*/
  
    .smart-hide {
      display: none;
     }
     .smart-hide-i {
      display: none;
     }
     .smart-hide-btn {
      display: block;
     }
    .dropdown-menu ul li {
        width: 100%;
        text-align: center;
    }
    #check_menu {
       display:block;
     }
    #hotel_facilities, #hotel_themes {
        display: none;
    }
    #ajaxBusy {
    padding-top: 20px;
    width: 80%;
    top: 40%;
    right: 10%;
    left: 10%;
    }
    #ajaxBusy i {
      font-size: 60px;
    }
    .xlarge-btn {
      height: 80px;
      line-height: 80px;
      font-size: 18px;
      letter-spacing: -0.6px;
      font-weight: bold;
      padding: 0 6px !important;
      border-radius: 5px;
    }
    .mytab-horizLinks li {
  		padding: 0 10px;
	}
  }
  @media (min-width: 768px) {
    
    #filter_block {
      display: block;
    }
     .smart-hide {
      display: block;
     }
     .smart-hide-i {
      display: inline-block;
     }
     .smart-hide-btn {
      display: none;
     }
     .mytab-horizLinks li {
  		padding: 0 20px;
	}
  }