/*!
 * Start Bootstrap - Grayscale v3.3.7+1 (http://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  width: 100%;
  height: 100%;
  font-family: "Lora", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555;
  background-color: white;
}

html {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5;
}

/* orig min.width: 768px , changed mk */
@media (min-width: 1200px) {
  p {
    margin: 0 0 35px;
    font-size: 20px;
    line-height: 1.6;
  }
}
a {
  color: #DD9933;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #AAA;
}
.light {
  font-weight: 400;
}
.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: black;
}
.navbar-custom .navbar-toggle {
  color: white;
  background-color: gray;
  font-size: 12px;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
  outline: none;
}
.navbar-custom .navbar-brand {
  font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
  outline: none;
}
.navbar-custom a {
  color: #DD9933;
}
.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.navbar-custom .nav li a:hover {
  color: #AAA;
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  color: #ff9009;
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li.active {
  outline: none;
}
.navbar-custom .nav li.active a {
  background-color: #FFF;
}
.navbar-custom .nav li.active a:hover {
  color: #AAA;
}
@media (min-width: 1200px) {
  .navbar-custom {
    padding: 20px 0;
    border-bottom: none;
    letter-spacing: 1px;
    background: transparent;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    background: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.intro {
  display: table;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  text-align: center;
  color: #666;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* background: url(../img/intro-bg.jpg) no-repeat bottom center scroll; */
  background-color: white;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.intro .intro-body .brand-heading {
  padding-top: 10px;
  font-size: 40px;
  color: #dd8500;
}
.intro .intro-body .intro-text {
  font-size: 18px;
}
.intro-text-small {
  padding-top: 10px;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .intro {
    height: 100%;
    padding: 100px 0;
  }
  .intro .intro-body .brand-heading {
    font-size: 40px;
  }
  .intro .intro-body .intro-text {
    font-size: 20px;
  }
  .intro-text-small {
    padding-top: 10px;
    font-size: 12px;
  }
}

.login-panel {
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    width: 400px;
    height: 170px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

.content-section {
  padding-top: 140px;
  min-height: 86%;
  height: auto;
}

@media (min-width: 1200px) {
  .content-section {
    padding-top: 100px;
  }
}
.btn {
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.btn-default {
  border: 1px solid #42DCA3; /* #42DCA3 */
  color: #FFA00A;
  background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #42DCA3;
  outline: none;
  color: black;
  background-color: #42DCA3;
}
ul.banner-social-buttons {
  margin-top: 0;
}
@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}

/*
footer {
  padding: 50px 0;
}
footer p {
  margin: 0;
}
*/

/* disabled mk
::-moz-selection {
  text-shadow: none;
  background: #eeeeee;
  background: rgba(255, 255, 255, 0.4);
}
::selection {
  text-shadow: none;
  background: #eeeeee;
  background: rgba(255, 255, 255, 0.4);
}
*/

img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}


.wf-heading {
  color: #DD9933;
}

#wf-footer{
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-top: 10px;
    background-color: rgba(0,0,0,0);
    font-size: 10px;
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
}

#wf-footer .container{
    text-align: center;
}

#wf-footer .footer-copyright{
    margin-bottom: 10px;
    text-align: center;
    color: #555;
    font-size: 14px;
}

#wf-footer ul{
    list-style-type: none;
    padding: 0;
}

#wf-footer a{
    font-size: 14px;
}

#wf-footer li{
    display: inline-block;
    margin: 0px 15px;
    line-height: 2;
}

#wf-footer .footer-social{
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #eee;
}

#wf-footer .fa{
    font-size: 36px;
    margin-right: 15px;
    margin-left: 20px;
    background-color: white;
    color: #d0d0d0;
    border-radius: 51%;
    padding: 10px;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 43px;
    text-decoration: none;
    transition:color 0.2s;
}

#wf-footer .fa-facebook:hover{
   color: #2b55ff;
}

#wf-footer .fa-facebook:focus{
    color: #2b55ff;
}

#wf-footer .fa-google-plus:hover{
    color:red;
}

#wf-footer .fa-google-plus:focus{
    color:red;
}

#wf-footer .fa-twitter:hover{
    color: #00aced;

}

#wf-footer .fa-twitter:focus{
    color:#00aced;
}
