html,
body,
button,
input,
select,
textarea {
    font: 300 14px/1.3 'futura-pt', sans-serif;
    color: #333;
}


strong {
    font-weight: 400;
}


h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child,
ul:first-child,
ol:first-child {
    margin-top: 0;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
    line-height: 1;
}
h1,
h2,
h3 {
    color: #666c70;
}
h1 {
    margin: 0 0 25px;
    padding-bottom: 10px;
    border-bottom: solid 2px #bad80a;
    font-size: 45px;
    font-weight: 400;
}
h2 {
    margin-top: 30px;
    font-size: 30px;
    font-weight: 300;
}
h3 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 300;
}
h4,
h5,
h6 {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
}
@media (max-width: 767px) {
    h1{
        font-size: 35px;
    }
    h2{
        font-size: 25px;
    }
}

p,
ul,
ol {
    margin: 15px 0;
}
ul,
ol {
    padding-left: 25px;
}


a {
    color: #666c70;
    text-decoration: underline;
}
a,
a:before,
a:after {
    -webkit-transition: color .15s linear, background-color .15s linear;
       -moz-transition: color .15s linear, background-color .15s linear;
        -ms-transition: color .15s linear, background-color .15s linear;
         -o-transition: color .15s linear, background-color .15s linear;
            transition: color .15s linear, background-color .15s linear;
}
a:hover,
a:focus {
    color: #bad80a;
}


.btn {
    display: block;
    max-width: 220px;
    padding: 8px 25px 8px 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    color: #fff;
    background: #666c70 url('../img/btn.png') right center no-repeat;
    text-shadow: 0 0 4px #444;
}
.btn:hover,
.btn:focus {
    text-decoration: none;
    color: #fff;
    background-color: #bad80a;
}


.intro-text,
.category-desc p:first-child,
.item-page > .page-header + p {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 400;
}
.intro-text + p,
.category-desc p:first-child + p,
.item-page > .page-header + p  + p {
    margin-top: 5px;
}


.editor-helper .row > div {
    margin-bottom: 10px;
    padding: 4px;
    border: dashed 2px #ccc;
}
