/* Bootstrap base classes */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    background-clip: padding-box;
}

em {
    font-style: italic;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Overlock", "Georgia", Times, serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #009fb2;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #005b66;
  text-decoration: none;
}
a:focus {
  outline: none;
  border: none;
}

img {
  vertical-align: middle;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all all 0.2s ease-in-out ease-out;
  -moz-transition: all all 0.2s ease-in-out ease-out;
  -o-transition: all all 0.2s ease-in-out ease-out;
  transition: all all 0.2s ease-in-out ease-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .lead {
    font-size: 2vmin;
  }
}
.small {
  font-size: 85%;
}
.eyebrow {
  font-family: "JennaSue", sans-serif;
  letter-spacing: 2px;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #009fb2;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 38px;
}
@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 6.9vw;
  }
}
h2,
.h2 {
  font-size: 32px;
}
@media (max-width: 768px) {
  h2,
  .h2 {
    font-size: 5.9vw;
  }
}
h3,
.h3 {
  font-size: 24px;
}
@media (max-width: 768px) {
  h3,
  .h3 {
    font-size: 2.25vh;
  }
}
h4,
.h4 {
  font-size: 18px;
}
@media (max-width: 768px) {
  h4,
  .h4 {
    font-size: 1.5vh;
  }
}
h5,
.h5 {
  font-size: 14px;
}
@media (max-width: 768px) {
  h5,
  .h5 {
    font-size: 2vmin;
  }
}
h6,
.h6 {
  font-size: 12px;
}
@media (max-width: 768px) {
  h6,
  .h6 {
    font-size: 1vmin;
  }
}
h1 small,
.h1 small {
  font-size: 24px;
}
@media (max-width: 768px) {
  h1 small,
  .h1 small {
    font-size: 2.25vh;
  }
}
h2 small,
.h2 small {
  font-size: 18px;
}
@media (max-width: 768px) {
  h2 small,
  .h2 small {
    font-size: 1.5vh;
  }
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}
@media (max-width: 768px) {
  h3 small,
  .h3 small,
  h4 small,
  .h4 small {
    font-size: 2vmin;
  }
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
filter: alpha(opacity=65);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
  }
