html, body{
    font-size: 100%;
	font-family: 'Open Sans', sans-serif;
	background:#ffffff;
	margin: 0;
}
p,ul li,ol li{
	margin:0;
	font-size:14px;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Questrial', sans-serif;
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
input[type="submit"],input[type="reset"],.w3ls_footer_grid_leftl,.w3ls_footer_grid_leftr h4,.w3l_footer_pos p a,.w3ls_footer_grid_leftr a,.w3layouts_header_right ul li a,.w3ls_social li a,.w3_team_grid1_pos,.w3_team_grid1_pos img{
	transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
}
/*-- header --*/
.w3layouts_header_left{
	float:left;
	padding: 5px 0 0;
	position: relative;
}
.w3layouts_header_left p{
	color:#999;
	line-height:1.8em;
}
.w3layouts_header_right{
	/* float:right; */
	/* padding: 5px 0 0 48px; */
	/* float: left; */
	/* left: 0px; */
	/* margin-bottom: 57px; */
    padding-top: 15px;
}
.header {
    border-top: 2px solid #001aab;
}
.w3layouts_header_right ul li{
	display:inline-block;
	color:#212121;
}
.w3layouts_header_right ul li{
	/* margin-left:2em; */
}
.w3layouts_header_right ul li i{
	color:#212121;
	padding-right:1em;
}
.w3layouts_header_right ul li a{
	color:#212121;
	text-decoration:none;
}
.w3layouts_header_right ul li a:hover{
	color:#001aab;
}
.w3layouts_header_left i.fa {
    color: #001aab;
    font-size: 21px;
    padding-right: 10px;
}
/*-- nav --*/
.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.w3_navigation {
	position:relative;
}
.navbar-nav {
    float: none;
    text-align: center;
}
.navbar-collapse {
    padding: 0;
}
.navbar-right {
    float: none !important;
    margin-right: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#001aab;
    background: none;
}
.navbar-default .navbar-nav > li > a {
    color: #212121;
}
.navbar-nav > li > a {
       margin: 3em 20px;
    padding: 0;
	line-height: 1em;
    text-transform: uppercase;
}
/* .navbar-nav > li:nth-child(3) a {
    margin-right: 46.1em !important;
} */
.w3_navigation_pos{
	    position: absolute;
    top: -50%;
    left: 34%;
    z-index: 99;
    background-color: #FFF;
}
.w3_navigation_pos h1 a{
    font-size: 1.1em;

/*  color: #212121;
    text-decoration: none;
    border: 1px solid #001aab;
    padding: 46px 14px 53px;
    border-top: none;
    box-shadow:  0px 0px 0px 5px rgba(58, 132, 223, 0.45);
    background: #fff; */

    /* display: contents;	  */
}
h1.w3l_head.logo-head:after {
    right: -18px;
    bottom: -11px;
}
.w3_navigation_pos img {
    display: inline;
}
.navbar-default .navbar-nav > li > a:hover{
    color: #001aab;
}
/* Effect 5: same word slide in */
.cl-effect-5 a {
	overflow: hidden;
	padding: 0 4px;
}

.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);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

