/*.pace .pace-progress {
  background: #DA4453;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 4px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.pace-inactive {
  display: none;
}*/

html {
  overflow-y: scroll;
  height: 100%;
}

body {
  height: 100%;
  background: #ffffff;
  color: #5a5a5a;
  /*font-family: 'Open Sans', sans-serif;*/
   /*font-family: 'Droid Serif', serif;*/
  /*font-family: 'Droid Sans', sans-serif;*/
  font-family: 'Raleway', sans-serif;
}

body.modal-open {
  overflow: visible;
}

#wrap {
  opacity: 1;
}

h1, h2, h3, h4, h5, h6 {
  /*font-family: 'Source Sans Pro', sans-serif;*/
}

p {
  line-height: 1.6em;
  color: #353535;
  text-align:justify;
}

.divider {
  width: 20%;
  height: 4px;
  display: block;
  margin: 50px auto;
}

p.text-large {
  font-size: 16px;
}
p.text-small {
  font-size: 14px;
  font-weight: 300;
}

/* COLOR THEMES
-------------------------------------------------- */
.color-primary {
  color: #3BAFDA;
}
.color-success {
  color: #8CC152;
}
.color-danger {
  color: #DA4453;
}
.color-info {
  color: #37BC9B;
}
.color-warning {
  color: #F6BB42;
}
.background-default {
  background: #F1F2F6;
}
.background-primary {
  background: #3BAFDA;
}
.background-success {
  background: #8CC152;
}
.background-danger {
  background: #DA4453;
}
.background-info {
  background: #37BC9B;
}
.background-warning {
  background: #F6BB42;
}

/* NAVBAR
-------------------------------------------------- */
.navbar-magnet {
 background:none !important;
  /*background: rgba(51, 51, 51, 0.9);*/
}
.navbar-magnet .navbar-brand {
  color: #FFFFFF;
  font-weight: 600;
  margin:14px 0px 0px -48px;
  /*padding: 22px 15px;*/
}

.navbar-magnet .navbar-form {
  margin: 15px -15px;
}

.navbar-magnet .navbar-nav > li > a {
/*  padding-top: 22px;
  padding-bottom: 22px;*/
  border-right:1px dotted #949494;
}

/* CAROUSEL
-------------------------------------------------- */
.carousel {
  height: 540px;
  margin-bottom: 25px;
}
.carousel-caption {
  z-index: 10;
  padding-bottom: 25px;
  visibility:visible !important;
  height:313px;
}
.carousel-content-ht{
height:226px;
}
.carousel-caption p {
  color: #ffffff;
  width:365px;
  text-align:left;
  font-size:14px !important;
  color:#333333;
  text-shadow:none !important;
}
.carousel .item {
  height: 540px;
  background-color: #777;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 540px;
  overflow: hidden;
}
.left {
	left: 81%;
	position: relative;
} 
.right {
	right: 81%;
	position: relative;
} 
.carousel-left-img{
top:50% !important;
left:12%;
position:absolute;
width:41px;
height:41px;
}
.carousel-right-img{
top:50% !important;
right:12% !important;
position:absolute !important;
width:41px;
height:41px;
}
.carousel-magnet .item:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  /*height: 100%;*/
  /*background: rgba(51, 51, 51, 0.75);*/
}

.carousel-control .fa-angle-left,
.carousel-control .fa-angle-right {
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
  font-size: 80px;
  color: #A0A0A0;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

}

/* PAGE SECTIONS
-------------------------------------------------- */
.page-section {
  position: relative;
  padding:0;
}

.page-section.background {
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.page-section.background:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.75);
}

.page-section.light {
  color: #5a5a5a;
}
.page-section.light p {
  color: #5a5a5a;
}

.page-section.dark {
  color: #ffffff;
}
.page-section.dark p {
  color: #ffffff;
}

/* SERVICES
-------------------------------------------------- */
#services .service img {
  display: inline;
  max-width: 180px;

  height: 180px; /*temp*/
}

/* PORTFOLIO
-------------------------------------------------- */
ul.filters {
  list-style: none;
  margin: 0;
}
ul.filters li {
  float: left;
  margin: 5px;
}
#portfolio-items > div {
  position: relative;
  margin: 13px 0;
}

#portfolio-items > div:hover {
  cursor: pointer;
}

#portfolio-items h4 {
  font-size: 30px;
}
#portfolio-items h6 {
  font-size: 18px;
}

#portfolio-items .project-hover {
  opacity: 0;
  position: absolute;
  top: 25%;
  width: 100%;
  left: 0;
  color: #000;
}

#portfolio-items > div:hover img {
  opacity: 0.3;

}

#portfolio-items > div:hover .project-hover {
  opacity: 1;
}

#portfolio-modal img {
  padding-bottom: 18px;
}

.hide-project {
  opacity: 0.4;
}
.hide-project img {
  transform: scale(0.8, 0.8);
  filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}


/* EXTRA
-------------------------------------------------- */
#extra .fa {
  margin: 0 10px;
}

/* CLIENTS
-------------------------------------------------- */
.clients-slider img {
  padding: 30px;
  filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}
.clients-slider img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}

/* QUOTES
-------------------------------------------------- */
.quotes-slider {

}
#quotes .quote {
  position: relative;
  min-height: 140px;
}
#quotes .quote-text {
  text-align: center;
}
#quotes .quote-author {
  position: absolute;
  color: #CECECE;
  right: 0;
  bottom: 0;
}

/* CONTACT
-------------------------------------------------- */
.form-magnet label {
  font-weight: 400;
}
#contact .icon {
  color: #353535;
}
#contact .icon i {
  font-size: 14px;
  width: 25px;
  padding-top: 3px;
}
#contact .icon:hover,
#contact .icon:focus {
  color: #DA4453;
}

.location {
  position: relative;
  height: 300px;
  margin: 80px 0 100px 0;
}

.map-overlay {
  z-index: 99999;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 100px auto;
}

.map-overlay h4 {
  padding: 110px 0;
  font-weight: 300;
}

#map {
  height: 100%;
  width: 100%;
}

/* FOOTER
-------------------------------------------------- */
#footer .nav-title {
  text-transform: uppercase;
}