.btn-yellow {
  color: #009fb2;
  background: #faf212;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #faf212), color-stop(1, #fbf7c9));
  background: -ms-linear-gradient(bottom, #faf212, #fbf7c9);
  background: -moz-linear-gradient(center bottom, #faf212 0%, #fbf7c9 100%);
  background: -o-linear-gradient(#fbf7c9, #faf212);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbf7c9', endColorstr='#faf212', GradientType=0);
  border-color: #dad305;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
  color: #009fb2;
  background: #faf212;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #faf212), color-stop(1, #faf108));
  background: -ms-linear-gradient(bottom, #faf212, #faf108);
  background: -moz-linear-gradient(center bottom, #faf212 0%, #faf108 100%);
  background: -o-linear-gradient(#faf108, #faf212);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faf108', endColorstr='#faf212', GradientType=0);
  border-color: #c1bb04;
}
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
  background-image: none;
  background: #faf212;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #faf212), color-stop(1, #faf108));
  background: -ms-linear-gradient(bottom, #faf212, #faf108);
  background: -moz-linear-gradient(center bottom, #faf212 0%, #faf108 100%);
  background: -o-linear-gradient(#faf108, #faf212);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faf108', endColorstr='#faf212', GradientType=0);
}
.btn-yellow.disabled,
.btn-yellow[disabled],
fieldset[disabled] .btn-yellow,
.btn-yellow.disabled:hover,
.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-yellow:hover,
.btn-yellow.disabled:focus,
.btn-yellow[disabled]:focus,
fieldset[disabled] .btn-yellow:focus,
.btn-yellow.disabled:active,
.btn-yellow[disabled]:active,
fieldset[disabled] .btn-yellow:active,
.btn-yellow.disabled.active,
.btn-yellow[disabled].active,
fieldset[disabled] .btn-yellow.active {
  background: #faf212;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #faf212), color-stop(1, #fbf7c9));
  background: -ms-linear-gradient(bottom, #faf212, #fbf7c9);
  background: -moz-linear-gradient(center bottom, #faf212 0%, #fbf7c9 100%);
  background: -o-linear-gradient(#fbf7c9, #faf212);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbf7c9', endColorstr='#faf212', GradientType=0);
  border-color: #dad305;
}
.btn-gray-dark {
  color: #ffffff;
  background: #333333;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #333333), color-stop(1, #555555));
  background: -ms-linear-gradient(bottom, #333333, #555555);
  background: -moz-linear-gradient(center bottom, #333333 0%, #555555 100%);
  background: -o-linear-gradient(#555555, #333333);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#333333', GradientType=0);
  border-color: #090909;
}
.btn-gray-dark:hover,
.btn-gray-dark:focus,
.btn-gray-dark:active,
.btn-gray-dark.active,
.open .dropdown-toggle.btn-gray-dark {
  color: #ffffff;
  background: #333333;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #333333), color-stop(1, #2e2e2e));
  background: -ms-linear-gradient(bottom, #333333, #2e2e2e);
  background: -moz-linear-gradient(center bottom, #333333 0%, #2e2e2e 100%);
  background: -o-linear-gradient(#2e2e2e, #333333);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e2e2e', endColorstr='#333333', GradientType=0);
  border-color: #000000;
}
.btn-gray-dark:active,
.btn-gray-dark.active,
.open .dropdown-toggle.btn-gray-dark {
  background-image: none;
  background: #333333;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #333333), color-stop(1, #2e2e2e));
  background: -ms-linear-gradient(bottom, #333333, #2e2e2e);
  background: -moz-linear-gradient(center bottom, #333333 0%, #2e2e2e 100%);
  background: -o-linear-gradient(#2e2e2e, #333333);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e2e2e', endColorstr='#333333', GradientType=0);
}
.btn-gray-dark.disabled,
.btn-gray-dark[disabled],
fieldset[disabled] .btn-gray-dark,
.btn-gray-dark.disabled:hover,
.btn-gray-dark[disabled]:hover,
fieldset[disabled] .btn-gray-dark:hover,
.btn-gray-dark.disabled:focus,
.btn-gray-dark[disabled]:focus,
fieldset[disabled] .btn-gray-dark:focus,
.btn-gray-dark.disabled:active,
.btn-gray-dark[disabled]:active,
fieldset[disabled] .btn-gray-dark:active,
.btn-gray-dark.disabled.active,
.btn-gray-dark[disabled].active,
fieldset[disabled] .btn-gray-dark.active {
  background: #333333;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #333333), color-stop(1, #555555));
  background: -ms-linear-gradient(bottom, #333333, #555555);
  background: -moz-linear-gradient(center bottom, #333333 0%, #555555 100%);
  background: -o-linear-gradient(#555555, #333333);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#333333', GradientType=0);
  border-color: #090909;
}
.btn-gray {
  color: #555555;
  background: #999999;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #999999), color-stop(1, #eeeeee));
  background: -ms-linear-gradient(bottom, #999999, #eeeeee);
  background: -moz-linear-gradient(center bottom, #999999 0%, #eeeeee 100%);
  background: -o-linear-gradient(#eeeeee, #999999);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#999999', GradientType=0);
  border-color: #d5d5d5;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
  color: #555555;
  background: #999999;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #999999), color-stop(1, #949494));
  background: -ms-linear-gradient(bottom, #999999, #949494);
  background: -moz-linear-gradient(center bottom, #999999 0%, #949494 100%);
  background: -o-linear-gradient(#949494, #999999);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#949494', endColorstr='#999999', GradientType=0);
  border-color: #c8c8c8;
}
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
  background-image: none;
  background: #999999;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #999999), color-stop(1, #949494));
  background: -ms-linear-gradient(bottom, #999999, #949494);
  background: -moz-linear-gradient(center bottom, #999999 0%, #949494 100%);
  background: -o-linear-gradient(#949494, #999999);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#949494', endColorstr='#999999', GradientType=0);
}
.btn-gray.disabled,
.btn-gray[disabled],
fieldset[disabled] .btn-gray,
.btn-gray.disabled:hover,
.btn-gray[disabled]:hover,
fieldset[disabled] .btn-gray:hover,
.btn-gray.disabled:focus,
.btn-gray[disabled]:focus,
fieldset[disabled] .btn-gray:focus,
.btn-gray.disabled:active,
.btn-gray[disabled]:active,
fieldset[disabled] .btn-gray:active,
.btn-gray.disabled.active,
.btn-gray[disabled].active,
fieldset[disabled] .btn-gray.active {
  background: #999999;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #999999), color-stop(1, #eeeeee));
  background: -ms-linear-gradient(bottom, #999999, #eeeeee);
  background: -moz-linear-gradient(center bottom, #999999 0%, #eeeeee 100%);
  background: -o-linear-gradient(#eeeeee, #999999);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#999999', GradientType=0);
  border-color: #d5d5d5;
}
.btn-default {
  color: #ffffff;
  background: #009fb2;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #009fb2), color-stop(1, #00b6cb));
  background: -ms-linear-gradient(bottom, #009fb2, #00b6cb);
  background: -moz-linear-gradient(center bottom, #009fb2 0%, #00b6cb 100%);
  background: -o-linear-gradient(#00b6cb, #009fb2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b6cb', endColorstr='#009fb2', GradientType=0);
  border-color: #008899;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #ffffff;
  background: #009fb2;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #009fb2), color-stop(1, #0096a8));
  background: -ms-linear-gradient(bottom, #009fb2, #0096a8);
  background: -moz-linear-gradient(center bottom, #009fb2 0%, #0096a8 100%);
  background: -o-linear-gradient(#0096a8, #009fb2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0096a8', endColorstr='#009fb2', GradientType=0);
  border-color: #00717f;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
  background: #009fb2;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #009fb2), color-stop(1, #0096a8));
  background: -ms-linear-gradient(bottom, #009fb2, #0096a8);
  background: -moz-linear-gradient(center bottom, #009fb2 0%, #0096a8 100%);
  background: -o-linear-gradient(#0096a8, #009fb2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0096a8', endColorstr='#009fb2', GradientType=0);
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background: #009fb2;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #009fb2), color-stop(1, #00b6cb));
  background: -ms-linear-gradient(bottom, #009fb2, #00b6cb);
  background: -moz-linear-gradient(center bottom, #009fb2 0%, #00b6cb 100%);
  background: -o-linear-gradient(#00b6cb, #009fb2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b6cb', endColorstr='#009fb2', GradientType=0);
  border-color: #008899;
}
.btn-primary {
  color: #ffffff;
  background-color: #009fb2;
  border-color: #008899;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #007b89;
  border-color: #00525b;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #009fb2;
  border-color: #008899;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #009fb2;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #005b66;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.btn-circle.btn-sm {
  padding: 5px 11px;
}
.btn-circle.btn-lr {
  padding: 10px 18px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.form-group.copy-link .form-control[readonly] {
  cursor: pointer;
  background-color: #FDFDFD;
}
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../font-awesome/3.2.1/font/fontawesome-webfont-v-3.2.1.eot');
  src: url('../../../font-awesome/3.2.1/font/fontawesome-webfont.eot') format('embedded-opentype'), url('../../../font-awesome/3.2.1/font/fontawesome-webfont-v-3.2.1.woff') format('woff'), url('../../../font-awesome/3.2.1/font/fontawesome-webfont-v-3.2.1.ttf') format('truetype'), url('../../../font-awesome/3.2.1/font/fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-top-right-radius: 7px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
.navbar {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar a:hover {
    text-decoration: none;
}

.navbar.utility {
  min-height: 20px;
  margin: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAX0lEQVQYV2P09/f/zwAFv3//Zvj27RsDPz8/TIgBJsYIUwgT4OLiYmBlZQUrRBYDKySkCKSR0cvL6z/IOlwmwUxndHBw+E9IEcgZYBOxuQldbDB5BuTwjx8/ooQCSAwAM/F1y+bpKWsAAAAASUVORK5CYII=) repeat;
  border: none;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
.navbar.utility .navbar-nav {
  margin: 0;
}
.navbar.utility .navbar-nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #ffffff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
  line-height: 20px;
  border-radius: 4px;
  font-size: 14px;
  font-family: Overlock, Georgia, Times, serif;
}
.navbar.utility .navbar-nav > li > a:hover,
.navbar.utility .navbar-nav > li > a:focus {
  color: #fff;
  text-shadow: 0 0 4px #4d4d4d;
  outline: none;
  box-shadow: inset 7px 0px 21px -8px rgba(0, 0, 0, 0.5), inset -7px 0px 21px -8px rgba(0, 0, 0, 0.5);
}
.navbar.primary {
  min-height: 50px;
  margin-bottom: 0;
  background-color: #008899;
  border-bottom: 5px solid #009fb2;
}
.navbar.primary .acct-area {
  height: 83px;
}

.navbar.primary .acct-area .dropdown-menu:before {
    content: '';
    width: 0;
    right: 8%;
    margin-right: -4px;
    top: -8px;
    position: absolute;
    height: 0;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid #FFF;
}

.navbar.primary .acct-area#loggedout {
  padding: 20px 7.5px;
}
@media (max-width: 992px) {
  .navbar.primary .acct-area#loggedout {
    padding: 6px 15px;
  }
}
.navbar.primary .acct-area#loggedout .col-lg-6 {
  padding: 0 7.5px;
}
.navbar.primary .acct-area#loggedout .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
@media (max-width: 992px) {
  .navbar.primary .acct-area#loggedout .btn {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
}

.navbar.primary .acct-area#loggedin {
  padding: 10px 15px;
  position: relative;
  background: rgba(255, 255, 255, 0.0980392);
}

.navbar.primary .acct-area#loggedin .user-avatar-image {
  height: 65px;
  width: 65px;
}
.navbar.primary .acct-area#loggedin a.btn-username {
  color: #fff;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 22px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  padding: 15px 5px;
}
@media (min-width: 767px) and (max-width: 1000px) {
  .navbar.primary .acct-area#loggedin a.btn-username {
    font-size: 17px;
    padding: 12px 3px;
  }
}
.navbar.primary .acct-area#loggedin a.btn-username:focus {
  outline: none;
}
.navbar.primary .acct-area#loggedin:hover {
  color: #f2f2f2;
}

.navbar.primary .acct-area#loggedin .container {
  width: 500px;
  z-index: 10000;
}
.navbar.primary .acct-area#loggedin ul h3 {
  color: #222222;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: "JennaSue";
  font-size: 35px;
  line-height: 10px;
  margin-top: 20px;
}

.navbar.primary .acct-area#loggedin ul li a {
  padding: 10px 20px 10px 50px;
  color: #009fb2;
  clear: both;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  margin-top: 5px;
  white-space: nowrap;
  display: block;
}
.navbar.primary .acct-area#loggedin ul li a:hover,
.navbar.primary .acct-area#loggedin ul li a:focus {
  color: #fff;
  text-decoration: none;
  background: #009fb2;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0091a3), color-stop(1, #009fb2));
  background: -ms-linear-gradient(bottom, #0091a3, #009fb2);
  background: -moz-linear-gradient(center bottom, #0091a3 0%, #009fb2 100%);
  background: -o-linear-gradient(#009fb2, #0091a3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009fb2', endColorstr='#0091a3', GradientType=0);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.navbar.primary .acct-area#loggedin ul li a:before {
  content: '';
  display: block;
  position: absolute;
  background: url('../../../images/UI/account-sprite.png') 0 0 no-repeat;
  z-index: 1;
  top: 5px;
  left: 10px;
}
.navbar.primary .acct-area#loggedin ul li#gl-profile a:before {
  width: 32px;
  height: 30px;
  background-position: -5px 0px;
}
.navbar.primary .acct-area#loggedin ul li#gl-profile a:hover:before {
  background-position: -50px 0px;
}
.navbar.primary .acct-area#loggedin ul li#gl-design-collection a:before {
  width: 31px;
  height: 29px;
  background-position: -4px -44px;
}
.navbar.primary .acct-area#loggedin ul li#gl-design-collection a:hover:before {
  background-position: -53px -44px;
}
.navbar.primary .acct-area#loggedin ul li#gl-photo-gallery a:before {
  width: 32px;
  height: 32px;
  background-position: -4px -89px;
}
.navbar.primary .acct-area#loggedin ul li#gl-photo-gallery a:hover:before {
  background-position: -49px -89px;
}
.navbar.primary .acct-area#loggedin ul li#gl-collection-room a:before {
  width: 28px;
  height: 34px;
  background-position: -6px -135px;
}
.navbar.primary .acct-area#loggedin ul li#gl-collection-room a:hover:before {
  background-position: -51px -135px;
}
.navbar.primary .acct-area#loggedin ul li#gl-model-salon a:before {
  width: 25px;
  height: 32px;
  background-position: -7px -185px;
}
.navbar.primary .acct-area#loggedin ul li#gl-model-salon a:hover:before {
  background-position: -52px -185px;
}
.navbar.primary .acct-area#loggedin ul li#gl-wishlist a:before {
  width: 30px;
  height: 30px;
  background-position: -5px -243px;
}
.navbar.primary .acct-area#loggedin ul li#gl-wishlist a:hover:before {
  background-position: -50px -243px;
}
.navbar.primary .acct-area#loggedin ul li#gl-designer-cards a:before {
  width: 35px;
  height: 30px;
  background-position: -2px -306px;
}
.navbar.primary .acct-area#loggedin ul li#gl-designer-cards a:hover:before {
  background-position: -47px -306px;
}
.navbar.primary .acct-area#loggedin ul li#gl-clubz-member a:before {
  width: 35px;
  height: 38px;
  background-position: 0px -460px;
}
.navbar.primary .acct-area#loggedin ul li#gl-clubz-member a:hover:before {
  background-position: -39px -460px;
}
.navbar.primary .acct-area#loggedin ul li#gl-clubz-nonmember a:before {
  width: 35px;
  height: 38px;
  background-position: 0px -504px;
}
.navbar.primary .acct-area#loggedin ul li#gl-clubz-nonmember a:hover:before {
  background-position: -40px -504px;
}
.navbar.primary .acct-area#loggedin ul li#gl-acct-info a:before {
  width: 27px;
  height: 30px;
  background-position: -5px -356px;
}
.navbar.primary .acct-area#loggedin ul li#gl-acct-info a:hover:before {
  background-position: -51px -356px;
}
.navbar.primary .acct-area#loggedin ul li#gl-logout a:before {
  width: 23px;
  height: 21px;
  background-position: -8px -413px;
}
.navbar.primary .acct-area#loggedin ul li#gl-logout a:hover:before {
  background-position: -53px -413px;
}
.navbar.primary .acct-area.open {
  background: rgba(0, 0, 0, 0.1);
}
.navbar.primary .acct-area.open h3 {
  color: #F1F1F1;
}
.navbar.primary .navbar-nav {
  margin: 0;
}
.navbar.primary .navbar-nav.main-callouts {
  padding-right: 2px;
}
.navbar.primary .navbar-nav > li {
  height: 83px;
  text-align: center;
  padding: 0 2px;
}
@media (max-width: 992px) {

}
.navbar.primary .navbar-nav > li > li:last-child {
  margin-right: 0;
}
.navbar.primary .navbar-nav > li.main-block {
  font-family: "JennaSue", sans-serif;
  font-size: 30px;
}
@media (max-width: 992px) {
  .navbar.primary .navbar-nav > li.main-block {
    font-size: 22.5px;
  }
}
.navbar.primary .navbar-nav > li.main-block > a:before {
  content: '';
  display: block;
  position: absolute;
  background: url('../../../images/UI/nav_icons.png') 0 0 no-repeat;
  left: 50%;
  z-index: 1;
}
.navbar.primary .navbar-nav > li.main-block.designNI a:before {
  width: 31px;
  height: 32px;
  background-position: 0 -1px;
  margin-left: -15px;
  top: 8px;
}
.navbar.primary .navbar-nav > li.main-block.shopNI a:before {
  width: 25px;
  height: 33px;
  background-position: -38px 0;
  margin-left: -12px;
  top: 6px;
}
.navbar.primary .navbar-nav > li.main-block.styleNI a:before {
  width: 43px;
  height: 34px;
  background-position: -70px -1px;
  margin-left: -22px;
  top: 8px;
}
.navbar.primary .navbar-nav > li.main-block.gamesNI a:before {
  width: 44px;
  height: 27px;
  background-position: -118px 0;
  margin-left: -22px;
  top: 11px;
}
.navbar.primary .navbar-nav > li.main-block > a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  line-height: 1;
  padding-top: 43px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.1);
}
.navbar.primary .navbar-nav > li.main-block > a:hover,
.navbar.primary .navbar-nav > li.main-block > a:focus,
.navbar.primary .navbar-nav > li.main-block > a:active {
  box-shadow: inset 4px 0px 10px rgba(0, 0, 0, 0.2), inset -4px 0px 10px rgba(0, 0, 0, 0.2);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAKklEQVQIW2O86Fz9nwEKRLV1GRhhAiDO66uXIQIwDkgh47O8Ff9BMjAAAIxKE6qOOECGAAAAAElFTkSuQmCC) repeat;
}
.navbar.primary .navbar-nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  color: #ffffff;
}
.navbar.primary .navbar-nav > li > a:hover,
.navbar.primary .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
  outline: none;
}
.navbar.primary .navbar-nav > .active > a,
.navbar.primary .navbar-nav > .active > a:hover,
.navbar.primary .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #00717f;
}
.navbar.primary .navbar-nav > .disabled > a,
.navbar.primary .navbar-nav > .disabled > a:hover,
.navbar.primary .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.profiles .navbar.primary,
.galleries .navbar.primary,
.clubs .navbar.primary,
.home .navbar.primary {
  margin-bottom: 0;
}
.navbar-logo {
  display: block;
  min-height: 53px;
  margin: 15px auto;
  padding: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .navbar-logo {
    margin: 7.5px auto;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.navbar-nav > .dropdown > a:hover .caret,
.navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #eeeeee;
  border-bottom-color: #eeeeee;
}
.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
  background-color: #00717f;
  color: #ffffff;
}
.navbar-nav > .open > a .caret,
.navbar-nav > .open > a:hover .caret,
.navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .navbar.utility .navbar-nav li {
    display: inline-block;
  }
  .navbar.utility .navbar-nav li a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .navbar.primary .navbar-toggle {
    font-family: "Lato";
    font-size: 20px;
    line-height: .75;
    position: relative;
  }
  .navbar.primary .nav-collapse {
    background-color: #00717f;
    margin: 0 -15px;
    padding: 15px;
    box-shadow: inset 0px 2px 1px #002d32;
  }
  .navbar.primary .navbar-nav.main-callouts {
    padding: 0;
  }
  .navbar.primary .navbar-nav.main-callouts li.main-block {
    height: auto;
    margin-bottom: 2px;
    font-size: 30px;
    text-align: left;
    padding: 0;
  }
  .navbar.primary .navbar-nav.main-callouts li.main-block a {
    padding: 15px 75px;
  }
  .navbar.primary .navbar-nav.main-callouts li.main-block a:before {
    left: 40px;
    top: 14px;
  }
  .navbar.primary .navbar-nav.main-callouts li.main-block.designNI a:before {
    top: 14px;
  }
  .navbar.primary .navbar-nav.main-callouts li.main-block.shopNI a:before {
    top: 12px;
  }
  .navbar.primary .navbar-nav.main-callouts li.main-block.styleNI a:before {
    top: 14px;
  }
  .navbar.primary .navbar-nav.main-callouts li.main-block.gamesNI a:before {
    top: 16px;
  }
  .navbar.primary .navbar-nav.main-callouts li.main-block a:after {
    content: '\203A';
    position: absolute;
    font-size: 50px;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    color: #fff;
    top: 0px;
    right: 20px;
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    -webkit-opacity: 0.75;
    opacity: 0.75;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
    }
  .navbar.primary .acct-area {
    margin-bottom: 15px;
    height: auto;
    border-radius: 4px;
  }
  .navbar.primary .acct-area#loggedout {
    padding: 15px;
  }
  .navbar.primary .acct-area#loggedout .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
  }
  .navbar.primary .acct-area#loggedout .btn.login {
    margin-bottom: 0;
  }
  .navbar.primary .acct-area#loggedin .container.dropdown-menu {
    width: 100%;
    position: relative;
    margin-top: 20px;
  }
  .navbar.primary .acct-area#loggedin .container.dropdown-menu:before {
    left: 20px;
  }
  .navbar.primary .acct-area#loggedin ul li a:after {
    content: '\203A';
    position: absolute;
    font-size: 50px;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    color: #009fb2;
    top: -17px;
    right: 20px;
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    -webkit-opacity: 0.75;
    opacity: 0.75;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
    filter: alpha(opacity=75);
  }
  .navbar.primary .acct-area#loggedin ul li a:hover:after {
    color: #fff;
  }
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}
#page-nav {
  background: rgba(0, 0, 0, 0.6);
}
#page-nav .nav-tabs {
  border-bottom: none;
}
#page-nav .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
#page-nav .nav-tabs > li > a {
  color: #ffffff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  position: relative;
  margin-right: 2px;
  line-height: 1.428571429;
  border-radius: 0;
  border: none;
  background: none;
  cursor: pointer;
  color: #e6e6e6;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
#page-nav .nav-tabs > li > a:hover,
#page-nav .nav-tabs > li > a:focus {
  border: none;
  color: #ffffff;
  text-shadow: 0 0 4px #000000;
}
#page-nav .nav-tabs > li > a:hover:before,
#page-nav .nav-tabs > li > a:focus:before {
  content: "";
  /*position: absolute;*/
  width: 0;
  height: 0;
  bottom: 1px;
  margin-left: 50%;
  left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(26, 26, 26, 0.6);
}
#page-nav .nav-tabs > li.active > a,
#page-nav .nav-tabs > li.active > a:hover,
#page-nav .nav-tabs > li.active > a:focus {
  color: #555555;
  text-shadow: 0 0 4px #000000;
  background-color: none;
  border: none;
  cursor: pointer;
  color: #ffffff;
}
#page-nav .nav-tabs > li.active > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 1px;
  margin-left: 50%;
  left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
