
/* Base structure */
html,
body {
    height: 100% !important;
    font-size: 17px;
    line-height: 1.4;
    font-family: "marigny",sans-serif;
	font-style: normal;
	font-weight: 400;
    color: #010101;
    background: #bad2e1;
}
/* Links */
a,
a:focus,
a:hover {
    color: #010101;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}
a:focus,
a:hover {
    /* opacity: .7; */
    text-decoration: none;
}
a {
    text-decoration: none;
}
a, .btn, button {
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}
a:hover, a:focus {
    color:#999;
}
a, a:focus, a:active, a:link, img {
    outline: none;
}
i .arrow a {
    color: #FFFFFF;
}
.blue {
    color: #bad2e1;
}
.topimage {
    margin: auto;
}
.menutext {
    font-size: 18px;
	text-transform: uppercase;
    font-family: "marigny",sans-serif;
	font-style: normal;
	font-weight: 400;
    color: #010101;
	vertical-align: top;
	position: relative;
	top: 12px;
	padding-right: 6px;
}
.backdrop {
    padding: 25px;
    border: 1px solid #CCC;
    border-radius: 6px;
    margin-bottom: 30px;
}
.closemodal {
    font-size: 46px;
}
.link {
    border-bottom: 1px solid #CCC;
}
.underline {
    border-bottom: 1px solid #FFF;
	color: #FFF;
}
.underline:hover {
    border-bottom: 1px solid #333;
	color: #333;
	transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
}
.space {
    padding-bottom: 20px;
}
.space-large {
    padding-bottom: 40px;
}
span {
    font-weight: 500;
}
.menubold {
    font-weight: 600;
}
section {
    padding: 80px 0;
}
.logos {
    	margin: auto;
	}
.fa-opacity {
    opacity: .4;
}
.size-16 { font-size: 16px; }
.size-24 { font-size: 24px; }
.size-28 { font-size: 28px; }
.size-38 { font-size: 38px; }
.size-48 { font-size: 48px; }
.size-64 { font-size: 64px; }
.size-96 { font-size: 96px; }
img {
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}
img:hover, img:focus {
    /* opacity:0.9; */
	opacity: 1;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.2;
    /* text-transform: uppercase; */
    /* font-family: "henriette",sans-serif; */
	font-family: "marigny",sans-serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0px;
}
.cover h1 {
    font-size: 36px;
	/* font-weight: 500; */
	margin-top: 40px;
    margin-bottom: 10px;
	/* font-style: italic; */
	letter-spacing: 2px;
}
h1 {
    font-size: 34px;
	margin-top: 30px;
    margin-bottom: 30px;
	line-height: 1.4;
	/* font-style: italic; */
	/* letter-spacing: 2px; */
}
h2 a, h2 a:hover,  h2 a:focus {
    text-decoration: none;
}
h2 {
    font-size: 26px;
	margin-top: 20px;
    margin-bottom: 16px;
	font-weight: 700;
	/* font-style: italic; */
	color: #010101;
}
h4 {
    font-size: 20px;
	margin-top: -10px;
    margin-bottom: 14px;
	color: #010101;
	font-weight: 700;
}
h6 {
    font-size: 20px;
	margin-top: 0px;
    margin-bottom: 0px;
}
.label, .btn, .form-control {
    border-radius: 2px;
    text-decoration: none;
}
.bianca {
    padding-left: 60px;
}
.cindy {
    padding-right: 60px;
}
@media (max-width: 767px) {
    .bianca {
		padding-left: 20px;
    }
    .cindy {
		padding-left: 20px;
    }
    .lead {
		padding-left: 0px!important;
    }
    .image {
		padding-bottom: 30px!important;
    }
    .backdrop {
		margin: 25px;
    }
}
.topblock {
    padding-top: 60px;
}
strong {
    font-weight: 700;
}
.lead {
    font-weight: 400;
	/* padding-left: 160px;
	padding-right: 160px; */
}
.leadgray {
    font-weight: 400;
	/* padding-left: 160px;
	padding-right: 160px; */
	/* font-style: italic; */
	color: #010101;
	font-size: 17px;
}
.leadnone {
    font-weight: 400;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}
.leadmiddle {
    font-weight: 400;
	padding-left: 0px;
	padding-right: 50px;
}
p {
    padding-bottom: 20px;
}
.icons {
    padding-right: 6px;
    font-size: 20px;
}
.foto {
    padding-top: 6px;
}
.fototext {
    padding-bottom: 60px;
	padding-right: 180px;
}
.fototext span{
    font-size: 26px;
	padding-top: 0px;
	margin-top: 0px;
}
.white {
    color: #fff;
}
hr {
    border-top: 2px solid #FFF;
	width: 120px;
	/* margin: auto; */
    margin: 0;
	padding-bottom: 30px;
}
.sidebar-hr {
    border-bottom: 2px solid #3ab44a;
	width: 60px;
	margin: auto;
	padding-top: 6px;
	padding-bottom: 10px;
}
.green {
    color: #379144;
}
.icon::before, .icon {
    text-decoration: none!important;
	color: #333;
}
.arrow::before, .arrow {
    text-decoration: none!important;
	color: #FFF;
}
.icon-heading {
    line-height: 96px;
}

.label-danger {
    background: #c00;
}
.thin {
    font-weight: 400;
}
@media (min-width: 1200px) {
    .fixed {
    	background-attachment: fixed !important;
	}
}
@media (max-width: 1199px) {
    .fixed {
		background-attachment: scroll !important;
		background-position: 50% 50% !important;
		background-size: contain;
    }
}
.btn-default,
.btn-default:hover,
.btn-default:focus {
    background: transparent;
}
a.border-button, a.border-button-white, .border-button, .border-button-white {
    font-size:14px;
    padding:10px 20px;
	font-family: "marigny",sans-serif;
	font-style: normal;
	font-weight: 400;
    display: inline-block;
    text-decoration: none;
    border-radius: 0px;
    text-shadow: none;
	text-transform: uppercase;
}
a.border-button, .border-button {
    border:2px solid #eee;
    color: #999999;
    margin-right: 10px;
}
a.border-button-white, .border-button-white {
    border:1px solid #FFF;
    background: #FFF;
    color: #3ab44a!important;
}
.border-button-white:hover,
.border-button-white:focus {
    opacity: 0.8;
	/* border:1px solid #FFF;
    background: transparent;
    color: #fff!important; */
}
.border-button:hover, .border-button:focus {
    color: #414141;
}

/*------------------------------------------------------------------
[Buttons]
*/

.btn {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "marigny",sans-serif;
	font-style: normal;
	font-weight: 500;
    font-size: 12px;
    border-width: 1px;
     -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
	border-radius: 6px;
    padding: 8px 24px;
	margin-right: 8px;
	margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.btn.btn-round {
    border-radius: 4px;
}

.btn.btn-circle {
    border-radius: 30px;
}

.btn:focus,
.btn.focus,
.btn.active.focus,
.btn.active:focus,
.btn:active.focus,
.btn:active:focus {
    outline: 0;
}

/* --- [Button Sizes] --- */

.btn-lg {
    padding: 12px 26px;
    font-size: 12px;
}

.btn-sm {
    padding: 9px 19px 9px;
    font-size: 11px;
}

.btn-xs {
    padding: 8px 18px 8px;
    font-size: 10px;
}

.btn-white {
    background: #FFFFFF;
}

.btn-blue {
    background: #bad2e1;
}

.site-wrapper {
    background: url(../img/home.jpg);
}
.site-wrapper-2 {
    background: url(../img/home-1.jpg);
}
.site-wrapper-3 {
    background: url(../img/home-2.jpg);
}
.site-wrapper-5 {
    background: url(../img/home-3.jpg);
}
.site-wrapper-6 {
    background: url(../img/home-4.jpg);
}
.site-wrapper-7 {
    background: url(../img/home-5.jpg);
}
.site-wrapper-8 {
    background: url(../img/home-6.jpg);
}
.site-wrapper,
.site-wrapper-2,
.site-wrapper-3,
.site-wrapper-5,
.site-wrapper-6 {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    text-align: center;
    color: #fff;
    z-index:99;
    position:relative;
    overflow:hidden;
    background-color: #1b1f23;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 0 0 60px;
    /* text-shadow: 0 1px 3px rgba(0,0,0,.5); */
}

.site-wrapper-half  {
    height: 50%;
    min-height: 50%;
}

.site-wrapper .overlay{
    z-index: 0;
}

.site-wrapper a,
#footer,
#footer a,
.site-wrapper a:hover,
.site-wrapper a:focus,
#footer a:hover,
#footer a:focus {
    color: #414141;
}
.site-wrapper-inner {
    display: table-cell;
    vertical-align: top;
    position:relative;
}
.cover-container {
    margin-right: auto;
    margin-left: auto;
}
.inner {
    padding: 30px;
}
.background-dark {
    background-color: #171717!important;
}
.background-gray {
    color: #383A44!important;
    background: #eee!important;
    text-shadow: none!important;
}

/* Forms */

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    display: inline-block;
}

