/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

h1, h2, h3, h4, h5, h6{
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
}

h2, h3, h4, h5, h6{
	color: #d73134;;
}
	


h1{
	color: white;
    font-weight: 900;
    font-size: 2.5rem;
    font-family: 'Montserrat', sans-serif; 
}

h2{
	font-size:2.5rem;
	text-transform:unset;
}

h3{
	font-size:2.2rem;
}

h4{
	font-size:2rem;
}

h5{
	font-size:1.7rem;
}

h6{
	font-size: 1.4rem;
}

body{
	font-family: 'Montserrat', sans-serif;
	font-size: 1.4rem;
	color: ;
}
.req {
    color: #ff000d;
}
strong{
	font-weight:700;
}

a, a:visited{
	color:#d73134
}
	
a:hover{

}

a.btn{
	word-wrap: break-word;
    white-space: normal;
    margin-bottom:5px;
    font-size: 1.4rem;
    padding: 0.75rem 2rem;
    font-weight: 700;
    border: none;
}

a.btn.btn-default, a.btn.btn-default:visited, .btn.btn-default, .btn.btn-default:visited{
	color: #fff;
    background: #d73134;
    font-size: 1.4rem;
    padding: 0.75rem 2rem;
    font-weight: 700;
}

a.btn.btn-default:hover, .btn.btn-default:hover{
	background: #000;
}

a.btn.btn-success, a.btn.btn-success:visited{
	color: white;
    background: #d73134;
}

a.btn.btn-success:hover{

}

a.btn.btn-warning, a.btn.btn-warning:visited{

}

a.btn.btn-warning:hover{

}

a.btn.btn-primary, a.btn.btn-primary:visited{

}

a.btn.btn-primary:hover{

}

.adminloggedin .whywick-screen {
    display: none;
}

.video-responsive{
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}

.video-responsive iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}

