
/* styles from flat-ui-free2.0.0-fix.less files */

body
{
    color: #34495e;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.231;
}

input,
button,
select,
textarea
{
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

a
{
    color: #16a085;
    text-decoration: none;
    -webkit-transition: color 0.25s, background 0.25s;
    -moz-transition: color 0.25s, background 0.25s;
    -o-transition: color 0.25s, background 0.25s;
    transition: color 0.25s, background 0.25s;
}

a:hover
{
    color: #1abc9c;
    text-decoration: none;
}

h1,
.h1
{
    font-size: 48px;
}

h2,
.h2
{
    font-size: 41px;
}

h3,
.h3
{
    font-size: 32px;
}

h4,
.h4
{
    font-size: 23px;
}

h5,
.h5
{
    font-size: 21px;
}

h6,
.h6
{
    font-size: 19px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6
{
    line-height: 1.2em;
}

h1
{
    font-weight: 700;
}

h2
{
    font-weight: 700;
    margin-bottom: 2px;
}

h3
{
    font-weight: 700;
    margin-bottom: 4px;
    margin-top: 2px;
}

h4
{
    font-weight: 500;
    margin-top: 4px;
}

h5
{
    font-weight: 500;
}

h6
{
    font-weight: normal;
}

p
{
    font-size: 18.004px;
    line-height: 1.722169;
}

.lead
{
    font-size: 28px;
    line-height: 1.4642745;
    font-weight: 300;
    margin-bottom: 20px;
}

small
{
    font-size: 84%;
    line-height: 2.050846;
}

blockquote
{
    position: relative;
    border-left: none;
    padding-left: 19px;
}

blockquote p
{
    font-size: 20.006px;
    line-height: 1.549829;
    font-weight: normal;
    margin-bottom: .4em;
}

blockquote small
{
    font-size: 18.004px;
    line-height: 1.722169;
    font-style: italic;
    color: #34495e;
}

blockquote small:before
{
    content: "";
}

blockquote:before
{
    position: absolute;
    left: 0;
    width: 3px;
    height: 100%;
    top: 0;
    bottom: 0;
    background-color: #ebedee;
    content: "";
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}


.largeScreenshots span {
  display: block;
  height: 36px;
  background: none;
  margin: 0 auto;
  width: 798px;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.largeScreenshots span:hover {
 background: none;
}