/*
Theme Name: Turrisi Organization 2020

Author: Logic Web Media, Inc.
Author URI: https://logicwebmedia.com
*/

*{
   -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img{
	width:100%;
	height:auto;
}

body{
font-size:16px;
font-family: 'Roboto Condensed', sans-serif;
line-height:1.6;
font-weight: 300;
letter-spacing: 1px;
	color:#6d6a75;
}

h1, h2, h3, h4, h5{
font-family: 'Roboto Condensed', sans-serif;
font-weight:400;
text-transform: uppercase;
color: #1e1e23;
letter-spacing: 1px;
}

h2 span, h3 span, h4 span {
  font-weight: 700;
}

.boldUn{
	padding-bottom: 25px;
	color: #bb1530;
}
.boldUn span{
border-bottom: 1px solid;
border-color: #1e1e23;
padding-bottom: 20px;
color: #1e1e23;
}


/**Sub Titles **/


.sub-tits{
border-bottom: 1px solid;
border-color: #fff !important;
padding-bottom: 20px;
color: #fff !important;
    font-weight: 700;
}







a{
color:#000;
}

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

.page-titles{
margin-bottom:40px;
}
.btn-info{
background-color: #770601;
border-color: #770601;
border-radius: 3px;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
text-transform: uppercase;
padding: 12px 34px;
	font-size: 16px;
}

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

.btn-default{
background-color: #770601;
border-color: #770601;
border-radius: 3px;
	font-size: 16px;
padding: 6px 25px;
color:#fff;
font-weight:500;
text-transform:uppercase;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default{
background-color: #760601;
border-color: #760601;
color:#fff;
outline: none;
}

.red{color: #770601;}

.no-top{
margin-top:0px;
margin-bottom:0px;
}

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

.pad-75{
padding-top:75px;
padding-bottom:75px;
}

.pad-25{
padding-top:25px;
padding-bottom:25px;
}

.divider {
  width: 100px;
  height: 1px;
  background-color: #000;
  margin-bottom: 50px;
}

.gray-bg{
	background-color: #f6f6f6;
}

.upper{
text-transform: uppercase;
}

/*************HEADER*****************/
.above-nav{
padding:30px 0px;
}

/*.logo{
width: 250px;
position: absolute;
left: 0px;
top: -10px;
z-index: 10;
}
.logo img{
width: 100%;
}*/

.top-number h1{
color:#000;
margin-top:5px;
font-size:40px;
}
.top-number h3{
margin-bottom:0px;
margin-top:25px;
text-transform:uppercase;
}

/**************************************/

/********** HANGING NAV **********/
.hanging-nav {
  background-color: #fff;
	padding-top: 10px;
padding-bottom: 10px;
}


.hanging-nav .col-sm-2 {

}

.hanging-nav .nav-box{

}

.hanging-nav .logo-box img {
width: 90%;
}

.hanging-nav .nav li a {
padding: 20px 20px 15px;
font-size: 16px;
text-transform: uppercase;
display: block;
font-weight: 300;
}

.hanging-nav a {
  -webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-ms-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}

.hanging-nav a:hover, .hanging-nav a:active, .hanging-nav a:focus {
  color: #770601;
  text-decoration: none;
}

.hanging-nav .phone {
  -webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}

.hanging-nav .phone a {
display: block;
margin-top: 18px;
border-left: 1px solid;
}

.hanging-sidebar {
  position: fixed;
  background-color: #fff;
  top: 55px;
  left: 0;
  z-index: 9999;
  padding: 0 13px;
  width: 52px;
  -webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}



.hanging-sidebar img {
  padding: 25px 0;
  border-top: 1px solid #222121;
  border-bottom: 1px solid #222121;
}

 .hanging-sidebar.interior img {
  border-bottom: none;
}

.nav-social {
  padding: 20px 0;
  border-top: 1px solid #222121;
}

.nav-social a {
  display: block;
}

.nav-social a i {
  -webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-ms-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}

.nav-social a:hover i, .nav-social a:active i, .nav-social a:focus i {
  color: #770601;
}


.about, .featured, .news, .footer, .interior-header, .interior-content, .blog-content {
  overflow: hidden;
}

/**********NAVIGATION***************/
.navbar-brand{
	display:none;
}
.navbar-default .navbar-brand{
color:#fff;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
border-color:transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
background-color:transparent;
}
.navbar-default .navbar-toggle .icon-bar{
background-color:#000;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{
color: #fff;
background-color: transparent;
}
.navbar-collapse{
padding-right: 0px;
padding-left: 0px;
border-top: none;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0);
box-shadow: inset 0 1px 0 rgba(255,255,255,0);
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
border-color:transparent;
}
.navbar-default{
background-color: transparent;
border-color: transparent;
}
.navbar{
border:none;
border-radius:0px;
min-height: 0px;
margin-bottom: 0px;
}
ul.nav.navbar-nav{
margin: 0px 0px 0px;
float: right;
}
.navbar-default .navbar-nav>li>a {
color: #000;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
color: #770601;
}

.nav>li>a{
padding: 10px 18px 10px;
font-size: 16px;
font-weight: 300;
color: #000;
text-transform: uppercase;
}

.main-nav{
width: 100%;
background-color: rgba(255, 255, 255, .9);
-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .5);
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
padding-top: 25px;
padding-bottom: 25px;
top: 28px;
}

.under-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.under-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
background: #eb2233;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.under-center:hover:before, .under-center:focus:before, .under-center:active:before {
  left: 15px;
  right:  15px;
}

