/*
	color palette: red --> #ce1428
				   dark grey --> #656465
				   light grey --> #c3c3c3
				   blue -> #2d76aa
				   green --> #77a59a
*/

/* Global Styles */


html,
body {
  height: 100%;
  width: 100%;
  font-family: Helvetica;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto",Helvetica,Arial,sans-serif;
  font-weight: 300;
  line-height: 1.1;
}

.vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.vert-text h1 {
  padding: 0;
  margin: 0;
  font-size: 4.5em;
  font-weight: 300;
}

.hidden {
  display: none;
}

/* Side Menu */

#sidebar-wrapper {
  margin-right: -250px;
  right: 0;
  width: 250px;
  background: #000;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav hr {
	margin-top: 0px;
	margin-bottom: 8px;
	border: 0;
	border-top: 1px solid #ce1428;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
  border-bottom: 1px solid;
}

.sidebar-nav li.sidebar-brand {
	color: #fff;
  border-bottom: none;
  font-family: Roboto;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.11em;
}

.sidebar-nav li a {
  color: #999999;
  display: block;
  text-decoration: none;
  font-family: Roboto;
  font-weight: 300;
  font-size: 1.3em;
  text-transform: uppercase;
}

.sidebar-nav li a:hover {
  color: #fff;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}

.sidebar-nav li.active {
  color: #fff;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 55px;
  line-height: 55px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#menu-toggle {
  top: 0;
  right: 0;
  position: fixed;
  z-index: 1;
}

/* Expand Menu button*/
#menu-toggle.btn-primary.btn-lg {
	color: #fff;
	background-color: #ce1428;
	border-color: #c3c3c3;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 0px;
}

/* Close Menu button */
#menu-close.btn-default.btn-lg {
	color: #ce1428;
	background-color: #000;
	border-color: #000;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 0px;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.toggle {
  margin: 5px 5px 0 0;
}

/* Full Page Image Header Area */


.header {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  background: url(../img/rebar1.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#top img {
	width: 42%;
	min-width: 300px;
}

#top i {
	color: #000;
}


/* About */

.about {
  padding: 50px 0;
  font-size: 1.1em;
  color: #656465;
  background-color: #eee;
}

.about hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #656465;
}

.about-info {
	display: block;
}

#about-owner{
  padding-top: 15px;
}

#about-owner hr {
  margin: 15px 0;
}

#items {
	position: relative;
	display: inline-block;
	height: 300px;

}


#items img {
	display: inline-block;
	position: absolute;
	text-align: center;
}

/* Services */

.services {
  background: #656465;
  padding: 50px 0;
  color: #ffffff;
}

.service-item {
  margin-bottom: 15px;
}

i.service-icon {
  border: 3px solid #c3c3c3;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle;
  text-align: center;
}

.services h4 {
	color: #ffffff;
}

.services-small-scr {
    display: none;
}


/* Callout */

.callout {
  color: #ffffff;
  display: table;
  height: 400px;
  width: 100%;
  background: url(../img/callout.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Portfolio */

.portfolio {
  padding: 50px 0;
  background-color: #eee;
  color: #656465;
}

.portfolio hr {
  border-top: 1px solid #656465;
}

.portfolio-item {
  margin-bottom: 25px;
  display: inline-block;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.18);
  background-color: white;
  border-radius: 3px;
}

.img-portfolio {
  margin: 0 auto;
}

.img-responsive {
display: block;
height: auto;
max-width: 100%;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}

/* Clients */

#clients {
  color: #ffffff;
  background: #c3c3c3;
  padding: 50px 0;
}

#clients .row {
  padding: 20px 0px;
}
#clients img {
  width: 80%;
  -webkit-filter: grayscale(100%);
  -webkit-transition-duration: 2s;
  -moz-transition-duration: 2s;
  -o-transition-duration: 2s;
  -ms-transition-duration: 2s;
}

#clients img:hover{
  -webkit-filter: grayscale(0%);
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  z-index: 2px;
}

#clients .col-xs-6 img {
  padding: 15px 0px;
}

/* Map */

#map {
  height: 400px;
  width: 100%;
}

/* Footer & contact form */

footer {
  padding: 30px 0;
}

textarea {
  width: 100%;
}

#contact img {
  display: block;
  width: 50%;
  margin: 0 auto;
}

.contact-right {
  margin: 50px 0;
}

#form label.error {
  font-size: 0.9em;
  color: #ce1428;
  font-weight: bold;
  display: block;
  text-align: right;
}
#form  input.error, #form textarea.error  {
  background: #FFA9B8;
  border: 1px solid red;
}


/*-----------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
*/

.top-scroll {
  margin-top: 50px;
}

.top-scroll a {
  text-decoration: none;
  color: inherit;
}

i.scroll {
  color: #333333;
}

i.scroll:hover {
  color: #0a5175;
}
/* Responsive */

@media (max-width: 768px) {

  .header {
	background: url(../img/rebar_tall.jpg) no-repeat center center scroll;
  }

  .callout {
	background: url(../img/callout.jpg) no-repeat center center scroll;
  }
  .vert-text h1 {
    font-size: 3.8em;
    text-shadow:
    -1px -1px 0 #656465,
    1px -1px 0 #656465,
    -1px 1px 0 #656465,
    1px 1px 0 #656465;
  }

  .services-large-scr {
    display: none;
  }

  .services-small-scr {
    display: block;
  }

  #clients img {
    -webkit-filter: grayscale(0%);
  }

}

@media (max-width: 500px) {
  .header {
    background: url(../img/rebar_small.jpg) no-repeat center center scroll;
  }
}
