body
{
  font-family: 'Droid Sans', sans-serif;
}
h1.title
{
  font-size: 23pt;
  font-weight: bold;
  color: #29ABE2;
  margin-top: 30px;
}
h1.title span
{
  color: #000;
}
.sidelinks
{
  list-style-type: none;
  margin-top: 30px;
}
.sidelinks li
{
  display: inline-block;
}
.sidelinks li a
{
  color:#000;
  text-decoration: none;
  font-size: 12pt;
}
.sidelinks li:first-child
{
  border-right: 2px solid #000;
  padding-right: 15px;
  margin-right: 10px;
}
.sidelinks li:first-child a
{
  color:#29ABE2;
}
img.girl
{
  width: 100%;
}
.headerSection h1
{
  font-size: 35pt;
  font-weight: bold;
  margin-top: 80px;
}
.headerSection h2
{
  font-style: italic;
  font-size: 12pt;
  color:#29ABE2;
}
.headerSection select
{
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
}
.headerSection .dropdown select, .headerSection input[type="text"], .headerSection input[type="submit"]
{
  border:2px solid #29ABE2;
  color:#29ABE2;
  padding: 10px 20px;
  border-radius: 0;
  width: 200px;
  display: inline-block;
  margin-right: 10px;
  outline: 0;
  background-color: #fff;
  font-size: 10pt;
}
.headerSection .dropdown
{
  display: inline-block;
}
.headerSection .dropdown::after
{
  content: '';
  width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
  position: absolute;
	border-top: 7px solid #29ABE2;
  top: 18px;
  right: 27px;
}
.headerSection input[type="submit"]
{
  background-color: #29ABE2;
  color:#fff;
  width: 120px;

}
.headerSection form
{
  margin-top: 32vh;
}
.headerSection .storeInfo img
{
  margin-right: 10px;
  width: 15px;
}
.headerSection .storeInfo span
{
  font-size: 10pt;
  color:#808080;
  vertical-align: middle;
}
.headerSection .storeInfo
{
  margin-top: 20px;
}
.section2
{
  background-color: #29ABE2;
}
.section2 h2
{
  font-size: 25pt;
  color:#fff;
  text-align: center;
  margin: 50px 0;
  font-weight: bold;
}
.featureBlock
{
  position: relative;
  margin-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}
.featureBlock img
{
  width: 100%;
}
.featureBlock h3
{
  font-size: 42pt;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 40px;
  right:20px;
  color:#fff;
}
.section3 h2
{
  font-size: 25pt;
  font-weight: bold;
  text-align: center;
  margin: 50px 0;
}
.belowFeature
{
  margin: 30px 0;
  text-align: center;
}
.belowFeature a
{
  color:#29ABE2;
  text-decoration: none;
  font-size: 13pt;
  display: block;
}
.section3
{
  padding-bottom: 30px;
}
.belowFeature .imgBox
{
  min-height: 130px;
}
.section4
{
  background-color: #000;
}
.section4 h2
{
  font-size: 25pt;
  font-weight: bold;
  text-align: center;
  margin: 80px 0 70px;
  color: #fff;
}
.section4 .headerSection
{
  text-align: center;
}
.section4 form
{
  margin-top: 0;
  margin-bottom: 100px;
}
.section4 .headerSection .dropdown select, .section4 .headerSection input[type="text"]
{
  background-color: #000;
  color: #fff;
}
.section4 .headerSection .dropdown::after
{
  border-top-color:#fff;
}
.wpcf7 p {
    display: inline-block;
}