#share-ui {
  min-width: 50%;
}
#share-ui .nav-tabs-bottom {
  border-top: 1px solid #dddddd;
  margin-top: 10px;
}
#share-ui .nav-tabs-bottom > li {
  float: left;
  margin-top: -1px;
}
#share-ui .nav-tabs-bottom > li > a {
  color: #009fb2;
  margin-right: 4px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 0 0 4px 4px;
}
#share-ui .nav-tabs-bottom > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
#share-ui .nav-tabs-bottom > li.active > a,
#share-ui .nav-tabs-bottom > li.active > a:hover,
#share-ui .nav-tabs-bottom > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-top-color: transparent;
  cursor: default;
}
#share-ui .nav-tabs-bottom.nav-justified {
  width: 100%;
  border-bottom: 0;
}
#share-ui .nav-tabs-bottom.nav-justified > li {
  float: none;
}
#share-ui .nav-tabs-bottom.nav-justified > li > a {
  text-align: center;
}
#share-ui .nav-tabs-bottom.nav-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
#share-ui .nav-tabs-bottom.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}
header#page-header.wrapper {
  padding: 30px 0 0;
  margin-bottom: 0;
  background: url('../../../subtlepatterns/SubtlePatterns/gh-pages/diamond_upholstery.png') repeat 0 0;
  background-attachment: fixed;
  border-radius: 0;
  box-shadow: inset 0px -10px 75px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