video {
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.gray-BG {
    background: #EFEFEF;
}

.spacer{
	margin-top:50px;
	margin-bottom:50px;
}

.navbar-nav .ltr {
    position: static;
}

.page-pad{
	padding-left:25px;
}

/* Navigation */
nav.navbar.navbar-expand-md.bg-body-tertiary {
    background-color: #f3f3f3 !important;
    padding-top:0;
}

.navbar-brand>img {
    display: block;
    width: 100px;
    margin: 0 auto;
}

.navbar {
    border: none;
  	--bs-navbar-toggler-icon-bg:
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(215,49,52,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: #d73134;
    --bs-navbar-padding-y: 0;
    z-index: 1;
    min-height:unset;
}

.navbar-brand {
    height: auto;
    margin-top:40px;
}

.navbar-toggler:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.navbar-nav {
    margin: 15px 0;
    text-align:center;
    padding: 0 15px;
}

button.navbar-toggler.collapsed, button.navbar-toggler {
    margin:40px 20px 0 0;
}

.contact-info {
    position: absolute;
    top: 0;
    background: white;
    display: block;
    width: 100%;
    left: 0;
    text-align: right;
}

.contact-info div {
    display: inline-block;
}

.quote a.btn.btn-default{
	border-radius:0;
	margin-left:25px;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu>li>a {
    color: #d73134;
}

a.nav-link, .navbar-nav a.nav-link.active {
    color: #d73134;
    font-size: 1.6rem;
    font-weight: 700;
}

a.nav-link:focus, a.nav-link:hover {
    color: #000 !important;
    text-decoration: none;
}

.navbar .container-fluid:before, .navbar .container-fluid:after{
	content:unset !important;
}

.phone a {
    color: #d73134;
    padding-left:5px;
}

svg.bi.bi-telephone-fill {
    margin-top: 3px;
}

.quote a.btn.btn-default{
	font-weight:900;
	margin-bottom:0;
}

li.nav-item {
    padding: 5px 0;
    border-bottom: 1px solid #d4d3d3;
}

li.nav-item:last-child {
    border-bottom: none;
}

ul.dropdown-menu.show {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    text-align: center;
    width: 100%;
}

ul.dropdown-menu.show a {
    font-size: 1.4rem;
}

ul.dropdown-menu.show li {
    padding: 5px 0;
}



/* Home Page */
.blue-block {
    background: #d73134;
    height: 80%;
    position: absolute;
    top: 0;
    width: 100%;
}

.blue-block.blue-block-secondary {
    height: 96%;
}

.home-intro {
    z-index: 1;
    position: relative;
    padding: 25px 0 0 25px;
}

.home-intro-copy{
	padding-left:25px;
	padding-right: 25px;
}

.home-intro h1 {
    color: white;
    font-size: 2.5rem;
    line-height: 100%;
    margin-bottom:15px;
    font-weight:200;
}

.home-intro h1 strong {
	font-weight:900;
}

.home-featured {
    padding-left: 25px;
    margin-top:10px;
}

.home-featured p{
	margin:0;
}

.home-featured h2 {
    position: absolute;
    bottom: 10px;
    right: 15px;
    margin: 0;
    color: white;
    font-weight: 800;
    font-size: 1.8rem;
}

.home-featured a:hover img{
	opacity:.8;
}

.home-intro-copy h3 {
    color: #d73134;
    font-size: 3rem;
    font-weight:500;
}

.img-screen {
    background: none;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5074623599439776)), color-stop(20%, rgba(0,0,0,0.1993391106442577)), color-stop(40%, rgba(0,0,0,0)));
	background: -o-linear-gradient(bottom, rgba(0,0,0,0.5074623599439776) 0%, rgba(0,0,0,0.1993391106442577) 20%, rgba(0,0,0,0) 40%);
	background: linear-gradient(0deg, rgba(0,0,0,0.5074623599439776) 0%, rgba(0,0,0,0.1993391106442577) 20%, rgba(0,0,0,0) 40%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.home-form-label {
    height: 50px;
    background: #d73134;
    -webkit-clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    padding-left:25px;
    margin:0 25px 25px 0;
}

.home-form-label h3{
	padding: 15px 0;
    color: white;
    font-size: 2rem;
    font-weight:500;
}

#HomeContact .btn.btn-default {
    margin-top: 25px;
}

.home-about{
	display:-ms-grid;
	display:grid;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	-ms-grid-columns: (1fr)[12];
	grid-template-columns: repeat(12,1fr);
}

.home-about > *:nth-child(1){
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.home-about > *:nth-child(2){
	-ms-grid-row: 1;
	-ms-grid-column: 2;
}

.home-about > *:nth-child(3){
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.home-about > *:nth-child(4){
	-ms-grid-row: 1;
	-ms-grid-column: 4;
}

.home-about > *:nth-child(5){
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}

.home-about > *:nth-child(6){
	-ms-grid-row: 1;
	-ms-grid-column: 6;
}

.home-about > *:nth-child(7){
	-ms-grid-row: 1;
	-ms-grid-column: 7;
}

.home-about > *:nth-child(8){
	-ms-grid-row: 1;
	-ms-grid-column: 8;
}

.home-about > *:nth-child(9){
	-ms-grid-row: 1;
	-ms-grid-column: 9;
}

.home-about > *:nth-child(10){
	-ms-grid-row: 1;
	-ms-grid-column: 10;
}

.home-about > *:nth-child(11){
	-ms-grid-row: 1;
	-ms-grid-column: 11;
}

.home-about > *:nth-child(12){
	-ms-grid-row: 1;
	-ms-grid-column: 12;
}

.blue-BG, .home-about-img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13;
}

.home-about-copy{
	padding:0 15px;
}

.blue-BG{
	padding:40px 0;
	background: #d73134;
}

.home-about-copy h3 {
    color: white;
    font-weight: 800;
    font-size: 1.4rem;
}

.home-about-copy h4 {
    color: white;
    font-size: 2.5rem;
    margin-top: 15px;
    font-weight:500;
}

.service {
    background: url(/sites/rmvpolebuildings.com/theme/images/service-BG.jpg) center center no-repeat;
    background-size:cover;
    padding: 50px;
    text-align: center;
}

.service-image {
    margin: 0 auto 25px;
}

.service-copy h4 {
    font-size: 1.7rem;
    font-weight: 800;
}

.wick-head h5 {
    color: #d73134;
    font-size: 2.5rem;
    margin: 0 0 0 15px;
    font-weight:300;
    padding-right: 15px;
}

.wick-head h5 strong{
	font-weight:900;
}

.wick-intro {
    background: #F7F7F7;
    padding: 50px 25px;
    text-align: center;
}

.wick-intro h5 {
    font-size: 1.5rem;
    font-weight:400;
}

.wick-intro h5 strong {
    font-size: 2rem;
    color: #d73134;
    font-weight:900;
}

.wick-intro.wick-outro h5 strong {
    color: unset;
}

.wick-outro{
	background: #d73134;
	overflow: hidden;
	z-index:1
}

.wick-warranty{	background:url(/sites/rmvpolebuildings.com/assets/images/Commercial_Buildings/Home_Commercial_Featured.jpg) center center no-repeat;
	background-size:cover;
	height:300px;
}

.wick-lumber{
	background:url(/sites/rmvpolebuildings.com/assets/images/default/wick_lumber.jpg) center center no-repeat;
	background-size:cover;
	height:300px;
}

.wick-engineer{
	background:url(/sites/rmvpolebuildings.com/assets/images/default/wick_engineer.jpg) center center no-repeat;
	background-size:cover;
	height:300px;
}

.wick-steel{
background:url(/sites/rmvpolebuildings.com/assets/images/Equine_Buildings/Wick_SteelPaint.jpg) center center no-repeat;
	background-size:cover;
	height:300px;
}

.wick-BG {
    position: absolute;
    width: 300px;
    bottom: -60px;
    background-size: 101%;
    right: -48px;
    opacity: .05;
    z-index: -1;
}

.wick-label {
    position: absolute;
    bottom: 15px;
    right: 25px;
    color: white;
    font-weight: 800;
    font-size: 1.5rem;
}

.wick-label p{
	margin:0;
}

.wick-gradient {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: none;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5074623599439776)), color-stop(20%, rgba(0,0,0,0.1993391106442577)), color-stop(40%, rgba(0,0,0,0)));
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.5074623599439776) 0%, rgba(0,0,0,0.1993391106442577) 20%, rgba(0,0,0,0) 40%);
    background: linear-gradient(0deg, rgba(0,0,0,0.5074623599439776) 0%, rgba(0,0,0,0.1993391106442577) 20%, rgba(0,0,0,0) 40%);
}

.wick-project-img {
    width: 80%;
    margin: -20% auto 25px;
}

.wick-project-head {
    padding: 0 25px;
}

.wick-project-head h6 {
    color: #d73134;
    font-weight: 200;
    font-size: 2.5rem;
    line-height: 4rem;
}

.wick-project-head h6 strong {
    font-weight: 900;
    font-size: 5rem;
}

.utility-head h6 {
    font-weight: 700;
    font-size: 2rem;
    margin-top: 20px;
}

footer {
    background: #000;
    padding-top: 50px;
    padding-bottom: 50px;
    color: white;
    text-align: center;
}

footer a, footer a:visited {
    color: white;
}

footer a:hover{
	color:#FFD700;
}

ul.footer-menu {
    list-style: none;
    padding: 0;
}

ul.footer-menu li {
    padding-bottom:20px;
}

ul.footer-menu li a {
    text-decoration:none;
    font-size: 2rem;
}

/* About */
.about-featured h3 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: white;
    font-weight: 900;
    font-size:4rem;
}

.about-screen {
    position: absolute;
    top: 0;
    height: 100%;
    background: rgba(0,0,0,.2);
    width: 100%;
}

.about-featured a:hover .about-screen {
    background: rgba(0,0,0,0);
}

.service {
    background: url(/sites/layout8.hitsinabox.us/theme/images/service-BG.jpg) center center no-repeat;
    background-size:cover;
    padding: 50px;
    text-align: center;
}

.service-image {
    margin: 0 auto 25px;
}

.service-copy h4 {
    font-size: 1.7rem;
    font-weight: 800;
}

