/*
CSS For WotzItWorth.co.uk
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 600px;
    overflow: hidden;
}
.fade-carousel .carousel-inner .item {
    height: 600px;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 140px;
  }
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 210px;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
   / text-transform: uppercase; /
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(../img/slide1.JPG); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(../img/slide2.JPG);
}
.fade-carousel .slides .slide-3 {
  background-image: url(../img/slide3.JPG);
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}


/* Nav */
.main_nav {
	position: absolute;
	top: 0;
	z-index: 32;
	color: #fff;
	text-align: center;
	width: 100%;
	display: none;
}
.main_nav.open {
	display: block;
}
.main_nav ul {
	list-style: none;
	padding-left: 0;
	margin-left: 20%;
	margin-top: 60px
}
.close_icon {
	position: absolute;
	top: 20px;
	right: 20px;
}
.close_icon img {
	width: 40px;
	height: 40px;
}
.main_nav a {
	font-size: 20px;
	color: #fff;
	padding: 10px;
	text-align: left;
	display: block;
	width: 100%;
}
.main_nav a:hover {
	text-decoration: none;
}
.nav_bg {
	background: #222;
	width: 100%;
	height: 100vh;
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 31;
	display: none;
}
.nav_bg.open {
	display:block;
}
.nav_box button {
    border: 0;
    padding: 10px;
    content: " ";
    display: block;
    float: right;
    margin-top: 39px;
    margin-left: 15px;
    width: 45px;
    height: 40px;
    border-radius: 5px;
    background: transparent;
}
.nav_box .line {
	display: block;
	content: " ";
	width: 25px;
	text-align: center;
	height: 4px;
	background: #777;
	border-radius: 5px;
	margin-bottom: 5px;
}
.navbar-inverse {
	background: transparent;
	border-color: transparent;
}
.navbar-inverse .col-md-8 a {
	color: #222;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
	color: #222;
}
.navbar-inverse .logo {
	display: block;
	margin-top: 0px;
	color: #222;
}
.navbar-inverse .logo:hover {
	color: #222;
}
.nav {
	margin-top: 15px;
}
header {
	margin-top: 70px;
	margin-bottom: 70px;
}
header h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 40px;
	text-align: center;
}
header h2 span {
  display: block;
  widows: 100%;
}

/* Slider */
.slider img {
	width: 100%;
}
.slider .item {
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
}

/* main */

.main p {
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 20px;
	text-align: center;
}


/* Contact Us */
.job_info {
	margin-bottom: 20px;
}
.job-info input {
	width: 100%;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #222;
	height: 40px;
	padding: 10px;
	margin-bottom: 20px;
}
p.title {
    margin: 0;
    text-align: left;
    font-weight: bold;
    margin-bottom: 20px;
}
.job-info input:focus {
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #222;
    outline: none;
    background: #e6e6e6;
}
.job-info select {
	width: 100%;
	height: 40px;
}
.allJobs select {
	display: none;
	height: 40px;
}
p.pickFirst {
	margin: 0;
	text-align: left;
}
.job_copy {
	display: none;
}

