/*!
 * Start Bootstrap - Creative v3.3.7+1 (http://singinglessonsrwb.co.uk)
 * Copyright 2013-2017 James Pepper
 * Licensed under  ()
 */
/* Row height */
@media only screen and (min-width: 481px) {
  .flex-row.row {
    display: flex;
    flex-wrap: wrap;
  }
  .flex-row.row > [class*='col-'] {
    display: flex;
    flex-direction: column;
  }
  .flex-row.row:after,
  .flex-row.row:before {
    display: flex;
  }
}
/* Table formatting */
.jptable th {
  text-align: center;
}
table.jptable {
  table-layout: fixed;
}
.jptable tbody tr:nth-child(odd) {
  background-color: white;
  color: black;
}
.jptable tbody tr:nth-child(even) {
    background-color: #fee682;
    color: black;
}
/* Clipboard */
.fa-clipboard {
  border-radius: 3px;
  float: right;
}
.jpclipboard {
  background-color: #000;
}
.jpclipboard button {
  color: black;
}
.jpclipboard button:hover {
  background-color: #fee682;
  color: white;
}
.jpclipboard :hover {
  background-color: #fee682;
  color: #222222;
}
.jpclipboard :hover a {
  color: #222222;
}
.jpclipboard :hover a:hover {
  color: white;
}
/* hover boxes */
/*.bg-primary .jp-hover {
    background-color: @theme-primary;
    &:hover {
        background-color: white;
    }
}*/
.container a.jp-hover {
  text-decoration: none;
}
.container a.jp-hover:hover {
  text-decoration: none;
}
.container a.jp-hover:active,
.container a.jp-hover:focus {
  background-color: transparent;
  border: none;
}
.bg-primary .container .jp-hover:hover {
  background-color: white;
}
.bg-primary .container .jp-hover i {
  color: white;
  background-color: transparent;
}
.bg-primary .container .jp-hover a {
  background-color: #fffae7;
}
.bg-primary .container .jp-hover a:hover {
  background-color: #ffffff;
}
.container .jp-hover {
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.container .jp-hover i {
  color: #fee682;
  background-color: transparent;
}
.container .jp-hover:hover {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  background-color: #fee682;
  border-radius: 10px;
}
.container .jp-hover:hover p {
  background-color: transparent;
}
.container .jp-hover:hover i {
  color: black;
  background-color: transparent;
}
.navbar > .container-fluid > .navbar-header > .navbar-brand.jp-brand2 {
  margin-left: 0px;
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}
hr {
  border-color: #fee682;
  border-width: 3px;
  max-width: 50px;
}
hr.light {
  border-color: white;
}
.container a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #b39001;
}
.container a:hover,
.container a:focus {
  color: white;
  background-color: #fee682;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  color: black;
}
h1 {
  background-color: rgba(255, 255, 255, 0.5);
}
p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.bg-primary {
  /*& .container {
        border-width: 100px 0;
        border-color:  @theme-primary;
        border-style: solid;
    }*/
  background-color: #fee682;
}
.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6,
.bg-primary table {
  color: black;
}
.bg-primary p {
  color: #333333;
}
.bg-primary p .italics {
  font-style: italic;
}
.bg-primary ul li:nth-child(even) {
  background-color: white;
  color: #b39001;
}
.bg-primary a.btn {
  color: #e5b902;
  background-color: white;
  border-color: black;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.bg-primary a.btn:hover,
.bg-primary a.btn:focus,
.bg-primary a.btn.focus,
.bg-primary a.btn:active,
.bg-primary a.btn.active,
.open > .dropdown-toggle.bg-primary a.btn {
  color: #e5b902;
  background-color: #999999;
  border-color: #000000;
}
.bg-primary a.btn:active,
.bg-primary a.btn.active,
.open > .dropdown-toggle.bg-primary a.btn {
  background-image: none;
}
.bg-primary a.btn.disabled,
.bg-primary a.btn[disabled],
fieldset[disabled] .bg-primary a.btn,
.bg-primary a.btn.disabled:hover,
.bg-primary a.btn[disabled]:hover,
fieldset[disabled] .bg-primary a.btn:hover,
.bg-primary a.btn.disabled:focus,
.bg-primary a.btn[disabled]:focus,
fieldset[disabled] .bg-primary a.btn:focus,
.bg-primary a.btn.disabled.focus,
.bg-primary a.btn[disabled].focus,
fieldset[disabled] .bg-primary a.btn.focus,
.bg-primary a.btn.disabled:active,
.bg-primary a.btn[disabled]:active,
fieldset[disabled] .bg-primary a.btn:active,
.bg-primary a.btn.disabled.active,
.bg-primary a.btn[disabled].active,
fieldset[disabled] .bg-primary a.btn.active {
  background-color: white;
  border-color: black;
}
.bg-primary a.btn .badge {
  color: white;
  background-color: #e5b902;
}
.bg-dark {
  background-color: #222222;
  color: white;
  /*a {
        color: darken(@theme-primary,40%);
      }*/
}
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6 {
  color: white;
}
.text-faded {
  color: rgba(0, 0, 0, 0.7);
}
section {
  padding: 100px 0;
  /*margin: 100px 0;*/
}
section ul {
  list-style-type: none;
  padding: 0;
}
section ul li {
  padding: 3px 0;
}
section ul li:nth-child(odd) {
  background-color: #fee682;
  color: #222222;
}
aside {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}
.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: black;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  background-color: black;
  color: white;
}
.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 12px;
  color: #222222;
  text-transform: uppercase;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #222222;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: white;
  background-color: #222222;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #fee682 !important;
  background-color: rgba(255, 255, 255, 0.3);
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.3);
    color: white;
  }
  .navbar-default .navbar-header .navbar-brand {
    /*&:hover,
            &:focus {
                color: white;
                background-color: fade(black, 60%);
            }*/
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    /*&:hover {
                color: black;
            }*/
  }
  .navbar-default.affix {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.05);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    /*color: @theme-primary;
                font-size: 13px;*/
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #fee682;
    background-color: black;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #222222;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #fee682;
  }
}
header {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/header.jpg');
  text-align: center;
  color: white;
}
header .header-content {
  position: relative;
  text-align: center;
  padding: 100px 15px 100px;
  width: 100%;
}
header .header-content .header-content-inner h1 {
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
}
header .header-content .header-content-inner hr {
  margin: 30px auto;
}
header .header-content .header-content-inner p {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  header {
    min-height: 100%;
  }
  header .header-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
  }
  header .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner h1 {
    font-size: 50px;
  }
  header .header-content .header-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-heading {
  margin-top: 0;
}
.service-box {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  max-width: 400px;
  margin: 50px auto 0;
  padding: 5px;
  /*a :hover {
        text-decoration: none;
        font-weight: 700;
        background-color: @theme-primary;
    }*/
}
@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
}
.service-box p {
  margin-bottom: 0;
}
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(254, 230, 130, 0.9);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}
@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}
.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #fee682;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: #222222;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: white;
  background-color: #999999;
  border-color: #000000;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white;
}
.btn-default .badge {
  color: white;
  background-color: #222222;
}
.btn-primary {
  color: black;
  background-color: #fee682;
  border-color: #fee682;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: black;
  background-color: #fee169;
  border-color: #fedf5f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #fee682;
  border-color: #fee682;
}
.btn-primary .badge {
  color: #fee682;
  background-color: black;
}
.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-xl {
  padding: 15px 30px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}

popup {
  background-color: cornflowerblue
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 360px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-color: #ac8e1a;
  color: white
}

a, a:hover {
  color: black
}