/*
 * L&P Communication
 */
/*Google Fonts*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto');
/*General*/
body {
	position:relative;
	padding-right: 0 !important;
}
body, html {
	font-family: Montserrat, sans-serif;
	font-size: 16px !important;
	/*text-rendering: optimizeLegibility !important;*/
	-webkit-font-smoothing: antialiased !important;
	color: #656c6d;
	width: 100% !important;
	height: 100% !important;
}

h1,
h2,
h3,
h4 {
	font-family: Montserrat, Arial, sans-serif;
    font-weight: bold;
    color: #2f2f2f;
}

.space {
    padding-bottom: 40px;
}

.invert {
    background-color: rgb(245, 245, 245);
    
}

.credit i {
    font-size: 16px;
}

.credit a:hover {
    color: #908FC2 !important;
}

/*General end*/

/* Navigation start */
.load {
    animation: fadein 0.5s ease;
}

.unload {
    animation: fadeout 0.5s ease;
}

.scroll {
	color: #FFF !important;
	background-color:transparent;
}

.navbar {
    border: none;
    background-color: transparent;
    -webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.navbar .nav a {
	font-family: Montserrat;
	font-weight: 700;
	color: #FFF;
    margin-left:-1px;/* Cheesy border fix */
}

.navbar-collapse {
    border:0;
}

.navbar .nav li a {
   color: #FFF;
	letter-spacing: 1px;
	padding: 0 20px 0 20px;

	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.navbar .nav li a:hover {
	outline: 0;
	background-color: transparent;
   color: #333;
}

.navbar .nav li a:focus, .navbar li a:active {
	outline: 0;
    background-color: rgba(255,255,255,.4) !important;
   background:none !important;
   color: #f03933 !important;
}

.navbar .nav li.active {
	outline: 0;
}

.navbar .nav li.active a {
	/*background-color: rgba(255,255,255,.3);
	background-color: none;*/
	background: none;
}

.navbar .nav li.active a:hover {
    /*background-color: rgba(255,255,255,.5);*/
}

.navbar-inverse .navbar-nav > .active {
	background: none !important;
}
.navbar-inverse {
	/*background-color: rgb(71, 85, 119);*/
	/*background-color: rgb(71, 85, 119) !important;
	background-color: #282f44 !important;*/
	background-color: #181c2a !important;
}

.navbar-fixed-top .nav {
     padding: 30px 10px 20px 10px;
     -webkit-transition: padding .3s ease-in-out;
	 -moz-transition: padding .3s ease-in-out;
	 transition: padding .3s ease-in-out;
}

.navbar-fixed-top .navbar-brand {
    padding: 38px 10px 52px 60px;
    -webkit-transition: padding .3s ease-in-out;
	-moz-transition: padding .3s ease-in-out;
	transition: padding .3s ease-in-out;
}
/* Navigation end */


/* Sections start */
.section {
	background-color: inherit;
	position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    /*z-index: 800;*/
   z-index: 699;
}

.section-heading {
     padding-bottom: 10px;
}

.section-subheading {
    padding-bottom: 40px;
}

/*overlay*/
.overlay {
	/*min-height: 100vh; */
	position:fixed;
	top: 0;
	width: 100%;
	min-height: 524px;
	height: 768px;
	background-color: rgb(71, 85, 119);
	opacity: 0.3;
	 top:0;
	/*bottom:116px;*/
	bottom:58px;
	left: 0;
	/*position: relative;*/
	right: 0;
	opacity: 0.3;
	z-index: 19;
}
#home {
	/* Create the parallax scrolling effect */
    position:fixed;
    top:0;
	width: 100%;
	height:768px;
	text-align: center;
	background: url(../img/top2000.jpg) no-repeat center 0px;
	background-size: 100% auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	z-index:7;
}



.loose {
 position: relative;
 margin-top: 220px;
 margin-bottom: 160px;
 height:330px;
	z-index:200;
}
.loose h1 {
	font-size: 84px;
	color: #FFF;
}

#memories {
	position: relative;
	width: 100%;
	min-height: 370px;
	z-index:699;
	background: #FFF;
}