header#page-header.wrapper #page-icon {
  position: relative;
}
header#page-header.wrapper #page-icon img {
  height: 80px;
  width: 80px;
}
header#page-header.wrapper #page-details h1 {
  color: #df5387;
  font-size: 56.7px;
  font-weight: 700;
  text-shadow: 0 1px 1px #fff;
  margin-top: 0;
}
header#page-header.wrapper #page-details p.lead {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  header#page-header.wrapper #page-details {
    text-align: center;
  }
}
header#page-header.wrapper #page-nav {
  margin-top: 30px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 21px;
}
body.profiles #load-more,
body.galleries #load-more {
  display: none;
}
body.profiles .item-details,
body.galleries .item-details,
body.profiles .item-actions,
body.galleries .item-actions {
  position: absolute;
  padding: 6px 0;
  width: 100%;
  z-index: 2;
}
body.profiles .item-details,
body.galleries .item-details {
  top: 0;
  background-color: rgba(0, 0, 0, 0.75);
}
body.profiles .item-actions,
body.galleries .item-actions {
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
}
body.profiles .item-actions a:hover i.icon-star-empty,
body.galleries .item-actions a:hover i.icon-star-empty {
  color: #ffcc00;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.9), 0px 0px 30px #ffeb99;
}
body.profiles .item-actions a:active i.icon-star-empty,
body.galleries .item-actions a:active i.icon-star-empty {
  top: 1px;
}
body.profiles .item-actions a i.icon-star,
body.galleries .item-actions a i.icon-star {
  color: #ffcc00;
  text-shadow: 0px -1px 0px #b38f00;
}
body.profiles .item-actions a i.icon-share,
body.galleries .item-actions a i.icon-share {
  bottom: -2px;
}
body.profiles .spotlight-item h4,
body.galleries .spotlight-item h4 {
  text-transform: capitalize;
  margin-bottom: 0;
}
body.profiles .spotlight-item a.more-info,
body.galleries .spotlight-item a.more-info {
  margin-top: 15px;
}
body.profiles #item-detail-modal .thumbnail,
body.galleries #item-detail-modal .thumbnail {
  height: 200px;
  overflow: hidden;
}
body.profiles #item-detail-modal .col-6.spotlight-item .thumbnail,
body.galleries #item-detail-modal .col-6.spotlight-item .thumbnail {
  height: 110px;
}
#masonry-container {
  margin: 30px auto;
  text-align: center;
}
#masonry-container .icon-spinner {
  font-size: 100px;
}
#masonry-container article {
  margin: 5px;
  float: left;
  overflow: hidden;
  position: relative;
  width: 380px;
  height: 260px;
}
#masonry-container article.ONExONE {
  width: 190px;
  height: 150px;
}
#masonry-container article.TWOxONE {
  width: 380px;
  height: 150px;
}
#masonry-container article.TWOxTWO {
  width: 380px;
  height: 300px;
}
#masonry-container article > a {
  width: 100%;
  height: 100%;
  display: block;
}
#masonry-container article img {
  display: block;
  width: 100%;
  height: auto;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