.quote-mark {
    color: #d73134;
    font-weight: 900;
    font-size: 15rem;
}

.quote-copy {
    font-size: 2rem;
    margin-top: -75px;
}


/* Building Services Page */
.wick-services{
	background:url(/sites/layout8.hitsinabox.us/assets/images/Residential_Buildings/Building_Services2.jpg) center center no-repeat;
	background-size:cover;
	height:300px;
}

.warranty {
    padding-top: 50px;
    padding-bottom: 50px;
}

.building-services-intro {
    text-align: center;
}

.building-services-intro ul {
    padding: 0;
    list-style: none;
    font-size: 1.8rem;
}

.building-services-intro ul li {
    display: inline-block;
    padding: 5px 15px;
}

.services-container a {
    text-decoration: none;
    color: #d73134;
    font-weight: 600;
}

.threed-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12,1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}

.threed-grid > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.threed-grid > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
}

.threed-grid > *:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.threed-grid > *:nth-child(4) {
	-ms-grid-row: 1;
	-ms-grid-column: 4;
}

.threed-grid > *:nth-child(5) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}

.threed-grid > *:nth-child(6) {
	-ms-grid-row: 1;
	-ms-grid-column: 6;
}

.threed-grid > *:nth-child(7) {
	-ms-grid-row: 1;
	-ms-grid-column: 7;
}

.threed-grid > *:nth-child(8) {
	-ms-grid-row: 1;
	-ms-grid-column: 8;
}

.threed-grid > *:nth-child(9) {
	-ms-grid-row: 1;
	-ms-grid-column: 9;
}

.threed-grid > *:nth-child(10) {
	-ms-grid-row: 1;
	-ms-grid-column: 10;
}

.threed-grid > *:nth-child(11) {
	-ms-grid-row: 1;
	-ms-grid-column: 11;
}

.threed-grid > *:nth-child(12) {
	-ms-grid-row: 1;
	-ms-grid-column: 12;
}

.threed-bar {
    -ms-grid-column: 1;
    -ms-grid-column-span: 11;
    grid-column: 1/12;
		-ms-grid-row:1;
		-ms-grid-row-span:1;
		grid-row:1/2;
    background: blue;
    height: 50px;
		background: rgb(215,49,52);
		background: -webkit-gradient(linear, left top, right top, from(rgba(215,49,52,1)), color-stop(36%, rgba(215,49,52,1)), to(rgba(215,49,52,0)));
		background: -o-linear-gradient(left, rgba(215,49,52,1) 0%, rgba(215,49,52,1) 36%, rgba(215,49,52,0) 100%);
		background: linear-gradient(90deg, rgba(215,49,52,1) 0%, rgba(215,49,52,1) 36%, rgba(215,49,52,0) 100%);
}

.threed-copy {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    font-weight: 900;
    color: white;
    text-align: right;
    font-size: 1.5rem;
    padding: 0 10px;
    line-height: 1.57rem;
}

.threed-copy p {
    margin: 0;
}

.threed-image {
    -ms-grid-column: 7;
    -ms-grid-column-span: 5;
    grid-column: 7/12;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1/2;
}

.threed-features ul {
    list-style: none;
    padding: 0;
    color: #d73134;
    font-size: 1.7rem;
}

.threed-features ul li {
	padding:5px 0;
}

.wick-threed-copy h4 {
    font-weight: 900;
    font-size: 4rem;
}

.threed-features h6 {
    font-size: 1.6rem;
    font-weight: 500;
}

.threed-features img {
    width: 150px;
    border-radius: 50%;
    border: 2px solid white;
    -webkit-box-shadow: 0px 0px 10px darkgrey;
            box-shadow: 0px 0px 10px darkgrey;
    margin-bottom: 15px;
}

.postframe{
	background: url(/sites/layout8.hitsinabox.us/assets/images/default/postframe.jpg) center center no-repeat;
	background-size:cover;
}

.postframe-copy {
    padding: 100px 15px;
}

.postframe-copy h4 {
    color: white;
    font-size: 2rem;
    font-weight: 500;
}

.postframe-copy h5 {
    color: white;
    font-weight: 900;
    font-size: 4rem;
}

.postframe-screen {
    background: rgba(0,0,0,.3);
}

.postframe-features{
	padding: 50px 0;
}

.postframe-features i.bi.bi-check-circle-fill {
    font-size: 4rem;
    /* fill: blue; */
    color: #d73134;
}

.postframe-features .bi-check-circle-fill::before {
    margin-bottom: 25px;
}

.services-container h6 {
    font-weight: 700;
}

.home-wick-BG {
    height: 100%;
    width: 100%;
    position: absolute;
    top: -100px;
    background: url(/sites/rmvpolebuildings.com/assets/images/default/Wick_mark.png) center center no-repeat;
    background-size: 450px;
    opacity: .1;
}

.home-wick-copy {
    padding: 50px 25px;
    text-align: center;
    z-index: 2;
    position: relative;
}

.home-wick-copy h4 {
    font-weight: 800;
    color: white;
    font-size: 3.5rem;
}

.bxslider-Wick img {
    width: 200px;
    margin: 0 auto;
}

.wick-image {
    z-index: 1;
}

.home-wick {
    background: rgb(145,145,145);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(145,145,145,1)), to(rgba(215,49,52,1)));
    background: -o-linear-gradient(bottom, rgba(145,145,145,1) 0%, rgba(215,49,52,1) 100%);
    background: linear-gradient(0deg, rgba(145,145,145,1) 0%, rgba(215,49,52,1) 100%);
}

.home-wick .bx-wrapper .bx-caption {
    position: absolute;
    bottom: -40px;
    left: 0;
    background: none;
    width: 100%;
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
}

.home-wick .bx-viewport {
    height: 250px!important;
}

.home-wick .bx-wrapper {
    width: 100%!important;
    max-width: unset!important;
    -webkit-box-shadow: none!important;
            box-shadow: none!important;
    background: none!important;
    border: none!important;
}

.home-wick .bx-wrapper .bx-controls-direction a {
    top: 40%;
}

