

@font-face {font-family:"Japanese Brush";src:url("http://friendsfirst.eu/fonts/JAPAB___.eot?") format("eot"),url("http://friendsfirst.eu/fonts/JAPAB___.woff") format("woff"),url("http://friendsfirst.eu/fonts//JAPAB___.ttf") format("truetype"),url("http://friendsfirst.eu/fonts/JAPAB___.svg#JapaneseBrush") format("svg");font-weight:normal;font-style:normal;}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


body {
    width: 100%;
    height: 100%;
    font-family: 'Source Sans Pro',"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #333;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    font-family: "Japanese Brush", "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 85%
    -webkit-text-stroke:1px rgba(255,255,255,0.1);
    -webkit-font-smoothing: antialiased;


}

p {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 1.5;
}

.divide {
    padding: 2em 2em;
}

.img-space {
    padding: 4em 0 0 0;
}

.social-media-icons {
    display: block;
    margin-top: 1em;
}

@media(min-width:767px) {
    p {
        margin: 0 0 30px;
        font-size: 16px;
        line-height: 1.6;
    }
}

a {
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #ccc;
}

.light {
    font-weight: 400;
}


nav a {
    position: relative;
    display: inline-block;
    outline: none;
}

nav a:hover,
nav a:focus {
    outline: none;
}

nav li {
    list-style: none;
    display: inline;
    padding: 0 0.5em;
}


.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.21);
    -moz-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.21);
    box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.21);
    -webkit-text-stroke:1px rgba(0,0,0,0.1);
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 1px rgba(0,0,0,0.1)


}

.navbar-brand {
    font-weight: 700;
    color: #fff;
}

.navbar-brand:focus {
    outline: 0;
}

.navbar-custom a {
    color: #333;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}


.navbar-custom .nav li a:hover{
}


.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}


.people {
    display: block;
    width: 70%;
    margin: auto;
    text-align: center;
}

.people h5 {
      font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
      margin: 0 0 10px 0px;
}

.people {
    line-height: 150%;
}

.person-joanna {
    display: inline-block;
  /*  float: left;*/
    /* width: 5em; */
}

.person-magda {
    display: inline-block;
/*    float: right;
*/    /* width: 5em; */
}


.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}


/* Effect 5: same word slide in */
.cl-effect-5 a {
    margin-top: 1em;
    overflow: hidden;
    padding: 0 4px;
    height: 1.2em;
}

.cl-effect-5 a span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cl-effect-5 a span::before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    font-weight: 700;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    color: #d70000;
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}



@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: #fff;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
         -webkit-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.21);
        -moz-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.21);
        box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.21);
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #fff;
        color: #333;
        -webkit-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.21);
        -moz-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.21);
        box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.21);
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/bg-main.jpg) no-repeat bottom center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro-body {
    display: table-cell;
    vertical-align: middle;
}

.brand-heading {
    font-size: 5em;
}

.intro-text {
    font-size: 1.2em;
    font-weight: 400;
    line-height: 130%;

}

.section-2 {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 3em;
}

@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .brand-heading {
        font-size: 5em;
        margin-top: 2em;
    }

    .intro-text {
        font-size: 1.2em;
        font-weight: 400;
        line-height: 130%;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

.trainings-section {
    width: 100%;
    padding: 50px 0;
    color: #333;
    background: url(../img/bg-trainings.jpg) no-repeat center center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

}

.events-section {
    width: 100%;
    padding: 50px 0;
    color: #333;
    background: url(../img/bg-events.jpg) no-repeat center center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.kids-section {
    width: 100%;
    min-height: 500px;
    padding: 50px 0;
    color: #333;
    background: url(../img/bg-kids.jpg) no-repeat center center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    border-bottom: 2px solid #fff;
}

.transmedia-section {
    width: 100%;
    min-height: 400px;
    padding: 50px 0;
    color: #333;
    background: url(../img/bg-film.jpg) no-repeat center center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    border-bottom: 2px solid #fff;
}

.film-section {
    width: 100%;
    min-height: 400px;
    padding: 50px 0;
    color: #333;
    background: url(../img/bg-transmedia.jpg) no-repeat center center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}



#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 100px;
    }

    .trainings-section {
        padding: 100px 0;
    }

    .events-section {
        padding: 100px 0;
    }

    #footer {
        height: 50px;
    }
}

.btn {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #28c3ab;
    color: #28c3ab;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 4em;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons>li:last-child {
        margin-bottom: 0;
    }
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}