.dropdown-menu{
padding: 0px 0;
margin: 0px 0 0 0px;
border: none;
border-radius: 0px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
box-shadow: 0 6px 12px rgba(0, 0, 0, .175)	;
border-top:3px solid #770601;
}

.dropdown-menu>li>a{
padding: 10px 20px;
border-bottom: 1px solid #eee;
}

.dropdown-menu>li:last-child>a{
border-bottom: 0px solid #eee;
}

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


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

.navbar-default .navbar-nav>li>a.btn-default {
  color: #fff;
  font-weight: 500;
}
/**********************end navgation***********************/





/***********************SLIDER*****************************/
/* Carousel Fading slide */
.carousel-fade .carousel-inner { background: #000; }
.carousel-fade .carousel-control { z-index: 2; }
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}




/* Carousel Control custom */
/*.carousel-control .control-icon {
  font-size: 48px;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
  }
  .carousel-control .prev { margin-left:  -15px;  left: 50%; }
  .carousel-control .next { margin-right: -15px; right: 50%; } */


/* Removing BS background */
/*.carousel .control-box { opacity: 0; }
a.carousel-control.left  { left: 0; background: none; border: 0;}
a.carousel-control.right { right: 0; background: none; border: 0;}*/


/* Animation */
/*.control-box, a.carousel-control, .carousel-indicators li {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;*/
  /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
  /* Assigning animation to indicator li will make slides flicker */
  /*}*/

  .carousel-indicators li {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
    /* Assigning animation to indicator li will make slides flicker */
    }


/* Hover animation */
/*.carousel:hover .control-box { opacity: 1; }
.carousel:hover a.carousel-control.left { left: 15px; }
.carousel:hover a.carousel-control.right { right: 15px; }*/


/* Carouse Indicator */
.carousel-indicators li.active,
.carousel-indicators li { border: 0; }

.carousel-indicators li {
  background: #fff;
  margin: 0 3px;
  width: 12px;
  height: 12px;
  }

.carousel-indicators li.active {
  background: #770601;
  margin: 0 3px;
  }






.above-foot{
background-color: #f8f8f8;
background-image: url(img/above-foot-bg.jpg);
background-size: cover;
background-repeat: no-repeat;
padding-top: 50px;
padding-bottom: 70px;
float: left;
width: 100%;
}

.above-foot.int-abft{
background-color: #f8f8f8;
background-image: url(img/above-foot-bg.jpg);
background-position: center;
background-size: 400%;
background-repeat: repeat;
padding-top: 20px;
padding-bottom: 20px;
float: left;
width: 100%;
padding-left: 20px;
padding-right: 20px;
border: 1px solid rgba(59,151,211,.3);
}

.homeBox{
	background-color: #fff;
padding: 18px 5px 5px;
margin-top: -89px;
position: relative;
z-index: 999;
	border-radius: 4px;
}
.homeBox h4.boldUn{
	margin-left: 15px;
padding-bottom: 34px;
}
.homeBox h4.boldUn span {
padding-bottom: 18px;
}
/**********************end slider***********************/







/***********************FOOTER*****************************/
.footer{
padding-top: 60px;
padding-bottom: 60px;
color: #fff;
font-size: 12px;
background-image:url('img/footer-bg.jpg');
background-repeat:no-repeat;
background-size:cover;
background-position:center;
}

.footer p {
line-height: 1.2;
font-size: 14px;
}

.footer a, .footer a:hover{
color:#fff;
}

.footer img {
width: 32%;
margin-top: 14px;
}
.footer-info-first p{padding-right:40px;}

.footer h4 {
  padding-bottom: 3%;
  color: #fff;
  position: relative;
  display: inline-block;
}

