/*
  Theme Name: Alstar
  Theme URL: https://bootstrapmade.com/alstar-free-parallax-bootstrap-template/
  Author: BootstrapMade.com
  Author URL: https://bootstrapmade.com
*/
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.wow.bounceInLeft {
  animation-name: bounceInLeft;
  animation-duration: 1s;
}

.screenshot.wow.bounceInRight {
  animation-name: bounceInRight;
  animation-duration: 1s;
}


/* ================================
Imports
================================= */
/*
@import url('font-awesome.min.css');
@import url('simpletextrotator.css');
*/
@import url('overwrite.css');
@import url('animate.css');

@font-face {
    font-family: 'Aniuk';
    src: url('../../font/Aniuk_Regular.eot');
    src: url('../../font/Aniuk_Regular.svg#Aniuk') format('svg'),
         url('../../font/Aniuk_Regular.eot?#iefix') format('embedded-opentype'),
         url('../../font/Aniuk_Regular.woff') format('woff'),
         url('../../font/Aniuk_Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* ================================
Container 100% UAT
================================= */
#content, 

div.rowContainer#container_338951 {
	max-width: 100% !important;
	margin: 0;
}
div.rowContainer#container_338951 {
	padding: 0 !important;
}
div.rowContainer#container_338951 > div.row.margin-true > div.col-xs-12 {
	padding: 0 !important;
}
div.row.margin-true {
	max-width: 100% !important;
}


/* ================================
Container 100% PROD
================================= */
#content, 

div.rowContainer#container_202451 {
	max-width: 100% !important;
	margin: 0;
}
div.rowContainer#container_202451 {
	padding: 0 !important;
}
div.rowContainer#container_202451 > div.row.margin-true > div.col-xs-12 {
	padding: 0 !important;
}
div.row.margin-true {
	max-width: 100% !important;
}






.alstar img {
    
    margin-bottom: 25px;
}



.alstar.h1 {
	font-size: 36px;
}
.alstar.h2 {
	font-size: 32px;
	margin-bottom: 0 !important;
}
.alstar.h3 {
	font-size: 28px;
}
.alstar.h4 {
	font-size: 24px;
}
.alstar.h5 {
	font-size: 20px;
}
.alstar.h6 {
	font-size: 18px;
	margin-top: 20px;
}

.alstar h1,.alstar h2,.alstar h3,.alstar h4,.alstar h5,.alstar h6,.alstar .h1,.alstar h2,.alstar h3,.alstar h4,.alstar h5,.alstar h6{
	color: #575756;
	font-weight: 700;
	margin-bottom: 10px;
	font-family: 'Aniuk', sans-serif;
}

.alstar a.head-nav, a.head-nav:hover {
	color: #575756 !important;
	font-weight: bold;
}
.alstar a, a:hover {
	color: inherit;
}

.alstar a.btn-theme {
    background: #f9b233;
    color: #fff;
    margin-top: 20px;
}

.alstar a.btn-theme:hover {
    background: #f9b233;
    color: #fff;
}

.alstar .current {
	color: #0080c6
}
.alstar p.adviseur-quote {
	font-family: "marydale", Verdana, Arial, sans-serif;
	font-size: 18px;
}

.alstar p.adviseur-quote2 {
	font-family: "marydale", Verdana, Arial, sans-serif;
	font-size: 18px;
    text-align: right;
    margin-top: 25px;
    
}

.alstar p.sub-header {
	color: #f9b233;
	font-family: "Aniuk", Verdana, Arial, sans-serif;
	font-size: 28px;
    margin-bottom: 50px;
}
.alstar p {
	font-family: Verdana, Arial, sans-serif;
}

.alstar p alstarQuote {
    font-family: Verdana, Arial, sans-serif;
    color: #f9b233;
    font-style: italic;
}

.alstar p.alstarQuote2 {
    font-family: Verdana, Arial, sans-serif;
    color: #f9b233;
    font-style: italic;
    text-align: right;  
}

