/* --- FONTS --- */

@font-face {
    font-family: "nunito-bold";
    src: url("../fonts/Nunito-Bold-webfont.eot");
    src: url("../fonts/Nunito-Bold-webfont.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Nunito-Bold-webfont.woff2") format("woff2"),
         url("../fonts/Nunito-Bold-webfont.woff") format("woff"),
         url("../fonts/Nunito-Bold-webfont.ttf") format("truetype"),
         url("../fonts/Nunito-Bold-webfont.svg#nunito-bold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "nunito-light";
    src: url("../fonts/Nunito-Light-webfont.eot");
    src: url("../fonts/Nunito-Light-webfont.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Nunito-Light-webfont.woff2") format("woff2"),
         url("../fonts/Nunito-Light-webfont.woff") format("woff"),
         url("../fonts/Nunito-Light-webfont.ttf") format("truetype"),
         url("../fonts/Nunito-Light-webfont.svg#nunito-light") format("svg");
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: "nunito-regular";
    src: url("../fonts/Nunito-Regular-webfont.eot");
    src: url("../fonts/Nunito-Regular-webfont.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Nunito-Regular-webfont.woff2") format("woff2"),
         url("../fonts/Nunito-Regular-webfont.woff") format("woff"),
         url("../fonts/Nunito-Regular-webfont.ttf") format("truetype"),
         url("../fonts/Nunito-Regular-webfont.svg#nunito-regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* --- CORE --- */
body {
  font-family: "nunito-light", Helvetica, Arial, sans-serif;
  font-weight: lighter;
  background: url(../img/bg.png) repeat-x;
}

* {
  outline: none;
}

a,
a:hover {
  color: #48b7b7;
}

table {
  display: table !important;
  width: 100%;
  border-radius:5px 5px 0px 0px;
}
  tr {
    display: table-row !important;
  }

  th,
  td {
    display: table-cell !important;
    padding: 1%;
  }
  
  form table td {
    border: 1px solid #e5e5e5;
  }

.hero input,
.blue input {
  min-width: 400px;
  color: #222;
}
  .hero input[type=submit],
  .blue input[type=submit] {
    background-color: transparent;
    color: #fff;
  }
  input[type=password],
  input[type=email],
  input[type=text] {
    text-transform: none !important;
padding:5px;
border:1px solid #e5e5e5;

  }
  
  .blue input {
    text-align: center;
  }

.wide-container {
  width: 100%;
}

.blue.wide-container {
  background-image: linear-gradient(-180deg, #49CBC1 0%, #3DAEFB 100%);
  color: #fff;
}
  .featured-project .section.container {
    padding-bottom: 0;
  }
  .featured-project h2 img {
    margin-bottom: -1.5em;
  }
  .featured-project img {
    max-width: 100%;
  }
  .featured-project p {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left;
  }

.dark.wide-container {
  background: #424A55;
  background-image: linear-gradient(-180deg, rgba(48,52,62,0.00) 24%, #30353E 100%);
  
/*  float: left;
  clear: both; */
  
  border-top: 4px solid #48C8C7;
  color: #fff;
}

.section {
  padding-top: 4em;
  padding-bottom: 4em;
}
  .blue .section {
    text-align: center;
  }

.section h2 {
  margin: 2em 4em;
  text-align: center;
}
  .section h2:first-child {
    margin-top: 0;
  }

.section p {
  margin-bottom: 2em;
  color: #888;
}
  .blue .section p {
    margin-left: 12em;
    margin-right: 12em;
    color: #fff;
  }

.action {
  display: inline-block;
  padding: 15px 30px;
  margin: 5px 20px;
  
  border: 1px solid #fff;
  border-radius: 8px;
  
  text-transform: uppercase;
  font-size: 16px;
}
.action:hover {
  background-color: #fff;
  color: #3e9cda !important;
}
.chat.action {
  border-radius: 8px 8px 8px 0px;
}

/* --- HEADER --- */

header {
  position: fixed;
  height: 80px;
  
  padding: 15px 0;
  border-bottom: 1px solid rgba(255,255,255,0.25);
  
  z-index: 1000;
}
  header + * {
    padding-top: 160px !important;
  }

header .nav-menu {
  display: inline-block;
  list-style: none;
  margin: 15px 0;
}
  header .nav-menu li {
    display: inline-block;
    padding: 0 10px;
  }
    header .nav-menu li.last {
      font-weight: bold;
    }
    
    header a,
    header a:hover {
      text-transform: uppercase;
      color: #fff;
    }
  
  header nav {
      display: none;
    }
      header nav .brand {
        margin-left: 15px;
      }

.logo {
  display: inline-block;
  
  width: 471px;
  height: 100px;
  max-width: 100%;
  
  background: url(../img/logo@2x.png) center center no-repeat transparent;
  background-size: 100%;
  text-indent: -9999px;
}

.logo.icon {
  width: 135px;
  height: 28px;
  margin-top: 12px;
  
  background-image: url(../img/header_logo_full_name@2x.png);
}

body.homepage .logo.icon {
  width: 43px;
  height: 47px;
  margin-top: 0;
  
  background-image: url(../img/header_logo_e@2x.png);
}

/* --- FOOTER --- */

footer {
  margin-top: 100px;
}

body.homepage footer {
  margin-top: 0;
}

footer .nav-menu {
  list-style: none;
  margin-top: 10px;
  padding: 0;
}
  footer .nav-menu li {
    padding: 0;
  }
    footer .nav-menu li a {
      color: #888;
    }
    footer .nav-menu li a:hover {
      color: #fff;
    }

/* --- HERO --- */

header,
.hero {
  background: url(../img/header_illus@2x.jpg) top center no-repeat #fff;
  background-size: 100% auto;
}

.hero {
  min-height: 570px;
  
  text-align: center;
  color: #fff;
}
  .hero a,
  .hero a:hover {
    color: #fff;
  }
  
  .hero h2 {
    margin: 40px 0;
    
    font-weight: lighter;
    font-size: 40px;
  }
  
/* --- CONTENT --- */

.news {
  margin: 3em;
  
  background-image: linear-gradient(-180deg, #49CBC1 0%, #48C8C7 11%, rgba(69,194,209,0.86) 28%, #3DAEFB 100%);
  border-radius: 13px 13px 13px 0px;
}
  .news,
  .news a,
  .news a:hover {
    color: #fff;
  } 

  .news h2 {
    padding-right: 1em;
    padding-bottom: 1.5em;
    border-right: 1px solid rgba(255,255,255,0.25);
    
    text-transform: uppercase;
    text-align: right;
    
    font-size: 16px;
    font-weight: lighter;
  }

.features {
  text-align: center;
}
.dark .features {
  text-align: left;
}
  .dark .features > div {
    height: 275px;
  
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
  }
    .dark .features > div:last-child {
      border-right: none;
    }

  .features h3 {
    text-transform: uppercase;
    font-size: 1.5em;
    color: #3EAFFA;
  }
  .dark .features h3 {
    color: #fff;
  }
  
  .features i {
    font-style: normal;
    font-size: 64px;
    
    color: #48C8C7;
  }
  
  .features img.even {
    width: 94px;
  }
  .features img.odd {
    height: 94px;
    margin: 8px 0 7px 0;
  }
  
/* --- MISC --- */

.messages {
  position: fixed;
  top: 75px;
  left: 0;
  right: 0;
  
  padding: 5px;
  
  border-radius: 4px;
  text-align: center;
  
  z-index: 1100;
}
  .messages a,
  .messages a:hover {
    color: inherit;
  }
  .messages.status {
    background: #ffc;
    color: #660;
  }

ul.tabs,
ul.links {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
border-bottom:1px solid #e5e5e5;
text-transform:uppercase;
}
  ul.tabs li,
  ul.tabs li a,
  ul.links li,
  ul.links li a {
    display: inline-block;
  }
  ul.tabs li a,
  ul.links li a {
    padding: 5px 15px;
    margin: 0 1px 0 0;
  
    
    background: none;
    
    font-weight: bold;
    color: #666;
    
    white-space: nowrap;
  }
  ul.tabs li span,
  ul.links li span {
    padding: 5px 15px;
    margin: 0 1px 0 0;
  
    border-radius: 4px;
    background: #f5f5f5;
    
    font-weight: bold;
    white-space: nowrap;
  }
  
  div.links {
    color: #fff;
  }
    div.links ul.links {
      margin: 25px 0;
      
      text-align: right;
      color: #666;
    }

.submitted,
.taxonomy {
  color: #ccc;
}
  .submitted a,
  .taxonomy .links a {
    padding: 0;
    margin: 0;
    
    background: transparent;
    font-weight: bold;
  }
  .taxonomy .links a {
    color: inherit;
  }
  
.codeblock code {
  display: inline-block;
}

.collapsible legend {
  font-size: 1em;
}
.collapsible legend:after {
  content: ' »';
}

.collapsed .fieldset-wrapper,
.collapsed .action {
  display: none;
}

/* --- FORUMS --- */

.block {
  margin-bottom: 50px;
}
  .block,
  table {
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 0 #e5e5e5, 0px 1px 3px #f5f5f5;
  }

.block-user {
  border-top: 4px solid #48C8C7;
  padding-top: 14px;
  background: #fff;
}
#block-user-1 h2 {
  background: none; 
color: #444b55;
}
  .block-user .title,
  #forum .container .name {
    padding: 5px 1%;
    margin: 0;
  
    margin-top:-14px;
  background:#48C8C7;
    
    font-size: 24px;
    color: #fff;
  }
    .block-user .title {
      padding: 5px 15px;
    }
  
  .block-user .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e5e5e5;
  }
    .block-user .menu ul {
      margin-left: 15px;
      margin-bottom: 15px;
    }
    .block-user .menu ul ul {
      margin-left: 15px;
      margin-bottom: 5px;
    }
    .block-user .menu li {
      width:90%;     
    }
    .block-user .menu li a {
      display: inline-block;
      padding: 8px 15px;
    }
      .block-user .menu li a.active {
        font-weight: bold;
      }

#forum thead,
#tracker thead {
  background: #444b55;
  color: #fff;
  border-radius: 4px 4px 0 0;
}
  #forum thead a,
  #forum thead a:hover,
  #tracker thead a,
  #tracker thead a:hover {
    color: inherit;
  }

#forum td.odd,
#forum td.even,
#tracker td.odd,
#tracker td.even, {
  border-top: 1px solid #fff;
  vertical-align: middle;
}
  #forum td.replies,
  #forum td.topics,
  #forum td.posts,
  #tracker td.replies,
  #tracker td.topics,
  #tracker td.posts {
    text-align: center;
  }