.footer h4:after {
  content: '';
  position: absolute;
  right: -45px;
top: 9px;
  width: 35px;
  height: 1px;
  background-color: #fff;
}

.footer .divider {
  background-color: rgba(255,255,255,.5);
  margin: 15px 0;
}

.footer-info {
  text-transform: uppercase;
  font-size: 18px;
}

.foot-copy{
color: #fff;
padding: 14px 0 0;
font-size: 12px;
background-color: #1e1e23;
}

.foot-copy .col-sm-6 {
  padding: 0;
}

.footer-info p {
  padding-right: 0;
}


.foot-copy a, .foot-copy a:hover{
color:#fff;
}

/* .footer-info .col-sm-4:last-of-type {
  padding-left: 7%;
} */



.footer .footer-info {
  border-left: 1px solid rgba(255,255,255,.5);
  padding-left: 7%;
	padding-top: 25px;
padding-bottom: 25px;
}


/***********************end footer*****************************/


/***********************HOME PAGE*****************************/

.bar-home{
background-color: #770601;
color: #fff;
text-transform: uppercase;
float: left;
width: 100%;
padding: 10px 0px;
display: block;
}

.bar-home a, .bar-home a:hover{
text-decoration:none;
	color:#fff;
}

.bar-home h2{
font-weight:400;
font-size:22px;
}

.bar-home img{
width:20%;
display:table;
margin:0 auto;
float:none;
}

.bar-home .row div{
border-right:3px solid rgba(0,0,0,.2);
padding-top:20px;
padding-bottom:15px;
}
.bar-home .row div img, .bar-home .row div .fa{
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.bar-home .row div:hover img, .bar-home .row div:hover .fa{
-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}


.bar-home .row div+div+div{
border-right:0px solid rgba(0,0,0,.4);
}


.bar-home .row div+div img, .bar-home .row div+div+div img{
max-height:44px;
width:auto;
}


.home-con-box{
background-color:rgba(255,255,255,.6);
padding:8px;
margin-top:-40px;
-webkit-box-shadow: 0 1px 2px 1px #888;
box-shadow: 0 1px 2px 1px #888;
}

.home-con h4{
	color:#fff;
background-image:url(img/nav-bg.jpg);
background-repeat:repeat-x;
background-position:center;
margin-top: 0px;
padding:14px 10px 12px;
font-size: 24px;
}

.home-con .form-control{
	border: 1px solid #565656;
border-radius: 0px;
height: 40px;
}

.box-1, .box-2, .box-3{
	margin-bottom: -130px;
margin-top:90px;
background-image:url(img/bot-bg.png);
background-position:center 245px;
background-repeat:no-repeat;
display: block;
padding-bottom: 40px;

}

.bot-three img{
	background-color:#fff;
	border:1px solid #bbb;
	padding:6px;

}

.bot-three p{
position:absolute;
bottom:60px;
left:22px;
color:#fff;
background-color: rgba(0,0,0,.6);
padding:10px 10px 10px 10px;
width:75%;
}


.home-bottom{
  background-image:url('img/why-choose-bg.jpg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  padding: 10% 0;
}

.home-bottom ul li::before{
content: "\f111";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
/* font-size: inherit; */
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
padding-right: 10px;
color: #3a61a9;
font-size: 12px;
top: -1px;
position: relative;
}

.home-bottom li {
  padding: 1% 0;
}

.home-bottom .col-sm-5 {
/*  margin-left: 57%;*/
  padding-left: 5%;
  border-left: 5px solid #818181;
}


.above-nav{
background-color:#770601;
color: #fff;
font-size: 12px;
padding-top: 6px;
padding-bottom: 4px;
width: 100%;
float: left;
position: relative;
z-index: 99;
}
.above-nav p{
margin-bottom:0px;
	font-weight: bold;
}
.above-nav a, .above-nav a:hover{
color: #fff;
}

#headerCarousel.carousel {
  background-color: #000;
	position: relative;
z-index: 9;
}

#headerCarousel .control-box {
  position: absolute;
  top: 40%;
  left: 90%;
  z-index: 2;
}

#headerCarousel .carousel-indicators {
  margin: 0 auto;
  width: 12px;
  position: static;
}

#headerCarousel .carousel-indicators li {
  display: block;
  margin: 3px 0;
}

#headerCarousel a.carousel-control.left, #headerCarousel a.carousel-control.right {
  position: static;
  width: auto;
  background: none;
  display: block;
}

#headerCarousel a.carousel-control.right {
  margin-top: -5px;
}

#headerCarousel + .gray-bg{position: relative;
z-index: 999;}

