@import "default.css";  
@import "font-awesome/font-awesome.css";

@font-face {
	font-family: 'Lato';
	font-weight: 400;
	src: url('fonts/LatoRegular.eot');
	src: url('fonts/LatoRegular.eot') format('embedded-opentype'),
		url('fonts/LatoRegular.woff') format('woff2'),
		url('fonts/LatoRegular.woff') format('woff'),
		url('fonts/LatoRegular.ttf') format('truetype'),
		url('fonts/LatoRegular.svg') format('svg');
}
/* 
==========================================================================
101domain Template:  Parked Pages
========================================================================== 
*/

/* 
// -----------------------------
// #Table of Contents
// ----------------------------- 
//
//  1.   #FEATURE
//  2.   #SEARCH BOX
//  3.   #BUTTONS
//  4.   #HEADER
*/


/* 
// -----------------------------
// #CONTENT 
// ----------------------------- 
*/

body { font-family: 'Lato', Arial, sans-serif; }

main > div >  header > div > div,
main > div > footer > div > div { 
	background-color: rgba(0,0,0,.75);
	text-align: center; 
	padding: 2em !important;
}

main > div >  header p,
main > div >  footer p { 
	color: #fff;
	margin: 1em auto;  
}
#mobile-screen-background-image {
	display: block;
}
#full-screen-background-image {display: none; }
.wrapper {
	position: relative;
}

h1 { 
	font-size: 0.75em;
	margin: .5em auto 1.5em 
}
h1 span {
	font-size:2em;
	color: #fee767; }
h1 i {
	display: block;
	font-size: 1.65em;
	font-weight: 300;
	color: #fff;
	line-height: 1.65em;
}
h2,
h3 {
	font-size: 1.45em;
	color: #8cd8f6;
	margin: 1em auto;
}
footer h3:first-child { margin-top: 0; }

section > .row,
header > .row,
footer > .row { max-width: 100%; }

main > div > footer img { width: 70%; }

@media only screen and (max-width: 20em) {

}
@media only screen and (max-width: 40em) {
	main > div > footer .columns .columns:first-child { 
	   margin-bottom: 1.5em;
	   padding-bottom: 1.5em;
	   border-bottom: 1px solid rgba(255,255,255,.25);;
	}
	main > div > footer > .row > .columns > .row {
		margin-top: 1.5em;
		padding-top: 1.5em;
		border-top: 1px solid rgba(255,255,255,.25);;
	}
}

@media only screen and (min-width: 40.063em) {
	main { height: 100%; }
	main > div >  header { margin-bottom: 1.5em; }
	main > div > header > div > div,
	main > div > footer > div > div { 
		margin-left: 3%;
	}
	h1 { font-size: 0.95; }
	main > div > header p,
	main > div > footer p { margin: 1.5em auto; }
	main > div > footer .columns .columns:first-child { border-right: 1px solid rgba(255,255,255,.25);	}
	#mobile-screen-background-image { display: none; }
}
@media only screen and (min-width: 40.063em) and (max-width: 64.063em) {
	main { 
		background-image: url(../images/vendor-1/park-bg.jpg);
		background-size: cover;
		background-position: 65% top;
		background-repeat: no-repeat; 
	}
}
@media only screen and (min-width: 40.063em) and (max-width: 64.063em) and (orientation: landscape) {
	main { height: auto; }
}
@media only screen and (min-width: 64.063em) {
	main > div > footer img { width: 50%; }
	
	main {
	  background: none;
	  padding: 0;
	}
	
	#full-screen-background-image {
		z-index: -999;
		display: block;
	  min-height: 100%;
	  min-width: 1024px;
	  width: 100%;
	  height: auto;
	  position: fixed;
	  top: 0;
	  left: 0;
	  background-image: url(../images/vendor-1/park-bg.jpg);
  	background-position: center center;
  	background-size: cover;
	}
}


/* 
// -----------------------------
// #SEARCH BOX 
// ----------------------------- 
*/

.search-main-container {
  position: relative;
  margin: 1em auto;
  z-index: 1;
}
.search-main-container.shadow {
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.6);
}
.search-main-container .search-box {
  background-color: #fff;
  padding: 0.45em;
  position: relative;
  z-index: 3;
}
.search-main-container .search-box .search-icon {
  position: absolute;
  left: 0.75em;
  width: 2em;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.search-main-container .search-box .search-icon .fa-search {
  color: #006487;
  font-size: 140%;
}
.search-main-container .search-box .search-input {
  margin: 0 5rem 0 2.25em;
}
.search-main-container .search-box .search-input input {
  border: none;
  width: 100%;
  font-size: 1em;
  padding: 0.45em;
  margin-bottom: 0;
  height: inherit;
}
.search-main-container .search-box .search-input :focus {
  background: transparent none;
}
.search-main-container .search-box .search-input ::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
}
.search-main-container .search-box .search-input ::-moz-placeholder {
  opacity: 1;
  color: #000;
}
.search-main-container .search-box .search-input :-ms-input-placeholder {
  opacity: 1;
  color: #000;
}
.search-main-container .search-box .search-input :-moz-placeholder {
  opacity: 1;
  color: #000;
}
.search-main-container .search-box .extensionbox {
  display: none;
}
.search-main-container .search-box .search-button-placeholder {
  position: absolute;
  right: 0.45em;
  width: 5em;
  text-align: right;
}
.search-main-container .search-box .search-button-placeholder button {
  font-size: .9em;
  padding: 0.75em 1em;
  border-radius: 0.15em !important;
}
.search-main-container .search-box .search-button-placeholder .loadingImageBg {
  font-size: 1.75rem;
  margin: 0;
}

