.main p {
    font-size: 16px;
    line-height: 1.4;
    text-align: justify;
}

.main p:nth-of-type(2){
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    -ms-column-count: 2;
    -ms-column-gap: 20px;
    -o-column-count: 2;
    -o-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

.main p:nth-of-type(4){
    -moz-column-count: 3;
    -moz-column-gap: 15px;
    -o-column-count: 3;
    -o-column-gap: 15px;
    -ms-column-count: 3;
    -ms-column-gap: 15px;
    -webkit-column-count: 3;
    -webkit-column-gap: 15px;
    column-count: 3;
    column-gap: 15px;
}

.list-title3 p {
    color: #ccc;
    text-shadow: none;
}

.list-title4 p {
    color: #6b5344;
    color: rgba(107,83,68,0.9);
    text-shadow: 0 1px 0 rgba(255,255,255,0.4);
}

/* DEMO 1 */

.list-title1 h1 {
    margin: 1em 0 0.5em 0;
    color: #343434;
    font-weight: normal;
    font-family: 'Ultra', sans-serif;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    text-shadow: 0 2px white, 0 3px #777;
}

.list-title1 h2 {
    margin: 1em 0 0.5em 0;
    color: #343434;
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
    font-family: 'Orienta', sans-serif;

}

.list-title1 h3 {
    margin: 1em 0 0.5em 0;
    color: #343434;
    font-size: 22px;
    line-height: 40px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Orienta', sans-serif;
    letter-spacing: 1px;
    font-style: italic;
}

.list-title1 h4 {
    margin: 1em 0 0.5em 0;
    color: #343434;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    font-family: 'Orienta', sans-serif;
}

/* DEMO 2 */

.list-title2 h1 {
    margin: 1em 0 0.5em 0;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    position: relative;
    font-size: 36px;
    line-height: 40px;
    padding: 15px 15px 15px 15%;
    color: #bf4242;
    box-shadow:
    inset 0 0 0 1px rgba(191, 66, 66, 0.4),
    inset 0 0 5px rgba(255, 51, 47, 0.5),
    inset -285px 0 35px white;
    border-radius: 0 10px 0 10px;
    background: #fff url(../images/bartoszkosowski.jpg) no-repeat center left;
}

.list-title2 h2 {
    margin: 1em 0 0.5em 0;
    font-weight: normal;
    position: relative;
    text-shadow: 0 -1px rgba(0,0,0,0.6);
    font-size: 28px;
    line-height: 40px;
    background: #bf4242;
    background: rgba(191, 66, 66, 0.8);
    border: 1px solid #fff;
    padding: 5px 15px;
    color: white;
    border-radius: 0 10px 0 10px;
    box-shadow: inset 0 0 5px rgba(255, 51, 47, 0.5);
    font-family: 'Muli', sans-serif;
}

.list-title2 h3 {
    margin: 1em 0 0.5em 0;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    position: relative;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
    font-size: 22px;
    line-height: 40px;
    color: #355681;
    text-transform: uppercase;
}

.list-title2 h4 {
    margin: 1em 0 0.5em 0;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    position: relative;
    font-size: 18px;
    line-height: 20px;
    color: #788699;
    font-family: 'Muli', sans-serif;
}

/* DEMO 3 */


.list-title3 h2:after,
.list-title3 h3:after,
.list-title3 h4:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    border-radius: 2px;
    box-shadow:
    inset 0 1px 1px rgba(0,0,0,0.5),
    0 1px 1px rgba(255,255,255,0.3);
}