button, input, textarea, select {
    font-family: "marigny",sans-serif;
	font-style: normal;
	font-weight: 300;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="radio"], input[type="checkbox"], select {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #010101;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #010101;
    outline: none;
    font-family: "marigny",sans-serif;
	font-style: normal;
	font-weight: 300;
    letter-spacing: 0px;
    padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    display: inline-block;
    width: 100%;
}

textarea {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #010101;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #010101;
    outline: none;
    font-family: "marigny",sans-serif;
	font-style: normal;
	font-weight: 300;
    letter-spacing: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 15px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    display: inline-block;
    width: 100%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #666;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #666;
}

input:placeholder, textarea:placeholder {
  color: #666;
}

@media (max-width: 768px) {
    input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="radio"], input[type="checkbox"], select {
        padding-left: 15px;
    }
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="password"]:focus, textarea:focus {
    color: #010101;
}

input, textarea, select {
    margin-bottom: 4px;
    font-family: "marigny",sans-serif;
	font-style: normal;
	font-weight: 200;
    font-size: 14px;
	border: 1px solid #010101;
	background-color: transparent;
}

input.input-sm, .input-sm {
    padding: 8px 15px;
}

textarea {
    height: 120px;
}

.textlink {
    border-bottom: 1px solid #010101;
}

