/*!
 * Start Bootstrap - Stylish Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.clear{
	clear:both;
}

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

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Menu */

.navbar-nav>li a{
	padding:25px;
}
.caret-up {
  width: 0; 
  height: 0; 
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 4px solid;

  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
}
.navbar-toggle{
	margin-top:17px !important;
}
.navbar-inverse .navbar-nav>li>a {
    color: #d0d0d0 !important;
}
.navbar-inverse .navbar-nav>li>a:hover {
	background-color:#000;
    color: #fff !important;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
	max-height:100%;
}

/* Header */

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

/* About */

.about {
    padding: 50px 0;
}

/* Services */

.services {
	background-color:#fac11b;
    padding: 50px 0;
}

.services_icon{
	color:#FFF;
}

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

/* Callout */

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

/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.clients {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Map */

.map {
    height: 500px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

.map iframe {
    pointer-events: none;
}

/* Footer */

footer {
    padding: 100px 0;
	background-color: #f9f9f9;
    border-top: 1px solid #fac11b;
}

#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
}

/* Carsoul */

.carousel-caption{
	font-size:40px;
	text-align:center;
	font-weight:bold;
	top:500px;
}

/* Extra css */
h6{
	font-size: 15px;
    text-align: left;
    float: left;
    font-weight: bold;
    margin: 0px;
    padding: 3px 0 0 0;
}
.well{
	margin-right:-6px;
}

.well .well_item{
	display:inline-block;
}

.media-heading{
	
}

.media-body{
	padding: 5%;
	text-align: center;
}
.intro{
	width:100%;
}
.map{
	width:100%;
	float:left;
	border:1px solid #d4d4d4;
}
.case_heading{
	font-size: 20px;
    font-weight: bold;
}
.case_studies .para_data{
	text-indent: 18px;
    font-size: 14px;
    line-height: 24px;
}
.img-portfolio{
	margin:0 25px 20px 0;
}

@import url("//unpkg.com/element-ui@1.3.7/lib/theme-default/index.css");
.el-col {
    border-radius: 4px;
  }
  .bg-purple-dark {
    background: #99a9bf;
  }
  .bg-purple {
    background: #d3dce6;
  }
  .bg-purple-light {
    background: #e5e9f2;
  }
  .grid-content {
    border-radius: 4px;
    min-height: 36px;
  }

@media (min-width:320px) {
  .navbar-inverse {
    background-color: #000 !important;
  }
  
  .dropdown-menu{
	  border-radius: 0px !important;
  }
  .navbar-nav>li>.dropdown-menu {
	width:100% !important;
    background-color: #fff !important;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
	width:100% !important;
	color:#828282;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{
	width:100% !important;
	color:#000;
}

}

@media (min-width:992px) {
   .navbar-inverse {
    background-color: rgba(0,0,0,0.5) !important;
  }
}

@media (min-width:1200px) {
   .navbar-inverse {
    background-color: rgba(0,0,0,0.5) !important;
  }
}