/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.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.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-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #c4d42d 0%, #96a321 100%);
  background-image:      -o-linear-gradient(top, #c4d42d 0%, #96a321 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c4d42d), to(#96a321));
  background-image:         linear-gradient(to bottom, #c4d42d 0%, #96a321 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc4d42d', endColorstr='#ff96a321', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #8e9a20;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #96a321;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #96a321;
  border-color: #8e9a20;
}
.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.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: #96a321;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #1d5d61 0%, #0f3032 100%);
  background-image:      -o-linear-gradient(top, #1d5d61 0%, #0f3032 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1d5d61), to(#0f3032));
  background-image:         linear-gradient(to bottom, #1d5d61 0%, #0f3032 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1d5d61', endColorstr='#ff0f3032', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #0d282a;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #0f3032;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #0f3032;
  border-color: #0d282a;
}
.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.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: #0f3032;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.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.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: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.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.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: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.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.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: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #33918a;
  background-image: -webkit-linear-gradient(top, #39a39c 0%, #33918a 100%);
  background-image:      -o-linear-gradient(top, #39a39c 0%, #33918a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#39a39c), to(#33918a));
  background-image:         linear-gradient(to bottom, #39a39c 0%, #33918a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff39a39c', endColorstr='#ff33918a', GradientType=0);
  background-repeat: repeat-x;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image:      -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image:         linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image:      -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 0;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image:      -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image:         linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #39a39c 0%, #33918a 100%);
    background-image:      -o-linear-gradient(top, #39a39c 0%, #33918a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#39a39c), to(#33918a));
    background-image:         linear-gradient(to bottom, #39a39c 0%, #33918a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff39a39c', endColorstr='#ff33918a', GradientType=0);
    background-repeat: repeat-x;
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #39a39c 0%, #2c7e78 100%);
  background-image:      -o-linear-gradient(top, #39a39c 0%, #2c7e78 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#39a39c), to(#2c7e78));
  background-image:         linear-gradient(to bottom, #39a39c 0%, #2c7e78 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff39a39c', endColorstr='#ff2c7e78', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #1d5d61 0%, #11373a 100%);
  background-image:      -o-linear-gradient(top, #1d5d61 0%, #11373a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1d5d61), to(#11373a));
  background-image:         linear-gradient(to bottom, #1d5d61 0%, #11373a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1d5d61', endColorstr='#ff11373a', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #2c7e78;
  background-image: -webkit-linear-gradient(top, #39a39c 0%, #2f8781 100%);
  background-image:      -o-linear-gradient(top, #39a39c 0%, #2f8781 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#39a39c), to(#2f8781));
  background-image:         linear-gradient(to bottom, #39a39c 0%, #2f8781 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff39a39c', endColorstr='#ff2f8781', GradientType=0);
  background-repeat: repeat-x;
  border-color: #2f8781;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #39a39c 0%, #33918a 100%);
  background-image:      -o-linear-gradient(top, #39a39c 0%, #33918a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#39a39c), to(#33918a));
  background-image:         linear-gradient(to bottom, #39a39c 0%, #33918a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff39a39c', endColorstr='#ff33918a', GradientType=0);
  background-repeat: repeat-x;
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x;
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x;
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
/*FONTS*/
.gotham-medium {
  font-family: "Gotham-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.gotham-bold {
  font-family: "Gotham-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.gotham-condensed-book {
  font-family: "GothamCondensed-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.gotham-book {
  font-family: "Gotham-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
}
.modal {
  padding: 0!important;
  text-align: center;
}
.modal:before {
  display: inline-block;
  height: 100%;
  margin-right: -4px;
  vertical-align: middle;
  content: '';
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/*ALIAS*/
.whitebar {
  width: 100%;
  height: 1px;
  clear: both;
  background-color: #fff;
}
/*
** HEADER
*/
header {
  min-height: 100px;
  background-color: #fff;
  border-bottom: 1px solid #d2d2d2;
}
#logo {
  margin-top: 37px;
}
#navul {
  display: none;
  padding: 0;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
  margin: 0;
}
@media (min-width: 992px) {
  #navul {
    display: block;
  }
}
#navul > li:hover {
  background-image: url("../../assets/images/theme/nav_bg.png");
  background-repeat: no-repeat;
  background-position: bottom center;
}
#navul > li > ul {
  margin-left: -50px;
}
#navul li {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 11px;
  text-transform: uppercase;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
}
@media (min-width: 992px) {
  #navul li {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  #navul li {
    font-size: 14px;
  }
}
#navul li:hover > ul {
  display: block;
}
#navul li a {
  display: inline-block;
  color: #000;
}
#navul li a:hover {
  color: #073284;
}
#navul ul {
  position: absolute;
  top: 101px;
  z-index: 9999;
  display: none;
  width: 250px;
  /*min-height: 255px;*/
  padding-top: 15px;
  padding-left: 0;
  background-color: #f0f0f0;
}
#navul ul li {
  padding: 0;
  text-transform: none;
  list-style-type: none;
}
#navul ul li:hover {
  background-color: #96989a;
}
#navul ul li a {
  display: block;
  padding: 10px 25px;
  font-family: "Gotham-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}
#navul ul li a:hover {
  color: white;
  text-decoration: none;
}
#navul ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: -15px;
  background-color: white;
}
#navul ul ul a {
  padding: 10px 0 10px 50px;
}
#navul ul ul a:hover {
  color: white;
  text-decoration: none;
}
#language {
  float: right;
  width: 89px;
  padding: 5px 10px;
  margin-top: -25px;
  text-align: center;
  background-color: #f0f0f0;
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 768px) {
  #language {
    margin-top: 35px;
  }
}
@media (min-width: 992px) {
  #language {
    margin-top: 37px;
  }
}
#search_holder {
  padding-top: 30px;
}
@media (min-width: 768px) {
  #search_holder {
    padding-top: 0;
  }
}
#header_search {
  padding: 5px 10px;
  margin-bottom: 30px;
  background-color: #f0f0f0;
  border-radius: 0;
  -webkit-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 768px) {
  #header_search {
    margin-top: 32px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  #header_search {
    margin-top: 34px;
  }
}
#mobile_search_icon {
  position: absolute;
  top: 37px;
  right: 120px;
  font-size: 24px;
  color: #073284;
}
#slide_wrap {
  position: relative;
  height: 484px;
}
.hero_home {
  position: absolute;
  display: none;
  font-family: "Gotham-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;         
          
          
  width: 100%;
  height: 484px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.hero_gradiant {
  position: absolute;
  width: 100%;
  height: 484px;

}
.hero_home h1 {
  font-size: 32px;
  /* Extra small devices (phones, less than 768px) */
  /* No media query since this is the default in Bootstrap */
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
}
@media (min-width: 768px) {
  .hero_home h1 {
    font-size: 44px;
  }
}
@media (min-width: 992px) {
  .hero_home h1 {
    font-size: 46px;
  }
}
.hero_home p {
  font-size: 12px;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
}
@media (min-width: 768px) {
  .hero_home p {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .hero_home p {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .hero_home p {
    font-size: 16px;
  }
}
.hero_home_browse {
  position: absolute;
  bottom: 0;
  width: 279px;
  padding: 12px;
  font-family: "Gotham-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  color: #00bfb3;
  text-align: center;
  background-color: #fff;
}
.title_animate h1 {
  -webkit-animation: animate_title;
       -o-animation: animate_title;
          animation: animate_title;
  -webkit-animation-duration: 1.5s;
       -o-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.title_animate p {
  -webkit-animation: animate_title;
       -o-animation: animate_title;
          animation: animate_title;
  -webkit-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.title_animate button {
  -webkit-animation: animate_title;
       -o-animation: animate_title;
          animation: animate_title;
  -webkit-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
@-webkit-keyframes animate_title {
  0% {
    opacity: 0;
  }
  100% {
    margin-left: 0;
    opacity: 1;
  }
}
@-o-keyframes animate_title {
  0% {
    opacity: 0;
  }
  100% {
    margin-left: 0;
    opacity: 1;
  }
}
@keyframes animate_title {
  0% {
    opacity: 0;
  }
  100% {
    margin-left: 0;
    opacity: 1;
  }
}
.whitebg {
  background-color: #fff;
}
#item_home_category_row {
  margin-top: 50px;
  margin-bottom: 50px;
}
.item_home_category {
  position: relative;
  float: left;
  height: 200px;
  font-family: "Gotham-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  background-color: #eee;
  border: 1px solid #cfcfcf;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
}
@media (min-width: 768px) {
  .item_home_category {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .item_home_category {
    width: 25%;
  }
  .item_home_category .item_home_category:first-child {
    border-right: none;
  }
}
.item_home_category span {
  position: absolute;
  top: 150px;
  width: 90%;
  text-align: center;
}
.item_home_category img {
  max-width: 100%;

}
.item_home_category:hover {
  color: #fff;
  background-color: #073284;
  -webkit-transition: all 600ms;
       -o-transition: all 600ms;
          transition: all 600ms;
}
.centerBoxes {
  padding: 25px;
  cursor: pointer;
  -webkit-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
.centerBoxes h2 {
  padding: 0;
  margin: 0;
  font-size: 22px;
}
@media (min-width: 1200px) {
  .centerBoxes h2 {
    font-size: 28px;
  }
}
#learn_more_about_us {
  color: #fff;
  background-color: #00bfb3;
  -webkit-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
#learn_more_about_us:hover {
  color: #073284;
  background-color: #c4d42d;
  -webkit-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
#get_in_touch {
  margin-bottom: 35px;
  color: #073284;
  background-color: #c4d42d;
  -webkit-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
#get_in_touch:hover {
  color: #fff;
  background-color: #00bfb3;
  -webkit-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
#get_in_touch,
#learn_more_about_us {
  padding: 25px;
  cursor: pointer;
  -webkit-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
#get_in_touch h2,
#learn_more_about_us h2 {
  padding: 2;
  margin: 2;
  font-size: 22px;
}
@media (min-width: 1200px) {
  #get_in_touch h2,
  #learn_more_about_us h2 {
    font-size: 28px;
  }
}
#get_in_touch i,
#learn_more_about_us i {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 44px;
}
#middle_homepage {
  background-repeat: no-repeat;
  background-position: bottom right;
  -webkit-background-size: 50% 50%;
          background-size: 50%;
}
#middle_homepage h1 {
  margin-top: 15px;
  font-family: "Gotham-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 32px;
  color: #073284;
}
@media (min-width: 768px) {
  #middle_homepage h1 {
    margin-top: 75px;
    font-size: 50px;
  }
}
#middle_homepage p {
  margin: 25px auto;
  font-family: "Gotham-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  color: #00bfb3;
}
#middle_homepage button {
  margin-bottom: 75px;
}

