@charset "utf-8";

/* IMPOT CSS */
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,500,700);

/* ---------------------------------------------------------------------- */
/* General
/* ---------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background:#f1f1f1;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight:400;
	line-height: 30px; /* 18px */
	color: #000;
	/* Fix for webkit rendering */
	-webkit-font-smoothing: antialiased; 
	-webkit-text-size-adjust: 100%;
}

td {
	padding: 5px;
}
th {
	padding: 5px;
}

iframe, img, video, audio {
	display: block;	
}

img, embed, object, video { /* Note: keeping IMG here will cause problems if you're using foreground images as sprites. */
	max-width: 100%;
}

video {
	width: 100%;
    height: auto;
}

ul {
	list-style: none;	
}

.clear {
	clear: both;
}

/* ---------------------------------------------------------------------- */
/* Headings
/* ---------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 5px;
	margin-top:5px;
}

h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;	
	font-size: 28px; /* 28px */
	line-height: 28px; /* 34px/28px */
	color:#989da4;
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;	
	font-size: 20px; /* 28px */
	line-height: 20px; /* 34px/28px */
	color:#989da4;
}

h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 20px; /* 18px */
	line-height: 20px; /* 24px/18px */
	color:#989da4;
}

h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px; /* 14px */	
	line-height: 18px; /* 18px/14px */
	color:#989da4;
}

h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px; /* 14px */	
	line-height: 16px; /* 18px/14px */	
	color:#989da4;
}

h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px; /* 14px */	
	line-height: 14px; /* 18px/14px */	
	color:#989da4;	
}

/* ---------------------------------------------------------------------- */
/* Links
/* ---------------------------------------------------------------------- */
a, a > *,a:hover {
	text-decoration: none;
	color:#0056a4;
}

/* ---------------------------------------------------------------------- */
/* Header
/* ---------------------------------------------------------------------- */
#topmenu{
	background:#000;
}

.topinfo{
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight:300;
	line-height: 15px; /* 18px */
	color: #989da4;
	padding:15px 0;
}

#logo{
	background:#fff;
}

.logo{
	margin:0 auto;
	padding:25px 0;
}

.navbar-default {
    border: none;
	background:#313131 url("../images/bg-menu.jpg") repeat-x;
	border-radius:0px;
	width:100%;
	min-height:90px;
}

.navbar {
    border-radius: 0;
	margin: 0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin: 0px auto;
    
}

.navbar-nav {
	margin-top:40px;
}

.navbar-default .navbar-nav > li > a {
    color: #0F0F0F;
    display: block;
    font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight:700;
	line-height: 15px; /* 18px */
	color: #989da4;
    text-transform: uppercase;
	margin:0 25px;
}

.navbar-nav > li > a {
    padding: 0px;
	padding-bottom:5px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	color: #fff;
	background: none;
	border-bottom:1px solid #0056a4;
}

.navbar-default .navbar-nav > .active > a {
	color: #fff;
	background: none;
	border-bottom:1px solid #0056a4;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #f24f18;
	background: none;
}

.menu {
	width:988px;
}

.menu2 {
	width:872px;
}

@media (max-width: 767px) { 
	.navbar-default .navbar-nav > li > a {
		margin:10px 0;
	}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a	{		
		border:none;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.menu {
		width:100%;
	}

	.menu2 {
		width:89%;
	}
	.navbar-default .navbar-nav > li > a {
		margin:0 8px;
	}
	
}



/* ---------------------------------------------------------------------- */
/* Content
/* ---------------------------------------------------------------------- */


/* FEATURE */
#feature{
/*	background-color: #f1f1f1;
	width:100%;
	height:auto;
	padding-top: 10px; */
	margin-top:10px;
}

.text-feature, .text-feature-2, .text-title {
	width:650px;
	padding: 35px 0;
	margin:0 auto;
}

.text-feature-2 {
	width:1030px;
}

.text-title{
	width:100%;
}

h1.title {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;	
	font-size: 34px; /* 28px */
	line-height: 34px; /* 34px/28px */
	color:#232522;
	text-transform:uppercase;
}

h2.subtitle {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;	
	font-size: 24px; /* 28px */
	line-height: 24px; /* 34px/28px */
	color:#0056a4;
}

/*BLOCK HOME*/
.blockhome{
	width:100%;
	height:auto;
	margin-bottom:70px;
	margin-top:40px;
	background:#0056a4;
}

.blockhome:hover{
	margin-top:20px;
	background:#212121;
	padding-bottom:20px;
}

.blockhome a .block-title{
	background:#212121;
	height:50px;
}

