
/* LAYER GRAY */

.layer-gray{
    position: absolute;
    left:0;
    top:0;
    overflow: hidden;
    width:100%;
    height:100%;
    min-height:160px;
    background:rgba(0,0,0,0.7);
}

/* RESPONSIVE */

.responsive{
    width:100%;
    background-size: contain;
}

.responsive-height{
    height:100%;
    background-size: contain;
}

/* CALL */

.header .top-header .ha-phone a span{
    color:#fff;
}

/* LOGO HEAD */

.header .main-header .logo a{
    height:70px;
    padding-top:0;
}

.header .main-header .logo a img{
    height:100%;
    background-size:contain;
}

/* MENU NAV */

ul.nav li.active{
    border-color: #D8A942 !important;
}

/* NAV BUTTON LOGIN */

.btn-login{
    padding:0 20px !important;
    margin:0;
    color:#D8A942;
}

.btn-logout{
    padding:0 20px !important;
    margin:0;
    color:#fff;
}


/* LOGO FOOTER */

.widget_contact .widget-content .logo a{
    height:70px;
}

.widget_contact .widget-content .logo a img{
    height:100%;
    background-size:contain;
}

/* MENU LANG */

li.top-lang-custom a{
    color: #838383;
    cursor:pointer;
    padding-left:4px;
    padding-right:4px;
    display:block;
    margin:0;
}

li.top-lang-custom a:hover{
    color:#D8A942;
}

li.top-lang-custom a.active{
    background:#D8A942;
    color:#000;
}


/* POST THUMBNAIL */

.cat-box-2 .post-thumbnail{
    min-height:200px;
}

/* PAGE POST THUMBNAIL */

.page-blog .site-content .post .post-thumbnail{
    background:#000;
}
.page-blog .site-content .post .post-thumbnail img{
    opacity:0.9;
}

/* WIDGET METEO */

aside.widget_text div{
    width:100% !important;
}

aside.widget_text div iframe{
    width:100% !important;
}

/* BANNER */

.tp-banner .tp-large{
    text-transform: capitalize;
}

.tp-banner .tp-md{
    font-style: italic;
    font-size:28px;
    color:#fff;
}

/* BLOG POST */

.post-date-end{
    left:18% !important;
}

/* UPDATE PRICELIST */


.update-pricelist form{
    color:#fff;
}

/* PRICE NOTE */

.price-note{
    font-size:11px;
    font-style: italic;
    line-height:14px;
    display:block;
}

.price-custom{
    background:#D8A942;
    padding:15px 20px;
    color:#fff !important;
    font-size:24px !important;
    margin-bottom:10px !important;
}

/* MANAGER */

.manager{
    background:#f5f5f5;
    border-top:2px solid #e4e4e4;
}

.create-new{
    margin-bottom:20px;
    text-transform: none;
}

.manager table td{
    border-bottom:0;
}

/* MANAGE OFFICE */

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

.office-gallery li{
    margin-bottom:20px;
}

.delete-img{
    position: absolute;
    right: 30px;
    top: 12px;
    height: 30px;
    width: 30px;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
    text-align: center;
    line-height: 30px;
    color: #FFF;
    display: block;
    cursor: pointer;
    border-radius: 50%;
}

.upload-office-img form{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0;
    text-align: center;
}


.upload-office-img i{
    text-align: center;
    line-height:220px;
    cursor: pointer;
    display:block;
    margin:0;
    min-height: 220px;
}

.upload-office-img input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    min-height: 220px;
}

/* SERVICES */


.services ul li{
    padding-left:0 !important;
    margin:10px 0;
    line-height:50px !important;
}

.services ul li::before{
    display:none !important;
 }

.services .service-img{
    float:left;
    margin-right:10px;
    width:50px;
    height:50px;
    background-size: contain;
}

/* HOME BOXES */

.post-content-custom p{
    font-size:12px;
}

/* PRICE CUSTOM */

.price-category{
    font-family: "Droid Serif", serif !important;
    background: #d8a942;
    color:#fff;
    font-size: 12px;
    display:inline;
    padding:4px 6px;
    line-height:30px;
    margin-right:20px;
}

/* FOOTER LOGO */

.footer-logo{
    display: block;
    height:24px;
    float: right;
}

/* BACKT TO TOP */

.fixedTop{
    bottom:100px;
}