html,
body {
   margin: 0;
   padding: 0;
   height: 100%;
}

body {
    color: #484848;
    font-size: 13px;
    font-family: helvetica, arial, sans-serif;
    line-height: 22px;
}

/* DEFAULT STYLES */

a {
    color: #009ee1;
    font-weight: bold;
    outline: 0;
}

p {
    margin-bottom: 20px;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #60cae4;
    font-weight: 700;
    text-transform: uppercase;
}

h1 { font-size: 24px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 24px;
    /*margin-top: 20px;*/
}

.rounded {
    -webkit-border-radius: 10px; /* Safari, Chrome */
       -moz-border-radius: 10px; /* Firefox */
            border-radius: 10px; /* CSS3 */
}

.shadow {
	-webkit-box-shadow: 0px 0px 10px #666;
	   -moz-box-shadow: 0px 0px 10px #666;
	        box-shadow: 0px 0px 10px #666;
}

.wrapper {
   min-height: 100%;
   position: relative;
}

.btn-blue {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #3397B0;
	*background-color: #3397B0;
	background-image: -moz-linear-gradient(top, #60CAE4, #3397B0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#60CAE4), to(#3397B0));
	background-image: -webkit-linear-gradient(top, #60CAE4, #3397B0);
	background-image: -o-linear-gradient(top, #60CAE4, #3397B0);
	background-image: linear-gradient(to bottom, #60CAE4, #3397B0);
	background-repeat: repeat-x;
	border-color: #3397B0;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60CAE4', endColorstr='#3397B0', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus,
.btn-blue.active,
.btn-blue.disabled,
.btn-blue[disabled] {
	color: #FFFFFF;
	background-color: #3397B0;
	*background-color: #003bb3;
}

.btn-orange {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #ff9b00;
	*background-color: #ff9b00;
	background-image: -moz-linear-gradient(top, #FF9B00, #ff9b00);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FF9B00), to(#ff9b00));
	background-image: -webkit-linear-gradient(top, #FF9B00, #ff9b00);
	background-image: -o-linear-gradient(top, #FF9B00, #ff9b00);
	background-image: linear-gradient(to bottom, #FF9B00, #ff9b00);
	background-repeat: repeat-x;
	border-color: #ff9b00;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9B00', endColorstr='#ff9b00', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-orange:hover,
.btn-orange:active,
.btn-orange.active,
.btn-orange:focus,
.btn-orange.disabled,
.btn-orange[disabled] {
	color: #FFFFFF;
	background-color: #ff9b00;
	*background-color: #003bb3;
}

/* HEADER */

header {
    height: 100px;
    z-index: 9999;
    position: relative;
}

header .container {
    /*padding-top: 110px;*/
}

header .row-fluid div {
    height: 100px;
}

header ul.menu {
    float: right;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

header ul.menu li {
    float: left;
}

header ul.menu li a {
    font-family: 'Open Sans Condensed', sans-serif;
    padding: 0px 10px;
    height: 96px;
    line-height: 90px;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #696a6c;
    border-top: 4px solid transparent;
    text-decoration: none;
}

header ul.menu li a:hover {
    border-color: #60cae4;
    color: #60cae4;
}

header ul.menu li.current-menu-item a {
    border-color: #60cae4;
    color: #60cae4;
}

header .logo {
    margin: 20px 0px;
}

header .logo img {
    height: 75px;
    padding: 10px 0px;
}


/* SLIDER / CONTACT */

.slider-container,
.contact-map-container {
    /*max-width: 1400px;*/
    min-width: 940px;
    overflow: hidden;
    margin: 0px auto;
    width: 100%;
    height: 450px;
    background: #fff;
    z-index: 1;
    position: relative;
}

.slider-container > div {
    margin: 0px auto;
}

.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
    background: #fff !important;
}

.contact-map-container img {
    max-width: none !important;
}

.home-slider-container {
    width: 100%;
    height: 240px;
    margin: 0px;
    padding: 40px 0px;
}

.home-slider-container .container {
    position: relative;
}

.home-slider-container h3 {
    position: absolute;
    top: 90px;
    font-size: 32px !important;
}

.slider-container h1,
.slider-container h2,
.slider-container h3,
.slider-container h4,
.slider-container h5,
.slider-container h6 {
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 36px;
    font-style: italic;
    font-weight: 300;
    text-shadow: 2px 2px 5px #000;
}

.slider-container h4,
.slider-container h5,
.slider-container h6 {
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    text-shadow: 1px 1px 6px #000;
}

.slider-container .container {
    text-align: left;
}

/* BODY */

.body {
    padding: 30px 0px;
    position: relative;
    z-index: 9999;
}

.body p {
    font-size: 12px;
}

.body span {
    color: #5abdd5;
    font-weight: bold;
}

.body ol,
.body ul,
.body ul.wide li,
.body ol.wide li {
    margin-bottom: 20px;
}

.body ul,
.body ol {
    margin-left: 30px;
}

.body ul li ul,
.body ol li ol{
    margin-bottom: 0px;
}

.body li {
    line-height: 22px;
    padding-left: 10px;
}

.body ul.massage-list a {
    font-weight: normal;
}

.body a.read-more {
    color: #f36f21;
    font-weight: bold;
}

.body h1 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.body h2 {
    margin-top: 30px;
    font-size: 18px;
}

.body table.price {
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    width: 95%;
}

.body table.price thead td {
    font-weight: normal;
}

.body table.price td:last-child {
    text-align: right;
}

.body .price.text-left td:last-child {
    text-align: left;
}


.body table.price .normal {
    margin-bottom: 0px;
    font-weight: normal
}

table.address {
    width: 100%;
    line-height: 26px;
    margin-bottom: 20px;
}

table.address i.icon {
    display: block;
    float: left;
    width: 30px;
    margin-top: 6px;
}


/* CONTACT */
.form-horizontal {
      padding-top: 20px;
}
.form-horizontal .control-label {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    width: 100px;
    font-family: 'Open Sans Condensed', sans-serif;
}

.form-horizontal .controls {
    margin-left: 120px;
}

.form-horizontal input {
    width: 306px;
    font-size: 13px;
}

.form-horizontal input.btn {
    width: 322px;
}

.form-horizontal textarea {
    width: 306px;
    font-size: 13px;
}

/* CONTACT - ERROR MESSAGES */

span.wpcf7-not-valid-tip {
	top: -6px !important;
	left: 338px !important;
	background: rgb(51, 151, 176) transparent !important; /* default fallback */
	background: rgba(51, 151, 176, 0.8) !important;       /* nice browsers */
	border:0px !important;
	color: #fff !important;
	padding: 2px 6px !important;
	width: 230px !important;
}

span.wpcf7-not-valid-tip:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

span.wpcf7-not-valid-tip:after {
    border-color: rgba(51, 151, 176, 0);
    border-right-color: rgba(51, 151, 176, 0.8);
    border-width: 6px;
    top: 50%;
    margin-top: -6px;
}

/* error field tips for span8 */
.span8 span.wpcf7-not-valid-tip {
    left: 340px !important;
}

/* general error message */
div.wpcf7-response-output {
    margin: 2em 0 0 120px !important;
}

div.wpcf7-validation-errors {
    border: 2px solid #f10089 !important;
    background: #fdeff3 !important;
}

/* succes message */

div.wpcf7-mail-sent-ok {
    border: 2px solid #9cf117 !important;
    background: #d2f1a1 !important;
}




/* SUB-FOOTER */

.sub-footer {
    background: url(../img/sub-footer.png) top center no-repeat #31a3bd;
    min-height: 90px;
    padding-top: 120px;
}

/* FOOTER */

footer {
    bottom: 0;
    width: 100%;
    /*min-height: 150px;*/   /* Height of the footer */
    background: #696a6c;
    position: relative;
    z-index: 1;
    padding: 20px 0px;
}

footer .container {
    color: #ccc;
    line-height: 30px;
}

footer .container a {
    color: #ccc;
    text-decoration: none;
}

footer .container a:hover {
    color: #ddd;
    text-decoration: underline;
}

footer .phone, header .phone {
    color: #fff;
    font-size: 20px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 600;
}

footer ul {
    padding: 0px;
    margin: 10px 0;
    list-style-type: none;
}

footer ul li {
    float: left;
    font-family: 'Open Sans Condensed', sans-serif;
    padding: 0px 7px;
    height: 18px;
    line-height: 18px;
    border-right: 1px solid #999;
    font-size: 13px;
    font-weight: 600;
    color: #ccc;
}

footer ul li:last-child {
    border-right: 0px;
    padding-right: 0px;
}

.contact-gegevens p
{
  font-size: 14px !important;
}

/****************** INTRO ******************/

body#intro {
    background: url(../img/intro-background.jpg) top center no-repeat;
}

body#intro .wrapper {
    padding-bottom: 0;
    padding-top: 550px;
    min-height: 0px;
}

body#intro .wrapper .btn {
    margin-top: 15px;
}

body#intro .wrapper .span6.text-right a {
    margin-right: 15px;
}

body#intro .wrapper .span6.text-left a {
    margin-left: 15px;
}

body#intro .intro-content {
    margin: 40px auto;
    width: 600px;
    color: #666;   
}
