.circle {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border: 3px solid rgba(51, 51, 51, 0.15);
  border-radius: 60px;
  margin: auto;
  padding: 0px;
}

.circle img {
	width: 100%;
	height: 100%;
	margin: 0px
}

#flow1 .row .columns .text {
  display: block;
  width: 160px;
  margin: auto;
  margin-top: 12px;
  text-align: center;
  font-size: 10pt;
  color: rgb(95, 91, 91);
  margin-bottom: 20px;
}

.circle.center:before {
  content: ' ';
  position: absolute;
  height: 2px;
  background: rgba(0, 0, 0, 0.21);
  width: 100px;
  top: 40%;
  left: -50px;
}

.circle.center:after {
  content: ' ';
  position: absolute;
  height: 2px;
  background: rgba(0, 0, 0, 0.21);
  width: 100px;
  top: 40%;
  right: -50px;
}

h3.spl_title {
  text-align: center;
  font-weight: 300;
  font-size: 26pt;
}

span.login_button {
  display: block;
  width: 200px;
  margin: auto;
  text-align: center;
  background: rgb(62, 172, 205);
  padding: 10px 15px;
}

span.login_button {
  display: block;
  width: 230px;
  margin: auto;
  text-align: center;
  background: rgb(62, 172, 205);
  padding: 10px 15px;
  border-radius: 3px;
  border: 1px solid rgb(13, 106, 134);
}
span.login_button:hover {
  background: rgb(13, 106, 134);
}
span.login_button a {
  color: white;
  font-weight: 400;
  font-size: 14pt;
}

div#recent_todo_slide {
  background-color: #faf9f6;
  max-width: none;
  padding: 0px;
  margin: 0px;
  margin-top: 54px;
  min-height: 200px;
}

div#recent_todo_title {
  text-align: center;
  margin: auto;
  margin-top: 60px;
  color: #db4141;
  font-size: 24pt;
  font-weight: 100;
  text-transform: capitalize;
  margin-bottom: 18px;
}

.recent_todo {
  padding: 0px;
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.recent_todo ._task {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  padding: 0px;
  width: 100%;
  border-right: 6px solid rgba(226, 226, 226, 1);;
  max-width: 410px;
  margin: auto;
  min-width: 300px;
  margin-top: 12px;
  margin-bottom: 10px;
}

._task .large-9 a {
  display: block;
  overflow: hidden;
  max-height: 14pt;
}
span.timestamp__ {
  font-size: 10pt;
  color: black;
  float: right;
  position: absolute;
  top: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.11);
  padding: 2px 5px;
  font-weight: 100;
}
div#features {
  margin-top: 20px;
  padding-top: 30px;
  margin-bottom: 20px;
  min-height: 100px;
}
.featues_title h2 {
  font-weight: 200;
  color: rgb(0, 140, 186);
  line-height: 1.2;
}
.featues_title ul li {
  font-weight: 100;
  font-size: 14pt;
  padding-left: 4px;
  list-style-image: url(../resources/index/tick.svg);
  margin-left: 25px;
  margin-bottom: 8px;
}

.feature_detailed {
  text-align: center;
  color: #777575;
  font-weight: 100;
}
.feature_detailed_image {
  width: 40px;
  height: 40px;
  margin: auto;
  margin-bottom: 10px;
  opacity: .6;
}
.feature_detailed_title {
  font-size: 14pt;
  color: black;
  font-weight: 300;
  margin-bottom: 10px;
}
.feature_detailed_description {
  font-size: 10pt;
  color: rgba(0, 0, 0, 0.63);
  line-height: 1.2;
}

div#free_for_oss {
  background-color: #F9F3E4;
  max-width: none;
  padding: 0px;
  margin: 0px;
  margin-top: 54px;
  min-height: 200px;
  padding-top: 30px;
  padding-bottom: 50px;
}
#freeoss_freetitle {
    text-align: center;
    font-size: 40pt;
    font-weight: 600;
    color: rgb(191, 89, 89);
    font-family: 'PT Sans', 'Helvetica Neue', 'Arial', 'sans-serif' !important;
}
h1#freeoss_freetitle_ {
  text-align: center;
  color: rgb(0, 0, 0);
  font-size: 40pt;
  font-weight: 200;
  font-family: 'PT Sans', 'Helvetica Neue', 'Arial', 'sans-serif' !important;
}

