@charset "UTF-8";
/*-----------------
[Master Stylesheet]
Project:	Interior & Furniture
-----------------*/	
/*-----------------
[Table of contents]

1. Body
2. Click Top / #topcontrol
4. Header / .header
5. navbar / .navbar
6. Theme Banner / #banner
7. section-about / #section-about
8. Our Service / #Our Service
9. section-testimonial / #section-testimonial
10. section-portfolio / #portfoliolist
11. bg-image / #bg-image 
12. event / .event
13. footer / .footer

--------------------------------------------------------------------
[Color codes]
Body-Font:  	#ffffff {white}
Background:		#ffffff (white)
Content:		#111111 (dark grey)
Default:		#fecb38 (Yellow)

a (standard):	#212121 (dark grey)
a (visited):	#fecb38 (Yellow )
a (active):	 	#fecb38 (Yellow ) 
-------------------------------------------------------------------
Body defaults:14px 'Ubuntu', sans-serif;;
Input, textarea:14px 'Ubuntu', sans-serif;;
Notes:	decreasing heading by 0.4em with every subsequent heading level
-------------------------------------------------------------------*/
@import url("../font-awesome/css/font-awesome.min.css");
@import url("bootstrap.min.css");
@import url("style.css");
@import url("layout.css");
@import url("hover.css");
@import url("one-page.css");

@import url("../js/animate.min.css");
@import url("style-hover.css");
@import url("responsive.css");

/*Panel tabs*/

.panel-tabs > li {
    float: left;
}

.panel-tabs > li > a {
    margin-right: 2px;
    margin-top: 4px;
    line-height: .85;
    border: 1px solid transparent;
    border-radius: 11px 11px 0 0;
    color: #ffffff;
    background-color: #f8c732;
}

.panel-tabs > li > a:hover {
    border-color: transparent;
    color: #ffffff;
    background-color: rgb(34 34 34);
}

.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: rgb(34 34 34);
    border-bottom-color: transparent;
}
.panel-primary {
    border: none;
}
.panel{
    background-color: unset;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.panel-body {
    padding: 20px;
    border: 1px solid;
}
.panel-tabs > li > a{
    color: black;
    font-size: 17px;
    font-weight: 600;
}
.panel > .panel-heading{
    border: none;
}
.panel-primary>.panel-heading{
    background-color: transparent;
    padding: 0;
}
@media screen and (min-width: 769px) {
    .navbar-default{
        background-color: transparent;
    }
}

.top-nav-collapse {
    background: rgba(34, 34, 34, 1);
    border-color: rgba(34, 34, 34, 1);
}

.whatsaap {
    position: fixed;
    bottom: 109px;
    right: 27px;
    z-index: 999;
}

.float-icon ul li {
    padding-top: 10px;
    list-style: none;
}

.whatsaap img {
    width: 60px;
    padding: 5px;
}

@media only screen and (min-width: 200px) and (max-width: 767px){
    .navbar-default{
        background-color: rgba(34, 34, 34, 0.95) none repeat scroll 0 0 !important;
    }
}
@media only screen and (max-width: 425px){
.panel > .panel-heading{
    overflow-x: scroll;
}
ul.nav.panel-tabs {
    width: 450px;
}
.panel-tabs > li > a{
    padding: 8px;
    font-size: 12px;
    font-weight: normal;
}
}