.logo {
    display: inline-block;
    font-family: Montserrat;
    font-weight: bold;
    color: #FFF !important;
}

.logo img:hover {
    animation: jump 0.3s ease;
}

.content {
	position: relative;
	font-family: Montserrat;
    margin-left: auto;
    margin-right: auto;
    padding-top:0;
    padding-bottom: 60px;
    margin-top:0;
    max-width: 600px;
    text-align: center;
   color: #FFF;
   z-index:1040;
}

.content-size h3 {
	color: #000;
	font-size: 48px;
	text-align: right;
}

.us-section-title {
	/*color: #000;*/
	color: #FFF;
	font-size: 48px;
	text-align: center;
}
#about h3, #about p {
	color: #FFF;
}
.content-size p.lead, .content-size .lead p {
	/*font-family: 'Raleway', sans-serif;*/
    /*font-size: 1.8rem;*/
   font-size: 16px;
    font-weight: 300;
    margin-bottom: 2.3125rem;
    text-align: right;
    color: #000;
}

.jumbo-logo {
    opacity: .9;
}

/*Memoires*/


/*About*/
.media-icons {
    margin: auto;
    padding-bottom: 30px;
    padding-top: 10px
}

.media-icons hr {
    width: 120px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    
}

.media-icons ul {
    padding: 0;
    margin: 0;
}

.media-icons ul li {
    list-style-type: none;
    /*display: inline-block;*/
}

.media-icons ul li a i {
	color: #72b6cf;
	width: 40px;
	height: 40px;
	font-size: 20px;
	text-align: center;
	/*padding-top: 25%;*/
	padding-top:0;
}

.media-icons ul li a i:hover {
    color: #90d0e8;
}

.img-circle {
    border: 6px dashed #252525;
    border: 0;
}
#about {
	/*background-color: rgb(71, 85, 119);*/
	 background-color: #f03933 !important;
	 background-color: #4249a4!important;
	background-color: #444b9f !important;
}
/*About end*/

/*Services*/
.service-icon {
    padding: 20px;
    /*color: #72b6cf;*/
   color: #444b9f;
   font-size: 120px;
}

.estimate {
    padding-top: 81px;
    padding-bottom: 40px
}

.estimate p {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

.estimate-button {
    border: 2px #f7f5f5;
    background-color: #74adc3;
    color: #f7f5f5;
}

.estimate-button:hover {
    border: 2px #74adc3;
    background-color: #90b5c4;
    color: #ffffff;
}
/*Services end*/

/*Clients*/
.client-logo {
    margin-bottom: 25px;
    opacity: .5;
}
/*Clients end*/

/*Pricing*/
.form-group {
    margin-bottom: 20px;
}
.form-buttongroup {
    margin-top: 10px;
}
.form-checker {
}
.form-desc {
    color: #9f9f9f;
}
.form-total {
    max-width: 200px;
    padding-top: 10px;
}
.form-total input {
    text-align: center;
    color: #252525;
}

.form-total ::-webkit-input-placeholder { /* WebKit browsers */
    color: #252525;
}
.form-total :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #252525;
}
.form-total ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #252525;
}
.form-total :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #252525;
}
/*Pricing end*/

/*Contact*/
#contactForm li {
    list-style-type: none;
    color: #c0392b;
}
.messagebox {
    padding: 0;
}
/*Contact end*/
/*Portfolio*/
#clients {
	z-index: 4000;
}
/*#portfolio, #clients {
	
}*/
#portfolio {
	background-color: #181c2a !important;
	margin:0;
	padding: 0;	
}
#portfolio h2 {
	color: #FFF;
	padding-top: 30px;
	padding-bottom: 20px;
}
#clients {
	background-color: #FFF;
	margin-top:0px;
	padding-top: 20px;	
}
/*Footer*/
#footer {
	clear:both;
    z-index: 700;
	background: #121d1f;
	color: #7d8384;
	color: #b9b9b9;
	padding: 30px 0 25px 0;
}

