/*----------------------------------
This is Style for Gallery 2-Coloumn

Name:         gallery5.css
Written By:   Designcollection
Version:      1.0
----------------------------------*/
/* This is demo purpose Body CSS */
.demo {
    font-family: 'Open Sans', sans-serif;
    color: #555;
}
/* Mixins */
/* all hyper link */

#llb a {
    color: #5d5c5c
}
#llb a:hover {
    color: #000000;
    text-decoration: none;
}
#llb a:focus {
    outline: 0px solid
}
#llb img {
    max-width: 100%;
    height: auto
}
#llb p {
    margin: 0 0 15px;
}
#llb a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}
#llb a:active,
#llb a:hover {
    outline: 0 none;
}
#llb .view-more-one {
    font-size: 13px;
    color: #ED6A5A;
    padding-left: 5px;
}
/* unorder list */

#llb ul {
    list-style: outside none none;
    padding: 0px;
    margin: 10px 0px 10px 0px;
    color: #7D7B7B;
    font-size: 13px;
}
#llb .section-title ul {
    list-style: outside none none;
    padding: 0px;
    margin: 10px 0px -20px 0px;
    color: #7D7B7B;
    font-size: 13px;
}
/* all icon css list item */

#llb .wish-icon-hover ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* space top and botom */

.space-top,
.space-bottom {
    padding: 100px 0px 80px 0px;
}
/* gallery item */

#llb .single-product-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
#llb .single-product-info {
    padding: 20px;
}
#llb .single-product-info .pro-rating i {
    color: #b9a745;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}
#llb .single-product-info .pro-price {
    float: right;
}
#llb .single-product-info .pro-rating {
    float: left;
}
/* gallery font css */

#llb span.old-price {
    color: #a6a6a6;
    font-size: 13px;
    margin-left: 8px;
    text-decoration: line-through;
}
/* gallery new price tag */

#llb .single-product-info .pro-price span.new-price {
    color: #b9a745;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 5px;
    font-weight: 700;
}
/* gallery infomation */

#llb .related-prouct-area .single-product-info .pro-price span.new-price,
#llb .home-two .single-product-info .pro-price span.new-price,
#llb .home-two .related-product-wrapper #llb .single-product-info .pro-price span.new-price {
    color: #046380;
}
/* new price tag */

#llb .shop-area-start .single-product-info .pro-price span.new-price {
    color: #046380;
}
#llb .single-product-info .pro_price span.old-price {
    color: #a6a6a6;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-size: 400;
    margin-left: 2px;
}
/* gallery heading  */

#llb .single-product-info h3 {
        color: #1b1b1b;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.5px;
	    text-align: left;
    margin:0px;
}
#llb .home-two .single-product-info h3 a:hover,
#llb .related-prouct-area .single-product-info h3 a:hover {
    color: #046380;
}
/* gallery filter */

#llb .price-range {
    border: 0;
    color: #f6931f;
    font-weight: bold;
    background: transparent;
}
#llb .wish-icon-hover {
    position: absolute;
    bottom: 0;
    background: rgba(12, 12, 12, 0.5);
    padding: 9px 0px 5px 0px;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 9;
}
#llb .wish-icon-hover ul li {
    display: inline-block;
    margin-right: 10px;
}
#llb .wish-icon-hover ul li {
    margin-right: 5px;
}
#llb .wish-icon-hover ul li:last-child {
    margin-right: 0px;
}
#llb .wish-icon-hover ul li a {
    background: #fffaf0;
    border: 1px solid #ccc;
    height: 37px;
    width: 37px;
    border-radius: 0%;
    vertical-align: middle;
    display: table-cell;
    transform: scale(0);
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-in-out;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
/* icon hover state */

#llb .wish-icon-hover ul li:hover a,
.wish-icon-hover ul li.active a {
    background: #b9a745 !important;
    color: #fff !important;
}
/* hover effect section */

#llb .hover-effect,
#llb .hover-effect a {
    position: relative;
    display: block;
}
#llb .hover-effect > a::before,
#llb .hover-effect > a::after {
    background: rgba(12, 12, 12, 0.1) none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    transition: all 0.6s ease-in 0s;
    width: 100%;
    z-index: 8;
}
#llb .hover-effect > a::before {
    left: -100%;
    top: -100%;
}
#llb .hover-effect a::before,
#llb .hover-effect a::after {
    display: block;
}
#llb .hover-effect > a::after {
    bottom: -100%;
    right: -100%;
}
/* single product hover effect */

