body {
    margin-top: 50px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	
}

.img-center {
	margin: 0 auto;
}

section {
    padding: 75px 0;
}

.section-heading {
    margin: 30px 0;
    font-size: 4em;
}

.section-lead {
    margin: 30px 0;
}

.section-paragraph {
    margin: 30px 0;
}

footer {
    margin: 50px 0;
}

@media(max-width:768px) {
    section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .section-heading {
        font-size: 2em;
    }
}


body, html {
		height: 100%;
		font-family: 'Montserrat', sans-serif;
	}
	body{
		margin-top: 50px;
	}

	footer {
		text-align: center;
	}

	.navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand:focus  {
		color: #2c3e50;
	}

	.navbar-inverse .navbar-brand:hover {
		color: #1B7AC5;
	}

	.navbar {
		background-color: rgba(255, 255, 255, 1);
		border: none;
		color: #2e2e2e;
		font-weight: bold;
		padding: 4px 0 4px 0;
		height: 100px;
	}

@media(max-width:768px) {
    .navbar {

        height: auto;
    }


    }





	.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-nav>li>a:focus {
	  color: #2c3e50;
	}

	.navbar-inverse .navbar-nav>li>a:hover {
	  color: #999;
	}

	.navbar-brand,
	.navbar-nav li a {
		/*line-height: 70px;
		height: 70px;
		padding-top: 6px;*/

		/*Change by TheFoxLab*/
		line-height: 48px;
    	padding: 0 15px;
	}

	#header {
		text-align: center;
	}

	.odd {
		background: #2c3e50;
		color: #FFF;
	}

	.profile_img {
		margin: 0 auto;
		width: 10vw;
		height: 10vw;
		min-width: 310px;
		min-height: 310px;
		border-radius: 50%;
		background-image: url("../../images/avatar.jpg");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border: 7px solid #F4F4F4;
	}

	hr {
		display: block;
		border: 1px solid #fff;
		box-shadow: none;
		width: 50%;
	}

	.rectangular{
		float:left;
		width:40%;
		padding-left:10%;
		padding-bottom:25px;
	}

	.rectangular_1 {
		position: relative;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 3px;
		border: 2px solid #F7D03F;
	}

	.rectangular_1 > span {
		display: block;
		color: #FFF;
		font-weight: bold;
		-webkit-border-top-right-radius: 2px;
		-webkit-border-bottom-right-radius: 2px;
		-moz-border-radius-topright: 2px;
		-moz-border-radius-bottomright: 2px;
		border-top-right-radius: 2px;
		border-bottom-right-radius: 2px;
		-webkit-border-top-left-radius: 2px;
		-webkit-border-bottom-left-radius: 2px;
		-moz-border-radius-topleft: 2px;
		-moz-border-radius-bottomleft: 2px;
		border-top-left-radius: 2px;
		border-bottom-left-radius: 2px;
		background: #F7D03F;
		position: relative;
		overflow: hidden;
		height: 15px;
	}

  .odd .rectangular_1{
    border: 2px solid #F7D03F;
  }

  .odd .rectangular_1 > span {
    background: #F7D03F;
  }

	.loader_label {
		line-height: 10px;
	}

	.navbar-inverse .navbar-collapse{
		border-color: #2c3e50;
	}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	 
	  background-color: transparent;
	}

	.navbar-inverse .navbar-toggle {
	  border-color: #2c3e50;
	}

	.navbar-inverse .navbar-toggle .icon-bar {
	  background-color: #2c3e50;
	}

	h1 {
		text-align: center;
	}

	.lead {
		text-align: center;
	}

  .input{
		background: none;
		border: 2px solid #2c3e50;
		border-radius: 4px;
		width: 100%;
		color: #2c3e50;
		margin-bottom: 20px;
		box-sizing: border-box;
		padding: 10px;
	}

	::input-placeholder{
		color: #2c3e50;
	}

	.button {
		background: #2c3e50;
		color: #FFF;
		border: none;
		padding: 10px;
		box-sizing: border-box;
	}

	.button:hover {
		color: #2c3e50;
	}

	.odd .input{
		background: none;
		border: 2px solid #FFF;
		border-radius: 4px;
		width: 100%;
		color: #fff;
		margin-bottom: 20px;
		box-sizing: border-box;
		padding: 10px;
	}

	.odd ::input-placeholder{
		color: #fff;
	}

	.odd .button {
		color: #2c3e50;
		border: none;
		padding: 10px;
		box-sizing: border-box;
    background: #FFF;
	}

	.odd .button:hover {
		color: #2c3e50;
	}

	h3 {
		color: #2c3e50;
	}

	.social a{
		font-size: 25px;
		color: #2c3e50;
		opacity: 0.6;
		margin-right: 10px;
	}

	.social a:hover{
		opacity: 1;
	}

  .odd .form-control::-webkit-input-placeholder { color: #fff; }
	.odd .form-control:-moz-placeholder { color: #fff; }
	.odd .form-control::-moz-placeholder { color: #fff; }
	.odd .form-control:-ms-input-placeholder { color: #fff; }


	.form-control::-webkit-input-placeholder { color: #2c3e50; }
	.form-control:-moz-placeholder { color: #2c3e50; }
	.form-control::-moz-placeholder { color: #2c3e50; }
	.form-control:-ms-input-placeholder { color: #2c3e50; }


	#portfolio .portfolio-item {
		right: 0;
		margin: 0 0 15px;
	}

	#portfolio .portfolio-item .portfolio-link {
		display: block;
		position: relative;
		margin: 0 auto;
		max-width: 400px;
	}

	#portfolio .portfolio-item .portfolio-link .portfolio-hover {
		position: absolute;
		width: 100%;
		height: 100%;
		opacity: 0;
		background: rgba(247, 208, 63, 0.9);
		-webkit-transition: all ease .5s;
		-moz-transition: all ease .5s;
		transition: all ease .5s;
	}

	#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
		opacity: 1;
	}

	#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
		position: absolute;
		top: 50%;
		width: 100%;
		height: 20px;
		margin-top: -12px;
		text-align: center;
		font-size: 20px;
		color: #fff;
	}

	#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
		margin-top: -12px;
	}

	#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
	#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
		margin: 0;
	}

	#portfolio .portfolio-item .portfolio-caption {
		margin: 0 auto;
		padding: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
		max-width: 400px;
		text-align: center;
		background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #F1F1F1;
	}

  #portfolio.odd .portfolio-item .portfolio-caption {
    border: none;
  }

	#portfolio .portfolio-item .portfolio-caption h4 {
		margin: 0;
		text-transform: none;
	}

	#portfolio .portfolio-item .portfolio-caption p {
		margin: 0;
		font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size: 16px;
		font-style: italic;
	}

	#portfolio * {
		z-index: 2;
	}

  .odd .portfolio-caption h4{
    color: #333;
  }

  .portfolio-modal .modal-content {
      padding: 100px 0;
      min-height: 100%;
      border: 0;
      border-radius: 0;
      text-align: center;
      background-clip: border-box;
      -webkit-box-shadow: none;
      box-shadow: none;
  }

  .portfolio-modal .modal-content h2 {
      margin: 0;
      font-size: 3em;
  }

  .portfolio-modal .modal-content img {
      margin-bottom: 30px;
  }

  .portfolio-modal .modal-content .item-details {
      margin: 30px 0;
  }

  .portfolio-modal .close-modal {
      position: absolute;
      top: 25px;
      right: 25px;
      width: 75px;
      height: 75px;
      background-color: transparent;
      cursor: pointer;
  }

  .portfolio-modal .close-modal:hover {
      opacity: .3;
  }

  .portfolio-modal .close-modal .lr {
      z-index: 1051;
      width: 1px;
      height: 75px;
      margin-left: 35px;
      background-color: #2c3e50;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  }

  .portfolio-modal .close-modal .lr .rl {
      z-index: 1052;
      width: 1px;
      height: 75px;
      background-color: #2c3e50;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  }

  .portfolio-modal .modal-backdrop {
      display: none;
      opacity: 0;
  }

  /** STAFF SETTINGS **/
  p.staff_name{
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
  }

  p.staff_role{
    text-align: center;
  }

  .staff-cont{
    background: #FFF;
    padding-left: 0px;
    padding-right: 0px;
    color: #333;
    border: 1px solid #EFEFEF;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .odd .staff-cont{
    border: none;
  }

  .staff-profile{
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
  }

  .staff-details {
    padding-left: 15px;
    padding-right: 15px;
  }

  .staff-quote{
    font-style: italic;
    color: #9A9494;
  }

  .staff-social{
    text-align: center;
  }

  .staff-social li{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
  }

  .staff-social li:hover{
    opacity: 0.9;
  }

  .staff-social li a{
    color: #FFF;
  }

  .facebook{
    background: #3b5998;
  }

  .dribbble{
    background: #3AA7CE;
  }

  .behance{
    background: #D72523;
  }

  .twitter{
    background: #32CDFD;
  }

  .googleplus{
    background: #CE3D2B;
  }

  .staff-website{
    text-align: center;
  }

  .staff-website a{
    color: #333333;
    font-weight: bold;
  }


  /** TESTIMONIALS **/
  .testimonial {
    margin-bottom: 50px;
  }


  #quote-carousel
  {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
  }

  #quote-carousel .carousel-control
  {
    background: none;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
  }

  #quote-carousel .carousel-control.left
  {
    left: -12px;
  }

  #quote-carousel .carousel-control.right
  {
    right: -12px !important;
  }

  #quote-carousel .carousel-indicators
  {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
  }

  #quote-carousel .carousel-indicators li
  {
    background: #c0c0c0;
  }

  #quote-carousel .carousel-indicators .active
  {
    background: #333333;
  }

  #quote-carousel img
  {
    width: 250px;
    height: 100px
  }

  .item blockquote {
      border-left: none;
      margin: 0;
  }

  .item blockquote img {
      margin-bottom: 10px;
  }

  .item blockquote p:before {
      content: "\f10d";
      font-family: 'Fontawesome';
      float: left;
      margin-right: 10px;
  }


  @media (min-width: 768px) {
      #quote-carousel
      {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
      }

  }

  .odd small{
    color: #FFF;
  }

  /** SERVICES **/
  .service-holder{
    text-align: center;
  }

  .service-round{
    color: #F7D03F;
  }

  .odd .service-round{
    color: #FFF;
  }

  .fa-inverse {
    color: #2C3E50;
  }

  .odd .fa-inverse {
    color: #2c3e50;
  }

  .odd .text-muted {
    color: #8E8484;
  }

  .odd .text-muted.srv-desc {
    color: #CCC5C5;
  }
  
  /*** NEWS ***/

  #news .news-item {
    right: 0;
    margin: 0 0 15px;
  }

  #news .news-item .news-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
  }

  #news .news-item .news-link .news-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(70, 106, 142, 0.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
  }

  #news .news-item .news-link .news-hover:hover {
    opacity: 1;
  }

  #news .news-item .news-link .news-hover .news-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
  }

  #news .news-item .news-link .news-hover .news-hover-content i {
    margin-top: -12px;
  }

  #news .news-item .news-link .news-hover .news-hover-content h3,
  #news .news-item .news-link .news-hover .news-hover-content h4 {
    margin: 0;
  }

  #news .news-item .news-caption {
    margin: 0 auto;
    padding: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #F1F1F1;
  }

  #news.odd .news-item .news-caption {
    border: none;
  }

  #news .news-item .news-caption h4 {
    margin: 0;
    text-transform: none;
  }

  #news .news-item .news-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
  }

  #news * {
    z-index: 2;
  }

  .odd .news-caption h4{
    color: #333;
  }

  .news-modal .modal-content {
      padding: 100px 0;
      min-height: 100%;
      border: 0;
      border-radius: 0;
      text-align: center;
      background-clip: border-box;
      -webkit-box-shadow: none;
      box-shadow: none;
  }

  .news-modal .modal-content h2 {
      margin: 0;
      font-size: 3em;
  }

  .news-modal .modal-content img {
      margin-bottom: 30px;
  }

  .news-modal .modal-content .item-details {
      margin: 30px 0;
  }

  .news-modal .close-modal {
      position: absolute;
      top: 25px;
      right: 25px;
      width: 75px;
      height: 75px;
      background-color: transparent;
      cursor: pointer;
  }

  .news-modal .close-modal:hover {
      opacity: .3;
  }

  .news-modal .close-modal .lr {
      z-index: 1051;
      width: 1px;
      height: 75px;
      margin-left: 35px;
      background-color: #2c3e50;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  }

  .news-modal .close-modal .lr .rl {
      z-index: 1052;
      width: 1px;
      height: 75px;
      background-color: #2c3e50;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  }

  .news-modal .modal-backdrop {
      display: none;
      opacity: 0;
  }
  .proj_service{color: #777;}