/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 4, 2016, 2:24:47 PM
    Author     : VleekGa
*/


.sadow-box {
    background: #fff;   
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all .2s ease-in-out;   
}
.sadow-box:hover {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.09), 0px 6px 6px rgba(0, 0, 0, 0.11);
}



/*Panels (Portlets)
------------------------------------*/
.panel-heading {
    color: #fff;  
    padding: 5px 15px;
}

/*Panel Table*/
.panel .table {
    margin-bottom: 0;
}

/*Panel Unify*/
.panel-u {
    border-color: #72c02c;
}

.panel-u > .panel-heading {
    background: #72c02c;
}

/*Panel Blue*/
.panel-blue {
    border-color: #3498db;
}

.panel-blue > .panel-heading {
    background: #3498db;
}

/*Panel Red*/
.panel-red {
    border-color: #e74c3c;
}

.panel-red > .panel-heading {
    background: #e74c3c;
}

/*Panel Green*/
.panel-green {
    border-color: #2ecc71;
}

.panel-green > .panel-heading {
    background: #2ecc71;
}

/*Panel Sea*/
.panel-sea {
    border-color: #1abc9c;
}

.panel-sea > .panel-heading {
    background: #1abc9c;
}

/*Panel Orange*/
.panel-orange {
    border-color: #e67e22;
}

.panel-orange > .panel-heading {
    background: #e67e22;
}

/*Panel Yellow*/
.panel-yellow {
    border-color: #f1c40f;
}

.panel-yellow > .panel-heading {
    background: #f1c40f;
}

/*Panel Grey*/
.panel-grey {
    border-color: #95a5a6;
}

.panel-grey > .panel-heading {
    background: #95a5a6;
}

/*Panel Dark*/
.panel-dark {
    border-color: #555;
}

.panel-dark > .panel-heading {
    background: #555;
}

/*Panel Purple*/
.panel-purple {
    border-color: #9b6bcc;
}

.panel-purple > .panel-heading {
    background: #9b6bcc;
}

/*Panel Aqua*/
.panel-aqua {
    border-color: #27d7e7;
}

.panel-aqua > .panel-heading {
    background: #27d7e7;
}

/*Panel Brown*/
.panel-brown {
    border-color: #9c8061;
}

.panel-brown > .panel-heading {
    background: #9c8061;
}

/*Panel Dark Blue*/
.panel-dark-blue {
    border-color: #4765a0;
}

.panel-dark-blue > .panel-heading {
    background: #4765a0;
}

/*Panel Light Green*/
.panel-light-green {
    border-color: #79d5b3;
}

.panel-light-green > .panel-heading {
    background: #79d5b3;
}

/*Panel Default Dark*/
.panel-default-dark {
    border-color: #585f69;
}

.panel-default-dark > .panel-heading {
    background: #585f69;
}



/*Tag Boxes
------------------------------------*/
.tag-box  {
    padding: 20px;
    background: #fff;
    margin-bottom: 30px;
}

.tag-box h2 {
    font-size: 20px;
    line-height: 25px;
}

.tag-box p {
    margin-bottom: 0;
}

.tag-box.tag-text-space p {
    margin-bottom: 10px;
}

/*Tag Boxes v1*/
.tag-box-v1 {
    border: solid 1px #eee;
    border-top: solid 2px #72c02c;
}

/*Tag Boxes v2*/
.tag-box-v2 {
    background: #fafafa;
    border: solid 1px #eee;
    border-left: solid 2px #72c02c;
}

/*Tag Boxes v3*/
.tag-box-v3 {
    border: solid 2px #eee;
}

/*Tag Boxes v4*/
.tag-box-v4 {
    border: dashed 1px #bbb;
}

/*Tag Boxes v5*/
.tag-box-v5 {
    margin: 20px 0;
    text-align: center;
    border: dashed 1px #ccc;
}

.tag-box-v5 span {
    color: #555;
    font-size: 28px;
    margin-bottom: 0;
}

/*Tag Boxes v6*/
.tag-box-v6 {
    background: #fafafa;
    border: solid 1px #eee; 
}

/*Tag Boxes v7*/
.tag-box-v7 {
    border: solid 1px #eee;
    border-bottom: solid 2px #72c02c;
}




/*Funny Boxes
------------------------------------*/
.funny-boxes {
    overflow: hidden;
    padding: 15px 20px;
    margin-bottom: 25px;
    background: #f7f7f7;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}

.funny-boxes h2 a {
    color: #555;
}

.funny-boxes p a {
    color: #72c02c;
}

.funny-boxes .funny-boxes-img li i {
    color: #72c02c;
    font-size: 12px;
    margin-right: 5px;
}

.funny-boxes .funny-boxes-img img {
    display: block;
    margin: 5px 10px 10px 0;
}

.funny-boxes h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 20px;
}

