/*
Enter Here your Custom CSS Style!!
*/
.custom-ul {
    list-style: none outside none;
    margin-left: 1.5em;
    padding-left: 1em;
    text-indent: -.75em;
}

.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
  display: block;
}

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}
.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}
.item-thumbs img {
    max-width: 100%;
}
.item-thumbs {
    cursor: pointer;
}
#slidecaption a{
    color: #FFFFFF;
}
#slidecaption a:hover,
a:active,
a:focus{
	outline: 0;
	color:#80BCA3;
	text-decoration:none;
}
select {
    background-color: #26292E;
    border: none;
    width: 100%;
}
select, input[type="file"] {
    height: 55px;
    line-height: 30px;
}
select{
    background: none repeat scroll 0 0 #26292E;
    border: medium none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    color: #7F8289;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    height: auto;
    margin: 0;
    padding: 15px 12px;
    resize: none;
}
.thepot {
	display:none;
}