#footer .container {
}

#footer p {
	font-size: 13px;
}

#footer a {
	color: #a0a5a5;
}
a:link, a:visited {
	color: #FFF;
}
a:hover, a:active {
	/*color: #7bc3d1;
	color: #74adc3;*/
	color: #FFF;
}
/*Footer end*/

/* Sections end */

@keyframes jump {
  0% { 
      margin-top: 0px;
      -ms-transform: rotate(0deg); /* IE 9 */
      -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
      transform: rotate(0deg);
    }
  25% {
      margin-top: 0px;
      -ms-transform: rotate(7deg); /* IE 9 */
      -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
      transform: rotate(7deg);
    }
  50% {
      margin-top: 0px;
      -ms-transform: rotate(0deg); /* IE 9 */
      -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
      transform: rotate(0deg);
    }
  75% {
      margin-top: 0px;
      -ms-transform: rotate(-7deg); /* IE 9 */
      -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
      transform: rotate(-7deg);
    }
  100% {
      margin-top: 0px; 
      -ms-transform: rotate(0deg); /* IE 9 */
      -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
      transform: rotate(0deg);
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeout {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
    }
}

/* Stylling the Liesbeth Part*/
.video-ram {
	padding-top: 28px;

}
iframe-ram {
	/*float:left;*/

}


/* ./end Styling the Liesbeth Part */

/* RESPONISVE  */

iframe-ram {
	margin: 0 auto;
}
iframe {
	border:none;
}
/*  For The Contact  Section*/
#last {
   padding-top: 80px;
    background-color: #444b9f;
    z-index: 699;
}
#last p {
    color: #fff;
}
#last h1, #last h2, #last h3, #last h4, #last h5, #last h6 {
    color: #fff;
    font-size: 25px;
}
#last hr {
    border-width: 3px;
    opacity: 0.0900000035762786865234375;
    margin-top: 15px;
    margin-bottom: 15px;
}
#last form label {
    display: inline-block;
    color: #FFF;
    font-size: 15px;
    text-align: left !important;
    margin: 14px 0 10px 10px;
    width: 97%;
    font-weight: bold;
}
#last .form-control, form-control:focus {
    display: block;
    width: 100%;
    height: 35px;
    padding: 5px 0 5px 10px;
    margin: 0;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    color: #eee;
    background-color: #36333d;
    background-image: none;
    border: #36333d solid 1px;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#last #achternaam, #bedrijf, #adres, #postcode, #telefoon, #email, #informatie, #vraag {
    font-size: 1em;
    font-family: 'Open Sans', arial, sans-serif;
}
#last .toggle-video {
	display:block;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    border-radius: 10px;
    border: #fff solid 4px;
    background-color: #3167f3;
    border: 0;
    float: none;
    padding: 10px;
    width: 116px;
    height: 40px;
    color: #FFFFFF;
}
#last .row .row, .row-fluid .row-fluid {
    margin-bottom: 30px;
}
/* ./End Contact Section */
/*Portfolio*/
.gallery-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
    overflow:hidden;
}

.gallery-box .gallery-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(44,44,44,.8);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.gallery-box .gallery-box-caption .gallery-box-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.gallery-box:hover .gallery-box-caption {
    opacity: 1;
}