input[type=checkbox] {
  display: none;
}
/* to hide the checkbox itself */
input[type=checkbox] + label:before {
  display: inline-block;
  font-family: FontAwesome;
}
#featured_products_container {
  padding: 15px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 768px) {
  #featured_products_container {
    padding: 75px 0;
  }
}
.element-item {
  padding-top: 30px;
}
.product {
  padding-top: 15px;
  margin-bottom: 30px;
  text-align: left;
  background-color: #fff;
  /* unchecked icon */
  /* space between checkbox and label */
  /* checked icon */
  /* allow space for check mark */
}
.product h4 {
  margin-top: 25px;
  font-size: 15px;
  line-height: 22px;
}
.product .product_image_contain {
  text-align: center;
}
.product .product_image_contain img {
  max-width: 100%;
}
.product .product_image_hover {
  position: absolute;
  top: 0;
  display: none;
  width: 90%;
  cursor: pointer;
  background-color: #00bfb3;
  opacity: .6;
}
.product .product_image_hover i {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 3px;
  font-size: 30px;
  color: #fff;
  border: 1px solid #fff;
  opacity: 1;
}
.product h5 {
  padding-bottom: 10px;
  font-size: 16px;
  color: #073284;
}
.product label {
  position: absolute;
  top: 0;
  right: 10%;
  margin: auto;
  font-family: "Gotham-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  cursor: pointer;
}
.product input[type=checkbox] + label:before {
  content: "\f096";
}
.product input[type=checkbox] + label:before {
  letter-spacing: 10px;
}
.product input[type=checkbox]:checked + label:before {
  content: "\f046";
}
.product input[type=checkbox]:checked + label:before {
  letter-spacing: 8px;
}
/*featured_products_container*/
/*featured_products_container*/
/*featured_products_container*/
#featured_products_container {
  padding: 15px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 768px) {
  #featured_products_container {
    padding: 75px 0;
  }
}
.featured_products {
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-align: center;
  background-color: #fff;
  /* unchecked icon */
  /* space between checkbox and label */
  /* checked icon */
  /* allow space for check mark */
}
.featured_products .featured_products_image_contain img {
  max-width: 100%;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}