#llb .single-product:hover .hover-effect > a::before {
    left: 0;
    top: 0;
}
#llb .single-product:hover .hover-effect > a::after {
    right: 0;
    bottom: 0;
}
#llb .single-product-item:hover .wish-icon-hover {
    opacity: 1;
}
#llb .single-product-item:hover .wish-icon-hover ul li a {
    transform: scale(1);
}
#llb .wish-icon-hover ul li:nth-child(1) a {
    transition-delay: 0.0s;
}
#llb .wish-icon-hover ul li:nth-child(2) a {
    transition-delay: 0.2s;
}
#llb .wish-icon-hover ul li:nth-child(3) a {
    transition-delay: 0.3s;
}
#llb .trend-right {
    position: relative;
}
/* gallery list side bar */
/* Widget List */

#llb .single-left-widget {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 6px;
    margin-bottom: 38px;
}
#llb .single-left-widget:last-child {
    margin-bottom: 0px;
}
#llb .single-left-widget .section-title h4 {
    font-size: 15px;
    font-family: 'Open Sans';
    display: block;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
#llb .single-left-widget .section-title ul li a {
    font-size: 14px;
    color: #a6a6a6;
    font-family: 'Open Sans';
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
/* shop list side bar color */

#llb .single-left-widget .section-title ul li:hover a,
#llb .single-left-widget .section-title ul li:hover a i,
#llb .single-left-widget .section-title ul li.active a,
#llb .single-left-widget .section-title ul li.active a i {
    color: #046380;
}
#llb .single-left-widget .section-title ul li {
    padding-bottom: 15px;
}
#llb .single-left-widget .section-title ul li a i {
    margin-right: 10px;
}
/* gallery sidebar filter */

#llb .price-filter {
    margin-bottom: 17px;
    margin-right: 5px;
    margin-top: 10px;
}
#llb #slider-range {
    background: #A6A6A6 none repeat scroll 0 0;
    border: 0 none;
    height: 5px;
    border-radius: 0px;
}
/* gallery bg */

#llb .ui-slider-range.ui-widget-header.ui-corner-all {
    background: #282828 none repeat scroll 0 0 !important;
    border: medium none !important;
    height: 5px;
    margin-top: 0;
}
#llb .price-filter .ui-slider-handle.ui-state-default.ui-corner-all {
    background: #046380 none repeat scroll 0 0;
    border: medium none !important;
    border-radius: 50%;
    height: 15px;
    margin-top: -1px;
    width: 15px !important;
}
#llb .price-slider-amount {
    margin: 6px 0 0;
    padding-top: 5px;
    text-align: center;
}
#llb .slider-values {
    overflow: hidden
}
#llb .price-slider-amount input {
    border: none;
    margin-left: 85px;
}
#llb ul.size-widget,
#llb ul.color-widget,
#llb ul.widget-tag {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* gallery size widget */

#llb ul.size-widget li {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-right: 30px;
}
#llb ul.size-widget li:last-child {
    margin-right: 0px;
}
/* gallery section title */

#llb .single-left-widget .section-title ul.size-widget li a {
    display: block;
    color: #a6a6a6;
    font-size: 10px;
    text-align: center;
    border: 1px solid #ddd;
    height: 20px;
    width: 20px;
    line-height: 19px;
    font-family: 'Open Sans', sans-serif;
}
#llb .single-left-widget .section-title ul.size-widget li:hover a,
#llb .single-left-widget .section-title ul.size-widget li.active a {
    background: #FF0000;
    color: #fff;
    border: 1px solid #FF0000;
}
/* color widget side bar */

