.col-mf-5 {width:20%;}
.navbar-nav > li > .dropdown-menu {border-top:0; padding:20px 0 15px 0;}
.dropdown-header,.orange {color:#F19F07}
.dropdown-menu {font-size:12px}
.mega-dropdown-menu a { border-bottom: 1px solid #f5f5f5 !important;
color: #666;
font-size: 11px;
letter-spacing: 0.15em;
padding: 7px 5px!important}
.mega-dropdown-menu a:hover {background-color:#f5f5f5;}

.caption-content > .font-alt {font-weight:700; line-height:1.2; color:#fafafa;text-shadow:1px 1px #000}
.caption-content > .font-inc {font-weight:700; line-height:1.2; color:#f19f07;text-shadow:1px 1px #000;font-size:1.1em}
.
.btn-warning {background-color:#F19F07}
.btn-success {border-color:transparent}
.customicon > .btn {border-radius:0; width:155px; transition:all 0.3s;}
.customicon > .btn:hover {border-radius:0; width:160px; transition:all 0.3s;}
.customicon {margin-bottom:5px;}
.customicon a {color:#fff; font-size:15px; font-family: "Inconsolata", sans-serif; font-weight:bold}
.module-title {font-weight:700; line-height:1.2; color:#666;padding:25px;background: rgba(255,255,255,0);
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.55) 8%, rgba(255,255,255,0.75) 11%, rgba(255,255,255,0.76) 17%, rgba(255,255,255,0.74) 47%, rgba(255,255,255,0.78) 78%, rgba(255,255,255,0.75) 88%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(8%, rgba(255,255,255,0.55)), color-stop(11%, rgba(255,255,255,0.75)), color-stop(17%, rgba(255,255,255,0.76)), color-stop(47%, rgba(255,255,255,0.74)), color-stop(78%, rgba(255,255,255,0.78)), color-stop(88%, rgba(255,255,255,0.75)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.55) 8%, rgba(255,255,255,0.75) 11%, rgba(255,255,255,0.76) 17%, rgba(255,255,255,0.74) 47%, rgba(255,255,255,0.78) 78%, rgba(255,255,255,0.75) 88%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.55) 8%, rgba(255,255,255,0.75) 11%, rgba(255,255,255,0.76) 17%, rgba(255,255,255,0.74) 47%, rgba(255,255,255,0.78) 78%, rgba(255,255,255,0.75) 88%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.55) 8%, rgba(255,255,255,0.75) 11%, rgba(255,255,255,0.76) 17%, rgba(255,255,255,0.74) 47%, rgba(255,255,255,0.78) 78%, rgba(255,255,255,0.75) 88%, rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.55) 8%, rgba(255,255,255,0.75) 11%, rgba(255,255,255,0.76) 17%, rgba(255,255,255,0.74) 47%, rgba(255,255,255,0.78) 78%, rgba(255,255,255,0.75) 88%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );}
blockquote {
  background: #f9f9f9;
 
  margin: 0 10px;
  padding: 0.7em;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote:after {
  color: #ccc;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.45em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
.custom-select {
  /* wrapper style */
  position: relative;
  display: block;
  max-width: 400px;
  min-width: 180px;
  margin: 0 auto;
  /* the down arrow */
}
.custom-select select {
  /* Select Reset */
  border: 1px solid #b6b6b6;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  display: block;
  width: 100%;
  cursor: pointer;
  /* custom select appearance */
  padding: 4px 55px 5px 8px;
  font-size: 12px;
  font-family: "Inconsolata", sans-serif;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:0.08em;
  color:rgba(102, 102, 102, 0.5);
margin-top:3px;
	height:30px;
}
.custom-select:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  line-height: 30px;
  content: '\25BC';
  text-align: center;
  z-index: -1;
  background: #b6b6b6;
  color: #fff;
  font-size: 14px;
}
.custom-select2 {
  /* wrapper style */
  position: relative;
  display: block;
  width:100%;
  margin: 0 auto;
  /* the down arrow */
}
.custom-select2 select {
  /* Select Reset */
  border: 1px solid #b6b6b6;
  outline: none;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  margin: 0;
  display: block;
  width: 100%;
  cursor: pointer;
  /* custom select appearance */
  padding: 5px 55px 5px 8px;
  font-size: 12px;
  height:35px;
  font-family: "Inconsolata", sans-serif;
  font-weight:400;
  text-transform:uppercase;
  letter-spacing:0.08em;
  color:#555;

}
.custom-select2:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  line-height: 40px;
  content: '\25BC';
  text-align: center;
  z-index: 1;
  background: #b6b6b6;
  color: #fff;
  font-size: 14px;
	-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.filters2 > li {margin:0 10px;}
.search-custom > placeholder {color:rgba(102, 102, 102, 1) !important;}
.search-custom  {height:30px; border-radius:0;border: 1px solid #b6b6b6;margin-top:3px;color:rgba(102, 102, 102, 0.5) !important;font-size: 12px;}
.btn-search {heigth:30px;border-radius:0;border:none;padding: 5px 9px !important; font-size:15px !important;background: #b6b6b6;margin-top:3px;}
.btn-search:hover {background-color:#F19F07; transition:all 0.3s}
.btn-search2 {height:40px;border-radius:5px;border:none;padding: 5px 15px !important; font-size:13px !important;background:#F19F07 ;}
.btn-search2:hover {background-color:#b6b6b6; transition:all 0.3s}
.date-input{height:35px;border-radius:5px;border: 1px solid #b6b6b6;padding: 5px 15px !important; font-size:13px !important;}
.input-group-addon {background: #b6b6b6;}
.section-title h2 {font-family: "Inconsolata", sans-serif; font-size:20px; width:100%;color:#444;}
.intro1 {font-family: "Inconsolata", sans-serif; font-size:18px; background-color:#ebebeb; padding:18px; width:100%;color:#444}
.intro1:after {content: '';
    position: absolute;
    left: 47%;
    top: 72%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ebebeb;
    clear: both;}
.filter-index {margin-top:15px; border-top:1px solid #e1e1e1; border-bottom:1px solid #e1e1e1;}
.navbar-custom .navbar-brand {margin-top:0}
.navbar-brand {padding:5px 15px; height:60px;}
.custom2 {
	margin-top: -109px;
    margin-bottom:15px;
    padding: 0px 15px 15px 15px;
    position: relative;
    background-color: rgba(25,25,25,0.2);
    z-index: 99;
    color: #fff;
    width: 100%;
   
}
.custom2 select.form-control {
    font-size: 16px;
}
.details label {font-size:10px; color:#F19F07}
dt {width:42%; display:inline-block;text-transform:uppercase;font-size:11px;color:#F19F07}
dd  {width:58%; display:inline-block; font-size:10px; text-transform:uppercase;text-align:right}
.divided-3 {width: 29.3333%;
margin-right: 3%;
margin-bottom: 3%; display:inline-block;}
.price {    color: #F60;
    font-size: 1.6667em;
    text-transform: uppercase;
    float: right;
    text-align: right;
    line-height: 1;
    display: block;
}
.price small {
    display: block;
    color: #838383;
    font-size: .5em;
}
.morecontent span {
	display: none;
}
.comment {
	width: 400px;
	background-color: #f0f0f0;
	margin: 10px;
}
