/******** SASS Document ********/
/***COLORS***/
.img-circle {
  max-width: 90%;
  margin: 0, auto; }

#topnav div.row {
  min-height: 70px;
  padding: 10px 0; }

#topnav div.row a.words {
  display: block;
  /*line-height: 4.2em;*/
  padding: 1.7em 0 0 0;
  color: #405270; }

#topnav div.row a.words:hover {
  text-decoration: none;
  color: #ad2624; }

#headerWithLogo {
  position: relative; }

nav#topnav {
  background: #f0f0f0 url(../../images/subtle_white_feathers_@2X.png) repeat; }

#fpclogo {
  width: 162px; }

.grow:hover {
  transition: all 0.3s ease;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.swing:hover {
  transition: all 0.3s ease;
  -webkit-animation: swing 1s ease;
  animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/*         media queries for top nav section           */
/*---med width---*/
@media screen and (min-width: 992px) {
  #top-section {
    margin: 50px 0 150px; }
  #topnav div.row a.words {
    /*margin: 1.2em 0 0;*/
    font-size: 1.2em; } }

/*ends @media query*/
/*---small width---*/
@media screen and (min-width: 768px) and (max-width: 992px) {
  #topnav div.row a.words {
    /*margin: 1.2em 0 0;*/
    font-size: 1.1em; }
  #top-section {
    margin: 50px 0 100px; } }

/*ends @media query*/
/*---xs width---*/
@media screen and (max-width: 768px) {
  #topnav #fpclogo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    /*display: block;
				bottom: 0;
				top: 6px;
				left: 40px;*/ }
  #topnav div.row a.words {
    margin: 5.5em 0 0;
    padding: 10px 0;
    font-size: 0.9em; }
  #top-section {
    margin: 50px 0 100px; } }

/*ends @media query*/
/* top-section general styles*/
#top-section h1 {
  padding: 0.3em 0 0.8em 0;
  font-size: 3.2em; }

/*CAROUSELS*/
#keltyCarousel div.carousel-inner {
  border-radius: 220px;
  width: 200px;
  height: 200px;
  margin: 10px auto; }

/*---med width---*/
@media screen and (min-width: 992px) {
  #keltyCarousel div.carousel-inner {
    border-radius: 200px;
    width: 300px;
    height: 300px;
    margin: 10px auto; } }

/*-------ABOUT SECTION STYLES - KELTY---------*/
section#Section-1 {
  background: #f0f0f0 url(../../images/cream_pixels_@2X.png) repeat;
  padding-bottom: 8em; }

section#Section-1 img {
  margin-bottom: 20px; }

section#Section-1 .page-header {
  border-bottom-color: #bbb; }

.round-small {
  border-radius: 120px;
  margin-bottom: 1em; }

.year {
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-weight: bold; }

ul#timeline {
  list-style-type: none;
  left: 0;
  padding-bottom: 1em; }

ul#timeline li {
  font-size: 0.8em;
  margin-bottom: 0.8em; }

/*-------FAQ SECTION STYLES - KELTY---------*/
section#Section-2 {
  background: white;
  padding-bottom: 8em; }

.roundIcon {
  font-size: 120%;
  display: block;
  float: left;
  color: white;
  background: #70b29a;
  height: 45px;
  width: 45px;
  text-align: center;
  padding: 14px;
  -webkit-border-radius: 40px 40px 40px 40px;
  border-radius: 40px 40px 40px 40px;
  margin: 0 15px 10px 0; }

h2.question {
  font-weight: 300;
  font-size: 1.5em;
  /*color: #6188ca;*/
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e3e3e3; }

/*-------WORK SECTION STYLES - KELTY---------*/
section#Section-3 {
  background: #f0f0f0 url(../../images/subtle_white_feathers.png) repeat;
  padding-bottom: 8em;
  min-height: 50em;
  text-align: justify; }

#comingSoon {
  font-size: 7vw;
  margin: 8vh 0 8vh;
  color: #BCCBBB;
  text-shadow: 0.07em 0.07em white; }

/*-------FOOTER/CONTACT SECTION STYLES - KELTY---------*/
footer#foot-sec {
  padding-top: 110px; }

.bottom-bar {
  background: #ddaa34;
  padding: 20px;
  margin-top: 40px;
  color: white;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-weight: 300;
  font-size: 1.5em;
  border-top: blue thick;
  text-transform: uppercase; }

footer#foot-sec a {
  color: #405270;
  font-weight: bold;
  padding: 3px; }

/*footer#foot-sec a:hover{
	color: #C4974A;
	background-color: #BCCBBB ;
	text-decoration: none;

}*/

.social a img {
  margin: 0 1em 0 0;
  border-radius: 50px; }

/*
.social a img:hover
{
	border-radius: 0px;

}*/
/*---------------------additional styles from Bootstraptor-------------------------*/
body {
  padding-top: 0px;
  font: normal normal normal 1.5em/1.9em 'lucida grande', helvetica, sans-serif;
  /*font-family: 'Comfortaa', cursive;*/
  /*font-family: 'Open Sans', sans-serif;*/ }

h1, h2, h3, h4, h5, h6 {
  font-family: "brandon-grotesque", helvetica, arial, sans-serif; }

.thin {
  font-weight: 300; }

/*kelty added*/
p {
  padding-bottom: 1em; }

p > a {
  color: #ddaa34;
  font-weight: bold; }

p > a:hover {
  color: #70b29a;
  text-decoration: none; }

.navbar {
  min-height: 100px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 3px rgba(50, 50, 50, 0.23);
  -moz-box-shadow: 0px 3px 3px rgba(50, 50, 50, 0.23);
  box-shadow: 0px 3px 3px rgba(50, 50, 50, 0.23); }

.navbar-nav > li > a {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700; }

.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
  color: #e82e46;
  background: none; }

.navbar-brand {
  color: #e82e46;
  font-size: 28px;
  padding-top: 25px;
  font-weight: 700; }

.navbar-default .navbar-brand {
  color: #e82e46; }

.nav > li > a {
  padding: 25px 40px; }

header .jumbotron {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 0px;
  overflow: hidden;
  padding-bottom: 150px;
  font-weight: 700;
  padding-top: 100px;
  /*background:#e82e46;*/
  background: white;
  color: #fff; }

#foot-sec .jumbotron {
  margin-bottom: 0px; }

header {
  padding-top: 100px;
  padding-bottom: 0px;
  margin-bottom: 40px; }

section {
  margin-bottom: 40px;
  padding-top: 110px;
  /*this one controls the offset for the nav bar*/
  margin-top: -40px;
  min-height: 400px;
  width: 100%;
  min-width: 100%; }

.page-header h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  color: #405270;
  letter-spacing: 2px; }

/*--------------------button styles---------------------*/
.btn-kelty {
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  color: white;
  background-color: #405270;
  border-color: #2d3b50;
  text-transform: uppercase; }

.btn-kelty:hover, .btn-kelty:focus, .btn-kelty:active, .btn-kelty.active, .open .dropdown-toggle.btn-kelty {
  color: white;
  background-color: #549b81;
  border-color: #427a66; }

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-image: none; }

/************* VIDEO *******************************/
.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
  padding-top: 50%; }

.vendor {
  margin-bottom: 0px; }

.container-video {
  width: 100%;
  min-width: 100%;
  position: relative;
  padding: 0;
  height: 100%; }

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0px; }

.video-well.well {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

/* @MEDIA
		================================== */
@media (max-width: 1200px) {
  .nav > li > a {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px; } }

@media (max-width: 960px) and (min-width: 768px) {
  .nav > li > a {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 18px; } }