#forum .container,
#tracker .container {
  padding: 1em 0 0 0;
  background: #fff;
}
  #forum .container ul,
  #tracker .container ul {
    list-style: none;
    margin: 0;
    padding: 1%;
  }
  #forum .container .name a,
  #forum .container .name a:hover,
  #tracker .container .name a,
  #tracker .container .name a:hover {
    color: inherit;
  }
  #forum .container .description,
  #tracker .container .description {
    background: #f5f5f5;
  }

#forum .forum .name,
#tracker .forum .name {
  font-size: 20px;
}
#forum .forum .description,
#forum .topics,
#forum .posts,
#forum .last-reply,
#tracker .forum .description,
#tracker .topics,
#tracker .posts,
#tracker .last-reply {
  color: #333;
}
#forum .topics,
#forum .posts,
#forum .replies,
#tracker .topics,
#tracker .posts,
#tracker .replies {
  width: 10%;
}
#forum .created,
#forum .last-reply,
#tracker .created,
#tracker .last-reply {
  width: 15%;
}

#forum .created,
#forum .last-reply,
#tracker td {
  font-size: 11px !important;
}

#tracker .replies,
#tracker td:nth-child(2) {
  font-size: inherit !important;
}

  #forum .replies a,
  #forum .topics a,
  #tracker .replies a,
  #tracker .topics a,
  #tracker .marker,
  .comment .new {
    padding: 0 4px;
    
    border-radius: 4px;
    background: #48C8C7;
    
    font-size: 12px;
    font-weight: bold;
    color: #fff !important;
    
    white-space: nowrap;
  }

