/*
Client: Biswell-Flooring
WiredOnDesign.co.uk
Created by Derrick Kityo
Version: 1.0 - 16/08/2016
*/


.pull-right-custom  {
    float:right;
}

.navbar-white   {
    background-color: white !important;
}


hr  {
    border-top: 4px solid rgb(215, 34, 34) !important;    
    max-width: 420px 
}

.smaller    {
    width: 200px;
    margin-top:0 !important;
}

h3, .h3 {
    padding: 0px 0 10px 0;
}

.navbar {
    background-color:#333333;
    border-radius:0 !important;
}

.header-icon img   {
    width: 30px;
}

.header-icon span   {
    margin-left: 5px;
    color: white;
}

.vcenter {
    margin-top: 13px;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    color: white;
}

.bg-inverse {
    background-color: #242424 !important;
}

.form-control   {
    border-radius: 0 !important;
    border: 1px solid #b00a0a !important;
}

.btn-send   {
    min-width: 100%;
    height: 40px;
}

#triangle-topleft {
   width: 0;
   height: 0;
   border-top: 100px solid blue;
   border-right: 100px solid transparent;
}

#triangle-topright {
   width: 0;
   height: 0;
   border-top: 100px solid blue;
   border-left: 100px solid transparent;
}


#menu-services li .active     {
    background-color: #e73535 !important;
    font-weight: 600;
    color: white;
}

.m-l-15 {
    margin-left: -15px !important
}

.call-to-action {
    border: 1px solid #E2E6E7;
    padding: 30px 18px 47px;
    text-align: center;
    margin-left: -13px;
    margin-right: 20px;
    margin-bottom: 30px;
}

.call-to-action h4  {
    font-size: 14pt;
    margin-bottom: 20px;
}

.call-to-action img {
    margin: 5px 0 20px 0;
    width: 100px;
}

.call-to-action a   {
    color: #FFF;
    /*font-family: 'Raleway';*/
    font-size: 16px;
    font-weight: 700;
    background: #e73535;
    padding: 16px 23px 15px;
    text-align: center;
    cursor: pointer;
    line-height: normal;
    letter-spacing: 1px;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    border: 2px solid #e73535;
    display: block;
    margin-top: 25px;
    margin-bottom: -20px;
}

.call-to-action a:hover {
    font-size: 12px;
    background: rgba(127, 255, 212, 0);
    text-align: center;
    color: black;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    border: 2px solid #e73535;
}

.panel-heading{
    margin-top: 10px;
    background-color: #e73535;
}

.panel-title  {
    padding: 6px 10px 15px 12px;
}

.panel-collapse {
    margin-bottom: 20px;
}

.panel-title a  {
    font-size: 11pt;
    color: white;
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 6px;
}

.panel-title a:hover    {
    color: white !important;
    text-decoration: none;
}

.main-services img {
    margin: 0 0 0 0;
    padding: 0 50px;
}

.custom-bullet  {
    list-style-image: url("../img/success.png");
    padding: 0 0px 0px 40px;
}

.custom-bullet li {
    font-size: 12pt;
    margin-bottom: 10px;
}

.custom-bullet li:before
{
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #CCCCCC;
}


.dropdown-menu  {
    background-color: #242424 !important;
}

.dropdown-menu  li  {
    padding: 10px 10px !important;

}

.dropdown-menu li a   {
    padding: 2px !important;
    color: white;
    /* background-color: #b00a0a; */
    width: 100%;
    display: block;
    text-decoration: none;
}

.dropdown-menu li a:hover   {
/*    background-color:#b00a0a;*/
    color:#b00a0a;
}

.navbar-brand > img {
   width: 100px;
    margin-top: 5px;
}

.m-y-2 {
}

.nav-tabs {
     border-bottom: none !important;
}

.slider-text    {

    background-color: #b00a0a;
    padding: 20px;
    width: auto;
    max-width: 500px;
    color: white !important;
    margin: auto;
    height: auto;
    position: relative;
    top: 30px;
    left: 0;
    bottom: 0;
    right: 0;


}