#masonry-container article img.avatar {
  height: 35px;
  width: 35px;
}
body.home section#featured {
  background:url('../../../images/home-page/main_pattern_bg.png') 0 0 repeat-x;
  background-color: #df5387;
}
body.home section#featured h1,
body.home section#featured h2,
body.home section#featured p {
  text-shadow: 0 3px 1px #fff;
}
body.home section#featured h1,
body.home section#featured h2 {
  font-weight: 900;
}
body.home section#featured #hp-carousel {
  position: relative;
}
body.home section#featured #hp-carousel h1 {
  color: #14437c;
  font-size: 63px;
  text-shadow: 0 1px 1px #fff;
  padding-bottom: 10px;
}
body.home section#featured #hp-carousel .eyebrow {
  color: #fff;
  font-size: 36.75px;
  bottom: -30px;
  left: 40%;
}
body.home section#featured #hp-carousel .carousel-nav {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.428571429;
  position: relative;
  top: 220px;
}
body.home section#featured #hp-carousel .carousel-nav li {
  height: 40px;
  width: 300px;
}
body.home section#featured #hp-carousel .carousel-nav a {
  color: #fff;
  padding: 10px;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
body.home section#featured #hp-carousel .carousel-nav a:hover,
body.home section#featured #hp-carousel .carousel-nav a:active {
  font-weight: bold;
}
body.home section#featured #hp-carousel .carousel-nav a.active {
  font-weight: bold;
  color: #009fb2;
  background-color: #fff;
}
body.home section#featured #hp-carousel .carousel-nav .stars {
  padding-top: 20px;
  width: 50%;
  height: auto;
}
body.home section#featured #hp-carousel .carousel-inner {
  padding: 0px;
  top: 10px;
}
body.home section#featured aside {
  /*background: url('http://www.fashionplaytes.com/stylesheets/v2/plugins/homepage/nfl/NFL_Bg.gif') 0 0 repeat;*/
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 0px;
  max-width: 300px;
}
body.home section#featured aside h2 {
  color: #df5387;
  font-size: 42px;
}
body.home section#featured aside .eyebrow {
  color: #009fb2;
  text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff;
  font-size: 36.75px;
  top: -15px;
  left: 10px;
}
body.home section#featured aside .lead {
  color: #333333;
  margin: 0px;
  line-height: 24px;
  font-size: 18px;
}
body.home section#featured aside img {
  display: inline-block;
}
body.home section#featured aside .btn {
  position: relative;
  z-index: 1;
}
body.home section#featured aside #gc-model {
  height: 120px;
  z-index: 0;
}
body.home section#featured aside #gc-model img {
  top: -45px;
  padding-left: 10px;
}
body.home section#featured aside #nfl-design-challenge {
  margin-top: -15px;
}
body.home section#featured aside #ps-examples {
  height: 160px;
  top: 40px;
  position: relative;
  z-index: 3;
}
body.home section#featured aside #ps-examples img {
  margin-left: -35px;
}
body.home section#featured aside #learn-more-button {
  height: 42px;
  position: relative;
  font-size: 20px;
  font-family: Lato;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 74px;
}
body.galleries #time-remaining-label {
  font-size: 16px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #df5387;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0;
  vertical-align: top;
  display: inline-block;
  margin: 20px 0 0;
}
body.galleries .countdown-clock {
  display: inline-block;
}
body.galleries #default-entry-img-wrapper {
  height: 240px;
}
body.galleries .users-entry {
  -webkit-transform: rotate(0.5deg);
  -moz-transform: rotate(0.5deg);
  -o-transform: rotate(0.5deg);
  -ms-transform: rotate(0.5deg);
  transform: rotate(0.5deg);
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 18px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  position: relative;
}
body.galleries .users-entry .title {
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
  position: absolute;
  color: #df5387;
  font-size: 31.5px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
  padding: 0;
  left: -20px;
  top: 20px;
  text-shadow: 1px 2px 0px #ffffff, 1px 0px 0px #ffffff, -1px 0px 1px #ffffff, -1px -1px 1px #ffffff, -2px -1px 1px #ffffff, -2px 2px 1px #ffffff, -2px -2px 1px #ffffff, -1px -2px 1px #ffffff, 2px -2px 1px #ffffff, 1px -3px 3px #000000, 1px 2px 3px #000000;
}
body.galleries .users-entry .title span.eyebrow {
  display: block;
  color: #009fb2;
  font-weight: normal;
  font-size: 54px;
  line-height: 0;
  text-transform: capitalize;
  top: -3px;
  left: -34px;
  position: relative;
}
body.galleries .users-entry #users-vote-count,
body.galleries .users-entry .share-it {
  vertical-align: bottom;
}
body.galleries .users-entry #users-vote-count span {
  font-size: 22.5px;
  font-weight: 700;
  color: #df5387;
}
body.galleries .users-entry .share-it {
  font-weight: 700;
  top: 6px;
  position: relative;
}
body.galleries #entry-bar {
  text-align: center;
  border-bottom: solid 1px #eeeeee;
  padding: 15px 0;
}
body.galleries #entry-bar #reward-image {
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
body.galleries #entry-bar p,
body.galleries #entry-bar h1,
body.galleries #entry-bar h2,
body.galleries #entry-bar h3 {
  display: inline-block;
  font-weight: 700;
  color: #df5387;
  margin: 10px;
  vertical-align: middle;
}
body.galleries .item-details {
  height: 50px;
}
body.galleries .item-details a {
  color: #fff;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.9);
  font-size: 21px;
  padding: 4px 12px;
}
body.galleries .item-details .username {
  top: 3px;
  position: relative;
}
body.galleries .item-details .votes {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #fff;
  text-align: center;
}
body.galleries .item-details .vote-label {
  font-size: 12px;
  display: block;
  font-weight: 700;
}
body.galleries .item-actions {
  background-color: rgba(255, 255, 255, 0.75);
}
body.galleries .item-actions .vote-for-item {
  text-transform: uppercase;
}
body.galleries #item-detail-modal .modal-header .votes {
  color: #fff;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
}
body.galleries #item-detail-modal .modal-header .votes span.count {
  display: block;
  font-weight: 900;
  font-size: 22px;
}
body.galleries #item-detail-modal .main-image-container {
  position: relative;
}
body.galleries #item-detail-modal .main-image-container .item-actions {
  position: absolute;
  padding: 5px 20px;
  left: 0;
  display: block;
}
body.galleries #item-detail-modal .main-image-container .item-actions a.share-it {
  font-weight: bold;
  text-decoration: none;
}
body.galleries h2#current-items {
  color: #df5387;
  font-weight: 700;
}
body.profiles #masonry-container article .item-actions a {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.9);
  font-size: 21px;
  padding: 4px 12px;
}
body.profiles #masonry-container article .item-actions a:first-child {
  padding-left: 0;
}
body.profiles #masonry-container article .item-actions a:last-child {
  padding-right: 0;
}
body.profiles #masonry-container article .item-actions a:hover {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.9), 0px 0px 30px #ffffff;
  text-decoration: none;
}
body.profiles #masonry-container article .item-actions a i {
  position: relative;
}
footer {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAX0lEQVQYV2P09/f/zwAFv3//Zvj27RsDPz8/TIgBJsYIUwgT4OLiYmBlZQUrRBYDKySkCKSR0cvL6z/IOlwmwUxndHBw+E9IEcgZYBOxuQldbDB5BuTwjx8/ooQCSAwAM/F1y+bpKWsAAAAASUVORK5CYII=) repeat;
}
footer,
footer .row {
  /*margin-top: 30px;*/
  padding-top: 25px;
  font-family: Overlock, Georgia, Times, serif;
  line-height: 20px;
  font-size: 14px;
}
footer h3,
footer .row h3 {
  color: #999999 !important;
}
footer ul,
footer .row ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
footer li,
footer .row li {
  margin-bottom: 10px;
}
footer li a,
footer .row li a {
  color: #ffffff;
}
footer p,
footer .row p {
  color: #fff !important;
}
.modal-open {
  overflow: hidden;
}
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
/*.modal {*/
  /*display: none;*/
  /*overflow: auto;*/
  /*overflow-y: scroll;*/
  /*position: fixed;*/
  /*top: 0;*/
  /*right: 0;*/
  /*bottom: 0;*/
  /*left: 0;*/
  /*z-index: 1040;*/