.addNewJob {
    width: 100%;
    display: block;
    height: 40px;
    background: #222;
    text-align: center;
    line-height: 40px;
    margin-top: 12px;
    margin-bottom: 5px;
    color: #fff;
}
/* New code */
.about-us {
    margin-top: -100px;
    background: gold;
    position: relative;
    z-index: 2;
    padding: 60px;
}
.about-us h3 {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  font-size: 40px;
}
.about-us p {
  margin-bottom: 0;
}
.our-work {
  padding-top: 40px;
  padding-bottom: 40px;
}
.our-work h3 {
  text-align: center;
  font-size: 40px; 
  margin-bottom: 40px;
}
.our-work .boxText {
  text-align: center;
}
.our-work .boxText p {
  padding: 10px;
  text-align: center; 
}
.boxImg img {
  width: 100%;
}
.boxText strong {
  margin-top: 20px;
  display: block;
  width: 100%;
  margin-bottom: 0px;
  font-size: 20px;
}
.boxText p {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
}
.searvices {
  background: #f1f1f1;
  padding-top: 70px;
  padding-bottom: 70px;
}
.searvices h3 {
  text-align: center;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 50px;
}
.SBox {
  border-left: 1px solid #222;
  padding: 20px;
}
.SBox .title {
  font-size: 20px;
}
.SBox p {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 16px; color: #808080;
}
.logo img {
  width: 130px;
}
.navbar {
  margin-bottom: 0px;
} 
.navbar-inverse .navbar-collapse {
  margin-top: 20px;
}
.contact_us {
	background-color: #222;
	padding-top: 50px;
	padding-bottom: 50px;
}
.contact_us h3 {
	text-align: center;
    color: #fff;
    font-size: 30px;
    margin-bottom: 30px;
}
.contactForm {
	margin-left: 20%;
	width: 60%;
}
.contactForm input {
    width: 100%;
    height: 40px;
    padding: 10px;
    border: 0;
    margin-bottom: 30px;
    transition: background-color .2s ease-in-out;
}
.contactForm textarea {
	width: 100%;
	margin-bottom: 30px;
	padding: 10px;
	border: 0;
	transition: background-color .2s ease-in-out;
}
.contactForm input:hover, .contactForm input:focus, .contactForm textarea:hover, .contactForm textarea:focus {
	background-color: #bfbfbf;
}
.contactForm button {
	background: gold;
    border: 0;
    width: 100%;
    height: 40px;
    font-weight: bold;
   	transition: background-color .2s ease-in-out;
}
.contactForm button:hover {
	background-color: #b59900;
}
.contactUsInfo {
  background: #191919;
  padding-top: 50px;
  padding-bottom: 20px;
}
.contactUsInfo h4 {
    text-align: center;
    padding: 20px;
    background: gold;
    width: 310px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-bottom: 50px;
}
.phone p {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}
.phone .left {
  text-align: right;
}
.phone .right {
  text-align: left;
}
.phone.left {
  border-right: 1px solid #fff;
}
.sm {
  list-style: none;
  text-align: center;
  padding-left: 0;
  margin-top: 30px;
}
.sm li {
  display: inline-block;
}
.sm li a {
  color: #fff;
  padding: 5px;
  text-decoration: none;
}
.about-us p span {
  display: block;
  margin-bottom: 30px;
}
.our-work p span {
  display: block;
}
.mainBox {
  background: #f1f1f1;
  padding: 10px;
  margin-bottom: 20px;
}
.services h3 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 20px;
}
.boxImg {
    width: 100%;
    height: 255px;
    overflow: hidden;
    position: relative;
}
.boxText {
  height: 200px;
}
.boxImg:before {
  content: " ";
  display: block;
  width: 100%;
  height: 300px;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity .5s ease-in-out;
  background-size: 100%;
  background-repeat: no-repeat;
}
.boxImg:hover:before {
  opacity: 1;
}
.one.boxImg:before {
  background-image: url(../img/Outside_before.jpg);
}
.two.boxImg:before {
  background-image: url(../img/Kitchen_before.jpg);
}
.three.boxImg:before {
  background-image: url(../img/Hall_before.jpg);
}
.four.boxImg:before {
  background-image: url(../img/Vaulted_ceiling2.jpg);
}
.five.boxImg:before {
  background-image: url(../img/Stairs2.jpg);
}
.six.boxImg:before {
  background-image: url(../img/Bathroom_before.jpg);
}


/*----------*/
.SBox {
  margin-bottom: 30px;
}
.SBox .text {
  position: relative;
  overflow: hidden;
  height: auto;
  margin-bottom: 20px;
  transition: height .2s ease-in-out, margin-bottom .2s ease-in-out;
}
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 30;
    background: #fff;
}
.slider {
  margin-top: 90px;
}
#about_us:before {
  display: block; 
  content: " "; 
  height: 200px;
  margin-top: -200px;
  visibility: hidden; 
}
#our-work:before {
  display: block; 
  content: " "; 
  height: 90px;
  margin-top: -90px; 
  visibility: hidden; 
}
#services:before {
  display: block; 
  content: " "; 
  height: 90px;
  margin-top: -90px;  
  visibility: hidden;
}
#contact_us:before {
  display: block; 
  content: " "; 
  height: 120px;
  margin-top: -120px;  
  visibility: hidden;
}
.bg_image:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url(../img/blueprint-background.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: .05;
}
.our-work, .services, #contact_us, .contact_us, .contactUsInfo {
  position: relative;
  z-index: 2;
}
.border {
  width: 80%;
  margin-left: 10%;
}
.copy {
  margin-top: 20px;
  margin-bottom: 20px;
}
.copy p {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 10px;
}
@media (max-width: 1000px) {
  ul.nav {
    display: none;
  }
  .nav_box button {
    margin-top: 25px;
  }
  .hero h1 {
    font-size: 4em;
  }
  h3 {
    font-size: 18px;
  }
  .SBox p {
    font-size: 16px;
  }
  .SBox .text {
    height: 210px;
    margin-bottom: 0;
  }
  .SBox:hover .text {
    height: 210px;
  }
  .SBox:before {
    content: " ";
  }
}
@media (max-width: 930px) {
  .hero h1 {
    font-size: 40px;
  }
  .about-us {
    padding: 30px;
  }
  .main p {
    margin-top: 30px;
  }
  .about-us h3 {
    margin-bottom: 0;
  }
  .about-us p span {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .main p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .SBox .text {
    font-size: 10px;
    height: auto;
  }
  .SBox:hover .text {
    height: auto;
  }
  .main .text p {
    margin-top: 0;
    text-align: center;
  }
  .SBox {
    margin-bottom: 0;
    padding: 10px;
  }
  .title {
    text-align: center;
  }
  .carousel-indicators {
    bottom: 100px;
  }
}