/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #525252;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.panel-x {
margin-bottom: 20px;
}

.sub-menu {
    list-style-type: none;
    padding: 0;
}

.sub-menu-li {
    display: inline;
    margin-right: 24px;
    font-weight: 400;
    font-size: 13px;
    color: #AAA;
    text-transform: uppercase;
}

.img-thumbnail-hover:hover {
    border-color: #22A449;
}

.img-padding {
    padding: 10px 20px;
}

.tmark {
}

.img-thumbnail-hover:active {
    border-color: #22A449;
}

.heading-highlight:hover {
    border: inset 1px solid #ccc;
}

.heading-highlight:active {
    border: 1px solid #ccc;
}

.list-style-none {
    list-style: none;
    padding: 0;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 50px;
}

.sidebar-nav li a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #BBB;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.active-link {
    background-color: #22A449;
    color: #FFF;
    text-transform: uppercase;
}

.small-text {
    font-size: 11px;
    margin: -15px;
    padding: 0px 30px;
}

.small-text-price {
    font-size: 11px;
    margin: -15px;
    padding: 0px 10px;
}

.margin-top-20 {
	margin-top: 20px;
}

.small-text-three {
    font-size: 11px;
    margin: -15px;
    padding: 0px 0px;
}

.small-text-two {
    font-size: 11px;
    margin: -29px;
    padding: 0px 30px;
}

.video-text {
    font-size: 11px;
    margin: -10px;
    padding: 0px 10px;
}

.text-excerpt {
    font-size: 14px;
    margin: 5px;
}

.modal-header-bg {
    color: #fff;
    text-shadow: 0px -1px 3px rgba(0, 0, 0, 0.7);
    border-bottom: 1px solid #646464;
    border-right: 1px solid #919191;
    border-left: 1px solid #919191;
    border-top: 1px solid #919191;
    border-radius: 4px 4px 0px 0px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6E6E6E), to(#525252));
}

#lbOverlay {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #000;
    cursor: pointer;
}

#lbCenter, #lbBottomContainer {
    position: absolute;
    left: 50%;
    overflow: hidden;
    background-color: #fff; text-align: center; padding: 0px;
}

.lbLoading {
    background: #fff url(../img/loading.gif) no-repeat center;
}

#lbImage {
    border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
}

#lbPrevLink {
    left: 0;
}

#lbPrevLink:hover {
    background: transparent url(../img/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
    right: 0;
}

#lbNextLink:hover {
    background: transparent url(../img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
    color: #666;
    line-height: 1.8em;
    text-align: left;
    border: 10px solid #fff;
    border-top: 10px solid #FFF;
}

#lbCloseLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: transparent url(../img/closelabel.gif) no-repeat center;
    margin: 5px 0;
}

#lbCaption, #lbNumber {
    margin-right: 71px;
}

#lbCaption {
    font-weight: bold;
}

.padding-right-10 {
    padding-right: 10px;
}

.sidebar-nav > .sidebar-brand {
    height: 165px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.color-aaa {color: #AAA;}

.list-type {
    list-style-type: none;
    -webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1;
  border-top: 1px solid #DDD;
}

.border-bottom-none {
    border-bottom: none;
}

.font-md {
    font-size: 14px;
}

.font-sm {
    font-size: 12px;
}

.font-xs {
    font-size: 12px;
}

.small-number {
    font-size: 11px;
    margin: 0px;
    padding: 0px 0px;
}

.spacing-5 {height:5px;}
.spacing-10 {height:10px;}
.spacing-20 {height:20px;}
.spacing-30 {height:30px;}
.spacing-50 {height:50px;}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        box-shadow: inset 0px 0px 220px rgba(0, 0, 0, 0.12) !important;
        background-color: #FFF;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}