.gallery-box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-box img {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.icon-lg {
    font-size: 80px !important;
     line-height: 18px !important;
}
.icon-lg {
    font-size: 50px;
   
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Portfolio */
 
/*Portfolio LPC*/
#inner-headline {
    background: #000000;
    position: relative;
    /*margin: 55px 0 0;*/
   margin:0;
    padding: 0;
    color: #fefefe;
	height: 100%;
}
#inner-headline .inner-heading h2 {
    color: #fff;
    margin: 20px 0 0 0;
}
#inner-headline ul.breadcrumb {
    margin: 0;
    /*height:231px;*/
    float: none;
   border-radius: 0;
   text-align:left;
}
#inner-headline ul.breadcrumb li {
    margin: 0 0 0 20px;
    /*font-size: 13px;*/
   font-size:18px;
    color: #fff;
}
#inner-headline ul.breadcrumb li a {
    color: #fff;
}
ul.breadcrumb li a:hover {
    text-decoration: none;
}
#inner-headline .col-lg-12 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: #000;
    background-color: #FFF;
    text-align: center;
}
#inner-headline ul.breadcrumb {
    margin: 0;
    height: 231px;
    float: none;
    border-radius: 0;
    text-align: left;
}
ul.portfolio-categ, .breadcrumb {
    font-family: 'Open Sans', sans-serif;
}
.breadcrumb {
    background-color: #000;
}
.nav {
    margin-top: 5px;
}
:root .my-projects {
	display:none;
}
#thumbs {
    /*margin: 0 20px;*/
    margin: 0;
    padding:0;
}
.item-thumbs {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    margin-bottom: 0;
    padding: 0;
    cursor: pointer;
}
#thumbs li {
    list-style-type: none;
}
/*.item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.item img {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}*/

.item-thumbs:hover .hover-wrap, .item-thumbs.active .hover-wrap {
    opacity: 1;
    transform: rotateY(0deg), scale(1, 1);
}
.item-thumbs .hover-wrap {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    /*transition: all 450ms 0s ease-out;*/
   transition: all 0.5s 0s ease-out;
    transform: rotateY(180deg), scale(0.5, 0.5);
}
.item-thumbs .hover-wrap .overlay-img {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.800000011920928955078125;
    /*background: #000;*/
    background: rgba(44,44,44,.8);
    background-color: rgb(71, 85, 119);
      -webkit-transition: all .35s;
    -moz-transition: all 10s;
    transition: all 10s;
}
.item-thumbs .hover-wrap .overlay-img-thumb {
    position: absolute;
    border-radius: 60px;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    color: #fff;
    font-size: 32px;
    line-height: 1em;
    opacity: 1;
}

/* ./Portfolio LPC*/

/*LPC LightBox */
.row > column {
	padding: 0 8px;
}
.row:after {
	content: " ";
	display: table;
	clear: both;
}
.column {
	float: left;
	width: 25%;
}
.column:hover {
	opacity: 0.800000011920928955078125;
    /*background: #000;*/
    background: rgba(44,44,44,.8);
    background-color: rgb(71, 85, 119);
      -webkit-transition: all .35s;
    -moz-transition: all .35ms;
    transition: all .35ms;
}
/*The Modal : (background)*/
.modal {
display:none;
position: fixed;
z-index: 1;
padding-top: 100px;
left:0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: #000;
}
/* ./The Modal : (background)*/

/*  Modal Content*/
.modal-content {
	position: relative;
	/*background-color: #fefefe;*/
	margin: auto;
	padding: 0;
	width:78%;
	max-width: 1200px;
}
/*Modal contact Form*/
.modal-ga {
	/*position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	width:78%;*/
	max-width: 1200px;
	

position: fixed;
z-index: 701;
/*padding-top: 100px;*/

top: 0;
right: 0;
left:0;
/*width: 100%;*/
margin-top:105px;
/*height: 100%;*/
/*overflow: auto;*/
/*background-color: #fefefe;;*/
}
.modal-ga .modal-content {
	width:100%;
	 background-color: #4a5cd5;
}
/*./Modal contact Fomr*/
/*  The Close Button*/
.close {
	color: white;
	position: absolute;
	top: 100px;
	left: 25px;
	font-size: 72px;
	font-weight: bold;
	opacity: 0.8 !important;
	z-index:12000;
}	

