html, body {
  height: 100%;
}
body {
    font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.42857143;
  color: #444;
  background-color: #fff;
}
h1, h2, h3, h4 {
    font-family: 'Sen', sans-serif !important;
}
#logo, #menulink {
    transition: all .25s;
}
.hr {
    margin-bottom: 40px !important;
}
.hr:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #959597;
    width: 60px;
    height: 1px;
    top: 70px;
}
.hrcenter {
    margin-bottom: 50px;
}
.hrcenter:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #959597;
    width: 60px;
    height: 1px;
    margin-top: 20px;
}
.hrleft:after {
    content: '';
    display: block;
    margin: 20px 0;
    left: 0;
    top: 70px;
    background-color: #959597;
    width: 60px;
    height: 1px;
}
.hrleft-white:after {
    content: '';
    display: block;
    margin: 20px 0;
    left: 0;
    top: 70px;
    background-color: #fff;
    width: 60px;
    height: 1px;
}
.hrwhite:after {
    background-color: #fff !important;
    box-shadow: 0px 0px 3px #000;
}
.top-contacts img {
    width: 19px;
}
img {
  max-width: 100%;
}
.wrapper {
  min-height: 100%;
  position: relative;
}
.content {
    padding: 40px 0;
}
input.btn.btn-full.btn-lg.btn-primary {
    background: #b58f51;
    border: none;
}
.newbtn {
    padding: 12px 24px;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-weight: 400;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 15px;
    transition: all .25s;
}
.newbtn:hover {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}
.textorange {
    color: #b58f51 !important;
}
.orangebtn {
    background: #b58f51;
}
.blackbtn {
    background: #211f1e;
}
/*.site-body {
  padding-bottom: 120px;
}*/
nav.navbar.navbar-default {
    background-image: none !important;
    background: #211f1e !important;
    border-radius: 0px !important;
    border: none !important;
    margin-bottom: 0 !important;
    position: sticky;
    top: 0;
    z-index: 999;
    padding: 10px 0;
}
.navbar-brand {
    padding: 6px 15px !important;
}
.navbar-default .navbar-nav > li > a {
    color: #fff !important;
    text-shadow: none !important;
    font-weight: 600 !important;
    font-size: 14px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:after {
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    background-color: #b58f51;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
	transition: all .3s;
    margin-top: 3px;
}

.navbar-default .navbar-nav > li.active > a:after {

    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}

.navbar-default .navbar-nav > li:hover > a:after {
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}
.quote-box {
    background: #f6f6f7;
    padding: 20px;
    position: relative;
    margin-top: 20px;
}
.quote-box:before {
    content: '\f10e';
    font-family: fontAwesome;
    font-size: 18px;
    position: absolute;
    top: -14px;
    left: 50%;
    border: 1px solid #dddddd;
    padding: 5px 0 0 7px;
    border-radius: 50px;
    height: 32px;
    width: 32px;
    background-color: #f6f6f7;
    transform: translate(-50%);
    color: #777;
}
.details {
    background-color: #f6f6f7;
    padding: 20px 0;
}
.break {
    background-color: #fff;
    padding: 20px 0;
}
.break h3, .testimonials h2, .areas h2, .services h2, .int h2 {
    font-weight: 600;
}
.details-top {
    background-color: #323232;
    padding: 20px 0 40px;
    color: #fff;
}
.details-bottom {
    background-color: #fff;
    padding: 40px 0;
}
.wwd {
    background-color: #f6f6f6;
    padding: 0;
    margin-bottom: 20px;
    /*min-height: 480px;*/
    transition: all .25s;
}
.wwd:hover {
    outline: 4px solid #b58f51;
    cursor: pointer !important;
}
.wwd p {
    padding: 0 20px;
    font-size: 15px;
}
.wwd h3 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    transform: translate(0%, -50%);
    color: #fff;
    text-shadow: 0px 0px 5px #444;
    text-transform: uppercase;
    font-size: 25px;
}
.btn-outline {
    border: 1px solid !important;
    padding: 8px 30px !important;
    margin-bottom: 20px !important;
    transition: all .4s !important;
    color: #000;
}
.btn-outline:hover {
    background: #b58f51;
    color: #fff !important;
}
.btn-full {
    padding: 8px 34px !important;
}
.top-contacts {
    background: #323232;
    color: #fff;
    padding: 10px 0;
}
.top-contacts a {
    color: #b58f51 !important;
    margin-left: 10px;
    font-size: 15px;
    font-weight: 300;
}
.main-img {
    background-position: center;
    background-size: cover;
    position: relative;
    color: #fff;
    text-shadow: 0px 2px 5px #333;
  }