.textlink:hover,
.textlink:focus {
    color: #666;
    border-bottom: 1px solid #666;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.alert {
	margin-top: 10px;
	font-size: 16px;
    padding: 20px;
}

.alert strong {
    color: #FFF;
}

.alert-danger {
    color: #fff;
    background-color: #ed2f2f;
    border-color: #ed2f2f;
	-webkit-border-radius:10px;
    border-radius: 10px;
}

.alert-success {
    color: #fff;
	background-color: #71d04b;
    border-color: #71d04b;
	-webkit-border-radius: 10px;
    border-radius: 10px;
}

label {
    color: #010101;
    font-size: 14px;
    margin-bottom: 10px;
    padding-right: 3px;
    margin-top: 6px;
    font-family: "marigny",sans-serif;
	font-style: normal;
	font-weight: 300;
}

.form-full {
    width: 100%;
}

.form-field-wrapper {
    margin-bottom: 20px;
}

.form-field-wrapper input, .form-field-wrapper textarea, .form-field-wrapper select {
    margin-bottom: 0px;
}

form .error {
    border-color: #e1534f;
}

form label.error {
    margin-bottom: 0px;
    margin-top: 3px;
    color: #e1534f;
    font-size: 12px;
    font-weight: 400;
}

.successContent, .errorContent {
    margin-bottom: 20px;
    display: none;
    text-transform: none;
    letter-spacing: 1px;
}

.checkbox-text {
	padding-left: 10px;
	padding-top: 8px;
	vertical-align: middle;
	color: #010101;
	/* font-family: "adobe-text-pro",sans-serif; */
	font-family: "marigny",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
}

.regular-checkbox {
	display: none;
	margin-top: 2px;
	margin-bottom: 16px;
	vertical-align: text-top;
}

.regular-checkbox + label {
	border: 1px solid #010101;
	background-color: transparent;
	/* box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05); */
	padding: 9px;
	border-radius: 2px;
	display: inline-block;
	position: relative;
}

.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked + label {
	border: 1px solid #010101;
	background-color: transparent;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #FFF;
}

.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 15px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #010101;
}

/* Preloader */

#preloader  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1001;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.page-loader {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9998;
}

.loader {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    background-color: transparent;
    border: 6px solid #eee;
    border-radius: 50%;
}

.loader:after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 60px;
    height: 60px;
    padding: 2px;
    border-width: 3px;
    border-style: solid;
    border-color: #45a353 transparent transparent transparent;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
            animation: ringrotate 0.8s infinite cubic-bezier(0.5, 0.49, 0.49, 0.49);
    -webkit-animation: ringrotate 0.8s infinite cubic-bezier(0.5, 0.49, 0.49, 0.49);
}

#status  {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../img/loading.gif) no-repeat center;
    margin: -100px 0 0 -100px;
}

@keyframes ringrotate {
    0% {
        -webkit-transform: rotateZ(0deg);
                transform: rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
                transform: rotateZ(360deg);
    }
}

@-webkit-keyframes ringrotate {
    0% {
        -webkit-transform: rotateZ(0deg);
                transform: rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
                transform: rotateZ(360deg);
    }
}

/* Menu */
#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
	top: -20px;
    right: 0;
    width: 300px;
    height: 120%;
    margin-right: -300px;
    overflow-y: auto;
    /* background: #282930; */
	background: #FFF;
    opacity: 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	-webkit-box-shadow: -15px 5px 5px -15px #aaa;
    box-shadow: -15px 0px 5px -15px #aaa;
}
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 300px;
    margin: 0;
    padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
    list-style: none;
}
.sidebar-nav li a {
    padding-left: 35px;
	font-size: 20px;
    line-height: 42px;
    /* text-transform: uppercase; */
	font-family: "marigny",sans-serif;
	/* font-style: italic; */
	font-weight: 500;
}
.sidebar-nav li a {
    text-decoration: none;
}
.sidebar-nav .menubold a {
    padding-left: 35px;
	font-size: 20px;
    line-height: 42px;
    /* text-transform: uppercase; */
	font-family: "marigny",sans-serif;
    /* font-style: italic; */
	font-weight: 500;
	color: #bad2e1;
}
.sidebar-nav li a,
#menu-close > .icon-close {
    color: #010101;
}
#menu-close {
    padding-right: 10px;
}
.icon-menu {
    color: #010101;
}
.sidebar-nav li a:hover {
    text-decoration: none;
    color: #bad2e1;
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
    padding: 30px 0 20px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.sidebar-nav > .sidebar-brand a {
    color: #999;
    padding-right: 0px;
}
.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
.sidebar-brand .icon {
    vertical-align: sub;
}
#menu-toggle {
    z-index: 1000;
    position: fixed;
    top: 16px;
    right: 30px;
    color: #010101;
}
#menu-close   {
margin: 0 10px;
}
#sidebar-wrapper.active {
    opacity: 1;
    right: 300px;
    width: 300px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: block;
}
.toggle {
    margin: 10px 15px 0 0;
}

