﻿/*=====================
	CSS reset/normalize
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

pre {
  white-space: pre-wrap;
}

small {
  font-size: 80%;
}

/*=====================
		Fonts
=======================*/

/*=====================
	base styles
=======================*/

html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  background: url(../siteart/p6.png) repeat;
  color: #000;
}

svg:not(:root) {
  overflow: hidden;
  /*reset*/
}

/* clear floats */
.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
}

.clear {
  clear: both;
}

/*image replacement*/
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-style: solid;
  height: 0;
}

img {
  border: 0;
  max-width: 100%;
}

/*=====================
	typography
=======================*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0 0 2% 0;
  font-weight: 900;
  line-height: 1.5em;
  color: #4954a4;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

p {
  font-family: "Roboto", sans-serif;
  padding: 0 0 2% 0;
  font-size: 18px;
  line-height: 1.5em;
  margin: 0;
}

strong {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}

/*=====================
	link styles
=======================*/

a.link:focus {
  outline: thin dotted;
  /*reset*/
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: #4954a4;
}

.appbutton {
}

.appbutton a {
  background: #38b749;
  padding: 5px 10px;
  color: #fff;
  border-radius: 3px;
}

.appbutton a:hover {
  background: #262626;
  padding: 5px 10px;
  color: #fff;
  border-radius: 3px;
}

/*=====================
	list styles
=======================*/
ul.list {
  margin: 0;
  padding: 0 0 5% 7%;
}

ul.list li {
  font-size: 16px;
}

/*=====================
	header styles
=======================*/
.topbar {
  background: #c1c1c1;
  padding: 8px 0;
  font-size: 18px;
  font-weight: 900;
}

.topbar p {
  padding: 0 0 0 0;
}

.topbar i {
  margin-right: 5px;
  color: #4954a4;
}

.topbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.topbar ul li {
  float: right;
  padding: 7px 0 0 40px;
}

.topbar ul li a {
  font-family: "Roboto", sans-serif !important;
}

.topbar ul li a:hover {
  color: #4954a4;
}

.topbar ul li:first-child {
  float: left;
  padding: 7px 0;
}

.topbar ul li:last-child {
  padding: 0;
}

.mailbtn {
  background: #4954a4;
  text-align: center;
  color: #fff;
  padding: 7px 0;
  width: 200px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  font-weight: 900;
}

.mailbtn:hover {
  background: #000;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff !important;
}

header {
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #fff;
  text-align: center;
}

.headerwrap {
  width: 96%;
  max-width: 1420px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
}

.logo h1,
.logo h4 {
  padding-bottom: 0;
  line-height: 1.2em;
}

.logo h1 img {
  max-width: 250px;
}

.navbar {
}

/*=====================
	content styles
=======================*/
.wrapper {
  width: 96%;
  max-width: 1420px;
  margin: 0 auto;
  padding: 0;
}

.container {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}

.internal {
  padding: 2% 0;
  background: url("../siteart/stonehaven.jpg") repeat;
}

.internal iframe {
  height: 400px;
}

.pagetitler {
  padding: 0;
}

/*=====================
	slideshow styles
=======================*/
.slides {
  padding: 0;
  color: #fff;
  position: relative;
}

.cycle-slideshow {
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.75);
}

.cycle-slideshow img {
  width: 100%;
}

/* pager */
.cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  position: absolute;
  bottom: 10px;
  overflow: hidden;
  display: none;
}

.cycle-pager span {
  font-family: arial;
  font-size: 50px;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: #ddd;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.cycle-pager span.cycle-pager-active {
  color: #2885b3;
}

.cycle-pager > * {
  cursor: pointer;
}

/*=====================
	CTA styles
=======================*/
.invbtn {
  position: relative;
  height: 200px;
  overflow: hidden;
  border-top: 10px solid #fff;
  background-color: #4954a4;
}

.invbtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/siteart/click-to-see-our-invenotry.jpg");
  background-size: cover;
  background-position: center;
  z-index: 1;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.invbtn:hover::before {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.invbtn:hover .overlay {
  background: rgba(73, 84, 164, 0.9);
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  background: rgba(73, 84, 164, 0.7);
}

.invtext {
  position: absolute;
  z-index: 11;
  width: 90%;
  left: 5%;
  right: 5%;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
}

.invtext h2 {
  color: #fff;
  padding: 0;
}

.invtext h3 {
  color: #fff;
  font-weight: 400;
  padding: 0;
  line-height: 1em;
}

/*=====================
	Scrolling Inv styles
=======================*/
.scrolling-wrap {
  width: 100%;
  height: 90px;
  overflow: hidden;
}

.scrolling {
  width: 100%;
  height: 92px;
}

/*=====================
	welcome styles
=======================*/
.welcome {
  text-align: center;
  padding: 4% 0;
  background: url("../siteart/stonehaven.jpg") repeat;
}

.welcome h1 {
  padding-bottom: 1%;
  line-height: 1.2em;
}

.welcome h3 {
  padding: 0;
  line-height: 1em;
}

.linkbutton {
  background: #4954a4;
  text-align: center;
  color: #fff;
  padding: 7px 0;
  width: 40%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  font-weight: 900;
}

.linkbutton:hover {
  background: #000;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
}

/*=====================
	contact styles
=======================*/
.contactblock {
  padding: 2% 0;
  background: #fff;
}

.contactleft {
  width: 46%;
  float: left;
  margin-right: 4%;
}

.contactleft h3 {
  padding: 0;
  margin-bottom: 1%;
  border-bottom: 5px solid #4954a4;
}

.contactleft p {
  font-weight: 900;
  line-height: 1.2em;
  padding-bottom: 3%;
}

.contactleft p span {
  display: block;
}

.contactleft p a {
  color: #4954a4;
}

.contactright {
  width: 50%;
  float: left;
  text-align: center;
}

.companytitle {
  padding: 0;
}

/*=====================
	Form styles
=======================*/
#formpage {
  padding: 0 10px;
}

form {
  margin: 0 0 0;
}

label {
  display: block;
  font-size: 16px;
  padding-top: 4%;
  width: 100%;
}

input {
  font-family: "Roboto", sans-serif;
  border: #999999 solid 1px;
  border-radius: 2px;
  padding: 1%;
  font-size: 14px;
  width: 98%;
  margin-bottom: 10px;
}

input:focus {
  border: #2885b3 solid 1px;
}

input.button2 {
  display: block;
  width: 50%;
  margin: 0 auto 5% auto;
  border: #277e32 solid 1px;
  background-color: #38b749;
  color: #fff;
  border-radius: 2px;
}

input.button2:hover {
  background-color: #277e32;
  cursor: pointer;
}

select {
  font-family: "Roboto", sans-serif;
  border: #999999 solid 1px;
  padding: 1%;
  font-size: 14px;
  width: 98%;
}

textarea {
  font-family: "Roboto", sans-serif;
  border: #999999 solid 1px;
  border-radius: 2px;
  padding: 1%;
  font-size: 14px;
  width: 98%;
}

input[type="checkbox"],
input[type="radio"] {
  width: 15px !important;
  min-width: 15px !important;
  margin-right: 2px;
}

/*=====================
	inventory styles
=======================*/

.hosted-content .pagination > .drop-down-form select {
  width: 8% !important;
}

.hosted-content h1 {
  font-size: 24px !important;
  line-height: 1.3em;
}

.hosted-content h2 {
  font-size: 22px !important;
  line-height: 1.2em;
}

.hosted-content h3 {
  font-size: 20px !important;
  line-height: 1.1em;
}

.mobilecontainer {
  overflow: hidden;
  /* must have this property for mobile phones and tablet display! */
  width: 100%;
  margin: 0 auto;
  height: 92px;
  padding: 0;
  background: #000;
}

iframe.banner {
  width: 100%;
  height: 92px;
  background: #000;
}

/*=====================
	footer styles
=======================*/

.pagebottom {
  background: #dadada;
  padding: 50px 0;
}

.pagebottom p {
  color: #fff;
  font-size: 14px;
}

.footercolumn h3 {
  padding: 0;
  margin-bottom: 1%;
  border-bottom: 5px solid #4954a4;
}

.footercolumn a {
  display: block;
  color: #4954a4;
}

.footercolumn a:hover {
  color: #000;
}

#footerleft {
  width: 20%;
  float: left;
  margin-right: 5%;
}

#footercenter {
  width: 45%;
  float: left;
  margin-right: 5%;
}

.linkhalf {
  width: 50%;
  float: left;
}

#footerright {
  width: 25%;
  float: left;
}

.pubfooter {
  padding: 1% 0;
  background: #4954a4;
}

footer {
  margin: 0 auto;
  width: 100%;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
  text-decoration: none;
  font-size: 11px;
  color: #fff;
  border-bottom: none;
}

a.footerlink:hover {
  text-decoration: none;
  font-size: 11px;
  color: #ccc;
}

.footertext {
  font-size: 11px;
  color: #fff;
}

.smallfootertext {
  font-size: 11px;
  color: #fff;
}