/* Effect 5: same word slide in and border bottom */
/*-- //nav --*/
.fa-cog{
    -webkit-animation: fa-spin 3s infinite linear;
    animation: fa-spin 3s infinite linear;
}
/*-- //header --*/
/*-- banner --*/
.banner{
    margin-top: -214px;
}
.w3_navigation_pos h1 a i {
    font-size: .6em;
    color: #f83e03;
}
.banner p{
	font-size:2em;
	color:#fff;
	text-align:right;
	text-transform:capitalize;
	margin:10em 0 0;
}
.banner p i{
	display: block;
    font-size: .7em;
}
.banner p span{
	font-weight: bold;
    background: #001aab;
    display: inline-block;
    padding: 0 .5em;
}
/*-- //banner --*/
/*-- about --*/
.about,.services,.team-bottom,.map{
	padding:5em 0 0;
}
.w3l_head{
	font-size: 3em;
    font-weight: bold;
    color: #212121;
    text-transform: capitalize;
	position:relative;
	letter-spacing: 3px;
}
.w3l_head:before,.w3l_head:after{
	/*content: '';
    background: #eaeaea;
    height: 2px;
    width: 20%;
    position: absolute;*/
}
.w3l_head:before{
	/*top: -20%;
    left: -8%;*/
}
.w3l_head:after{
	bottom:0%;
	right:35%;
}
.w3ls_head_para{
	color:#001aab;
	text-transform:uppercase;
	letter-spacing:8px;
}
.agileits_about_left{
}
.agileits_about_right p{
	color:#999;
	line-height:2em;
	margin-bottom:3em;
}
.agileits_about_right p i{
	display:block;
	margin:2em 0 0;
}
.agileits_about_right {
    padding-left: 7em;
}
.agileits_about_right ul li{
	display: block;
    margin-bottom: 1em;
    color: #212121;
    line-height: 1.5em;
    text-transform: capitalize;
    font-family: 'Questrial', sans-serif;
    font-size: 1em;
	font-weight:600;
	letter-spacing:2px;
}
.agileits_about_right ul li i{
	color:#001aab;
	padding-right:1em;
}
.agileits_about_right ul li:last-child,.agileinfo_about_bottom_right_wthree ul li:last-child{
	margin-bottom:0;
}
/*-- //about --*/
/*-- about-bottom --*/
.about-bottom{
	/* background:url(../images/1.jpg) no-repeat 0px 0px; */
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:500px;
    background: rgba(33, 33, 33, 0.26);
}
.agileinfo_about_bottom_left img {
    margin: 0 auto;
}
.agileinfo_about_bottom_right h2{
	font-size: 2em;
    color: #fff;
    line-height: 1.5em;
    text-transform: capitalize;
    margin: 2em 0 1em;
}
.agileinfo_about_bottom_right_wthree{
	padding-left:0;
}
.agileinfo_about_bottom_right_wthree ul li{
	display:block;
	margin-bottom:1em;
	color:#fff;
	text-transform:capitalize;
}
.agileinfo_about_bottom_right_wthree ul li i{
	color:#001aab;
	padding-right:1em;
}
/*-- //about-bottom --*/
/*-- services --*/
.w3l_head1,.w3ls_head_para1{
	text-align:center;
}
.w3l_head1:before,.w3l_head1:after{
	width:10% !important;
}
.w3l_head1:before {
    left: 35% !important;
}
.w3l_head1:after {
    right: 35% !important;
}
.w3_agileits_services_grids,.w3_team_grids,.w3layouts_gallery_grids,.w3_mail_grids{
	margin:6em 0 0;
}
.w3_agileits_services_grid{
	text-align:center;
	padding: 0;
}
.w3_agileits_services_grid_agile {
    padding: 1em;
}
.w3_agileits_services_grid_1{
	width: 120px;
    height: 120px;
    border: 2px solid #212121;
    border-radius: 90px;
    margin: 0 auto;
}
.w3_agileits_services_grid_1 i{
	color:#212121;
	font-size:3em;
	line-height:2.4em;
}
.w3_agileits_services_grid_agile h3{
	text-transform: capitalize;
    font-size: 1.2em;
    letter-spacing: 3px;
    color: #001aab;
    margin: 2em 0 1em;
    padding-bottom: .5em;
    position: relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.w3_agileits_services_grid_agile h3:after {
    content: '';
    position: absolute;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
	-ms-transition: all .5s ease;
    transition: all .5s ease;
    width: 20%;
    height: 1px;
    background: #212121;
    left: 40%;
    bottom: 0;
}
.w3_agileits_services_grid:hover .w3_agileits_services_grid_agile h3:after {
    background: #fff;
    width: 60%;
}
.w3_agileits_services_grid_agile p{
	color:#999;
	line-height:2em;
}
.w3_agileits_services_grid:hover .w3_agileits_services_grid_agile{
	background: #001aab;
}
.w3_agileits_services_grid:hover .w3_agileits_services_grid_1{
	background:#fff;
	border:2px solid #fff;
}
.w3_agileits_services_grid:hover .w3_agileits_services_grid_agile h3{
	color:#fff;
}
.w3_agileits_services_grid:hover .w3_agileits_services_grid_agile p{
	color:#f2d1d3;
}
.w3_agileits_services_grid{
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
	-ms-transition: all .5s ease;
    transition: all .5s ease;
}
/*-- //services --*/
/*-- team --*/
.team{
	background: url(../images/3.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 500px;
    padding:4em 0;
}
.w3l_head1_w3layouts{
	color:#001aab;
}
.w3_team_grid{
	text-align:center;
}
.w3_team_grid h4{
	margin:1em 0 0;
	color:#fff;
	font-size:1em;
	letter-spacing:3px;
}
.w3_team_grid p{
	text-transform:uppercase;
	color:#001aab;
}
.w3_team_grid1{
	position:relative;
}
.w3_team_grid1_pos{
	position: absolute;
    top: 39%;
    left: 27%;
	display:none;
}
.w3ls_social li {
    display: inline-block;
}
.w3ls_social li a {
    width: 120px;
    height: 30px;
    color: #f83e03;
    text-align: center;
    display: inline-block;
    padding-top: .5em;
    font-size: 13px;
    background: #fff;
}
.w3ls_social li a:hover{
	background: #f83e03;
	color:#fff;
}
.w3_team_grid:hover .w3_team_grid1 img{
	opacity:.5;
}
.w3_team_grid:hover .w3_team_grid1_pos{
	display:block;
}
/*-- //team --*/
/*-- gallery --*/
.w3l_gallery_grid li{
	display: inline-block;
    float: left;
    /* width: 32.33%; */
    /* padding: 1%; */
    margin-bottom: 40px;

}
.box {
    position: relative;
    overflow: hidden;
}

.box img {
  position: absolute;
  left: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.box .overbox {
	background-color: hsla(0, 0%, 11%, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 1;
    width: 100%;
    padding:8em 2em 2em;
}
.box,.box .overbox {
	height: 230px;
}
.box:hover .overbox {
    position: absolute;
    width: 100%;
    border-radius: 0;
    height: 100%;
    /* padding: 0; */
    opacity: 0.4;
	}

.box .overtext {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}

.box .title {
  font-size:1.5em;
  text-transform: uppercase;
  opacity: 1;
  transition-delay: 0.1s;
  color: #fff;
  transition-duration: 0.2s;
}
.np.blokken-home-item.half-width {
    margin-bottom: 31px;
}
.box:hover .title,
.box:focus .title {
  /* opacity: 0; */
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.box .tagline {
	font-size: 13px;
    line-height:1.8em;
	opacity: 1;
	transition-delay: 0.2s;
	transition-duration: 0.2s;
}

.box:hover .tagline,
.box:focus .tagline {
  opacity: 0;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}
.w3l_gallery_grid li img.img-responsive {
    height: 100%;
    max-width: 200%;
}
/*-- //gallery --*/
/*-- services-bottom --*/
.services-bottom{
	background: url(../images/2.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 315px;
    padding: 3em 0;
}
.agileits_w3layouts_about_counter_left i {
    font-size: 1.5em;
    color: #fff;
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
    border-radius: 60px;
    padding-top: 1.4em;
    background:#001aab;
}
.agileits_w3layouts_about_counter_left p {
    font-size: 2.5em;
    font-weight: bold;
    color: #fff;
    margin: 0.5em 0 0em;
}
.agileits_w3layouts_about_counter_left {
    text-align: center;
}
.agileits_w3layouts_about_counter_left h3 {
    color: #fff;
    font-size: 1.3em;
    margin: .5em 0 0;
	text-transform: capitalize;
}
/*-- //services-bottom --*/
/*-- mail --*/
.w3_mail_grids textarea{
	outline: none;
    padding: 10px;
    color: #212121;
    font-size: 14px;
    border: none;
    border-bottom:2px solid #f2f2f2;
    background: none;
    width: 97.3%;
    margin:0 0 3em 1.1em;
    min-height: 150px;
    resize: none;
	font-weight:600;
}
.w3_mail_grids textarea::-webkit-input-placeholder {
	color: #212121 !important;
}
.w3_mail_grids input[type="submit"]{
	outline: none;
    padding: 2px 0;
    color: #001aab;
    letter-spacing: 5px;
    font-size: 1em;
    border: none;
    border-bottom: 2px solid #707070;
    text-transform: uppercase;
    background: none;
    width:15%;
    margin-left: 30em;
    font-weight: 600;
}
.w3_mail_grids input[type="submit"]:hover{
	color:#212121;
	border-bottom: 2px solid #001aab;
}
.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 1em;
	max-width: 345px;
	width: calc(100% - 2em);
	vertical-align: top;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
    padding: 0 1em;
    width: 40%;
    color: #212121;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}
/* Jiro */
.input__field--jiro {
	padding:1em 0.5em;
	width: 100%;
	background: transparent;
	color: #212121;
    font-size: 14px;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.input__label--jiro {
	position: absolute;
	left: 0;
	padding: 0 0.85em;
	width: 100%;
	height: 100%;
	text-align: left;
	pointer-events: none;
	font-size: 14px;
}

.input__label-content--jiro {
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
}

.input__label--jiro::before,
.input__label--jiro::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.input__label--jiro::before {
	border-top:2px solid #f2f2f2;
	-webkit-transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
	transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.input__label--jiro::after {
	z-index: -1;
	background:#f5f5f5;
	-webkit-transform: scale3d(1, 0, 1);
	transform: scale3d(1, 0, 1);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.input__field--jiro:focus,
.input--filled .input__field--jiro {
	opacity: 1;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.input__field--jiro:focus + .input__label--jiro .input__label-content--jiro,
.input--filled .input__label-content--jiro {
	-webkit-transform: translate3d(0, -80%, 0);
	transform: translate3d(0, -80%, 0);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.input__field--jiro:focus + .input__label--jiro::before,
.input--filled .input__label--jiro::before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.input__field--jiro:focus + .input__label--jiro::before,
.input--filled .input__label--jiro::before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.input__field--jiro:focus + .input__label--jiro::after,
.input--filled .input__label--jiro::after {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
/*-- //mail --*/
/*-- footer --*/
.w3l_footer{
	    background: #FFF;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 500px;
    padding: 5em 0;
	position:relative;
}
.w3l_footer form{
	width: 45%;
    margin: 3em auto 0;
}
.w3l_footer input[type="email"]{
	outline:none;
	padding:10px 20px;
	float:left;
	background:#fff;
	border:1px solid #999;
	font-size:14px;
	color:#212121;
	width:75%;
	border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.w3l_footer input[type="submit"]{
	outline: none;
    padding: 10px 0;
    background: #001aab;
    border: 1px solid #001aab;
    font-size: 14px;
    color: #fff;
    width: 25%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.w3l_footer input[type="submit"]:hover{
	background: #212121;
    color: #fff;
    border: 1px solid #6e6e6e;
}
.w3ls_footer_grids p.agileits_w3layouts_est{
	color:#fff;
	line-height:2em;
	margin:2em auto 6em;
	width:65%;
	text-align:center;
}
.w3ls_footer_grid_leftl{
	float:left;
	width:55px;
	height:55px;
	border-radius:50px;
	text-align:center;
	background:#001aab;
}
.w3ls_footer_grid_leftl i{
	color: #fff;
    font-size: 1em;
    line-height: 3.4em;
}
.w3ls_footer_grid_leftr{
	float:right;
	width:80%;
}
.w3ls_footer_grid_leftr h4{
	font-size: 1.2em;
    color: #001aab;
    letter-spacing: 3px;
    margin-bottom: .5em;
}
.w3ls_footer_grid_leftr p{
	color:#999;
	line-height:1.5em;
}
.w3ls_footer_grid_leftr a{
	color:#999;
	text-decoration:none;
	font-size:14px;
}
.w3ls_footer_grid_leftr a:hover{
	color:#001aab;
}
.w3l_footer_pos{
	position:absolute;
	padding:1em;
	left:0%;
	bottom:0%;
	width:100%;
	background:rgba(255, 255, 255, 0.18);
}
.w3l_footer_pos p{
	text-align:center;
	color:#999;
	line-height:1.8em;
}
.w3l_footer_pos p a{
	color:#001aab;
	text-decoration:underline;
}
.w3l_footer_pos p a:hover{
	color:#fff;
}
.w3ls_footer_grid_left:hover .w3ls_footer_grid_leftl{
	background:#fff;
}
.w3ls_footer_grid_left:hover .w3ls_footer_grid_leftl i{
	color:#212121;
}
.w3ls_footer_grid_left:hover .w3ls_footer_grid_leftr h4{
	color:#001aab;
}
/*-- //footer --*/
.map iframe{
	width:100%;
	min-height:250px;
	margin-top:2em;
	margin-bottom:-6px;
}
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- start-responsive-design --*/
@media (max-width:1440px){
	.banner {
		/* min-height: 530px; */
	}
}
@media (max-width:1080px){
	.navbar-nav > li:nth-child(3) a {
		margin-right: 22.1em !important;
	}
	.navbar-nav > li > a {
		margin: 3em 2.1em;
	}
	.w3_navigation_pos {
		left:40.5%;
	}
	.banner {
		min-height: 470px;
	}
	.banner p {
		margin: 8em 0 0;
	}
	.w3l_head:before, .w3l_head:after {
		width: 30%;
	}
	.w3l_head:after {
		right: 20%;
	}
	.agileits_about_right p i {
		margin: 1em 0 0;
	}
	.agileinfo_about_bottom_right h2 {
		font-size: 1.8em;
		margin:1.5em 0 1em;
	}
	.agileinfo_about_bottom_right {
		padding-left: 0;
	}
	.agileinfo_about_bottom_right_wthree {
		padding: 0;
	}
	.w3_agileits_services_grid_agile h3 {
		letter-spacing: 2px;
	}
	.w3_agileits_services_grid_1 {
		width: 100px;
		height: 100px;
	}
	.w3_agileits_services_grid_1 i {
		font-size: 2em;
		line-height: 3em;
	}
	.w3l_head {
		font-size: 2.3em;
	}
	.team {
		min-height: 430px;
	}
	.w3_team_grid1_pos {
		top: 40%;
		left: 19%;
	}
	.box, .box .overbox {
		height: 189px;
	}
	.box .overbox {
		padding:6em 1em 2em;
	}
	.about, .services, .team-bottom, .mail {
		padding: 4em 0;
	}
	.input {
		max-width: 278px;
	}
	.w3_mail_grids input[type="submit"] {
		width: 20%;
		margin-left: 24em;
	}
	.w3l_footer form {
		width: 55%;
	}
	.w3l_footer {
		min-height: 560px;
	}
	.w3ls_footer_grids p.agileits_w3layouts_est {
		margin: 2em auto 4em;
	}
	.w3ls_footer_grid_leftr {
		width: 75%;
	}
}
@media (max-width: 1024px){
	.w3_navigation_pos {
		left:41%;
	}
	.banner {
		/* min-height: 410px; */
		min-height: auto !important;
	}
	.agileits_about_right {
		padding-left: 4em;
	}
}
@media (max-width: 991px){
	.w3_navigation_pos h1 a {
		font-size: 1em;
	}
	.navbar-nav > li:nth-child(3) a {
		margin-right: 	0.1em !important ;

	}
	.navbar-nav > li > a {
		margin: 2.5em 1.1em;
	}
	.w3_navigation_pos {
		top: 28%;
		left: 38.5%;
	}
	.banner p {
		font-size: 1.74em;
	}
	.w3l_head:before, .w3l_head:after {
		width: 15%;
	}
	.w3l_head:after {
		right: 65%;
	}
	.agileits_about_right {
		padding: 0;
		margin: 2em 0 0;
	}
	.agileits_about_right p {
		margin-bottom: 2em;
	}
	.agileinfo_about_bottom_right_wthree {
		float: left;
		width: 50%;
	}
	.agileinfo_about_bottom_left {
		margin-top: 2em;
	}
	.w3_agileits_services_grid {
		float: left;
		width: 50%;
	}
	.w3_team_grid {
		float: left;
		width: 50%;
	}
	.w3_team_grid:nth-child(2) {
		margin-bottom: 2em;
	}
	.team {
		padding: 3em 0;
	}
	.w3l_head1:before, .w3l_head1:after {
		width: 20% !important;
	}
	.w3l_head1:before {
		left: 25% !important;
	}
	.w3l_head1:after {
		right: 25% !important;
	}
	.w3_team_grid1_pos {
		top: 43%;
		left: 29%;
	}
	.box, .box .overbox {
		height: 145px;
	}
	.box .overbox {
		padding: 4em 1em 2em;
	}
	.agileits_w3layouts_about_counter_left {
		float: left;
		width: 25%;
	}
	.agileits_w3layouts_about_counter_left i {
		font-size: 1.4em;
		width: 85px;
		height: 85px;
	}
	.agileits_w3layouts_about_counter_left p {
		font-size: 2.3em;
	}
	.agileits_w3layouts_about_counter_left h3 {
		font-size: 1.1em;
	}
	.services-bottom {
		min-height: 275px;
	}
	.input {
		max-width: 205px;
	}
	.w3_mail_grids textarea {
		width: 96%;
	}
	.w3_mail_grids input[type="submit"] {
		width: 25%;
		margin-left: 17em;
		text-align: center;
	}
	.w3l_footer {
		padding: 4em 0 0;
	}
	.w3l_footer form {
		width: 75%;
		margin: 2em auto 0;
	}
	.w3ls_footer_grids p.agileits_w3layouts_est {
		width: 85%;
		margin: 2em auto 3em;
	}
	.w3ls_footer_grid_left {
		float: left;
		width: 33.33%;
	}
	.w3ls_footer_grid_leftl {
		float: none;
		margin: 0 auto 1em;
	}
	.w3ls_footer_grid_leftr {
		width: 100%;
		float: none;
		text-align: center;
	}
}
@media (max-width: 800px){
	.w3_navigation_pos {
		left:38.5%;
	}
	.banner p {
		margin: 7em 0 0;
	}
	.banner {
		min-height: 350px;
	}
	.w3l_head:before {
		left: -5%;
	}
}
@media (max-width: 768px){
	.w3_navigation_pos h1 a {
		font-size: .95em;
	}
	.w3_navigation_pos {
		left: 39%;
	}
	.w3l_head {
		font-size: 2em;
	}
	.agileits_about_left {
		padding: 0 3em;
	}
	.agileits_about_right {
		padding-left: 3em;
	}
	.agileinfo_about_bottom_right h2 {
		font-size: 1.7em;
	}
}
@media (max-width: 767px){
	.navbar-default .navbar-toggle {
		border-color: #212121;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #212121;
	}
	.navbar-toggle {
		margin: 1em 0;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: transparent;
	}
	.w3_navigation_pos {
		position: inherit;
		float: left;
		margin-top: .9em;
	}
	.navbar-nav {
		float: none;
		margin: 0;
		text-align: center;
		background: #dfdfdf;
	}
	.navbar-nav > li > a {
		margin: 2em 0;
	}
	.navbar-nav > li:nth-child(3) a {
		margin-right: auto !important;
	}
}
@media (max-width: 736px){
	.header {
		padding: 0.6em 1em;
	}
	.banner p {
		font-size: 1.67em;
	}
	.banner {
		min-height: 310px;
	}
	.box .overbox {
		padding: 3em 1em 2em;
	}
	.box, .box .overbox {
		height: 139px;
	}
	.input {
		max-width: 194px;
	}
	.map iframe {
		min-height: 300px;
	}
}
@media (max-width: 667px){
	.w3layouts_header_right ul li:last-child {
		margin-left: 0em;
	}
	.banner p {
		font-size: 1.5em;
	}
	.w3l_head {
		font-size: 1.8em;
	}
	.w3l_head:before, .w3l_head:after {
		width: 20%;
	}
	.w3l_head:before {
		left: -9%;
	}
	.w3l_head:after {
		right: 59%;
	}
	.box, .box .overbox {
		height: 125px;
	}
	.box .title {
		font-size: 1.3em;
	}
	.agileits_w3layouts_about_counter_left p {
		font-size: 2.1em;
	}
	.agileits_w3layouts_about_counter_left h3 {
		font-size: .95em;
	}
	.input {
		max-width: 187px;
		margin: .5em;
	}
	.w3_mail_grids input[type="submit"] {
		font-size: 14px;
	}
	.w3ls_footer_grid_left {
		padding: 0;
	}
	.w3ls_footer_grids p.agileits_w3layouts_est {
		width: 98%;
	}
	.w3_navigation_pos h1 a {
		font-size: 1.1em;
		color: #212121;
		text-decoration: none;
		border: 1px solid #001aab;
		padding: 5px 0px 14px;
		border-top: none;
		box-shadow: 0px 0px 0px 5px rgba(58, 132, 223, 0.45);
		background: #fff;
	}
	.navbar-header.navbar-left .w3_navigation_pos {
		left: 0% !important;
	}
}
@media (max-width: 640px){
	.banner p {
		font-size: 1.43em;
	}
	.about, .services, .team-bottom, .mail {
		padding: 3em 0;
	}
	.agileinfo_about_bottom_right h2 {
		font-size: 1.5em;
	}
	.w3_agileits_services_grid_1 i {
		font-size: 1.5em;
	}
	.w3_agileits_services_grid_1 {
		width: 80px;
		height: 80px;
	}
	.w3_team_grid1_pos {
		left: 27%;
	}
	.w3l_gallery_grid li {
		width: 50%;
	}
	.box, .box .overbox {
		height: 190px;
	}
	.box .overbox {
		padding: 7em 1em 2em;
	}
	.agileits_w3layouts_about_counter_left {
		padding: 0;
	}
	.input__field--jiro,.w3_mail_grids textarea,.input__label--jiro {
		font-size: 13px;
	}
	.input {
		max-width: 178px;
	}
	.w3l_footer {
		padding: 3em 0 0;
		min-height: 530px;
	}
}
@media (max-width: 600px){
	.w3_navigation_pos h1 a {
		font-size: .85em;
	}
	.banner p span {
		padding: 0 .3em;
	}
	.banner p {
		font-size: 1.38em;
	}
	.banner {
		min-height: 270px;
	}
	.w3_team_grid1_pos {
		left: 24%;
	}
	.box, .box .overbox {
		height: 175px;
	}
	.input {
		max-width: 165px;
	}
	.w3_mail_grids input[type="submit"] {
		margin-left: 15em;
	}
}
@media (max-width: 568px){
	.w3layouts_header_right ul li,.w3layouts_header_left p {
		font-size: 13px;
	}
	.w3_navigation_pos h1 a {
		font-size: .8em;
	}
	.w3_navigation_pos {
		margin-top: .85em;
	}
	.banner p {
		font-size: 1.3em;
	}
	.box, .box .overbox {
		height: 167px;
	}
	.box .overbox {
		padding: 5em 1em 2em;
	}
	.input {
		max-width: 100%;
		margin: 2em 0 0;
	}
	.input__label--jiro {
		padding: 0 0.5em;
	}
	.w3_mail_grids {
		margin: 0 !important;
	}
	.w3_mail_grids textarea {
		width: 93%;
		margin: 3em 0 3em 0.1em;
	}
	.w3_mail_grids input[type="submit"] {
		margin-left: 14.5em;
	}
	.w3l_footer form {
		width: 85%;
	}
	.w3ls_footer_grids p.agileits_w3layouts_est {
		margin: 2em auto 1.5em;
	}
}
@media (max-width: 480px){
	.banner p {
		font-size: 1.08em;
	}
	.w3layouts_header_left,.w3layouts_header_right {
		float: none;
		text-align: center;
	}
	.banner {
		min-height: 230px;
	}
	.w3l_head {
		font-size: 1.6em;
	}
	.agileits_about_left {
		padding: 0 2em;
	}
	.agileits_about_right {
		padding-left: 2em;
	}
	.agileits_about_right ul li {
		font-size: 14px;
	}
	.about, .services, .team-bottom, .mail {
		padding: 2em 0;
	}
	.agileinfo_about_bottom_right h2 {
		font-size: 1.3em;
	}
	.agileinfo_about_bottom_right_wthree {
		float: none;
		width: 100%;
	}
	.agileinfo_about_bottom_right_wthree:nth-child(3) {
		margin: 1em 0 0;
	}
	.w3_agileits_services_grid_agile h3 {
		letter-spacing: 1px;
		font-size: 1.1em;
	}
	.w3_team_grid1_pos {
		left: 15%;
	}
	.box, .box .overbox {
		height: 138px;
	}
	.box .overbox {
		padding: 4em 1em 2em;
	}
	.agileits_w3layouts_about_counter_left {
		width: 50%;
	}
	.agileits_w3layouts_about_counter_left:nth-child(2) {
		margin-bottom: 2em;
	}
	.input {
		width: calc(100% - 0em);
	}
	.w3_mail_grids textarea {
		width: 100%;
		margin: 3em 0 3em 0em;
	}
	.w3_mail_grids input[type="submit"] {
		width: 35%;
		margin-left: 10.5em;
	}
	.w3l_footer form {
		width: 90%;
	}
	.w3ls_footer_grid_leftr h4 {
		font-size: 1.1em;
		letter-spacing: 2px;
	}
}
@media (max-width: 414px){
	.w3_mail_grids input[type="submit"] {
		margin-left: 8.5em;
	}
	.w3l_head:before, .w3l_head:after {
		width: 30%;
	}
	.w3l_head:after {
		right: 37%;
	}
	.w3ls_head_para {
		letter-spacing: 6px;
		font-size: 11px;
	}
	.agileits_about_right {
		padding-left: 0em;
		margin-top: 1em;
	}
	.w3_agileits_services_grid {
		float: none;
		width: 85%;
		margin: 0 auto;
	}
	.w3_agileits_services_grids, .w3_team_grids, .w3layouts_gallery_grids, .w3_mail_grids {
		margin: 2em 0 0;
	}
	.w3_team_grid1_pos {
		left: 7%;
		top: 38%;
	}
	.box, .box .overbox {
		height: 116px;
	}
	.box .overbox {
		padding: 1em 1em 2em;
	}
	.w3l_footer form {
		width: 100%;
	}
	.w3ls_footer_grid_left {
		float: none;
		width: 100%;
	}
	.w3ls_footer_grid_left:nth-child(2) {
		margin: 2em 0;
	}
	.w3l_footer {
		padding: 3em 0 0;
		min-height: 820px;
	}
}
@media (max-width: 384px){
	.w3_navigation_pos h1 a {
		font-size: .75em;
	}
	.navbar-toggle {
		margin: 0.8em 0;
	}
	.w3_navigation_pos {
		margin-top: .6em;
	}
	.banner p {
		line-height: 1.8em;
		margin: 6em 0 0;
	}
	.agileinfo_about_bottom_left img {
		width: 70%;
	}
	.w3l_head1:before, .w3l_head1:after {
		width: 35% !important;
	}
	.w3l_head1:before {
		left: 11% !important;
	}
	.w3l_head1:after {
		right: 12% !important;
	}
	.w3_team_grid {
		float: none;
		width: 75%;
		margin: 0 auto;
	}
	.w3_team_grid1_pos {
		left: 21%;
	}
	.w3_agileits_services_grid_agile h3 {
		margin: 1.5em 0 1em;
	}
	.w3_team_grid:nth-child(2) {
		margin: 2em auto;
	}
	.w3_team_grid:nth-child(3) {
		margin-bottom: 2em;
	}
	.w3l_gallery_grid li {
		width: 90%;
		float: none;
		margin: 0 auto;
		display: block;
	}
	.box, .box .overbox {
		height: 197px;
	}
	.box .overbox {
		padding: 6em 2em 2em;
	}
	.w3_mail_grids input[type="submit"] {
		margin-left: 8.5em;
	}
	.map iframe {
		min-height: 250px;
	}
}
@media (max-width: 375px){
	.box, .box .overbox {
		height: 193px;
	}
	.w3l_footer {
		min-height: 855px;
	}
}
@media (max-width: 320px){
	.w3_navigation_pos h1 a {
		font-size: .7em;
	}
	.nav > li {
		font-size: 13px;
	}
	.navbar-nav > li > a {
		margin: 1.5em 0;
	}
	.agileits_about_left {
		padding: 0 1em;
	}
	p, ul li, ol li{
		font-size: 13px;
	}
	.agileinfo_about_bottom_right h2 {
		font-size: 1.2em;
	}
	.w3l_head1:before {
		left: 3% !important;
	}
	.w3l_head1:after {
		right: 4% !important;
	}
	.w3_team_grid1_pos {
		left: 13%;
	}
	.w3_team_grid h4 {
		font-size: .9em;
		letter-spacing: 2px;
	}
	.box, .box .overbox {
		height: 160px;
	}
	.box .overbox {
		padding: 5em 2em 2em;
	}
	.w3_mail_grids input[type="submit"] {
		width: 50%;
	}
	.w3_mail_grids input[type="submit"] {
		margin-left: 5.5em;
	}
	.w3l_footer input[type="submit"] {
		font-size: 13px;
		width: 30%;
	}
	.w3l_footer input[type="email"] {
		font-size: 13px;
		width: 70%;
	}
	.w3ls_footer_grids p.agileits_w3layouts_est {
		width: 100%;
	}
	.w3l_head {
		font-size: 1.4em;
	}
	.agileits_w3layouts_about_counter_left i {
		font-size: 1em;
		width: 65px;
		height: 65px;
	}
	.agileits_w3layouts_about_counter_left p {
		font-size: 1.8em;
	}
	.services-bottom {
		padding: 2em 0;
	}
}


/*brands*/
.widget-brands{
	float: left;
    width: 100%;
    position: relative;
   	/* padding: 41% 0 53px; */
    margin-top: 5%;

}

.brands-content{
    float: left;
    width: 100%;
    padding: 30px 35px;
    background: #fff;
    min-height: 140px;
}

/*--agileits--*/
.col-grid-left {
    background-color: #eee;
    padding-top: 3em;
}

.col-grid-right {
    padding: 0;
}
.col-grid h3 {
    font-size: 2.5em;
        color: #001aab;
}
.col-grid h5 {
    font-size: 1.7em;
    line-height: 1.3em;
    margin: 0.8em 0 0;
    color: #000;
	font-weight: 100;
	font-family: 'Muli', sans-serif;
}
.col-grid p {
    font-size: 0.9em;
    margin: 1em 0;
    line-height: 2em;
    color: #999;
}
.col-grid-1{
	padding:0;
}


.col-1-top, .col-1-bottom {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.col-1-top img, .col-1-bottom img {
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.col-1-top {
  position: relative;
}
.col-1-bottom {
  top: 0;
  left: 0;
  position: absolute;
}
.col-1-bottom .info-text {
  display: block;
  position: relative;
  padding: 2em;
  float: left;
  left: 50%;
  top: 50%;
  text-align:center;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.info-text h5, .info-text h2{
	color:#fff;
	font-size:1.8em;
	border-bottom:4px double #fff;
	padding-bottom:0.5em;
	margin-bottom:0.5em;
}
.info-text p{
	color:#fff;
	font-size:0.9em;
	line-height:2em;
}
.col-1 {
  display: block;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -ms-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
  -webkit-transform-style: preserve3d;
  -moz-transform-style: preserve3d;
  -ms-transform-style: preserve3d;
  -o-transform-style: preserve3d;
  transform-style: preserve3d;
}
.col-1 .col-1-top {
  z-index: 1;
}
.col-1 .col-1-bottom {
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  filter: alpha(opacity=0);
  -wekbit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.col-1.bottom .col-1-bottom {
  -webkit-transform: translateY(100%) rotateX(-90deg);
  -moz-transform: translateY(100%) rotateX(-90deg);
  -ms-transform: translateY(100%) rotateX(-90deg);
  -o-transform: translateY(100%) rotateX(-90deg);
  transform: translateY(100%) rotateX(-90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
/*--wthree--*/
/*--agileinfo--*/
.col-1:hover .col-1-bottom {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  filter: alpha(opacity=100);
  -wekbit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateX(0) rotateY(0);
  -moz-transform: translateX(0) rotateY(0);
  -ms-transform: translateX(0) rotateY(0);
  -o-transform: translateX(0) rotateY(0);
  transform: translateX(0) rotateY(0);
}
/*--newslwtter--*/
.ser-top1  {
	margin-bottom:4em;
}
.ser-top1 h3 {
	color:#fff;
}
.ser-t1 b{
    background: #000;
}
.ser-t1  span{
    background: #FCB941;
}
.ser-t1  span i{
    border: 2px solid #000;
}
.news-letter {
    background: #FCB941;
    padding: 5em 0;
}
.news-letter input[type="text"] {
    outline: none;
    padding: 14px 10px;
    color: #848484;
    font-size: 16px;
    border: 1px solid #dadada;
	    width: 43%;
    float: left;
    margin-right: 2%;
}
.news-letter input[type="submit"]{
    color: #fff;
    background:#000;
    border: none;
    padding: 14px 20px;
    font-size: 1em;
    outline: none;
    text-transform: uppercase;
	float:left;

}
.news-letter input[type="submit"]:hover {
    background:#18826D;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.icon-box {
    padding: 8px 15px;
    background: rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
}
/*--w3l-agile--*/
/*--w3l-agile-info-*/
.icon-box:hover i.fa {
    color: #fff !important;
}
.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}

.icon-box:hover {
    background: #000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.icons a {
    color: #999;
}
.bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background: rgba(149, 149, 149, 0.18);
    margin: 1%;
}
.bs-glyphicons li .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #282a2b;
}
.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
/*--footer--*/
.footer{
    background:#232323;
    padding: 5em 0;
}
.footer-bottom h4,.footer-bottom1 h4{
	font-size: 2.2em;
    font-weight: bold;
    color: #FCB941;
    margin-bottom: 0.5em;
}
.footer-bottom1 h4{
    margin-bottom: 1em;
}
.footer-bottom p{
	font-size: 1.4em;
	color: #fff;
	line-height: 1.5em;
	width: 80%;
}

.social li{
	display:inline-block;
}

.social li a  {
    width: 80px;
    height: 80px;
    display: block;
    border: 1px solid #FCB941;
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(45deg) translate3d(0, 0, 0);
    -o-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
}
/*--w3l-agile--*/
/*--w3l-agile-info-*/
.social li a:hover  {
    background:#FCB941;
}
.social li a i {
    width: 80px;
    height: 80px;
    display: block;
    background: url(../images/img-spr.png)no-repeat 18px 13px ;
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(-45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(-45deg) translate3d(0, 0, 0);
    -o-transform: rotate(-45deg) translate3d(0, 0, 0);
    transform: rotate(-45deg) translate3d(0, 0, 0);
}
.social li a i.icon {
	background: url(../images/img-spr.png)no-repeat -66px 13px;
}
.social li a i.icon1 {
	background: url(../images/img-spr.png)no-repeat -161px 13px;
}
.social li a i.icon2 {
	background: url(../images/img-spr.png)no-repeat -251px 13px;
}

.copy{
	background:#232323;
    padding: 1.5em 0;
}
p.footer-grid {
    font-size: 1em;
    color: #fff;
	text-align:center;
}
p.footer-grid a{
	text-decoration:none;
	color:#FCB941;
}
p.footer-grid a:hover{
	color:#fff;
}

/*--news--*/
.six {
  padding: 2em 0;
}
.content-mid {
  padding: 4em 0;
}
.content-mid h3{
	font-size: 3em;
  	color: #000;
  	/* font-family: 'Michroma'; */
}
.six h4{
	float:left;
	color:#001aab;
	font-size: 3em;
  text-transform: uppercase;
   position:relative;
  text-align: center;

}
.six h4:after{
    content: '';
  background: #001aab;
  display: block;
  width: 89px;
  height: 2px;
  position: absolute;
  left: 89%;
  transform: rotate(118deg);
  top: 53%;
}
.six h4 span{
	display:block;
	  font-size: 20px;
}
.six h6{
	float:right;
	font-size:1.5em;
	  margin-top: 7%;
  width: 77%;
}

.six h6 a{
	text-decoration:none;
	color:#001aab;
}
.six h6 a:hover{
	color:#37b48e;
}
.new-more p {
  font-size: 1.1em;
  color: #A5A5A5;
  line-height: 1.5em;
  margin: 0 0 2em;
}
/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  font-size: 1.1em;
  color: #fff;
  background-color: #001aab;
  padding: 0.5em 1em;
}
.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #37B48E;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: white;
  text-decoration: none;
}
.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.pub{
	width: 322px !important;
	    margin: 0 auto;
}
.about {
    padding-bottom: 5em;
}

.news {
    /* padding: 3em 0 0; */
}
/*--//news--*/

/***************slider*****************/

.slider-container {
    position: absolute;
}

.slider-container .slick-arrow {
    position: absolute;
    top: 100%;
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background: #85afd4;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.slider-container .main-slider .slick-arrow {
    position: absolute;
	top: 50%;
}
.slider-container .slick-arrow.slick-disabled {
    color: #841124;
    cursor: initial;
}

.slider-container .slick-arrow.next {
    right: 0;
}

.slider-container .slick-arrow.prev {
    right: 50px;
}
.col-grid.agilew3l {
    background: #eeeeee;
}
.agileits_w3layouts_est p {
    color: #fff;
    line-height: 2em;
    margin: 2em auto 6em;
    width: 65%;
    text-align: center;
}
.kopa-map-box {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: -40px;
}
.lienContact {
    float: none;
    position: absolute;
    z-index: 999;
    width: 100%;
    margin-top: 42px;
}

a.route.more-detail.btn.contactlink {
    float: right;
    margin-right: 0;
}

.lienContact .btn.contactlink {
    background-color: #1b70c3;
    padding: 10px;
}
.kopa-map {
    float: left;
    width: 100%;
    height: 300px;
    margin-top: 42px;
}


.agileits_about_right ul li:before {
    content: '';
    color: #001aab;
    padding-right: 1em;
    content: "\f178";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.agileinfo_about_bottom_right_wthree ul li:before {
    color: #001aab;
    padding-right: 1em;
    content: "\f046";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.pageTitle {
    /* margin-top: 40px; */
    margin-top: 60px;
    margin-bottom: 20px;
}
.gallery-t {
	margin-bottom:40px;
}
.np.blokken-home-item.half-width:hover img {
    -webkit-box-shadow: 1px 1px 1px 1px #a7a7a7;
    box-shadow: 2px 1px 2px 1.42px #a7a7a7;
}
.main-slider {
    position: relative;
    border-top: 0;
    border-right: 0;
    overflow: hidden;
}

.main-slider .image-holder {
    height: 650px;
}

.main-slider .slick-arrow {
    top: 50%;
    bottom: auto;
    margin-top: -25px;
}

.slick-arrow {
    position: absolute;
    top: 100%;
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background: #85afd4;
    opacity: .7;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.slick-arrow.slick-disabled {
    color: #111;
}

.slick-arrow.slick-disabled:hover {
    opacity: .7;
}

.slick-arrow:hover {
    opacity: 1;
}

.main-slider .slick-arrow.prev {
    left: 20px;
}

.main-slider .slick-arrow.next {
    right: 20px;
}

.slider-detail {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    z-index: 1;
}

.slider-detail > div {
    height: 100%;
}

.slide-content {
    width: 100%;
    text-align: center;
    margin-top: 20%;
}

.slide-title {
    display: inline-block;
    position: relative;
    font-size: 60px;
    font-weight: 500;
    line-height: 1.2;
    background: rgba(255, 255, 255, 0.72);
    color: #85afd4;
    text-transform: uppercase;
    padding: 10px 20px;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: -20%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}

.slide-text *{
 color: 	#fff !important;
}
.slide-text {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    background:rgb(133, 175, 212);
    padding: 10px 20px;
    margin-left: 20%;
    margin-right: -20%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.slider-detail .btn {
    margin-top: 40px;
}

.slick-active .slide-text,
.slick-active .slide-title {
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
}

.slide-text > * {
    font-size: 22px;
    margin-top: 0;
}

.slide-text > *:last-child {
    margin-bottom: 0;
}

.slider-container {
    position: relative;
}

.slider-container:before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 73px;

}

.bottom-slider > a {
    display: block;
    padding: 20px;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}

.bottom-slider > a:hover {
    color: #fff;
}

.bottom-slider > .offerte-side {
    background: #331c08;
    color: #c2bbb5;
}

.bottom-slider > .contact-side {
    background: #d35400;
    color: #f2ccb3;
}
.slick-arrow.prev {
    right: 70px;
}

.slick-arrow.next {
    right: 0;
}
.product-specs h4 {
    margin-bottom: 24px;
}
.products.occasies-h label.sold-label, .products.occasies-h label.new-label {
    border-radius: 0px;
    margin: 20px 20px 10px 20px;
}
.products.occasies-h .product-detail-video .lbl_fancy {
    padding-left: 10px;
    padding-top: 16px;
    border-bottom: 2px solid #001aab;
    color: #001aab;
}
.image-holder.add-hover:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(58, 132, 223, 0.37);
    opacity: 0;
    z-index: 1;
    transition: all .3s ease-in-out;
}
.block-item embed {
    margin-top: 20px;
    margin-bottom: 20px;
}

.image-holder.add-hover:after {
    /* content: '+'; */
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    font-family: serif;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: rotate(-180deg) scale(.5);
    border: 1px dashed #fff;
    border-radius: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 2;
    transition: all .3s ease-in-out;
}

.image-holder.add-hover:hover:before {
    opacity: 1;
}

.image-holder.add-hover:hover:after {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

.image-holder.add-hover img {
    transition: all .5s ease-in-out;
}
.one-link {
    margin-bottom: 40px;
}
.banner.noslider {
    margin-top: 0;
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
}
.one-link {
    margin-bottom: 40px;
}
.widget.kopa-form-widget.s2.clearfix {
    margin-left: 0;
}
.news-item-attachments ul {
    list-style: none !important;
    padding-left: 0 !important;
}
.onderhoud-form.clearfix {
    margin-top: 41px;
}
.onderhoud-form.clearfix h3.section-title {
    margin-bottom: 21px;
    background: #001aab;
    padding: 10px;
    color: white;
}
@media (max-width:740px){
	.w3_navigation_pos {
		position: inherit;
		left: 0;
		width: 100%;
		margin-top: 46px;
		float: none;
		margin-bottom: 64px;
	}
	.main-slider .image-holder {
		height: auto !important;
	}
	.banner {
		margin-top: 0 !important;
		min-height: auto !important;
	}
}
.main-slider .slick-slide img {
    display: block;
    max-width: 200%;
    width: 100%;
}
ul.top-menu {
    list-style: none;
    position: relative;
    display: block;
}
ul.top-menu li {
    float: left;
}
ul.top-menu li a {
    padding: 10px;
    margin-bottom: 15px;
    display: block;
}
ul.top-menu li a.active, ul.top-menu li a:hover {
    color: #001aab;
}
.w3layouts_header_right ul li i {
    font-size: 22px;
}
.mapheader{   padding: 0;}
.no-slider {
    margin-top: 20px;
}


/***************verhuur***************/


.products.verhuur .product-specsocc {
    border-top: 4px solid #000;
}

.products.verhuur .product-specsocc li {
    display: inline-block;
    width: 100%;
    padding: 11px 0 10px 0;
    border-bottom: 1px solid #c3c3c3;
}

.products.verhuur .product-specsocc {
    margin-bottom: 26px;
    background-color: rgb(240, 242, 245);
    padding: 0px 14px 0px 15px;
}


.products.verhuur div#share {
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
}

.product-detail.verhuur {
    margin-top: 40px;
    display: block;
    width: 100%;
}
.c12.goback {
    text-align: right;
}

div#question.product-question {
    max-width: 800px;
}
.product-finance-box.pricebox li {
    list-style: none;
}
.verhuur .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0 .2em 0;
    background: #ffffff;
    border: 0;
    border-bottom: 1px solid #001aab;
    border-radius: 0;
    background-color: #232628 !important;
    border-left: 4px solid #232628;
    border-right: 4px solid #232628;
}

.verhuur .ui-state-default,
.verhuur .ui-widget-content .ui-state-default,
.verhuur .ui-widget-header .ui-state-default {
    border: 0px solid #232628;
    background: rgb(35, 38, 40) url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #ffffff;
    background-image: none;
}

.verhuur .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-top: 5px solid #001aab;
    margin-top: -4px;
    border-radius: 0;
    -webkit-box-shadow: 0px 0 0 0px rgba(0, 0, 0, 0) !important;
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.verhuur a#ui-id-2:focus {
    border-bottom: 0!important;
    -webkit-box-shadow: 0px 0 0 0px rgba(0, 0, 0, 0) !important;
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.verhuur .ui-state-hover,
.verhuur .ui-widget-content .ui-state-hover,
.verhuur .ui-widget-header .ui-state-hover,
.verhuur .ui-state-focus,
.verhuur .ui-widget-content .ui-state-focus,
.verhuur .ui-widget-header .ui-state-focus {
    border: 0px solid #999999;
}

.verhuur .ui-widget-content .ui-state-hover,
.verhuur .ui-widget-header .ui-state-hover {
    background: #000 !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    background: #ff7919;
}

.verhuur .ui-tabs .ui-tabs-nav .ui-tabs-anchor h3 {
    color: #ffffff;
}

.verhuur .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor h3 {
    color: #001aab;
}
.page-product .videoimg.gallery-thumb.hoverZoomLink i.fa.fa-play-circle-o {
    top: 4px;
}

.products.verhuur h3.section-titleIn {
    text-transform: capitalize;
    text-align: center;
}
.videoimg.gallery-thumb.hoverZoomLink i.fa.fa-play-circle-o {
    font-size: 6em;
    color: rgba(255, 121, 25, 0.39);
    position: absolute;
    z-index: 2;
    top: 20px;
    margin-left: 57px;
}

.verhuur .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    background: #ffffff;
    outline: none;
}

div#content-verhuur {
    margin-top: 20px;
    padding: 20px;
    border-color: #ececec;
    border: none;
}

.verhuur .ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 2.4em;
    background: none;
}

.verhuur .video-icon {
    height: auto;
}

.product-detail-kenmerken span.finance-value.actual-price {
    color: #fff;
    text-align: center;
    display: block;
    padding-bottom: 25px;
    padding-top: 25px;
    background: #58585a;
    margin-bottom: 0;
    margin-top: 0;
}


.products.verhuur h3.section-titleIn {
    text-transform: capitalize;
    text-align: center;
}

.breadcrumbs {
    margin-top: 27px;
}

.breadcrumbs li {
    list-style: none;
    margin-bottom: 14px;
    float: left;
    font-size: 22px;
    margin-right: 8px;
}

.breadcrumbs .not-f {
    /* margin: 18px 0px; */
    font-size: 20px;
}

.breadcrumbs li i.icon-angle-right {
    margin-left: 7px;
    font-size: 22px;
    color: #1b1b1b;
}

.breadcrumbs a {
    color: #000;
    font-weight: 600;
    font-family: "Dosis", sans-serif;
}



ul.submenuul {
    position: absolute;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    background: white;
    display: block;
    min-width: 133px;
        z-index: 99999;
}
li  ul.submenuul li{
	list-style:none;
	display: block;
	width: 100%;
}
li:hover ul.submenuul {
    position: absolute;
    max-height: 5550px;
    overflow: hidden;
}

li ul.submenuul li a {
    display: block;
    padding: 6px 9px;
    margin-bottom: 3px;
    color: #ffffff;
    text-align: left;
    width: 100%;
    background: #001aab;
}
li ul.submenuul li a.active,li ul.submenuul li a:hover {
    color: #001aab;
    background: #fff;
}
@media (max-width: 600px) {
    .product-detail-overview .c8.left-half,
    div#content-verhuur,
    .product-detail-overview .c4.right-detail {
        padding: 0;
    }
}

.c1.language-menu {
    margin-top: 10px;
}

.language-menu li {
    float: left !important;
    margin-right: 10px;
    list-style: none;
}
.language-menu li:not(.in) a {
    background: #212121;
    color: #fff!important;
    padding: 5px 6px;
    text-transform: uppercase;
}
.c4.language-menu {
    /* position: absolute; */
    /* bottom: 0; */
    /* margin-top: 52px; */
    text-align: left;
    float: left;
    left: 0px;
    width: initial;
    width: 100%;
}

.language-menu li a:hover,
.language-menu li a.active {
    background: #001aab;
}


div#messagefout {
    background: #bb0b0b;
    color: #fff;
    padding: 10px;
    margin-bottom: 8px;
}

.blokken-list-menu.c12.block12 li {
    list-style: none;
}
.blokken-list-menu.c12.block12 li a.blokitem {
    display: block;
    padding: 5px 10px 5px 11px;
    text-decoration: none;
    background: #001aab;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.blokken-list-menu.c12.block12 ul {
    padding: 0;
}
.blokken-list-menu.c12.block12 li a.blokitem:hover, .blokken-list-menu.c12.block12 li a.blokitem.active {
    background: #fff;
    color: #001aab
    ;
}
div#itemContainer.pageImagesContainer .gallery-thumb.hoverZoomLink {
    margin-bottom: 20px;
}



/*-- news section --*/
.news-section {
    background: url('../images/shattered1.png');
    padding-top: 60px;
}

.news-section .image-holder:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom,rgba(0,0,0,.1),rgba(0,0,0,0.7));
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.news-section .news-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    z-index: 2;
}

.news-section .news-title {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
}

.news-section .news-title span {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.news-section .news-title span:before {
    content: ' ';
    position: absolute;
    bottom: -1.5px;
    left: 0;
    height: 3px;
    width: 50px;
    background: #001aab;
    transition: all 0.3s ease-in-out;
}

.news-section .news-item:hover .news-title span:before {
    width: 100%;
}

.news-section .news-date {
    color: #ccc;
}

.news-section .news-text {
    display: none;
    color: #fff;
    margin-top: 15px;
}
.p20 {
    padding: 0 20px;
}
.m20 {
    margin: 0 20px;
}
.image-holder {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.c-container {
    padding: 0 10px;
}
.c-container > div {
    padding: 0 10px;
    margin-bottom: 20px;
}
.image-holder img.cover {
    max-width: 200%;
}
.news-text.small-text * {
    color: #fff !important;
}
h3.block-title a.link {
    color: #001aab;
}
h3.block-title+.read-more {
    /* font-size: 10px; */
    /* font-weight: 400; */
    /* letter-spacing: 3px; */
    text-transform: uppercase;
    color: #004080;
    background: transparent;
    border: 1px solid #e9e9e9;
    padding: 10px 15px;
    margin-top: 15px;
    float: right;
}
.c6.col-grid-right.agile-info-wthree img.img-responsive {
    max-width: 200%;
    width: 100%;
}

.one-delivery {
  position: relative;
  float: left;
  overflow: hidden;
  text-align: center;
  background: #000000;
  -webkit-perspective: 50em;
  perspective: 50em;
}
.one-delivery * {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.one-delivery img {
  opacity: 0.3;
  max-width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.one-delivery div {
  position: absolute;
  bottom: 28px;
  left: 30px;
  right: 30px;
  background: #000000;
}
.one-delivery div h2 {
  top: 50%;
  letter-spacing: -1px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 0;
  font-weight: 400;
}
.one-delivery div h2 span {
  font-weight: 800;
}
.one-delivery div:before,
.one-delivery div:after {
  background-color: rgba(255, 255, 255, 0.8);
  width: 0;
  height: 2px;
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.one-delivery div:before {
  left: 0;
  top: 0;
}
.one-delivery div:after {
  bottom: 0;
  right: 0;
}
.one-delivery.blue {
  background: #091b27;
}
.one-delivery.blue div {
  background: #2980b9;
}
.one-delivery.red {
  background: #0a1c2e;
}
.one-delivery.red div {
  background: #001aab;
}
.one-delivery a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.one-delivery:hover img,
.one-delivery.hover img {
  opacity: 1;
}
.one-delivery:hover div:before,
.one-delivery.hover div:before,
.one-delivery:hover div:after,
.one-delivery.hover div:after {
  width: 100%;
}
.mgb40{
	margin-bottom:40px;
}
ul.responsive.delivery.colorbox li.even {
    list-style: none;
    float: left;
    padding: 20px;
}
.delivery-det .blokken-home-item {
	margin-bottom:40px;
}
.delivery-det .blokken-home-item:hover img{

    -webkit-box-shadow: 1px 1px 1px 1px #a7a7a7;
    box-shadow: 2px 1px 2px 1.42px #a7a7a7;
}
.list-delivery li {
    list-style: none;
}
.list-delivery li a  {
    color: #fff;
}
.list-delivery li a {
    background: #001aab;
    display: block;
    width: 100%;
    padding: 5px;
    font-size: 14px;
    border-bottom: 1px solid #376bab;
}
.list-delivery li a.active,.list-delivery li a:hover {
    color: #001aab;
    background: #fff;
}
.back-to-overview {
    float: right;
    margin-bottom: 75px;
    display: block;
    width: 100%;
    text-align: right;
}
.c3.list-delivery {
    margin-top: 45px;
}



.news-items {
    margin-top: 65px;
}
.news-items article {
	margin-bottom: 30px;
}
.news-items .news-item {
    border: 1px solid #DDDDDD;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.news-items .news-item:hover {
    box-shadow: 0 0 17px -5px #000;
}
.news-items .news-item .news-item-image {
    position: relative;
    width: 50%;
    float: left;
}
.news-items .news-item .news-item-image img {
    width: 100%;
}
.news-items .news-item .news-item-meta {
	position: absolute;
    top: 15px;
    padding: 3px 12px;
    background-color: #FFF;
    color: #353232;
    font-size: .8em;
}
.news-items .news-item .news-item-description {
    width: 50%;
    float: left;
    padding: 0 15px;
    background-color: #EAEAEA;
}
.news-items .news-item .news-item-description .news-item-title {
    margin: 15px 0;
    font-size: 1.5em;
    color: #000;
}
.news-items .news-item .news-item-description .description {
    font-size: .9em;
    line-height: 1.5;
}
.news-items .news-item .news-view-more {
    font-size: .9em;
    line-height: 1.5;
    padding: 7px 11px;
    display: inline-block;
    color: #FFFFFF;
    background-color: #001aab;
    position: absolute;
    bottom: 15px;
}

.news-item-detail .news-item{
    margin-top: 50px;
}
.news-item-detail .news-item-title {
    color: #000000;
    font-size: 2.4em;
    font-weight: bold;
    margin-top: 0;
}
.news-item-detail .news-item-meta {
    padding: 5px 12px;
    color: #C1C1C1;
    background-color: #353232;
    margin: 20px 0;
}
.news-item-images ul {
    padding: 0;
    list-style: none;
}
.news-item-images ul li {
    width: 63px;
    display: inline-block;
    float: left;
    margin: 2px;
    overflow: hidden;
}
.news-item-attachments ul {
    padding: 0;
    list-style: none;
}
.news-item-attachments ul li {
    display: inline-block;
}

.row.block-occasies img {
    max-width: 200%;
    width: 100%;
}

@media   (max-width : 900px) {
	.hidden-min {
		display:none;
	}
	.c4.language-menu {
		position: relative;
		margin: 0 0 7px;
	}
	.w3layouts_header_right ul li {
		margin-left: 2em;
		padding: 0;
	}
	.navbar-header.navbar-left {
		overflow: hidden;
	}
	.w3l_footer_pos {
		position: relative;
	}
	.w3_navigation_pos img {
		display: inline;
		max-width: 100%;
	}

	.w3_navigation_pos h1 a {
		font-size: .7em;
		width: 100%;
		display: block;
	}
	..w3_navigation_pos h1 {
		display: block;
		width: 100%;
		position: relative;
	}
	.w3layouts_header_left {
		position: relative;
	}
}
@media (min-width : 481px) and (max-width : 900px) {
	.navbar-header.navbar-left {
		width: 100%;
		position: relative;
		display: block;
		margin-bottom: 100px;
	}
	.w3_navigation_pos {
		left: 18%;
	}
	.main-slider .image-holder {
		height: auto;
	}
	.w3_navigation_pos {
		left: 0;
	}

	.navbar-header.navbar-left {
		width: 100%;
		position: relative;
		display: block;
		margin-bottom: 100px;
		height: 219px;
		margin: 0 auto;
		text-align: center;
	}
	.navbar-header.navbar-left  .w3_navigation_pos{
		left: 18%;
	}

}
@media (min-width : 481px) and (max-width : 900px) {
	.half-width{
		width:50%!important;
		float: left;
	}
}
@media (max-width : 601px) {
	.link-section .sldr-cntr {
		background: none !important;
		padding: 0 0 !important;
	}
	.w3_navigation_pos img {
		display: block;
		max-width: 272px;
    margin: 0 auto;
	}
	.navbar-header.navbar-left {
		margin-bottom: 0;
	}
	.navbar-toggle {
		margin: .2em 0;
	}
	.width-full{
		width:100% !important;
	}
	.news-items .news-item .news-view-more {
		bottom: -9px;
		position: relative;
	}
}
.onderhood-min-title{
    background: none!important;
    color: #dedede!important;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 !important;
}
section#luxicar-section-row-4 {
    background: #ededed;
}
.half-width.col-grid-1 img.img-responsive {
    width: 100%;
    max-width: 200%;
}

.link-section img {
    max-height: 50px;
}

.link-section .middle-cell {
    display: block;
    width: 100%;
}

.link-category-items p {
    color: #727272;
}
.link-section .sldr-cntr {
    background: #fff;
    padding: 20px 0;
}

.middle-cell {
    display: table-cell;
    vertical-align: middle;
}
.link-section img {

    margin: 0 auto;
     height: 67px;
}
.link-section .middle-cell {
    display: block;
    width: 100%;
    background: #fff;
}
.link-section {
	/*
    margin-top: -180px;
    z-index: 90;*/
	margin-top: 23px;
    z-index: 90;
    margin: 0 auto;
}

.link-section .sldr-cntr .slick-track , .link-section img{
    background: #fff;
}
.w3ls_footer_grids h2 {
    margin-bottom: 41px;
}
.link-section .sldr-cntr .slick-list.draggable {
    padding: 21px 0;
    background: white;
}

.kopa-form-widget.s2 .widget-content label {
    color: #000;
    padding-bottom: 10px;
}
.job-list li {
    list-style: none;
}
.job-list li .link {
    display: block;
    padding: 10px 0 10px 10px;
    background: #eaeaea;
    border: 1px #fff solid;
}
a.leftmenuitem.link.active,a.leftmenuitem.link:hover {
    background: #212121;
    color: #eaeaea;
}
.no-slider+.link-section {
    margin-top: 0;
    position: inherit;
}
.widget-infomation .widget-content .list-col:last-child article {
    margin-bottom: 28px;
}
.blokkenIntro {
    position: absolute;
    z-index: 999;
    width: 100%;
    margin-top: 195px;
}
.one-intro-header {
    float: right;
    padding: 14px 20px 0 10px;
}
.blokkenIntrocont {
/*     max-width: 400px;
    margin: 0 auto; */
}
.no-slider+.link-section+.clearfix+.blokkenIntro {
    position: relative;
    margin-top: 0;
}
.c12.delivery-det h1 {
    margin: -74px 0 20px 20px;
}
.bgg {
    background: #ededed !important;
}
.one-intro-header img {
    filter: brightness(57%);
}
.one-intro-header:hover img:hover ,.one-intro-header.active img {
    filter: brightness(100%);
}
.c12.media-image-holder.half-width {
    margin: 5px 0;
}
.in img{
	/*width: 39px;*/
    opacity: 0.1;
    filter: alpha(opacity=10);
}
.in img:hover{
    opacity: 1;
    filter: alpha(opacity=100) !important;
}
.in{
    padding: 4px 5px;
    top: -28px;
    margin-top:  -16px;
}
.in.active img{
	/*background: #001aab;*/
    color:#001aab;
    opacity: 1;
    filter: alpha(opacity=100) !important;
}
.c12.agileinfo_about_bottom_right.info-text {
    padding: 96px;
}
.kopa-shop-page .list-product .entry-item:hover .entry-content p {
    display: block;
    background: #fff;
}
.kopa-shop-page .list-product .entry-item .entry-content p {
    display: none;
}

.gallery-album-title {
    position: absolute;
    bottom: 0px;
    color: #fff;
    /* background: rgba(255, 255, 255, 0.35); */
    width: 100%;
    font-size: 25px;
    padding-top: 15px;
    padding-bottom: 10px;
}
.gallery-album-title h4 {
    text-transform: capitalize;
    margin: 0px 15px;
    border-top: 5px solid #001aab;
    display: table;
    color: #fff;
	padding-top: 5px;
}
.block22 {
      width: 92.5%;
    display: block;
    margin-left: 5px;
    text-align: left;
    padding-bottom: 21px;
    padding: 20px;
    font-size: 23px;
    background: #001aab;
    margin-top: -20px;
    margin-bottom: 21px;
}
.block22 h4{
    color: white;
}
.verhuur .body {
    padding: 25px 20px;
}
.verhuur .product-page {
    background: whitesmoke;
    padding: 25px 10px;
}
.verhuur .product-page .btn {
    padding: 6px 25px;
}
.verhuur .product-page .product-title {
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    background: #001aab;
    padding: 10px 15px;
    margin-top: 0;
    margin-bottom: 20px;
    color: white;
}

.verhuur .product-page .product-description p {
    font-size: 16px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 10px;
}
.verhuur .product-page .product-price.no-list .dayprice {
    list-style: none;
    font-size: 18px;
    font-weight: 300;
    width: 100%;
    padding: 10px 0 18px;
}

/*-- Product .verhuur-page  --*/
.verhuur-page .products {
  padding-top: 30px;
  padding-bottom: 20px;
}

.verhuur-page .breadcrumbs {
  padding: 0 20px;
  margin-bottom: 10px;
}

.verhuur-page .breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 11px 0px 36px 0;
    text-transform: uppercase;
    color: #434343;
    border-top: 1px solid #434343;
    border-bottom: 1px solid #434343;
}

.verhuur-page .breadcrumbs ul li {
  display: inline-block;
}

.verhuur-page .breadcrumbs i {
  padding: 0 10px;
}

.verhuur-page .image-holder {
  position: relative;
  z-index: 1;
}

.verhuur-page .products .product-category-title {
  font-weight: 400;
  text-transform: uppercase;
  padding: 7px 10px;
  margin: 0;
  background-color: #666;
  color: #FFF;
}

.verhuur-page .products .product-categories {
  padding: 0 18px;
  margin-bottom: 20px;
}

.verhuur-page .hover-block {
  content: ' ';
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(230,124,15,0) 0%, rgba(58, 132, 223, 0.55) 75%);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.verhuur-page .hover-block i {
  color: #FFF;
  font-size: 35px;
  position: absolute;
  top: 50%;
  margin-top: -17.5px;
  text-align: center;
  left: 50%;
  margin: -15px;
}

.verhuur-page .product-sectio-item:hover .hover-block {
  top: 0;
  opacity: 1;
}

.verhuur-page .category-detail-external {
  padding-bottom: 20px;
}

.verhuur-page .category-detail-external p {
  margin-top: 0;
}

.verhuur-page .category-detail-external iframe {
  border: 1px solid #CCC;
}

.verhuur-page .product-detail {
  margin-bottom: 20px;
}

.verhuur-page .prod-title, .product-price {
  text-transform: uppercase;
  font-weight: 600;
}

.verhuur-page .product-price h3 {
  color: #ffc000;
}

.verhuur-page .tab {
  display: none;
}

.verhuur-page .tabs-btn {
  margin-bottom: 20px;
}

.verhuur-page .tabs-btn div {
  display: inline-block;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #DDD;
  cursor: pointer;
}

.verhuur-page .tabs-btn div:last-child {
  border:0;
}

.verhuur-page .tabs-btn h4 {
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  padding: 5px 0;
  transition: color 0.3s ease-in-out;
  font-size: 15px;
}

.verhuur-page .tabs-btn div:hover h4 {
  color: #ffc000;
}

.verhuur-page .tabs-btn div.active h4 {
  border-bottom: 2px solid #ffc000;
  color: #222;
}

.verhuur-page .products #form-vragen {
  margin: 0 -10px;
}

.verhuur-page .products #form-vragen > div {
  padding: 0 10px;
}

.verhuur-page .product-image-carousel {
  position: relative;
}

.verhuur-page .product-detail-information .c5 {
  padding-left: 0;
}

.verhuur-page .product-detail-information .c7 {
  padding-right: 0;
}

.verhuur-page .product-detail-information table {
  width: 100%;
  margin-top: -10px;
}

.verhuur-page .product-detail-information tr {
      border-bottom: 1px dotted #ccc;
}

.verhuur-page .product-detail-information td {
  padding: 8px 0;
}

.verhuur-page .product-detail-information .spec-label {
  font-weight: 700;
}

.verhuur-page .product-detail-information .spec-value {
  color: #626262;
  text-align: right;
}

.verhuur-page .labels {
  position: absolute;
  left: 0;
  top: 4px;
  z-index: 10;
  padding: 10px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.verhuur-page .label-new {
  background-color: green;
  color: #FFF;
}

.verhuur-page .label-sale {
    background-color: #DD1218;
    color: #fff;
}

.verhuur-page .product-detail .labels {
  top: 10px;
  left: 10px;
  bottom: auto;
}

.verhuur-page .product-sectio-item .prod-thumb {
  transition: all 0.4s ease-in-out;
}

.verhuur-page .product-sectio-item:hover .prod-thumb {
  transform: scale(1.1);
}

@media only screen and (max-width:960px) {
 .verhuur-page  .category-detail-external {padding: 0}
 .verhuur-page  .tabs-btn div {display: block; margin-bottom: 10px; border: 0;}
 .verhuur-page  .verhuur-page .product-detail-information .c5, .verhuur-page .product-detail-information .c7 {padding: 0;}
 .verhuur-page  .product-question .c6 {padding: 0 !important;}
}

.verhuur-page .product-list {
    width: 100%;
}

.verhuur-page .product-list .tr {
    display: table-row;
}

.verhuur-page .product-list a.tr .td {
  transition: all 0.3s ease-in-out;
}

.verhuur-page .product-list .th {
    display: table-cell;
    padding: 6px;
    line-height: 1;
    border: 2px solid #FFF;
    font-size: 18px;
    background-color: #ffc000;
    color: #FFF;
    text-align: center;
}

.verhuur-page .product-list .td {
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: table-cell;
    padding: 6px;
    line-height: 1;
    border: 2px solid #FFF;
    background: #FFE7CE;
    vertical-align: middle;
}

.verhuur-page .product-list .td:before {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #424242;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.verhuur-page .product-list .tr:hover .td {
    color: #FFF;
}

.verhuur-page .product-list .tr:hover .td:before {
    top: 0;
}

.verhuur-page .product-list .tr.even {
    background-color: #FFEBD6;
}


.verhuur-page   .product-related table {
    width: 100%;
}

.verhuur-page   .product-related th {
    font-size: 22px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    background: #001aab;
    padding: 10px 15px;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}

.verhuur-page   .product-related td {
    vertical-align: top;
    background: #f1f1f1;
    padding: 15px;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

.verhuur-page   .product-related th.related-check {
    width: 15%;
}

.verhuur-page   .product-related td.related-check {
    vertical-align: middle;
    text-align: center;
}

.verhuur-page   .product-related td.related-desc {
    padding-left: 5px;
    padding-right: 5px;
}

.verhuur-page   .product-related td.related-desc > div {
    margin-bottom: 0;
}

.verhuur-page   .product-related .related-title {
    display: inline-block;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.verhuur-page   .product-related td.related-price span {
    display: block;
    font-weight: 300;
    margin-bottom: 2px;
}

.verhuur-page   .product-related td.related-price strong {
    font-weight: 500;
}

.one-verhuur-cat {
    margin-bottom: 40px;
}
ul.product-price.no-list li {
    list-style: none;
}
.product-specs.no-list li,.product-description li {
    list-style: none;
}
.one-verhuur-cat h5 {
    padding: 6px 10px;
    /* background: whitesmoke; */
}
.mgb{
	margin-bottom:20px;
}
.mgb40{

    margin-bottom: 40px;
}
.page-pro .kopa-shop-page .list-product .entry-item .entry-wrap .entry-thumb img {
  /*  width: 280px;
    height: 280px;*/
}
.col-sm-4.occasies-p.half-width.equalheight.item-gallery a.product-item {
    padding: 20px;
}

article.entry-item.one-delivery-s .entry-wrap {
    padding: 20px;
    border: 1px solid #d0d0d0 !important;
    display: block;
}
article.entry-item.one-delivery-s .entry-wrap header.equalheight {
    background: none !important;
}
.content-all-header {
    max-width: 1400px;
    margin: 0 auto;
    display: block;
}
.top-menu-content.c4.s1 {
    float: right;
}
.language-menu {
    float: left;
}
.language-menu ul.clearfix {
    float: right;
}


.holder {
	margin: 15px 10px 15px 0px;
    float: right;
}

.holder a {
	cursor: pointer;
	margin: 0 2px;
	color: #000;
}

.holder a:hover {

}

.holder a.jp-previous {
	font-size: 18px;
    cursor: pointer; }
.holder a.jp-next {
 margin-left: 15px;
    cursor: pointer;
	font-size: 18px;
    cursor: pointer;
    color: #000;
	}

.holder a.jp-current, a.jp-current:hover {
	color: #FF4242;
	font-weight: bold;
}

.holder a.jp-disabled, a.jp-disabled:hover {
	color: #bbb;
}

.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
	cursor: default;
	background: none;
	font-size: 18px;
    cursor: pointer;
}
.pageImagesContainer img {
    margin-bottom: 10px;
}
.pageImagesContainer img.block26  {
    margin-bottom: 5px;
}
.products.page-pro.wrapper .kopa-shop-page .list-product .entry-item:hover .entry-wrap {
    border-color: #dbdbdb;
    position: absolute;
    z-index: 10;
    width: initial;
}
@media (max-width: 700px){
.w3layouts_header_right ul li {
    margin-left: 0em;
    padding: 0;
}
.w3ls_footer_grid_left, .w3ls_footer_grid_left p, .w3ls_footer_grid_left h4{
  text-align: center !important;
}
.w3ls_footer_grid_leftr{
  display: block !important;
}
.equalheight{
  height: auto !important;
}

}