/* Horizontal Nav */
.navbar-default {
    background-color: #fff;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    text-decoration: none;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #789;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.1em;
    text-decoration: none;
    opacity: 1;
}

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

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #789!important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

@media(max-width:768px) {
    .offset-top {
        padding-top: 49px;
    }
}

@media(min-width:768px) {
    .navbar-default {
        border: 0;
        background-color: transparent;
        padding: 26px 0;
    }

    .navbar-default .navbar-header .navbar-brand {
        color: #fff;
        font-size: 26px;
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(255,255,255,.7);
    }

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

    .navbar-default.affix {
        background-color: rgba(238, 238, 238, 0.9);
        padding: 12px 0;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 18px;
        color: #333;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #789;
    }

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

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

.navbar-default .navbar-toggle {
    border: 0;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-toggle .icon-bar {
    width: 28px;
    height: 3px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #789;
}

/* Header */
.masthead-nav > li,
.masthead-brand > li {
    display: inline-block;
}
.masthead-nav > li + li,
.masthead-brand > li + li {
    margin-left: 20px;
}
.masthead-nav > li > a,
.masthead-brand > li > a {
    padding-right: 0;
    padding-left: 0;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus,
.masthead-brand > li > a:hover,
.masthead-brand > li > a:focus {
    background-color: transparent;
    color:#fff;
}
.masthead a {
    text-decoration: none;
}

/* VIDEO BACKGROUND */
.video-controls {
    position: absolute;
    bottom: 0;
    right: 60px;
    z-index: 1;
    opacity: .5;
    display: none;
}
.video-controls-visible {
    display: inline;
}

.overlay, .overlay-dark {
    width:100%;
    height:100%;
    position:absolute;
    z-index: -1;
    top:0;
    left:0;
}
.overlay {
    background: rgba(0, 0, 0, 0.4);
}
.overlay-dark {
    background: rgba(0, 0, 0, 0.6);
}

/* Cover */
.cover {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
.cover .btn-lg {
    padding: 15px 50px;
    font-weight: bold;
}
.cover h1 {
    font-size: 52px;
    line-height: 56px;
    padding-bottom: 0;
	padding-top: 20px;
    margin-bottom: 0;
    /* color: #010101; */
    /* color: #bad2e1; */
}
.masthead-brand small {
    color:#ccc!important;
    margin-top: -2px;
    display: block;
    font-size: 12px;
}

#clock div {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin:0 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 60px;
}
#clock span {
    display: block;
    font-size: 72px;
    font-weight: 300;
    padding: 30px 0;
    border-bottom: 1px solid #fff;
}

@media (max-width: 768px) {
    #clock div {
        font-size: 14px;
        margin:0 15px;
    }
    #clock span {
        font-size: 42px;
        padding: 15px 0;
    }
	.leadmiddle {
    	font-weight: 200;
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media (max-width: 468px) {
    #clock div {
        font-size: 11px;
        margin:0 7px;
    }
    #clock span {
        font-size: 32px;
        padding: 5px 0;
    }
}

/* Btn and mouse */
.btn,
.btn:focus,
.btn:active,
.active {
    outline: 0;
}
.scroll-btn {
    padding: 80px 0 10px;
    width: 100%;
    display: block;
    text-align: center;
}
.scroll-btn .weel {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 40px;
    margin: 6px auto 5px;
    border: 2px solid #fff;
    border-radius: 24px;
    opacity: .6;
}
.scroll-btn .mouse {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 77px;
    margin: 0 auto 5px;
    border: 2px solid #fff;
    border-radius: 24px;
    opacity: .6;
}
.scroll-btn .weel span {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 8px;
    height: 12px;
    margin: -10px 0 0 -4px;
    background: #fff;
    border-radius: 20px;
    -webkit-animation: scroll 2s linear infinite;
    -moz-animation: scroll 2s linear infinite;
    animation: scroll 2s linear infinite;
}
@-webkit-keyframes scroll { 1% {opacity: 1; top: 30%;} 20% {opacity: 1; top: 80%;} 60% {opacity: 0; top: 80%;} 100% {opacity: 0; top: 30%;} }
@-moz-keyframes  scroll { 1% {opacity: 1; top: 30%;} 20% {opacity: 1; top: 80%;} 60% {opacity: 0; top: 80%;} 100% {opacity: 0; top: 30%;} }
@keyframes  scroll { 1% {opacity: 1; top: 30%;} 20% {opacity: 1; top: 80%;} 60% {opacity: 0; top: 80%;} 100% {opacity: 0; top: 30%;} }

/* Coaching */
#coaching {
    background:#fff;
}
#coaching .icon {
    display: block;
}
#privacy {
    background:#F5F5F5;
}

/* Action */
section#action,
section#action-transparent {
    padding: 40px 0;
}

