/* Global Styles */

html,
body {
  height: 100%;
  width: 100%;
}

.vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #333;
}

.vert-text h1 {
  padding: 0;
  margin: 0;
  font-size: 3.5em;
  font-weight: 700;
  text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.8);
}
.vert-text h4 {
  text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.8);
}

.vert-text2 {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
  color: #333;
}

.vert-text2 h1 {
  padding: 45px;
  margin: 0;
  font-size: 3.5em;
  font-weight: 700;
  text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.8);
}

.lead {
  text-align: left;
}

.center {
  margin: 0 auto;
  text-align: center;
}

.btn-lg {
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.form-control {
  display: inline;
  margin-top: 10px;
  width: 80%;
}
.email {
  padding: 5px;
  margin-right: 10px;
  width: 180px;
}
hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* Side Menu */

#sidebar-wrapper {
  margin-right: -250px;
  right: 0;
  width: 250px;
  background: #000;
  background-color: rgba(65, 156, 267, 0.7);
  background: rgba(65, 156, 267, 0.7);
  color: rgba(65, 156, 267, 0.7);
  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;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-nav li a {
  color: #f2f2f2;
  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 a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 55px;
  line-height: 55px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #f2f2f2;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#menu-toggle {
  top: 0;
  right: 0;
  position: fixed;
  z-index: 1;
}

#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;
}


/* 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: 30px 0;
}
.intro2 {
  padding: 70px 0;
}

/* Services */
.services {
  background: #7fbbda;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #f8f8f8;
}

.services2 {
  background: #e0e0e0;
  padding: 50px 0;
  color: #333;
}
.services2 h2 {
  padding: 20px;
  background: #3366cc;
  color: #f8f8f8;
  border-radius: 15px;
}
.services p {
  text-align: left;
}

.service-item {
  margin-bottom: 15px;
}
.si1 {
  background: #61b0d8;
  padding: 25px;
  border-radius: 30px;
  box-shadow: 0px 0 10px 5px rgba(255, 255, 255, .5)
}
.si2 {
  background: #43a4d7;
  padding: 25px;
  border-radius: 30px;
  box-shadow: 0px 0 10px 5px rgba(255, 255, 255, .7)
}
.si3 {
  background: #269ad6;
  padding: 25px;
  border-radius: 30px;
  box-shadow: 0px 0 10px 5px rgba(255, 255, 255, .9)
}

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;
}

/* Mike's Info */

.mas {
  background: #333;
  color: #f8f8f8;
  text-align: left;
  padding-top: 25px;
  padding-bottom: 25px;
}

.mike-sax {
  padding-top: 25px;
  padding-bottom: 25px;
}

.integration {
  margin-top: 12px;
  padding: 25px 10px;

}

.mas ul {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.25em;
  text-align: left;
}

.mas img{
  margin: 0 auto;
}

.mas i:hover,
.mas i:focus {
  color: #f8f8f8;
}

.img-responsive {
  display: inline;
  max-width: 100%;
  height: auto;
}

.testimonial {
  margin-top: 50px;
  margin-bottom: 50px;
}

.testimonial-img {
  margin: 30px 0 30px 20px;
}

.testimonial-text {
  margin: 60px 20px 30px 0;
}


/* Call to Action */

.call-to-action {
  color: #ffffff;
  background: #0a5175;
  padding: 50px 0;
}

.call-to-action .btn {
  margin: 10px;
}

/* Map */

.map {
  height: 500px;
  padding-top: 25px;
}

/* Footer */

footer {
  padding: 50px 0;
}

.list-inline > li {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}

.top-scroll {
  margin-top: 50px;
}

.top-scroll a {
  text-decoration: none;
  color: inherit;
}

i.scroll {
  color: #333333;
}

i.scroll:hover {
  color: #0a5175;
}

/* Account Page */

.assets h1 {
  color: #3366cc;
}

.assets form {
  text-align: left;
}




/* Responsive */

@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%;
  }
  .email {
    padding: 5px;
    width: 50%;
  }
  .integration {
    padding-top: 5px;
    padding-left: 5px;
  }

  .vert-text2 h1 {
    padding: 45px;
  }

}
