body {
}

a,h1,h2 {
    color: #2c296b;
}
a:hover {
    text-decoration: none;
}



/*header*/

.top-bar {
    border-top: 3px solid #2c296b;
    position: relative;
}
.top-bar p {
    display: inline-block;
    padding-top: 10px;
    padding-right: 10px;
    font-size: 25px;
    color: #d41f26;
}
.call-us {
    border: 3px solid #2c296b;
    width: auto;
    padding: 0 15px;
    text-align: center;
    background: #fff;
    position: absolute;
    height: 70px;
    z-index: 2;
    top: -7px;
    right: 10%;
}
.call-us span {
    background: url(images/phone.png)no-repeat;
    height: 24px;
    position: relative;
    left: -5px;
    top: 3px;
    width: 16px;
    display: inline-block;
}
nav {
    margin-top: 130px;
}
.navbar-toggle .icon-bar {
    background: none repeat scroll 0 0 #d41f26;
    height: 6px;
    width: 31px;
}
.navbar-brand.logo {
    display: none;
    width: 56%;
    float: none!important;
    margin: 0 auto;
    height: auto;
}
.logo img {
    width: 100%;
    height: auto;
}
.logo {
    display: inline-block;
    vertical-align: bottom;
    padding-right: 3%;
    width: 35%;
    max-width: 430px;
}
.main-nav {
    list-style: none;
    padding: 0;
    text-align: center;
}
.main-nav li {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 2%;
    width: auto;
    padding: 10px 2%;
    font-size: 25px;
    line-height: 30px;
    border: 5px solid #2c296b;
    border-radius: 20px;
    text-align: center;
}
.main-nav .active, .main-nav li:hover {
    background: #d72229;
    color: #fff;
    border-color: #d72229;
}
.main-nav .active a, .main-nav li:hover a {
    color: #fff;
}

/*media queries*/

@media all and (max-width: 1110px) {
    .main-nav li a {
        font-size: 18px;
    }
    .main-nav li {
        padding: 5px 2%;
    }
}

@media all and (max-width: 768px) {
    .navbar-brand.logo {
        display: block;
    }
    #navigationbar .logo {
        display: none;
    }
    .main-nav li {
        display: block;
        width: 50%;
        margin: 5px auto;
    }
}

@media all and (max-width: 460px) {
    .call-us {
        width: 100%;
        right: 0;
        border-left: none;
        border-right: none;
        height: 60px;
    }
    .call-us p {
        font-size: 16px;
    }
}



section#callout {
    border-bottom: 4px solid #2c286b;
    padding: 150px 0 50px 0;
}
#callout h1 {
    font-family: 'Bree Serif', serif;
    font-size: 96px;
    color: #2c286b;
    line-height: 1;
}
#callout p.lead {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 28px;
    color: #201f1f;
    margin-top: 30px;
}
#callout span {
    font-family: 'Bree Serif', serif;
    font-size: 28px;
    color: #d72027;
}
#callout button {
    color: #fff;
    background-color: #2c286b;
    border-color: #2c286b;
    padding: 5px 36px 10px 36px;
    font-family: 'Bree Serif', serif;
    font-size: 50px;
    line-height: 1.4;
    border-radius: 20px;
    margin: 30px 0;
}

section#services {
    padding: 100px 0;
    text-align: center;
}
#services h2 {
    font-family: 'Bree Serif', serif;
    font-size: 28px;
    color: #2c286b;
}
#services img {
    margin: 36px 0;
}
#services p {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #211f1f;
    height: 160px;
}
#services a.services-more {
    color: #d31f26;
    font-family: 'Bree Serif', serif;
    font-size: 20px;
}

section#quote {
    background: url(images/bg-bento-mascot.jpg) #2c286b;
    background-repeat: no-repeat;
    background-position: bottom center;
    color: #fff;
    padding: 100px 0 530px 0;
    position: relative;
}
#quote p {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    font-size: 28px;
    margin-top: 40px;
}
#quote blockquote {
    padding: 0;
    margin: 0;
    font-family: 'Bree Serif', serif;
    font-size: 60px;
    border-left: 0; 
}