#action,
#action-parallax-1,
#action-parallax-2,
#action-parallax-3,
#action-parallax-4,
#action-parallax-5,
#action-parallax-6
#action-parallax-7 {
    background: #1b1f23;
}
#action,
#action-parallax-1,
#action-parallax-2,
#action-parallax-3,
#action-parallax-4,
#action-parallax-5,
#action-parallax-6,
#action-parallax-7,
#action-transparent,
#action a,
#action-parallax-1 a,
#action-parallax-2 a,
#action-parallax-3 a,
#action-parallax-4 a,
#action-parallax-5 a,
#action-parallax-6 a,
#action-parallax-7 a,
#action-transparent a {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
}
#action-parallax-1,
#action-parallax-2,
#action-parallax-3,
#action-parallax-4,
#action-parallax-5,
#action-parallax-6,
#action-parallax-7,
#action-transparent {
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 999;
    background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
#action-parallax-1 {
    background-image: url(../img/call-1.jpg);
}
#action-parallax-2 {
    background-image: url(../img/call-2.jpg);
}
#action-parallax-3 {
    background-image: url(../img/call-3.jpg);
}
#action-parallax-4 {
    background-image: url(../img/call-4.jpg);
}
#action-parallax-5 {
    background-image: url(../img/call-5.jpg);
}
#action-parallax-6 {
    background-image: url(../img/call-6.jpg);
}
#action-parallax-7 {
    background-image: url(../img/call-7.jpg);
}

#action-parallax-1 {
    padding: 140px 0;
}

#action-parallax-2 {
    padding: 80px 0;
}

#action-transparent {
    background: #1b1f23;
}
#action-transparent {
    background: #1b1f23;
}
#action-transparent .overlay-dark {
    z-index: 0;
}
#action-transparent .icon-heading {
    line-height: 1px;
    padding-top: 30px;
    display: block;
}

/* Numscroller */
span.numscroller {
    display: block;
    font-size: 68px;
    font-weight: 300;
}

/* Demo */
#demo {
    background: #f2f2f2;
    color: #1b1f23;
}
#demo a {
    color: #1b1f23;
}

/* Loopbaan */

#loopbaan {
    /* background:#F5F5F5; */
    /* overflow: hidden;
	background: #F5F5F5 url(../img/background.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover; */
}
#loopbaan .icon {
    display: block;
}

/* Stress */

#stress {
    background:#FFF;
    overflow: hidden;
}
#stress .icon {
    display: block;
}

/* Portfolio */
#portfolio {
    background: #eee;
}

.portfolio-item .portfolio-link {
    display: block;
    position: relative;
}
.portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.portfolio-item .portfolio-link .caption:hover,
#portfolio img:hover,
#portfolio img:focus,
a.portfolio-link:focus,
a.portfolio-link:hover {
    opacity:1!important;
    left: 0px;
}

.portfolio-item .portfolio-link:hover {
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    bottom: 0;
    left:0;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    padding: 30px;
    text-align: left;
}
.portfolio-item .portfolio-link .caption .caption-content .icon {
    display: block;
    font-size: 36px;
    line-height: 46px;
    opacity: 0.5;
}

.portfolio-item {
    overflow: hidden;
}

.portfolio-modal .modal-content {
    padding: 80px 0;
    min-height: 100%;
    min-width: 102%;
    border: 0;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 26px;
}

.portfolio-modal .modal-content img,
.portfolio-modal .embed-responsive {
    margin-bottom: 30px;
    width: 100%;
}

.portfolio-modal .close-modal,
.portfolio-modal .backgrid  {
    position: absolute;
    top: 0;
    cursor: pointer;
    color: #000;
    opacity: 0.5;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    line-height: 96px;
}
.portfolio-modal .close-modal {
    right: 60px;
}
.portfolio-modal .backgrid {
    left: 40px;
}

.portfolio-modal button {
margin-top: 20px;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}
.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

.modal-content h2 {
    /* font-weight: 300; */
}

.no-pad {
    padding: 0;
}

/* Pricing */
#pricing {
    background: #eee;
    color: #1B1F23;
}
.price {
    background: rgba(100,100,100,.1);
    padding: 20px 20px 40px;
    margin: 20px 0 50px;
    border-right: 4px solid #eee;
    font-size: 14px;
}
.price h2 {
    font-size: 25px;
}
.number {
    font-size: 50px;
    font-weight: 300;
    padding: 20px 0;
}
.price .list-group-item {
    position: relative;
    display: block;
    padding: 5px 0;
    background-color: transparent;
    border: 0;
}
.price .label-danger {
    padding: 10px 20px;
    display: inline-block;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.featured {
    border: 0;
    padding: 20px 20px 50px;
    -webkit-box-shadow: 0 0 30px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 30px 5px rgba(0,0,0,.5);
    box-shadow: 0 0 30px 5px rgba(0,0,0,.5);
}
#studiekeuze {
    /* background:#F5F5F5; */
	background: #FFFFFF;
    overflow: hidden;
	/* background: #F5F5F5 url(../img/background.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover; */
}
#groeien {
    /* background:#F5F5F5; */
    overflow: hidden;
	/* background: #F5F5F5 url(../img/background.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover; */
}
#persoonlijk {
    /* background:#F5F5F5; */
	background: #FFFFFF;
    overflow: hidden;
	/* background: #F5F5F5 url(../img/background.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover; */
}
#referenties {
    /* background:#F5F5F5; */
    overflow: hidden;
	/* background: #F5F5F5 url(../img/background.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover; */
}
#loopbaan {
    /* background:#F5F5F5; */
    overflow: hidden;
	/* background: #F5F5F5 url(../img/background.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover; */
}
#loopbaan .icon {
    display: block;
}