#header-info {
color: #fff;
text-transform: uppercase;
position: absolute;
bottom: 20%;
z-index: 2;
left: 10%;
}

#header-info h1 {
  color: #fff;
font-size: 50px;
  margin-top: 0px;
}
#header-info p{
	font-size: 34px;
}
#header-info h1 span {
  display: block;
  font-weight: 300;
  font-size: .7em;
}

#header-info .divider {
  background-color: rgba(255,255,255,.6);
  margin: 15px 0;
}

#header-info h1, #header-info .divider, #header-info p {

}


/********** ABOUT **********/
.about {
position: relative;
	overflow: hidden;
	font-size:14px;
}

.about h2 {
  margin: 25px 0;
}

.about img {



}

.about .col-sm-7 {

}


/***********************end home*****************************/


.form-control{
display: block;
width: 100%;
height: 30px;
padding: 4px 12px 0px;
font-size: 12px;
line-height: 1.6;
border-radius: 0px;
}

/********** PARALLAX **********/

.parallax-window {
    min-height: 400px;
    background: transparent;
}

/********** HAMBURGER **********/
#hamburger {
  width: 30px;
  height: 35px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
  background: none;
  outline: none !important;
  border: none;
}

#hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}



#hamburger span:nth-child(2) {
  top: 6px;
}

#hamburger span:nth-child(3),#hamburger span:nth-child(4) {
  top: 15px;
}

#hamburger span:nth-child(5) {
  top: 24px;
}

#hamburger.open span:nth-child(2) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger.open span:nth-child(4) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hamburger.open span:nth-child(5) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/********** INTERIOR **********/
.interior-header {
background-image: url('img/slide-1.jpg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
padding-top: 50px;
padding-bottom: 50px;
}


/**
.interior-header.about {
  background-image:url('img/slide5.jpg');
}

.interior-header.projects {
  background-image:url('img/slide2.jpg');
}

.interior-header.contact {
  background-image:url('img/slide4.jpg');
}

.interior-header.news {
  background-image:url('img/slide1.jpg');
}

**/


.interior-header h1 {
  color: #fff;
  font-size: 45px;
}

.interior-content {
  padding-top: 75px;
	padding-bottom: 75px;
}

.interior-content.contact-page {
  padding-bottom: 0;
}



/********** CONTACT PAGE **********/
input.form-control {
  height: auto;
  padding: 5px;
  font-size: inherit;
  margin: 0 auto;
  border-color: #000;
}

textarea.form-control {
  height: auto;
  padding: 5px;
  font-size: inherit;
  margin: 0 auto;
  border-color: #000;
}

.form-control-feedback {
  top: 10px!important;
}

.contact-page input:focus, .contact-page input:active, .contact-page textarea:focus, .contact-page textarea:active {
   outline: none !important;
   box-shadow: none!important;
   border: 1px solid #000;
}

.contact-page h3 {
  margin-bottom: 25px;
  font-size: 18px;
}

.g-recaptcha iframe {
  transform: scale(0.77);
-webkit-transform: scale(0.77);
transform-origin: 0 0;
-webkit-transform-origin: 0 0;
}


label {
display: block;
    
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
text-transform: uppercase;
color: #1e1e23;
letter-spacing: 1px;    
    

}




/*********** ABOUT PAGE ***********/
.about-page .btn-default {
  margin: 15px;
}

.about-page li {
  padding: 5px 0;
}

.about-page ul, .client-page ul {
  margin-bottom: 0;
}

/*********** CLIENTS PAGE ***********/
.client-page li {
  font-size: 20px;
  padding: 5px 0;
}

/*********** NEWS PAGE ***********/
.news-page .recent-blog {
  margin-bottom: 50px;
}


/********** PROJECTS PAGE **********/
.project-category {
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  margin-bottom: 30px;
}

.projects-page .col-sm-6:first-of-type .project-category {
  background-image:url('img/windows.jpg');
}

.projects-page .col-sm-6:nth-of-type(2) .project-category {
  background-image:url('img/curtain.jpg');
}

.projects-page .col-sm-6:nth-of-type(3) .project-category {
  background-image:url('img/storefront.jpg');
}

.projects-page .col-sm-6:nth-of-type(4) .project-category {
  background-image:url('img/metal.jpg');
}

.projects-page .col-sm-6:nth-of-type(5) .project-category {
  background-image:url('img/canopies.jpg');
}

.projects-page .col-sm-6:last-of-type .project-category {
  background-image:url('img/renovation.jpg');
}

.project-category a {
  display: block;
  padding: 100px 0;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  background-color: rgba(193,24,61,.8);
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}

.project-category a:hover, .project-category a:active, .project-category a:focus {
  opacity: 1;
  text-decoration: none;
}




/********** PROJECT TYPE PAGE **********/
.project-type-page a:hover,.project-type-page a:focus, .project-type-page a:active {
  text-decoration: none;
}

.project-type-page .blog-img {
  min-height: 200px;
  -webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-ms-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}

.project-type-page .blog-info {
  min-height: 261px;
}

.project-type-page .blog-info a {
  color: #fff;
  border: none;
}

.project-type-page .blog-info span{
  display: block;
}

.project-type-page .btn-default {
  margin-top: 10px;
}

.project-info span span {
  display: block;
}

.interior-header.ww-bg {
  background-image:url('img/ww-bg.jpg');
}

.interior-header.curt-bg {
  background-image:url('img/curt-bg.jpg');
}

.interior-header.sf-bg {
  background-image:url('img/sf-bg.jpg');
}

.interior-header.am-bg {
  background-image:url('img/am-bg.jpg');
}

.interior-header.can-bg {
  background-image:url('img/can-bg.jpg');
}

.interior-header.ren-bg {
  background-image:url('img/ren-bg.jpg');
}


/********** SINGLE PROJECT PAGE ***********/
.single-project-page .project-info {
  padding-left: 25px;
}

.single-project-page .project-info .divider {
  margin-bottom: 25px;
}

 .single-project-page .proj-desc {
   padding-top: 25px;
 }

.project-info .pull-right {
  display: block;
  float: none !important;
  margin: 5px 0 15px;
}

.project-img {
  min-height: 400px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
}


#projectGallery {
  margin-top: 50px;
}