.funny-boxes ul.funny-boxes-rating li {
    display: inline;
}

.funny-boxes ul.funny-boxes-rating li i {
    color: #f8be2c;
    cursor: pointer;
    font-size: 16px;
}

.funny-boxes ul.funny-boxes-rating li i:hover {
    color: #f8be2c;
}

/*Funny Colored Boxes*/
.funny-boxes-colored p,
.funny-boxes-colored h2 a,
.funny-boxes-colored .funny-boxes-img li,
.funny-boxes-colored .funny-boxes-img li i {
    color: #fff;
}

/*Red Funny Box*/
.funny-boxes-red {
    background: #e74c3c;
}

/*Blue Funny Box*/
.funny-boxes-blue {
    background: #3498db;
}

/*Grey Funny Box*/
.funny-boxes-grey {
    background: #95a5a6;
}

/*Turquoise Funny Box*/
.funny-boxes-sea {
    background: #1abc9c;
}

/*Turquoise Top Bordered Funny Box*/
.funny-boxes-top-sea {
    border-top: solid 2px #1abc9c;
}

.funny-boxes-top-sea:hover {
    border-top-color: #16a085;  
}

/*Yellow Top Bordered Funny Box**/
.funny-boxes-top-yellow {
    border-top: solid 2px #f1c40f;
}

.funny-boxes-top-yellow:hover {
    border-top-color: #f39c12;
}

/*Orange Left Bordered Funny Box**/
.funny-boxes-left-orange {
    border-left: solid 2px #e67e22;
}

.funny-boxes-left-orange:hover {
    border-left-color: #d35400;
}


/*Yellow Left Bordered Funny Box**/
.funny-boxes-left-yellow {
    border-left: solid 2px #efefef;
}

.funny-boxes-left-yellow:hover {
    border-left-color: #ebad06;
}
/*Green Left Bordered Funny Box**/
.funny-boxes-left-green {
    border-left: solid 2px #72c02c;
}

.funny-boxes-left-green:hover {
    border-left-color: #5fb611;
}

/*Green Right Bordered Funny Box**/
.funny-boxes-right-u {
    border-right: solid 2px #72c02c;
}

.funny-boxes-right-u:hover {
    border-right-color: #5fb611;
}

/*Badges and Labels
------------------------------------*/
/*Labels*/
span.label {
    font-size: 11px;
    font-weight: 400;
    padding: 4px 7px;
}

/*Badges*/
span.badge {
    font-weight: 400;
    padding: 4px 7px;  
}

span.label-u,
span.badge-u {
    background: #72c02c;
}

span.label-blue,
span.badge-blue {
    background: #3498db;
}

span.label-red,
span.badge-red {
    background: #e74c3c;
}

span.label-green,
span.badge-green {
    background: #2ecc71;
}

span.label-sea,
span.badge-sea {
    background: #1abc9c;
}

span.label-orange,
span.badge-orange {
    background: #e67e22;
}

span.label-yellow,
span.badge-yellow {
    background: #f1c40f;
}

span.label-purple,
span.badge-purple {
    background: #9b6bcc;
}

span.label-aqua,
span.badge-aqua {
    background: #27d7e7;
}

span.label-brown,
span.badge-brown {
    background: #9c8061;
}

span.label-dark-blue,
span.badge-dark-blue {
    background: #4765a0;
}

span.label-light-green,
span.badge-light-green {
    background: #79d5b3;
}

span.label-light,
span.badge-light {
    color: #777;
    background: #ecf0f1;
}

span.label-dark,
span.badge-dark {
    background: #555;
}

/*Badge Lists*/
.badge-lists li {
    position: relative;
}

.badge-lists span.badge {
    top: -10px;
    right: -6px;
    position: absolute;
}

/*Badge Icons*/
.badge-lists.badge-icons span.badge {
    min-width: 12px;
    padding: 3px 6px;
}

.badge-lists.badge-icons i {
    font-size: 18px;
    min-width: 25px;
}

/*Badge Box v1*/
.badge-box-v1 a {
    color: #777;
    min-width: 40px;
    font-size: 18px;
    padding: 8px 9px;
    display: inline-block;
    border: solid 1px #eee;
}

/*Badge Box v2*/
.badge-box-v2 a {
    color: #777;
    font-size: 12px;
    padding: 10px;
    min-width: 70px;
    text-align: center;
    display: inline-block;
    border: solid 1px #eee;
}

