/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Bolt - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
 
/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700,900);

/* OVERALL ASPECT */

body {
  background-color: #f2f2f2;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    
    margin-top: 70px;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

.mt {
	margin-top: 40px;
}

.justified{
    text-align: justify
}

.right {
	text-align: right;
}

.center{
    text-align: center;
}

.flt-right{
    float: right;
}

.flt-left{
    float: left;
}

div.clear{
    clear: both;   
}

.no-display{
    display: none;   
}

/* Links */
a {
    color: #7b7b7b;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #f85c37;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

/* Bootstrap Modifications */
 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.navbar-collapse{
    padding-top:4px;
}

.navbar {
	font-weight: 800;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #4e4e4e;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #EEE;
	background-color: #777777;
}

.navbar-default .navbar-nav > li > a {
    color: #EEE;
}

.navbar-default .navbar-nav > li > a:hover,
a:focus {
    color: #74cfae;
}

.navbar-brand {
	font-size: 60px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.btn-theme {
	color: #ffffff;
	background-color: #74cfae;
	border-color: transparent;
}

.btn {
	padding: 10px 30px;
	margin-bottom: 0;
	font-size: 18px;
	border: 5px solid transparent;
	border-radius: 0px;
}

.btn-explore{
    padding: 10px 10px;
    margin-bottom: 0;
    font-size: 18px;
    border: 5px solid transparent;
    border-radius: 0px;
}

.btn-a{
    background: none!important;
    border: none; 
    padding: 0!important;
    font: inherit; 
    cursor: pointer; 
	font-weight: 400; 
}

.btn-a:hover{
    color: #f85c37;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #74cfae;
    border-color: #74cfae;
}
.pagina

.lead {
	letter-spacing: 1px;
}

.h-green {
	color: #74cfae;
}
/* WRAP SECTIONS */

/* hello */
#hello {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (min-width: 768px) {
  #hello {
	width: 100%;
	padding-top: 250px;
	padding-bottom: 250px;
  }
}

@media (max-height: 800px) and (min-width: 768px){
  #hello {
	width: 100%;
	padding-top: 170px;
	padding-bottom: 170px;
  }
}

#hello h1 {
	font-size: 90px;
	font-weight: 700;
	letter-spacing: 3px;
	color: #74cfae;
}

#hello h2 {
	color: #c0c0c0;
	font-weight: 400;
}

/* Green */
#green {
	background-color: #5DA088;
	padding-top: 25px;
	padding-bottom: 25px;
}

#green h3 {
	color: white;
	font-weight: 400;
	margin-bottom: 35px;
}

#green p {
	color: white;
	font-weight: 400;
	font-size: 20px;
}

/* Skills */
#skills {
	background-color: #4e4e4e;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 50px;
}

#skills h3 {
	color: white;
}

#skills p {
	color: white;
	font-weight: 400;
}

#skills span {
    color: #74cfae; 
    font-weight: 400;   
}

/* Social Links */
#social {
	width: 100%;
	padding-top: 55px;
	padding-bottom: 50px;
}

#social p {
    text-align: center;   
}

#social i {
	font-size: 50px;
	color: #74cfae;
}

#social h3 { 
    text-align: center;   
}

#social .col-md-3:hover {
	background-color: #f5f5f5;
}

#social .col-md-3 {
	padding:30px;
}

/* Footer */
#f {
	padding-top: 20px;
	background-color: #4e4e4e;
}

#f p, #f a {
	color: #DDD;
	text-align: center;
}

#f a:hover {
	color: #f85c37;
}

/* Image Opacity */
.grid img {
    opacity: .7;
}
.grid img:hover {
    opacity: 1;
}

button#example-button{
    background: none!important;
    border: none; 
    padding: 0!important;
    font: inherit; 
    cursor: pointer;
    color: #7b7b7b;   
	font-weight: 400; 
}

button#example-button:hover{
    color: #f85c37;
}

.index-query{
    margin-top: 2px;
    font-size:17px;
    height: 50px;   
}

input.feedback{
    font-size:17px;
    height: 50px;    
}

textarea.feedback{
    font-size:17px;   
}

section.tool {
	padding-top: 50px;
    padding-bottom: 30px;
	background: #f7f7f7;
	color: #fdfdfd;
}


div.container-tool{
	background: #fff; 
    color: #333; 
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 40px;
	padding-bottom: 50px;
	-webkit-box-shadow: 0px 0px 9px 2px rgba(0,0,0,0.42);
	-moz-box-shadow: 0px 0px 9px 2px rgba(0,0,0,0.42);
	box-shadow: 0px 0px 9px 2px rgba(0,0,0,0.42);
}

div.container-tool p{
    margin-bottom: 0px;
    font-weight: 400; 
}

div.container-tool td, li, span, a{
    font-weight: 400; 
}

div.container-tool .btn{
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
}

div.container-tool .btn-maxi{
    padding: 10px 30px;
    margin-bottom: 0;
    font-size: 18px;
}

div.container-tool .btn-mid{
    padding: 7px 16px;
    margin-bottom: 0;
    font-size: 17px;
}

div.container-tool h1{
    color:#74cfae; font-weight: bold;
}

div.container-tool a.inverted {
    color: #5DA088;
}

div.container-tool a.inverted:hover,
a:focus {
    color: #7b7b7b;
}

div.container a.inverted {
    color: #5DA088;
}

div.container a.inverted:hover,
a:focus {
    color: #f85c37;
}

table tbody tr td form button{
    border: 0;
    padding: 0;
    display: inline;
    background: none;
    text-decoration:none;
    color: #333;
}

table tbody tr td form button:hover{
    color: #333;
    text-decoration: underline;
}

input#defline{
    padding: 1px;
    background-color: white;
    border: 0;
    cursor: auto;   
}

table#alignments-table{
    background-color: #FFF;   
}

div#alert-results{
    text-align: center;
    min-height: 100px;
}

div.grey-container{
    background-color: #EFEFEF;
    border-radius: 5px;
    border: 1px solid #DDD; 
    padding: 30px;
    margin-left: 10px;
    margin-right: 10px;  
}

#threshold{
    height: 42px;
    min-width: 70px;
}

.blast-options{
    display: inline; 
    max-width: 110px; 
    margin-right: 10px; 
    margin-bottom: 8px;   
}


#header-logo-text{
    margin-left: 15px; 
    margin-top:3px;
}

#header-logo{
    margin: 0;
    font-size: 40px; 
    font-family: 'Raleway';
    color: #6bbea0; 
    font-weight: 600;
}

#header-date{
    margin: 0; 
    font-weight: 400; 
    color: #EEE;
    font-size: 12px; 
    font-family: 'Raleway';
}

#logo-big{
    display: none;
}

p.description{
    font-weight: 400; 
    font-size: 20px; 
    text-align: justify;   
}

@media (min-width: 1200px) {
    #logo-big{
        margin-top: 140px;
        display: block;
    }
}

.scroll-x{
    overflow-x: scroll;
}

@media (min-width: 768px) {
    .scroll-x{
        overflow-x: hidden;
    }
}

/* Loader */

div#loading{
    background-color: rgba(0,0,0,0.5);   
}

div#loader-container{
    float: none;
    margin: 40vh;
    text-align:center; 
}

.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader {
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #ffffff;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #ffffff;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #ffffff;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #ffffff;
    height: 5em;
  }
}