.home-wick .bx-wrapper .bx-caption span {
    font-family: inherit;
}

/* Wick Difference */
.whywick{
	background: url(/sites/layout8.hitsinabox.us/assets/images/Wick/WhyWick.jpg) center center no-repeat;
	background-size:cover;
}

.whywick-intro {
    color: white;
    padding: 50px 25px;
    z-index: 2;
    position: relative;
}

.whywick-intro h3 {
    color: white;
    font-weight: 900;
}

.whywick-intro p {
    margin:0;
}

.whywick-screen {
    position: absolute;
    height: 100%;
    background: rgba(0,0,0,.4);
    top: 0;
    width: 100%;
}

.whywick-buildings .row.g-0 p {
    margin: 0;
}

.whywick-copy ul li {
    color: #185b7f;
    font-size: 1.8rem;
}

.whywick-logo{
	background: url(/sites/layout8.hitsinabox.us/assets/images/Wick/wick_blue.png) center center no-repeat;
	background-size:cover;
}

.whywick-buildings h5 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: white;
    font-weight: 900;
    padding: 0 50px;
    width:100%;
    z-index:2;
}

.whywick-blue{
	background: #185b7f;
	padding: 50px 15px 40px;
	color:white;
}

.container-fluid.whywick-buildings {
    padding: 0;
}

/* Projects page */
.featured-project-copy h2 {
    font-weight: 300;
    margin-top: 25px;
    font-size: 2.2rem;
}

.featured-project-copy h3 {
    font-size: 3rem;
    color: #d73134;
    font-weight: 900;
}

/* Featured Projects  */
.featured-projects h2 {
    font-weight: 900;
}

/* 3D page */
.threed-features ul {
    list-style: none;
    padding: 0;
    color: #d73134;
    font-size: 1.7rem;
}

.threed-features ul li {
	padding:5px 0;
}

.threed-features h6 {
    font-size: 1.6rem;
}

.threed-features img {
    width: 150px;
    border-radius: 50%;
    border: 2px solid white;
    -webkit-box-shadow: 0px 0px 10px darkgrey;
            box-shadow: 0px 0px 10px darkgrey;
    margin-bottom: 15px;
}

.step-number {
    font-size: 7rem;
    font-weight: 900;
    color: #d73134;
}

.cupola-BG{
	background: url(/sites/rmvpolebuildings.com/assets/images/Wick_3D/wick_cupola.jpg) center 20% no-repeat;
	background-size:cover;
	height:300px;
}

.porch-BG{
	background: url(/sites/rmvpolebuildings.com/assets/images/Wick_3D/wick_porch.jpg) center 80% no-repeat;
	background-size:cover;
	height:300px;
}

.cupola-BG + h5, .porch-BG + h5 {
    position: absolute;
    color: white;
    font-weight: 900;
    width: 100%;
    top: 50%;
    -webkit-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
            transform: translatey(-50%);
    text-align: center;
    font-size: 2rem;
    text-shadow: 2px 2px 10px black;
}

/* Plan Your Project */
.planone-BG {
    background: url(/sites/layout8.hitsinabox.us/assets/images/default/plan_palete2.jpg) center center no-repeat;
    background-size: cover;
    height: 300px;
}

.plantwo-BG {
    background: url(/sites/layout8.hitsinabox.us/assets/images/default/plan_colors.jpg) center center no-repeat;
    background-size: cover;
    height: 300px;
}

.planthree-BG {
    background: url(/sites/layout8.hitsinabox.us/assets/images/default/plan_3d.jpg) center center no-repeat;
    background-size: cover;
    height: 300px;
}

.planfour-BG {
    background: url(/sites/layout8.hitsinabox.us/assets/images/Suburban_Buildings/Suburban2.jpg) center center no-repeat;
    background-size: cover;
    height: 300px;
}

.plan-copy{
	padding:50px
}

/* Contact Page */
.form-padding {
    padding: 25px;
}

/* Residential Buildings */
.polebarn-BG{
	background: url(/sites/layout8.hitsinabox.us/assets/images/Residential_Buildings/PoleBarn_Interior1.jpg) center center no-repeat;
	background-size:cover;
	height:300px;
}

.polebarntwo-BG{
	background: url(/sites/layout8.hitsinabox.us/assets/images/Residential_Buildings/PoleBarn_Interior2.jpg) center center no-repeat;
	background-size:cover;
	height:300px;
}

.polebarn-copy {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 75%;
    color: white;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 2rem;
}

.polebarn-copy h2{
	font-size: 3rem;
	font-weight: 900;
	color: white;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px black;
}

/* Building Pages */
.ag-slider p, .center-image p {
    margin: 0;
}

.center-image{
	display:none;
}

#agricultural .bx-wrapper {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    margin:0;
}

.building-slider h1 {
    position: absolute;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    text-align: center;
    padding: 0 15px;
    text-shadow: 1px 1px 5px #343434;
}

.building-grid {
    padding: 0 15px;
}

.ag-dairy{
	background: url(/sites/layout8.hitsinabox.us/assets/images/Agricultural_Buildings/Ag_Dairy.jpg) center center no-repeat;
	background-size:cover;
	height:300px;
}

.ag-equipment{
	background: url(/sites/layout8.hitsinabox.us/assets/images/Agricultural_Buildings/Ag_Equipment.jpg) center center no-repeat;
	background-size:cover;
	height:300px;
}

.ag-confinement{
	background: url(/sites/layout8.hitsinabox.us/assets/images/Agricultural_Buildings/Ag_Confinement.jpg) center center no-repeat;
	background-size:cover;
	height:300px;
}

.ag-storage{
	background: url(/sites/layout8.hitsinabox.us/assets/images/Agricultural_Buildings/Ag_Storage.jpg) center center no-repeat;
	background-size:cover;
	height:300px;
}

.comm-man{
	background: url(/sites/layout8.hitsinabox.us/assets/images/Commercial_Buildings/Manufacturing.jpg) center center no-repeat;
	background-size:cover;
	height:300px;
}