.badge-box-v2 a i {
    font-size: 20px;
}

/*General Badge Box*/
.badge-box-v1 a i,
.badge-box-v2 a i {
    display: block;
    margin: 1px auto 2px;
}

.badge-box-v1 a:hover,
.badge-box-v2 a:hover {
    color: #555;
    border-color: #555;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;     
}

/*Block Headline*/
.headline {
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px dotted #e4e9f0;
}

.headline h2 {
    font-size: 22px;
}

.headline h2, 
.headline h3, 
.headline h4 {
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #efefef;
}

.headline-md {
    margin-bottom: 15px;
}

.headline-md h2 {
    font-size: 21px;
}

/*Heading Options*/
.heading {
    text-align: center;
}

.heading h2 {
    padding: 0 12px;
    position: relative;
    display: inline-block;
    line-height: 34px !important; /*For Tagline Boxes*/
}

.heading h2:before, 
.heading h2:after {
    content: ' ';
    width: 70%;  
    position: absolute;
    border-width: 1px;
    border-color: #bbb;
}

.heading h2:before {
    right: 100%;
}

.heading h2:after {
    left: 100%;
}

@media (max-width: 768px) {
    .heading h2:before, 
    .heading h2:after {
        width: 20%;  
    }
}

/*Headline v1*/
.heading-v1 h2:before,
.heading-v1 h2:after {
    top: 15px;
    height: 6px;
    border-top-style: solid;
    border-bottom-style: solid;
}

/*Headline v2*/
.heading-v2 h2:before,
.heading-v2 h2:after {
    top: 15px;
    height: 6px;
    border-top-style: dashed;
    border-bottom-style: dashed;
}

/*Headline v3*/
.heading-v3 h2:before,
.heading-v3 h2:after {
    top: 15px;
    height: 6px;
    border-top-style: dotted;
    border-bottom-style: dotted;
}

/*Headline v4*/
.heading-v4 h2:before,
.heading-v4 h2:after {
    top: 17px;
    border-bottom-style: solid;
}

/*Headline v5*/
.heading-v5 h2:before,
.heading-v5 h2:after {
    top: 17px;
    border-bottom-style: dashed;
}

/*Headline v6*/
.heading-v6 h2:before,
.heading-v6 h2:after {
    top: 17px;
    border-bottom-style: dotted;
}

.brand-page h2{
    opacity: 1!important;
    color: #fff;
}

/* category-item for home-with-slider */
.category-item-top {
    position: relative;
    width: 100%;      
    text-align: center;
    border-radius: 3px;
    margin-bottom: 20px;  
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 20px;
}
.category-item-top a {
    position: relative;
    display: block;
    height: 100%;    
    font-size: 15px; 

}
.category-item-top img {      
    height: 30px;
    width: 30px;
}
.category-item-top .fa {      
    font-size: 30px;
}
.category-item-top a:hover {
    color: #000;
}
.category-item-top:hover {
    background-color: #efefef;
    color: #000;
}
.category-item-top span{
    vertical-align: middle;
}






/* Featured leasting slider content */
/* ----------------------------------- */
.featured-listing-slider {
    position: relative;
}


.featured-listing-slider #featured-list {
    position: relative;
    width: 100%;  
}

.featured-listing-slider .customNavigation .btn {   
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #000;
    font-weight: bold;
}


.featured-listing-slider .customNavigation .btn.prev {
    position: absolute;    
    left: 0;
    border-radius: 0 4px 4px 0;
    padding: 24px 16px;
    font-size: 38px;
    top: 35%;
    margin-top: -25px;
    box-shadow: 1px 2px 10px -1px rgba(0,0,0,.3);
    background-color: hsla(0,0%,100%,.98);
    cursor: pointer;
    transition: box-shadow .5s ease;
    z-index: 3;
    font-weight: bold;
}
.featured-listing-slider .customNavigation .btn.next {
    position: absolute;    
    right: 0;
    border-radius: 4px 0 0 4px;
    padding: 24px 16px;
    font-size: 38px;
    top: 35%;
    margin-top: -25px;
    box-shadow: 1px 2px 10px -1px rgba(0,0,0,.3);
    background-color: hsla(0,0%,100%,.98);
    cursor: pointer;
    transition: box-shadow .5s ease;
    z-index: 3;
    font-weight: bold;
}

