
/*body { font-family: 'Open Sans', sans-serif; }*/
body { font-family: 'Roboto', sans-serif; }


/* Scaling / responsive font size - using Bootstrap breakpoints*/
@media only screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  body {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 16px;
  }
}


a {
  font-weight: bold;
}
a.logo img {
	width:150px;
  max-width: 17%;
}

body.dark { 
	background-color: #211d5a;
	color:#fff;
}
.slant-title {
    /*margin-bottom: -50px;*/
}
body.dark .slant {
    padding-top: 5em;
    padding-bottom: 5em;
    margin-top: 2em;
	-webkit-clip-path: polygon(0 40px, 100% 0%, 100% calc(100% - 40px), 0% 100%);
	clip-path: polygon(0 40px, 100% 0%, 100% calc(100% - 40px), 0% 100%);
	background-color:#fff;
	color:#211d5a;
}
body.dark .slant.flat {
	margin-top:50px;
	margin-bottom:20px;
	-webkit-clip-path: polygon(0 60px, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0 60px, 100% 0%, 100% 100%, 0% 100%);
	background-color:#fff;
	color:#211d5a;
}
.row.spotlight.frontpage {
	color: #fff;
	background: url('../images/temp-bg.jpg') center center no-repeat;
	background-size: cover;
}
.row.spotlight.frontpage h2 {
 	color: #26225b;
 }
.row.spotlight.frontpage h3 {
 	color: #26225b;
 	margin-bottom:30px;
} 
.row.spotlight.frontpage img {
	width:150px;
}
.container .row.padded {
	padding:30px 0px;
}
.container-fluid .row.padded {
	padding:30px;
}

div.indent > p {
	text-indent:2em;
}

.carousel-control {
	background: none !important;
}

#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; width:100%;}

/**
 * Padding for 'spotlight' rows. Such as top of homepage.
 */
.row.spotlight {
	padding: 10px 10px;
}
@media (max-width: 768px) {
	.row.spotlight {
		padding: 20px 10px;
	}
}

/**
 * Projects
 */
.row.projects {
	margin-top:3em;
}
.row.projects .project .img-circle-bg {
	width:100%;
  padding-bottom: 40%;
	/*height:200px;*/
	background-size: cover;
	/*box-shadow: 0 0 5px #4582ec;*/
	border-radius: 7px;
  background-position: center;
}
.row.projects .project {
	margin-bottom:3em;
}
.row.projects .project h3 {
	margin:0;
}
.row.projects .project p {
	margin-top:0.4em;
}

/**
 * Profile image component
 */
.profile-header-container{
    text-align: center;
    margin-top: -25%;
}

.profile-header-img > img.img-circle {
    width: 50%;
    height: 50%;
    border: 8px solid #fff;
}

.profile-header {
    margin-top: 43px;
}

/**
 * Ranking component
 */
.rank-label-container {
    margin-top: -50%;
    width:100%;
    /* z-index: 1000; */
    text-align: center;
}

.label.label-default.rank-label {
    background-color: #fff;
    padding: 5px 10px 5px 10px;
    border-radius: 27px;
    color:#000;
}

.bootstrap-tagsinput, .bootstrap-tagsinput input {
	width:100% !important;
}
.label {
	font-size:100% !important;
}
.bootstrap-tagsinput {
	text-align: left !important;
}

#welcome-message, #main-menu-button {
  padding: 0.5em 0;
  display: inline-block;
}
#main-menu-button {
  text-decoration: none!important;
}
#main-menu > ul {
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 3px;
    background: #fafafa;
}
#main-menu hr {
  margin: 0;
}
@media screen and (min-width:768px) {
  #main-menu {
    display: block!important;
    visibility: visible!important;
    height: auto!important;
  }
}