section#contact {
    padding: 70px 0 20px 0;
}
#contact h1 {
    color: #2c276b;
    font-family: 'Bree Serif', serif;
    font-size: 60px;
    padding-bottom: 30px;
}
#contact .form-control-new {
    display: block;
    width: 100%;
    height: 79px;
    padding: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.42857143;
    color: #211f1f;
    background-color: #fff;
    background-image: none;
    border: 5px solid #d3d6db;
    border-radius: 6px;
    outline: none;
}
#contact .form-control-textarea {
    display: block;
    width: 100%;
    padding: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.42857143;
    color: #211f1f;
    background-color: #fff;
    background-image: none;
    border: 5px solid #d3d6db;
    border-radius: 6px;
    outline: none;
}
#contact div.form-group {
    margin-bottom: 35px;
}
#contact label.radio-inline {
    color: #2f296c;
    font-family: 'Bree Serif', serif;
    font-size: 20px;
    padding-right: 30px;
}
#contact span {
    color: #2f296c;
    font-family: 'Bree Serif', serif;
    font-size: 20px;
    padding-right: 30px;
}
#contact button {
    color: #fff;
    background-color: #d52027;
    border-color: #d52027;
    padding: 5px 36px 10px 36px;
    font-family: 'Bree Serif', serif;
    font-size: 30px;
    line-height: 1.4;
    border-radius: 20px;
    margin: 0 0 20px 0;
}
#contact div.prettyradio {
    margin-bottom: -10px;
}
::-webkit-input-placeholder {
    color: #211f1f;
}
:-moz-placeholder {
    color: #211f1f;
    opacity:  1;
}
::-moz-placeholder {
    color: #211f1f;
    opacity:  1;
}
:-ms-input-placeholder {
    color: #211f1f;
}

section#footer {
    background: #2c286b;
    padding: 30px 0;
    font-size: 12px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
}
#footer a {
    display: block;
    color: #fff;
    text-transform: uppercase;
}
#footer a:hover {
    text-decoration: none;
}
#footer a.social-links {
    display: inline-block;
    margin-right: 10px;
    padding-top: 10px;
}
#footer p {
    font-weight: 700;
}








/* 5 equal columns for bootstrap */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}



body {
    font-family: "Bree Serif";
    color: #2c296b;
}
footer {
    font-family: "Source Sans Pro"
}
a,h1,h2 {
    color: #2c296b;
}
a:hover {
    text-decoration: none;
}
/*header*/

header {
    margin-bottom: 100px;
}
.top-bar {
    border-top: 3px solid #2c296b;
    position: relative;
}
.top-bar p {
    display: inline-block;
    padding-top: 10px;
    padding-right: 10px;
    font-size: 25px;
    color: #d41f26;
}
.call-us {
    border: 3px solid #2c296b;
    width: auto;
    padding: 0 15px;
    text-align: center;
    background: #fff;
    position: absolute;
    height: 70px;
    z-index: 2;
    top: -7px;
    right: 10%;
}
.call-us span {
    background: url(images/phone.png)no-repeat;
    height: 24px;
    position: relative;
    left: -5px;
    top: 3px;
    width: 16px;
    display: inline-block;
}
nav {
    margin-top: 130px;
}
.navbar-toggle .icon-bar {
    background: none repeat scroll 0 0 #d41f26;
    height: 6px;
    width: 31px;
}
.navbar-brand.logo {
    display: none;
    width: 56%;
    float: none!important;
    margin: 0 auto;
    height: auto;
}
.logo img {
    width: 100%;
    height: auto;
    max-width: 420px;
}
.logo {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 3%;
    width: 35%;
    
}
.main-nav {
    list-style: none;
    padding: 0;
    text-align: center;
}
.main-nav li {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 3%;
    width: auto;
    padding: 10px 1%;
    font-size: 25px;
    line-height: 30px;
    border: 5px solid #2c296b;
    border-radius: 20px;
    text-align: center;
}
.main-nav li:last-child {
    margin-right: 0;
}
.main-nav .active, .main-nav li:hover {
    background: #d72229;
    color: #fff;
    border-color: #d72229;
}
.main-nav .active a, .main-nav li:hover a {
    color: #fff;
}


/*plumbing*/