.comm-church{
	background: url(/sites/layout8.hitsinabox.us/assets/images/Commercial_Buildings/Church.jpg) center center no-repeat;
	background-size:cover;
	height:300px;
}

.comm-muni{
	background: url(/sites/layout8.hitsinabox.us/assets/images/Commercial_Buildings/Municipal.jpg) center center no-repeat;
	background-size:cover;
	height:300px;
}

.comm-retail{
	background: url(/sites/layout8.hitsinabox.us/assets/images/Commercial_Buildings/Retail.jpg) center center no-repeat;
	background-size:cover;
	height:300px;
}

.comm-storage{
	background: url(/sites/layout8.hitsinabox.us/assets/images/Commercial_Buildings/Storage.jpg) center center no-repeat;
	background-size:cover;
	height:300px;
}

.equ-arena{
	background: url(/sites/layout8.hitsinabox.us/assets/images/Equine_Buildings/Equine_Arena.jpg) center center no-repeat;
	background-size:cover;
	height:300px;
}

.equ-shed{
	background: url(/sites/layout8.hitsinabox.us/assets/images/Equine_Buildings/Run-in-Shed.jpg) center center no-repeat;
	background-size:cover;
	height:300px;
}

.equ-small{
	background: url(/sites/layout8.hitsinabox.us/assets/images/Equine_Buildings/Small-Horse-Barn.jpg) center center no-repeat;
	background-size:cover;
	height:300px;
}

.equ-living{
	background: url(/sites/layout8.hitsinabox.us/assets/images/Equine_Buildings/Equine-Living.jpg) center center no-repeat;
	background-size:cover;
	height:300px;
}

.sub-shed{
	background: url(/sites/layout8.hitsinabox.us/assets/images/Suburban_Buildings/Suburban_Shed.jpg) center center no-repeat;
	background-size:cover;
	height:300px;
}

.sub-workshop{
	background: url(/sites/layout8.hitsinabox.us/assets/images/Suburban_Buildings/Suburban_Workshop.jpg) center center no-repeat;
	background-size:cover;
	height:300px;
}

.sub-home{
	background: url(/sites/layout8.hitsinabox.us/assets/images/Suburban_Buildings/Suburban_Home.jpg) center center no-repeat;
	background-size:cover;
	height:300px;
}

.building-copy {
    padding: 25px;
}

.building-copy h2 {
    font-size: 2.5rem;
    font-weight:500;
}

.building-quote-copy h3 {
    font-weight:500;
    font-size:1.6rem;
}

.building-quote {
    margin-top: -20px;
}

.building-quote-shape {
    width: 100%;
    -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
    background: #000;
    height: 20px;
}

.building-quote-copy {
    background: #000;
    padding: 10px 25px;
    text-align: center;
    color: #d73134;
    padding: 20px;
}

.building-quote .btn-success {
    margin: 0 auto;
}

/* Wick callouts */
.wick-call-copy {
    background: #efefef;
    padding-top: 75px;
    padding-bottom: 75px;
}

.wick-call-label{
	background: rgb(145,145,145);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(145,145,145,1)), to(rgba(215,49,52,1)));
    background: -o-linear-gradient(bottom, rgba(145,145,145,1) 0%, rgba(215,49,52,1) 100%);
    background: linear-gradient(0deg, rgba(145,145,145,1) 0%, rgba(215,49,52,1) 100%); 
}

.wick-call-label h3 {
    font-weight: 900;
    font-size: 4rem;
    border-bottom: 1px solid white;
    display: inline-block;
    border-top: 1px solid white;
    padding: 15px 0;
}

.wick-call-head {
    padding-top: 50px;
    padding-bottom: 50px;
}

.wick-call-BG {
    background: url(/sites/layout8.hitsinabox.us/assets/images/default/Wick_mark.png) left center no-repeat;
    height: 300px;
    position: absolute;
    top: 0;
    opacity: .05;
    background-size: cover;
}

/* Thumbnail gallery styles */
ul a.fancybox-effects-c {
	margin:0px !important;
	padding:0px;
}

a.fancybox-effects-c {
	text-align:center;
}


a.fancybox-effects-c img {
	width:auto;
	margin:5px !important;
}

ul.thumbgallery {
	text-align:center;
}

ul.thumbgallery img {
    width: auto;
    max-height: 150px !important;
    margin-bottom: 5px;
}


/* Thumbnail slider styles */
#bx-pager {
    text-align: center;
}

#bx-pager a {
    margin: 0 3px;
}

#bx-pager a img {
    width: 20% !important;
    border: 1px solid #ccc;
    padding: 3px;
    -webkit-box-shadow: 1px 1px 7px lightgrey;
            box-shadow: 1px 1px 7px lightgrey;
}



/* Image styles */
img, video, canvas, iframe {
    max-width: 100% !important;
}
    
img {
    max-width: 100% !important;
    height:auto !important;
}

img.glow {
    -webkit-box-shadow: 0 0 10px 2px #ababab;
            box-shadow: 0 0 10px 2px #ababab;
    border:2px solid #fff;
}

.img-responsive {
    width:100% !important;
    height:auto !important;
}

img.polaroid {
    border:1px solid #fff;
	-webkit-box-shadow: 0 0 5px 5px #8C8C8C;
	        box-shadow: 0 0 5px 5px #8C8C8C;
	margin:15px 10px;
}

img.rounded {
    width:100%;
    height:auto;
	border-radius: 50%;
}

img.coupon {
    width:100% !important;
    height:auto !important;
	border:3px dashed #ee3a43;
	border-radius: 5px;
}
/*-------- Admin Header Nav Adjustments -------- */
#frontmenu .navbar-nav {
	display: block !important;
	-webkit-box-orient: unset;
	-webkit-box-direction: unset;
	    -ms-flex-direction: unset;
	        flex-direction: unset;
}

#frontmenu .navbar {
	padding:0px !important;
	margin-top:0;
}
/*-------- Admin Header Nav Adjustments -------- */
/* tinyMCE styles */
.ui-dialog {
    z-index:5000;
}

#adminEditDialog {
    width:100% !important;
}