.blockhome a .block-title h5{
	text-transform:uppercase;
	font-weight:700;
	color:#fff;
	padding-top: 16px;
}

.blockhome a .block-img img{
	width:100%
}
.blockhome a .block-desc{

	color:#fff;
	height:auto;
	padding:20px;	
}

/*SLIDER*/
#slider{
	padding-bottom:60px;
}

.carousel-image > img, .carousel-image > a > img {
    width:500px;
	height:auto;
	margin:0 auto;
}

.carousel-control.left, .carousel-control.right {
	background:none;
}

.carousel-caption {
	position:unset;
}

.carousel-caption a{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 16px; /* 14px */	
	line-height: 44px; /* 18px/14px */	
	color:#fff;
	background:#0056a4;
	padding:10px 30px;
	text-transform:uppercase;
}

.carousel-indicators {
    bottom: -20px;
}

.carousel-indicators .active {
	background:#0056a4;
	border:none;
	width:12px;
	height:12px;
}

.carousel-indicators li {
	background:#989da4;
	border:none;
	width:12px;
	height:12px;
	margin:0px;
}

/* breadcrumb */
#breadcrumb {
	background:#edeeef;
	height:90px;	
}

.breadcrumb{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px; /* 14px */	
	line-height: 44px; /* 18px/14px */	
	color:#232522;
	padding:0;
	margin-top: 20px;
	margin-bottom: 0;	
	background:none;
	border-radius: 0;
}

.contact, .subpage{
	padding:30px 0 60px 0;
	border-bottom:1px solid #232522;
}

.subpage:last-child{
	padding:30px 0 60px 0;
	border-bottom:none;
}

.contact{
	border-bottom:none;
}

.carousel {
    margin-top: 60px;
}
.item .thumb {
	width: 30.3%;
	cursor: pointer;
	float: left;
	margin-right:4.5%;
}
.item .thumb img {
	width: 100%;
}

/*
.btn {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 16px; 
	color:#fff;
	background:#0056a4;
	padding:10px 30px;
	text-transform:uppercase;
	border-radius:0;
	border:none;
}
*/
.column-last { margin-right:0px !important;}

/* CONTACT FORM*/
.contact {
	width:100%;
}

.contact > .success {   
    width:96%;
    padding:30px 20px;
    margin:0 0 20px 0;
    border:1px solid #1abc9c;
    color:#565656;
    background:url('../images/done.png') no-repeat bottom right;
    background-size:40px 40px;
}

.contact > .error { 
    width:96%px;
    padding:30px 20px;
    margin:0 0 20px 0;
    border:1px solid #e74c3c;
    color:#565656;
    background:url('../images/error.png') no-repeat bottom right;
    background-size:40px 40px;
}

.content-form input, .content-form textarea, .content-form select {
	background-color: #edeeef;	
	border: 1px solid #edeeef;
	border-radius: 0;
	color:#0056a4;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 15px; /* 14px */	
	font-style:italic;
}

.content-form input:hover, .content-form textarea:hover, .content-form select:hover,
.content-form input:focus, .content-form textarea:focus, .content-form select:focus {
	
	border-color: #0056a4;
	box-shadow: none;
}

.content-form input {
	width: 100%;
	height:50px;
}

.content-form label, .content-form input, .content-form textarea, .content-form select {
    margin-bottom: 5px;
}

.content-form label {
	display: block;
	clear: both;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 20px; /* 14px */	
	color:#232522;
}

.content-form .error {
	color: #E64141;
}

.content-form textarea, .content-form select {
	width: 100%;
	height: 150px;
}

.content-form textarea{
	resize:none;
}

.content-form input[type="file"] {
    padding: 0;
    border: none;
}

.content-form input.button {
	width: auto;
	display: inline-block;	
	cursor: pointer;
	line-height: normal;
	font-weight: bold;
	margin: 0 10px 20px 0;
	border: none; 
	color: #fff !important;
	padding: 15px 20px;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 14px;
	background:#8ecc3e;
	text-transform: uppercase;
}

#map{
	width:100%;
	height:270px;
}

/* ---------------------------------------------------------------------- */
/* Footer
/* ---------------------------------------------------------------------- */
#footer{
	background:#000;
/*	bottom: 0px; */
/*	position: absolute; */
	width:100%;
}

.block-footer h6{
	font-weight:700;
	color:#fff;
	line-height:30px;
	text-transform:uppercase;
	margin-top:40px;
}

ul.nav-bottom li.active a{
	color:#0056a4;
}

ul.nav-bottom li a{
	color:#989da4;
}

ul.nav-bottom li a:hover{
	color:#0056a4;
}

.footer-top{
	background:#313131;
}