/*}*/
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal .modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 30px;
  z-index: 1050;
}
@media screen and (min-width: 768px) {
  .modal .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.modal .modal-large {
  width: 80% !important;
  /* responsive width */

}
.modal .modal-medium {
  width: 50% !important;
  /* responsive width */

}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  border: 2px solid #db3d78;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 10px;
  border-bottom: 1px solid #db3d78;
  min-height: 11.428571429px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #df5387;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #df5387), color-stop(1, #db3d78));
  background: -ms-linear-gradient(bottom, #df5387, #db3d78);
  background: -moz-linear-gradient(center bottom, #df5387 0%, #db3d78 100%);
  background: -o-linear-gradient(#db3d78, #df5387);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db3d78', endColorstr='#df5387', GradientType=0);
}
.modal-header .modal-title {
  line-height: 1.428571429;
  color: #fff;
  line-height: 1;
  margin: 14px;
}
.modal-header .close {
  position: absolute;
  top: -14px;
  right: -14px;
  font-size: 16px;
  padding: 6px 8px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  opacity: 1;
  filter: alpha(opacity=100);
  border-style: solid;
  border-width: 2px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  background: #008899;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #008899), color-stop(1, #009fb2));
  background: -ms-linear-gradient(bottom, #008899, #009fb2);
  background: -moz-linear-gradient(center bottom, #008899 0%, #009fb2 100%);
  background: -o-linear-gradient(#009fb2, #008899);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009fb2', endColorstr='#008899', GradientType=0);
  border-color: #ffffff;
}
.modal-header .close:hover,
.modal-header .close:focus,
.modal-header .close:active,
.modal-header .close.active,
.open .dropdown-toggle.modal-header .close {
  color: #ffffff;
  background: #008899;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #008899), color-stop(1, #007f8e));
  background: -ms-linear-gradient(bottom, #008899, #007f8e);
  background: -moz-linear-gradient(center bottom, #008899 0%, #007f8e 100%);
  background: -o-linear-gradient(#007f8e, #008899);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007f8e', endColorstr='#008899', GradientType=0);
  border-color: #f2f2f2;
}
.modal-header .close:active,
.modal-header .close.active,
.open .dropdown-toggle.modal-header .close {
  background-image: none;
  background: #008899;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #008899), color-stop(1, #007f8e));
  background: -ms-linear-gradient(bottom, #008899, #007f8e);
  background: -moz-linear-gradient(center bottom, #008899 0%, #007f8e 100%);
  background: -o-linear-gradient(#007f8e, #008899);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007f8e', endColorstr='#008899', GradientType=0);
}
.modal-header .close.disabled,
.modal-header .close[disabled],
fieldset[disabled] .modal-header .close,
.modal-header .close.disabled:hover,
.modal-header .close[disabled]:hover,
fieldset[disabled] .modal-header .close:hover,
.modal-header .close.disabled:focus,
.modal-header .close[disabled]:focus,
fieldset[disabled] .modal-header .close:focus,
.modal-header .close.disabled:active,
.modal-header .close[disabled]:active,
fieldset[disabled] .modal-header .close:active,
.modal-header .close.disabled.active,
.modal-header .close[disabled].active,
fieldset[disabled] .modal-header .close.active {
  background: #008899;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #008899), color-stop(1, #009fb2));
  background: -ms-linear-gradient(bottom, #008899, #009fb2);
  background: -moz-linear-gradient(center bottom, #008899 0%, #009fb2 100%);
  background: -o-linear-gradient(#009fb2, #008899);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009fb2', endColorstr='#008899', GradientType=0);
  border-color: #ffffff;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #db3d78;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
#item-detail-modal .main-image-container {
  text-align: center;
}
#item-detail-modal .main-image-container img {
  display: inline-block;
}
#item-detail-modal.Scene .main-image-container img {
  height: auto;
  max-width: 100%;
}
#item-detail-modal.Design .main-image-container img {
  max-height: 400px;
}
body header,
body nav,
body section,
body article,
body aside,
body footer {
  display: block;
}
body > p.notice:empty,
body > p.alert:empty {
  display: none;
}
.gutter-bottom {
  margin-bottom: 15px;
}
.gutter-top {
  margin-top: 15px;
}
.gutter-bottom-lg {
  margin-bottom: 30px;
}
.gutter-left {
  margin-left: 7.5px;
}
.gutter-left-lg {
  margin-left: 15px;
}
.gutter-right {
  margin-right: 7.5px;
}
.gutter-right-lg {
  margin-right: 15px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.centered {
  text-align: center;
}
.absolute {
  position: absolute;
}
.coverall {
  display: block;
  width: 100%;
  height: 100%;
}
.sticker {
  border: 4px solid #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}
.thumbnail {
  text-align: center;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #df5387;
  border-radius: 4px;
}
.badge.point-left {
  margin-left: 4px;
  position: relative;
}
.badge.point-left:before {
  content: '';
  width: 0;
  height: 0;
  left: -5px;
  top: 4px;
  position: absolute;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 6px solid #df5387;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #009fb2;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.homepage-image-overlay {
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.74902);
  color: #FFFFFF;
  position: absolute;
  padding: 6px;
  width: 310px;
  z-index: 2;
  font-size: 18px;
  margin-left: 4px;
}

div.dropdown-menu {
  font-family: "Overlock", "Georgia", Times, serif;
}

#more-info h3 {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 20px;
}

#more-info a {
  font-size: 14px;
  line-height: 20px;
}

#about-fp {
  line-height: 20px;
}

#notifications-widget .container.dropdown-menu li.unread:before {
content: '';
position: absolute;
display: block;
background-color: #DF5387;
height: 100%;
width: 1px;
top: 0px;
left: 0px;
}

#notifications-widget .container.dropdown-menu li .notification-icon, #notifications-widget .container.dropdown-menu li .notification-content {
    padding-right: 6px;
}

#notifications-widget li {
position: relative;
border-left: none;
border-right: none;
border-top: none;
border-bottom: 1px solid #F4F4F4;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 5px;
}

#notifications-widget {
position: relative;
text-align: center;
padding: 0 0 0 2px;
}

#notifications-widget a.dropdown-toggle {
font-size: 4em;
color: white;
position: relative;
height: 100%;
width: 100%;
display: block;
background: rgba(255, 255, 255, 0.1);
}

#notifications-widget i {
position: relative;
}

.icon-mobile-phone {
 zoom: 1.2;
 -moz-transform: scale(1.2);
 color: white;
 padding-top: 12px;
}

#notifications-widget .badge {
position: absolute;
right: -14px;
top: 10px;
}

#notifications-widget ul {
max-height: 350px;
overflow: auto;
overflow-x: hidden;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}

.navbar.primary .acct-area#notifications-widget .container.dropdown-menu li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#notifications-widget .unread:before {
content: '';
position: absolute;
display: block;
background-color: #DF5387;
height: 100%;
top: 0;
left: 0;
}

.notification-icon, .notification-actions {
  padding: 8px;
  text-align: center;
}
.notification-actions {
  padding: 0;
  text-align: center;
}

.notification-actions  a {
  vertical-align: top;
  position: relative;
  display: inline-block;
  line-height: 0;
}

#zeroNotifications {
  min-width: 200px;
  width: 100%;
  height: 130px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: url('../../../images/notifications_cat.png') bottom center no-repeat;
  position: relative;
  margin-bottom: 10px;
  border: none;
}
#zeroNotifications span {
  padding-bottom: 0;
  padding-top: 10px;
  padding-left: 20px;
  color: #333333;
}

