@import 'animate.css';

@import 'bootstrap.min.css';

@import 'icon-fonts.css';

@import 'flexslider.css';

@import 'switcher.css';

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
/* text colors */
/* BG colors */
/* ========== GENERAL STYLES ========== */

body {
  font-family: 'Open Sans', sans-serif;
  padding-top: 84px;
  overflow-x: hidden;
}
a {
  color: #ff6347;
}
a:hover {
  color: #ff401e;
  text-decoration: none;
}
a:focus {
  outline: none;
}
strong {
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: 'Lato', sans-serif;*/
  font-weight: 300;
  line-height: 1.4em;
}
p {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 300;
}
h4,
h5,
h6 {
  font-weight: 700;
}
hr {
  margin-bottom: 0;
}
img {
  width: 100%;
  height: auto;
  margin: 28px auto;
}

form {
  padding-top: 0;
}
#parallax-bg {
  background: #ffffff url('http://dummy.dev4.webenabled.net/smoothsailing/css/images/starburst.jpg') top center;
  background-size: cover;
  position: fixed;
  top: 0;
  width: 100%;
  height: 2000px;
  z-index: -2;
}
/* ========== BOOTSTRAP OVERRIDES ========== */
.lead {
  font-weight: 300;
  color: #6f6f6f;
  font-size: 14px;
  text-align: justify;
}
.jumbotron {
  margin: 0;
}
.btn {
  border: none;
  /* removing the borders */

  -webkit-border-radius: 0;
  border-radius: 0;
  /* removing the rounded corners */

  text-transform: uppercase;
  /* make the text all capital letters */

}
.btn-large {
  font-size: 1.1em;
}
.btn-primary {
  background-color: #0099aa;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #00a7b9;
}
.btn-secondary {
  background-color: #ff6347;
  color: #ffffff;
}
.btn-secondary:hover {
  background-color: #ff7056;
}
input,
button,
select,
textarea {
  outline: none;
}
.form-control {
  outline: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 56px;
  font-weight: 300;
  font-size: 1.35em;
  border: none;
  margin-bottom: 7px;
}
.scroll-adjust {
  padding-top: 84px;
  margin-top: -84px;
}
/* ========== USEFUL CLASSES ========== */
.title {
  text-align: center;
}
.title-hr {
  border-bottom: solid 4px #eeeeee;
  width: 320px;
  margin: 28px auto 56px;
}
.title-hr-dark {
  border-bottom: solid 4px #dddddd;
  width: 320px;
  margin: 28px auto 56px;
}
.thumb {
  padding: 4px;
  background: #ffffff;
  border: solid 1px #ddd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.credits {
  color: #b4b4b4;
  font-size: 0.95em;
}
.scrollup {
  width: 42px;
  height: 42px;
  opacity: 0.2;
  position: fixed;
  bottom: 70px;
  right: 70px;
  display: none;
  color: #ffffff;
  background: #222222;
  z-index: 9999;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.scrollup span {
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  top: 6px;
  left: 11px;
}
.scrollup:hover {
  opacity: 0.7;
}
/* ========== FLEXSLIDER OVERRIDES ========== */
.flexslider {
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 35px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.flex-direction-nav a {
  width: 42px;
  height: 42px;
}
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -42px;
  opacity: 0;
}
.flex-direction-nav .flex-prev {
  left: -42px;
  opacity: 0;
}
.flexslider:hover .flex-next {
  opacity: 0.3;
  right: 0px;
}
.flexslider:hover .flex-prev {
  opacity: 0.3;
  left: 0px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 0.8;
}
.flex-control-paging li a {
  width: 20px;
  height: 20px;
  border: 5px solid #fff;
}
.flex-control-paging li a.flex-active {
  background: #bc0d0d;
  background: rgba(188,13,13,0.9);
}

/* =========== HELPER CLASSES ========== */
.spacing {
  padding: 50px 0;
}
.push-bottom {
  padding-bottom: 56px;
}
/* ========== HEADER ========== */
.navbar {
  background-color: #ffffff;
  /* use this if you want subtle transparency: rgba(255, 255, 255, 0.95); */

  position: fixed;
  width: 100%;
  z-index: 999;
  min-height: 84px;
  top: 0;
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-top: 5px solid #e5e5e5;
  border-bottom: 5px solid #e5e5e5;
}
.navbar .navbar-brand {
  /*max-width: 300px;*/
  margin: 0 40px;
}
.navbar .navbar-brand img {
  margin: 0;
}
.navbar .navbar-toggle {
  top: 25px;
  right: 28px;
  height: 35px;
  width: auto;
  color: #ffffff;
  background-color: #0099aa;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.navbar .navbar-toggle:hover {
  background-color: #ff6347;
}
.navbar .logo {
  background: url('images/logo.png') 0 10px no-repeat;
  height: 42px;
  width: 200px;
  margin: 12px 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -9999px;
}
.navbar navbar-brand {
  margin: 0;
}
.navbar .navbar-nav {
  min-height: 84px;
}
.navbar .navbar-nav li {
  /*margin-top: 18px;*/
  /*margin-right: 28px;*/
  padding: 35px 30px;
  margin-bottom: -5px;
  border-bottom: solid 5px transparent;
  -webkit-transition: border-top 0.4s;
  -moz-transition: border-top 0.4s;
  -o-transition: border-top 0.4s;
  transition: border-top 0.4s;
  font-weight: 700;
}
.navbar .navbar-nav li a {
  color: #3e3e3e;
  text-align: center;
  background: transparent;
  padding: 0;
  text-transform: uppercase;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.navbar .navbar-nav li a:hover {
  color: #000f11;
  background-color: transparent;
}
.navbar .navbar-nav li.active {
  border-bottom: solid 5px #ed1b35;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #e8e8e8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#e8e8e8 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */

}
.navbar .navbar-nav li.active a {
  color: #000f11;
}
.navbar .navbar-nav li.active a:hover {
  background-color: transparent;
}
.navbar .navbar-nav li:hover {
  text-decoration: none;
  /*background-color: transparent;*/
  border-bottom: solid 5px #ed1b35;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #e8e8e8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#e8e8e8 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */

}
.navbar .navbar-nav li.header-cta {
  border-top: none;
  background-color: #ff6347;
  margin-right: 0;
  padding: 0;
}
.navbar .navbar-nav li.header-cta a {
  padding: 14px;
  color: #ffffff;
}
.navbar .navbar-nav li.header-cta a:hover {
  color: #ffffff;
}
.navbar .navbar-nav li.header-cta:hover {
  background-color: #ff745b;
  border-top: none;
}
.navbar .container {
  width: 730px;
}
.slider-bg {
  position: absolute;
  width: 100%;
  margin: 0;
}
.slides .text-center h1, .slides .text-center h2, .slides .text-center h4, .slides .text-center p, .slides .text-center hr, #about-us h1, #team h1 {
  color: #fff;
  font-weight: 700;
}
.slides .text-center h1, .slides .text-center h2, .slides .text-center h3, .slides .text-center h4, #about-us h1, #team h1, #contact h1 {
  text-transform: uppercase;
}
.slides .text-center hr {
  width: 55%;
  border-top: 3px solid #fff;
  margin-bottom: 10px
}
.slides .text-center span, #about-us span, #team span, #contact span, #more-info span, #contact span, #footer span {
  color: #e61730;
}
#about-us h1, #contact h1, #team .container .container h2 {
  color: #595959;
  font-weight: 700;
}
#team .container .container {
  background: #fff;
  max-width: 940px;
  padding: 0 30px;
  border-top: 3px solid #e5e5e5;
}
#contact img {
  width: auto;
  margin: 0;
}
.shadow-text {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
#team .pri-pic {
  background: url('images/img-bg.png') no-repeat center center;
  margin: 0 -20px;
  padding: 0 30px;
}
.bottom-shadow {
  background: url('images/our-bg.png') no-repeat bottom center;
  height: 30px;
}
#more-info {
  position: relative;
  background-color: #fff;
  border-top: 5px solid #e5e5e5;
}