#llb .single-left-widget .section-title ul.color-widget li {
    display: inline-block;
    margin-right: 30px;
    padding-bottom: 8px;
}
#llb .single-left-widget .section-title ul.color-widget li:nth-child(5),
#llb .single-left-widget .section-title ul.color-widget li:nth-child(10) {
    margin-right: 0px;
}
#llb ul.color-widget li.red a {
    background: #FE0000;
}
#llb ul.color-widget li.merun a {
    background: #9D0B0E;
}
#llb ul.color-widget li.megenta a {
    background: #EC018C;
}
#llb ul.color-widget li.blue a {
    background: #01AEF0;
}
#llb ul.color-widget li.neviblue a {
    background: #0C004A;
}
#llb ul.color-widget li.green a {
    background: #0C904D;
}
#llb ul.color-widget li.yellow a {
    background: #F1DF1B;
}
#llb ul.color-widget li.purple a {
    background: #92278F;
}
#llb ul.color-widget li.black a {
    background: #000000;
}
#llb ul.color-widget li:last-child {
    margin-right: 0px;
}
/* color widger list hyper link */

#llb .single-left-widget .section-title ul.color-widget li a {
    display: block;
    color: #a6a6a6;
    font-size: 10px;
    text-align: center;
    border: 1px solid #ddd;
    height: 20px;
    width: 20px;
    line-height: 19px;
}
#llb .single-left-widget .section-title ul.size-widget li:hover a,
#llb .single-left-widget .section-title ul.size-widget li.active a {
    background: #FF0000;
    color: #fff;
    border: 1px solid #FF0000;
}
/* single left side bar border */

#llb .single-left-widget .section-title ul.color-widget li:hover a,
#llb .single-left-widget .section-title ul.color-widget li.active a {
    border: 2px solid #B7B7B7;
}
#llb ul.widget-tag li {
    display: inline-block;
    margin-right: 9px;
}
/* list tag */

#llb ul.widget-tag li:nth-child(3),
#llb ul.widget-tag li:nth-child(6) {
    margin-right: 0px;
}
#llb ul.widget-tag li a {
    display: block;
    font-size: 14px;
    color: #a6a6a6;
    text-transform: uppercase;
    padding: 7px 9px;
    border: 1px solid #ddd;
    font-family: 'Open Sans', sans-serif;
}
#llb ul.widget-tag li:hover a {
    background: #046380;
    color: #fff !important;
    border: 1px solid #046380;
}
/* shop css */

#llb .shop-item-filter .col-lg-5.col-md-6.col-sm-5.col-xs-12 {
    margin-top: 5px;
}
#llb .shop-area-start #grid .shop-single-products {
    margin-bottom: 20px;
}
/* shop item filder css */

#llb .shop-item-filter {
    display: block;
    margin-bottom: 15px;
    margin-top: 30px;
    overflow: hidden;
}
#llb .shop-tab ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#llb .shop-tab ul li {
    display: inline-block;
    margin-right: 8px;
}
/* shop icon list */

#llb .shop-tab li a i {
    float: left;
    color: #282828;
    font-size: 22px;
    position: relative;
    padding: 4px 6px 3px 6px;
}
#llb .shop-tab li:hover a i,
.shop-tab li.active a i {
    color: #fff;
    background: #d2d8c3;
}
#llb .shop-view a.active.list-view i,
#llb .shop-view a.list-view:hover i {
    color: #fff;
    background: #046380;
}
/* heading filter */

#llb .filter-by h4 {
    color: #282828;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 3px;
}
#llb .filter-by > form {
    cursor: pointer;
    float: right;
}
#llb .filter-by {
    display: inline-block;
    margin-left: 50px;
}
#llb .filter-by:first-child {
    margin-left: 0px;
}
/* shop tab */

#llb .shop-tab {
    margin-bottom: 0
}
#llb .filter-text {
    display: inline-block
}
#llb .filter-by select {
    border: 1px solid #A6A6A6;
    font-size: 14px;
    color: #a6a6a6;
    cursor: pointer;
    padding: 0px 5px;
    -moz-appearance: button;
}
#llb .cat-service-area select:focus {
    background: #ffffff none repeat scroll 0 0
}
#llb .shop-main-area .filter-by h4 {
    color: #69686c;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 0;
    margin-right: 5px;
    padding: 0 9px 0 0;
    font-family: 'Open Sans', sans-serif;
}
/* page list */

#llb .page-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
/* pagination list */

#llb .page-menu ul li {
    display: inline-block;
    font-size: 14px;
    color: #282828;
    font-family: 'Open Sans', sans-serif;
}
#llb .page-menu ul li.li-page {
    margin-right: 10px;
}
/* list hyper link */