/*-------- tinyMCE styles -------- */
.ui-dialog {
    z-index:5000;
}

#adminEditDialog {
    width:100% !important;
}

#adminEditDialog form {
	background-color: #fff;
	padding: 0;
}

	
	#adminEditDialog .modal-dialog {
		max-width: 1000px !important;
	}

.modal-header .close {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}

.modal-header .modal-title {
	-webkit-box-flex: 2;
	    -ms-flex-positive: 2;
	        flex-grow: 2;
}

.modal-header.filehelp_icon {
	width:60px;
}

.mcefoot .input-group {
	width: 80%;
}

.mcefoot .input-group-btn:last-child > .btn, .mcefoot  .input-group-btn:last-child > .btn-group {
	height: 100%;
}

.mcefoot .input-group-addon {
	width: auto;
}
.modal-footer .row {
	width: 100%;
}
/*-------- tinyMCE styles -------- */

/* Popup Alert styles */
#siteAlert {
    background: url(../images/alertBG.png) repeat;
	background-repeat: repeat;
    background-size: cover;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:10000;
}
.alertBox {
	vertical-align: middle;
	position:fixed;
	 position: fixed;
	top: 50%;
	left: 50%;
	/* bring your own prefixes */
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	width: 50%;
	height: auto;
	border-radius: 15px;
	padding: 20px;
	background: #fff;
	opacity: 1;
	z-index: 3;
}

a.alertClose {
	float:right;
	width:37px;
	height:37px;
	position:relative;
	margin: -15px -15px 0 0;
}

a.alertClose span {
	position:absolute;
	width:37px;
	height:37px;
    background: url(../images/alertClose.png);
}

.alertDismiss {
	background:#eee;
	padding:15px;
	text-align:center;
	margin:15px 0 0 0;
}

.alertDismiss a, .alertDismiss input#remember {
	margin: 5px;
}

/* Social Media styles */
ul.social {
    list-style: none;
    margin: 10px 0;
    padding: 0px;
    display: block;
}

ul.social li {
    display: inline-block;
}

ul.social li a{
	margin: 0 2px;
	font-size: .0001em;
	color: #003337;
	width: 32px;
	height: 33px;
	position: relative;
	display: block;
	}
	
ul.social li a span {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    
}

ul.social li a.twitter span, ul.social li a#twitter span {
    background: url(../images/twitter.png);
    background-repeat: no-repeat;
}
	
ul.social li a.linked_in span, ul.social li a#linked_in span {
    background: url(../images/linkedin.png);
    background-repeat: no-repeat;
}

ul.social li a.facebook span, ul.social li a#facebook span {
    background: url(../images/facebook.png);
    background-repeat: no-repeat;
}

ul.social li a.tumblr span, ul.social li a#tumblr span {
    background: url(../images/tumblr.png);
    background-repeat: no-repeat;
}

ul.social li a.gplus span, ul.social li a#gplus span {
    background: url(../images/gplus.png);
    background-repeat: no-repeat;
}

ul.social li a.instagram span, ul.social li a#instagram span {
    background: url(../images/instagram.png);
    background-repeat: no-repeat;
}

ul.social li a.pinterest span, ul.social li a#pinterest span {
    background: url(../images/pinterest.png);
    background-repeat: no-repeat;
}

ul.social li a.youtube span, ul.social li a#youtube span {
    background: url(../images/youtube.png);
    background-repeat: no-repeat;
}

/* Blog styles ... DELETE if no blog on website */
ul.blogList_pageNumbers {
    list-style: none;
    text-align: center;
}

ul.blogList_pageNumbers li {
    display: inline-block;
}

ul.blogList_pageNumbers li a, ul.blogList_pageNumbers li a:visited {
    background: #000;
    color: white;
    padding: 4px 6px 2px;
    margin: 0 2px;
    border-radius: 3px;
    text-decoration: none;
}

ul.blogList_pageNumbers li a:hover{
	background: ;
}

.blogPost_Timestamp {
    text-align: left;
    margin: 0 0 20px 0;
    font-size: .85em;
    color: #9b9b9b;
}

.blogPost_Title a {
    text-decoration: none;
}

.blogPost_Readmore a, .blogPost_Readmore a:visited, .blogPost_comments a, .blogPost_comments a:visited {
    border: 1px solid #000;
    text-decoration: none;
    text-transform: uppercase;
    padding: 6px 12px;
    width: 140px;
    display: inline-block;
    text-align: center;
    color:black;
}

.blogPost_Readmore a:hover, .blogPost_comments a:hover{
	background: ;
	color: ;
}

.blogPost {
    margin: 50px 0 30px;
}

.backTolist{

}

.backTolist a, .backTolist a:visited{

}