.list-title3 h2:after { background: #0AF; }
.list-title3 h3:after { background: #3BF; }
.list-title3 h4:after { background: #6Cf; }

.list-title3 h1 {
    font-size: 36px;
    line-height: 40px;
    margin: 1em 0 .6em 0;
    font-weight: normal;
    color: white;
    font-family: 'Hammersmith One', sans-serif;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
    position: relative;
    color: #6Cf;
}

.list-title3 h2 {
    margin: 1em 0 .6em 0;
    padding: 0 0 0 20px;
    font-weight: normal;
    color: white;
    font-family: 'Hammersmith One', sans-serif;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
    position: relative;
    font-size: 30px;
    line-height: 40px;
}

.list-title3 h3 {
    margin: 1em 0 .6em 0;
    padding: 0 0 0 20px;
    font-weight: normal;
    color: white;
    font-family: 'Hammersmith One', sans-serif;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
    position: relative;
    font-size: 24px;
    line-height: 40px;
    font-family: 'Questrial', sans-serif;
}

.list-title3 h4 {
    margin: 1em 0 .6em 0;
    padding: 0 0 0 20px;
    font-weight: normal;
    color: white;
    font-family: 'Hammersmith One', sans-serif;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
    position: relative;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Questrial', sans-serif;
}

/* DEMO 4 */

.list-title4 h1 i,
.list-title4 h2 i,
.list-title4 h3 i,
.list-title4 h4 i {
    padding-right: 10px;
    color: #A8D13B;
    font-size: 0.8em;
}

.list-title4 h2:after,
.list-title4 h3:after,
.list-title4 h4:after {
    position: absolute;
    content: "";
    height: 1px;
    border-radius: 2px;
    left: 0;
    bottom: 0;
    box-shadow:
    0 -1px 0 rgba(0,0,0,0.1),
    0 1px 0 rgba(255,255,255,0.6);
}

.list-title4 h2:after { width: 100%; }
.list-title4 h3:after { width:  75%; }
.list-title4 h4:after { width:  50%; }


.list-title4 h1 {
    margin: 1em 0 0.75em;
    padding: 0 0 5px 0;
    color: #6B5344;
    font-weight: normal;
    position: relative;
    text-shadow: 0 2px 0 rgba(255,255,255,0.5);
    font-size: 36px;
    line-height: 40px;
    font-family: 'Carrois Gothic', sans-serif;
}

.list-title4 h2 {
    margin: 1em 0 0.75em;
    padding: 0 0 5px 0;
    color: #6B5344;
    font-weight: normal;
    font-family: 'Scada', sans-serif;
    position: relative;
    text-shadow: 0 2px 0 rgba(255,255,255,0.5);
    font-size: 30px;
    line-height: 40px;
}

.list-title4 h3 {
    margin: 1em 0 0.75em;
    padding: 0 0 5px 0;
    color: #6B5344;
    font-weight: normal;
    font-family: 'Scada', sans-serif;
    position: relative;
    text-shadow: 0 2px 0 rgba(255,255,255,0.5);
    font-size: 24px;
    line-height: 40px;
}

.list-title4 h4 {
    margin: 1em 0 0.75em;
    padding: 0 0 5px 0;
    color: #6B5344;
    font-weight: normal;
    font-family: 'Scada', sans-serif;
    position: relative;
    text-shadow: 0 2px 0 rgba(255,255,255,0.5);
    font-size: 18px;
    line-height: 20px;
}

/* DEMO 5 */

.list-title5 {
    counter-reset: section-1, section-2, section-3, section-4;
}

.list-title5 h1 {
    margin: 0.8em 0 0.5em 0;
    color: #333;
    font-weight: normal;
    font-family: 'Orienta', sans-serif;
    font-size: 36px;
    line-height: 40px;
    counter-increment: section-1;
    counter-reset: section-2 section-3 section-4;
}

.list-title5 h2 {
    margin: 0.8em 0 0.5em 0;
    color: #333;
    font-weight: normal;
    font-family: 'Orienta', sans-serif;
    font-size: 30px;
    line-height: 40px;
    counter-increment: section-2;
    counter-reset: section-3 section-4;
    border-bottom: 1px solid #fff;
    box-shadow: 0 1px 0 rgba(0,0,0,0.1);
    padding-bottom: 10px;
}

.list-title5 h3 {
    margin: 0.8em 0 0.5em 0;
    color: #333;
    font-weight: normal;
    font-family: 'Orienta', sans-serif;
    font-size: 24px;
    line-height: 40px;
    counter-increment: section-3;
    counter-reset: section-4;
}

.list-title5 h4 {
    margin: 0.8em 0 0.5em 0;
    color: #333;
    font-weight: normal;
    font-family: 'Orienta', sans-serif;
    font-size: 18px;
    line-height: 20px;
    counter-increment: section-4;
}

.list-title5 h1:before { content: counter(section-1) ". "; }
.list-title5 h2:before { content: counter(section-1) "." counter(section-2) " "; }
.list-title5 h3:before { content: counter(section-1) "." counter(section-2) "." counter(section-3) " "; }
.list-title5 h4:before { content: counter(section-1) "." counter(section-2) "." counter(section-3) "." counter(section-4) " "; }

/* DEMO 6 */

.list-title6 h1 {
    margin: 1em 0 0.5em 0;
    font-weight: 100;
    text-transform: uppercase;
    color: #00caa6;
    font-style: italic;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 58px;
    line-height: 54px;
    text-shadow: 2px 5px 0 rgba(0,0,0,0.2);
}

.list-title6 h2 {
    margin: 1em 0 0.5em 0;
    color: #148773;
    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
}

.list-title6 h3 {
    margin: 1em 0 0.5em 0;
    color: #343434;
    font-size: 22px;
    line-height: 40px;
    font-weight: 100;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 1px;
    font-style: italic;
}

.list-title6 h4 {
    margin: 1em 0 0.5em 0;
    color: #343434;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
}

.iso9002 {
    position: relative;
    background: url(../images/nsf-isr2.png) no-repeat right;
}

.iso22716 {
    position: relative;
    background: url(../images/iso22716.jpg) no-repeat right;
}