@media (max-width: 992px) {
    .featured-listing-slider .customNavigation .btn.next, .featured-listing-slider .customNavigation .btn.prev {
        padding: 16px 12px;
        font-size: 30px;     
    }
}
@media (max-width: 768px) {
    .featured-listing-slider .customNavigation .btn.next, .featured-listing-slider .customNavigation .btn.prev {
        padding: 14px 10px;
        font-size: 30px;   
    }
}
@media (max-width: 480px) {
    .featured-listing-slider .customNavigation .btn.next, .featured-listing-slider .customNavigation .btn.prev {
        padding: 12px 8px;
        font-size: 20px;       
    }
}


/*==========Search Result page style=============*/
.bg-grey {
    background: #f7f7f7;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

.sadow-box-rearch {
    background: #fff !important;     
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all .2s ease-in-out;   
}
.sadow-box-rearch:hover {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.09), 0px 6px 6px rgba(0, 0, 0, 0.11);
}
.sadow-box-rearch p{
    font-size: 11px;
}
.sadow-box-rearch p a{
    color: #333333!important;
    font-weight: bold;
}
.sadow-box-rearch hr{
    margin: 15px 0;
}
.list-search .fa{
    color: #333333!important;
    font-size: 14px;
    margin-right: 10px;
}
.list-search li{
    font-size: 11px;
}
.listingProductTitle h2 {
    font-size: 12px;
    font-weight: bold;
}
.listingProductTitle p{
    margin-top: -6px;
    font-size: 11px;
    font-style: italic;
    color: #101010;
    line-height: 13px;
}

.error{
    font-size: 11px;
    color: #e74c3c;
    font-weight: none;
}
.contact-form_us{
    background: #EEEEEE;
    padding: 20px;
    border-radius: 6px;
}
.contact-form_us .margin-bottom-20{
    margin-bottom: 20px !important;
}
address .contac{
    margin: 0;
    padding: 0;
    list-style: none;
}

address table tr > td{    
    font-size: 12px;
    vertical-align: top;
    padding: 5px 0;
    color: #efefef;
}
address table .fa {
    margin-right: 10px;
    font-size: 20px;
}

.tooltip-inner{
    color: #efefef;
}


.title-tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10px !important;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;

    line-break: auto;
}
.title-tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.title-tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.title-tooltip .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #efefef;
    border-radius: 4px;
}
.title-tooltip .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.title-tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}


/*Back To Top
------------------------------------*/
#topcontrol {
    color: #efefef;
    z-index: 99;
    width: 30px;
    height: 30px;
    font-size: 20px;
    background: #222;
    position: relative;
    right: 14px !important;
    bottom: 11px !important;
    border-radius: 3px !important;
}

#topcontrol:after {
    top: -2px;
    left: 8.5px;
    content: "\f106";
    position: absolute;
    text-align: center;
    font-family: FontAwesome;
}

#topcontrol:hover {
    color: #333333;
    background: #efefef;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/*=============START FANCY BOX CSS FOR COUPON CODE==================*/
.custom-width{
    margin-top: 150px!important;
}
.coupon-desc {
    background: #fc0e0e;
    border:5px dashed #efed1f;
    padding: 15px;
    font-size: 14px;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-weight: bold;
}



/*===== START FOR RATING STAR =======*/
.list-rating{
    padding: 0;
    padding: 0;
}
.list-rating a {
    float: left;
    font-size: 13px;
    margin-right: 10px;
}
.rating ul{
    margin: 0;
    padding: 0;
}
.rating ul li{
    padding:0 1px 0 0;
}
.rating ul li a{
    display: block;
    background: #f0753d;
    color: #fff;   
    padding:1px 4px;
    border-radius: 2px;
    margin-right: 0!important;
}

.orange_gray_left{
    background-color: #f0753d !important;
    background-image: -webkit-linear-gradient(0deg, #f0753d 50%, #9da1a0 50%)!important;
    background-image: -moz-linear-gradient(0deg, #f0753d 50%, #9da1a0 50%)!important;
}
.gray_left{
    background-color: #9da1a0 !important;   
}

.header-search .header-search-bar .keywords, .header-search .header-search-bar .locations{
    position: relative;
}

.header-search .header-search-bar .dropdown-menu {    
    position: absolute;  
    width: 100%;
    background-color: #fff;   
    border: 1px solid #efefef;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    
}

.header-search .header-search-bar .dropdown-menu > li > a {
    display: block;
    padding: 5px 20px;
    clear: both;
    border-bottom: 1px solid #efefef; 
    white-space: nowrap;
}
.header-search .header-search-bar .dropdown-menu > .active > a, .header-search .header-search-bar .dropdown-menu > .active > a:hover, .header-search .header-search-bar .dropdown-menu > .active > a:focus {
    color: #000;
    text-decoration: none;
    background-color: #efefef;
    outline: 0;
}