@import url("https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");

/* ── Utility classes: shadow, border, padding ────────────── */
.shadow-0 {
  box-shadow: none !important; }

.shadow-1 {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }

.shadow-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3); }

.shadow-3 {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3); }

.shadow-4 {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3); }

.shadow-5 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3); }

.text-shadow-1 {
  text-shadow: 1px 1px 2px black; }

.text-shadow-2 {
  text-shadow: 2px 2px 3px black; }

.text-shadow-3 {
  text-shadow: 3px 3px 4px black; }

.text-shadow-4 {
  text-shadow: 4px 4px 5px black; }

.text-shadow-5 {
  text-shadow: 5px 5px 6px black; }

.border-width-0 {
  border-width: 0; }

.border-width-1 {
  border-width: 1px; }

.border-width-2 {
  border-width: 2px; }

.border-width-3 {
  border-width: 3px; }

.border-width-4 {
  border-width: 4px; }

.border-width-5 {
  border-width: 6px; }

.border-radius-1 {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

.border-radius-2 {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

.border-radius-3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

.border-radius-4 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

.border-radius-5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

.border-radius-6 {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

.border-radius-7 {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

.border-radius-8 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

.border-radius-9 {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

.border-radius-10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

.border-all {
  border: solid 1px #ccc; }

.border-t {
  border: none;
  border-top: solid 1px #ccc; }

.border-b {
  border: none;
  border-bottom: solid 1px #ccc; }

.border-l {
  border: none;
  border-left: solid 1px #ccc; }

.border-r {
  border: none;
  border-right: solid 1px #ccc; }

.border-t-b {
  border: none;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc; }

.border-l-r {
  border: none;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc; }

.border-t-l {
  border: none;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc; }

.border-t-r {
  border: none;
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc; }

.border-b-1 {
  border: none;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc; }

.border-b-r {
  border: none;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc; }

.border-t-l-r {
  border: solid 1px #ccc;
  border-bottom: none; }

.border-b-1-r {
  border: solid 1px #ccc;
  border-top: none; }

.border-t-b-l {
  border: solid 1px #ccc;
  border-right: none; }

.border-t-b-r {
  border: solid 1px #ccc;
  border-left: none; }

.padding-5 {
  padding: 5px; }

.padding-10 {
  padding: 10px; }

.padding-15 {
  padding: 15px; }

.padding-20 {
  padding: 20px; }

.padding-25 {
  padding: 25px; }

.padding-30 {
  padding: 30px; }

.padding-35 {
  padding: 35px; }

.padding-40 {
  padding: 40px; }

.padding-45 {
  padding: 45px; }

.padding-50 {
  padding: 50px; }

/* ── Theme styles ────────────────────────────────────────── */
.admin-bar {
  top: 53px !important;
  z-index: 9; }

.list-inline {
  margin-bottom: 0 !important;
  margin-left: 0 !important; }

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 300; }

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100 !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.top-bar > .container-fluid {
  margin-right: -15px; }

.top-bar a {
  text-decoration: none; }
  .top-bar a:hover {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

.top-bar .contact-details li:first-child a:before {
  display: none; }

.top-bar .contact-details li a {
  font-size: 12px;
  display: block;
  line-height: 45px; }
  .top-bar .contact-details li a:before {
    position: relative;
    content: "|";
    font-size: 12px;
    margin: 0 3px; }

.top-bar .general-functions .open > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1; }

.top-bar .general-functions .dropdown-menu {
  opacity: .3;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0); 
  display: block;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  z-index: 1005 !important;
  width: 45px;
  min-width: inherit;
  border-top-color: transparent;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-top: -1px; }

.top-bar .general-functions .dropdown-toggle:after {
  display: none; }

.top-bar .general-functions li {
  float: right;
  border: none; }
  .top-bar .general-functions li .buttonGroup {
    list-style: none;
    margin: 0 !important; }
  .top-bar .general-functions li .material-icons {
    font-size: 1.8em;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center; }
  .top-bar .general-functions li a {
    font-size: 12px;
    display: block;
    border: none;
    line-height: 43px;
    text-align: center; }
  .top-bar .general-functions li:first-child a:before {
    display: none; }
  .top-bar .general-functions li .notification-holder a {
    display: block;
    position: relative;
    height: 43px;
    width: 43px;
    font-size: 0;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .top-bar .general-functions li .notification-holder .buttonGroup .userDisplayName {
    display: none; }
  .top-bar .general-functions li .notification-holder .buttonGroup .userProfileImg {
    display: none; }
  .top-bar .general-functions li .notification-holder .buttonGroup .userMessages {
    display: none; }
  .top-bar .general-functions li .notification-holder .buttonGroup .userNotifications strong:before {
    font-family: 'Material Icons';
    content: "forum";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 45px;
    -webkit-font-smoothing: antialiased; }
  .top-bar .general-functions li .notification-holder .buttonGroup .userNotifications span {
    line-height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    font-weight: normal;
    font-size: 10px;
    text-align: center;
    width: 18px;
    top: 50%;
    right: 10px;
    z-index: 10;
    display: block;
    position: absolute;
    overflow: hidden; }
  .top-bar .general-functions li .message-holder a {
    display: block;
    position: relative;
    height: 43px;
    width: 43px;
    font-size: 0;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .top-bar .general-functions li .message-holder .buttonGroup .userDisplayName {
    display: none; }
  .top-bar .general-functions li .message-holder .buttonGroup .userProfileImg {
    display: none; }
  .top-bar .general-functions li .message-holder .buttonGroup .userNotifications {
    display: none; }
  .top-bar .general-functions li .message-holder .buttonGroup .userMessages strong:before {
    font-family: 'Material Icons';
    content: "mail_outline";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 45px;
    -webkit-font-smoothing: antialiased; }
  .top-bar .general-functions li .message-holder .buttonGroup .userMessages span {
    line-height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    font-weight: normal;
    font-size: 10px;
    text-align: center;
    width: 18px;
    top: 50%;
    right: 10px;
    z-index: 10;
    display: block;
    position: absolute;
    overflow: hidden; }
  .top-bar .general-functions li .profile-holder a {
    display: block;
    position: relative;
    height: 45px;
    width: 45px;
    font-size: 0;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .top-bar .general-functions li .profile-holder .buttonGroup .userDisplayName {
    display: none; }
  .top-bar .general-functions li .profile-holder .buttonGroup .userMessages {
    display: none; }
  .top-bar .general-functions li .profile-holder .buttonGroup .userNotifications {
    display: none; }
  .top-bar .general-functions li .profile-holder .buttonGroup .userProfileImg {
    height: 45px;
    width: 45px; }
    .top-bar .general-functions li .profile-holder .buttonGroup .userProfileImg a {
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      text-align: center; }
    .top-bar .general-functions li .profile-holder .buttonGroup .userProfileImg img {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      border: solid 2px;
      width: 25px; }
      .top-bar .general-functions li .profile-holder .buttonGroup .userProfileImg img:hover {
        border: solid 2px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }

.page-banner {
  padding: 40px 0;
  margin-bottom: 20px; }
  .page-banner.banner8 {
    background: url(../images/pattern-04-bg.png) repeat top center #f9f9f9; }
  .page-banner h2 {
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase; }
  .page-banner p {
    color: #666;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 22px;
    margin: 0; }

footer {
  padding-top: 60px;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  line-height: 22px;
  margin: 0; }
  footer .copyright-section {
    padding: 15px 0;
    font-size: 12px;
    letter-spacing: 0.5px;
    border-top: 1px solid rgba(255, 255, 255, 0.06); }
  footer p {
    font-size: 13px;
    line-height: 22px;
    margin: 0; }
  footer a:link, footer a:active, footer a:focus, footer a:visited {
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; }
  footer a:hover {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px; }
  .back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    background-color: #444;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }


/*------------------------------------------*/
/*	     01 - General & Basic Styles
/*------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 21px;
  font-weight: 300; }

strong, b {
  font-weight: 700; }

img {
  max-width: 100%;
  height: auto; }

ul, ol {
  margin-bottom: 18px;
  margin-left: 18px; }

ul {
  list-style-type: disc; }

a {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

p {
  font-weight: 400;
  padding-bottom: 20px; }

i {
  font-size: 1.1em; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin: 0; }

h1, h2 {
  font-size: 2rem;
  line-height: 3rem; }

h3, h4 {
  font-size: 1.5rem;
  line-height: 2.5rem; }

h5, h6 {
  font-size: 1.2rem;
  line-height: 2.2rem; }

p {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  line-height: 21px;
  margin: 0; }

/*------------------------------------------------*/
/* Social buttons */
/*------------------------------------------------*/
/************************************************************************/
.contraC .contentpane ul.social-list {
  margin-bottom: 0 !important;
  margin-left: 0 !important; }

.contraC .contentpane .social-list {
  margin-bottom: 0; }

.contraC .contentpane .social-list li {
  padding: 0; }

.contraC .contentpane .social-list li a {
  margin: 0 3px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }

.contraC .contentpane .social-list li a.btn-xsmall i {
  font-size: 1em; }

.contraC .contentpane .social-list li a.btn-small i {
  font-size: 1.5em; }

.contraC .contentpane .social-list-item:not(:last-child) {
  margin-right: 0; }

.contraC .contentpane ul.social-list li a {
  text-decoration: none; }

/************************************************************************/
/************************************************************************/
/************************* Containers ***********************************/
/************************************************************************/
.contraC .contentpane ul.angle-list {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0; }
  .contraC .contentpane ul.angle-list ul {
    list-style-type: none; }
  .contraC .contentpane ul.angle-list li:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px; }

.contraC .contentpane ul.angle-double-list {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0; }
  .contraC .contentpane ul.angle-double-list ul {
    list-style-type: none; }
  .contraC .contentpane ul.angle-double-list li:before {
    content: "\f101";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px; }

.contraC .contentpane ul.arrow-list {
  list-style-type: none;
  margin-bottom: 18px;
  margin-left: 0; }
  .contraC .contentpane ul.arrow-list ul {
    list-style-type: none; }
  .contraC .contentpane ul.arrow-list li:before {
    content: "\f061";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px; }

.contraC .contentpane ul.arrow-circle-list {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0; }
  .contraC .contentpane ul.arrow-circle-list ul {
    list-style-type: none; }
  .contraC .contentpane ul.arrow-circle-list li:before {
    content: "\f0a9";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px; }

.contraC .contentpane ul.chevron-list {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0; }
  .contraC .contentpane ul.chevron-list ul {
    list-style-type: none; }
  .contraC .contentpane ul.chevron-list li:before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px; }

.contraC .contentpane ul.chevron-circle-list {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0; }
  .contraC .contentpane ul.chevron-circle-list ul {
    list-style-type: none; }
  .contraC .contentpane ul.chevron-circle-list li:before {
    content: "\f138";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px; }

.contraC .contentpane ul.caret-list {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0; }
  .contraC .contentpane ul.caret-list ul {
    list-style-type: none; }
  .contraC .contentpane ul.caret-list li:before {
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px; }

.contraC .contentpane ul.caret-square-list {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0; }
  .contraC .contentpane ul.caret-square-list ul {
    list-style-type: none; }
  .contraC .contentpane ul.caret-square-list li:before {
    content: "\f152";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px; }

.contraC .contentpane ul.tick-list {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0; }
  .contraC .contentpane ul.tick-list ul {
    list-style-type: none; }
  .contraC .contentpane ul.tick-list li:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px; }

.contraC .contentpane ul.tick-circle-list {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0; }
  .contraC .contentpane ul.tick-circle-list ul {
    list-style-type: none; }
  .contraC .contentpane ul.tick-circle-list li:before {
    content: "\f05d";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px; }

.contraC .contentpane ul.cross-list {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0; }
  .contraC .contentpane ul.cross-list ul {
    list-style-type: none; }
  .contraC .contentpane ul.cross-list li:before {
    content: "\f00d";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px; }

.contraC .contentpane ul.cross-circle-list {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0; }
  .contraC .contentpane ul.cross-circle-list ul {
    list-style-type: none; }
  .contraC .contentpane ul.cross-circle-list li:before {
    content: "\f05c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px; }

.contraC .contentpane ul.link-list {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0; }
  .contraC .contentpane ul.link-list ul {
    list-style-type: none; }
  .contraC .contentpane ul.link-list li:before {
    content: "\f0c1";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px; }

.contraC .contentpane a,
.contraC .contentpane a:active,
.contraC .contentpane a:link,
.contraC .contentpane a:visited, a:focus {
  font-weight: 700; }

.contraC .contentpane a:hover {
  text-decoration: none; }

.contraC h1.arrow:before, .contraC h2.arrow:before, .contraC h3.arrow:before,
.contraC h4.arrow:before, .contraC h5.arrow:before, .contraC h6.arrow:before {
  font-family: 'FontAwesome';
  content: "\f054";
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 5px; }

.contraC h1.circle:before, .contraC h2.circle:before, .contraC h3.circle:before,
.contraC h4.circle:before, .contraC h5.circle:before, .contraC h6.circle:before {
  font-family: 'FontAwesome';
  content: "\f111";
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 5px; }

.contraC h1.lined, .contraC h2.lined, .contraC h3.lined,
.contraC h4.lined, .contraC h5.lined, .contraC h6.lined {
  margin-bottom: 5px; }

.btn-round {
  position: relative;
  z-index: 1;
  width: 37px;
  height: 37px;
  padding: 0;
  background-color: #a6c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  vertical-align: middle;
  margin: 10px; }

.btn-round, .btn-round i {
  display: inline-block;
  line-height: 37px;
  text-align: center; }

.btn-square {
  position: relative;
  z-index: 1;
  width: 37px;
  height: 37px;
  padding: 0;
  background-color: #a6c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  vertical-align: middle;
  margin: 10px; }

.btn-square, .btn-square i {
  display: inline-block;
  line-height: 37px;
  text-align: center; }