.freeoss_freetitle_text {
    color: #BF5959;
    font-size: 50pt;
    background-image: -webkit-linear-gradient(black 50%, #BF5959 50%);
    background-repeat: repeat;
    background-position: 0 0;
    background-size: 100% 50px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-animation: stripes 2s linear infinite;
    animation: stripes 2s linear infinite;
}
@-webkit-keyframes stripes {
  100% {
    background-position: 0 -50px;
  }
}

@keyframes stripes {
  100% {
    background-position: 0 -50px;
  }
}

div#todoci_flow {
  margin-top: 70px;
  margin-bottom: 70px;
  padding: 0px 0px;
}
.col_flow div {
  width: 200px;
  margin: auto;
  margin-bottom: 30px;
}
.col_flow div img {
  width: 140px;
  display: block;
  margin: auto;
}
.col_flow div .text {
  display: block;
  font-size: 10pt;
  color: rgb(82, 79, 79);
  width: 160px;
  margin: auto;
  margin-top: 12px;
  text-align: center;
}
#flow_title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 40pt;
  font-weight: 200;
  color: rgb(219, 65, 65);
}

#notodo_title {
  padding: 0px 50px;
  font-size: 30pt;
  font-weight: 200;
}
#notodo_vp {
  width: 320px;
  margin: auto;
  background: rgba(212, 212, 211, 0.28);
  border-right: 3px solid black;
}
span#userinfo_username {
  font-weight: 600;
  color: black;
  font-size: 13pt;
}
span#userinfo_name {
  color: black;
  font-weight: 200;
}
span#view_profile {
  display: inline-block;
  margin: auto;
  text-align: center;
  background: rgb(213, 212, 212);
  padding: 10px 20px;
  color: black;
  font-weight: 500;
}
span#view_profile:hover {
  cursor: pointer;
  background: rgba(140, 139, 139, 0.63);
}
#notod_subtitle {
  color: rgb(15, 55, 30);
  font-weight: 200;
  font-size: 25pt;
  text-align: center;
  margin-top: 30px;
}


._todo_next_week_div.row.inactive {
  color: rgb(92, 90, 90);
  font-weight: 100;
  text-align: right;
  padding-right: 0px;
  font-size: 11pt;
  background: rgba(0, 0, 0, 0.04);
  padding-top: 10px;
  margin: 0px 0px 15px 0px;
}

._todo_next_week_div.row.inactive:hover {
  background: rgba(0, 0, 0, 0.04);
  cursor: default;
}

span.hide {
  color: rgb(5, 142, 187);
  font-size: 10pt;
  margin-top: 10px;
  margin-left: 1px;
  display: inline-block;
  float: left;
  text-transform: lowercase;
}
span.hide:hover {
  cursor: pointer;
  text-decoration: underline;
  color: rgb(4, 42, 55);
}

.div_upped {
  height: 50px;
  overflow: hidden;
  -webkit-filter: blur(2px);
  -o-filter: blur(2px);
  -moz-filter: blur(2px);
  filter: blur(2px);
  position: relative;
}
.div_unupped {
  -webkit-tansition: height 1s;
  -o-tansition: height 1s;
  -moz-tansition: height 1s;
  tansition: height 1s;
}
.upperlayer {
  position: absolute;
  background: rgba(203, 203, 203, 0);
  height: 50px;
  width: 100%;
  z-index: 1;
  top: 0px;
  left: 0px;
}

span.tab {
  border: 1px solid white;
  border-bottom: none; 
  display: inline-block;
  margin: 0px 0px 0px 5px;
  border-radius: 2px 2px 0px 0px;
  text-transform: lowercase;
}
span.tab.active {
  border: 1px solid rgb(254, 173, 173);
  border-bottom: 1px solid white;
  margin-bottom: -2px;
  padding: 0px 10px 0px 10px;
}
span.tab:hover {
  background: rgba(255, 0, 0, 0.09);
  color: rgb(157, 2, 2);
  cursor: pointer;
  border: 1px solid rgb(254, 173, 173);
  border-bottom: 1px solid white;
  margin-bottom: -2px;
}
span.tab.active:hover {
  border-bottom: 1px solid white;
}
span.tab.inactive {
  padding: 0px 10px 0px 10px;
}

span.todo_priority {
  display: inline-block;
  margin-right: 5px;
}
span.pvalue {
  display: inline-block;
  width: 2px;
  margin: 0px 1px 0px 0px;
  height: 12px;
  background: rgba(255, 0, 0, 0.49);
  opacity: .5;
}
span.priority_text {
  color: rgba(51, 51, 51, 0.54);
  margin-left: 5px;
  display: none;
}


.langauges {
  text-align: center;
  margin: 10px 5%;
}
.langauges span {
  display: inline-block;
  padding: 10px;
  background-color: rgba(124, 195, 219, 0.17);
  border: 1px solid rgb(0, 140, 186);
  margin: 7px;
  border-radius: 4px;
  min-width: 80px;
  color: rgb(3, 85, 111);
  font-weight: 200;
}

.todofy_suggestions .row {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    margin: 0px 0px;
    overflow: hidden;
}
.switch-block {
    margin: 10px 0px 0px 0px;
    background: rgb(206, 186, 151);
    padding: 5px 2px 5px 2px;
    border: 1px solid #A9997E;
    line-height: 1.6;
    display: none;
}
.todofy_suggestions .row:hover > .switch-block {
  display: block;
}