/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Old Standard TT', serif;
}

hr {
    max-width: 50px;
    border-color: #781214;
    border-width: 3px;
}

hr.light {
    border-color: #fff;
}

a {
	color: #6CF;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

a:hover,
a:focus {
    color: #eb3812;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Old Standard TT', serif;
}

p {
    margin-bottom: 20px;
    font-size: 1.5em;
    line-height: 1.5;
}
.port {text-align: center !important;}

.heading {
	text-align: center;
	text-shadow: 2px 4px black
}
.acc-bg {background-color: #D4D3CF;}




.mega-title strong {
  font-size: 2.5em;
  display: block;
  font-weight: 700;
  margin: 50px 0 20px 0;
  color: #222;
}
.mega-title strong small {
  font-size: .7em;
}

.tab-wrapper {
/*  width: 450px;*/
  margin: 50px 20px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.tab-wrapper > .title {
  text-align: center;
}
.tab-wrapper > .title > strong {
  font-size: 2em;
  font-weight: 800;
  display: block;
  margin-bottom: 20px;
  color: #000;
}
.tab-wrapper.v1 .item {
  margin: 10px 0;
}
.tab-wrapper.v1 .item.selected .tab-btn a {
  background-color: #771418;
  color: #fff;
  font-size:1.5em;
}
.tab-wrapper.v1 .item.selected .tab-btn a:hover {
  color: #fff;
}
.tab-wrapper.v1 .item.selected .tab-content {
  display: block;
  background-color: #fff;
}
.tab-wrapper.v1 .item .tab-btn a {
  text-decoration: none;
  display: block;
  color: #000;
  padding: 20px;
  border: 1px solid #ddd;
  letter-spacing: 2px;
  text-transform: uppercase;
  word-spacing: 1px;
  font-weight: 600;
  transition: all 0.3s linear;
  font-size: 1.5em;
  background-color: grey;
}
.tab-wrapper.v1 .item .tab-btn a:hover {
  color: #771418;
}
.tab-wrapper.v1 .item .tab-content {
  border: 1px solid #ddd;
  border-top: 0;
  padding: 10px 20px;
  display: none;
}
.tab-wrapper.v1 .item .tab-content p {
  font-size: 1.4em;
  line-height: 1.8;
  word-spacing: 1px;
  word-break: break-word;
  color: #000;
}

@media only screen and (max-width: 450px) {
  .tab-wrapper {
    width: 100%;
    margin: 20px 0;
  }
  .tab-wrapper.v2 .tab-btn a {
    margin: 5px 0;
  }
}




.bg-primary {
    background-color: #781214;
}
.bg-dark {
    color: #fff;
    background-color: #000;
}
.bg-grey {background-color: #F7F7F7;}

.text-faded {
    color: rgba(255,255,255,.7);
}

section {
    padding: 180px 0;
}

aside {
    padding: 50px 0;
}

.extra-pad {padding: 30px 0 0 0;}
.no-padding {
    padding: 0;
}
.navbar-fixed-bottom, .navbar-fixed-top { z-index: 1 !important;}
.navbar {height: 130px !important;}
.navbar-default {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    background-color: #555;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    color: #f05f40;
}
.navbar-nav > li > a {padding-top: 25px !important;}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #eb3812;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 18px;
    color: #781214;
	text-align: right;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #781214;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #781214!important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}
.navbar-toggle { margin-top: 120px;
}
.text-center {text-align: center !important;}

@media(max-width:767px) {
	
	header .header-content {
    padding: 300px 15px 100px 15px !important;
}
}
@media(max-width:425px) {
	
	header .header-content {
    padding: 450px 15px 100px 15px !important;
}
    .navbar-nav>li>a {
    line-height: 4px;
}
}


@media(min-width:768px) {
	
	header .header-content {
    padding: 500px 15px 100px 15px !important;
}
	
    .navbar-default {
        background-color: rgba(255,255,255,.5);
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255,255,255,.9);
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }
	.navbar-nav > li > a {padding-top: 25px !important;}
    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: #781214;
		background: rgb(255, 255, 255);

    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #000;
    }

    .navbar-default.affix {
        border-color: #781214;
		background-image: url(../img/header-bg.png);
		background-repeat: repeat;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #f05f40;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #eb3812;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #222;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #781214;
		text-decoration: underline;
    }
}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../img/radiator-cover.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 190px 15px 100px 15px;
    text-align: center;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
	font-size: 3.5em !important;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.7);
}
@media(min-width:768px) {
header .header-content .header-content-inner h1 {
    margin-top: 0;
}
}

@media(min-width:768px) {
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}
.about-img {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../img/about-header.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.about-img .header-content {
    position: relative;
    width: 100%;
    padding: 190px 15px 100px 15px;
    text-align: center;color: #000;
}

.about-img .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
	font-size: 3.5em !important;
}
.about-img .header-content .header-content-inner h1, .about-img .header-content .header-content-inner h2 {
	background: rgba(255,255,255,0.5);

}
.header-content .header-content-inner hr {
    margin: 30px auto;
}

.about-img .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

@media(min-width:768px) {
    .about-img {
        min-height: 100%;
    }

    .about-img .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .about-img .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    .about-img .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}
.radiator-img {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../img/radiator-header2.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.radiator-img .header-content {
    position: relative;
    width: 100%;
    padding: 190px 15px 100px 15px;
    text-align: center;color: #000;
}

.radiator-img .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
	font-size: 3.5em !important;
}
.radiator-img .header-content .header-content-inner h1, .radiator-img .header-content .header-content-inner h2 {
	background: rgba(255,255,255,0.5);
}
.header-content .header-content-inner hr {
    margin: 30px auto;
}