.featured_products .featured_products_image_hover {
  position: absolute;
  top: 0;
  display: none;
  width: 90%;
  height: 265px;
  margin-top: 15px;
  text-align: left;
  cursor: pointer;
  background-color: #00bfb3;
  opacity: .8;
}
.featured_products .featured_products_image_hover i {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 3px;
  font-size: 30px;
  color: #fff;
  border: 1px solid #fff;
  opacity: 1;
}
.featured_products .featured_products_image_hover h3 {
  padding: 15px;
  margin: 0;
  font-size: 13px;
  color: #fff;
}
.featured_products h5 {
  color: #073284;
}
.featured_products label {
  font-family: "Gotham-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  cursor: pointer;
}
.featured_products input[type=checkbox] + label:before {
  content: "\f096";
}
.featured_products input[type=checkbox] + label:before {
  letter-spacing: 10px;
}
.featured_products input[type=checkbox]:checked + label:before {
  content: "\f046";
}
.featured_products input[type=checkbox]:checked + label:before {
  letter-spacing: 8px;
}
footer {
  width: 100%;
  padding: 35px 0;
  font-size: 12px;
  background-color: #fff;
}
footer ul {
  margin-top: 20px;
  margin-left: 10px;
}
@media (min-width: 768px) {
  footer ul {
    padding: 0;
    margin: 0;
  }
}
footer ul li {
  padding-bottom: 7px;
  font-family: "Gotham-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
footer a {
  color: #4d4d4f;
}
footer a:hover {
  color: #00bfb3;
  text-decoration: none;
}
footer #footer_logo {
  margin-top: 25px;
}
#copyright {
  padding: 20px 0;
  font-size: 12px;
  color: #fff;
  background-color: #073284;
}
#copyright p {
  padding: 0;
  margin: 0;
  font-family: "Gotham-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*ABOUT PAGE*/
