/* Body Styles */
body {
  position: relative;
  cursor: default;
  font-family: "Source Sans Pro","Helvetica","Arial",sans-serif;        
  font-size: 16px;
  line-height: 26px;
  color: #333;
}


/* Links + Buttons Links */
a,
button,
.btn {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
}
a:hover,
button:hover,
.btn:hover,
a:focus,
button:focus,
.btn:focus {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
  outline: none;
  outline: 0 auto -webkit-focus-ring-color;
  outline-offset: 0;
}

/* Typo */
h5,
h6 {
  text-transform: uppercase;
}
/* Blockquote */
blockquote {
  background-color: #f6f6f6;
  font-style: italic;
  color: #999;
  border-left: 10px solid #ccc;
  margin: 30px 0;
  padding: 20px;
}

/* Pre-line */
pre {
  background-color: #3a4145;
  font-size: 14px;
  color: #fff;
  border: 0;
  margin: 20px 0;
}

/* Custom Container */
.custom-container {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-container:before,
.custom-container:after {
  display: table;
  content: " ";
}
.custom-container:after {
  clear: both;
}
@media (min-width: 768px) {
  .custom-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .custom-container {
    width: 970;
  }
}
@media (min-width: 1200px) {
  .custom-container {
    width: 1170px;
  }
}

/* Container */
.container {
  max-width: 970px;
}

/* Row Margin */
.row-margin {
  margin: 30px 0;
}

/* Buttons */
.btn {
  border: none;
  padding: 10px 20px;
}
.btn-lg {
  padding: 14px 16px;
}
.btn-sm {
  padding: 8px 10px;
}

/* Navbar */
.navbar {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar-default {
  background-color: transparent;
}
.navbar-default .navbar-brand {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fff;
}
.navbar-default .navbar-nav > li > a.dropdown-toggle {
  margin-right: -15px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.navbar-default .navbar-nav > li.dropdown a .fa {
  font-size: 26px;
  color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #fff;
}
.navbar-default .navbar-nav>li>a {
  color: #fff;
}
.navbar-default .navbar-nav>li>a:hover {
  color: #ccc;
}
.navbar-default .navbar-nav .dropdown-menu {
  top: 13px;
  right: 35px;
  left: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  border: 1px solid #d7cdbc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 10;
}
.navbar-default .navbar-nav .dropdown-menu li {
  border-bottom: 1px solid #dedcd7;
}
.navbar-default .navbar-nav .dropdown-menu li:last-child {
  border-bottom: none;
}
.navbar-default .navbar-nav .dropdown-menu > li > a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding-top: 11px;
  padding-bottom: 11px;
}
.navbar-default .navbar-nav .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .dropdown-menu > li > a:focus {
  background-color: transparent;
  color: #ccc;
}
.navbar-default .navbar-nav .dropdown-menu > .active > a,
.navbar-default .navbar-nav .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .dropdown-menu > .active > a:focus {
  background-color: transparent;
  color: #fff;
}
.navbar-header {
  float: left;
  display: inline-block;
}
.navbar-collapse {
  float: right;
  display: inline-block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  border-top: 0;
}
@media (max-width: 767px) {
  .navbar-nav {
    margin: 0;
  }
  .navbar-nav .open .dropdown-menu {
    position: absolute;
    z-index: 10;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
    background-color: transparent;
    color: #00b6ad;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    background-color: transparent;
    color: #00b6ad;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #a6a6a6;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #00b6ad;
  }
}


/* Jumbotron */
.jumbotron {
  background-color: transparent;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding: 100px 0 150px;
}
.jumbotron .container {
  max-width: 660px;
}
.jumbotron .btn .fa {
  margin-right: 3px;
}
.jumbotron .lead {
  color: #fff;
  margin-bottom: 40px;
}
.jumbotron ul {
  text-align: center;
  list-style: none;
  margin: 40px 0 0;
  padding-left: 0;
}
.jumbotron ul li {
  display: inline-block;
  color: #fff;
  line-height: 1.428571429;
  margin: 0 10px;
  padding: 0;
}
.jumbotron ul li a {
  display: block;
  color: #fff;
}
.jumbotron ul li a:hover,
.jumbotron ul li a:focus {
  color: #fff;
}
/** Shared Buttons **/
.jumbotron .share-this {
  text-align: center;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}
.jumbotron .share-this li {
  display: inline-block;
  line-height: 1;
  margin: 0 5px;
  padding: 0;
}
.jumbotron .share-this a {
  display: block;
}
.docs .jumbotron {
  padding: 100px 0;
}
.docs .jumbotron h1 {
  font-size: 63px;
}
.plugin .jumbotron {
  padding: 100px 0 140px;
}
.plugin .jumbotron h1 {
  font-size: 43px;
}
.themes .jumbotron {
  padding: 100px 0;
}
.themes .jumbotron h1 {
  font-size: 43px;
}


/* Modal */
.modal-header {
  text-align: center;
  padding: 20px;
}
.modal-header .modal-title {
  font-weight: 700;
}
.modal-header .modal-author {
  margin: 0;
}
.modal-body {
  padding: 20px 20px 13px 20px;
}
.modal-body img {
  display: block;
  width: 75%;
  height: auto;
  margin: 0 auto 5px;
}
.modal-footer {
  margin-top: 0;
}
.modal-footer .btn .fa {
  margin-right: 3px;
}
button.close {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

/* Masthead */
.masthead {
  min-height: 1px;
  background: #2b2f3a url(img/masthead-bg.jpg) 0 0 no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding-top: 30px;
}

/* Content */
.content-wrapper {
  text-align: center;
  padding: 80px 0 0;
}
.content-wrapper .custom-container {
  max-width: 660px;
}
.content-wrapper h4 {
  font-weight: 700;
  color: #dc554f;
}
.content-wrapper .lead {
  color: #a6a6a6;
  margin-bottom: 60px;
}
.docs .content-wrapper,
.plugin .content-wrapper,
.themes .content-wrapper {
  text-align: left;
}
.plugin .content-wrapper,
.themes .content-wrapper {
  padding-top: 100px;
}

/* Features Content */
.features-columns {
  margin-bottom: 50px;
}
.features-columns img {
  display: block;
  width: 90px;
  height: auto;
  margin: 0 auto 30px;
}
@media (max-width: 800px) {
  .features-columns {
    max-width: 70%;
    margin: 0 auto 50px;
  }
}
@media (max-width: 767px) {
  .content-wrapper .lead {
    font-size: 130%;
  }
}

/* Primary */
.primary hr {
  border-color: #ddd;
  margin-top: 60px;
  margin-bottom: 60px;
}
.primary .section-1 h3 span,
.primary .section-2 h3 span,
.primary .section-3 h3 span,
.primary .section-4 h3 span,
.primary .section-5 h3 span,
.primary .section-6 h3 span,
.primary .section-7 h3 span {
  color: #eda7a4;
}
.primary .section-1 h4,
.primary .section-2 h4,
.primary .section-3 h4,
.primary .section-4 h4,
.primary .section-5 h4,
.primary .section-6 h4,
.primary .section-7 h4 {
  color: #2c3d4d !important;
}
.primary .section-1 .lead,
.primary .section-2 .lead,
.primary .section-3 .lead,
.primary .section-4 .lead,
.primary .section-5 .lead,
.primary .section-6 .lead,
.primary .section-7 .lead {
  color: #a6a6a6;
  margin-bottom: 21px;
}
.primary .btn .fa {
  margin-right: 3px;
}

/** Pre **/
.pre-themes {
  display: block;
  background-color: #3a4145;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 20px 0;
  padding: 9.5px;
}
.pre-themes ul {
  margin: 0;
  padding-left: 20px;
}

/* Sidebar Affix */
.mf-sidebar {
  background-color: #f6f6f6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 50px;
  padding: 10px 0;
  /** By default it's not affixed in mobile views, so undo that **/
  /** Nav: second level (shown on .active) **/
}
.mf-sidebar.affix {
  position: static;
}
.mf-sidebar .nav > li > a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2c3d4d;
  padding: 10px 20px;
}
.mf-sidebar .nav > li > a:hover,
.mf-sidebar .nav > li > a:focus {
  background-color: #e9e9e9;
  color: #2c3d4d;
  text-decoration: none;
  border-right: 1px solid #00b6ad;
}
.mf-sidebar .nav > .active > a {
  background-color: transparent;
  color: #dc554f;
  border-right: 1px solid #dc554f;
}
.mf-sidebar .nav > .active > a:hover,
.mf-sidebar .nav > .active > a:focus {
  background-color: transparent;
  color: #dc554f;
  border-right: 1px solid #dc554f;
}
.mf-sidebar .nav .nav {
  display: none;
  /*** Hide by default, but at >768px, show it ***/
  margin-bottom: 8px;
}
.mf-sidebar .nav .nav > li > a {
  font-size: 90%;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 30px;
}
/** First level of nav **/
.mf-sidenav {
  background-color: #f6f6f6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/** Show and affix the side nav when space allows it **/
@media screen and (min-width: 992px) {
  .mf-sidebar .nav > .active > ul {
    display: block;
  }
  /** Widen the fixed sidebar **/
  .mf-sidebar.affix,
  .mf-sidebar.affix-bottom {
    width: 213px;
    margin-bottom: 100px;
  }
  .mf-sidebar.affix {
    position: fixed;
    /*** Undo the static from mobile first approach ***/
    top: 80px;
  }
  .mf-sidebar.affix-bottom {
    position: absolute;
    /*** Undo the static from mobile first approach ***/
  }
  .mf-sidebar.affix-bottom .mf-sidenav,
  .mf-sidebar.affix .mf-sidenav {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  /** Widen the fixed sidebar again **/
  .mf-sidebar.affix-bottom,
  .mf-sidebar.affix {
    width: 213px;
  }
}

/* Plugin Content */
.plugin-columns {
  margin-bottom: 80px;
}
.plugin-columns p {
  min-height: 100px;
}

.plugin-columns h4 {
  margin-bottom: 10.5px;
}
.plugin-columns .btn {
  margin-top: 20px;
}
.plugin-columns .btn .fa {
  margin-right: 3px;
}
@media (max-width: 800px) {
  .plugin-columns {
    max-width: 70%;
    text-align: center;
    margin: 0 auto 60px;
  }
}

/* Themes Content */
/** Nav Filter **/
#filters {
  text-align: center;
  list-style: none;
  margin: 20px 0 60px;
  padding: 0;
}
#filters li {
  display: inline-block;
  line-height: 1.428571429;
  margin: 0 6px;
  padding: 0;
}
#filters li span {
  display: inline-block;
  background-color: #f5f5f9;
  background-image: none;
  font-size: 15px;
  font-weight: normal;
  color: #2c3d4d;
  line-height: 1.428571429;
  text-align: center;
  text-decoration: none;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 10px 20px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#filters li span:hover,
#filters li span:focus {
  background-color: #dc554f;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
  outline: none;
  outline: 0 auto -webkit-focus-ring-color;
  outline-offset: 0;
}
#filters li span.active {
  background-color: #dc554f;
  color: #fff;
}
/** Portfolio Grid **/
#portfoliolist .portfolio-item {
  display: none;
  float: left;
  width: 30.142%;
  text-align: center;
  margin: 0 15px 35px 15px;
  overflow: hidden;
}
.portfolio-wrapper {
  position: relative !important;
  background-color: #fff;
  line-height: 1.428571429;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.portfolio-item img {
  position: relative;
  max-width: 100%;
  height: auto;
}
.portfolio-item .btn .fa {
  margin-right: 3px;
}
@media (max-width: 800px) {
  #portfoliolist .portfolio-item {
    width: 29.16883%;
  }
}
@media (max-width: 767px) {
  #portfoliolist .portfolio-item {
    float: none;
    display: block;
    width: 50%;
    margin: 0 auto 35px;
  }
}