.alstar fadeInUp {
	margin-top: 45px;
}
.alstar iframe {
	width: 100%;
	height: 400px;
}
.alstar .lead{
	font-weight: 400;
}

.alstar button {
	display: inline-block;
	margin-bottom: 0;
	margin-bottom: 10px;
	padding: 6px 12px;
	border: 1px solid transparent;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.428571429;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
/* .alstar button.navbar-toggle {
	display: none;
} */

.alstar button.navbar-toggle {
  display: none;
  background: #003c8d;
  border: none;
  color: #f9b233;
}

@media (max-width: 1319px) {
    .alstar .navbar-collapse.collapse {
        display: none !important;
    }
    .alstar .navbar-collapse.collapse.in {
        display: block !important;
    }
    .alstar .navbar-header .collapse, .alstar .navbar-toggle {
        display:block !important;
    }
    .alstar .navbar-header {
        float:none;
    }
    .nav.navbar-nav li {
      float: none;
    }
    .alstar .navbar-nav {
      float: none;
    }
}
/* @media (max-width: 580px) {
	.alstar button.navbar-toggle {
		position: initial;
	}
}

/* ================================
margin, padding
================================= */
.alstar .mar-top0 {
	margin-top: 0;
}
.alstar .mar-top10 {
	margin-top: 10px;
}
.alstar .mar-top20 {
	margin-top: 20px;
}
.alstar .mar-top30 {
	margin-top: 30px;
}
.alstar .mar-top40 {
	margin-top: 40px;
}
.alstar .mar-top50 {
	margin-top: 50px;
}
.alstar .mar-top60 {
	margin-top: 60px;
}
.alstar .mar-top70 {
	margin-top: 70px;
}
.alstar .mar-top80 {
	margin-top: 80px;
}
.alstar .mar-top90 {
	margin-top: 90px;
}
.alstar .mar-top100 {
	margin-top: 100px;
}


.alstar .ctr {
  text-align: center;
  }

/* Back to top button */
.alstar .back-to-top {
  position: fixed;
  display: none;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index:1000;
	transform: translateY(-600%);
	background: #f9b233 !important;
  color: #fff !important;
}

@media (max-width: 768px) {
  .alstar .back-to-top {
    bottom: 15px;
  }
}

.alstar .back-to-top:focus {
  outline: none;
}

/* ================================
Navbar
================================= */

.alstar nav.navbar{
	position: fixed;
    top: -72px;
	margin-bottom: 0px;
	padding: 10px 0px 10px 0px;
	width: 100%;
	border-radius: 0px;
	transition: all 0.2s;
	left: 0;
    z-index: 999;
}

.alstar .navbar-nav{
	float: right;
}

.alstar nav.navbar.fixed-to-top{
	top: 0px;
}

.alstar .navbar-default{
	border: none;
	border-bottom: none;
	background: #ffffff !important;
	opacity: 1;
	display: none;
	z-index: 999;
}

.alstar .navbar-default .navbar-nav> .alstar li> .alstar a {
	color: #575756;
	font-weight: bold;
}

.alstar .navbar-default .navbar-nav> .alstar li> .alstar a:hover, .alstar .navbar-default .navbar-nav> .alstar li> .alstar a:focus{
	color: #0080c6;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	outline: 0;
}

/* brand / logo */
.alstar .navbar-default .navbar-brand{
	color: #fff;
	font-weight: 700;
	font-size: 2em;
}
.alstar .navbar-brand {
	padding: 5px 10px !important;
}

/* ================================
Home sections
================================= */

.alstar .home-section {
	width: 100%;
	padding: 50px 0px 150px 0px;
}

/* --- heading --- */
/* .alstar .section-heading {
	margin-bottom: 50px;
} */

.alstar .section-heading h2 {
	font-size: 30px;
	text-transform: uppercase;
	margin-top: 25px;
    font-weight: 700;
    font-family: 'Aniuk', sans-serif
}

.alstar .section-heading .heading-line {
	margin:0 auto;
	display: block;
	height: 1px;
	width: 80px;
	background: #333;
	margin-top: 10px;
	margin-bottom: 20px;
}


/* --- section bg var --- */

.alstar .bg-white {
	background: #fff;
}

.alstar .bg-gray {
	background: #f0f0f0;
}


/* --- section content general color --- */

.alstar .color-light h1,.alstar .color-light h2,.alstar .color-light h3,.alstar .color-light h4,.alstar .color-light h5,.alstar .color-light h6 {
	color: #f9b233;
    text-align: left;
    font-weight: 700;
    font-size: 40px;
    line-height: 0.1em;
    padding-top: 30px;
    text-transform: uppercase;
}

.alstar .color-light p {
	color: #eee;
        text-align: left;
    font-weight: 700;
    font-size: 40px;
    line-height:0.1em;
    padding-top: 30px;
    text-transform: uppercase;
}


/* ==========================
Parallax
============================= */

.alstar #parallax1{
	background-image: url(https://www.manutan.nl/contentMNL/RapidRackingV3/img/parallax/montage-rr.jpg);

	}
.alstar #parallax2{
	background-image: url(https://www.manutan.nl/contentMNL/RapidRackingV3/img/parallax/header-montage-2.png);
}

.alstar #parallax3{
	background-image: url(https://www.manutan.nl/contentMNL/RapidRackingV3/img/parallax/header-offerte-aanvraag.png);
}

.alstar #parallax4{
	background-image: url(https://www.manutan.nl/contentMNL/RapidRackingV3/img/parallax/inleiding-img.png);
}

.alstar #parallax1,.alstar #parallax2,.alstar #parallax3,.alstar #parallax4 {
	height:450px!important;
	background-size: cover;
	background-repeat: no-repeat;
}



