﻿/* Global Styles */

/*@import url(http://fonts.googleapis.com/css?family=Bad+Script);*/

@font-face {
    font-family: 'GatsbyFLF-Bold';
    src:  url('../fonts/gatsby-bold/GatsbyFLF-Bold.ttf.woff') format('woff'),
        url('../fonts/gatsby-bold/GatsbyFLF-Bold.ttf.svg#GatsbyFLF-Bold') format('svg'),
        url('../fonts/gatsby-bold/GatsbyFLF-Bold.ttf.eot'),
        url('../fonts/gatsby-bold/GatsbyFLF-Bold.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

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

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

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

/* Side Menu */

#sidebar-wrapper {
  margin-left: -220px;
  left: 0;
  width: 220px;
  /*background: url(../img/bg_adventure_dark.png);*/
  background: #000;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1050;
  -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;
  border-right: 5px solid #080808;
}

#sidebar-wrapper-new {
  margin-left: 0px;
  left: 0;
  width: 220px;
  /*background: url(../img/bg_adventure_dark.png);*/
  background: #000;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1050;
  -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;
  border-right: 5px solid #080808;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 210px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'GatsbyFLF-Bold';
    font-size: 26px;

}

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

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

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


.sidebar-nav li ul li{
 line-height: 30px;
 text-indent:5px;
 }


.sidebar-nav li ul li{
  color: #999999;
  display: block;
  text-decoration: none;
}


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

.sidebar-nav > .sidebar-brand {
    /*height: 50px;
    line-height: 55px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 35px;
}

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

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

#menu-toggle {
  top: 0;
  right: 0;
  position: fixed;
  z-index: 1050;
}

#sidebar-wrapper.active {
  left: 220px;
  width: 220px;
  -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;
}

#page-name.active {
  margin-left: 220px;
  -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;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Intro */

.intro {
  padding: 50px 0;
  background:#111;
  color:#fff;
}

/* Services */

.services {
  background: #202020;
  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 */

footer {
  padding: 100px 0;
}

.top-scroll {
  margin-top: 50px;
}

.top-scroll a {
  text-decoration: none;
  color: inherit;
}

i.scroll {
  color: #333333;
}

i.scroll:hover {
  color: #0a5175;
}
/* Responsive */

.logo-img{
    float:left;
    width:400px;
    height: auto;
}

@media (max-width: 768px) {
	
  .header {
	background: url(../img/bg.jpg) no-repeat center center scroll; 
  }

  .callout {
	background: url(../img/callout.jpg) no-repeat center center scroll; 
  }

  .map {
	height: 75%;
  }

    .logo-img{
        float:left;
        width:220px;
        height: auto;
    }
    
    .sidebar-nav {
        font-size: 20px;

    }