@media only screen and (min-width: 44.063em) {
  .search-main-container {
    margin: 1.75em auto;
  }
  .search-main-container .search-box .search-icon {
    width: 3em;
  }
  .search-main-container .search-box .search-icon .fa-search {
    font-size: 190%;
  }
  .search-main-container .search-box .search-button-placeholder {
    width: 8em;
  }
  .search-main-container .search-box .search-button-placeholder button {
    font-size: 1.25em;
  }
  .search-main-container .search-box .search-button-placeholder .loadingImageBg {
    font-size: 3rem;
  }
  .search-main-container .search-box .search-input {
    margin: 0 8rem 0 3em;
  }
  .search-main-container .search-box .search-input input {
    font-size: 1.25em;    
    line-height: 1.65em;
  }
  .search-main-container .search-links li {
    font-size: 1.05em;
    margin-right: 2.25em;
  }
}
@media only screen and (max-width: 20em) {
  .search-main-container .search-links li {
    font-size: .7em;
    margin-right: .5em;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */  
   .search-main-container .search-box .search-input input {
   	padding: .65em; 
   }
}


.products {
  margin-bottom: 2.5em;
}
.products .columns {
  margin: 2em auto 3em;
}
.products img {
  margin-bottom: 1em;
}
.products h3 {
  font-weight: bold;
}
.products p {
  font-size: 1.25em;
  padding: 0 1em;
}
.products .product-image:hover {
  border-bottom: none;
}
media only screen and (max-width: 44em) {
	.products {
    margin: 0;
  }
  .products img {
    width: 50%;
  }
  .products h3 {
    margin-bottom: 0.5em;
  }
  .products p {
    font-size: .95em;
    line-height: 1.3em;
    padding: 0;
    margin-bottom: 0.75em;
  }
}


/* 
// -----------------------------
// #BUTTONS
// ----------------------------- 
*/

.button, button {
  display: inline-block;
  text-align: center;
  font-size: 1em;
  font-weight: 700;
  border: none;
}
.button.buy, button.buy {
  background-color: #fee767;
  border: 1px solid #e5c86b;
  border-radius: .3em;
  padding: 1em 3em;
  color: #000;
}
.button.buy:hover, button.buy:hover {
  background-color: #feef9a;
  border: 1px solid #e5c86b;
}
.button.secondary, button.secondary {
  background-color: #e7ecef;
  border: 1px solid #c2ced6;
  border-radius: .3em;
  padding: 1em;
  color: #006487;
}
.button.secondary:hover, button.secondary:hover {
  background-color: #f6f8f9;
  border: 1px solid #c2ced6;
}

.smaller {
  font-size: 0.9em;
}
.bigger {
  font-size: 1.5rem !important;
}

.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}

/* 
// -----------------------------
// #HEADER
// ----------------------------- 
*/

.top-menu-container {
  background-color: #f0f3f5;
  position: relative;
  z-index: 11;
}
.nav-icon {
  display: block;
  float: left;
  height: 2rem;
  width: 2rem;
  line-height: 2rem;
  text-align: center;
  padding: 0.8rem;
  color: #333333;
  box-sizing: content-box;
  font-size: 1.5em;
}
.nav-logo {
  display: block;
  padding: 0.8em 0;
  float: left;
}
.nav-logo img {
  width: 9.375em;
  height: 2em;
}
ul.icon-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.icon-menu > li {
  float: left;
  color: #333333;
  position: relative;
}
ul.icon-menu > li > a {
  color: #333333;
  display: block;
  display: block;
  height: 3.6em;
  padding: 0 1rem;
  position: relative;
  z-index: 2;
  background-color: #f0f3f5;
}
ul.icon-menu > li > a.open {
  background-color: #fff;
}
ul.icon-menu > li > a .icon {
  font-size: 1.5em;
  margin-right: 0.25em;
  float: left;
}
ul.icon-menu > li > a .title {
  font-size: 0.8em;
  color: #000;
  float: left;
}
ul.icon-menu > li > a .opener {
  font-size: 1.25em;
  color: #006487;
  float: left;
  margin-left: 0.25em;
}