#llb .page-menu ul li a {
    color: #a6a6a6;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #A6A6A6;
    margin-right: 5px;
    height: 25px;
    width: 25px;
    display: block;
    text-align: center;
    padding-top: 2px;
}
#llb .page-menu ul li:last-child a {
    margin-right: 0px;
}
#llb .page-menu ul li:hover a,
.page-menu ul li.active a {
    color: #fff;
    background: #046380;
    border: 1px solid #046380;
}
/* left sidebar */

#llb .leftsidebar #list .shop-single-products {
    margin-bottom: 50px;
}
#llb .margin-none {
    margin-bottom: 30px;
    margin-top: 0px;
}
#llb .shop-single-products .single-product-info i,
#llb .shop-single-products .single-product-info h4,
#llb .shop-single-products .single-product-info h3 a:hover {
    color: #7D7B7B;
}
/* gallery info heading hover */

#llb .shop-single-products .single-product-info h3 a:hover {
    color: #000000 !important;
    text-decoration: none;
}
#llb .shop-single-products .wish-icon-hover ul li:hover a,
#llb .shop-single-products .wish-icon-hover ul li.active a {
    background: #046380 !important;
}
#llb .shop-single-products .single-product-img {
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
/* span gallery */

#llb .shop-single-products span {
    top: 1px;
    z-index: 9;
}
#llb .new-sale span:nth-child(2) {
    top: 45px;
}
/*  gallery tag */

#llb .new-sale {
    text-align: center;
    background: rgba(12, 12, 12, 0.3);
    position: absolute;
    top: 0%;
    display: block;
    padding: 2px 80px;
    color: #fff;
    min-width: 86%;
}
/* gallery left side bar css */

#llb .single-left-widget {
    border-bottom: 5px solid #d2d8c3;
    padding-bottom: 6px;
    margin-bottom: 30px;
    background: #f0f3e8;
    padding: 20px;
}
#llb .single-left-widget:last-child {
    margin-bottom: 30px;
}
/* section title heading */

#llb .single-left-widget .section-title h4 {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    display: block;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
/* single left list hyperlink */

#llb .single-left-widget .section-title ul li a {
    font-size: 14px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
#llb .single-left-widget .section-title ul li:hover a,
#llb .single-left-widget .section-title ul li:hover a i,
#llb .single-left-widget .section-title ul li.active a,
#llb .single-left-widget .section-title ul li.active a i {
    color: #046380;
}
#llb .single-left-widget .section-title ul li {
    padding-bottom: 15px;
}
#llb .single-left-widget .section-title ul.widget-tag li {
    padding: 5px 0px 0px 0px;
}
#llb .section-title.space-bot {
    margin-bottom: -10px;
}
#llb .single-left-widget .section-title ul li a i {
    margin-right: 10px;
}
/* gallery filter */

#llb .price-filter {
    margin-bottom: 0px;
    margin-right: 5px;
    margin-top: 10px;
}
/* gallery slider range */

#llb #slider-range {
    background: #A6A6A6 none repeat scroll 0 0;
    border: 0 none;
    height: 5px;
    border-radius: 0px;
}
#llb .ui-slider-range.ui-widget-header.ui-corner-all {
    background: #282828 none repeat scroll 0 0 !important;
    border: medium none !important;
    height: 5px;
    margin-top: 0;
}
#llb .price-filter .ui-slider-handle.ui-state-default.ui-corner-all {
    background: #046380 none repeat scroll 0 0;
    border: medium none !important;
    border-radius: 50%;
    height: 15px;
    margin-top: -1px;
    width: 15px !important;
}
/* gallery amount range */

#llb .price-slider-amount {
    margin: 6px 0 0;
    padding-top: 5px;
    text-align: center;
}
#llb .slider-values {
    overflow: hidden
}
#llb .price-slider-amount input {
    border: none;
    margin-left: 85px;
}
/* widet tag */

#llb ul.size-widget,
#llb ul.color-widget,
#llb ul.widget-tag {
    margin: 0;
    padding: 0;
    list-style: none;
}
#llb ul.size-widget li {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-right: 22px;
}
/* widget last list */

