/*
Country Selector
==============================================================================*/
body.cselect{overflow: hidden !important;}
.hdr-5{padding: 0; color: white;}
.hdr-5 .rev_slider ul > li:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.5);
}
.hdr-5 .layer1-static p{opacity: 0.9;}
.hdr-5 .layer2-static p{opacity: 0.6; font-size: 13px;}
.hdr-5 .layer3-static a{
    opacity: 0.4; 
    font-size: 20px;
    color: white;
    background-color: transparent;
    margin-right: 15px;
}
.hdr-5 .layer3-static a:hover{opacity: 1; }
.selector-box{
    padding: 25px 20px;
    border-radius: 5px;
    text-align: center;
    background-color: white;  
    color: gray;
    position: relative;
}
.hdr-5 .logo{margin-bottom: 20px;}
.hdr-5 .selector-box p{
    color: black;
    margin-bottom: 20px;
}
.btn-hotpink{
    border: 1px solid #EE215A;
    background-color: #EE215A;
    color: white;
}
.btn-hotpink:hover{
    background-color: white;
    color: #EE215A;
}
.selector-box .btn{padding: 6px 35px; font-size: 18px;}

/*--- country selector --- */
.hdr-5  input.ui-autocomplete-input{
    width: 100%;
    height: 40px;
    margin-bottom: 25px;
    border: 1px solid #CACACA;
    background-color: #F4F4F4;
    padding: 2px 15px;
}
.ui-autocomplete {
    padding: 0;
    list-style: none;
    background-color: #F4F4F4;
    width: auto;
    border: 1px solid #CACACA;
    max-height: 200px;
    overflow-x: hidden;
}
.ui-autocomplete .ui-menu-item {
    border-top: 1px solid #CACACA;
    display: block;
    padding: 6px 15px;
    color: #353D44;
    cursor: pointer;
}
.ui-autocomplete .ui-menu-item:first-child {border-top: none;}
.ui-autocomplete .ui-menu-item.ui-state-focus {
    background-color: rgba(240,33,85,1);
    color: white;
}

/*
Home page
==============================================================================*/
/*--------- topbar -----------*/
#section-topbar{
    padding: 0;
    background-color: #212121;
    font-size: 12px;
}
.topbar-menu .list-flex{justify-content: flex-end;}
#section-topbar .list-flex li a{padding: 8px 10px;}
#section-topbar .fa-map-marker{color: #DE4404;}
#section-topbar a:hover .fa-map-marker{color: white;}

#section-topbar .dropdown-menu.dropdown-location-change{
    margin-top: 10px;
    border: 0;
    padding: 0 10px 10px;
    z-index: 100;
}
#section-topbar .dropdown-menu.dropdown-location-change li{
    text-align: left;
    margin-top: 10px;
}
#section-topbar .dropdown-location-change:after{
    position: absolute;
    top: -9px;
    left: 40px;
    display: inline-block;
    border-right: 12px solid transparent;
    border-bottom: 11px solid #212121;
    border-left: 12px solid transparent;
    content: '';
}
.dropdown-location-change select{
    width: 280px; height: 35px;
    padding: 5px;
}