#projectGallery img {
  margin: 25px 0;
}


.numbered-pagination .navigation li a,
.numbered-pagination .navigation li a:hover,
.numbered-pagination .navigation li.active a,
.numbered-pagination .navigation li.disabled {
    color: #bb415b;
    text-decoration:none;
    font-size: 24px;
}

.numbered-pagination .navigation li {
    display: inline;
}

.numbered-pagination .navigation li a,
.numbered-pagination .navigation li a:hover,
.numbered-pagination .navigation li.active a,
.numbered-pagination .navigation li.disabled {
    background-color: #fff;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}

.numbered-pagination .navigation li a:hover {
    color: #000;
}



/* -------------------------------------------
                BREADCRUMB
----------------------------------------------*/
.breadcrumb {
    padding-bottom: 30px;
    margin-bottom: 0;
}
.breadcrumb-nav ul {
    list-style: none;
    margin: 0;
  padding:25px 0px 25px 0px;
}
.breadcrumb-nav ul > li {
    color: #8D8D8D;
    display: inline-block;
    font-family: inherit;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    padding: 0 12px 0 5px;
    position: relative;
    text-transform: capitalize;
	font-size: 12px;
}
.breadcrumb-nav ul > li:not(:last-child):after {
right: -5px;
content: "\f054";
font: normal normal normal 14px/1 FontAwesome;
position: relative;
	font-size: 12px;
}


/*PAGE HEADER*/

.page-header {
margin: 0px;
border-bottom: none;
padding-top: 60px;
padding-bottom: 60px;
}
.page-header h1{
color:#fff;
}
.page-header .boldUn span {
border-bottom: 1px solid;
border-color: #fff;
padding-bottom: 20px;
	font-weight:bold;
	color: #fff;
}


#content{padding-bottom: 100px;}

/***************Property*****************/
.project-detail{
	font-size: 18px;
font-weight: 300;
color: #1e1e23;
}
h2.propTitle{
	font-size: 38px;
margin-top: 0px;
}
.project-detail h5{
	font-size: 20px;
border-bottom: 2px solid;
border-color: #770601;
display: table;
padding-bottom: 10px;
margin-bottom: 15px;
font-weight: bold;
}
.project-detail strong{color: #1e1e23;}
.propLoc {text-transform:uppercase;font-weight:300;}
.project-detail .divider{margin-bottom: 25px;
margin-top: 25px;}
.project-detail ul{font-size: 16px;
margin-top: 10px;
margin-bottom: 36px;}
.project-detail h5:first-of-type{margin-top:20px;}
.project-detail table{font-size: 14px;margin-top: 40px;
margin-bottom: 40px;}
.table>thead>tr>th {
font-weight: bold;
text-transform: uppercase;
color: #1e1e23;
}
button.btn-info.modBtn{background-color: #6d6a75;
border-color: #6d6a75;}

.modal-header {
border-bottom: none;
}
.flex-direction-nav a:before {
font-size: 30px;
}