.main-img-home {
    background-image: url('../images/main-img.jpg');
    padding: 80px 0 100px;
}
.main-img-contacts {
    background-image: url('../images/contacts-img.jpg');
}
.main-img-roof-repairs {
    background-image: url('../images/roof-repairs-img.jpg');
    padding: 40px 0 60px;
}
.maintext h1 {
    font-size: 75px;
    margin-top: 0;
}
.maintext h2 {
    font-size: 38px;
    margin-bottom: 0;
}
.white-logo {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%,20%);
    width: 320px;
    max-width: 80%;
}
/*.white-logo {
    width: 320px;
    max-width: 80%;
    margin: 0 auto;
    padding: 50px 0;
}*/
.call {
    color: #fff;
    background: #b58f51;
    padding: 20px 0;
}
.call h5 {
    font-weight: 300;
    font-family: 'Inter', sans-serif !important;
    font-size: 28px;
    margin: 15px 0;
}
.welcome {
    background: #f6f6f7;
    background-image: url('../images/halfpage.jpg');
    background-position: center top;
    background-size: cover;
    color: #fff;
}
.welcome h4 {
    font-weight: 300;
    font-style: italic;
    font-size: 21px;
    line-height: 29px;
}
.specialists {
    background: #f6f6f7;
    padding: 40px 0;
}
.specialists h2 {
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 600;
}
.img-bg {
  background-position: center;
  background-size: cover;
  padding: 0 !important;
}
form label {
    color: #fff;
    font-weight: 300;
}
.img-welcome {
  /*background-image: url('../images/welcome.jpg');*/
}
.img-how {
  /*background-image: url('../images/how.jpg');*/
}
.text-welcome, .text-how {
  padding: 40px !important;
}
.blue-row {
    background: #323232;
    color: #fff;
}
.wrapper {
    padding-top: 30px; 
}
.h1blue {
    background: #323232;
    color: #fff;
    padding: 40px 0;
}
.about {
    padding: 40px 0;
}
.about .row {
    position: relative;
}
.over-img {
    position: absolute !important;
    background-color: rgba(255,255,255,0.75);
    top: 25px;
    z-index: 99;
    padding: 25px !important;
}
.over-right {
    right: 0;
}
.over-left {
    left: 0;
}
.areas {
    overflow: hidden;
    padding: 40px 0;
    background: #f6f6f6;
    background-image: url('../images/london.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
    font-size: 15px;
}
.areas .row {
    margin-bottom: 15px;
}
.areas img {
    width: 21px;
}
.testimonials {
    overflow: hidden;
    padding: 40px 0;
    background: #fff;
}
.item {
    max-width: 1170px;
    margin: 0 auto;
    padding-bottom: 60px;
}
.carousel-indicators li {
    background-color: #323232 !important;
    border: 1px solid #323232 !important;
}
.carousel-indicators li.active {
    background-color: #fff !important;
}
.testimonials .item img {
    display: block !important;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    padding: 5px;
    border: 1px solid #323232;
}
.checks {
    margin: 0;
    padding-left: 20px;
}
.checks li {
    background-image: url("../images/check.png");
    background-position: top 12px left;
    background-size: 24px;
    background-repeat: no-repeat;
    list-style: none;
    padding-left: 30px;
    line-height: 40px;
    font-size: 18px;
    font-style: italic;
}
.process {
  padding: 60px 0;
  background: #f6f6f7;
}
.services {
    padding: 60px 0;
}
.contacts-img {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 40px;
}
.form-group {
    overflow: hidden;
}
.two-row, .three-row, .full-row, .dob {
    width: 100%;
    float: left;
    overflow: hidden;
}
.two-row .form-group {
    width: 48%;
    float: left;
    margin-right: 4px;
}
.three-row .form-group {
    width: 32%;
    float: left;
    margin-right: 4px;
}
.full-row .form-group {
    width: 100%;
    float: left;
    margin-right: 4px;
}
.dob select {
    width: 32%;
    float: left;
    margin-right: 4px;
}
.radiobtn {
    display:none !important;
}
.radiobtn + label {
    display:inline-block;
    padding:8px 10px;
    font-size:14px;
    color:#333;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    border:1px solid #ccc;
    background:-moz-linear-gradient(bottom, #eee 0%, #fff 99%);
    background:-webkit-linear-gradient(bottom, #eee 0%,#fff 99%);
    background:-o-linear-gradient(bottom, #eee 0%,#fff 99%);
    background:-ms-linear-gradient(bottom, #eee 0%,#fff 99%);
    background:linear-gradient(to top, #eee 0%,#fff 99%);
    border-radius:5px;
    width:40%;
    float: left;
    margin: 0 5px 0 0;
    transition: all 0.2s;
}
.radiobtn:hover + label {
    background-image:none;
    outline:0;
    background:-moz-linear-gradient(bottom, #fff 0%, #eee 99%);
    background:-webkit-linear-gradient(bottom, #fff 0%,#eee 99%);
    background:-o-linear-gradient(bottom, #fff 0%,#eee 99%);
    background:-ms-linear-gradient(bottom, #fff 0%,#eee 99%);
    background:linear-gradient(to top, #fff 0%,#eee 99%);
}
.radiobtn:checked + label {
    background-image:none;
    outline:0;
    background-color:#2d8de7;
    border:1px solid #2d8de7;
    color:#fff;
}
.add-btn {
    background-image: none;
    border: none;
    border-radius: 4px;
    padding: 10px 24px 9px;
    background-color: #ddd;
}
.quote {
    font-style: italic;
    text-align: center;
    font-size: 16px;
}
.signature {
    text-align: center;
    font-weight: 400;
}
.tips {
    background-color: #f6f6f7;
    padding: 40px 0;
}
.tips img {
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 50%;
}
.callform {
    padding: 40px 0;
}
.callformdark {
    background-color: #444;
    color: #fff;
}
.callformlight {
    background-color: #f6f6f7;
    color: #444;
}
.int {
    padding: 40px 0;
    background-position: right !important;
    background-size: auto 100% !important;
    background-repeat: no-repeat !important;
}
.int .text-welcome {
    background: rgba(255,255,255,0.8);
}
.mossremoval {
    background: url('../images/moss-removal-fade.jpg');
}
.chimneys {
    background: url('../images/chimneys-fade.jpg');
}
.flatroofs {
    background: url('../images/flat-roofs-fade.jpg');
}
.roofrepairs {
    background: url('../images/roof-repairs-fade.jpg');
}
ul.dropdown-menu {
    background: #000 !important;
}
.navbar-default .navbar-nav > .open > a {
    background: none !important;
}
.rotation {
    border: 10px solid #fff;
    box-shadow: 0px 0px 13px #aaa;
    transform: rotate(-3deg);
}
.sticky {
    position: sticky !important;
    top: 90px;
}
.rightul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.rightul li {
    padding-left: 45px;
    background-image: url('../images/roof.svg');
    background-size: 20px;
    background-position: top 5px left;
    background-repeat: no-repeat;
    line-height: 29px;
    margin-bottom: 15px;
}
.dropdown-menu > li > a{
    color: #fff !important;
}
.dropdown-menu > li > a:hover {
    background: none !important;
    color: #b58f51 !important;
}
h3 a {
    color: inherit !important;
    transition: all .3s;
}
h3 a:hover {
    color: #b58f51 !important;
}
.blogby {
    font-size: 14px;
    font-style: italic;
}
.date {
    font-weight: 700;
    font-size: 16px;
}
.logo-footer {
    height: 40px;
    margin-top: 15px;
    margin-bottom: 20px;
}

footer {
    padding: 40px 0;
    background: #323232;
    color: #fff;
    font-size: 14px;
   /*position:absolute;
   bottom:0;
   width:100%;
   height:120px;
   background:#eee;*/
}
footer a {
    color: #fff;
}
.copyright p {
    font-size: 12px;
    margin: 20px 0 0 0;
}

/* Back to top button  */
#back-top {
	position: fixed;
    bottom: 20px;
    right: 20px;
	border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
	transition: background-color 0.2s ease-in-out 0s;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.7) !important;
	height: auto;
    width: auto;
}
#back-top a {
	width: auto;
	display: block;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}

#back-top span {
	background-color: #333;
    background-image: url("../images/top.png") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border-radius: 4px;
    display: block;
    height: 40px;
    margin-bottom: 0;
    transition: all 1s ease 0s;
    width: 40px;
}
#back-top a:hover span {
	background-color: #888;
}
@media (max-width:480px) {
    .top-contacts a {
        font-size: 15px;
    }
    .top-contacts .text-right, .top-contacts .text-left {
        text-align: center !important;
    }
    .maintext {
        position: unset;
        padding-top: 40px;
        transform: none;
    }
    .main-img {
        min-height: auto;
    }
    .maintext h1 {
        font-size: 35px;
    }
    .maintext h2 {
        font-size: 25px;
    }
    .newbtn {
        display: inline-block;
        margin: 5px 0;
    }
    .callform, .testimonials {
        padding: 40px 20px;
    }
    .navbar-header {
        position: relative;
    }
    #logo-small {
        display: inline-block !important;
        height: 45px;
        margin-left: 0;
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .navbar-collapse.collapse, .navbar-collapse.collapsing {
        border: none !important;
    }
    #logo {
        display:none;
    }
    .desktop-btn {
        display: none;
    }
    .mobile-btn {
        display: inline-block;
    }
}
@media (min-width:481px) {
    .desktop-btn {
        display: inline-block;
    }
    .mobile-btn {
        display: none;
    }
}
@media (max-width:767px) {
    .top-contacts .col-sm-4 {
        text-align: center !important;
    }
    .navbar-default .navbar-nav > li > a {
        text-align: center;
    }
    .over-img {
        position: relative !important;
        background-color: transparent !important;
        padding: 20px !important;
        top: 0 !important;
    }
}
@media (min-width:768px) {
  .welcome .row {
    display: flex;
    align-items: center;
  }
  .flex {
    display: flex !important;
    align-items: center !important;
  }

#menulink {
    margin-top: 5px;
}
  /*ul.nav {
      position: absolute;
      left: 50%;
      transform: translate(-50%);
  }*/
}

@media (min-width:768px) and (max-width:991px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 10px !important;
    }
}