.radiator-img .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

@media(min-width:768px) {
	.btn { margin-bottom: 3px;}
    .radiator-img {
        min-height: 100%;
    }

    .radiator-img .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .radiator-img .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    .radiator-img .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}
.window-well-img {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../img/window-well-page.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.window-well-img .header-content {
    position: relative;
    width: 100%;
    padding: 190px 15px 100px 15px;
    text-align: center;color: #000;
}

.window-well-img .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
	font-size: 3.5em !important;
}
.window-well-img .header-content .header-content-inner h1, .window-well-img .header-content .header-content-inner h2 {
	background: rgba(255,255,255,0.5);
}
.header-content .header-content-inner hr {
    margin: 30px auto;
}

.window-well-img .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

@media(min-width:768px) {
    .window-well-img {
        min-height: 100%;
    }

    .window-well-img .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .window-well-img .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    .window-well-img .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}
.contact-img {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: none;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	background-color: #F0EDE5;
}

.contact-img .header-content {
    position: relative;
    width: 100%;
    padding: 190px 15px 100px 15px;
    text-align: center;color: #000;
}

.contact-img .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
	font-size: 3.5em !important;
}

.header-content .header-content-inner hr {
    margin: 30px auto;
}

.contact-img .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

@media(min-width:768px) {
    .contact-img {
        min-height: 100%;
    }

    .contact-img .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .contact-img .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    .contact-img .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}
.section-heading {
    margin-top: 0;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(240,95,64,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
	.section-heading {
  margin-top:1em;
}
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
	margin: 0 auto 40px;
	text-align: center;
}

.text-primary {
    color: #f05f40;
}
a.homebtn i.fa.fa-home.wow.bounceIn.text-primary{
    color: #000 !important;
}
.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #781214;
    color: #222;
    background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #fff;
    color: #fff;
    background-color: #781214;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #ed431f;
    color: #fff;
    background-color: #000;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #f05f40;
    background-color: #f05f40;
}

.btn-primary .badge {
    color: #f05f40;
    background-color: #fff;
}

.btn {
    border: 1px solid #fff;
    border-radius: 0px;
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

/*::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}
*/
img::-moz-selection {
    color: #fff;
    background: 0 0;
}

/*body {
    webkit-tap-highlight-color: #222;
}
*//* Popup CSS */
.lightboxview {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: rgba(2,2,2,0.9);
	display: none;
	z-index: 8;
}

.lightbox img {
	cursor: pointer;
	margin-bottom: 1em !important;
	margin-left: auto;
	margin-right: auto;
}

#left {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: 10;
}

#right {
	position: absolute;
	display: none;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: 10;
}

#limage {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 90%;
	max-height: 90%;
	top: 5%;
	bottom: 5%;	
	
}
	#limage img {
		border: #222 solid 5px;
	}
	
.opacity{
	opacity: 0;
}
.overlay{
	background-color: #000;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.close {
	display: none;
	position: absolute;
	top: 1%;
	right: 1%;
	border-radius: 20px;
	z-index: 15;
	cursor: pointer;
	width: 28px;
	height: 28px;
	opacity: 0.7;
}

.shadow{
	opacity: 1;
	-moz-box-shadow: 1px 0px 10px 1px #fff;
	-webkit-box-shadow: 1px 0px 10px 1px #fff;
	box-shadow: 1px 0px 10px 1px #fff;
}

.leftarrow {
	cursor: pointer;
	position: absolute;
	top: 48%;
	bottom: 48%;
	left: 2%;
	height: 28px;
	width: 28px;
}
	.leftarrow img{
		opacity: 0.7;
		border-radius: 20px;
	}
.rightarrow {
	cursor: pointer;
	position: absolute;
	top: 48%;
	bottom: 48%;
	right: 2%;
	height: 28px;
	width: 28px;
}
	.rightarrow img {
		opacity: 0.7;
		border-radius: 20px;
	}
.no-padding-sidebtm {
	padding: 9em 0 0 0;
}
.offset-top {
	margin-top: 3em;
}
ul.nav.navbar-nav.navbar-right {
	background-color: #fff;
}
.grill-center {margin: 0 auto; text-align: center;}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 	 .navbar-default .nav > li > a, .navbar-default .nav > li > a:focus { font-size: 14px !important;}
	.nav > li > a {padding: 10px !important;}
 }
 @media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) { .navbar-default .nav > li > a, .navbar-default .nav > li > a:focus { font-size: 14px !important;}
	.nav > li > a {padding: 10px !important;} }
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) 
and (-webkit-min-device-pixel-ratio: 1) { .navbar-default .nav > li > a, .navbar-default .nav > li > a:focus { font-size: 14px !important;}
	.nav > li > a {padding: 10px !important;}}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
 {
header .header-content .header-content-inner h1 {
    font-size: 2em !important;
}
	.navbar-default .navbar-header .navbar-brand {
		margin-top: -60px !important;
		float: none;
	}
html body#page-top div.about-img div.header-content{
		padding: 330px 15px 100px 15px !important;
	}
	.navbar {height: 260px !important;}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: transparent;}
	.navbar-brand > img {
			margin: -20px 0 0 0 !important;}
	.radiator-img .header-content h1 span.section-heading {font-size: .5em;}
	.radiator-img .header-content h1 {padding-top: 175px;font-size: 2.5em;}
	.window-well-img .header-content {padding-top: 330px;}
	.window-well-img .header-content h1 span.section-heading {font-size: .5em;}
.contact-img .header-content .header-content-inner h1 {padding-top: 130px;}
.contact-img .header-content .header-content-inner h1 span.section-heading {font-size: .5em;}

}		
}