#forum .odd .title,
#forum .even .title,
#tracker .odd .title,
#tracker .even .title {
  font-size: 16px;
}

#forum .odd td,
#forum .even td,
#tracker .odd td,
#tracker .even td {
  border-bottom: 1px solid #e5e5e5;
}
  #forum .odd,
  #tracker .odd
  {
    background: #fff;
  }
  #forum .even,
  #tracker .even  {
    background: #f9f9f9;
  }
  
.node .twitter-share-button {
  float: left;
}

#comments,
#comments .box,
.indented {
  padding: 0 0 0 5%;
}
  .indented .indented .indented .indented .indented .indented .indented .indented .indented .indented {
    padding: 0 !important;
  }

  #comments .box .title,
  #comments .box .description {
    color: #ccc;
  }
  #comments ul.links {
    margin-top: 0;
  }

#comment-controls input,
#comment-controls .form-item {
  display: inline-block;
  margin-right: 10px;
}
#comment-controls {
  display: none;
}

.comment .new {
  float: right;
}

.comment .submitted {
  margin-top: 1em;
  margin-bottom: 1em;
}
  .comment .submitted:after {
    content: ':';
  }

.comment blockquote,
.comment .quote-msg p {
  padding: 5px;
  border-left: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  
  font-size: inherit;
  color: #666;
}

#user-login-form {
  padding: 15px;
  text-align: right;
}
  #user-login-form .form-item {
    margin-top: 5px;
  }
  #user-login-form .item-list ul {
    list-style: none;
    margin-top: 15px;
  }

  #search,
  #user-login .form-item,
  #user-register .form-item {
    margin-bottom: 30px;
  }
  
  #user-login .description,
  #user-register .description {
    color: #666;
  }

.forum-topic-navigation,
.comment .title,
.feed-icon {
  display: none;
}

/* --- SEARCH --- */

#search .form-item {
  display: inline-block;
  width: 70%;
}
#search .form-item label {
  display: none;
}