/* ================================
Inleiding
================================= */

.alstar #inleiding {
    padding-top: 0px;
}

.alstar #inleiding .about-img,
.alstar #montage .about-img {
  height: 350px;
  overflow: visible;
}

.alstar #inleiding .about-img img,
.alstar #montage .about-img img {
  margin-left: 0;
margin-bottom: 25px;
  max-width: 100%;
}
.alstar #montage .about-img:nth-of-type(2) {
	float: right !important;
}

@media (max-width: 768px) {
  .alstar #inleiding .about-img,
	.alstar #montage .about-img {
    height: auto;
  }
  .alstar #inleiding .about-img img,
	.alstar #montage .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

.alstar #inleiding .content h2,
.alstar #montage .content h2 {
  color: #58595b;
  font-weight: 300;
  font-size: 24px;
  text-align: left;
}
.alstar #inleiding .content ul,
.alstar #montage .content ul {
	margin-bottom: 20px;
}

.alstar #inleiding .content h3,
.alstar #montage .content h3 {
  color: #777;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  text-align: left;
}

.alstar #inleiding .content p,
.alstar #montage .content p {
  line-height: 26px;
  text-align: left;
}

.alstar #inleiding .content p:last-child,
.alstar #montage .content p:last-child {
  margin-bottom: 0;
}
.alstar .icons {
	margin: 0 10px;
	width: 100px;
	float: left;
}
.alstar h4.icon-text {
	font-size: 12px;
	width: 100px;
    text-align: center;
}

/* ================================
Team
================================= */
.alstar .box-team img {
	margin-bottom: 30px;
}

/* ================================
Services
================================= */

#carousel-service .item {
    background: #fff!important;
}



.alstar .service.carousel h4,.cases.carousel p {
	text-align: left;
}

.alstar .service .carousel-control{
	background: none;!important;
}