.text_contain_padding {
  padding: 25px 10px;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
}
@media (min-width: 768px) {
  .text_contain_padding {
    padding: 75px;
  }
}
.text_contain_padding h1 {
  margin-bottom: 25px;
  font-size: 54px;
  color: #073284;
}
.text_contain_padding p {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 26px;
}
.text_contain_padding p:last-child {
  margin-bottom: 0;
}
.full_width_banner {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.full_width_banner h1 {
  padding: 0;
  margin: 0;
  margin-top: 125px;
  font-family: "Gotham-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 54px;
  color: #fff;
}
/*RESOURCES PAGE*/
#resources_top p {
  padding: 50px 0 0;
  color: #00bfb3;
}
#resources_top h2 {
  padding: 0 0 50px;
}
.panel-resources {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.panel-resources .panel-heading {
  padding: 15px;
  color: #073284;
  background-color: #e7edf1;
  border: none !important;
}
.panel-resources .panel-body {
  padding: 0;
  border: none;
}
.panel-resources h5 {
  padding: 25px 0;
  margin: 0;
  color: #00bfb3;
  text-transform: uppercase;
}
.panel-resources ul li {
  padding: 15px 0;
  font-family: "Gotham-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
}
.panel-resources ul li a {
  color: #000;
}
.panel-resources ul li i {
  float: right;
  font-size: 16px;
}
.panel-resources ul li:first-child {
  border-top: 1px solid #ddd;
}
.panel-title {
  position: relative;
}
.panel-group .panel-heading a::after {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 24px;
  content: '-';
}
.panel-group .panel-heading a.collapsed::after {
  content: '+';
}
#resources_boxes_bottom {
  padding: 75px 0;
}
/*COMPARE TOOL*/
#compare_tool {
  position: fixed;
  bottom: 0;
  display: none;
  width: 100%;
  padding: 30px 0;
  background-color: rgba(0, 86, 184, .6);
}
#compare_tool .btn-custom {
  margin-top: 10px;
}
.contain_compare_items {
  height: 100px;
  margin: 10px;
  background-color: #fff;
}
.contain_compare_items img {
  width: 80px;
  height: 80px;
  margin-top: 9px;
  border: none !important;
}
.contain_compare_items h6 {
  padding: 0;
  margin: 0;
  margin-top: 44px;
  font-family: "Gotham-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #073284;
}
.contain_compare_items.inactive img {
  display: none;
}
.contain_compare_items.inactive i {
  display: none;
}
.contain_compare_items i {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 3px;
  color: #fff;
  cursor: pointer;
  background-color: #073284;
}
/*PRODUCT PAGE*/
#product_display_top {
  margin-top: 2px;
  margin-bottom: 15px;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
}
@media (min-width: 768px) {
  #product_display_top {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  #product_display_top {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  #product_display_top {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
#product_display_top p {
  color: #073284;
}
#product_display_top ul {
  font-family: "Gotham-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