.close:hover, close:focus {
	/*color: #999;*/
	text-decoration: none;
	cursor: pointer;
}
.mySlides {
	display: none;
	width: 25%;
}

/*  Next & Previous Buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

/* Position the 'next button" to the right" */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/*  On hover, add a black bacground color with a little bit of see-through */
.prev:hover, .next:hover {
	background-color: rgba(0, 0, 0, 0.8) !important;
	text-decoration:none;
	color: #FFF;
}

/* Number text (1/3 etc)*/
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

.caption-container {
	text-align: center;
	background-color: #000;
	padding: 2px 16px;
	color: #FFF;
}
img .demo {
	opacity: 0.6;
}
.demo {
	width: 100% !important;
}

.active,  .demo:hover {
	opacity: 1;
}
img.hover-shadow {
	transition: 0.3s;
	width: 100%;
	
	
}
.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
	0 6px 20px 0 rgba( 0, 0, 0, 0.2);
	 -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.018);
    transition-property: width,height,transform,background,font-size,opacity;
    transition-duration: 1s,1s,1s,1s,1s,0.4ms;
    border-radius: 5px;
    opacity: 0.4;
    cursor: pointer
}
	/*opacity: 0.800000011920928955078125;*/
    /*background: #000;*/
    /*background: rgba(44,44,44,.8);
    background-color: rgb(71, 85, 119);
      -webkit-transition: all .35s;
    -moz-transition: all 10s;
    transition: all 10s;*/
	


	/* ./LPC LightBox */
#all-pics {
	margin:0 auto;
	padding:0;
	/*width:100%;*/
}
/*RESPONSIVE: Media Queries*/
@media(max-width:768px) {
/*@media (min-width:@screen-sm-min) and (max-width:@screen-sm-max){*/
    .navbar-fixed-top .navbar-brand {
        padding: 20px 10px 20px 10px;
    }
    .form-buttongroup {
        margin-top: 10px;
    }
    .form-checker {
        float: none;
    }
    .control-label {
        text-align: center !important;
    }
}
@media(max-width:768px) {
	    .loose  h1, .lpc-section-title, .us-section-title {
    	font-size: 26px !important;
    }
    .column {
    	width: 100%;
    }
   
	#home {
			display:none;
			z-index: 0;
	}
	.loose {
	position:relative;
	margin-top: 50px;
	margin-bottom: 0;
	background: url(../img/top2000.jpg) no-repeat center 0px;
	background-size: 100% auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	z-index:7;
	
	}
	.overlay{
		z-index:8;
	}
	.content {
		z-index:200;
	}
	.loose .content h1, .loose .content p {
		position:relative;
		z-index:201 !important;
	}

}


@media(min-width:992px) {
/*@media(min-width:@screen-md-min){*/
    .form-checker {
        float: left;
    }
    .control-label {
        text-align: right !important;
    }
    .form-total input {
        text-align: left;
    }
    .form-total {
        padding-top: 0;
    /*    text-align: center !important;*/
    }
}
@media (min-width: 844px) {
    .col-lg-3 {
        width: 25%;
        float: left;
        margin-top: 2px;
    }
      #thumbs .col-lg-3 {
        width: 100%;
        float: left;
        margin-top: 0;
    }
}
@media screen and (max-width: 667px) {
    body {
        overflow-x: hidden !important;
    }
    .container {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
}
.warning {
	color: #FFF;
	text-align: left;
	display:block;
	margin: 5px 0 0 10px;
	font-style: italic;
}
.warning-captcha {
	color: #FFF;
	text-align: left;
	margin: 5px 0 0 10px;
	display:block;
	font-style: italic;
}
.bouton-okay {
	width: 118px;
	color: #000 !important;
}
/*.ga-modal {
	
}
.modal-content {
    background-color: #4a5cd5;
}*/
/*.container {
	width: 100% !important;
}*/