.alstar .service .screenshot{
	overflow: hidden;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

.alstar .service .screenshot img{
	margin-right: auto;
	margin-left: auto;
	padding-left: 4px;
	width: 400px;
}

.alstar .service .carousel-indicators {
	position: relative;
	bottom: 0;
	left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	padding-bottom: 8px;
	width: 100%;
	background: #ffffff;
}

.alstar .service .carousel-indicators .active {
	width: 45px;
	height: 5px;
	border: none;
	border-radius: 0px;
}

.alstar .service .carousel-indicators li {
	display: inline-block;
	margin: 1px;
	width: 45px;
	height: 5px;
	border: none;
	border-radius: 0px;
	background: #003c8d;
	text-indent: -999;
	cursor: pointer;
}


.alstar .cases .carousel-indicators li.active {
	background: #f9b233;
}
.alstar .service .carousel-indicators li.active {
	background: #f9b233;
}

---------

.alstar .cases.carousel h4,.cases.carousel p {
	text-align: left;
}

.alstar .cases .carousel-control{
	background: none;!important;
    }

.alstar .cases .screenshot{
	overflow: hidden;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

.alstar .cases .screenshot img{
	margin-right: auto;
	margin-left: auto;
	padding-left: 4px;
	width: 400px;
}

.alstar .cases .carousel-indicators {
	position: relative;
	bottom: 0;
	left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	padding-bottom: 8px;
	width: 100%;
    background: #f0f0f0;
	
}

.alstar .cases .carousel-indicators .active {
	width: 45px;
	height: 5px;
	border: none;
	border-radius: 0px;
}

.alstar .cases .carousel-indicators li {
	display: inline-block;
	margin: 1px;
	width: 45px;
	height: 5px;
	border: none;
	border-radius: 0px;
	background: #003c8d;
	text-indent: -999;
	cursor: pointer;
}
.alstar .cases .carousel-indicators li.active {
	background: #f9b233;
}


---------




/* ================================
Works
================================= */
.alstar .og-grid {
	list-style: none;
	padding: 20px 0;
	margin: 0 auto;
	width: 100%;
}

.alstar .og-grid li {
	display: inline-block;
	margin: 10px 5px 0 5px;
	vertical-align: top;
	height: 250px;
}

.alstar .og-grid li > a,
.alstar .og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
	height: 250px;
}

.alstar .og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: none;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px;
}

.alstar .og-expander {
	position: absolute;
	background: #FFF;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
}

.alstar .og-expander-inner {
	padding: 50px 0;
	height: 100%;
}

.alstar .og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.alstar .og-close::before,
.alstar .og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #888;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.alstar .og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.alstar .og-close:hover::before,
.alstar .og-close:hover::after {
	background: #333;
}

.alstar .og-fullimg,
.alstar .og-details {
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.alstar .og-details {
	padding: 0 40px 0 0;
}

.alstar .og-fullimg {
	text-align: center;
}

.alstar .og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}

.alstar .og-details h4 {
	font-weight: 300;
	margin-bottom: 10px;
}

.alstar .og-details p {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.6em;
	color: #575756;
}

.alstar .og-details a {
	font-weight: 700;
	display: inline-block;
	margin: 30px 0 0;
	outline: none;
}


.alstar .og-details a:hover {
	border-color: #ededec;
	color: #ededec;
}

.alstar .og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@media screen and (max-width: 830px) {

	.alstar .og-expander h3 { font-size: 32px; }
	.alstar .og-expander p { font-size: 13px; }
	.alstar .og-expander a { font-size: 12px; }

}

@media screen and (max-width: 650px) {

	.alstar .og-fullimg { display: none; }
	.alstar .og-details { float: none; width: 100%; }

}

/* ================================
Contact
================================= */

.alstar .validation {
  color: red;
  display:none;
  margin: 0;
  font-weight:400;
  font-size:13px;
}

.alstar #sendmessage {
  color: green;
  border:1px solid green;
  display:none;
  text-align:center;
  padding:15px;
  font-weight:600;
  margin-bottom:15px;
}

.alstar #errormessage {
  color: red;
  display:none;
  border:1px solid red;
  text-align:center;
  padding:15px;
  font-weight:600;
  margin-bottom:15px;
}

.alstar #sendmessage.show, .alstar #errormessage.show, .alstar .show {
	display:block;
}

/* ================================
Clients
================================= */
.alstar ul.clients {
	list-style: none;
}
.alstar ul.clients li {
	display: inline;
}