.all-services {
    padding: 0 ;
}
.all-services ul {
    list-style: none;
    text-align: left;
    padding: 0;
}
.all-services li {
    margin-bottom: 35px;
}
.all-services li:before {
    position: relative;
    top:25px;
    margin-right: 25px;   
}
.all-services ul.services li#insurance-li:before {
    content: url(images/ico-small-insurance-restoration.png);
}
.all-services ul.services li#insurance-li.active:before {
    content: url(images/ico-small-insurance-restoration-active.png);
}
.all-services ul.services li#bathroom-li:before {
    content: url(images/ico-small-bathroom-overhaul.png);
}
.all-services ul.services li#bathroom-li.active:before {
    content: url(images/ico-small-bathroom-overhaul-active.png);
}
.all-services ul.services li#plumbing-li:before {
    content: url(images/ico-small-plumbing-service.png);
}
.all-services ul.services li#plumbing-li.active:before {
    content: url(images/ico-small-plumbing-service-active.png);
}
.all-services ul.services li#wall-li:before {
    content: url(images/ico-small-wall-surface-repair.png);
}
.all-services ul.services li#wall-li.active:before {
    content: url(images/ico-small-wall-surface-repair-active.png);
}
.all-services ul.services li#polybutylene-li:before {
    content: url(images/ico-small-polybutylene-replacement.png);
}
.all-services ul.services li#polybutylene-li.active:before {
    content: url(images/ico-small-polybutylene-replacement-active.png);
}
.all-services li a {
    font-size: 28px;
}
.all-services li a:hover {
    color: #d72128;
}
.all-services h2 {
    font-size: 88px;
    font-weight: bold;
    margin-top: 0;
}

.service {
    background: #2c296b;
    padding: 0;
    color: #fff;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 50px;
    padding-left: 2%;

}
.service .left-section {

}
.service .right-section img {
    width: 100%;
    max-width: 220px;
    margin-top: 35px;
    position: relative;
    right: -20px;
}
.service p {
    font-size: 28px;
    font-weight: normal;
}
.service p.source {
    font-family: "Source Sans Pro";
}
.service ul {
    display: inline-block;
    padding-left: 15px;
}
.service li {
    font-weight: lighter;
    font-size: 28px;
    font-family: "Source Sans Pro";
    list-style: none;
}
.service li:before {
    content: "■";
    position: relative;
    left: -10px;
}
.service h3 {
    font-size: 38px;
    padding-bottom: 30px;
    border-bottom: 3px solid #fff;
    display: inline-block;
}
.service .bottom-section {
    clear: both;
}
.service .super-hero img {
    position: relative;
    top: 69px;
}
.service h5 {
    font-size: 28px;
    border-bottom: 3px solid #fff;
    padding-bottom: 10px;
}
.service .bottom-section p {
 padding-top: 20px;
}
/*radio*/
#contact .no-pad {
    padding: 0 10px 0 0;
}
input[type=radio].custom-checkbox {
    position:absolute; z-index:-1000;  overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=radio].custom-checkbox + label.custom-label {
    padding-left:23px;
    height:18px; 
    display:inline-block;
    line-height:18px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:18px;
    vertical-align:middle;
    cursor:pointer;

}

input[type=radio].custom-checkbox:checked + label.custom-label {
    background-position: 0 -18px;
}
label.custom-label {
    background-image:url(images/radio-label.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#contact .custom-label {
    color: #d3d6db!important;
}
#contact .custom-checkbox:checked + .custom-label {
  color: #2f296c!important;
}

/*media queries*/

@media all and (max-width: 1110px) {
    .main-nav li a {
        font-size: 18px;
    }
    .main-nav li {
        padding: 5px 2%;
    }
    /*.all-services, .service {
        margin: 0 auto;
        float: none;
        }*/
    }
    @media all and (max-width: 995px) {
        .service .super-hero img {
            position: relative;
            top: 86px;
            left: -16px;
        }
        body.plumbing-body .service .super-hero img, body.wall-body .service .super-hero img, body.poly-body .service .super-hero img {
            position: relative;
            top: 69px;
            left: -16px;
        }
    }

    @media all and (max-width: 768px) {
        .navbar-brand.logo {
            display: block;
        }
        #navigationbar .logo {
            display: none;
        }
        .main-nav li {
            display: block;
            width: 50%;
            margin: 5px auto;
        }
        .main-nav li:last-child {
            margin: 5px auto;
        }
        .super-hero {
            display: none;
        }
        #footer .col-xs-4 {
            margin-top: 20px;
        }
    }

    @media all and (max-width: 460px) {
        .call-us {
            width: 100%;
            right: 0;
            border-left: none;
            border-right: none;
            height: 60px;
        }
        .call-us p {
            font-size: 16px;
        }
        .all-services li a {
            font-size: 18px;
        }
    }