/* ========== SLIDER ========== */
#slider {
  background-color: #333333;
}
#slider #main-slider .btn {
  margin-right: 7px;
  margin-bottom: 21px;
  background: transparent;
  border: 5px solid #fff;
  font-size: 20px;
  font-weight: 700;
}
/* ========== HERO ========== */
#hero {
  background-color: #0099aa;
  position: relative;
}
#hero .hero-quote {
  color: #ffffff;
  text-align: center;
  padding: 21px 0;
  border-top: solid 4px #008b9b;
  border-bottom: solid 4px #008b9b;
  margin-top: 28px;
  margin-bottom: 28px;
}
#hero .hero-quote .lead {
  color: #ffffff;
}
/* ========== FEATURES ========== */
#features {
  text-align: center;
  background-color: #ffffff;
}
#features figure .feature-icon {
  color: #ff6347;
  font-size: 105px;
  line-height: .8em;
  -webkit-transition: color, .4s;
  -moz-transition: color, .4s;
  -o-transition: color, .4s;
  transition: color, .4s;
}
#features figure:hover .feature-icon {
  color: #0099aa;
}
#features .feature-description {
  margin-bottom: 56px;
}
/* ========== QUOTE ========== */
#quote {
  background-color: #ff6347;
}
#quote .quote {
  color: #ffffff;
  text-align: center;
  padding: 1.5em 0;
  /* border-top: solid 4px darken(@highlight-two, 5%);
		border-bottom: solid 4px darken(@highlight-two, 5%);
		margin-top: 28px;
		margin-bottom: 28px;*/

}
#quote .quote p {
  color: #ffffff;
  font-style: italic;
  font-size: 2em;
}
#quote .quote .author {
  font-size: 1.2em;
  text-align: right;
}
#quote .quote .author:before {
  content: "~ ";
}
#quote .quote .author a {
  font-weight: 400;
  color: #ffc2b7;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
