/*!
 * Website FietsFacts - Gemaakt door MasOutreach
 */

/*---- Body & Content ---- */
body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    background-color: #4b8cb0;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Arvo', serif;
    font-weight: 400;
}

p {
    margin: 0 0 25px;
    font-size: 17px;
    line-height: 1.5;
}

@media(min-width:767px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #219ab3;
    -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: #11505d;
}

.light {
    font-weight: 400;
}

/*---- Intro ---- */

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 75px 0 25px;
    color: #fff;
    background-color: #4c8cb0;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .heading {
    font-size: 30px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

@media(min-width:767px) {
    .intro {
        padding-top: 100px;
    }

    .intro .intro-body .heading {
        font-size: 45px;
		margin: 50px 0 30px;
    }

    .intro .intro-body .intro-text {
        font-size: 20px;
		line-height: 28px;
    }
}

/*---- Button Intro ---- */

.btn-circle {
    font-size: 50px;
    color: #fff;
}

.btn-circle:hover,
.btn-circle:focus {
    color: #134e6c;
}

.btn-circle 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;
}

.btn-circle:hover i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

@-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);
    }
}

/*---- Triangle Sections ---- */

.triangle-blue {
	width: 100%;
	height: 0;
	border-style: solid;
	border-width: 0 0 50px 100vw;
	border-color: transparent transparent #134e6c transparent;	
}

.triangle-red {
	width: 100%;
	height: 0;
	border-style: solid;
	border-width: 50px 100vw 0 0;
	border-color: #750e1f transparent transparent transparent;	
}

/*---- Movies ---- */

.movies {
	padding: 50px 0;	
}

.movies-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background-color: #cd3f3e;
}

.video {
	background: #fff;
	margin: 15px 0;
}

.video>img, .thumbnail a>img {
margin-right: auto;
margin-left: auto;
}
.video .caption {
	padding: 20px;
}

.video .caption h4 {
	font-size: 20px;
	margin: 0;
	color: #CD3F3E;
}

.video .caption p {
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	color: #134e6c;
}

.hvr-grow {
	display: block;	
	  vertical-align: middle;
	  -webkit-transform: translateZ(0);
	  transform: translateZ(0);
	  -webkit-backface-visibility: hidden;
	  backface-visibility: hidden;
	  -moz-osx-font-smoothing: grayscale;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  -webkit-transition-property: transform;
	  transition-property: transform;
}
.hvr-grow:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.video-image:hover .btn-play{
	display:block}

/*---- Play Button ---- */

.btn-play{
  position : absolute;
    display:none;
	font-size: 50px;
	line-height: 50px;
	background: #fff;
	color: #cd3f3e;
    top: 30%; 
    margin:0 auto; left:0px;
    right:0px;
    z-index:100
}

.circle{
	border-radius: 50%;
	width: 52px;
	height: 52px;
}

/*---- Modal ---- */

.modal-header {
min-height: 16.43px;
padding: 15px;
border-bottom: none;
}



@media(min-width:767px) {

    .movies-section {
        padding: 100px 0;
    }
}

.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 #219ab3;
    color: #219ab3;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #219ab3;
    outline: 0;
    color: #000;
    background-color: #219ab3;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
	.video .caption p {
		display: none;	
	}
	.hvr-grow {
		transform: none;
		-webkit-transform: none;	
	}
	.hvr-grow:hover, .hvr-grow:focus {
		transform: none;	
		-webkit-transform: none;
	}
	.btn-play{
		display: block;
	}
	.modal { 
    position: fixed; 
    top: 3%; 
    right: 3%; 
    left: 3%; 
    width: auto; 
    margin: 0; 
	}
	.modal-body { 
		height: 60%; 
	}
}

@media(max-width:990px) {
	.intro {
        text-align: center;
    }
	
}
@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;
    }
}



footer {
    padding: 75px 0;
}

footer p {
    margin: 0;
}

.logos {
	vertical-align: middle;	
}

.images {
	max-width: 100%;
	margin: 10px 20px;	
}
::-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);
}