#section-topbar .dropdown-menu{
    background-color: #212121;
    border-radius: 0;
    margin-top: -2px;
    z-index: 99999;
}
#section-topbar .dropdown-menu a{
    color: white;
    background-color: #212121;
    font-size: 12px;
    padding-top: 5px; padding-bottom: 5px;
    
}
#section-topbar .dropdown-menu a:hover{
    color: white;
    background-color: #E64A00;
}
#sign-in-up .btn-group > .btn:last-child:not(:first-child),
#sign-in-up .btn-group > .dropdown-toggle:not(:first-child) {
    width: 85%;
    border-left: 1px solid white;
}
#sign-in-up .btn-group > .btn:first-child {
    width: 15%;
    border-right: 1px solid white;
}
#sign-in-up .input-group{margin-bottom: 10px;}
.forgot-pass{margin-top: 15px;}
.forgot-pass a{font-size: 13px; color: #666666; text-decoration: underline;}
.forgot-pass a:hover{text-decoration: none;}

/*------------- header ---------------*/
.header-holder{height: 121px;}
#header{
    padding: 30px 0;
    background-color: white;
    transition-duration: 0.2s;
}
#header.navbar-fixed-top{padding: 10px 0;}
.searchbox .form-control{
    box-shadow: none;
    border-right: 0;
}
.searchbox .form-control:focus{
    border-color: gray;
    border-color: #CCCCCC;
}
.searchbox .form-control,
.searchbox .btn{height: 44px; color: #DE4404;}
.searchbox .dropdown-toggle{
    border-radius: 0;
    border-left: 0;
}
.downloadapps ul{margin: 0; padding: 0; margin-top: 7px;}
.downloadapps ul li a{
    text-decoration: none;
    color: #202020;
}
#header .btn-success{padding: 10px 20px;}
@media (min-width: 1200px) {
    #header .btn-success{padding: 10px 35px;}  
}

/* header mobile */
.header-m-holder{height: 137px;}
#header-mobile{
    background-color: white;
    padding: 15px 0;
    z-index: 99;
}
#header-mobile.navbar-fixed-top{
    padding: 10px 0;
}
.header-m{
    text-align: center;
    position: relative;
}
.post-ad-mobile{margin-top: 12px;}
.s-icon{
    position: absolute; right: 15px;
    top: 18px;
    font-size: 20px;
    color: #DE4404;
}
.s-icon a{color: #DE4404;}
/*------------------ slider --------------------*/
#home-slider{
    padding: 0;
    margin-bottom: 30px;
    color: white;
}
#home-slider .rev_slider_wrapper, 
#home-slider .rev_slider,
#home-slider .tp-fullwidth-forcer,
#home-slider .rev_slider .tp-bgimg.defaultimg {
    /*max-height: 345px !important;*/
    background-position: center center !important;
}

