/*
 0 - 600px:		Phone
 600 - 900px:	Tablet Portrait
 900	- 1200px:	Tablet Landscape
 [1200-1800] is where our normal styles apply
 1800px +:		Big Desktop
 $breakpoint argument choices:
 - phone
 - tab-port
 - tab-land
 - big-desktop
 1em = 16px
 */
.board {
  background: #fff; }

.board .profile-tabs {
  position: relative;
  margin: 2.5rem auto;
  margin-bottom: 0;
  box-sizing: border-box; }

.profile-tabs .nav-item {
  position: relative; }

.board > div.board-inner {
  background: #fafafa url('../../images/geometry.png');
  background-size: 30%; }

p.narrow {
  width: 60%;
  margin: 0.62rem auto; }

.liner {
  height: 2px;
  background: #ddd;
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1; }

.profile-tabs > li.active > a, .profile-tabs > li.active > a:hover, .profile-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent; }

.profile-tabs > li {
  z-index: 2; }

.profile-tabs .nav-link.active, .profile-tabs .nav-link {
  outline: 0;
  border: 0;
  border-radius: 100px; }

span.round-tabs {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  border-radius: 100px;
  background: #fff;
  border: 2px solid #e0e0e0;
  z-index: 2;
  /* position: absolute;*/
  left: 0;
  text-align: center;
  font-size: 25px; }

.profile-tabs li a:focus, .profile-tabs li a:active {
  border: none; }

