@import url("//fonts.googleapis.com/css?family=Open+Sans:300,300italic,600,600italic,700");
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,300italic,600,600italic,700");
@import url("//fonts.googleapis.com/css?family=Montserrat:400,700");
@import url("//fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900");
@import url("font-awesome.min.css");
@font-face {
  font-family: champagneLimousines;
  src: url(fonts/champagne_limousines/Champagne_Limousines.ttf); }
@font-face {
  font-family: champagneLimousines;
  src: url(fonts/champagne_limousines/Champagne_Limousines_Bold.tff);
  font-weight: bold; }
/*****************************************/
.login_text {
  font: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000000;
  padding: 15px 5px 5px 5px; }

.login_welcome {
  font: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #10425A;
  font-weight: bold; }

.text_1 {
  font: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000000; }

.text_2 {
  font: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666666; }

.text_3 {
  font: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000000; }

.text_justify {
  text-align: justify; }

/* CSS Document */
* {
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease; }

body, html {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 100%;
  height: 100%;
  min-height: 100%;
  background: #FAFAFA;
  margin: 0px;
  color: #000; }

td, th, a, p, h2, h6 {
  font-family: 'Open Sans', sans-serif; }

h2 {
  font-size: 16px;
  font-weight: bold; }

h6 {
  font-size: 12px;
  font-weight: bold;
  margin: 0px; }

body, input, textarea, select {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.75em;
  color: #000;
  font-weight: 300; }

body.is-loading * {
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important; }

a {
  color: #0057AD;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease; }
  a:hover {
    color: #43bff0; }
  a:link {
    color: #0057AD;
    text-decoration: none; }
  a img {
    border: 0; }

b, strong {
  font-weight: 600; }

i, em {
  font-style: italic; }

sub {
  position: relative;
  top: 0.5em;
  font-size: 0.8em; }

sup {
  position: relative;
  top: -0.5em;
  font-size: 0.8em; }

blockquote {
  border-left: solid 0.75em #eee;
  padding: 1em 0 1em 1.5em;
  font-style: italic; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat"; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
  color: inherit; }

h2, h3, h4, h5, h6 {
  font-weight: 100; }

h1 {
  font-weight: 300; }

h1 strong {
  font-weight: 700; }

em, i {
  font-style: italic; }

br.clear {
  clear: both; }

hr {
  border: 0;
  border-top: solid 1px #444;
  border-top-color: rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
  height: 1px;
  margin: 2em 0;
  width: 90%; }

p, ul, ol, dl, table {
  margin-bottom: 1em; }

/** List Styles **/
dt {
  margin: 8px;
  font-weight: bold; }

dd {
  margin-top: 8px;
  margin-bottom: 8px; }

/** end list styles **/
div {
  text-align: left; }

hr {
  height: 1px;
  color: #CCC;
  border: 0px;
  border-top: 1px solid #cdcdcd; }

/**********************************/
.transparent {
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  opacity: .5; }

.show {
  display: inline; }

.hide {
  display: none; }

.error {
  text-align: left;
  color: #F00;
  font-size: 11px;
  font-weight: bold;
  padding: 0px 5px;
  border: 1px dotted #F00;
  background-color: rgba(255, 0, 58, 0.09); }

.success {
  text-align: left;
  color: #00232C;
  font-size: 11px;
  font-weight: bold;
  padding: 0px 5px;
  border: 1px dotted #00232C;
  background-color: #66cc66; }

.available {
  color: #66cc66;
  font-size: 13px;
  font-weight: bold; }

.unavailable {
  color: #f33;
  font-size: 13px;
  font-weight: bold; }

.clear {
  clear: both; }

.floatl {
  float: left; }

.closeIcon {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 20px;
  width: 20px;
  background: url(../images/closeIcon.png) no-repeat;
  text-indent: -999em;
  text-decoration: none; }

/*tooltip*/
.tooltip {
  position: absolute;
  display: inline-block;
  min-width: 5em;
  padding: .5em;
  background: #F4C63D;
  color: #453D3F;
  font-weight: 700;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  opacity: 100; }
  .tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top-color: #F4C63D; }

/** Base Form Styles ***/
label,
input,
button,
select,
textarea,
button {
  font-weight: normal;
  line-height: 20px; }

select:disabled {
  -webkit-appearance: menulist-text;
  font-weight: bold; }

label {
  /*display: block;*/
  margin-bottom: 5px; }

input {
  min-width: 125px; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 40px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 15px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

select {
  height: 25px; }

/*input,
textarea,
.uneditable-input {
  width: 206px;
}*/
textarea {
  height: auto; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  width: -webkit-fill-available; }

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }

.content-box {
  position: relative;
  z-index: 1; }
  .content-box-angle-bottom {
    position: relative;
    z-index: 1; }
    .content-box-angle-bottom:after {
      background: inherit;
      content: '';
      display: block;
      height: 50%;
      left: 0;
      position: absolute;
      right: 0;
      z-index: -1;
      -webkit-backface-visibility: hidden; }
    .content-box-angle-bottom:after {
      bottom: 0;
      transform: skewY(-1.5deg);
      transform-origin: 100%; }
  .content-box-angle-bottom-reverse {
    position: relative;
    z-index: 1; }
    .content-box-angle-bottom-reverse:after {
      background: inherit;
      content: '';
      display: block;
      height: 50%;
      left: 0;
      position: absolute;
      right: 0;
      z-index: -1;
      -webkit-backface-visibility: hidden; }
    .content-box-angle-bottom-reverse:after {
      bottom: 0;
      transform: skewY(1.5deg);
      transform-origin: 0 100%; }
  .content-box-angle-top {
    position: relative;
    z-index: 1; }
    .content-box-angle-top:before {
      background: inherit;
      content: '';
      display: block;
      height: 50%;
      left: 0;
      position: absolute;
      right: 0;
      z-index: -1;
      -webkit-backface-visibility: hidden; }
    .content-box-angle-top:before {
      top: 0;
      transform: skewY(1.5deg);
      transform-origin: 100% 0; }
  .content-box-angle-top-reverse {
    position: relative;
    z-index: 1; }
    .content-box-angle-top-reverse:before {
      background: inherit;
      content: '';
      display: block;
      height: 50%;
      left: 0;
      position: absolute;
      right: 0;
      z-index: -1;
      -webkit-backface-visibility: hidden; }
    .content-box-angle-top-reverse:before {
      top: 0;
      transform: skewY(-1.5deg);
      transform-origin: 0 0; }
  .content-box-angle-both {
    position: relative;
    z-index: 1; }
    .content-box-angle-both:before, .content-box-angle-both:after {
      background: inherit;
      content: '';
      display: block;
      height: 50%;
      left: 0;
      position: absolute;
      right: 0;
      z-index: -1;
      -webkit-backface-visibility: hidden; }
    .content-box-angle-both:before {
      top: 0;
      transform: skewY(1.5deg);
      transform-origin: 100% 0; }
    .content-box-angle-both:after {
      bottom: 0;
      transform: skewY(-1.5deg);
      transform-origin: 100%; }
  .content-box-angle-both-reverse {
    position: relative;
    z-index: 1; }
    .content-box-angle-both-reverse:before, .content-box-angle-both-reverse:after {
      background: inherit;
      content: '';
      display: block;
      height: 50%;
      left: 0;
      position: absolute;
      right: 0;
      z-index: -1;
      -webkit-backface-visibility: hidden; }
    .content-box-angle-both-reverse:before {
      top: 0;
      transform: skewY(-1.5deg);
      transform-origin: 0 0; }
    .content-box-angle-both-reverse:after {
      bottom: 0;
      transform: skewY(1.5deg);
      transform-origin: 0 0; }
  .content-box.java {
    background: #24ADBE;
    color: #fff; }

.icon-med {
  font-size: 40px; }
.icon-small {
  font-size: 20px; }

.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%; }

/* components  */
/* CSS Document */
/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/
.nav-list {
  display: inline;
  text-transform: uppercase; }

#nav {
  background-color: #000;
  text-align: left;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
  cursor: default;
  opacity: .98;
  border-bottom: 1px solid #89c6fb; }

.nav-list-item {
  transition: all .2s;
  margin-bottom: 10px;
  margin-right: 10px; }

.nav-list-item a {
  font-size: 0.8em;
  color: #2f2e2e;
  text-decoration: none;
  padding-bottom: 8%;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400; }

.nav-list-item.secondary a {
  color: #828282; }

#nav ul {
  margin-bottom: 0; }

#nav li {
  display: inline-block; }

#nav a {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  outline: 0;
  font-size: .7em; }

#nav a.active:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -0.6em;
  left: 50%;
  margin-left: -0.75em;
  border-left: solid 0.75em transparent;
  border-right: solid 0.75em transparent;
  border-top: solid 0.6em #282828; }

.mobile-nav {
  float: left; }

#subnav {
  padding: 3em 0 0em 0; }

#subnav a {
  color: #000;
  text-decoration: none;
  font-size: 10pt;
  font-weight: bold; }

#subnav a:hover {
  color: #24ADBE; }

/*********************************************************************************/
/* Hamburger                                                                     */
/*********************************************************************************/
.menu-btn div {
  position: absolute;
  left: 100%;
  top: 64%;
  padding-right: 8px;
  margin-top: -0.50em;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 200;
  vertical-align: middle;
  z-index: 99; }

.menu-btn .icon {
  cursor: pointer; }

.menu-text {
  font-size: .9em !important;
  float: left !important;
  padding-left: 1% !important; }

.mobile-nav span {
  padding: 0% 1.5%;
  float: left;
  color: white;
  font-size: 1.5em;
  font-weight: 300; }

.social-media-links {
  float: left;
  padding-top: 0px;
  margin-left: 50px; }

.social-media-links a {
  font-size: 1em !important; }

.social-media-links a:hover {
  color: #43bff0 !important; }

.social-media-links img {
  height: 30px;
  width: 30px; }

.responsive-menu {
  position: fixed;
  width: 13%;
  display: none;
  text-decoration: none;
  background: #f1f1f1;
  float: right;
  z-index: 10000;
  opacity: .99;
  height: 100%;
  /*border-right:1px solid #A3A3A3;*/ }

.responsive-home-btn {
  float: left;
  padding: 2%;
  padding-right: 7%;
  padding-top: 7%;
  margin-left: 20px;
  cursor: pointer;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }

.responsive-home-btn.close {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

.responsive-home-btn img {
  height: 36px;
  width: 41px; }

.responsive-menu-close {
  float: right;
  padding: 2%;
  padding-right: 7%;
  padding-top: 7%;
  cursor: pointer;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }

.responsive-menu-close.close {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

.responsive-menu-close img {
  height: 30px;
  width: 30px; }

.expand {
  display: block !important; }

li.active {
  background-position: 20% 100%; }

li.active a {
  font-weight: 600; }

li.greenclr.active {
  background-position: 20% 100%;
  border-bottom: 4px solid #1ae38b; }

li.lblueclr.active {
  background-position: 20% 100%;
  border-bottom: 4px solid #24ADBE; }

li.mblueclr.active {
  background-position: 20% 100%;
  border-bottom: 4px solid #89c6fb; }

li.dblueclr.active {
  background-position: 20% 100%;
  border-bottom: 4px solid #8F2B85; }

li.purpleclr.active {
  background-position: 20% 100%;
  border-bottom: 4px solid #2B6FA9; }

li.redclr.active {
  background-position: 20% 100%;
  border-bottom: 4px solid #BB1F46; }

li.yellowclr.active {
  background-position: 20% 100%;
  border-bottom: 4px solid #F3AE19; }

li.redclr.active {
  background-position: 20% 100%;
  border-bottom: 4px solid #f10808; }

li.blackclr.active {
  background-position: 20% 100%;
  border-bottom: 4px solid #000; }

li.greenclr:hover {
  background-position: 20% 100%;
  border-bottom: 4px solid #1ae38b; }

li.lblueclr:hover {
  background-position: 20% 100%;
  border-bottom: 4px solid #24ADBE; }

li.mblueclr:hover {
  background-position: 20% 100%;
  border-bottom: 4px solid #89c6fb; }

li.dblueclr:hover {
  background-position: 20% 100%;
  border-bottom: 4px solid #8F2B85; }

li.purpleclr:hover {
  background-position: 20% 100%;
  border-bottom: 4px solid #2B6FA9; }

li.redclr:hover {
  background-position: 20% 100%;
  border-bottom: 4px solid #BB1F46; }

li.yellowclr:hover {
  background-position: 20% 100%;
  border-bottom: 4px solid #F3AE19; }

li.redclr:hover {
  background-position: 20% 100%;
  border-bottom: 4px solid #f10808; }

li.blackclr:hover {
  background-position: 20% 100%;
  border-bottom: 4px solid #000; }

.hamburger-list-item {
  transition: all .2s;
  margin-bottom: 10px; }

.hamburger-list-item a {
  font-size: 0.8em;
  color: #2f2e2e;
  text-decoration: none;
  padding-bottom: 8%;
  margin-left: 5%;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400; }

.hamburger-list-item.secondary a {
  color: #828282; }

.hamburger-list {
  float: left;
  margin-top: 5%;
  margin-left: 10%;
  width: 90%;
  /*font-family: "Montserrat";
  font-weight:400;
  font-size:16px;*/ }

.empty-space {
  height: 1px; }

#logo {
  max-width: 100%;
  max-height: 31px; }

.og-grid {
  list-style: none;
  padding: 0px 0;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%; }

.og-grid li {
  margin: 0px;
  padding: 0px;
  vertical-align: top;
  width: 23%;
  margin: 1%; }

.og-grid li > a,
.og-grid li > a img {
  border: none;
  outline: none;
  display: block;
  position: relative;
  width: 100%; }

.og-grid li.og-expanded > a::after {
  top: auto;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #000;
  border-width: 15px;
  left: 50%;
  margin: -20px 0 0 -15px; }

.og-expander {
  position: absolute;
  background: #000;
  top: auto;
  left: 0;
  width: 100%;
  margin-top: 10px;
  text-align: left;
  height: 0;
  overflow: hidden; }

.og-expander-inner {
  padding: 50px 30px;
  height: 100%; }

.og-close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
  cursor: pointer; }

.og-close::before,
.og-close::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  height: 3px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }

.og-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.og-close:hover::before,
.og-close:hover::after {
  background: #333; }

.og-fullimg,
.og-details {
  /*width: 50%;
  float: left;
  height: 100%;*/
  overflow: hidden;
  position: relative; }

.og-details {
  padding: 0 0px 20px 12%; }

.og-fullimg {
  text-align: center; }

.og-fullimg img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%; }

.og-details h3 {
  font-weight: 300;
  font-size: 52px;
  padding: 40px 0 10px;
  margin-bottom: 10px; }

.og-details h4 {
  font-weight: 300;
  font-size: 30px;
  padding: 10px 0 10px;
  margin-bottom: 0px;
  color: #fff; }

.og-details p {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin: 0px 10px; }

.og-details a {
  font-weight: 400;
  font-size: 18px;
  color: #6CF;
  /*letter-spacing: 2px;*/
  padding: 0px 0px;
  margin: 0px 0 0px 0;
  outline: none;
  text-decoration: none; }

.og-details a::before {
  /*content: '\2192';*/
  display: inline-block;
  margin-right: 10px; }

.og-details a:hover {
  border-color: #999;
  color: #999; }

.og-loading {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ddd;
  box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  -webkit-animation: loader 0.5s infinite ease-in-out both;
  -moz-animation: loader 0.5s infinite ease-in-out both;
  animation: loader 0.5s infinite ease-in-out both; }

@-webkit-keyframes loader {
  0% {
    background: #ddd; }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; } }
@-moz-keyframes loader {
  0% {
    background: #ddd; }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; } }
@keyframes loader {
  0% {
    background: #ddd; }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; } }
@media screen and (max-width: 830px) {
  .og-expander h3 {
    font-size: 32px; }

  .og-expander p {
    font-size: 13px; }

  .og-expander a {
    font-size: 12px; } }
@media screen and (max-width: 650px) {
  .og-fullimg {
    display: none; }

  .og-details {
    float: none;
    width: 100%; } }
/*
@import 'components/featured';
@import 'components/feeds';
@import 'components/file-drag';
@import 'components/imgareaselect-default';
@import 'components/menu';
@import 'components/mini-profile';
@import 'components/tabs';
@import 'components/user-card';
**/
/*** responsive ***/
/*modules ***/
.portfolio-home {
  display: inline-flex;
  /* or inline-flex */
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%; }
  .portfolio-home.main {
    margin-bottom: 5px; }
  .portfolio-home .portfolio-item {
    margin: auto;
    width: 100%;
    margin-top: 0px;
    position: relative; }
    .portfolio-home .portfolio-item.main {
      width: 100%;
      margin-bottom: 10px; }
      .portfolio-home .portfolio-item.main img {
        width: 100%; }

.portfolio-item .title {
  width: 100%;
  height: 100%;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 27px;
  background: #000000ad;
  color: white;
  padding: 66px 31px;
  top: 0;
  /* margin: 0px 17px; */
  position: absolute;
  font-size: 22px; }

.portfolio-link .title:hover {
  background: #43B3E0;
  opacity: 0.85; }
.portfolio-link:hover {
  color: #fff;
  text-decoration: none; }

.portfolio-header {
  background-color: #fff;
  color: #000; }

.portfolio-featured {
  background: url("../img/Portfolio/featured-nih.jpg") no-repeat #ffffff;
  background-position: top;
  background-size: cover;
  height: 500px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end; }
  .portfolio-featured .title {
    position: absolute;
    bottom: 0px;
    margin: 0 auto;
    background: #ffffffd1;
    padding: 10px;
    width: 30%;
    font-weight: bold; }

.portfolio-featured-link {
  color: #000; }

/*********************************************************************************/
/* Portfolio                                                                     */
/*********************************************************************************/
#owl-demo {
  text-shadow: none; }

.port-gallery-wrapper {
  padding: 0 0 0 0 !important; }

.wrapper.portfolio-wrapper {
  padding: 7em 0 6em 0; }

div.port-item {
  padding-left: 0px !important;
  padding-top: 1px !important;
  background-size: 99.6%;
  margin-top: 3px;
  min-height: 250px;
  position: relative;
  text-shadow: none;
  color: white; }

.port-item-1 {
  background: url("../img/Portfolio_Videmus.png") no-repeat #ffffff; }

.port-item-2 {
  background: url("../img/Portfolio_CPIC.png") no-repeat #ffffff; }

.port-item-3 {
  background: url("../img/Portfolio_FFEA.png") no-repeat #ffffff; }

.port-item-4 {
  background: url("../img/Portfolio_Vavaki_Group.png") no-repeat #ffffff; }

.port-item-5 {
  background: url("../img/Portfolio_FAME.png") no-repeat #ffffff; }

.port-item-6 {
  background: url("../img/Portfolio_NCAHAAD.png") no-repeat #ffffff; }

span.port-item-footer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  background: rgba(43, 111, 169, 0.8);
  display: flex;
  align-items: center;
  font-size: 22px;
  flex-direction: column;
  justify-content: center;
  font-weight: bold; }

.port-item-footer {
  color: #fff; }
  .port-item-footer p {
    margin: 0 5px; }
  .port-item-footer:hover {
    font-weight: bold;
    text-decoration: underline; }

span.port-item-footer span.icon {
  float: right;
  color: white !important;
  text-shadow: none;
  margin-right: 5%;
  margin-top: 11%;
  background-color: rgba(0, 139, 255, 0.52);
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 2%; }

.project-title {
  color: white !important;
  text-transform: uppercase; }

.owl-prev {
  position: absolute;
  left: 5%;
  top: 40%;
  background: transparent;
  background: url(../img/Left-Arrow.png) no-repeat;
  background-size: 34px 34px; }

.owl-next {
  position: absolute;
  right: 5%;
  top: 40%;
  background: transparent;
  background: url(../img/Right-Arrow.png) no-repeat;
  background-size: 34px 34px; }

div.owl-close {
  color: white;
  position: absolute;
  top: 5%;
  right: 5%;
  text-shadow: 0px;
  font-weight: 500;
  text-shadow: none; }

.owl-item img {
  max-width: 20%;
  /*float:left;*/ }

.owl-item .item {
  display: flex; }

/* 
@import 'modules/admin';
@import 'modules/landing-page';
@import 'modules/league-page';
@import 'modules/match-up';
@import 'modules/onboarding';
@import 'modules/sign-up-page';
@import 'modules/stat-page';
@import 'modules/team-profile';
@import 'modules/tournament-center';
@import 'modules/user-center';
@import 'modules/user-profile';
 **/
/*
	Miniport by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
/***************** /
/*** color scheme */
/********************/
.light-green {
  color: #1ae38b; }

.light-blue {
  color: #24ADBE;
  /*#6DCEC1*/
  /*#07a2b4*/ }

.med-blue {
  color: #89c6fb; }

.dark-blue {
  color: #8F2B85; }

.maroon {
  color: #bb1f46; }

.purple {
  color: #2b6fa9; }

.orange {
  color: #F3AE19; }

.black {
  color: #000; }

.red {
  color: #f10808; }

/**** text *****/
/*********************************************************************************/
/* About US Page                                                                   */
/*********************************************************************************/
.about {
  background-color: #aaa;
  background-image: url(/img/about5.png);
  background-size: cover;
  background-position: 5% 50px;
  background-repeat: no-repeat; }

.about-us-para {
  text-align: left;
  font-size: .95em; }

.about-us-para ul {
  float: left; }

.about-us-para ul li {
  clear: left;
  float: left; }

.wordCloud {
  padding-left: 2%;
  width: 400px;
  height: 172px; }

/*********************************************************************************/
/* Services  Page                                                                   */
/*********************************************************************************/
.IT-section-one {
  float: left;
  width: 50%; }

.IT-section-two {
  float: left;
  width: 45%;
  margin-left: 5%; }

.design-section-one {
  float: left;
  width: 50%; }

.design-section-two {
  float: left;
  width: 45%;
  margin-left: 5%;
  text-align: left; }

/* Scroll To Top */
#toTop {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  opacity: 0.9;
  font-size: 1.8em;
  filter: alpha(opacity=90);
  /* For IE8 and earlier */
  color: #2b6fa9; }

a#toTop:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  color: #7dacd4; }

/* Form */
form label {
  color: #3e3e3e;
  font-weight: 700;
  font-size: .9em;
  display: block;
  margin: 0 0 0.5em 0; }

form input[type=text],
form input[type=email],
form input[type=password],
form select {
  outline: none;
  -webkit-appearance: none;
  display: block;
  border: 0;
  margin: 5px;
  padding: 0.3em !important;
  padding-left: 1em !important;
  font-size: .9em;
  border-radius: 4px;
  border: solid 1px #ddd;
  background: #fff;
  color: #000;
  box-shadow: inset 0px 2px 3px 1px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(255, 255, 255, 0.025);
  width: 275px;
  -moz-transition: background .2s ease-in-out, box-shadow .2s ease-in-out;
  -webkit-transition: background .2s ease-in-out, box-shadow .2s ease-in-out;
  -o-transition: background .2s ease-in-out, box-shadow .2s ease-in-out;
  -ms-transition: background .2s ease-in-out, box-shadow .2s ease-in-out;
  transition: background .2s ease-in-out, box-shadow .2s ease-in-out; }

form textarea {
  outline: none;
  -webkit-appearance: none;
  display: block;
  border: 0;
  margin: 5px;
  padding: 0.3em !important;
  padding-left: 1em !important;
  font-size: .9em;
  border-radius: 4px;
  border: solid 1px #ddd;
  background: #fff;
  color: #000;
  box-shadow: inset 0px 2px 3px 1px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(255, 255, 255, 0.025);
  width: 350px;
  -moz-transition: background .2s ease-in-out, box-shadow .2s ease-in-out;
  -webkit-transition: background .2s ease-in-out, box-shadow .2s ease-in-out;
  -o-transition: background .2s ease-in-out, box-shadow .2s ease-in-out;
  -ms-transition: background .2s ease-in-out, box-shadow .2s ease-in-out;
  transition: background .2s ease-in-out, box-shadow .2s ease-in-out; }

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form select:focus,
form textarea:focus {
  background: #fafafa;
  /*box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.05), 0px 1px 0px 0px rgba(255,255,255,0.025), inset 0px 0px 2px 1px #43bff0;*/
  border: 2px solid #95c2f0;
  box-shadow: 0 0 7px #95c2f0; }

form textarea {
  height: 15em; }

form .formerize-placeholder {
  color: #ccc !important; }

form ::-webkit-input-placeholder {
  color: #ccc !important; }

form :-moz-placeholder {
  color: #ccc !important; }

form ::-moz-placeholder {
  color: #ccc !important; }

form :-ms-input-placeholder {
  color: #ccc !important; }

form ::-moz-focus-inner {
  border: 0; }

/* Tables */
table {
  width: 100%; }

table.default {
  width: 100%; }

table.default tr {
  border-top: solid 1px #eee; }

table.default tr:first-child {
  border-top: 0; }

table.default td {
  padding: 0.5em 1em 0.5em 1em; }

table.default th {
  text-align: left;
  padding: 0.5em 1em 0.5em 1em;
  font-weight: 600;
  margin: 0 0 1em 0; }

table.default thead {
  background: #4f4f4f;
  color: #fff; }

/* Section/Article */
section,
article {
  margin-bottom: 3em; }

section > :last-child,
article > :last-child {
  margin-bottom: 0; }

section:last-child,
article:last-child {
  margin-bottom: 0; }

/* Image */
.image {
  display: inline-block;
  position: relative; }

.image img {
  display: block;
  width: 100%; }

.image.fit {
  display: block;
  width: 100%; }

.image.featured {
  display: block;
  width: 100%;
  margin: 0 0 2em 0; }

.image.left {
  float: left;
  margin: 0 2em 2em 0; }

.image.centered {
  display: block;
  margin: 0 0 2em 0; }

.image.centered img {
  margin: 0 auto;
  width: auto; }

/* Button */
input[type="button"],
input[type="submit"],
input[type="reset"],
.button {
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  font-family: 'Raleway';
  font-style: normal;
  border: 0;
  outline: 0;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
  background: transparent;
  border: 3px solid white;
  -moz-transition: color .6s ease-in-out;
  -webkit-transition: color .6s ease-in-out;
  -o-transition: color .6s ease-in-out;
  -ms-transition: color .6s ease-in-out;
  transition: color .6s ease-in-out;
  -moz-transition: background-color .6s ease-in-out;
  -webkit-transition: background-color .6s ease-in-out;
  -o-transition: color background-color .6s ease-in-out;
  -ms-transition: color background-color .6s ease-in-out;
  transition: color background-color .6s ease-in-out; }

.button:hover {
  background: whitesmoke !important;
  color: #2b6fa9 !important; }

.button-read-more {
  min-width: 15%;
  background: #3a3e42;
  color: white;
  text-align: center;
  text-shadow: none;
  /*-moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;*/
  border: none; }

.button-read-more:hover {
  color: #7dacd4 !important;
  background-color: black !important; }

.button-contact {
  padding: 5px !important;
  color: #fff !important;
  background-color: #333 !important;
  border: 0px solid gray !important;
  width: 200px;
  /*margin-left:190px !important;*/ }

.button-contact:hover {
  background-color: black !important;
  color: #F3AE19 !important; }

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
.button:hover {
  background-color: #f5f5f5;
  color: #fff; }

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
.button:active {
  background-color: #3BA8D3;
  top: 1px; }

input[type="button"].alt,
input[type="submit"].alt,
input[type="reset"].alt,
.button.alt {
  background-color: #444;
  /*box-shadow: inset 0px 0px 0px 1px #242424, inset 0px 2px 1px 0px rgba(255,255,255,0.2);*/ }

input[type="button"].alt:hover,
input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
.button.alt:hover {
  background-color: #4f4f4f;
  color: #fff !important; }

input[type="button"].alt:active,
input[type="submit"].alt:active,
input[type="reset"].alt:active,
.button.alt:active {
  background-color: #3f3f3f; }

/* List */
ul.default {
  list-style: disc;
  padding-left: 1em; }

ul.default li {
  padding-left: 0.5em; }

ul.social {
  cursor: default;
  margin: 0; }

ul.social li {
  position: relative;
  display: inline-block;
  margin: 0.25em;
  top: 0; }

ul.social li a {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  top: 0;
  position: relative;
  -moz-transition: top .2s ease-in-out;
  -webkit-transition: top .2s ease-in-out;
  -o-transition: top .2s ease-in-out;
  -ms-transition: top .2s ease-in-out;
  transition: top .2s ease-in-out; }

ul.social li a:before {
  background-color: #444;
  background-image: url("images/bg.png"), -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
  background-image: url("images/bg.png"), -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
  background-image: url("images/bg.png"), -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
  background-image: url("images/bg.png"), -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
  background-image: url("images/bg.png"), linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
  border-radius: 6px;
  box-shadow: inset 0px 0px 0px 1px #282828, inset 0px 2px 1px 0px rgba(255, 255, 255, 0.1);
  color: #2E2E2E !important;
  display: block;
  font-size: 26px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  outline: 0;
  overflow: hidden;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1);
  width: 48px;
  -moz-transition: background-color .2s ease-in-out;
  -webkit-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  -ms-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out; }

ul.social li a.fa-twitter {
  background-color: #2DAAE4; }

ul.social li a.fa-facebook {
  background-color: #3C5A98; }

ul.social li a.fa-dribbble {
  background-color: #C4376B; }

ul.social li a.fa-linkedin {
  background-color: #006599; }

ul.social li a.fa-tumblr {
  background-color: #51718A; }

ul.social li a.fa-google-plus {
  background-color: #DA2713; }

ul.social li a.fa-github {
  background-color: #FAFAFA; }

ul.social li a.fa-rss {
  background-color: #F2600B; }

ul.social li a.fa-instagram {
  background-color: #E0D7C8; }

ul.social li a.fa-foursquare {
  background-color: #39A3D4; }

ul.social li a.fa-skype {
  background-color: #10BEF1; }

ul.social li a.fa-soundcloud {
  background-color: #FE5419; }

ul.social li a.fa-youtube {
  background-color: #BF2E25; }

ul.social li a.fa-blogger {
  background-color: #FF6501; }

ul.social li a.fa-flickr {
  background-color: #0062DB; }

ul.social li a.fa-vimeo {
  background-color: #4C8AB0; }

ul.social li a:hover {
  top: -5px; }

ul.social li a:hover:before {
  background-color: transparent; }

ul.actions li {
  display: inline-block;
  margin: 0 0 0 1em; }

ul.actions li:first-child {
  margin-left: 0; }

ol.default {
  list-style: decimal;
  padding-left: 1.25em; }

ol.default li {
  padding-left: 0.25em; }

/* Box */
.box {
  background: #fff;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  text-align: center; }

/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/
.icon {
  text-decoration: none; }

div.icon-wrapper {
  height: 75px;
  width: 75px;
  /*background-color: #2b6fa9;*/
  border-radius: 50%; }

.icon-wrapper-green {
  /*background-color:#19df80 !important;*/ }

img.icon {
  justify-content: center; }

.icon:before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.25em;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon > .label {
  display: none; }

.icon.featured {
  display: block;
  margin: 0 auto;
  cursor: default;
  width: 75px;
  padding-bottom: 10px; }

.icon.featured:before {
  font-size: 6em; }

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/
.wrapper {
  /*	background-image: url('images/bg.png');*/
  /*box-shadow: inset 0px 1px 0px 0px rgba(0,0,0,0.05), inset 0px 2px 3px 0px rgba(0,0,0,0.1);*/ }

.wrapper.first {
  box-shadow: none; }

.wrapper.services {
  padding-top: 4em !important; }

.wrapper.style1 {
  /*background-image: none;  replace with new-found image 
  background-color: violet;*/
  text-align: center; }

.wrapper.style1 * {
  text-align: center; }

.wrapper.style2 {
  background-color: #fff;
  text-shadow: none; }

.wrapper.style3 {
  background-image: url("../img/capitol.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100% auto;
  background-color: #2b6fa9;
  text-shadow: none; }
  .wrapper.style3 a {
    color: #fff;
    text-decoration: underline; }
    .wrapper.style3 a:hover {
      color: #fff;
      text-decoration: none; }

.wrapper.style4 {
  background-color: #292828;
  color: #fff;
  text-shadow: none; }
  .wrapper.style4 a {
    color: #69C; }

.wrapper.style4 h1,
.wrapper.style4 h2,
.wrapper.style4 h3,
.wrapper.style4 h4,
.wrapper.style4 h5,
.wrapper.style4 h6 {
  /*color: #fff;*/ }

.wrapper.style4 form input[type=text],
.wrapper.style4 form input[type=password],
.wrapper.style4 form select,
.wrapper.style4 form textarea {
  border: none;
  background: #282828; }

.wrapper.style4 form input[type=text]:focus,
.wrapper.style4 form input[type=password]:focus,
.wrapper.style4 form select:focus,
.wrapper.style4 form textarea:focus {
  background: #252525; }

.wrapper.style5 {
  background-color: #fff;
  text-shadow: none;
  text-align: left; }

.wrapper.style6 {
  background-color: #fff;
  text-shadow: none;
  text-align: center; }

.wrapper.style7 {
  background-color: #fff;
  text-shadow: none;
  border-bottom: 1px solid #F3F3F3; }

.wrapper.style8 {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100% auto;
  background-color: #292828;
  text-shadow: none; }

/*********************************************************************************/
/* Front Page                                                                    */
/*********************************************************************************/
/*.light-blue{
	color:#7dacd4;
}*/
a.white {
  color: #fff; }

.white {
  color: #fff; }

.main-header * {
  text-align: left; }

h1.main-header {
  text-transform: uppercase;
  text-align: center;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 20pt;
  font-style: normal;
  letter-spacing: 5pt;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #fff; }

.main-header h1 {
  text-transform: uppercase;
  text-align: left;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 20pt;
  font-style: normal;
  letter-spacing: 5pt;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #fff; }

.main-header h2 {
  margin-left: 40px;
  text-transform: uppercase;
  text-align: left;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 15pt;
  font-style: normal;
  letter-spacing: 5pt;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #fff; }

h3.solutions-header {
  color: white;
  text-shadow: none; }

.solutions-para {
  text-shadow: none; }

.para {
  font-weight: 400; }

.who-we-are-para {
  color: #fff; }

.solutions-para {
  color: white; }

.who-we-are-header {
  color: #fff; }

/*********************************************************************************/
/* Contact                                                                       */
/*********************************************************************************/
#after_submit, #email_validation, #name_validation {
  display: none; }

#after_submit {
  background-color: #F3AE19;
  line-height: 31px;
  margin-bottom: 10px;
  padding-left: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 560px;
  color: #fff; }

label {
  color: #6c6c6c; }

.contact-form-wrapper {
  width: 700px;
  margin: 0px auto;
  padding-left: 70px; }

/*input{
    line-height: 31px;
}

input, textarea{
    width: 288px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: rgba(255,255,255,.6);
	border: solid 1px #b6c7cb;
}

#contact_form{
	height: 317px;
	background-color: #e1e9eb;
	border: solid 1px #e5e5e5;
    padding: 10px 20px 50px 20px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#submit_button{
    width: 109px;
	height: 34px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #86c5fa;
	-webkit-box-shadow: inset 0 2px rgba(255,255,255,.29);
	-moz-box-shadow: inset 0 2px rgba(255,255,255,.29);
	box-shadow: inset 0 2px rgba(255,255,255,.29);
	border: solid 1px #77a4cb;
	font-weight: bold;
	color: #fff;
    margin-left: 7px;
}*/
label.required:after {
  content: '*';
  color: red; }

.error {
  background-color: #FFDFDF;
  color: red; }

.error_message {
  font-style: italic;
  font-size: 10px; }

/*.row {
  margin:5px;
}*/
/*********************************************************************************/
/* Articles                                                                      */
/*********************************************************************************/
#top .image {
  border-radius: 50%; }

#top .image img {
  border-radius: 50%; }

#top p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400; }

#top p a {
  color: inherit; }

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/
#copyright {
  color: #666; }

#copyright a {
  color: inherit;
  -moz-transition: color .2s ease-in-out;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out; }

#copyright a:hover {
  color: #777; }

/************ *******************************/
/* service styles                           */
/********************************************/
.services nav {
  margin: 10px 0px;
  position: fixed;
  width: 100%;
  background: #fff;
  height: 60px;
  z-index: 2; }

.services nav ul {
  margin: 13px 250px;
  text-align: left !important; }

.services nav ul li {
  display: inline-block;
  padding: 0px 0px;
  margin: 0px 20px; }

.services nav ul li.active {
  border-bottom: 4px solid #24ADBE;
  background: none; }

.services p {
  margin: 0px 0px; }

.serviceIcon-left {
  float: left;
  display: block; }

.serviceIcon-right {
  float: right;
  display: block; }

ul.serviceList {
  margin-top: 25px;
  /*list-style-image: url('../img/check.png');*/ }

.serviceList li {
  margin-bottom: 20px;
  text-align: left;
  background: url(../img/check.png) left center no-repeat;
  padding-left: 35px;
  background-size: 20px 20px; }

.long-button {
  text-transform: uppercase;
  padding: 5px 30px !important;
  letter-spacing: 5px;
  width: 320px; }

.size9 {
  font-size: 9pt;
  line-height: 1px; }

.size10 {
  font-size: 10pt;
  line-height: 1px; }

.size11 {
  font-size: 11pt;
  line-height: 1px; }

/**** news feed styles ****/
.newsfeed h3 {
  font-size: .9em; }

.newsfeed {
  font-size: 15px; }

.newsfeed div {
  border-bottom: 1px solid #000;
  padding: 10px; }

.newsfeed .date {
  font-size: 11px;
  font-weight: bold; }

/*# sourceMappingURL=style.css.map */