/* Get Started */
.get-started {
  background-color: #dc554f;
  color: #fff;
  text-align: center;
  margin-top: 80px;
  padding: 80px 0;
}
.get-started .container {
  max-width: 660px;
}
.get-started h1 {
  color: #ffdb77;
}
.get-started .lead {
  margin-bottom: 40px;
}
.get-started a {
  color: #fff;
  text-decoration: underline;
}
.get-started a:hover,
.get-started a:focus {
  text-decoration: none;
}
.get-started .btn {
  text-decoration: none;
  margin-bottom: 30px;
}
.get-started .btn-danger {
  background-color: #ba2b25;
}
.get-started .btn-danger:hover,
.get-started .btn-danger:focus,
.get-started .btn-danger:active,
.get-started .btn-danger.active,
.get-started .btn-danger .open .dropdown-toggle.btn-danger {
  background-color: #a42621;
}
.get-started .btn-danger:active,
.get-started .btn-danger.active,
.get-started .btn-danger .open .dropdown-toggle.btn-danger {
  background-image: none;
}
.get-started .btn-danger.disabled,
.get-started .btn-danger[disabled],
.get-started .btn-danger fieldset[disabled] .btn-danger {
  background-color: #ba2b25;
}
.get-started .btn-danger.disabled:hover,
.get-started .btn-danger[disabled]:hover,
.get-started .btn-danger fieldset[disabled] .btn-danger:hover,
.get-started .btn-danger.disabled:focus,
.get-started .btn-danger[disabled]:focus,
.get-started .btn-danger fieldset[disabled] .btn-danger:focus,
.get-started .btn-danger.disabled:active,
.get-started .btn-danger[disabled]:active,
.get-started .btn-danger fieldset[disabled] .btn-danger:active,
.get-started .btn-danger.disabled.active,
.get-started .btn-danger[disabled].active,
.get-started .btn-danger fieldset[disabled] .btn-danger.active {
  background-color: #ba2b25;
}
.get-started .btn .fa {
  margin-right: 3px;
}
.docs .get-started {
  margin-top: 115px;
}
.plugin .get-started {
  margin-top: 70px;
}
.themes .get-started {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .get-started .lead {
    font-size: 130%;
  }
}

