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

.alert a {
    color: #2c3e50;
}

.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;
}

.text-vertical-center h3 {
    color: #fff;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(233,107,36,0.75);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(246,165,47,0.75);
}

.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);
}

.bg-flexdark {
    background-color: rgb(233,107,36);
}
.bg-flexlight {
    background-color: rgb(246,165,47);
}
.text-flexdark {
    color: rgb(233,107,36);
}
.text-flexlight {
    color: rgb(246,165,47);
}

/* Custom Horizontal Rule */

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

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    transform: translateX(250px);
    overflow-y: auto;
    background: #e96b24;
    -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;
}

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

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

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

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

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

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

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

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

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

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

/* Header */

.header-main {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.header {
    position: relative;
    width: 100%;
    z-index: 998;
}

/* Features */

.features {
    padding: 50px 0;
}

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

/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: #fff;    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.callout a {
    color: #222;
}

.download-now {
    margin-bottom: 30px;
}

/* Portfolio */

.how-easy {
    padding: 50px 0;
}

.how-easy-item {
    margin-bottom: 30px;
}

.img-portfolio {
    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;
}

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


/* pulled from current site */

body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
}

.navbar {
  height: 50px !important;
  min-height: 49px !important;
  font-size: 0.85em;
  background: #242628;
  margin-bottom: 10px;
  border: 0;
}

.navbar-collapse {
  background: #242628;
}

.navbar-collapse.in .nav, .navbar-collapse.in, .navbar-collapse.collapsing {
  z-index: 1000;
  position: relative;
}

.navbar-toggle {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar .nav li a, .navbar .nav li button, .navbar-brand {
  display: block;
  height: 49px;
  padding: 15px 15px;
  border-bottom: none;
  color: #7d878a;
  text-transform: uppercase;
}

.navbar .nav li a:hover, .navbar-brand:hover {
  color: #FFF !important;
}

.navbar .fa {
  margin-right: 5px;
}

.navbar .nav li {
  font-size: 1em;
  position: relative;
  border-right: #35393b 1px solid;
}

.navbar-brand {
  color: white;
  float: left;
  font-size: 19px;
  line-height: 21px;
}

.navbar {
  border-radius: 0;
}

.navbar .form-control {
  max-height: 33px;
}

.checkbox-cell {
  width: 4em;
  padding: 0.3em;
}

#app-wrap {
  top: 60px;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
}

#app-controls {
  margin:0;
}

.ace_gutter-cell {
  font-size: 1em;
  line-height: 1em;
}

#page-action-bar {
  position: relative;
  z-index: 100;
  float: right;
}

.avatar {
  -webkit-box-shadow: 0 1px 3px #1e1e1e;
  -moz-box-shadow: 0 1px 3px #1e1e1e;
  box-shadow: 0 1px 3px #1e1e1e;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.navbar-nav>li.user-avatar img {
  margin-right: 3px;
}

.floating-header {
  position: absolute;
  right: 12px;
  bottom: -39px;
  z-index: 400;
  /* height: 20px; */
  padding: 1px;
  text-transform: uppercase;
  color: #aaa9a2;
  background-color: #000;
  border: 1px solid #000;
  font-size: 10px;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

a.label {
  text-decoration: none !important;
}

.diff {
  font-size: 14px !important;
  margin-bottom: 10px;
}

.entry-markdown.active {
  z-index: 2;
}

.entry-markdown, .entry-preview {
  width: 50%;
  padding: 15px;
  position: absolute;
  bottom: 0;
  top: 40px;
  background: #FFF;
  box-shadow: rgba(0,0,0,0.05) 0 1px 5px;
}

.entry-markdown {
  left: 0;
  border-right: #ddd 2px solid;
}

.entry-preview {
  right: 0;
  border-left: #ddd 2px solid;
}

.entry-preview-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px 10px 10px;
  overflow: auto;
  cursor: default;
}

.ace_editor {
  height: auto;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: Inconsolata, monospace !important;
  font-size: 1.4em !important;
  line-height: 1.3em;
}

.floatingheader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  height: 40px;
  padding: 8px 15px 12px;
  text-transform: uppercase;
  color: #333;
  background-color: #eee;
}

.editor {
  margin-top: 40px;
}

.btn-facebook {
  background-color: #325c99;
  color: #ffffff;
}

.btn-github {
  background-color: #4c4c4c;
  color: #ffffff;
}

.btn-google {
  background-color: #dd4b39;
  color: #ffffff;
}

.btn-twitter {
  background-color: #02acec;
  color: #ffffff;
}

@media (max-width:1000px) {
  .ace_content {
    padding: 3px;
  }

  .editor {
    margin-top: 0;
  }

  .entry-markdown, .entry-preview {
    top: 80px;
    left: 0;
    right: 0;
    width: 100%;
    border: none;
    min-height: 380px;
    z-index: 1;
  }

  .entry-markdown.active .entry-markdown-content {
    display: block;
  }
  .entry-markdown-content {
    display: none;
  }

  .entry-preview.active .entry-preview-content {
    display: block;
  }

  .entry-preview-content {
    display: none;
    padding: 10px;
  }

  .entry-markdown .floatingheader, .entry-preview .floatingheader {
    cursor: pointer;
    width: 50%;
    border-right: #fff 2px solid;
    color: #333;
    font-weight: normal;
    background: #EEE;
    position: absolute;
    top: -40px;
    left: 0;
    box-shadow: rgba(0,0,0,0.1) 0 -2px 3px inset;
  }

  .entry-preview .floatingheader {
    right: 0;
    left: auto;
    border-right: none;
    border-left: #fff 2px solid;
  }

  .entry-markdown.active header, .entry-preview.active header {
    cursor: auto;
    box-shadow: none;
    background-color: #3498db;
    color: #fff;
  }
}

#features p>a, #how-easy p>a {
    color: #FFFFFF;
	text-decoration: none;
  border-bottom: 1px dotted;
}