/* sponsor */
#sponsor {
    padding: 30px 0;
    background: #f2f2f2;
}
.sponsor img {
    max-width: 170px;
    max-height: 100px;
    vertical-align: middle;
}

/* testimonials */
#testimonials {
    background: #1b1f23;
    color: #fff;
}
#testimonials .carousel-inner {
    text-align: center;
}
#testimonials .carousel-inner img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: inline-block!important;
    margin-top: 20px;
}
#testimonials .carousel-caption {
    position: static;
    text-shadow: none;
    font-size: 20px;
}
#testimonials .carousel-indicators .active, #testimonials .carousel-indicators li  {
    width: 16px;
    height: 16px;
    margin: 0 5px -50px;
}
#testimonials .carousel-name {
    font-style: italic;
    font-weight: 300;
    color: #999;
    display: block;
    padding-top: 20px;
}
#testimonials .carousel-indicators li {
    background-color: #999;
    border: 0;
}
#testimonials .carousel-indicators .active  {
     background-color: #eee;
 }
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

#zorgverleners {
    background: #F5F5F5;
}

/* contact */
#contact {
    /* background:#fff; */
	/* background: url(../img/contact.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover; */
	/* background: #bad2e1; */
    background: #F5F5F5;
    /* background: -moz-linear-gradient(left, #3ca840 0%, #007c5b 100%);
    background: -webkit-linear-gradient(left, #3ca840 0%,#007c5b 100%);
    background: linear-gradient(to right, #3ca840 0%,#007c5b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ca840', endColorstr='#007c5b',GradientType=1 ); */
}
#contact .lead {
    color: #010101;
}
#contact h2 {
    color: #010101;
}
#contact hr {
    border-top: 2px solid #010101;
}
#contact .leadcontact {
    color: #010101;
	font-family: 'Philosopher', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	padding-bottom: 50px;
}

#contact .leadcontact span {
    color: #010101;
	font-family: 'Philosopher', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
}

/* Footer */
#footer {
    position: relative;
    z-index: 999;
    overflow: hidden;
    background: #bad2e1;
	font-weight: 400;
	padding-bottom: 60px;
}
#footer,
#footer h3,
.masthead-brand {
    font-weight: 500;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#footer p {
	font-family: 'marigny', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	padding-bottom: 6px;
}
#footer span {
	font-family: 'marigny', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #94070a;
}
#footer .list-inline {
    margin-top: 15px;
}
#footer .subfooter {
	font-family: "marigny",sans-serif;
	font-style: normal;
	font-weight: 400;
    font-size: 13px;
	padding-top: 30px;
	padding-bottom: 30px;
}

/* Map */
#map {
    width: 100%;
    height: 300px;
    /* border-top: 1px solid #ddd; */
    /* border-bottom: 1px solid #ddd; */
}

@media(min-width:768px) {
    .masthead-brand {
        float: left;
    }
    .masthead-nav {
        float: right;
        padding-right: 90px;
    }
    .masthead-nav.no-pad-right {
        padding-right: 0;
    }
    #map {
        height: 400px;
    }
    .masthead {
        position: absolute;
        top: 0;
    }
    .cover-container {
        padding-top: 0px;
    }
    .mastfoot {
        /*
        position: absolute;
        bottom: 0;
*/
    }
    .site-wrapper-inner {
        vertical-align: middle;
    }
    .masthead,
    .mastfoot,
    .cover-container {
        width: 100%;
    }
    .lead {
        font-size: 17px;
        line-height: 1.4;
		font-weight: 400;
    }
    .cover h1.classic {
        font-size: 100px;
    }
}

@media(max-width:768px) {
    .lead {
        padding-left: 20px;
		padding-right: 20px;
    }
}

@media (min-width: 992px) {
    .mastfoot,
    .cover-container {
        max-width: 800px;
    }
    .masthead {
        max-width: 100%;
    }
    .carousel-indicators {
        text-align: left;
        padding-left: 40px;
    }
    #testimonials .carousel-inner img {
        float: left;
    }
    #testimonials .carousel-caption {
        text-align: left;
        padding-left: 40px;
        overflow: hidden;
    }
    .carousel-indicators {
        bottom: 50px;
        padding-left: 90px;
    }
}


@media (max-width: 1440px) {

}

