/* Global Styles */

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

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

.vert-text h1 {
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 3em;
  font-weight: 700;
}
.vert-text h3 {color: #fff}

/* Side Menu */

#sidebar-wrapper {
  margin-left: -250px;
  left: 0;
  top:0px;
  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;
  opacity: 0.9;
}

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

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

.sidebar-nav li a {
  color: #999999;
  display: block;
  text-decoration: none;
   margin-left:20px;
}

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

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

html body div#sidebar-wrapper.navbar-fixed-top.active.navbar-shrink div.navbar-header.page-scroll.collapse.navbar-collapse ul.sidebar-nav.nav li.page-scroll.active
{
 color: #F00;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
  opacity: 0.9;
}

.sidebar-nav > .sidebar-brand {
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  background-image: url(../img/logo_50.png) ;
  background-repeat:no-repeat;
  background-position:right;
}

.ich{
	 background-image: url(../img/ich.png) ;
  background-repeat:no-repeat;
  background-position:right;
  height:200px;
	}

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

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

#menu-toggle {
	top: 0;
	left: 0;
	position: fixed;
	z-index: 1001;
	color: #FFF;
}

#sidebar-wrapper.active {
  left: 250px;
  width: 200px;
  -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/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Intro */

.intro {
  padding: 50px 0;
}

/* Services */

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

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

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

/* 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;
}

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

.img-portfolio {
  margin: 0 auto;
}


/* Call to Action */

.call-to-action {
  color: #ffffff;
  background: #0a5175;
  padding: 50px 0;
}

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

/* Map */

.map {
  height: 500px;
}



/* Footer */

#contact { height: auto;

}
footer {
  clear:both;
  
}

.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/bg.jpg) no-repeat center center scroll; 
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }

.vert-text h1 {
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 2em;
  font-weight: 700;
}
  .callout {
	background: url(../img/callout.jpg) no-repeat center center scroll; 
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }

  .map {
	height: 75%;
	
	 
  }

}

.text-danger, .text-danger:hover {
    color: #e74c3c;
}

#top > div {
  -webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 4s; /* Firefox < 16 */
        -ms-animation: fadein 4s; /* Internet Explorer */
         -o-animation: fadein 4s; /* Opera < 12.1 */
            animation: fadein 4s;
    
}

#top > div > h1 {
  animation-duration: 3s;
  animation-name: slidein;
  }

@keyframes slidein {
  from { margin-top: -100%;
    width: 300%;
	opacity: 0; 
  }

  to {
    margin-buttom: 0%;
    width: 100%;
	  }
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
