@charset "UTF-8";
/* CSS Document */

/* 
    Theme Name: Ganbaroo PR
    Theme URI: http://www.ganbaroo.nl
    Description: Template
    Version: 1.0 
    Author: Wijzeronline
    Author URL: http://www.wijzeronline.nl
 */  

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900');
/*=============================== MAIN ================================*/

*{
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none;
    color: black;
}

img {
    max-width: 100%;
    height: auto;
}

body{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    overflow-x: hidden;
}

    body p { line-height: 30px; }


.maxwidth {
    width: 1200px;
    margin: auto;
}

.maintitle h2 {
    font-weight: 300;
    font-size: 40px;
    text-transform: uppercase;
}

/*=============================== HEADER ================================*/

header {
    padding: 50px 0;
}

header .head {
    padding: 0px 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row; 
}

header .head .logo {
    flex-grow: 1;
}

header .menu {
    align-self: flex-end;
    flex-grow: 2;
    display:flex;
    justify-content: flex-end;
}

    header .menu ul {
        list-style-type: none;
        display:flex;
        justify-content: space-between;
        margin: 23px 0 0 0;
        width:90%;
        align-self: flex-end;
    }

        header .menu ul li {
        }

            header .menu ul li a {
                text-transform: uppercase;
                display: block;
                font-size: 15px;
                font-weight: 300;
                letter-spacing: 2px;
            }

                header .menu ul li a:hover {
                    font-weight: 700;
                    color: black;
                    text-decoration: none;
                }

header .fa {
    display: inline-block;
    font-family: FontAwesome;
    font-size:30px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 20px;
    color: black !important;
}

/*=============================== HEAD IMAGE ================================*/

.headimage {
    height: 600px;
    background-size: cover;
    background-position: center center;
    width: 100%;
    margin-bottom: 20px;
}

/*=============================== ABOUT US ================================*/

.weare {
    padding: 60px 0 30px 0;
    text-align: center;
}

.weare .maintitle h2{
    margin-bottom: 35px;
}

.weare .intropunten p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.weare .intropunten p {
    opacity: 0;
    position: relative;
    -webkit-animation: fadeIn 900ms ease both;
    -webkit-animation-play-state: paused;
    -moz-animation: fadeIn 900ms ease both;
    -moz-animation-play-state: paused;
    -o-animation: fadeIn 900ms ease both;
    -o-animation-play-state: paused;
    animation: fadeIn 900ms ease both;
    animation-play-state: paused;
}

.weare .intropunten.play p {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@-o-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}


/*=============================== LIFESTYLE ================================*/

.lifestyle {
    padding-top: 45px;
}

.lifestyle .maintitle h2 {
    display: block; 
    text-align:  center;
    margin-bottom: 50px;
}


/*=============================== FASHION ================================*/

.fashion {
    padding-top: 110px;
}

.fashion .maintitle h2 {
    display: block; 
    text-align:  center;
    margin-bottom: 50px;
}



/*=============================== SLIDER ITEMS ================================*/

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    max-width: 590px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0px !important;
    right: 0px !important;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: black !important; 
    height: 1px !important;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: white !important;
    border: 1px solid black;
}

.slideritems {
    position: relative;
    padding: 55px 0;
    margin: 55px 0;
    clear: both;
    width: 100%;
    height: 800px;
}

.slideritems.single {
    height: 780px;
}

.slideritems.single .item {
    height: 780px;
}

.slideritems .item {
    height: 680px;
    margin-right: 25px !important;
    float: left;
    min-width: 350px !important;
}

    .slideritems .item:hover {
        color: black;
    }

.slideritems .item.smal {
     width: 350px;
}


.slideritems .item.breed {
    width: 485px !important;
}

    .slideritems .item .image {
        height: 445px;
        background-size: cover;
        background-position: center;
    }

    .slideritems.single .item .image {
        height: 550px;
    }

    .slideritems .item .meta {
        background: #f7f9fa;
        text-align: center;
        padding: 30px;
        min-height:200px;
    }

        .slideritems .item .meta .titel {
            font-size: 16px;
            font-weight: 900;
            text-transform: uppercase;
            margin-bottom: 5px;
            letter-spacing: 2px;
        }

        .slideritems .item .meta .inhoud {
            font-size: 14px;
        }

        .slideritems.single .item .meta .inhoud {
            display: none;
        }

        .slideritems.single .item .meta {
            background: none;
        }

.slideritems .maintitle h2  {
    display: block; 
    text-align:  center;
    margin-bottom: 50px;
}


/*=============================== WHAT WE DO ================================*/

.whatwedo {
    padding-top: 110px;
}

.whatwedo h2 {
    display: block;
    text-align:center;
    margin-bottom: 35px;
}

.whatwedo .row{ 
    max-width: 1040px;
    margin: auto;
}

    .whatwedo p {
        text-align : justify;
    }

/*=============================== CASES ================================*/

.cases {
    padding: 60px 0;
}

    .cases h2 {
        display: block;
        text-align: center;
        margin-bottom: 50px;
    }


/*=============================== INSTAGRAM ================================*/

.instagram {
    margin: 150px 0;
}

    .instagram .instaicon {
        text-align: center;
        width: 100%;
        font-size: 45px;
        margin-bottom: 50px;
    }

		.instaicon svg {
			max-width: 45px;
		}

/*=============================== FOOTEr ================================*/

footer { 
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}

footer a {
    color: black;
}

footer a:hover {
    color: black;
    text-decoration: underline;
}

    footer .logo {
        border-bottom: 1px solid black;
        margin-bottom: 35px;
        padding-bottom: 35px;
        text-align: center;
    }


    footer .socialicons {
        text-align: center;
    }

        footer .socialicons .fa {
            border: 1px solid black;
            width: 53px;
            line-height: 51px;
            font-size: 20px;
            border-radius: 100px;
            margin: 0 12px;
        }

            footer .socialicons .fa:hover {
                background: black;
                color: white;
                transition: 0.5s;
            }

    footer p {
        line-height: 23px;
    }

    footer .midden {
        text-align:center;
        font-weight: bold;
        position:relative;
    }

        footer .midden span,
        footer .midden span a {
            color :#eebfb2;
        }

        footer .midden .inhoud {
            position: absolute;
            bottom: 1rem;
            margin-left: 0px;
            margin-right: 0px;
            left: 0px;
            right: 0px;

        }


    footer .rechts {
        text-align:right;
    }

    footer .links {
        text-align: left;
    }


footer .copyright {
    margin-top: 35px;
    text-transform: none;
    color: #b2b2b2;
}

    footer .copyright a {
        color: #b2b2b2; 
    }