@media (max-width: 1200px) {
    section {
        padding: 50px 0;
    }
}
@media (max-width: 992px) {
    .cover h1 {
        font-size: 38px;
    }
	h1 {
        font-size: 36px;
    }
    .price h2 {
        font-size: 20px;
    }
    #contact {
        text-align: center
    }
    h3 {
        font-size: 28px;
        margin-top: 10px;
        margin-bottom: 8px;
    }
	.lead {
    	font-size: 17px;
        line-height: 1.4;
		font-weight: 400;
		/* padding-left: 60px;
		padding-right: 60px; */
	}
	.leadgray {
		padding-left: 60px;
		padding-right: 60px;
	}
	.leadmiddle {
    	font-weight: 200;
		padding-left: 0px;
		padding-right: 20px;
	}
	.subfooter {
		padding-bottom: 60px;
	}
}
@media (max-width: 768px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
	p {
    	font-weight: 400;
		font-size: 19px;
	}
	.fototext {
    	font-weight: 400;
		font-size: 19px;
	}
	.lead {
    	font-weight: 400;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 19px;
	}
	.leadgray {
    	font-weight: 400;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 19px;
	}
	.cover {
        padding-top: 120px;
    }
    .cover h1 {
        font-size: 36px;
    }
    .inner {
        padding: 15px 15px 0;
    }
    .inner2 {
        padding: 70px 15px 15px;
    }
    #menu-toggle {
        top: 12px;
        right: 20px;
    }
    .toggle {
        margin: 0;
    }
    .featured {
        border: 1px solid #ccc;
        padding: 20px 20px 50px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .price {
        margin: 20px 20px 50px;
        border: 1px solid #ccc;
    }
    span.numscroller {
        line-height: 70px;
    }
	#footer {
    	position: relative;
    	z-index: 999;
    	overflow: hidden;
    	background: #FFFFFF url(../img/footer-phone.jpg) no-repeat bottom center;
		/* background: #FFFFFF; */
    	-webkit-background-size: cover;
    	-moz-background-size: cover;
    	background-size: cover;
		padding-bottom: 30px;
	}
	.subfooter {
		padding-bottom: 40px;
	}
	.fototext {
    	padding-bottom: 30px;
		padding-right: 0px;
		padding-top: 30px;
	}
	.fotophone {
    	margin: auto;
	}
	.vragen {
    	padding-top: 30px;
		padding-bottom: 0px;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.fototext {
    	padding-bottom: 60px;
		padding-right: 0px;
		padding-top: 0px;
	}
	.vragen {
    	padding-top: 30px;
		padding-bottom: 0px;
		padding-left: 160px;
		padding-right: 160px;
	}
}
@media (min-width: 1700px) and (max-width: 4200px) {
	#footer {
    	/* background: #FFFFFF url(../img/footer-large.jpg) no-repeat bottom center;
    	-webkit-background-size: cover;
    	-moz-background-size: cover;
    	background-size: cover; */
		font-weight: 400;
		padding-bottom: 60px;
	}
	.lead {
    	font-weight: 400;
		/* padding-left: 320px;
		padding-right: 320px; */
	}
	#action-parallax-1, #action-parallax-2 {
    	padding: 120px 0;
	}
}

/*!------------------------------------------------------------------
[Preloader]
*/

.page-loader{
	background:#bad2e1;
	position:fixed;
	top:0;
	bottom:0;
	right:0;
	left:0;
	z-index:9998;
}

