@import url(https://fonts.googleapis.com/css?family=Fjalla+One);
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  font-size: 14px;
  color: #34495e;
  background: #fefefe;
  padding: 0px;
  margin: 0px;
  height: 100%;
}
html h1,
body h1,
html h2,
body h2,
html h3,
body h3,
html h4,
body h4,
html .created,
body .created {
  font-family: "Fjalla One";
  font-weight: normal;
  color: #ed1c24;
}
html h5,
body h5,
html h6,
body h6 {
  margin: 0;
}
html h3,
body h3,
html h4,
body h4 {
  margin-top: 0;
}
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -40px;
}
.container-fluid {
  padding: 0px;
}
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  background-image: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}
.btn.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.btn.btn-link {
  color: #000000;
  padding: 0;
}
.btn.btn-link:hover {
  text-decoration: none;
}
.btn-primary {
  background-color: #000000;
}
.btn-primary:hover {
  background-color: #000000;
}
a {
  color: #000000;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
a:hover,
a:focus {
  color: #005580;
  text-decoration: none;
  outline: none;
}
.title {
  background: #000000;
  color: #fff;
  padding: 20px 0;
}
.center {
  text-align: center;
}
.box {
  background-color: #fff;
  border-top: 1px solid #F0F0F0;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
header.navbar .navbar-inner {
  background: linear-gradient(160deg, #219fd1 0%, #58b7dc 16%, #90cfe8 32%, #219fd1 100%) !important;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
header #fringe {
  height: 16px;
  background: url(../img/head-skirt.png) repeat-x 0 0px;
}
header.navbar {
  margin-bottom: 0;
}
header.navbar .nav {
  margin-top: 20px;
}
header.navbar .nav > li {
  margin-left: 1px;
}
header.navbar .nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
  font-family: "Fjalla One";
  font-size: 14px;
  text-transform: uppercase;
  text-shadow: none;
}
header.navbar .nav > li > a:hover {
  background: transparent;
  color: #ed1c24;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
header.navbar .nav > li.active > a,
header.navbar .nav > li.active > a:hover {
  background: transparent;
  color: #ed1c24;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
header.navbar .nav > li.dropdown.open > a.dropdown-toggle {
  background: transparent;
  color: #000000;
}
header.navbar .nav > li.login > a {
  border-left: 1px solid #e5e5e5;
}
header .dropdown-menu {
  margin-top: 20px;
}
header .dropdown-menu:before {
  display: none !important;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
  color: #000000;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #000000;
}
.navbar .icon-bar {
  background-color: #e5e5e5;
}
.dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  border: 0;
}
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before,
ul.arrow-double li::before,
ul.tick li::before,
ul.cross li::before,
ul.star li::before,
ul.rss li::before,
ul.arrow li::after,
ul.arrow-double li::after,
ul.tick li::after,
ul.cross li::after,
ul.star li::after,
ul.rss li::after {
  font-family: FontAwesome;
  font-size: 11px;
}
ul.arrow li::before,
ul.arrow-double li::before,
ul.tick li::before,
ul.cross li::before,
ul.star li::before,
ul.rss li::before {
  margin-right: 5px;
}
ul.arrow li::before {
  content: "\f105";
}
ul.arrow-double li::before {
  content: "\f101";
}
ul.tick li::before {
  content: "\f00c";
}
ul.cross li::before {
  content: "\f00d";
}
ul.star li::before {
  content: "\f006";
}
ul.rss li::before {
  content: "\f09e";
}
#footer {
  height: 40px;
  width: 100%;
  background: #333;
  padding: 5px;
  color: #666;
}
#footer a {
  color: #666;
}
#footer a:hover {
  color: #000000;
}
#footer #gototop {
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  display: inline-block;
  background: #1d1d1d;
  font-size: 24px;
  color: #fff;
}
#footer #gototop:hover {
  background: #2b2b2b;
  text-decoration: none;
}
#footer .cp {
  margin-top: 11px;
}
.box-border {
  padding: 15px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  min-height: 50px;
  padding: 0 15px;
  border: 3px solid #EDEDED;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #000000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.input-block-level {
  min-height: 50px;
}
textarea#message {
  padding: 10px 15px;
  height: 219px;
}
.productbox {
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  padding: 10px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 8px 6px -6px #999;
  -moz-box-shadow: 0 8px 6px -6px #999;
  box-shadow: 0 8px 6px -6px #999;
}
.productbox > img {
  margin-bottom: 5px;
}
.product-desc {
  border-top: 1px solid #dadada;
  padding-top: 5px;
}
.product-title {
  font-weight: bold;
  font-size: 1.4em;
}
#contact-info {
  padding: 25px 30px;
}
#contact-info dt {
  text-transform: uppercase;
  font-family: "Fjalla One", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.2em;
  color: #ed1c24;
}
#contact-info dd {
  margin-bottom: 25px;
}
#contact-info dd a {
  color: #204a65;
}
#contact-info dd a:hover {
  text-decoration: underline;
}
#contact-info .social-media-link {
  margin-right: 5px;
}
.ls-inner {
  border-radius: 12px;
  overflow: hidden;
}