#llb ul.size-widget li:last-child {
    margin-right: 0px;
}
#llb .single-left-widget .section-title ul.size-widget li a {
    display: block;
    color: #333;
    font-size: 13px;
    text-align: center;
    border: 1px solid #a5a071;
    height: 25px;
    width: 25px;
    line-height: 13px;
    padding: 5px;
    font-family: 'Open Sans', sans-serif;
}
#llb .single-left-widget .section-title ul.size-widget li:hover a,
#llb .single-left-widget .section-title ul.size-widget li.active a {
    background: #FF0000;
    color: #fff;
    border: 1px solid #FF0000;
}
/* color widger */

#llb .single-left-widget .section-title ul.color-widget li {
    display: inline-block;
    margin-right: 28px;
    padding-bottom: 8px;
}
#llb .single-left-widget .section-title ul.color-widget li:nth-child(5),
#llb .single-left-widget .section-title ul.color-widget li:nth-child(10) {
    margin-right: 0px;
}
#llb ul.color-widget li.red a {
    background: #FE0000;
}
#llb ul.color-widget li.merun a {
    background: #9D0B0E;
}
#llb ul.color-widget li.megenta a {
    background: #EC018C;
}
#llb ul.color-widget li.blue a {
    background: #01AEF0;
}
#llb ul.color-widget li.neviblue a {
    background: #0C004A;
}
#llb ul.color-widget li.green a {
    background: #0C904D;
}
#llb ul.color-widget li.yellow a {
    background: #F1DF1B;
}
#llb ul.color-widget li.purple a {
    background: #92278F;
}
#llb ul.color-widget li.black a {
    background: #000000;
}
#llb ul.color-widget li:last-child {
    margin-right: 0px;
}
/* color widger list hyper */

#llb .single-left-widget .section-title ul.color-widget li a {
    display: block;
    color: #a6a6a6;
    font-size: 10px;
    text-align: center;
    border: 1px solid #ddd;
    height: 20px;
    width: 20px;
    line-height: 19px;
}
/* single left widget */

#llb .single-left-widget .section-title ul.size-widget li:hover a,
#llb .single-left-widget .section-title ul.size-widget li.active a {
    background: #d2d8c3;
    color: #fff !important;
    border: 1px solid #a5a071;
}
#llb .single-left-widget .section-title ul.color-widget li:hover a,
#llb .single-left-widget .section-title ul.color-widget li.active a {
    border: 2px solid #B7B7B7;
}
#llb ul.widget-tag li {
    display: inline-block;
    margin-right: 9px;
}
#llb ul.widget-tag li:nth-child(3),
#llb ul.widget-tag li:nth-child(6) {
    margin-right: 0px;
}
/* widget list hyperlink */

#llb ul.widget-tag li a {
    display: block;
    font-size: 14px;
    color: #a6a6a6;
    text-transform: uppercase;
    padding: 7px 9px;
    border: 1px solid #ddd;
    font-family: 'Open Sans', sans-serif;
}
#llb ul.widget-tag li:hover a {
    background: #d2d8c3;
    color: #fff !important;
    border: 1px solid #a5a071;
}
/* shop list */

#llb .shop-single-products.shop-list {
    margin-bottom: 50px;
    width: 100%;
}
/* gallery images */

#llb .single-product-img {
    overflow: hidden;
}
/* rating */

#llb .list_rating {
    display: inline-block;
    float: left;
}
/* gallery information */

#llb .shop-single-products.shop-list .single-product-info {
    margin-top: 20px;
}
#llb .shop-single-products.shop-list .single-product-info h3 {
    display: block;
}
/* gallery heading */

#llb .shop-single-products.shop-list .single-product-info h4 {
    float: right;
    display: inline-block;
}
/* shop list */

#llb .shop-single-products.shop-list {
    padding-left: 0;
    padding-right: 0;
}
#llb .shop-single-products.shop-list .single-product-info p {
    color: #a6a6a6;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 25px;
    margin-bottom: 20px;
    display: inline-block;
}
/* grid product info */

#llb #grid .single-product-info {
    display: inline-block;
}
#llb #grid .hover-effect,
#llb #grid .hover-effect a {
    /*display: block;*/
}
#llb #grid.tab-pane .row {
    margin-left: -10px;
    margin-right: -10px;
}
#llb .arrival-area .col-xs-12.col-width,
#llb .related-prouct-area .col-xs-12.col-width {
    width: 100%;
}
/* wise icon list */