/* Tesimonial Wrapper */
.testimonial {
  position: relative;
  width: 100%;
  background: #2b2f3a;
  color: #fff;
  text-align: center;
  padding: 80px 0;
  overflow: hidden;
}
.testimonial .back-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 6600px;
  height: 100%;
  background: url(img/testimonial-bg.jpg) 0 0 repeat;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  -webkit-animation: moveSlideshow 60s linear infinite;
  -moz-animation: moveSlideshow 60s linear infinite;
  animation: moveSlideshow 60s linear infinite;
}
.testimonial .fa {
  position: relative;
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
  z-index: 10;
}
.testimonial .carousel-caption {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.testimonial .carousel-caption .container {
  max-width: 770px;
}
.testimonial .carousel-caption h4 {
  line-height: 1.428571429;
  margin-bottom: 20px;
}
.testimonial .carousel-caption h5 {
  font-style: italic;
}
.testimonial .carousel-caption a {
  color: #fff;
}
.testimonial .carousel-caption a:hover,
.testimonial .carousel-caption a:focus {
  color: #fff;
}
.testimonial .carousel-indicators {
  position: relative;
  bottom: 0;
  left: 0;
  width: 60%;
  margin: 0 auto 30px;
}
@-webkit-keyframes moveSlideshow {
  0% {
    left: 0;
  }
  100% {
    left: -1684px;
  }
}
@-moz-keyframes moveSlideshow {
  0% {
    left: 0;
  }
  100% {
    left: -1684px;
  }
}
@keyframes moveSlideshow {
  0% {
    left: 0;
  }
  100% {
    left: -1684px;
  }
}

/* Footer */
.foo {
  position: relative;
  color: #a6a6a6;
  text-align: center;
  padding: 100px 0;
}
.foo a {
  color: #a6a6a6;
}
.foo a:hover,
.foo a:focus {
  color: #009d95;
}
.foo img {
  display: block;
  width: 100px;
  height: auto;
  margin: 20px auto 30px;
}
.foo .nav {
  text-align: center;
  margin: 30px 0;
}
.foo .nav > li > a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2c3d4d;
}
.foo .nav > li > a:hover,
.foo .nav > li > a:focus {
  background-color: transparent;
  color: #00b6ad;
}
.foo .nav-pills > li {
  display: inline-block;
  float: none;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.foo .nav-pills > li.active > a {
  background-color: transparent;
  color: #00b6ad;
}
.foo .nav-pills > li.active > a:hover,
.foo .nav-pills > li.active > a:focus {
  background-color: transparent;
  color: #00b6ad;
}
/** Copyright **/
.copy {
  margin-top: 70px;
}
/** Back to Top **/
.to-top {
  position: absolute;
  right: 0;
  bottom: 140px;
  width: 50px;
  height: 50px;
  background-color: #e6e6e6;
  font-size: 20px;
  color: #cccccc;
  line-height: 2.5;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.to-top:hover,
.to-top:focus {
  background-color: #d9d9d9;
  color: #a6a6a6 !important;
  text-decoration: none;
}


.navbar-default .navbar-brand {
  font-family: 'Audiowide', cursive;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus
{
  background: #fff;
  color: #000;  
}