@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700');

body {
    background: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    overflow-x: hidden;
}

/*---------------------------------------
   Typography              
-----------------------------------------*/

h1,h2,h3,h4,h5,h6 {
  font-style: normal;
  font-weight: 300;
  letter-spacing: -1px;
}

h1,h2,h4 {
  font-weight: bold;
}

h1 {
  font-size: 58px;
}

h2 {
  color: #272727;
  font-size: 32px;
  line-height: 52px;
  text-transform: uppercase;
  margin: 0px;
}

h3 {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

h4 {
  color: #454545;
  font-size: 18px;
  line-height: 26px;
}

h5 {
  letter-spacing: 0.5px;
}

p {
    color: #777;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.2px;
}

/*---------------------------------------
   Buttons               
-----------------------------------------*/

.btn-primary {
    color: #fff;
    background-color: #5cc3c4;
    border-color: #5cc3c4;
}

.btn-danger {
  color: #fff;
  background-color: #e93f23;
  border-color: #e93f23;
}

.btn-success:focus {
  background-color: #000;
  color: #ffffff;
}

.section-btn {
  background: #313238;
  border: 3px solid transparent;
  border-radius: 100px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1.6px;
  padding: 16px 28px;
  margin-top: 22px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  text-transform: uppercase;
  margin-right: 14px;
}

.section-btn:focus,
.section-btn:hover {
  background: #ffffff;
  border-color: transparent;
  color: #ff26c2;
  font-weight: bold;
}


/*---------------------------------------
   General               
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
}

a {
  color: #e93f23;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

a:hover, a:active, a:focus {
  color: #e93f23;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input {
	width: 100%;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
  margin-top: 82px;
}

.section-title {
  margin: 0;
  padding-bottom: 62px;
}


/*---------------------------------------
     Preloader section              
-----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-spinner-wordpress.sk-spinner {
  border-radius: 100px;
  width: 38px;
  height: 38px;
  position: relative;
  -webkit-animation: sk-innerCircle 1s linear infinite;
  animation: sk-innerCircle 1s linear infinite; 
}

.sk-spinner-wordpress .sk-inner-circle {
  display: block;
  background-color: #0d1b06;
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 8px;
  top: 5px;
  left: 5px; 
}

@keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }



/*---------------------------------------
     Navigation section              
-----------------------------------------*/

.custom-navbar {
    border: none;
    margin-bottom: 0;
    background-color: #313238;
    padding: 6px 0;
}

.custom-navbar .navbar-brand {
    color: #000000;
    font-weight: bold;
    font-size: 3rem;
    line-height: 35px;
}

.custom-navbar .nav li a {
    font-size: 12px;
    font-weight: bold;
    color: #dddddd;
    line-height: 40px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    padding-right: 22px;
    padding-left: 22px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #ffffff;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #ffffff;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #c53a37;
    border-color: transparent;
}

@media(min-width:768px) {
    .custom-navbar {
        border-bottom: 0;
        background: 0 0; 
    }
    .custom-navbar.top-nav-collapse {
        background: #313238;
        padding: 6px 0;
    }

    .custom-navbar.top-nav-collapse .navbar-brand {
        color: #FFF !important;
    }
}

/*---------------------------------------
    Park section              
-----------------------------------------*/

.col-site {
  background: url('../img/ico-parking.png') no-repeat;
  background-position: 10% 10%;
  background-color: #5cc3c4;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  display: block;
  width: 360px;
  height: 360px;
  margin: 10px;
  transition: all ease-in-out 0.4s;
}

.col-site:hover {
  cursor: pointer;
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
  border-bottom: 5px solid #e93f23;
}

.col-site .park-thumb {
  border-radius: 2px;
  margin-top: 13px;
  margin-bottom: 26px;
  padding: 0;
  top: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.col-site .park-thumb img {
  border-radius: 2px;
  width: 100%;
  cursor: crosshair;
}

.col-site .park-price {
    font-size: 350%;
    font-weight: bold;
    color: #fac519;
}

.col-site .ex-title {
  color: #fac519;
  font-size: 200%;
  font-weight: bold;
  position: absolute;
  top: 10%;
  right: 10%;
}
.col-site .ex-text {
  font-size: 150%;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    bottom: 10%;
  text-align: center;
  width: 99%;
}

.col-site .park-text {
    font-size: xx-large;
    font-weight: bold;
    color: #ffffff;
    height: 50%;
}

.col-site .park-address {
   position: absolute;
    top: 5%;
    left: 25%;
    font-size: 150%;
    font-weight: bold;
    margin: 10%;
    padding-bottom: 20%;
    color: #ffffff;
}

.col-site .park-opt {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 49%;
  text-align: center;
  border: 1px solid #479798;
  padding: 2%;
}
.col-site .po1 {
  left: 0;
}
.col-site .po2 {
  right: 0;
}

.modal-header, .modal-footer { border: none !important; }
.modal-header { background-color: #EFEFEF;}
.modal-content { border-radius: 0; }
.modal-header h3 { margin: 0 !important; font-weight: bold; letter-spacing: 0px !important; font-size: 125%; color: #e93f23;}
.modal-subheader { color:#5cc3c4; }
.datepicker-inline { margin: 0 auto !important; font-size: 17px; }
.datepicker-switch { color: #e93f23; }
.dtpicker { margin-bottom: 10px; }

#licensePlateNumber { 
  text-transform: uppercase;
  font-weight: 600;
  border: solid 1px #AAA;
  color: #333; 
  width: 20%;
  text-align: center;
  margin-left: 5%;
  border-radius: 5px;
}

#licensePlateNumber:focus {
  outline: none;
  border: 1px solid #e93f23;
}

#licensePlateState { 
  border: none;
  color: #333; 
  width: 20%;
  text-align: center;
  margin-left: 5%;
}

#licensePlateState:focus {
  outline: none;
  border: none;
}

/*---------------------------------------
   Footer section              
-----------------------------------------*/

footer {
    background: #e93f23;
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
}

footer .footer-copyright p {
  color: #f9f9f9;
}



/*---------------------------------------
   Mobile Responsive styles              
-----------------------------------------*/

@media (max-width: 980px) {

 h1 {font-size: 45px;}

@media (max-width: 768px) {

  #counter .counter-item {
    margin-top: 28px;
    margin-bottom: 28px;
  }

}



@media (max-width: 767px) {

  .custom-navbar .navbar-brand {
    line-height: 15px;
    color: lightgray;
  }
  
}



@media (max-width: 580px) {
  .custom-navbar .navbar-brand {
  	font-size: 2rem;
  }

  h1 {font-size: 29px}

  h2 {
    font-size: 24px;
    line-height: 42px;
  }

  h3 {
    font-size: 12px;
    letter-spacing: 2px;
  }
}
}