ul.nav-wizard {
  background-color: #f1f1f1;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
ul.nav-wizard:before {
  position: absolute;
}
ul.nav-wizard:after {
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 138px;
  height: 47px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  z-index: 11;
  content: " ";
}
ul.nav-wizard li {
  position: relative;
  float: left;
  height: 46px;
  display: inline-block;
  text-align: center;
  padding: 0 20px 0 30px;
  margin: 0;
  font-size: 16px;
  line-height: 46px;
}
ul.nav-wizard li a {
  color: #428bca;
  padding: 0;
}
ul.nav-wizard li a:hover {
  background-color: transparent;
}
ul.nav-wizard li:before {
  position: absolute;
  display: block;
  border: 24px solid transparent;
  border-left: 16px solid #d4d4d4;
  border-right: 0;
  top: -1px;
  z-index: 10;
  content: '';
  right: -16px;
}
ul.nav-wizard li:after {
  position: absolute;
  display: block;
  border: 24px solid transparent;
  border-left: 16px solid #f1f1f1;
  border-right: 0;
  top: -1px;
  z-index: 10;
  content: '';
  right: -15px;
}
ul.nav-wizard li.active {
  color: #3a87ad;
  background: #211d5a;
}
ul.nav-wizard li.active:after {
  border-left: 16px solid #211d5a;
}
ul.nav-wizard li.active a,
ul.nav-wizard li.active a:active,
ul.nav-wizard li.active a:visited,
ul.nav-wizard li.active a:focus {
  color: #fff;
  background: #211d5a;
}
ul.nav-wizard .active ~ li {
  color: #999999;
  background: #f9f9f9;
}
ul.nav-wizard .active ~ li:after {
  border-left: 16px solid #f9f9f9;
}
ul.nav-wizard .active ~ li a,
ul.nav-wizard .active ~ li a:active,
ul.nav-wizard .active ~ li a:visited,
ul.nav-wizard .active ~ li a:focus {
  color: #999999;
  background: #f9f9f9;
}
ul.nav-wizard.nav-wizard-backnav li:hover {
  color: #468847;
  background: #f6fbfd;
}
ul.nav-wizard.nav-wizard-backnav li:hover:after {
  border-left: 16px solid #f6fbfd;
}
ul.nav-wizard.nav-wizard-backnav li:hover a,
ul.nav-wizard.nav-wizard-backnav li:hover a:active,
ul.nav-wizard.nav-wizard-backnav li:hover a:visited,
ul.nav-wizard.nav-wizard-backnav li:hover a:focus {
  color: #468847;
  background: #f6fbfd;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li {
  color: #999999;
  background: #ededed;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li:after {
  border-left: 16px solid #ededed;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li a,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:active,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:visited,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:focus {
  color: #999999;
  background: #ededed;
}


.chat {
  float: left;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #434651;
}
.chat li {
  list-style-type: none;
}
.chat-header {
  padding: 20px;
  border-bottom: 2px solid white;
}
.chat-header img {
  float: left;
}
.chat-header .chat-about {
  float: left;
  padding-left: 10px;
  margin-top: 6px;
}
.chat-header .chat-with {
  font-weight: bold;
  font-size: 16px;
}
.chat-header .chat-num-messages {
  color: #92959E;
}
.chat-header .fa-star {
  float: right;
  color: #D8DADF;
  font-size: 20px;
  margin-top: 12px;
}
.chat .chat-history {
  border-bottom: 2px solid white;
}
.chat .chat-history ul {
  padding:0px;
}
.chat .chat-history .message-data {
  margin-bottom: 30px;
}
.chat .chat-history .message-data-time {
  color: #a8aab1;
  padding-left: 6px;
}
.chat .chat-history .message {
  color: white;
  padding: 18px 20px;
  line-height: 26px;
  font-size: 16px;
  border-radius: 7px;
  margin-bottom: 15px;
  width: 90%;
  position: relative;
}
.chat .chat-history .message:after {
  top: 100%;
  left: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #d9edf7;
  border-width: 10px;
  margin-left: -10px;
}
.chat .chat-history .my-message {
  background: #fff;
  border: 3px solid #d9edf7;
  color:#211d5a;
}
.chat .chat-history .other-message {
  background: #fff;
  border: 3px solid #dff0d8;
  color:#211d5a;
}
.chat .chat-history .other-message:after {
  border-top-color: #dff0d8;
  left: auto;
  right: 15px;
}
.chat-message textarea {
  width: 100%;
  border: none;
  padding: 10px 20px;
  font: 14px/22px Arial, sans-serif;
  margin-bottom: 10px;
  border-radius: 5px;
  resize: none;
  border: 3px solid #dff0d8;
  color:#211d5a;
}
.chat .chat-message .fa-file-o, .chat .chat-message .fa-file-image-o {
  font-size: 16px;
  color: gray;
  cursor: pointer;
}
.chat .chat-message button {
  float: right;
  color: #dff0d8;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  font-weight: bold;
  background: #F2F5F8;
}
.chat .chat-message button:hover {
  color: #75b1e8;
}

.online, .offline, .me {
  margin-right: 3px;
  font-size: 10px;
}

.online {
  color: #211d5a;
}

.offline {
  color: #E38968;
}

.me {
  color: #dff0d8;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.float-right {
  float: right;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}


.bg-danger.sorting_1 {
  background-color: #f2dede !important;
}
.bg-success.sorting_1 {
  background-color: #dff0d8 !important;
}
.particles-js-canvas-el {
  top: 0;
  left: 0;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  z-index: -1 !important;
}
footer {
  padding: 4em;
}
.reverse a {
  color: #49a4c5;
}
.break-word {
  word-wrap: break-word;
}