@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed|Open+Sans);
/* Gold */
/* Light Grey */
/* Blue */
/* Light Blue */
/* Green */
/* Bronze */
/* Red */
.panel {
  line-height: normal;
  font-size: 12px;
}
.SPcentre-content {
  text-align: center;
  vertical-align: middle;
}
body {
  font-size: 14px;
}
h1 {
  color: #005296;
  font-weight: bold;
  font-style: italic;
}
h2 {
  color: #005296;
}
h3 {
  color: #005296;
  font-style: italic;
}
h4 {
  color: #005296;
  text-indent: 10px;
}
h5 {
  color: #005296;
  text-indent: 30px;
  font-style: italic;
  font-size: inherit;
}
a {
  color: #2a6496;
}
a:hover {
  color: #963a3a;
}
a.SPheading-anchor {
  color: #005296;
  padding-top: 166px;
}
.SPparagraph-title {
  color: #005296;
  font-weight: bold;
}
.SPBody-CoralTool {
  font-style: italic;
  color: #005296;
  font-weight: bold;
}
.SPBody-OtherTool {
  font-style: italic;
  font-weight: bold;
}
.SPDealWith {
  background-color: yellow;
  color: purple;
  font-weight: bold;
}
.SPmap-image {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
.SPmap-image img {
  width: 100%;
}
.SPmap-image p {
  font-size: 11px;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 1em;
  margin-bottom: 3em;
}
.SPCaption-FigNumb {
  color: #005296;
  font-size: 12px;
  font-variant: small-caps;
  font-weight: bold;
}
.SPCaption-title {
  color: #005296;
  font-weight: bold;
}
.SPBody-FigNumb {
  font-weight: semibold;
  text-shadow: 1 1 0 #005296;
}
.SPBodyLinksInt {
  color: slategray;
  font-weight: bold;
}
.SPBodyLinksExt {
  color: #005296;
}
.SPUnderConstruction {
  margin: 60px auto 40px auto;
  text-align: center;
  vertical-align: middle;
  color: slategray;
  font-size: large;
}
/* ======================== Table Styling :: START ======================== */
.table {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 10px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 10px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 10px 0px;
  font-size: 90%;
  border-collapse: inherit;
  padding: 4px;
  background-color: #FDFDFD;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.table th {
  background-color: #005296 !important;
  color: rgba(252, 252, 252, 0.95);
  border-bottom: none!important;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #E6EEF5;
}
.table-striped > tbody > tr:nth-child(odd) > td {
  border-top-color: #FFFFFF;
  border-right-width: 0px;
}
.table-striped > tbody > tr:nth-child(even) > td {
  border-top-color: #FFFFFF;
  border-right-width: 0px;
}
.table-striped > tbody > tr > td:last-of-type {
  border-right-width: 1px;
}
/* Original 
@tablebase-color: #005296;
@tablerow-color: lighten(@tablebase-color, 40%);

.table {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
 background-color: lighten(@tablerow-color, 90%);
}
.table th { background-color: @tablerow-color;
}
.table-striped>tbody>tr:nth-child(odd)>td { background-color: Lighten(@tablerow-color, 20%);
}
.table-striped>tbody>tr:nth-child(odd)>th {
 background-color: @tablerow-color;
	color: white;
	text-align: center;
}
/* Table Styling :: END */
.SPCaptionTable {
  font-size: 11px;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 1em;
  margin-bottom: 3em;
}
.SPTextShadow {
  text-shadow: 1px 0 0 #008afc;
}
.breadcrumb {
  margin-bottom: 15px;
}
.panel-body .links {
  margin-top: 0px;
  border-top: none;
}
.panel-body .link a:hover {
  color: #c7ab11;
}
.panel-body .link a:focus {
  color: #c7ab11;
}
.panel-body .link a:active {
  color: #c7ab11;
}
.link .sub-link:before {
  content: "\e250";
  font-family: 'Glyphicons Halflings';
  display: inline-block;
  margin-left: -15px;
  color: #005296;
  font-size: 10px;
}
/* dashes under references */
a[role="button"] {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
}
a[role="button"]:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.05);
  cursor: -webkit-zoom-in;
}
/* END */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
}
ul.list-line li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 15px;
}
/* ======================== Page Divider ======================== */
.SPcrr-divider {
  border-top: 1px solid rgba(91, 117, 185, 0.42);
  margin: 60px auto 20px auto;
  text-align: center;
  width: 60%;
}
.SPcrr-divider img {
  margin-top: -26px;
  background-color: #FFFFFF;
  padding: 0px 20px;
}
/* ======================== Lightbox styling ======================== */
#lightbox .modal-content {
  display: inline-block;
  text-align: center;
  background-color: #fff;
}
#lightbox .close {
  opacity: 1;
  color: #2E2E2E;
  background-color: #ffffff;
  padding: 6px 10px;
  border-radius: 50%;
  border: 0px solid #000000;
  position: absolute;
  top: -15px;
  right: -55px;
  z-index: 1032;
}
/* ======================== Buttons ======================== */
/* Main Styling */
.push-button {
  position: relative;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  line-height: normal;
  padding: 7px 20px 5px 20px;
  margin: 10px 0;
  font-size: 14px;
  letter-spacing: .5px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.51);
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.29), rgba(0, 0, 0, 0.22));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.29), rgba(0, 0, 0, 0.22));
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.29), rgba(0, 0, 0, 0.22));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.29), rgba(0, 0, 0, 0.22));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.29), rgba(0, 0, 0, 0.22));
}
.push-button:hover {
  color: #ffffff;
  text-decoration: none;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0));
}
.push-button:active {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
  top: 5px;
}
.raised-button {
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.45);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.45);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.45);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, rgba(255, 255, 255, 0.02)), color-stop(1, rgba(0, 0, 0, 0.2)));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 5%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 5%, rgba(0, 0, 0, 0.4) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 5%, rgba(0, 0, 0, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 5%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 5%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255,255,255,.3)', endColorstr='rgba(0,0,0,.4)', GradientType=0);
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
}
.raised-button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, rgba(255, 255, 255, 0.2)), color-stop(1, rgba(255, 255, 255, 0.02)));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 5%, rgba(255, 255, 255, 0.02) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 5%, rgba(255, 255, 255, 0.02) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 5%, rgba(255, 255, 255, 0.02) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 5%, rgba(255, 255, 255, 0.02) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 5%, rgba(255, 255, 255, 0.02) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255,255,255,.2)', endColorstr='rgba(255,255,255,.02)', GradientType=0);
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}
.raised-button:active {
  position: relative;
  top: 1px;
}
/* Button Colouring :: Donate */
.btn-donate {
  color: #ffffff;
  background-color: #D4AF37;
  border-color: #b29126;
  letter-spacing: .5px;
  padding: 6px 25px;
  font-size: 16px;
}
.btn-donate:hover {
  background-color: #d9b74c;
  border-color: #D4AF37;
  color: #ffffff;
}
.push-button.btn-donate {
  background: #D4AF37;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 0px 0 #ffffff inset, 0 3px 0 #b29126, 0 4px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 0px 0 #ffffff inset, 0 3px 0 #b29126, 0 4px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 0px 0 #ffffff inset, 0 3px 0 #b29126, 0 4px 6px rgba(0, 0, 0, 0.3);
}
.push-button.btn-donate:hover {
  background: #d9b74c;
}
/* Button Colouring :: Default */
.btn-default {
  color: #ffffff;
  background-color: #7d7d7d;
  border-color: #636363;
}
.btn-default:hover {
  background-color: #8a8a8a;
  border-color: #7d7d7d;
  color: #ffffff;
}
.push-button.btn-default {
  background: #7d7d7d;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 0px 0 #ffffff inset, 0 3px 0 #636363, 0 4px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 0px 0 #ffffff inset, 0 3px 0 #636363, 0 4px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 0px 0 #ffffff inset, 0 3px 0 #636363, 0 4px 6px rgba(0, 0, 0, 0.3);
}
.push-button.btn-default:hover {
  background: #8a8a8a;
}
/* Button Colouring :: Primary */
.btn-primary {
  color: #ffffff;
  background-color: #005296;
  border-color: #003663;
}
.btn-primary:hover {
  background-color: #0060b0;
  border-color: #005296;
}
.push-button.btn-primary {
  background: #005296;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 0px 0 #ffffff inset, 0 3px 0 #003663, 0 4px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 0px 0 #ffffff inset, 0 3px 0 #003663, 0 4px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 0px 0 #ffffff inset, 0 3px 0 #003663, 0 4px 6px rgba(0, 0, 0, 0.3);
}
.push-button.btn-primary:hover {
  background: #0060b0;
}
/* Button Colouring :: Success */
.btn-success {
  color: #ffffff;
  background-color: #4DA04D;
  border-color: #3c7e3c;
}
.btn-success:hover {
  background-color: #58af58;
  border-color: #4DA04D;
}
.push-button.btn-success {
  background: #4DA04D;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 0px 0 #ffffff inset, 0 3px 0 #3c7e3c, 0 4px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 0px 0 #ffffff inset, 0 3px 0 #3c7e3c, 0 4px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 0px 0 #ffffff inset, 0 3px 0 #3c7e3c, 0 4px 6px rgba(0, 0, 0, 0.3);
}
.push-button.btn-success:hover {
  background: #58af58;
}
/* Button Colouring :: Info */
.btn-info {
  color: #ffffff;
  background-color: #30AED4;
  border-color: #248dad;
}
.btn-info:hover {
  background-color: #45b6d8;
  border-color: #30AED4;
}
.push-button.btn-info {
  background: #30AED4;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 0px 0 #ffffff inset, 0 3px 0 #248dad, 0 4px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 0px 0 #ffffff inset, 0 3px 0 #248dad, 0 4px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 0px 0 #ffffff inset, 0 3px 0 #248dad, 0 4px 6px rgba(0, 0, 0, 0.3);
}
.push-button.btn-info:hover {
  background: #45b6d8;
}
/* Button Colouring :: Warning */
.btn-warning {
  color: #ffffff;
  background-color: #C6AC0E;
  border-color: #ae970c;
}
.btn-warning:hover {
  background-color: #dec110;
  border-color: #C6AC0E;
}
.push-button.btn-warning {
  background: #C6AC0E;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 0px 0 #ffffff inset, 0 3px 0 #ae970c, 0 4px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 0px 0 #ffffff inset, 0 3px 0 #ae970c, 0 4px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 0px 0 #ffffff inset, 0 3px 0 #ae970c, 0 4px 6px rgba(0, 0, 0, 0.3);
}
.push-button.btn-warning:hover {
  background: #dec110;
}
/* Button Colouring :: Danger */
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #c9302c;
}
.btn-danger:hover {
  background-color: #de6764;
  border-color: #d9534f;
}
.push-button.btn-danger {
  background: #d9534f;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 0px 0 #ffffff inset, 0 3px 0 #c9302c, 0 4px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 0px 0 #ffffff inset, 0 3px 0 #c9302c, 0 4px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 0px 0 #ffffff inset, 0 3px 0 #c9302c, 0 4px 6px rgba(0, 0, 0, 0.3);
}
.push-button.btn-danger:hover {
  background: #de6764;
}
/* ======================== Panel Styling ======================== */
/* default */
.panel-default {
  border-color: rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 0, 0.01);
}
.panel-default > .panel-heading {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.22);
}
.panel,
.panel > .panel-heading {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.panel > .panel-heading {
  font-weight: normal;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .panel.affix {
    width: 198px;
  }
}
/* primary */
.panel-primary {
  border-color: #005296;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #005296;
  border-color: #003663;
}
.panel-primary > .panel-body {
  background-color: #e6eef5;
  color: #005296;
}
/* success */
.panel-success {
  border-color: #4DA04D;
}
.panel-success > .panel-heading {
  color: rgba(255, 255, 255, 0.9);
  background-color: #4DA04D;
  border-color: #3c7e3c;
}
/* info */
.panel-info {
  border-color: #30AED4;
}
.panel-info > .panel-heading {
  color: rgba(255, 255, 255, 0.9);
  background-color: #30AED4;
  border-color: #248dad;
}
/* warning */
.panel-warning {
  border-color: #C6AC0E;
}
.panel-warning > .panel-heading {
  color: rgba(255, 255, 255, 0.9);
  background-color: #C6AC0E;
  border-color: #ae970c;
}
/* danger */
.panel-danger {
  border-color: #d9534f;
}
.panel-danger > .panel-heading {
  color: rgba(255, 255, 255, 0.9);
  background-color: #d9534f;
  border-color: #c9302c;
}
/* blue :: for side menu */
.panel-blue {
  border-color: #005296;
}
.panel-blue > .panel-heading {
  color: #585858;
  background-color: #95b3d7;
  border-color: #5D86B5;
}
.panel-blue > .panel-body {
  background-color: #DCE6F2;
  color: #005296;
}
.panel-blue > .panel-body .panel-inner {
  background-color: #b9cde5;
  padding: 5px;
  margin: -10px -10px 15px -10px;
  border: 1px solid #005296;
  border-color: 1px solid;
}
.panel-blue > .panel-body .panel-inner:last-child {
  margin-bottom: -10px;
}
.panel-blue > .panel-body .panel-inner a {
  color: #005296;
}
/* page title side box */
.panel-title {
  color: #c7ab11!important;
  text-align: center;
}
/* ======================== CSS for Overlay ======================== */
.thumbnail {
  position: relative;
  overflow: hidden;
}
.caption {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 82, 150, 0.1);
  width: 100%;
  height: 100%;
  padding: 2%;
  display: none;
  text-align: center;
  color: #fff !important;
  z-index: 2;
  text-shadow: 1px 1px 1px #000;
  font-size: 14px;
}
/* ======================== Image Captions ======================== */
.thumbnail.with-caption {
  display: inline-block;
  background: #f5f5f5;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
}
.thumbnail.with-caption p {
  margin: 0;
  padding-top: 0.5em;
}
.thumbnail.with-caption small:before {
  content: '\2014 \00A0';
}
.thumbnail.with-caption small {
  width: 100%;
  text-align: right;
  display: inline-block;
  color: #999;
}
/* ======================== Margins & Paddings ======================== */
.m-top-0 {
  margin-top: 0px;
}
.m-top-5 {
  margin-top: 5px;
}
.m-top-10 {
  margin-top: 10px;
}
.m-top-15 {
  margin-top: 15px;
}
.m-top-20 {
  margin-top: 20px;
}
.m-top-25 {
  margin-top: 25px;
}
.m-top-30 {
  margin-top: 30px;
}
.m-top-35 {
  margin-top: 35px;
}
.m-top-40 {
  margin-top: 40px;
}
.m-top-45 {
  margin-top: 45px;
}
.m-top-50 {
  margin-top: 50px;
}
.m-bottom-0 {
  margin-bottom: 0px;
}
.m-bottom-5 {
  margin-bottom: 5px;
}
.m-bottom-10 {
  margin-bottom: 10px;
}
.m-bottom-15 {
  margin-bottom: 15px;
}
.m-bottom-20 {
  margin-bottom: 20px;
}
.m-bottom-25 {
  margin-bottom: 25px;
}
.m-bottom-30 {
  margin-bottom: 30px;
}
.m-bottom-35 {
  margin-bottom: 35px;
}
.m-bottom-40 {
  margin-bottom: 40px;
}
.m-bottom-45 {
  margin-bottom: 45px;
}
.m-bottom-50 {
  margin-bottom: 50px;
}
.m-left-0 {
  margin-left: 0px;
}
.m-left-5 {
  margin-left: 5px;
}
.m-left-10 {
  margin-left: 10px;
}
.m-left-15 {
  margin-left: 15px;
}
.m-left-20 {
  margin-left: 20px;
}
.m-left-25 {
  margin-left: 25px;
}
.m-left-30 {
  margin-left: 30px;
}
.m-left-35 {
  margin-left: 35px;
}
.m-left-40 {
  margin-left: 40px;
}
.m-left-45 {
  margin-left: 45px;
}
.m-left-50 {
  margin-left: 50px;
}
.m-right-0 {
  margin-right: 0px;
}
.m-right-5 {
  margin-right: 5px;
}
.m-right-10 {
  margin-right: 10px;
}
.m-right-15 {
  margin-right: 15px;
}
.m-right-20 {
  margin-right: 20px;
}
.m-right-25 {
  margin-right: 25px;
}
.m-right-30 {
  margin-right: 30px;
}
.m-right-35 {
  margin-right: 35px;
}
.m-right-40 {
  margin-right: 40px;
}
.m-right-45 {
  margin-right: 45px;
}
.m-right-50 {
  margin-right: 50px;
}
.p-top-0 {
  padding-top: 0px;
}
.p-top-5 {
  padding-top: 5px;
}
.p-top-10 {
  padding-top: 10px;
}
.p-top-15 {
  padding-top: 15px;
}
.p-top-20 {
  padding-top: 20px;
}
.p-top-25 {
  padding-top: 25px;
}
.p-top-30 {
  padding-top: 30px;
}
.p-top-35 {
  padding-top: 35px;
}
.p-top-40 {
  padding-top: 40px;
}
.p-top-45 {
  padding-top: 45px;
}
.p-top-50 {
  padding-top: 50px;
}
.p-bottom-0 {
  padding-bottom: 0px;
}
.p-bottom-5 {
  padding-bottom: 5px;
}
.p-bottom-10 {
  padding-bottom: 10px;
}
.p-bottom-15 {
  padding-bottom: 15px;
}
.p-bottom-20 {
  padding-bottom: 20px;
}
.p-bottom-25 {
  padding-bottom: 25px;
}
.p-bottom-30 {
  padding-bottom: 30px;
}
.p-bottom-35 {
  padding-bottom: 35px;
}
.p-bottom-40 {
  padding-bottom: 40px;
}
.p-bottom-45 {
  padding-bottom: 45px;
}
.p-bottom-50 {
  padding-bottom: 50px;
}
.p-left-0 {
  padding-left: 0px;
}
.p-left-5 {
  padding-left: 5px;
}
.p-left-10 {
  padding-left: 10px;
}
.p-left-15 {
  padding-left: 15px;
}
.p-left-20 {
  padding-left: 20px;
}
.p-left-25 {
  padding-left: 25px;
}
.p-left-30 {
  padding-left: 30px;
}
.p-left-35 {
  padding-left: 35px;
}
.p-left-40 {
  padding-left: 40px;
}
.p-left-45 {
  padding-left: 45px;
}
.p-left-50 {
  padding-left: 50px;
}
.p-right-0 {
  padding-right: 0px;
}
.p-right-5 {
  padding-right: 5px;
}
.p-right-10 {
  padding-right: 10px;
}
.p-right-15 {
  padding-right: 15px;
}
.p-right-20 {
  padding-right: 20px;
}
.p-right-25 {
  padding-right: 25px;
}
.p-right-30 {
  padding-right: 30px;
}
.p-right-35 {
  padding-right: 35px;
}
.p-right-40 {
  padding-right: 40px;
}
.p-right-45 {
  padding-right: 45px;
}
.p-right-50 {
  padding-right: 50px;
}
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .panel.affix {
    width: 218px;
    top: 15px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .panel.affix {
    position: inherit;
    width: auto;
  }
}
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
/* Bootstrap Style Override :: END */