/*-----------------------------main content----------------*/
#maincontent{padding: 15px 0 25px 0;}
@media (min-width: 992px) {
    #maincontent{padding: 25px 0 25px 0;}  
}
/*--------------------- sidebar -------------------------*/
.cat-wrap{
    background-color: white;
    color: #454545;
    border: 1px solid #EBEBEB;
    box-shadow: 1px 1px 2px #ebebeb;
    border-radius: 5px;
    padding: 20px 15px 10px;
}
.collapse-detail{
    margin: 0; padding: 0;
    display: none;
}
.collapse-detail ul li a{
    color: #818181;
    font-size: 13px;
    margin: 5px 0;
    text-decoration: none;
}
.collapse-detail ul li a:hover{color: #DE4404;}
.collapse-title{
    position: relative;
    font-size: 16px;
    border-bottom: 1px solid #959595;
    padding: 10px 0;
    cursor: pointer;
}
.collapse-title:after{
    content: "\f107";
    font-family:'FontAwesome';
    font-weight: normal;
    position: absolute;
    right: 0; top: 50%;
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    font-size: 14px;
    color: #818181;
}
.collapse-title-plus:after{
    content: "\f107";
    font-family:'FontAwesome';
}
.collapse-title-minus:after{
    content: "\f106";
    font-family:'FontAwesome';
}
.product-count{
    position: absolute;
    right: 20px; top: 50%;
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    font-size: 11px;
    color: #818181;
}

.sidebar .google-ad-lg{
    width: 250px; 
    /*height: 250px;*/
    background-color: #CCCCCC;
    margin-top: 25px;
}
@media (min-width: 1200px) {
    .sidebar .google-ad-lg{margin-left: -10px;} 
}
@media (max-width: 991px) { 
    .sidebar .google-ad-lg{display: none;}   
}
/*---------*/
.cat-trigger{text-align: left;}
.cat-trigger:hover{background-color: #eee;}
.cat-trigger:focus{
    background-color: white;
    border-radius: 0;
}
@media (max-width: 991px) { 
    .cat-wrap{display: none; border-radius: 0;}   
}

/*--------------------- product thumbnails ----------*/
.card-single{
    padding-left: 7px !important;
    padding-right: 7px !important;
}
.card-wrap{
    background-color: white;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #ebebeb;
    cursor: pointer;
    margin-bottom: 14px;
    max-width: 300px;
    margin-left: auto; 
    margin-right: auto;
    position:relative;
}
.img-wrap{position: relative;}
.img-wrap .card-price{
    position: absolute;
    left: 0; bottom: 0;
    padding: 3px 7px;
    background-color: rgba(0,0,0,0.4);
    color: white;
}
.caption-wrap .card-price{
    color: #DE4404;
    font-size: 16px;
}
.img-wrap .card-views {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 3px 7px;
    background-color: rgba(0,0,0,0.4);
    color: white;
}

.caption-wrap .card-views {
    color: #DE4404;
    font-size: 16px;
    text-align:right;
}
.img-wrap img{
    width: 100%; height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.caption-wrap{padding: 15px;}
.caption-wrap h4{margin: 0; padding: 0;}
.caption-wrap p{font-size: 12px; color: #818181; margin-top: 10px;}
.caption-wrap .fa{color: #DE4404;}

/*ad banner*/
.ad-banner{background-color: #CCCCCC; min-height: 90px;}

/* --------------------------- footer ------------------*/
.footer-top{
    padding: 60px 0 50px 0;
    background-color: #212121;
    font-size: 14px;
    color: white;
}
.footer-top .clearfix{margin: 30px 0;}
/* accordion */
.acc-wrap{margin: 0; padding: 0;}
.acc-title{
    font-size: 15px; 
    font-weight: bold;
    color: white;
    margin: 0; padding: 7px 0;
    cursor: pointer;
}
.acc-detail{
    margin: 0; padding: 0;
    display: none;
}
.acc-detail ul li{margin: 10px 0;}
.acc-detail ul li a{
    font-size: 13px;
    color: #c8c8c8;
    text-decoration: none;
}

@media (max-width: 767px) { 
    .acc-title{
        margin: 0;
        padding: 10px 0;
        border-top: 1px solid #454545;
    }
    .acc-title:after{float: right; margin-right: 10px;}
    .acc-detail{margin-bottom: 20px;}
}
/*------ plus minus icon-----*/
.acc-title:after{
    content: "\f067";
    font-family:'FontAwesome';
    font-weight: normal;
}
.acc-title-plus:after{
    content: "\f067";
    font-family:'FontAwesome';
}
.acc-title-minus:after{
    content: "\f068";
    font-family:'FontAwesome';
}
/*---- open default--- */
.acc-detail-open-default > .acc-detail{display: block;}
.acc-detail-open-default > .acc-title:after{display: none;}
.acc-detail-open-default > .acc-title-plus:after{display: none;}

/*social links*/
.footer-social li a{font-size: 18px !important;}
.footer-social li a:hover{color: #DE4404;}

.input-group-subs input.form-control{
    background-color: transparent;
    border-color: #454545;
    color: white;
}

/*copyright*/
.copyright{
    font-size: 13px;
    color: #818181;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #454545;
}
@media (max-width: 767px) { 
    .copyright{margin-top: 0;}
}

/*
Post Details page
==============================================================================*/
.bcrumb{padding: 20px 0 0 0;}
.bcrumb-bar{
    background-color: white;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #ebebeb;
    color: #1E222B;
    padding: 8px 15px;
}
.bcrumb-bar a{color: #202020;}
.bcrumb-bar .fa{color: #E24906;}
.bcrumb .btn-black{font-size: 25px; padding: 1px 20px;}
.bcrumb .backrow{margin: 20px -15px 0 -15px;}
.bcrumb .backrow .col-xs-2{font-size: 17px;}

.breadcrumb{
    margin: 0; padding: 0;
    margin-top: 3px;
    font-size: 13px;
    background-color: transparent;
}
.breadcrumb > li + li:before {
    color: #ccc;
    content: ">";
    padding: 0 5px;
}

.form-control{
    color: #a9a9a9;
}
.form-group{
    margin-bottom: 10px;
}
@media (max-width: 1199px) { 
    .breadcrumb{margin-bottom: 7px;}   
}
.sh-pr a{color: #818181; text-decoration: none;}
.sh-pr a:hover{color: #DE4404;}
@media (max-width: 767px) { 
    .sh-pr a{font-size: 14px;}
    .sh-pr ul li{margin: 5px 7px;}
}

/*slider*/
.pr-detail-slider{
    background-color: gray;
    position: relative;
}
.watermark{
    position: absolute;
    right: 15px; bottom: 10px;
    font-size: 35px; font-weight: bold;
    color: rgba(255,255,255,0.4);
    z-index: 999;
    padding-bottom:100px !important;
    padding-right:100px !important;
}
.pr-detail-slider .rev_slider_wrapper, 
.pr-detail-slider .rev_slider,
.pr-detail-slider .tp-fullwidth-forcer,
.pr-detail-slider .rev_slider .tp-bgimg.defaultimg {
    max-height: 500px !important;
    height: 500px !important;
    background-position: center center !important;
}
@media (max-width: 767px) { 
    .pr-detail-slider .rev_slider_wrapper, 
    .pr-detail-slider .rev_slider,
    .pr-detail-slider .tp-fullwidth-forcer,
    .pr-detail-slider .rev_slider .tp-bgimg.defaultimg {
        max-height: 350px !important;
        height: 350px !important;
    }
}

#map {
    height: 300px;
    width: 100%;
}


/*jumbobox*/
@media (min-width: 1200px) {
    .prdetailjumbo .col-lg-5{text-align: right;}
}
.prdetailjumbo{color: #818181;}
.prdetailjumbo span{font-weight: bold; color: #212121;}
.prdetailjumbo h4{color: #212121;}
.prdetailjumbo .fa-calendar{color: #E74900;}
.prdetailjumbo .fa-clock-o{color: #45A649;}
.prdetailjumbo p{line-height: 1.6; color: #818181;}

/*comments */
.comment-wrapper .media-list .media img {
    width:64px;
    height:64px;
    border:2px solid #e5e7e8;
}

.comment-wrapper .media-list .media {
    border-bottom:1px dashed #efefef;
    margin-bottom: 25px;
    padding-bottom: 20px;
}
.comment-wrapper .media-list .media p{margin-right: 120px;}

/*- sidebar right ---*/
.sidebar-right .jumbobox{margin: 0 auto 20px auto;}
.sidebar-right .jumboprice{
    font-size: 23px;
    margin-bottom: 10px;
}
.sidebar-right .jumboprice span{font-weight: bold;}

.price-sticky{
    padding: 10px;
    width: 100%; height: 81px;
    background-color: white;
    position: fixed;
    top: 0; left: 0;
    z-index: 9999;
}

.contact-seller-form input,
.contact-seller-form textarea{
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    padding: 5px 5px;
}
.jumbo-announce{
    background-color: #FFEB9A;
    font-size: 13px;
}
.jumbo-announce h4{color: #E64A00;}
.sidebar-right .google-ad-lg{
    width: 250px; 
    /*height: 250px;*/
    background-color: gray;
}
@media (min-width: 1200px) {
    .sidebar-right .google-ad-lg{
        margin-left: -15px;
    }  
}

section.similar-ads{padding: 20px 0;}

/*
Listing page
==============================================================================*/
.price-range{
    font-size: 13px;
    margin-top: 5px;
}
.slider.slider-horizontal{
    width: 120px; height: 5px;
}
.slider.slider-horizontal .slider-track{
    height: 5px;
}
.slider-handle{
    background: #DE4404;
    width: 15px; height: 15px;
    top: -8px;
}
.slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
    margin-left: -7px;
}
.bcrumb-bar .dropdown-toggle{
    display: block;
    text-decoration: none;
    padding: 3px 5px;
}
.btn-filter{
    padding: 3px 15px;
}

@media (max-width: 991px){ 
    .listing-filter .breadcrumb{border-bottom: 1px dashed #CCCCCC;}
    .listing-filter .col-xs-12{margin-bottom: 10px;}   
}

.filter-trigger{text-align: left;}
.filter-trigger:hover{background-color: #eee;}
.filter-trigger:focus{
    background-color: white;
    border-radius: 0;
}
@media (max-width: 991px) { 
    .listing-filter{display: none; border-radius: 0;}   
}

/*
About Us
==============================================================================*/
.transparent-box{
    background-color: rgba(0,0,0,0.5);
    padding: 40px 30px;
    border-radius: 3px;
    border: 1px solid rgba(255,255,255,0.2);
}
.transparent-box h3{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.transparent-box p{
    font-size: 16px;
    color: rgba(255,255,255,0.6);
    line-height: 1.4;
}
/*
Contact Us
==============================================================================*/
.contact-form input,
.contact-form textarea{
    width: 100%;
    color: black;
    padding: 5px 10px;
    margin-bottom: 20px;
}
.contact-form input{
    height: 45px;
}
.contact-form textarea{
    min-height: 175px;
    max-width: 100%; min-width: 100%;
}
.contact-form button.btn-orange{
    padding: 10px 50px;
    margin: 20px auto 50px auto;
}
.contact-form a{color: white; text-decoration: underline;}
.contact-form a:hover{text-decoration: none;}

/*
Post Ads
==============================================================================*/
.maincontent-postad{margin: 0; padding: 0;}
.white-wrapper{
    background-color: white;
    margin-top: 20px; margin-bottom: 20px;
    padding: 30px;
    border: 1px solid #EBEBEB;
    border-radius: 3px;
    position: relative;
}
@media (max-width: 767px) { 
    .white-wrapper{padding: 20px 15px;}
}
.maincontent-postad .breadcrumb a{color: #212121;}

.maincontent-postad .card-wrap.card-preview{margin-left: 0}

.jFiler-input-dragDrop {
    color: #212121;
    background: transparent;
    border: 1px dashed #A1A1A1;
}
.jFiler-input-choose-btn.blue {
    color: white;
    background-color: #212121;
    border: 1px solid gray;
    text-decoration: none;
}
.jFiler-input-choose-btn.blue:hover{
    background-color: #DE4404;
}

.maincontent-postad input,
.maincontent-postad select{
    width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    padding: 3px 10px;
    height: 40px;
}
.maincontent-postad select{color: #767676;}
.maincontent-postad textarea{
    width: 100%;
    max-width: 100%; min-width: 100%;
    min-height: 200px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    padding: 3px 10px;
}
.maincontent-postad .btn-lg-postad{
    font-size: 18px;
    padding: 6px 40px;
    margin-top: 15px;
}
.maincontent-postad .btn.btn-black:hover{color: gray;}
.card-preview{
    border: 1px solid #CCCCCC;
    box-shadow: 1px 1px 3px #CCCCCC;
    cursor: auto;
}

.maincontent-postad .input-group .btn{
    height: 40px;
    color: #818181;
}
.maincontent-postad .dropdown-phone-code{
    min-width: 73px;
    border-radius: 0;
}
.maincontent-postad .dropdown-phone-code a{text-align: right;}

.maincontent-postad .form-group-checkbox{
    margin-top: -10px;
    margin-bottom: 5px;
}
.maincontent-postad input[type='checkbox']{
    width: auto; margin-top: -11px;
}
.maincontent-postad .checkbox label{
    font-size: 13px;
    color: #818181;
}

.input-group-addon{
    background-color: transparent;
    font-size: 16px;
    min-width: 34px;
}

.cc-wrap{
    position: absolute;
    top: 150px; left: 50%;
    background-color: #F2F2F2;
    color: #666666;
    width: 820px; min-height: 200px;
    padding: 15px;
    -ms-transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
    box-shadow: 3px 3px 15px gray;
    text-align: center;
}
@media (max-width: 820px) { 
    .cc-wrap{width: 100%;}
}

.cc-wrap-subcat{
    position: absolute;
    top: 150px; left: 50%;
    background-color: #F2F2F2;
    color: #666666;
    width: 820px; min-height: 200px;
    padding: 15px;
    -ms-transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
    box-shadow: 3px 3px 15px gray;
    text-align: center; display: none;
}
@media (max-width: 820px) { 
    .cc-wrap-subcat{width: 100%;}
}

.subcat-back{
    color: #666666;
    text-decoration: none !important;
    cursor: pointer;
}


.wht-wrap{
    background-color: white;
    border-radius: 3px;
    border: 1px solid #CECECE;
    margin: 15px auto;
    padding: 15px;
    text-align: left;
}
.wht-wrap a{
    display: block;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #959595;
    border-top: 0;
    padding: 7px 0;
    color: #212121;
}
    .wht-wrap a img {
        height: 50px;
        width: 50px;
        margin-right: 5px;
        margin-top: 3px;
    }
.cc-close{
    position: absolute;
    right: 15px; top: 5px;
}
.cc-close .fa-close{color: #ffffff; cursor: pointer;}

/*
My Account pages
==============================================================================*/
.my-acc-sidebox{
    background-color: white;
    color: #454545;
    border: 1px solid #EBEBEB;
    box-shadow: 1px 1px 2px #ebebeb;
    border-radius: 5px;
    padding: 15px 30px;}
.col-xs-2 .col-xs-3 .col-xs-4 {
    width: auto;
}
.btn-primary {
    color: #fff;
    background-color: #666666;
    border-color: #666666;
}
.btn-primary:hover {
    color: #fff;
    background-color: #323333;
    border-color: #323333;
}
.btn-primary:active {
    color: #fff;
    background-color: #323333;
    border-color: #323333;
}
.btn-primary:focus {
    color: #fff;
    background-color: #323333;
    border-color: #323333;
}

@media (max-width: 991px) { 
    .my-acc-sidebox{margin-bottom: 20px;}   
}
/*@media (max-width: 991px) { 
    .my-acc-sidebox{
        max-width: 270px;
        margin-left: auto; margin-right: auto;
        margin-bottom: 20px;
    }   
}*/
.my-acc-photo{
    text-align: center;
    margin-bottom: 30px;
}
.my-acc-photo h3{font-weight: bold; color: #212121;}
.my-acc-photo .img-circle{
    width: 120px; height: 120px;
}
.my-acc-menu ul li{
    border-top: 1px solid #959595;
    padding: 8px 0;
    font-size: 17px; 
}
.my-acc-menu ul li:last-child{border-bottom: 1px solid #959595;}
.my-acc-menu ul li a{color: #212121;}
.my-acc-menu ul li.active a{color: #E74900; cursor: auto;}

.product-cards-my-acc .card-wrap{cursor: auto;}
.product-cards-my-acc .caption-wrap{padding-bottom: 0px;}
.action-buttons{
/*    border-top: 1px solid #CCCCCC;
    margin: 0 7px;*/
    padding: 0px 0;
}
.action-buttons a{
    font-size: 12px;
    margin: 0; padding: 0px;
    color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) { 
    .my-ads .action-buttons .fa{display: none;}    
}
@media (max-width: 570px) { 
    .my-ads .action-buttons .fa{display: none;}
}
.fa-edit{color: #ffffff;}
.fa-undo{color: #ffffff;}
.fa-check{color: #ffffff;}
.fa-close{color: #ffffff;}

.white-container{
    background-color: white;
    color: #454545;
    border: 1px solid #EBEBEB;
    box-shadow: 1px 1px 2px #ebebeb;
    border-radius: 5px;
    padding: 30px;
}

.edit-profile-form .input-group{margin-bottom: 15px;}
.edit-profile-form input{height: 40px;}
.edit-profile-form .input-group .btn{
    height: 40px;
    color: #818181;
}
.edit-profile-form .btn-wide{padding: 7px 55px;}
.edit-profile-form .dropdown-phone-code{
    min-width: 73px;
    border-radius: 0;
}
.edit-profile-form .dropdown-phone-code a{text-align: right;}
@media (min-width: 992px){ 
    .contents-edit-profile .white-container{min-height: 568px;}  
}
.edit-profile-form .fa-mobile{font-size: 25px;}

.change-pass-form input{margin-bottom: 15px;}

/*
Message
==============================================================================*/
.page-msg-board #header{
    padding: 10px 0;
}
.message-container{
    background-color: #F4F4F4;
    width: 100%;
    height: -moz-calc(100vh - 155px);
    height: -webkit-calc(100vh - 155px);
    height: -o-calc(100vh - 155px);
    height: calc(100vh - 125px);
    margin-top: 0px;
    position: relative;
}
.message-wrapper{
    background-color: white;
    position: absolute;
    top: 5px; right: 5px;
    left: 5px; bottom: 5px;
    border: 1px solid #CCCCCC;
}
.msg-sidebar{
    width: 230px;
    height: 100%;
    position: absolute; left: 0; top: 0;
    border-right: 1px solid #CCCCCC;
}
.msg-main{
    width: -moz-calc(100% - 230px);
    width: -webkit-calc(100% - 230px);
    width: -o-calc(100% - 230px);
    width: calc(100% - 230px);
    height: 100%;
    position: absolute; right: 0; top: 0;
}
.msg-name-tagline{color: #818181;}

.messanger-header{
    border-bottom: 1px solid #CCCCCC;
    padding: 2px 10px;
}
.messanger-header h4{font-size: 18px; margin: 8px 0; font-weight: bold;}

.messanger-header .dropdown-menu.pull-right{
    background-color: #212121;
    border: 0; border-radius: 0;
    color: white;
    top: 52px;
}
.messanger-header .dropdown-menu.pull-right a{
    color: white;
    padding: 7px 15px;
}
.messanger-header .dropdown-menu.pull-right a:hover{
    background-color: #DE4404;
}

.messanger-header .dropdown-menu.pull-right:after{
    position: absolute;
    top: -11px;
    right: 7px;
    display: inline-block;
    border-right: 12px solid transparent;
    border-bottom: 11px solid #212121;
    border-left: 12px solid transparent;
    content: '';
}

.msg-input-container{
    position: absolute; bottom: 0; right: 0;
    width: 100%;
    border-top: 1px solid #CCCCCC;
    padding: 5px 10px;
}
.send-button{
    width: 100px;
    float: right;
}
.msg-input{
    border: 1px solid #CCCCCC;
    margin-right: 110px;
    padding: 5px 10px;
}
.input-options{
    float: right;
    text-align: right;
    width: 30px;
    font-size: 20px;
    line-height: 1;
}
.input-options .fa{padding: 2px 6px;}
.input-options input[type='file']{
    display: none;
}
.textarea textarea{
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    min-width: calc(100% - 40px);
    border: 0;
    height: 80px; max-height: 80px; min-height: 80px;
}
.msg-display{
    overflow-y: auto;
    position: absolute; top: 72px; bottom: 105px;
    left: 0; right: 0;
}
.msg-time-heading{
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 2px 15px;
    color: #959595;
    font-size: 13px;
    margin: 5px 0;
}
.msg-single{
    width: 100%;
    margin: 30px 0;
    position: relative;
}
.media-left{min-width: 65px;}
.media-object{border-radius: 50%;}
.media-body h4{margin-top: 7px;}

.msg-sidebar-header{
    border-bottom: 1px solid #CCCCCC;
    padding: 13px 0 12px 0;
}

.msg-sidebar-search input{
    height: 30px;
    margin: 10px 0;
    padding: 2px 10px;
    width: 100%;
    border: 1px solid #CCCCCC;
}
/*--sidebar*/
.conv-holder{
    overflow-y: auto;
    position: absolute; top: 120px; bottom: 0;
    left: 0; right: 0;
}
.conv-single{
    margin: 5px 0;
    padding: 3px 0;
    border-bottom: 1px solid #eee;
}
.conv-single .media-left{min-width: 45px;}
.conv-single .media-body h4{
    margin-top: 0px; margin-bottom: 3px;
    font-size: 14px;
    white-space: nowrap; overflow-x: hidden; text-overflow: ellipsis;
}
.conv-single .media-body p{
    font-size: 13px;
    white-space: nowrap; overflow-x: hidden; text-overflow: ellipsis;
}

/*
FAQ
==============================================================================*/
.section-faq{
    padding: 50px 0;
}
.section-faq .panel-default > .panel-heading {
    color: #454545;
    background-color: white;
    border-color: #CCCCCC;
    cursor: pointer;
    padding: 15px 20px;
}