#search .form-text,
#search .form-submit {
  display: inline-block;
  padding: 7px;
  
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  outline: none;
}
  #search .form-text:focus {
    border-color: #48C8C7;
  }
  
#search .form-text {
  width: 105%;
}
  
#search .form-submit {
  float: right; 
  padding-left: 17px;
  padding-right: 17px;
  padding-top:9px;
  margin: 0;
  
  background-color: #48C8C7;
  border-radius: 0 4px 4px 0;
  border:0px;
  color: #fff;
  position: relative;
  z-index: 1;
}

#search-form .container-inline .form-item {
  display: inline-block;
  margin-bottom: 30px;
}

.breadcrumb {
  padding-left: 0;
  
  background: none;
  border-radius: 0;
  border-bottom:1px solid #e5e5e5;
  
  text-transform: uppercase;
  font-family:"nunito-light",Helvetica,Arial,sans-serif;
  font-weight: lighter;
  color:#48C8C7;
}
  
.breadcrumb a {
  color:#000;
}
.menu li a {
  color:#666;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  background:none repeat scroll 0% 0% #48C8C7;
  padding:10px 35px;
  
  margin-top: 10px;
  margin-bottom: 10px;
  
  border:0px;
  border-radius:4px;
  color:#fff;
}
#user-profile-form label {
  width:30%;
  margin:10px 0px 10px 0px;
}
.tabs primary li {
  background:none;
  text-transform:uppercase;
  color:#666;
}
.tabs.primary li .active {
  border-bottom:3px solid #48C8C7;
}

.name a {
  color:#666; 
}
.criterion label {
  width:30%;
  margin-top:10px;
  margin-bottom:10px;
}
.search-results.node-results dt.title {
  margin-top: 1em;
  
  font-size:24px;
  font-weight:400;
}
.search-info {
  color:#ccc;
}
.forum.first.last {
  background:#48C8C7;
  color:#fff !important;
  border-radius:5px;
}
.icon a, .icon img {
  display:none;
}
#forum table tbody a,
#tracker table tbody a {
  color:#333;
}
#user-profile-form .description, .password-description {
  color:#aaa;
  margin-top:10px;
  margin-bottom:20px;
}
.standard label {
  width: 30%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.standard select {
  width: 517px;
}
#forum .links .forum.first.last a {
  color: #fff;
}

.form-select {
  padding: 5px;
  
  color: #48C8C7;
  border: 1px solid #48C8C7;
  background: #fff;
}
 
.password-strength, .password-confirm {
  padding-left: 20px;
}
.tips {
  color:#aaa;
}

.col-sm-9 .title {
  color: #333;
}

.node ul.links {
  padding-bottom: 20px !important;
}
.feed-item, dd, #aggregator .links {
  border-bottom:1px solid #e5e5e5;
  padding-bottom: 20px;
}
#aggregator .links a {
  color:#aaa;
}
#aggregator h2 {
  color: #48C8C7;
}

.sticky-enabled.sticky-table td a {
  color: #333 !important;
}
 
#forum ul.links {
  border:0px;
}
input[type=text],input[type=password], textarea {
  border-radius: 5px;
}
textarea {
  border: 1px solid #e5e5e5;
  padding: 10px;
  width: 90%;
}
  input[type=text]:focus,input[type=password]:focus, textarea:focus {
    border-color: #48C8C7;
  }

/* --- MOBILE --- */

@media (max-width: 1280px) {
  
  header,
  .hero {
    background: url(../img/header_illus@2x.jpg) top center no-repeat #fff;
    background-size: 1280px auto;
  }
  
}

@media (max-width: 1000px) {

  header {
    height: auto;
  }
    body.homepage header {
      background: #49cbc1;
    }
  
    header + * {
      padding-top: 120px !important;
    }
}

@media (max-width: 767px) {

  header .nav-menu {
    display: block;
    width: 100%;
    padding: 0;
  }
  
  header .nav-menu li,
  header .nav-menu li a {
    display: block;
  }
    header .nav-menu li {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid rgba(255,255,255,0.25);
    }
    header .nav-menu li:first-child {
      border-top: 1px solid rgba(255,255,255,0.25);
    }
  
    header .nav-menu li a {
      padding: 5px 15px;
    }
    header .nav-menu li a:hover,
    header .nav-menu li a:active {
      background: #fff;
      color: #48C8C7;
    }
    
  header nav {
      display: block;
    }
    
    header .mainbar {
      display: none;
    }
  
  .logo.icon, {
    width: 67.5px;
    height: 14px;
  }
  body.homepage .logo.icon {
    width: 21.5px;
    height: 23.5px;
    margin-top: 13px;
  }
  
  .sidebar {
    margin-top: 60px;
  }
  
  .section h2 {
    margin-left: 0;
    margin-right: 0;
  }
}