/* Small devices (tablets, 576px and up) */
@media (min-width: 576px) {
.home-wick .bx-wrapper .bx-prev {
    left: 150px;
}

.home-wick .bx-wrapper .bx-next {
    right: 150px;
}

.threed-copy {
    font-size: 1.8rem;
    line-height: 1.8rem;
}

.threed-bar {
    height: 60px;
}
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

h1 {
    font-size: 4rem;
}

h2{
	font-size:3rem;
}

h3{
	font-size:2.7rem;
}

h4{
	font-size:2.5rem;
}

h5{
	font-size:2.2rem;
}

h6{
	font-size: 1.9rem;
}

.page-pad{
	padding-left:50px;
}

.spacer{
	margin-top:100px;
	margin-bottom:100px;
}

.collapse:not(.show) {
    display: none !important;
}

ul.dropdown-menu.show {
    background: #f7f6f6;
    width: auto;
}

.dropdown-menu>li>a {
    color: #185b7f;
    text-align: left;
}

ul.dropdown-menu.show a {
    font-size: 1.3rem;
}

.navbar>.container-fluid {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

li.nav-item {
    padding: 25px 15px;
}

nav.navbar.navbar-expand-md.bg-body-tertiary {
    background-color: rgba(215,49,52,.9) !important;
}

.navbar-nav>li>a {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar>.container-fluid .navbar-brand {
    margin-left: 15px;
}

.navbar {
    padding: 15px 0;
}

.navbar-nav {
    margin: 0;
    padding:0;
    width:100%;
}

a.nav-link, .navbar-nav a.nav-link.active {
    font-size: 2.5rem;
}

li.nav-item:last-child {
    padding-right: 0;
}

.navbar-expand-md .navbar-nav .nav-item:last-child a.nav-link {
    padding-right: 0;
}

.navbar-brand>img {
    width: 150px;
}

.navbar-collapse {
    margin-top: 0;
}

/* Building Services */
.threed-copy {
    font-size: 2.3rem;
    line-height: 2.3rem;
}

.threed-bar {
    height:70px
}

.home-wick .bx-wrapper .bx-prev {
    left: 250px;
}

.home-wick .bx-wrapper .bx-next {
    right: 250px;
}

/* Building Pages */
.center-image{
	display:block
}

.building-quote-copy h3 {
    font-size:2.2rem;
}

/* Wick Difference */
.whywick-intro {
    padding: 150px;
}

.whywick-intro h3 {
    font-size: 4rem;
}

.whywick-intro p {
    font-size: 1.7rem;
}

/* Gallery */
.featured-project-copy h3 {
    font-size: 5rem;
}

/* Wick Callout */
.wick-call-BG {
    background-size: unset;
}

/* About */
.service {
    padding: 75px 50px;
}

.service-copy h4 {
    font-size: 2.5rem;
}

.service-copy p {
    font-size: 1.6rem;
}

/* Residential Page */
.polebarn-copy h2{
	font-size: 5rem;
}


/* Home Page */
.home-intro {
    padding: 50px 0 0 50px;
}

.home-intro-copy{
	padding-left:50px;
	padding-right:50px;
}

.home-intro h1 {
    font-size: 4rem;
}

.home-featured {
    padding-left: 50px;
}

.home-featured h2 {
    font-size: 2.5rem;
}

.wick-head h5 {
    font-size: 3.5rem;
}

.wick-intro {
    padding: 75px 50px;
}

.wick-intro h5 {
    font-size: 2rem;
}

.wick-intro h5 strong {
    font-size: 3rem;
}

.wick-BG {
    width: 400px;
}

.wick-project-head {
    text-align: center;
}

.wick-project-head h6 strong {
    font-size: 10rem;
}

.wick-project-head h6 {
    font-size: 3.5rem;
    line-height: 7rem;
}

.wick-project-head {
    padding: 0 17%;
}

.utility-head h6 {
    font-size: 4rem;
}

footer .footer-left{
	text-align:left;
}

.featured-copy h3 {
    font-size: 5rem;
}

.cupola-BG, .porch-BG{
	height:500px;
}

.cupola-BG + h5, .porch-BG + h5 {
    font-size: 3rem;
}

#bx-pager a img {
    width: 10% !important;
}

.alertBox {
	width: 50%;
}


}

/* Small devices (tablets, 992px and up) */
@media (min-width: 992px) {
h6 {
    font-size: 1.8rem;
}

.page-pad{
	padding-left:75px;
}

.collapse:not(.show) {
    display: block !important;
}

.bg-body-tertiary {
    background-color: transparent !important;
}

.navbar-brand {
    margin-top:0;
}

li.nav-item {
    border-bottom: none;
}

li.nav-item {
    padding: 0;
	display: inherit;
}

.nav-item>a, .navbar-nav a.nav-link.active {
    color: white;
    font-weight: 400;
}

.navbar-nav>li>a {
    color: white;
}

a.nav-link, .navbar-nav a.nav-link.active {
    font-size: 1.6rem;
}

.phone a {
    color: #454545;
    font-size: 1.6rem;
    text-decoration: none;
}

.quote a.btn.btn-default{
	font-size:1.8rem;
}

nav.navbar.navbar-expand-md.bg-body-tertiary {
    background-color: transparent !important;
}

.contact-info div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #000;
}

.navbar>.container-fluid .navbar-brand {
    margin-left: 0;
    width:auto;
    padding-left:0;
	padding-right:0;
}

.navbar {
    padding: 0 0 0 50px;
    margin-top: 15px;
}

.navbar>.container-fluid {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

#navbarSupportedContent {
    position: absolute;
    bottom: -65px;
    right: 55px;
    margin-top: 60px;
    padding-bottom: 15px;
    padding-right: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}

.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
}

.contact-info {
    position: relative;
    margin-right:50px;
}

.navbar-nav {
    float:right;
    width:auto;
}

a.nav-link, .navbar-nav a.nav-link.active {
    font-weight: 400;
}

/* Plan Your Project */
.planone-BG, .plantwo-BG, .planthree-BG, .planfour-BG {
    height: 100%;
}

.plan-copy{
	padding:100px !important;
}

/* About */
.service-image {
    margin: 0 25px;
}

.service {
    padding: 100px 13%;
}

.service-copy {
    text-align: left;
}

/* Residential Page */
.polebarn-BG, .polebarntwo-BG{
	height:100%;
}

/* Building Services */
.threed-image {
    -ms-grid-column: 8;
    -ms-grid-column-span: 5;
    grid-column: 8/13;
}

.threed-copy {
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-column: 1/8;
}

.wick-threed-copy h4 {
    font-size: 6rem;
}

.postframe-features{
	padding: 100px 0;
}

.wick-image {
    margin-bottom: 100px;
}

.wick-interior .wick-image {
    margin: 0;
}

.wick-services {
    height: 100%;
}

.home-wick .bx-wrapper .bx-prev {
    left: 60px;
}

.home-wick .bx-wrapper .bx-next {
    right: 60px;
}

/* Wick Difference */
.whywick-intro {
    padding: 250px 0;
    width: 70%;
    margin:0 auto;
}

.whywick-intro h3 {
    font-size: 6rem;
}

.whywick-intro p {
    font-size: 2.3rem;
}

.whywick-logo {
    background: url(/sites/layout8.hitsinabox.us/assets/images/Wick/wick_blue.png) left top no-repeat;
    background-size: contain;
    height: 900px;
    position: absolute;
    left: -35%;
    opacity: .05;
    top: -30px;
}