/* ================================
Bottom widget
================================= */
.alstar #bottom-widget {
  overflow: hidden;
}
.alstar ul.social-network {
	margin: 0;
	margin-left:0;
	padding-left: 0;
	list-style: none;
}
.alstar ul.social-network li {
	display: inline;
	margin: 5px 5px;
}


.alstar ul.social-network li a:hover span .fa-circle {
	/* color: #2b2b2b; */
}

.alstar ul.social-network li a i{
  transition: 0.3s
}
/* ================================
Footer
================================= */
.alstar footer {
	background: #00c1c1;
	color: #fff;
	padding: 50px 0 30px;
}

.alstar footer a {
	color: #fff;
}

.alstar footer a:hover {
	color: #fff;
	text-decoration: underline;
}



/* ================================
more media queries
================================= */

@media (max-width:768px) {

	.alstar header{
		padding-bottom: 50px;
		min-height: 1000px;
		height: 100%;
	}

	.alstar .navbar-nav {
		float: left;
		text-align: left;
	}

	.alstar .box-team, .alstar .box-team img {
		text-align: center;
	}
	.alstar .box-team img {
		float: none;
		margin:0 auto;
	}
	.alstar .box-team {
		margin-bottom: 30px;
	}

	.alstar .og-fullimg { display: none; }
	.alstar .og-details { float: none; width: 100%; padding: 0 40px; }

}

@media (max-width:992px) {

	.alstar .service.carousel .item h4, .alstar .service.carousel .item p{
		text-align: center;
        
	}

	.alstar .service p{
			margin-bottom: 60px;
	}
	.alstar .og-expander {
		background: transparent;

	}
	.alstar .og-details {
		padding: 0 20px;
	}

}

@media (max-width:480px){

	.alstar header .carousel-iphone, .alstar .detail .screenshot{
		width: 280px;
	}

.alstar 	header .carousel, .alstar .detail .screenshot img{
		padding-top: 85px;
		width: 245px;
	}

	.alstar .service .screenshot img{
		margin-top: -12px;
		padding-top: 0px;
	}

	.alstar header{
		padding-top: 30px;
		padding-bottom: 0px;
	}

	.alstar header h1{
		font-size: 70px;
	}
}




/* ================================
Toegevoegde css
================================= */    
    
    
    
}


    .alstar div1 {
        text-align: center;
        color: #575756;
        font-weight: 300;
        font-size: 25px;
        
        
          }
    
    .alstar div aT {
        list-style: none;
        color: #f9b233;
	    font-family: "Aniuk", Verdana, Arial, sans-serif;
	    font-size: 22px;
        text-align: center;
        font-style: italic;
    }
    

    
    
    .alstar div quote {
        
        color: #575756;
        font-family: "Aniuk", Verdana, Arial, sans-serif;
        font-size: 28px;
        font-style: italic;
        text-align: right;
        margin-right: 25px;
             
    }

       .alstar div quote1 {
        
        color: #f9b233;
        font-family: "Aniuk", Verdana, Arial, sans-serif;
        font-size: 20px;
        font-weight: 500;
        font-style: bold;
        text-align: right;
        margin-right: 90px;
        line-height: 0.1em;             
    }




.alstar buttonCtA {
  display: inline-block;
  border-radius: 4px;
  background-color: #f9b233;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 20px;
  width: 340px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.alstar buttonCtA span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.alstar buttonCtA span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.alstar buttonCtA:hover span {
  padding-right: 25px;
}

.alstar buttonCtA:hover span:after {
  opacity: 1;
  right: 0;
}

.alstar BctaR {
    float:right;
    
    
}


.alstar aBnp {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
}

.alstar aBnp:hover {
    background-color: #003c8d;
    color: white;
}



.alstar .previous {
    background-color: #f9b233;
    color: White;
}

.alstar .next2 {
    background-color: #f9b233;
    color: white;
    float: right;
}

.alstar .round {
    border-radius: 2px;
    
    
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 2%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    background-color: rgba(0,0,0,0); }


.alstar.tevredenklantenimg {
    
    width: 570px;
    height: 409px;
    
}