.divfooter {
  text-align: center;
  margin: 0 auto;
}

/*=====================
	Responsive styles
=======================*/
@media screen and (max-width: 1580px) {
  .topbar {
    font-size: 16px;
  }

  h1 {
    font-size: 32px;
  }

  .invbtn {
    height: auto;
    border-top: 5px solid #fff;
  }

  .invbtn img {
    display: block;
    width: 100%;
  }

  .linkbutton {
    width: 50%;
  }
}

@media screen and (max-width: 1100px) {
  .linkbutton {
    width: 70%;
  }
}

@media screen and (max-width: 900px) {
  .mailbtn {
    width: 160px;
  }

  .topbar ul li {
    padding-left: 20px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  p {
    font-size: 16px;
  }

  .pagebottom {
    padding: 30px 0;
  }

  .pagebottom .wrapper {
    width: 90%;
  }

  #footerleft {
    float: none;
    display: block;
    margin: 0 auto;
    width: 50%;
    text-align: center;
  }

  #footerleft img {
    margin: 0 auto !important;
  }

  #footercenter {
    width: 70%;
  }

  .internal {
    padding: 4% 0;
  }

  .internal .wrapper {
    width: 92%;
  }

  .internal iframe {
    height: 300px;
  }
}

@media screen and (max-width: 700px) {
  .topbar {
    font-size: 15px;
    padding: 4px 0;
  }

  .mailbtn {
    width: 100px;
  }

  .navbar {
    margin-top: 10px;
  }

  .invbtn {
    min-height: 100px;
  }

  .invbtn img,
  .invbtn:hover img {
    -moz-transform: scale(2.5) !important;
    -webkit-transform: scale(2.5) !important;
    -ms-transform: scale(2.5) !important;
    -o-transform: scale(2.5) !important;
    transform: scale(2.5) !important;
  }

  .contactblock {
    padding: 4% 0;
  }

  .welcome .wrapper,
  .contactblock .wrapper {
    width: 92%;
  }

  .logo h1 img {
    max-width: 180px;
  }

  .logo h4 {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 600px) {
  .topbar {
    text-align: center;
    padding-bottom: 8px;
  }

  .topbar i {
    margin: 0;
  }

  .topbar ul li {
    float: none;
    display: inline-block;
    zoom: 1;
    display: inline;
    margin: 0 1%;
    padding: 0;
  }

  .topbar ul li:first-child {
    float: none;
    display: block;
    text-align: center;
  }

  .topbar ul li:last-child {
    float: none;
  }

  .mailbtn {
    padding: 5px 0;
  }

  .logo,
  .navbar {
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .logo h1 {
    padding: 0;
  }

  .logo h4 {
    padding-bottom: 10px;
  }

  .contactleft,
  .contactright {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
  }

  #contactmail {
    width: 70%;
    float: none;
    margin: 0 auto;
    margin-bottom: 5%;
  }

  #footercenter {
    display: block;
    float: none;
    margin: 2% auto;
    width: 90%;
    text-align: center;
  }

  #footerright {
    display: block;
    float: none;
    margin: 0 auto;
    width: 60%;
    text-align: center;
  }

  .internal iframe {
    height: 200px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  p {
    font-size: 16px;
  }

  .logo h4 {
    font-size: 14px;
  }

  .invbtn img,
  .invbtn:hover img {
    -moz-transform: scale(3.5) !important;
    -webkit-transform: scale(3.5) !important;
    -ms-transform: scale(3.5) !important;
    -o-transform: scale(3.5) !important;
    transform: scale(3.5) !important;
  }

  .welcome {
    padding: 8% 0;
  }

  .linkbutton,
  #contactmail {
    width: 100%;
  }

  .pagebottom {
    padding: 20px 0;
    text-align: center;
  }

  .divfooter {
    text-align: center;
  }

  .footercolumn a {
    font-size: 14px;
  }

  .logo h1 img {
    max-width: 130px;
  }

  .logo {
    width: 60%;
  }
}

@media screen and (max-width: 400px) {
  .topbar {
    font-size: 12px;
  }

  .logo h1 {
    font-size: 20px;
  }

  .logo h4 {
    font-size: 12px;
  }

  h1 {
    font-size: 22px;
  }

  .invbtn img,
  .invbtn:hover img {
    -moz-transform: scale(4.5) !important;
    -webkit-transform: scale(4.5) !important;
    -ms-transform: scale(4.5) !important;
    -o-transform: scale(4.5) !important;
    transform: scale(4.5) !important;
  }

  .linkhalf {
    float: none;
    width: 100%;
    display: block;
  }
}