.m-left {
    margin-left: 10px;
}

.slider-image   {
    /* background-image: url(../img/floor2.jpg); */
    height: 200px;
    background-size: cover;
    /* background-position: 0 -9800px; */
    background-color: #b00a0a;
}

.space  {
    margin-bottom: 20px;
}

.navbar-brand   {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    margin-right: 0rem !important;
    font-size: 0rem !important;
}

.booking img    {
    width: 35px;
    margin-top: -5px;
    margin-left: -10px;
}

.booking  a      {
    color: white;
    font-size: 13pt;
    margin: 6px 30px;
}

.booking  a:hover     {
    color:white;
}

.booking    {
    background-color: #b00a0a;
    margin: -8px 50px;
    height: 70px;
    padding-top: 7px;
}

.page-heading {
    padding-top: 45px;
    padding-bottom: 15px;
}

.page-heading h1   {
        font-size: 22pt;
}

.page-heading h2    {
    font-size: 16pt;
    color: grey;
    margin-bottom: 40px;
}

.second-heading {
    background-color: #b00a0a;
    padding-bottom: 20px;
    color: white;
}

.second-heading h1 {
    font-size: 26pt;
}

.second-heading h2  {
    color: #ededed;
}


 .section-fitting    {
    padding: 55px 0;
    margin: 55px 0 0 0;
    background-color: #e7e7e7;
}

.section-call   {
    background-color: #252525;
    padding: 15px 0 10px 0;
}

.section-call p    {
    color:white;
    text-transform:uppercase;
}

.section-why    {
    padding: 55px 0;
    margin: 0 0 0 0;
    background-color: #f0f0f0;
}

.section-featured    {
    padding: 55px 0;
    margin: 0 0 0 0;
}

.section-featured img   {
    margin: 20px 0;
    /*padding: 0 30px*/
    width: 100%;
}

.section-findus    {
    padding: 50px 0;
    margin: 0 0 0 0;
    background-color: #f7f7f7;

}

.section-twitter    {
    padding: 20px;
}

.quick-quote    {
    background-color: #b00a0a;
    padding: 15px 15px 6px 15px;
    margin-top: 115px;
    position: relative;
}

.quick-quote .input-group   {
    margin-bottom: 10px;
}


.form-control + .input-group-addon:not(:first-child) {
    border-left: 0;
    background-color: #b00a0a;
    border: 1px solid white;
    border-radius: 0;
    color: white;
}

.social  li {
    display: inline-block;
}

.social li a    {
    margin-left: 15px;
    color:white;
}

.social li a   {
    font-size: 34pt;
}

.full   {
    width: 100%;
}

.btn-brown  {
    background-color: #e73535;
    padding: 7px 50px !important;
    color: white;
        width: 100%;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    text-decoration: none;
    margin-top: 10px;
    padding: 15px 0px !important;
}

.btn-brown:hover    { text-decoration:none; color:white;
background-color: #252525  !important}

.btn    {
    border: 0 !important;
    border-radius: 0 !important;
}

a:focus, a:hover {
    color: #ffffff;
    text-decoration: none;
}

.twitter    {
    margin-top:15px;
    margin-bottom: 20px;

}

.section-twitter h4 {
    font-size: 26pt;
    font-weight: 300 !important;
    color: #494949;
    margin-bottom: 35px;
}

.twitter img    {
    width: 30px;

}

.twitter span   {
    font-size:14pt;
    color: #3fa9f5;
    font-weight: 500;
}


.featured-p {
    text-align: center;
    margin: 25px 35px 0px 35px;
    font-size: 14pt;
    padding: 11px;
}

.why-p  {
    margin: 25px 35px 10px 35px;
    font-size: 14pt;
    font-weight: 400;
}

.sub    {
    margin: 25px 35px 10px 35px;
    font-size: 16pt;
    font-weight: 400;
    color: #494949;
}

.section-team   {
    padding: 55px 0;
    margin: 10px 0 0 0;
    background-color: white;
}


.section-service   {
    padding: 55px 0;
    margin: 10px 0 0 0;
    background-color: white;
}

.team-member    {
    text-align:center;
}

.team-member img    {
    padding:20px
}


.team-content   {
    text-align:center;
}

.team-content   h3  {
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 14pt;
    letter-spacing: 7px;
    color: grey;
    text-transform:uppercase;
}

.team-content p{
    margin-top: 10px;
    text-align: center;
    font-size: 11pt;
}

.letsgosmall    {
    width: 476px;
}

/*h2.widgettitle:after, .box-header:after {*/
    /*display: block;*/
    /*text-align: center;*/
    /*content: "";*/
    /*background: #b00a0a;*/
    /*width: 50px;*/
    /*margin-left: 150px;*/
    /*height: 2px;*/
    /*margin-top: 13px;*/
/*}*/


#menu-services  {
    margin-right: 20px;
    margin-left: -50px;
}