#quote .quote .author a:hover {
  color: #931600;
}
/* ========== about-us ========== */
#about-us {
  padding-top: 56px;
  background-color: #ffffff;
  position: relative;
  border-top: 5px solid #e5e5e5;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow:    0px 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow:         0px 5px 10px rgba(0, 0, 0, 0.5);
}
#about-us img,
#about-us .fitvids {
  margin-bottom: 0;
  padding: 4px;
  background: #ffffff;
  border: solid 1px #ddd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
#about-us .light-bg {
  background-color: #eeeeee;
}
#about-us #about-us-slider .flexslider .slides img {
  height: 200px;
}
#about-us .btn-large {
  margin-bottom: 14px;
}
/* ========== team ========== */
#team {
  text-align: center;
  background: url('images/team-bg.jpg') center top;
}
#team .team-box {
  margin-bottom: 28px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
#team .team-box .team-heading {
  background-color: #0099aa;
  color: #ffffff;
  font-size: 1.8em;
  padding: 14px;
}
#team .team-box .team-price {
  background-color: #008291;
  font-weight: 400;
  color: #ffffff;
  font-size: 4em;
  padding: 14px;
}
#team .team-box .team-description {
  background-color: #006b77;
  font-size: 1.1em;
  font-weight: 300;
  color: #ffffff;
  padding: 14px;
}
#team .team-box ul.team-list {
  margin: 0;
  padding: 0;
}
#team .team-box ul.team-list li {
  font-size: 1.1em;
  font-weight: 300;
  padding: 16px 0;
  list-style: none;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
}
#team .team-box ul.team-list li:nth-child(even) {
  background-color: #ffffff;
}
#team .team-box ul.team-list li:nth-child(odd) {
  background-color: #eeeeee;
}
#team .team-box .team-cta {
  background: #ffffff;
  border: solid 1px #dddddd;
  text-transform: uppercase;
  padding: 21px;
}
#team .team-box .team-cta .btn {
  font-size: 1.1em;
}
/* ========== NEWSLETTER ========== */
#newsletter {
  background-color: #0099aa;
  padding: 6em 0;
}
#newsletter .newsletter-text {
  font-size: 1.5em;
  padding-top: 10px;
  text-align: center;
  margin-bottom: 28px;
  color: #ffffff;
}
#newsletter .form-control {
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 56px;
  font-weight: 300;
}
#newsletter .btn {
  border: none;
  text-transform: uppercase;
  font-size: 1.1em;
  height: 56px;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  background-color: #008291;
}
#newsletter .btn:hover {
  background-color: #007986;
}
/* ========== CLIENTS ========== */
#clients {
  text-align: center;
  background-color: #ffffff;
  /* Grayscale Logos turning into color on hover */

}
#clients img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */

  filter: gray;
  /* IE6-9 */

  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */

  -webkit-transition: filter, 0.4s;
  -moz-transition: filter, 0.4s;
  -o-transition: filter, 0.4s;
  transition: filter, 0.4s;
}
#clients img.grayscale:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
/* ========== CONTACT ========== */
#contact {
  background-color: #eeeeee;
}
#contact .contact-form {
  margin-top: 28px;
}
#contact .contact-submit {
  float: right;
  background-color: #ed1b35;
  border-top: 1px solid #bc192d;
  border-left: 1px solid #bc192d;
  border-right: 1px solid #bc192d;
  border-bottom: 5px solid #bc192d;
  font-weight: 700;
}
#contact label {
  font-size: 17px;
  padding-top: 17px;
}
#contact .textarea .form-control {
  padding-top: 7px;
}
#contact .form-control {
  border: none;
  font-size: 1.35em;
}
/* ========== TWITTER FEED ========== */
#feed {
  background-color: #ff6347;
}
#feed .tweets-icon {
  text-align: center;
  color: #ffffff;
  font-size: 70px;
  padding-bottom: 21px;
}
#feed .title-hr-dark {
  margin-bottom: 35px;
}
#feed #tweets-feed {
  color: white;
}
#feed #tweets-feed ul {
  padding-left: 0;
}
#feed #tweets-feed ul li {
  list-style: none;
}
#feed #tweets-feed ul li a {
  color: #ffc2b7;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
#feed #tweets-feed ul li a:hover {
  color: #931600;
}
/* ========== FOOTER =========== */
#footer {
  padding: 17px 0 7px;
  background-color: #333333;
  color: #7a7a7a;
}
#footer .social-links {
  float: right;
}
#footer .social-links ul {
  padding: 0;
}
#footer .social-links ul li {
  display: inline;
  padding-left: 21px;
  list-style: none;
}
#footer .social-links ul li a {
  color: #7a7a7a;
  font-size: 18px;
  -webkit-transition: color, 0.4s;
  -moz-transition: color, 0.4s;
  -o-transition: color, 0.4s;
  transition: color, 0.4s;
}
#footer .social-links ul li a:hover {
  color: #ff6347;
}