.footer-bottom{
	color:#fff;
}

/* Button Up */
.btntoTop {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	background:#0056a4 url("../images/scroll-top.png") no-repeat center center;
	border-radius: 2px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.btntoTop.active {
	opacity: 1;
}
.btntoTop.active:hover{
	opacity: 0.8;
	background-color: #cccccc;
}

.navbar-toggle {    
    margin-top: 30px;
}

@media (max-device-width: 400px) {
	.logo{
		width:100%;
	}
}

@media (max-width: 991px) { 
	.text-feature{
		width:100%;
	}
}

@media (max-width: 1030px) {
	.text-feature-2{
		width:100%;
	}
}

#login-wrap {
	margin-bottom:10px;
/*	float:left;
	margin:40px 0 0 58px; */
}
	
#login-wrap > #loading {
	display:none;
	float:left;
	width:100%;
	height:100%;
	border-radius:5px;
	-moz-border-radius:5px;
	background-color:#fff;
	opacity:0.8;
	
}

#login-wrap form {
/*	float:left; */
}

#login-wrap form > .field {
	float:left;
	width:260px;
	text-align:right;
	margin:2px;
}

#login-wrap form > .field label {
	text-align: left;
	float:left;
	display:block;
	//margin:3px 0 5px 2px;
	width: 35%;
}

#login-wrap form > .field > input#email {
	float:left;
	width:245px;
	height:53px;
	border:1px solid #d9d9d9;
	-webkit-box-shadow:  0px -1px 0px 0px rgba(217, 217, 217, 0.7);
	box-shadow:  0px -1px 0px 0px rgba(217, 217, 217, 0.7);
	background: url("../images/input1.png") no-repeat top left;
	font-family:'Nunito', sans-serif;
	font-weight:400;
	font-size:12px;
	padding-left:50px;
	line-height:53px;
}

#login-wrap form > .field > input#password,
#login-wrap form > .field > #pass {
	float:left;
	width:245px;
	height:53px;
	border:1px solid #d9d9d9;
	-webkit-box-shadow:  0px -1px 0px 0px rgba(217, 217, 217, 0.7);
	box-shadow:  0px -1px 0px 0px rgba(217, 217, 217, 0.7);
	background: url("../images/input2.png") no-repeat top left;
	font-family:Arial;
	font-weight:400;
	font-size:12px;
	padding-left:50px;
	line-height:53px;
	color:#000;
}

/*
input {
	float:left;
	width:65%;
	height:43px;
	border:1px solid #d9d9d9;
	-webkit-box-shadow:  0px -1px 0px 0px rgba(217, 217, 217, 0.7);
	box-shadow:  0px -1px 0px 0px rgba(217, 217, 217, 0.7);
	font-family:Arial;
	font-weight:400;
	font-size:12px;
	line-height:23px;
	color:#000;
}
*/
#login-wrap form > .field > select {
	float:left;
	width:65%;
	height:43px;
	border:1px solid #d9d9d9;
	-webkit-box-shadow:  0px -1px 0px 0px rgba(217, 217, 217, 0.7);
	box-shadow:  0px -1px 0px 0px rgba(217, 217, 217, 0.7);
	font-family:Arial;
	font-weight:400;
	font-size:12px;
	padding-left:10px;
	line-height:23px;
	color:#000;
}
#login-wrap form > .field > textarea {
	float:left;
	width:65%;
	border:1px solid #d9d9d9;
	-webkit-box-shadow:  0px -1px 0px 0px rgba(217, 217, 217, 0.7);
	box-shadow:  0px -1px 0px 0px rgba(217, 217, 217, 0.7);
	font-family:Arial;
	font-weight:400;
	font-size:12px;
	padding-left:10px;
	line-height:23px;
	color:#000;
}
#login-wrap form > .field > input#toevoegen {
	padding-left:0px;
}

.forgot {
	display:inline-block;
	font-weight:300;
	font-size:13px;
	color:#3b86c4;
	text-decoration:underline;
}

#login-wrap form > .field > .remember {
	display:inline-block;
	color:#404040;
	font-weight:300;
	font-size:13px;
} 
.ui-select {
	margin-top:0px;
	margin-bottom:0px;
}
.ui-btn.ui-corner-all {
	border-radius: 0em .3125em .3125em 0em;
}
.ui-page-theme-a .ui-btn {
	background-color: #fff;
	box-shadow:none;
}
.input-group {
	margin-bottom:10px;
}
.notActive{
    color: #3276b1;
    background-color: #fff;
}
.btn-sm {
	font-size: 15px;
}
.ui-content .user-success {
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
}
.sweet-alert h2 {
	padding-top:10px;
}