#menu-services li a {
    touch-action: manipulation;
    display: block;
    background: #F5F5F5;
    padding: 18px 18px 18px 19px;
    /*font-family: 'Raleway';*/
    line-height: 24px;
    color: #444;
}

#menu-services li a:hover   {
    text-decoration:none;
    background-color:#242424;
    color:white;
}

#menu-services li{
    list-style: none;
    margin-bottom: 10px;
}




.nav    {
    margin-top: 20px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #3c3c3c !important;
    color: white !important;
    border-bottom: #e21b17 solid 2px !important;
        margin-bottom: 4px !important;
}

.nav-tabs .nav-link:hover   {
    background-color: #515151;
}

.nav-tabs .nav-link {
    background-color: #333333; */
    color: white;
    padding: 0.5em 3em !important;
    border: 1px solid transparent !important;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.nav-tabs .nav-link    {
    color:white !important;
}

.nav-tabs .nav-item {
    float: left;
       margin-bottom: -13px !important;


}

 .nav-tabs .nav-item + .nav-item {
     margin-left: 0rem !important;
}

footer  {
    background-color: #323232;
}


.footer-container   {
        padding: 50px 0 30px 0px;
}

.footer-container img   {
    max-width:150px;
        margin: 10px 0 20px 0;
}

.footer-container h4    {
    color:white;
    font-size:12pt;
    font-weight:600
}

footer ul  li  {
    color: white;
    list-style: none;
}

footer ul   {
    padding: 0;
}

.footer-bottom  {
    height:40px;
    background-color: #830506;
}



.nabvar-white   {
    background-color: white !important;
}


/*
@media (min-width: 1300px) and (max-width: 1200px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}
*/







/*Responsive Design*/


@media (max-width: 544px) {
    
    
.nabvar-white   {
       background-color: #333333 !important;
}

    
    .nav {
            margin-top: -12px;
    }
    
    .nav-tabs .nav-link {
    margin: 4px 1px 0px !important;
}

    .page-heading h2 {
        margin-bottom: 25px;
    }

        .slider-text    {top: 0px; }
        .slider-text h2 {font-size: 18pt;}
        .slider-text h4 {font-size: 15pt;}
        .slider-image {height: auto;}

        .quick-quote    {
            margin-top: 10px;
    }

     .page-heading {
        padding-top: 15px !important;
    }

    .featured-p {
            font-size: 11pt;
    }

    .why-p  {
            font-size: 11pt;
    }

    .sub {
    margin: 25px 35px 10px 35px;
    font-size: 14pt;
    }

    .section-twitter h4 {
        font-size: 14pt;
    }

    .section-call p {
        font-size: 14pt;
    }

}

@media (max-width: 768px) {

    #accordion {
        margin-bottom: -60px;
    }



    .custom-bullet  {
        margin-bottom: 40px;
    }

    .section-service  img   {
        padding: 0 20px;
        margin-top:20px;
    }

    h3  {
        text-align:center;
    }

    .navbar-brand {
        float: none !important;
        position: absolute;
        right: 0;
        top: 10px;
    }

    .section-fitting {
        margin: 15px 0 0 0;
    }

    .section-fitting p{
        padding: 0 10px;
    }

.section-featured {
    padding: 55px 0;
    margin: 0 0 -95px 0;
}

    .letsgosmall    {
        width: 100%;
        margin-top: 25px;
        margin-bottom: -15px;
    }

        .navcontainer   {
            width:100% !important;
            max-width:100% !importants;

        }


        .box {
            height: auto !important;
        }

        .main-services img   {
            margin-top:20px;
        }

        .nav-tabs .nav-item {
        width: 100%;
        text-align: center;
    }

    .footer-container {

        text-align: center;
}


}


