/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: FLATTY - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */

body {
  background-color: #f2f2f2;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #333;
}

h1 {
	font-size: 40px;
}

h3 {
	color: #95a5a6;
	font-weight: 400;
}

h4 {
	color: #95a5a6;
	font-weight: 400;
	font-size: 20px;
}

/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
    font-size: 16px;
}

.centered {
    text-align: center !important;
}

/* Links */
a {
    color: #3498db;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.navbar-default {
	background-color:rgba(0,0,0,0.5);
	border-color: transparent;
}

.navbar-default .navbar-brand {
	color: white;
}

.navbar-default .navbar-nav > li > a {
	color: white;
}

/* Helpers */

.mt {
	margin-top: 40px;
	margin-bottom: 40px;
}

.form-control {
	height: 42px;
	font-size: 18px;
	width: 280px;
}

i {
	margin: 8px;
	color: #3498db; 
}


/* HeaderWrap */
#headerwrap {
	background: url(../img/bg01.jpg) no-repeat center top;
	background-color: #333;
	margin-top: -20px;
	padding-top:70px;
	background-attachment: relative;
	background-position: center center;
	min-height: 300px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
	margin-top: 60px;
	margin-bottom: 15px;
	color: white;
	font-size: 45px;
	font-weight: 300;
	letter-spacing: 1px;
    text-align: center;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ff9600;
}

/* Callout */
.bs-callout {
    padding: 10px 20px 14px 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 10px;
    border-radius: 10px;
    background-color: #fff;

}

.bs-callout-available {
    border-left-color: #5cb85c ;
}

.bs-callout-taken {
    border-left-color: #d9534f  ;
}

.bs-callout h3 {
    font-weight: 600;
   /* font-size: 40px;*/
    margin: -5px 0px 0px 0px;
    color:#333;
 font-size: 30px ipv 40px;
}

.bs-callout h4 {
    margin:0;
}

.dmrg {
   /* margin-top:-50px;*/
margin-top:-42px;
}

.home-content {
	margin-top: 20px;
	display: table;
	margin-left: auto;
     	margin-right: auto;
    	padding-left: 15px;
    	padding-right: 15px;
	width: 1170px;
}
#cart {
	color: #FF6600;
}
.btn-inactive {
background-color: #8eea8e;
    border-color: #8eea8e;
    color: #ffffff;
}




/*prijzen*/
.textNormal {
    color: #666;
    font-size: 14px;
}
#domein-tab td {
    vertical-align: top !important;
    padding: 5px;
}

/*Contact*/
.contact {
	margin-top: 30px;
	float: left;
}
.contact-form {
	float: left;
    margin-top: 30px;
    max-width: 100%;
    min-width: 70%;
}


