  body {
      font: 400 15px Lato, sans-serif;
      line-height: 1.8;
      color: #818181;
  }
  h2 {
      font-size: 24px;
      text-transform: uppercase;
      color: #303030;
      font-weight: 600;
      margin-bottom: 30px;
  }
  h4 {
      font-size: 19px;
      line-height: 1.375em;
      color: #303030;
      font-weight: 400;
      margin-bottom: 30px;
  }  
  .jumbotron {
      background-color: #555;
      color: #fff;
      padding: 100px 25px 50px 25px;
      font-family: Montserrat, sans-serif;
	  margin-bottom: 0;
  }
  .jumbotron h1{font-size: 36px}
  .jumbotron p{font-size: 16px}
  .container-fluid {
      padding: 40px 50px;
  }
  .bg-light-grey{
	  background-color: #f4f4f4;
  }
  .bg-grey {
      background-color: #eee;
  }
  .bg-dark {
	  background-color: #555;
  }
  .bg-dark h4,
  .bg-dark h2{
	  color: #fff;
   }
  .logo-small {
      color: #f4511e;
      font-size: 50px;
  }
  .logo {
      color: #f4511e;
      font-size: 200px;
  }
  .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail img {
      width: 100%;
      height: 100%;
      margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
      background-image: none;
      color: #f4511e;
  }
  .carousel-indicators li {
      border-color: #f4511e;
  }
  .carousel-indicators li.active {
      background-color: #f4511e;
  }
  .item h4 {
      font-size: 19px;
      line-height: 1.375em;
      font-weight: 400;
      font-style: italic;
      margin: 70px 0;
  }
  .item span {
      font-style: normal;
  }
  .panel {
      border: 1px solid #f4511e; 
      border-radius:0 !important;
      transition: box-shadow 0.5s;
  }
  .panel:hover {
      box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
      border: 1px solid #f4511e;
      background-color: #fff !important;
      color: #f4511e;
  }
  .panel-heading {
      color: #fff !important;
      background-color: #f4511e !important;
      padding: 25px;
      border-bottom: 1px solid transparent;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
  }
  .panel-footer {
      background-color: #474e5d !important;
  }
  .panel-footer h3 {
      font-size: 32px;
  }
  .panel-footer h4 {
      color: #aaa;
      font-size: 14px;
  }
  .panel-footer .btn {
      margin: 15px 0;
      background-color: #f4511e;
      color: #fff;
  }
  .navbar {
      margin-bottom: 0;
      background-color: #fff;
      z-index: 9999;
      border: 0;
      font-size: 12px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 4px;
      border-radius: 0;
      font-family: Montserrat, sans-serif;
  }
  .navbar li a, .navbar .navbar-brand {
      color: #555 !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #f4511e !important;
      background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
  }
  #portfolio .thumbnail{padding: 0 0 5px 0}
  #portfolio p{color: #eee}
  #faq #myCarousel h4 span{font-weight:bold; color#000}
  footer .glyphicon {
      font-size: 20px;
      margin-bottom: 20px;
      color: #f4511e;
  }
  footer p{
	  color: #fff;  
  }
  .slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
  
  footer{background: #555
}

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

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
  top: 100px;
  right: 150px;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.glyphicon{top:5px; margin-right:10px}

.modal {
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 1140px;
    height: 77%;
    background-color: rgba(50,50,50,0.95);
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.cursor{
    top: 60px;
    right: 15px;
	color: #fff
}
.close{opacity:0.5}
.prev{left:0}
.prev:hover,
.next:hover{text-decoration:none}
a:focus,
a:hover{color: indianred}
a{color:indianred}

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

  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
  }
  @media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
	.jumbotron p{font-size:14px}
	h1{font-size:24px}
	#services .col-sm-3{padding:10px 0}
	#services h4{margin-bottom:15px}
	h2{margin-bottom:15px; line-height: 1.5}
	.container-fluid{padding:20px 25px}
	#contact .col-sm-5{margin-bottom:40px}
	.item h4{margin:40px 0}
	#about h2{margin-bottom:0}
	.modal {
		padding-top: 100px;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(50,50,50,0.95);
	}
  }
  
  @media screen and (max-width: 767px) {
	.jumbotron p{font-size:16px}
	#services .col-sm-3{padding:10px 0}
	#services h4{margin-bottom:15px}
	.item h4{margin:40px 0}
	#about h2{margin-bottom:0}
	#contact .col-sm-5{margin-bottom:40px}
	.modal {
		padding-top: 100px;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(50,50,50,0.95);
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right{top:90%}
	.carousel-indicators{bottom:0}
  }
  
  @media screen and (min-width: 768px) and (max-width: 1200px){
    .container{width:670px}
	.navbar-default .navbar-nav>li>a{letter-spacing:0}
	.jumbotron .h1, .jumbotron h1 {
		font-size: 42px;
	}
	.jumbotron p {
		font-size: 16px
	}
		.modal {
		padding-top: 100px;
		left: 0;
		top: 0;
		width: 100%;
		height: 54%;
		background-color: rgba(50,50,50,0.95);
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right{top:77%}
  }