@media (max-width: 992px) {
    
    .nav-tabs .dropdown-menu {
        margin-top: -4px !important;
    }
    
    .navbar-white {
       background-color: #333333 !important;
}
    
    .navcontainer {
        width: 100% !important;
        max-width: 100% !important;
        }

    
    
    .nav {
        margin-top: -11px !important;
    }

    .btn-brown  {
        font-size: 14px !important;
    }

    .input-group    {
        margin-top: 15px;
    }

    .footer-container   {
        margin-bottom: 20px;
    }

    .nav-tabs .nav-link {
        margin: 9px 1px;
    }

    .navbar .container  {
        padding-left:0 !important;
        padding-right: 0 !important;
    }

    .nav-tabs  {
      margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .dropdown-menu {
        position: relative !important;
        width: 100% !important;
    }

    .page-heading {
        padding-top: 15px;
        padding-top: 50px;
        margin-bottom: -15px;
        margin-top: 0px;
    }

    .second-heading {
        padding-top: 40px !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    .navbar-brand > img {
        text-align: center;
        display: inline-block !important;
    }


    .navbar-light .navbar-brand {
        width: 100%;
        text-align: center;
    }

    .collapse.in {
        /*text-align: center;*/
        width: 100%;
        margin: 0 auto;
    }

    .nav-tabs .nav-item {
        width: 100%;
        text-align: center;
    }

    .phone  {
        text-align: center;
        width: 100%;
        font-size: 11pt;
        margin-top: 30px;
    }

    .email  {
        text-align: center;
        width: 100%;
        font-size: 10pt;
    }

}

@media (max-width: 1200px) {

}


@media (min-width: 979px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}


section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-group input, section#contact .form-group textarea {
    padding: 23px;
}
.contact-2 .form-group input.form-control {
    /*border: 1px solid #b00a0a !important;*/
	border: 1px solid #b00a0a;
}

.btn-xl {
    color: #ffffff;
    background-color: #b00a0a;
    text-transform: uppercase;
    font-weight: 500 !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    padding: 20px 50px !important;
    margin-top: 30px !important;
}

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
    text-decoration: none;
    color: white;
    background-color: #525252;
    border-color: #525252 !important;
}

.text-center {
    text-align: center;
}

#latest-project {
    background-color: #f1f1f1;
    margin-top: -80px;
    padding: 50px 0;
}

.portfolio-image {
    position: relative;
    display: inline-block;
}

.portfolio-image img {
    vertical-align: top;
}

.portfolio-image img:hover  {
    cursor: hand;
}

.magnifying-glass-icon {
    color: #fff;
    background-color: #b00a0a;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    padding: 20px;
    opacity: 0;
    border: 1px solid #fff;
    line-height: 1;
    cursor: pointer;
}

.magnifying-glass-icon:hover {
    background: rgba(0,0,0,0.5);
    color: #fff;
}

.portfolio-image:hover .magnifying-glass-icon {
    opacity: 1;
}

@media only screen and (max-width: 400px) {
    .portfolio-image {
        display: block;
    }
}

#carpetgallery a   {
   display: block;
}

#carpetgallery a img  {
    display: block;
    width: 100%;
    margin-bottom: 25px;
}


#vinylgallery a   {
    display: block;
}

#vinylgallery a img  {
    display: block;
    width: 100%;
    margin-bottom: 25px;
}


#woodgallery a   {
    display: block;
}

#woodgallery a img  {
    display: block;
    width: 100%;
    margin-bottom: 25px;
}

.galleryp   {
    margin-left: 12px;
    margin-bottom: 25px;
    font-size: 13pt;
}