#llb .wish-icon-hover-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#llb .wish-icon-hover-list ul li {
    display: inline-block;
    margin-right: 10px;
}
#llb .wish-icon-hover-list ul li:last-child {
    margin-right: 0px;
}
#llb .wish-icon-hover-list ul li i {
    display: block;
    font-size: 14px;
    color: #39393b;
    background: #D7D7D7;
    height: 35px;
    width: 35px;
    text-align: center;
    border-radius: 0%;
    line-height: 37px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-family: 'Open Sans', sans-serif;
}
/* list active icon */

#llb .wish-icon-hover-list ul li:hover i,
#llb .wish-icon-hover-list ul li.active i {
    color: #fff;
    background: #046380;
}
/* section title heading */

#llb .single-left-widget .section-title h4 {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    display: block;
    border-bottom: 1px solid #d2d8c3;
    padding-bottom: 15px;
    margin-bottom: 12px;
    margin-top: -2px;
}
/*  section title heading */

#llb .section-title h4,
#llb .section-tab-menu ul li a {
    text-transform: uppercase;
    font-size: 20px;
    color: #282828;
    font-family: 'Open Sans', sans-serif;
    display: block;
}
/*custom css*/

#llb .single-product {
    background: #fafafa;
    margin-bottom: 30px;
}
#llb .single-product:hover {
    background: #f0f3e8;
}
#llb .single-product p {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: -3px;
    color: #7D7B7B;
}
input[type="search"] {
    background: #fff;
    border: 1px solid #ccc;
    color: #888;
    font-size: 13px;
    height: 39px;
    letter-spacing: 1px;
    margin: 0;
    padding: 10px;
    width: 100%;
    outline: none;
    margin-top: 7px;
}
#llb .search_btn {
    background: none;
    border: none;
    color: #000;
    float: left;
    right: 35px;
    font-size: 14px;
    height: 37px;
    line-height: 37px;
    min-width: 40px;
    position: absolute;
    vertical-align: bottom;
    top: 40.7%;
}
#llb .submit_btn {
    margin-top: 19px;
    background: #f0f0f0;
    border: 1px solid #ccc;
    color: #333;
    padding: 8px 7px;
    width: 100%;
}
/*gallery css*/

#llb .post-thumb {
    width: 45%;
    float: left;
    padding: 10px 10px 10px 0px;
}
#llb .post-thumb img {
    margin-left: 0px;
    margin-top: 0px;
    width: 100%;
    min-height: auto;
    border: 1px solid #a5a5a5;
}
#llb .post-area {
    width: 55%;
    float: left;
    padding: 10px 0px 10px 10px;
}
#llb .post-content {
    margin-right: 23px;
}
#llb .post-content a {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}
#llb .cal {
    color: #ED6A5A;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}
/* Navbar CSS . Demo Purpose */
/* Smartphones (portrait and landscape) --  --  --  --  -- - */
@media screen
and (min-width: 304px) 
and (max-width: 667px) {
    /* Styles */
	.navbar-default {
    background-color: rgba(0, 0, 0, 0.9) !important;
    border-color: transparent;
}
.navbar-nav .open .dropdown-menu {
    background-color: #f0f0f0 !important;
}
}
.navbar-default {
    background-color: rgba(0, 0, 0, 0.6);
    border-color: transparent;
}
.navbar-default .navbar-nav > li > a {
    color: #dedede;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #dedede;
    background-color: #000;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #dedede;
    text-decoration: none;
    background-color: #3a3939;
}
.headline {
    text-align: center;
}
.dropdown-menu > li > a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}
.trust-box {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
    overflow: hidden;
    margin: 100px 0px;
    text-align: center;
}
.f-box {
    padding: 20px 20px 23px 20px;
    text-align: center;
    border-right: 1px solid #e0e0e0;
}
.l-box {
    padding: 20px;
    text-align: center;
    border-right: transparent;
}
.trust-box i {
    padding: 10px;
}
i.fa.fa-lock {
    color: #CC6600;
}
i.fa.fa-credit-card.crd-clr {
    color: #009999;
}
i.fa.fa-headphones {
    color: #33CC99;
}
i.fa.fa-mobile {
    color: #6666CC;
}
p.copyright {
    letter-spacing: 1px;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
/* Navbar bottom Line */

.bor-bot-line {
    border-bottom: 1px solid #ccc;
    margin: 0px 10px;
}