/* Building Pages */
.ag-dairy, .ag-equipment, .ag-confinement, .ag-storage, .comm-man, .comm-church, .comm-muni, .comm-retail, .comm-storage, .equ-arena, .equ-shed, .equ-small, .equ-living, .sub-shed, .sub-workshop, .sub-home{
	height:100%;
}

.building-copy {
    padding: 75px;
}


.building-quote .btn-success {
    margin: 0;
}

.building-quote-copy {
    padding: 30px;
}

.building-quote-copy .btn-success, .building-quote-copy h3 {
    margin: 0 25px;
}

/* Wick Callout */
.wick-call-BG {
    height: 100%;
}

.wick-call-head {
    padding:0;
}

/* Home Page */
.home-intro h1 {
    font-size: 6rem;
}

.home-intro {
    padding: 100px 0 0 75px;
    z-index:0;
}

.home-intro-copy{
	padding-left:75px;
	width: 60%;
    padding-right: 0;
}

.home-intro-copy h3 {
    font-size: 3rem;
}

.home-featured h2 {
    font-size: 1.8rem;
}

.home-featured {
    padding-left: 75px;
}

.feat-one-mar {
    margin: 0 5px 0 0;
}

.feat-two-mar {
    margin: 0 5px;
}

.feat-three-mar {
    margin: 0 0 0 5px;
}

.home-form-label {
    margin: 0; 
}

#HomeContact .btn.btn-default {
    margin-top: 0;
}

.home-form-label h3 {
    padding: 15px 25px 15px 0;
    text-align: right;
}

.service-image {
    margin: 0 25px;
}

.service {
    padding: 100px 13%;
}

.service-copy {
    text-align: left;
}

.wick-warranty {
    height: 100%;
}

.wick-label {
    font-size: 1.8rem;
}

.wick-steel {
    height: 100%;
}
}

/* Small devices (tablets, 1200px and up) */
@media (min-width: 1200px) {
.page-pad{
	padding-left:6%;
}

.gray-BG-lgno{
	background:none;
}

.spacer{
	margin-top:150px;
	margin-bottom:150px;
}

.contact-info {
    position: relative;
    background: transparent;
    width: auto;
}

#navbarSupportedContent, .navbar-brand {
    margin-top: 0;
}

svg.bi.bi-telephone-fill {
    margin-left: 12px;
}

.navbar {
    background: transparent !important;
}

li.nav-item:after {
    margin: 0 5px;
}

/* Building Services */
.threed-copy {
    font-size:3rem;
}

.postframe-copy h4 {
    font-size: 3rem;
}

.postframe-copy h5 {
    font-size: 6rem;
}

.postframe-copy {
    padding: 150px 15px;
}

.wick-image {
    z-index: 0;
}

.home-wick-BG {
    background-size: 550px;
}

.home-wick-copy h4 {
    font-size: 4rem;
}

.home-wick .bx-wrapper .bx-prev {
    left: 95px;
}

.home-wick .bx-wrapper .bx-next {
    right: 95px;
}

/* Wick Difference */
.whywick-logo {
    left: -28%;
}

/* Home Page */
.home-intro {
    padding: 8% 0 0 6%;
}

.home-intro-copy{
	padding-left:6%;
}

.home-intro h1 {
    font-size: 5vw;
}

.home-featured {
    padding-left: 6%;
}

.home-featured h2, .wick-label {
    font-size: 1.4vw;
}

.home-intro-copy h3 {
    font-size: 4rem;
}

.home-form-label h3 {
    padding: 33px 40px 15px 0;
    text-align: right;
    font-size:3rem;
}

.home-form-label {
    height: 100px;
}

.blue-BG {
    padding: 0;
    -ms-grid-column: 3;
    -ms-grid-column-span: 10;
    grid-column: 3/13;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
}

.home-about-img {
    -ms-grid-column: 3;
    -ms-grid-column-span: 4;
    grid-column: 3/7;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    z-index: 1;
    margin-left: -25px;
    margin-top: -25px;
}

.home-about-copy {
    padding: 50px 100px 50px 25px;;
    width: 59%;
    float: right;
}

.service {
    padding: 100px 18%;
}

.wick-intro {
    padding: 100px 6%;
}

.wick-head h5 {
    font-size: 5rem;
    margin: 0 0 0 50px;
}

.wick-lumber, .wick-engineer{
	height:354px;
}

.wick-project-head {
    position: absolute;
    bottom: 10%;
    color: white;
    width: 46%;
    padding: 0;
    left: 50px;
}

.wick-project-head h6 {
    font-size: 5rem;
    line-height: 8rem;
    color:white
}

.wick-project-head h6 strong {
    font-size: 12rem;
}

.wick-project-img {
    position: absolute;
    right: 40px;
    width: 46%;
    margin: 0;
    bottom: -18%;
}

/* Residential Page */
.plan-copy {
    padding: 20% !important;
}

/* Building Pages */
.building-copy {
    padding: 125px;
}

}

/* Small devices (tablets, 1400px and up) */
@media (min-width: 1400px) {

/* Building Services */
.wick-image {
    margin-bottom: 200px;
    margin-right: -50px;
    margin-left: 50px;
}

.home-wick .bx-wrapper .bx-prev {
    left: 80px;
}

.home-wick .bx-wrapper .bx-next {
    right: 80px;
}

.home-wick {
    margin-left: -50px;
}

.wick-interior .home-wick {
    margin: 0;
}

/* Wick Difference */
.whywick-logo {
    left: -18%;
}

.wick-project-head {
    width: 40%;
}

.wick-project-img {
    width: 53%;
}

/* Building Pages */
.building-copy {
    padding: 150px;
}
}

/* Small devices (tablets, 1470px and up) */
@media (min-width: 1470px) {
.wick-lumber, .wick-engineer{
	height:294px;
}
}

/* Small devices (tablets, 1600px and up) */
@media (min-width: 1600px) {
.home-featured h2, .wick-label {
    font-size: 2.2rem;
}

.whywick-logo {
    left: -50%;
    height:1300px;
}
}