.loader{
	position:absolute;
	width:80px;
	height:80px;
	top:50%;
	left:50%;
	margin:-30px 0 0 -30px;
	text-indent:-9999em;
	background-color:transparent;
	border:5px solid #bad2e1;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}

.loader:after{
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:80px;
	height:80px;
	padding:2px;
	border-width:3px;
	border-style:solid;
	border-color:#010101 transparent transparent transparent;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	animation:ringrotate .8s infinite cubic-bezier(0.5, 0.49, 0.49, 0.49);
	-webkit-animation:ringrotate .8s infinite cubic-bezier(0.5, 0.49, 0.49, 0.49);
}

@keyframes ringrotate{

	0%{
		-webkit-transform:rotateZ(0deg);
		-moz-transform:rotateZ(0deg);
		-o-transform:rotateZ(0deg);
		transform:rotateZ(0deg);
	}

	100%{
		-webkit-transform:rotateZ(360deg);
		-moz-transform:rotateZ(360deg);
		-o-transform:rotateZ(360deg);
		transform:rotateZ(360deg);
	}

}

@-webkit-keyframes ringrotate{

	0%{
		-webkit-transform:rotateZ(0deg);
		-moz-transform:rotateZ(0deg);
		-o-transform:rotateZ(0deg);
		transform:rotateZ(0deg);
	}

	100%{
		-webkit-transform:rotateZ(360deg);
		-moz-transform:rotateZ(360deg);
		-o-transform:rotateZ(360deg);
		transform:rotateZ(360deg);
	}

}

/* CONTACT FORM ALERTS */

.form-group.error .form-label, .form-group.error .help-block, .form-group.error .help-inline, .form-group.error ::placeholder, .form-group.error .checkbox-text, .form-group.error .textlink, 
.form-group.error .contain {
	color: #ed2f2f;
}
.form-group.error .links, .form-group.error .textlink {
	color: #ed2f2f;
	border-bottom: 1px solid #ed2f2f;
}
.form-group.error .regular-checkbox, .form-group.error .radio, .form-group.error input, .form-group.error select.contactselect, .form-group.error .contactselect, .form-group.error textarea, .form-group.error checkbox {
	color: #ed2f2f;
}
.form-group.error input, .form-group.error select.contactselect, .form-group.error .contactselect, .form-group.error textarea {
	/* border-color: #b94a48;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); */
	/* background-color: #FFFFFF; */
	/* border-color: rgba(237, 47, 47, 0.9); */
	border-top: 1px solid rgba(237, 47, 47, 0.9);
	border-left: 1px solid rgba(237, 47, 47, 0.9);
	border-right: 1px solid rgba(237, 47, 47, 0.9);
    border-bottom: 1px solid rgba(237, 47, 47, 0.9);
	outline: 0;
	outline: thin dotted \9;
	/* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(149, 59, 57,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(149, 59, 57,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(149, 59, 57,.6); */
}
.form-group.error checkbox, .form-group.error .regular-checkbox, .form-group.error .checkmark {
	/* border-color: #b94a48;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); */
	/* background-color: #FFFFFF; */
	/* border-color: rgba(237, 47, 47, 0.9); */
	border-top: 1px solid rgba(237, 47, 47, 0.9);
	border-left: 1px solid rgba(237, 47, 47, 0.9);
	border-right: 1px solid rgba(237, 47, 47, 0.9);
    border-bottom: 1px solid rgba(237, 47, 47, 0.9);
	outline: 0;
	outline: thin dotted \9;
	/* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(149, 59, 57,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(149, 59, 57,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(149, 59, 57,.6); */
}
.form-group.error input:focus, .form-group.error select:focus, .form-group.error textarea:focus, .form-group.error checkbox:focus, .form-group.error .contactselect:focus {
	/* border-color: #953b39;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; */
	/* background-color: #FFFFFF; */
	/* border-color: rgba(237, 47, 47, 0.9); */
	border-top: 1px solid rgba(237, 47, 47, 0.9);
	border-left: 1px solid rgba(237, 47, 47, 0.9);
	border-right: 1px solid rgba(237, 47, 47, 0.9);
    border-bottom: 1px solid rgba(237, 47, 47, 0.9);
	outline: 0;
	outline: thin dotted \9;
	/* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(149, 59, 57,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(149, 59, 57,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(149, 59, 57,.6); */
}
.form-group.error .input-prepend .add-on, .form-group.error .input-append .add-on {
	color: #a94442;
	background-color: #FFFFFF;
	border-color: rgba(153, 204, 51, 0.8);
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus, .form-group checkbox:focus {
	/* border-color: #953b39;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; */
	/* border-color: rgba(27, 27, 27, 0.8); */
	/* border-color: #CCCCCC; */
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
	outline: 0;
	outline: thin dotted \9;
	/* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(153, 204, 51,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(153, 204, 51,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(153, 204, 51,.6); */
}

.checkbox-text {
	padding-left: 10px;
	vertical-align: top;
	color: #010101;
	/* font-family: 'rooney-sans', sans-serif; */
	/* font-family: "lato", sans-serif; */
	font-style: normal;
	font-weight:400;
}

.hidden {
	display:none !important;
}

/* Modals */

.portfolio-modal .modal-content {
    padding: 80px 0;
    min-height: 100%;
    min-width: 102%;
    border: 0;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
	background-color: transparent;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 35px;
	line-height: 39px;
	margin-bottom: 20px;
	/* text-transform: uppercase; */
}

.portfolio-modal .modal-content h2 span {
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
	text-transform: lowercase;
}

.portfolio-modal .modal-content p {
	padding-bottom: 10px;
}

.portfolio-modal .modal-content img,
.portfolio-modal .embed-responsive {
    margin-bottom: 30px;
    width: 100%;
}

.portfolio-modal .close-modal,
.portfolio-modal .backgrid  {
    position: absolute;
    top: 0;
    cursor: pointer;
    color: #484848;
    opacity: 0.9;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    line-height: 96px;
}
.portfolio-modal .close-modal {
    right: 60px;
}
.portfolio-modal .backgrid {
    left: 40px;
}

.portfolio-modal button {
	margin-top: 20px;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}
.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

.portfolio-modal .backimage  {
    position: absolute;
	width: 700px;
    top: 160px;
	right: 10%;
    cursor: pointer;
    opacity: 0.4;
    /* -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    line-height: 96px; */
}

.no-pad {
    padding: 0;
}
.portfolio-modal .modal-link {
    font-weight: 500;
	font-size: 18px;
}

#ortho4you-modal {
    background: #FFF;
}

#tonia-modal {
    background: #FFF;
}

#tonia-extra-modal {
    background: #FFF;
}

#an-1-modal {
    background: #FFF;
}

#an-2-modal {
    background: #FFF;
}

#an-3-modal {
    background: #FFF;
}

#an-4-modal {
    background: #FFF;
}

#annakin-modal {
    background: #FFF;
}

#annelies-modal {
    background: #FFF;
}

#nicky-1-modal {
    background: #FFF;
}

#nicky-2-modal {
    background: #FFF;
}

#marjan-modal {
    background: #FFF;
}

#katrin-modal {
    background: #FFF;
}

#zorgpunt-modal {
    background: #FFF;
}

#kine-modal {
    background: #FFF;
}

#elien-modal {
    background: #FFF;
}

#idewe-modal {
    background: #FFF;
}

#liesbet-modal {
    background: #FFF;
}

#yentl-modal {
    background: #FFF;
}

#professionals-modal {
    background: #FFF;
}