span.round-tabs.one {
  color: #22c222;
  border: 2px solid #22c222; }

li.active span.round-tabs.one {
  background: #fff !important;
  border: 2px solid #ddd;
  color: #22c222; }

span.round-tabs.two {
  color: #febe29;
  border: 2px solid #febe29; }

li.active span.round-tabs.two {
  background: #fff !important;
  border: 2px solid #ddd;
  color: #febe29; }

span.round-tabs.three {
  color: #3e5e9a;
  border: 2px solid #3e5e9a; }

li.active span.round-tabs.three {
  background: #fff !important;
  border: 2px solid #ddd;
  color: #3e5e9a; }

span.round-tabs.four {
  color: #f1685e;
  border: 2px solid #f1685e; }

li.active span.round-tabs.four {
  background: #fff !important;
  border: 2px solid #ddd;
  color: #f1685e; }

span.round-tabs.five {
  color: #999;
  border: 2px solid #999; }

li.active span.round-tabs.five {
  background: #fff !important;
  border: 2px solid #ddd;
  color: #999; }

.profile-tabs .nav-link span.round-tabs {
  background: #fafafa; }

.profile-tabs > li {
  width: 12%; }

.profile-tabs .nav-link:after {
  content: " ";
  position: absolute;
  left: 44%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: #ddd;
  transition: 0.1s ease-in-out; }

.profile-tabs .nav-link.active:after {
  content: " ";
  left: 44%;
  opacity: 1;
  margin: 0 auto;
  bottom: 0px;
  border: 0.62rem solid transparent;
  border-bottom-color: #ddd; }

.profile-tabs > li a {
  width: 4.37rem;
  height: 4.37rem;
  margin: 1.25rem auto;
  border-radius: 100%;
  padding: 0; }

.profile-tabs > li a:hover {
  background: transparent; }

.tab-pane {
  position: relative;
  padding-top: 3.12rem; }

.tab-content .head {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.56rem;
  text-transform: uppercase;
  padding-bottom: 0.62rem; }

.btn-outline-rounded {
  padding: 0.62rem 2.5rem;
  margin: 1.25rem 0;
  border: 2px solid transparent;
  border-radius: 1.56rem; }

.btn.green {
  background-color: #5cb85c;
  /*border: 2px solid #5cb85c;*/
  color: #fff; }

@media (max-width: 585px) {
  .board {
    height: auto !important; }

  span.round-tabs {
    font-size: 1rem;
    width: 3.12rem;
    height: 3.12rem;
    line-height: 3.12rem; }

  .tab-content .head {
    font-size: 1.25rem; }

  .profile-tabs > li a {
    width: 3.12rem;
    height: 3.12rem;
    line-height: 3.12rem; }

  .profile-tabs > li.active:after {
    content: " ";
    position: absolute;
    left: 35%; }

  .btn-outline-rounded {
    padding: 0.75rem 1.25rem; } }

.fprlv06-view {
  background: #fff none repeat scroll 0 0 !important; }
/*
 0 - 600px:		Phone
 600 - 900px:	Tablet Portrait
 900	- 1200px:	Tablet Landscape
 [1200-1800] is where our normal styles apply
 1800px +:		Big Desktop
 $breakpoint argument choices:
 - phone
 - tab-port
 - tab-land
 - big-desktop
 1em = 16px
 */
.well {
  margin-top: -1.25rem;
  text-align: center;
  cursor: pointer;
  font-size: 1.56rem;
  padding: 0.93rem;
  border-radius: 0px !important; }

.well:hover {
  margin-top: -1.25rem;
  text-align: center;
  cursor: pointer;
  font-size: 1.56rem;
  padding: 0.93rem;
  border-radius: 0px !important;
  border-bottom: 2px solid rgba(97, 203, 255, 0.65); }

.bg_blur {
  height: 18.75rem;
  background-size: cover; }

.follow_btn {
  text-decoration: none;
  position: absolute;
  left: 35%;
  top: 42.5%;
  width: 35%;
  height: 15%;
  background-color: #007fbe;
  padding: 0.62rem;
  padding-top: 6px;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  border: 4px solid #007fbe; }

.follow_btn:hover {
  text-decoration: none;
  position: absolute;
  left: 35%;
  top: 42.5%;
  width: 35%;
  height: 15%;
  background-color: #007fbe;
  padding: 0.62rem;
  padding-top: 6px;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  border: 4px solid rgba(255, 255, 255, 0.8); }

.header {
  color: #808080;
  margin-left: 10%; }

.picture {
  width: 150px;
  position: absolute;
  top: 4.68rem;
  left: -4.68rem; }

.picture_mob {
  position: absolute;
  width: 35%;
  left: 35%;
  bottom: 70%; }

.btn-style {
  color: #fff;
  background-color: #007fbe;
  border-color: #adadad;
  width: 33.3%; }

.btn-style:hover {
  color: #333;
  background-color: #3d5de0;
  border-color: #adadad;
  width: 33.3%; }

.profile01 {
  margin-right: 20%;
  float: right; }

.profile01 .user-social {
  text-align: center;
  width: 3.75rem;
  height: 3.75rem;
  float: left;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), inset 0 0 50px rgba(0, 0, 0, 0.1);
  border-radius: 6.25rem;
  margin: 0 0.62rem 0.62rem 0;
  padding: 0.8rem; }

.profile01 .google-plus:hover {
  background: #dd4b39;
  color: #fff; }

.profile01 .facebook:hover {
  background: #3b5998;
  color: #fff; }

.profile01 .twitter:hover {
  background: #00acee;
  color: #fff; }

.profile01 .pinterest:hover {
  background: #c8232c;
  color: #fff; }

.profile01 .linkedin:hover {
  background: #0e76a8;
  color: #fff; }

.profile01 .globe:hover {
  background: #00aff0;
  color: #fff; }

.profile01 .youtube:hover {
  background: #c4302b;
  color: #fff; }

.profile01 .instagram:hover {
  background: #34526f;
  color: #fff; }

@media (max-width: 767px) {
  .header {
    text-align: center; }

  .profile01 {
    margin-right: 0px;
    float: left; } }
/*
 0 - 600px:		Phone
 600 - 900px:	Tablet Portrait
 900	- 1200px:	Tablet Landscape
 [1200-1800] is where our normal styles apply
 1800px +:		Big Desktop
 $breakpoint argument choices:
 - phone
 - tab-port
 - tab-land
 - big-desktop
 1em = 16px
 */
.fprlv06-view {
  background: #f1f1f1 none repeat scroll 0 0;
  margin: 0 0 1.25rem;
  padding: 0; }

.fprlv06-image {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  padding: 0; }

.module-holder {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  padding: 0.62rem; }

.module-holder-in {
  border: 1px dashed #d9d9d9;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  padding-left: 0.62rem;
  padding-right: 0.62rem; }

.fprlv06-header {
  clear: both;
  display: block;
  margin: 0 auto 0.62rem;
  overflow: hidden; }

.fprlv06-header .fa {
  background-color: #777;
  color: #fff;
  padding: 6px;
  margin-right: 5px;
  border-radius: 50%; }

.fprlv06-title {
  font-size: 1.12rem;
  font-family: Arial, sans-serif;
  line-height: 110%;
  margin: 0;
  padding: 0.62rem 0 4px;
  font-weight: 600; }

.fprlv06-title > a {
  color: #333;
  text-decoration: none; }

.fprlv06-info {
  color: #333; }

.fprlv06-description {
  margin: 0 auto;
  padding: 0; }

.fprlv06-readmore {
  display: inline; }

.btn-readmore {
  display: table;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  overflow: hidden;
  padding: 0.62rem 1.25rem;
  text-transform: uppercase; }

.fprlv06-date, .fprlv06-hits, .fprlv06-expires, .fprlv06-all {
  border: medium none;
  color: #333;
  display: block;
  float: left;
  font-size: 90% !important;
  margin: 0 0.62rem 0.62rem 0 !important;
  overflow: hidden;
  padding: 0 !important; }

.fprlv06-img {
  max-height: 150px; }
/*
 0 - 600px:		Phone
 600 - 900px:	Tablet Portrait
 900	- 1200px:	Tablet Landscape
 [1200-1800] is where our normal styles apply
 1800px +:		Big Desktop
 $breakpoint argument choices:
 - phone
 - tab-port
 - tab-land
 - big-desktop
 1em = 16px
 */
/*---------------------------------------------*/
/* Modules Featured, Popular and Recently Block
 /*---------------------------------------------*/
.fprlv03 {
  border: none;
  border-radius: 0px; }

.fprlv03 .border-list {
  border-bottom: 1px dotted #bbb; }

.fprlv03 > .card-body {
  padding-bottom: 0; }

.fprlv03 > .card-header {
  background: #ffd400 none repeat scroll 0 0;
  border-color: #ffd400;
  border-radius: 0px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #1d1d1d; }

.fprlv03 .list-heading {
  color: #1d1d1d;
  font-style: italic;
  font-size: 0.93rem; }

.fprlv03 .list-heading:hover {
  color: #1d1d1d;
  text-decoration: none; }

.home-lst-desc {
  font-size: 0.75rem;
  text-align: left; }

.fprlv03-img {
  height: auto !important; }
  @media only screen and (max-width: 37.5em) {
  .fprlv03-img {
    max-height: 150px; } }
/*
 0 - 600px:		Phone
 600 - 900px:	Tablet Portrait
 900	- 1200px:	Tablet Landscape
 [1200-1800] is where our normal styles apply
 1800px +:		Big Desktop
 $breakpoint argument choices:
 - phone
 - tab-port
 - tab-land
 - big-desktop
 1em = 16px
 */
#social-sharrre {
  float: left;
  height: 3.75rem;
  margin: 0 10%; }

.sharrre .button {
  float: left;
  width: 3.75rem; }