#notifications-widget p {
  color: #333333;
  background-color: #d3d3d3;
}

#notifications-widget :after {
  border-bottom-color: white;
}

#notifications-widget h4 {
  margin-top: 0;
  margin-bottom: 0;
}

#notifications-widget p {
  margin-bottom: 5px;
  font-size: 14px;
}

#notifications-widget.open a.dropdown-toggle {
  background: rgba(0, 0, 0, 0.1);
}

#notifications-widget .loading-content {
  text-align: center;
  padding: 30px;
}

#notifications-widget h4 i {
  margin-right: 0;
}

#notifications-widget .container.dropdown-menu {
    margin-top: 0;
    list-style: none outside none;
    width: 400px;
    text-align: left;
    padding-top: 7.5px;
}

.navbar.primary .acct-area .list-header h3 {
    color: #DF5387;
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: "JennaSue";
    text-align: left;
    font-size: 35px;
    line-height: 28px;
    border-bottom: 1px solid #EEE;
    margin-bottom: 0px;
}

.notifications {
  background-color: white !important;
  border: none;
  display: block;
}

.notification small.text-muted {
  text-align: left;
  padding-top: 3px;
}

.notification-content {
  padding: 0;
  background-color: white !important;
}

.notification-content h4 {
  padding: 0;
  margin: 0;
  text-align: left;
  padding-top: 10px;
  color: #333333 !important;
}

.navbar.primary .acct-area#notifications-widget .container.dropdown-menu p {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.2;
}

.notification p {
  padding-top: 10px;
  margin: 0;
  text-align: left;
  width: auto;
  background-color: white !important;
  color: #333333 !important;
}

.notifications .icon-remove {
  padding-top: 13px;
}

.navbar.primary .acct-area .container li:first-child {
    margin-top: 10px;
}
#notifications-widget li:first-child {
    padding-top: 0px;
}

.navbar.primary .acct-area#notifications-widget .container.dropdown-menu li#zeroNotifications p {
    max-width: 45%;
    right: 5%;
    color: #555;
    background-color: #EEE;
}

.tooltip.arrow-bottom-left:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.901961);
    border-style: solid;
    top: 17px;
    left: -6px;
    border-width: 0px 6px 10px;
}
.navbar.primary .acct-area#notifications-widget .container.dropdown-menu li#zeroNotifications p::after {
    border-bottom-color: #EEE;
}