#product_display_top span {
  color: #00bfb3;
}
#product_display_top_bottom_bar {
  margin-top: 50px;
}
.callout_product_top_bottom {
  padding: 15px 0;
  margin-bottom: 15px;
  font-family: "Gotham-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.callout_product_top_bottom i {
  float: right;
  margin-top: -7px;
  margin-left: 10px;
  font-size: 27px;
  cursor: pointer;
  -webkit-transition: 300ms all;
       -o-transition: 300ms all;
          transition: 300ms all;
}
.callout_product_top_bottom i:hover {
  color: #00bfb3;
}
.product_display_tables tr {
	
}
.product_display_tables td {
  padding: 20px !important;
  font-family: "Gotham-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 5px solid white !important;
}
.product_display_tables td:first-child {
  font-family: "Gotham-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.product_titles {
  font-family: "Gotham-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #00bfb3;
}
.product_downloads ul li {
  padding: 15px 0;
  font-family: "Gotham-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
}
.product_downloads ul li a {
  color: #000;
}
.product_downloads ul li i {
  float: right;
  font-size: 16px;
}
.product_downloads ul li:first-child {
  border-top: 1px solid #ddd;
}
.box_products {
  padding: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #products_right {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  #products_left {
    padding-left: 0;
  }
}
/*PRODUCT CATEGORY PAGE*/
.banner_top_image_and_heading {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
  margin-bottom: 30px;
  background: #fff;
}
.banner_top_image_and_heading h1 {
  position: absolute;
  left: 30px;
  font-family: "Gotham-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
}
@media (min-width: 768px) {
  .banner_top_image_and_heading h1 {
    left: 40px;
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .banner_top_image_and_heading h1 {
    left: 40px;
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .banner_top_image_and_heading h1 {
    left: 50px;
    font-size: 75px;
  }
}
.banner_top_image_and_heading img {
  width: 100%;
}
.heading_category {
  position: relative;
  padding-top: 15px;
  /* IE6-9 fallback on horizontal gradient */
  padding-bottom: 15px;
  overflow: hidden;
  color: #fff;
  text-shadow: 1px 1px 1px #555;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c609f+47,00bfb3+78 */
  background: #2c609f;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #2c609f 47%, #00bfb3 78%);
  /* Chrome10-25,Safari5.1-6 */
  background:      -o-linear-gradient(45deg, #2c609f 47%, #00bfb3 78%);
  background:         linear-gradient(45deg, #2c609f 47%, #00bfb3 78%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c609f', endColorstr='#00bfb3', GradientType=1);
  border: 15px solid #fff;
  border-bottom: 0;
}
.heading_category .heading_category_image {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
@media (min-width: 768px) {
  .heading_category .heading_category_image {
    display: block;
  }
}
.heading_category h1,
.heading_category p {
  padding: 0;
  margin: 0;
  font-family: "Gotham-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.heading_category h1 {
  font-size: 28px;
}
@media (min-width: 768px) {
  .heading_category h1 {
    font-size: 41px;
  }
}
.heading_category p {
  font-size: 12px;
}
.heading_category ul {
  border-top: 1px solid #ccc;
}
.heading_category ul li {
  padding: 15px 0;
  font: "Gotham-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}
.heading_category ul li a {
  color: #fff;
}
.heading_category ul li i {
  float: right;
  font-size: 18px;
}
.product-category-loop-contain {
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
  margin-bottom: 30px;
  background: #fff;
}
.box-product-category {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #eee;
  border: 1px solid #fff;
}
.box-product-category img {
  max-width: 100%;
  margin: auto;
  text-align: center;
}
.box-product-category ul {
  border-top: 1px solid #ccc;
}
.box-product-category ul li {
  padding: 15px 0;
  font: "Gotham-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}
.box-product-category ul li a {
  color: #000;
}
.box-product-category ul li i {
  float: right;
  font-size: 18px;
}
.box-product-category .btn-product-category {
  width: 80%;
  padding: 5px 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 10%;
  font-size: 12px;
}
/*Category Search page*/
.side-box {
  margin-bottom: 25px;
  background-color: #fff;
}
.side-box .side-box-title {
  padding: 15px;
  margin: 0;
  font-family: "Gotham-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #00bfb3;
  text-transform: uppercase;
  cursor: pointer;
}
.side-box .side-box-drop ul {
  font-size: 14px;
}
.side-box-top-level-category {
  display: block !important;
}
.side-box-top-level-category .active-list-item {
  color: #00bfb3 !important;
}
.side-box-top-level-category ul {
  padding-left: 20px;
  font-family: "Gotham-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 100;
}
.side-box-top-level-category li {
  padding-bottom: 10px;
}
.side-box-drop {
  display: none;
}
.side-box-drop i {
  padding-left: 5px;
  color: #000;
  cursor: pointer;
}
.side-box-options {
  padding: 0 15px 15px 15px;
}
.list-sets-filter {
  height: auto;
  margin-top: 15px;
}
.list-sets-filter li {
  margin: 10px auto;
}
.list-sets-filter li a {
  color: #000;
}
.list-sets-filter li a i {
  padding-left: 5px;
  cursor: pointer;
}
.list-sets-filter li a:hover,
.list-sets-filter li a i {
  color: #00bfb3;
}
.categories i {
  float: right;
  margin-right: 15px;
  color: #00bfb3;
}
.slider {
  display: block;
  width: 90%;
  margin: auto;
}
.slider .slider-selection {
  background: #00bfb3;
}
.slider.slider-disabled .slider-selection {
  background: #bababa;
}
#product_length_enabled {
  display: inline-block;
}
.side-box-drop input[type=checkbox] {
  display: inline-block;
}
input[type=radio].with-font,
input[type=checkbox].with-font {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
input[type=radio].with-font ~ label:before,
input[type=checkbox].with-font ~ label:before {
  display: inline-block;
  width: 1.4em;
  font-family: FontAwesome;
  font-size: 1.2em;
  color: #535353;
  letter-spacing: 10px;
  content: "\f1db";
}
input[type=radio].with-font:checked ~ label:before,
input[type=checkbox].with-font:checked ~ label:before {
  font-size: 1.2em;
  color: #00bfb3;
  letter-spacing: 5px;
  content: "\f00c";
}
input[type=checkbox].with-font ~ label:before {
  content: "\f096";
}
input[type=checkbox].with-font:checked ~ label:before {
  color: #00bfb3;
  content: "\f046";
}
input[type=radio].with-font:focus ~ label:before,
input[type=checkbox].with-font:focus ~ label:before,
input[type=radio].with-font:focus ~ label,
input[type=checkbox].with-font:focus ~ label {
  color: #00bfb3;
}
hr {
  border-top: 1px solid #ccc;
}
#myCarousel .carousel-control.right {
  top: 110px;
  right: -45px;
  font-size: 50px;
  color: #1d5d61;
  background: none;
}
@media (min-width: 768px) {
  #myCarousel .carousel-control.right {
    right: -77px;
  }
}
@media (min-width: 992px) {
  #myCarousel .carousel-control.right {
    right: -90px;
  }
}
@media (min-width: 1200px) {
  #myCarousel .carousel-control.right {
    right: -108px;
  }
}
#myCarousel .carousel-control.left {
  top: 110px;
  left: -45px;
  font-size: 50px;
  color: #1d5d61;
  background: none;
}
@media (min-width: 768px) {
  #myCarousel .carousel-control.left {
    left: -77px;
  }
}
@media (min-width: 992px) {
  #myCarousel .carousel-control.left {
    left: -90px;
  }
}
@media (min-width: 992px) {
  #myCarousel .carousel-control.left {
    left: -108px;
  }
}
.imagesCompare i {
  padding-right: 15px;
  padding-bottom: 15px;
  color: #00bfb3;
}
.imagesCompare img {
  padding-bottom: 15px;
}
.imagesCompare p {
  padding: 0;
  margin: 0;
  font-size: 12px;
}
.color-primary-cyan {
  color: #00bfb3;
}
.tableStyleCompare tbody {
  font-size: 12px;
}
.tableStyleCompare tbody tr:nth-child(odd) {
  background: #f0f0f0;
}
.tableStyleCompare tbody tr:nth-child(even) {
  background: #fff;
}
.tableStyleCompare tbody tr td {
  padding: 15px 5px;
  border-top: 0;
  border-right: 7px solid #fff;
  border-bottom: 0;
  border-left: 7px solid #fff;
}
.tableStyleCompare tbody tr td:first-child {
  font-family: "Gotham-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#modalCompare {
  font-size: 12px;
}
#MainProductImage {
  width: 100% !important;
}
.leftSideProductImages div {
  padding: 0;
  margin: 0;
  border: 1px solid #ddd;
}
.leftSideProductImages div img {
  padding: 0;
  margin: 0;
}
@media print {
  #menu,
  .header,
  .container,
  #featured_products_container,
  footer,
  #copyright,
  #compare_tool,
  .slicknav_menu {
    display: none!important;
  }
  #print_image {
    display: inline-block !important;
    max-width: 100% !important;
  }
}
#send-email .btn-primary {
  background: none;
  background-color: #c4d42d;
  border: 0;
}
#send-email .btn-default {
  background: none;
  background-color: #ddd;
  border: 0;
}
#send-email .btn-primary:hover {
  background-color: #b2c027;
}
#send-email .btn-default:hover {
  background-color: #d0d0d0;
}
#send-email .close {
  position: relative;
  z-index: 9999;
  margin-top: 5px;
  margin-right: 5px;
}
.clear-input {
  font-size: 12px;
  cursor: pointer;
}
.more-text {
  display: none;
}
.show-toggle {
  cursor: pointer;
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/*# sourceMappingURL=bootstrap-theme.css.map */
