
/* Base structure */
html,
body {
    height: 100% !important;
    font-size: 16px;
	line-height: 18px;
    font-family: "proxima-nova", sans-serif;
	font-weight: 300;
	font-style: normal;
    color: #323D47;
	/* background: #262626; */
	background: #323D47;
}
.white {
    color: #FFFFFF!important;
}
.coverimage {
    margin-left: -20px;
	padding-top: 14px;
}
.covertext {
    padding-left: 40px;
}
/* Links */
a,
a:focus,
a:hover {
    color: #FFFFFF;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}
a:focus,
a:hover {
    opacity: .7;
    text-decoration: none;
	outline: 0;
}
a {
    text-decoration: none;
}
a, .btn, button {
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}
a:hover, a:focus {
    color:#999;
}
section {
    padding: 100px 0;
}
.blue {
    background: #323D47;
}
.underline {
	color: #323D47;
    border-bottom: 1px solid #323D47;
}
.underline:hover {
    color: #666;
    border-bottom: 1px solid #666;
}
.fa-opacity {
    opacity: .4;
}
.size-28 { font-size: 28px; }
.size-38 { font-size: 38px; }
.size-54 { font-size: 54px; }
.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;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.6;
	font-family: "proxima-nova", sans-serif;
    /* text-transform: uppercase; */
    font-weight: 700;
	color: #323D47;
}
h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h2 a, h2 a:hover,  h2 a:focus {
    text-decoration: none;
}
h2 {
    font-size: 35px;
	line-height: 39px;
	margin-bottom: 20px;
}
h3 {
    font-size: 22px;
	line-height: 28px;
	padding-bottom: 0px;
	margin-bottom: 4px;
	margin-top: 0px;
	font-weight: 600;
	/* text-transform: uppercase; */
	color: #FFFFFF!important;
}
.coming {
    padding-top: 80px;
}
.modaltexttitle {
    font-size: 36px;
	line-height: 30px;
	letter-spacing: 2px;
	padding-bottom: 0px;
	margin-bottom: 4px;
	margin-top: 0px;
	font-weight: 600;
	text-transform: uppercase;
	color: #323D47;
}
.modaltextsubtitle {
    font-size: 24px;
	line-height: 30px;
	letter-spacing: 8px;
	padding-bottom: 0px;
	margin-bottom: 4px;
	margin-top: 0px;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFFFFF;
}

@media (max-width: 768px) {
    .modaltexttitle {
        font-size: 30px;
		line-height: 28px;
    }
	.modaltextsubtitle {
        font-size: 22px;
		line-height: 28px;
    }
}
.modaltextsubsubtitle {
    font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #323D47;
}
h4 {
    color: #FFFFFF;
	font-weight: 400;
}
.label, .btn, .form-control {
    border-radius: 2px;
    text-decoration: none;
}
p {
    padding-bottom: 20px;
}
.covertoplead {
    font-weight: 500;
    font-size: 20px;
	line-height: 26px;
	padding-left: 0px;
	padding-right: 36px;
}
.coverlead {
    font-weight: 300;
    font-size: 18px;
	line-height: 26px;
	padding-left: 0px;
	padding-right: 36px;
}
.lead {
    font-weight: 300;
    font-size: 18px;
	line-height: 24px;
	padding-left: 0px;
	padding-right: 0px;
}
.quotelead {
    font-weight: 300;
    font-size: 24px;
	line-height: 26px;
	padding-left: 0px;
	padding-right: 0px;
	font-style: italic;
}
.leadextra {
    font-weight: 300;
    font-size: 16px;
	padding-left: 120px;
	padding-right: 120px;
}
@media(max-width:991px) {
    .leadextra  {
        padding-left: 25px;
		padding-right: 25px;
    }
}
.leadwhite {
    font-weight: 300;
    font-size: 16px;
	padding-left: 60px;
	padding-right: 60px;
	color: #CCCCCC!important;
}
@media (max-width: 768px) {
    .leadwhite {
        padding-left: 20px;
		padding-right: 20px;
    }
}
.leadmodal {
    font-weight: 300;
    font-size: 16px;
	padding-left: 60px;
	padding-right: 60px;
}
.leadmodaltop {
    font-weight: 300;
    font-size: 16px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 20px;
}
@media (max-width: 768px) {
    .leadmodaltop {
        padding-left: 20px;
		padding-right: 20px;
    }
}
.leadblock {
    font-weight: 400;
    font-size: 18px;
	padding-left: 20px;
	padding-right: 20px;
	letter-spacing: 4px;
}
.infolink {
    font-weight: 500;
    font-size: 12px;
	color: #484848;
	padding-left: 60px;
	padding-right: 60px;
	text-transform: uppercase;
	letter-spacing: 2px;
	cursor: pointer;
}
.info {
    font-weight: 300;
    font-size: 16px;
	line-height: 24px;
}
.quote {
    /* font-weight: 400; */
	font-family: "proxima-nova", serif;
    /* text-transform: uppercase; */
    font-weight: 500;
	/* color: #be9f56; */
    font-size: 32px;
	line-height: 44px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 0px;
	color: #FFFFFF;
}
.gold {
    color: #be9f56;
}
.divider-linecover:after {
    display: block;
    background: #FFF;
    content: " ";
    margin: 30px auto 10px 0;
    opacity: 1;
    height: 1px;
    width: 90%;
}
.divider-line:after {
    display: block;
    background: #323D47;
    content: " ";
    margin: 24px auto 30px 0;
    opacity: 1;
    height: 1px;
    width: 90%;
}
.text-center .divider-line:after {
    margin: 30px auto 0;
}
.text-right .divider-line:after {
    margin: 30px 0 20px auto;
}
hr {
    border-top: 1px solid #666;
}
.icon::before, .icon {
    text-decoration: none!important;
}
.icon-heading {
    line-height: 60px;
}

.label-danger {
    background: #c00;
}
.thin {
    font-weight: 300;
}
.bg-black {
    background-color: #323D47;
}
@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-black, .border-button, .border-button-black {
    font-size: 15px;
    padding: 6px 14px;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    text-shadow: none;
}
a.border-button, .border-button {
    border:2px solid #eee;
    color:#eee;
    margin-right: 10px;
}
a.border-button-black, .border-button-black {
    border:1px solid #1b1f23;
    background: transparent;
    color: #1b1f23!important;
}
.border-button:hover, .border-button-black:hover,
.border-button:focus, .border-button-black:focus {
    opacity: 0.5;
}
.border-button:hover, .border-button:focus {
    color: #fff;
}
.btn-block {
    padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 18px;
	padding-right: 18px;
	font-size: 13px;
    font-weight: 300;
	margin-bottom: 20px;
	background-color: #666666;
	border: 1px solid #666666;
	color: #FFFFFF;
	/* border-radius: 4px; */
	border-radius: 25px;
	opacity: 1.0;
	-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;
}
.btn-block:hover {
    padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 18px;
	padding-right: 18px;
	font-size: 13px;
    font-weight: 300;
	margin-bottom: 20px;
	background-color: #666666;
	border: 1px solid #666666;
	color: #FFFFFF;
	/* border-radius: 4px; */
	border-radius: 25px;
	opacity: 0.7;
	-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;
}
a.btn-home, .btn-home {
    padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 26px;
	padding-right: 26px;
	font-size: 12px;
	font-family: "proxima-nova", sans-serif;
	font-weight: 300;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
	/* margin-left: 15px; */
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #323D47!important;
	/* border-radius: 4px; */
	border-radius: 25px;
	opacity: 1.0;
	-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;
}
a.btn-home:hover, .btn-home:hover {
    padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 26px;
	padding-right: 26px;
	font-size: 12px;
	font-family: "proxima-nova", sans-serif;
	font-weight: 300;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #323D47!important;
	/* border-radius: 4px; */
	border-radius: 25px;
	opacity: 0.7;
	-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;
}
.topmargin {
	margin-top: 20px;
}
.toppadding {
	padding-top: 30px;
}
.bottompadding {
	padding-bottom: 30px!important;
}
a.btn-home-bordered {
    padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 26px;
	padding-right: 26px;
	font-size: 12px;
    font-family: "proxima-nova", sans-serif;
	font-weight: 300;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
	background-color: transparent;
	border: 1px solid #FFFFFF;
	color: #FFFFFF!important;
	/* border-radius: 4px; */
	border-radius: 25px;
	opacity: 1.0;
	-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;
}
a.btn-home-bordered:hover {
    padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 26px;
	padding-right: 26px;
	font-size: 12px;
	font-family: "proxima-nova", sans-serif;
	font-weight: 300;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
	background-color: transparent;
	border: 1px solid #FFFFFF;
	color: #FFFFFF!important;
	/* border-radius: 4px; */
	border-radius: 25px;
	opacity: 0.7;
	-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;
}
a.btn-backlink {
    padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 26px;
	padding-right: 26px;
	font-size: 12px;
	cursor: pointer;
	font-family: "proxima-nova", sans-serif;
	font-weight: 300;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	/* margin-top: 20px; */
	/* margin-left: 15px; */
	background-color: #be9f56;
	border: 1px solid #be9f56;
	color: #FFFFFF!important;
	/* border-radius: 4px; */
	border-radius: 25px;
	opacity: 1.0;
	-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;
}
a.btn-backlink:hover {
    padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 26px;
	padding-right: 26px;
	font-size: 12px;
	cursor: pointer;
	font-family: "proxima-nova", sans-serif;
	font-weight: 300;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	/* margin-top: 20px; */
	background-color: #be9f56;
	border: 1px solid #be9f56;
	color: #FFFFFF!important;
	/* border-radius: 4px; */
	border-radius: 25px;
	opacity: 0.7;
	-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;
}
.top {
    margin-top: 40px;
}
a.btn-bordered {
    padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 26px;
	padding-right: 26px;
	font-size: 12px;
    font-family: "proxima-nova", sans-serif;
	font-weight: 300;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
	background-color: transparent;
	border: 1px solid #484848;
	color: #484848!important;
	/* border-radius: 4px; */
	border-radius: 25px;
	opacity: 1.0;
	-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;
}
a.btn-bordered:hover {
    padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 26px;
	padding-right: 26px;
	font-size: 12px;
	font-family: "proxima-nova", sans-serif;
	font-weight: 300;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
	background-color: transparent;
	border: 1px solid #484848;
	color: #484848!important;
	/* border-radius: 4px; */
	border-radius: 25px;
	opacity: 0.7;
	-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;
}

/* List */
.artistlist {
	list-style: none;
	margin-left: -40px;
	padding-top: 8px;
}
.artistlist li {    
	padding-top: 6px;
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
	cursor: pointer;
}
.artistlist li:hover {    
	cursor: pointer;
}
.artistlist li:before {    
	 font-family: 'Ionicons';
	 /* content: '\f10a'; */
	 content: '\f3d1';
	 margin: 0px;
	 color: #CCC;
	 opacity: 0.8;
	 margin-right: 10px;
}

.site-wrapper {
    /* background: url(../img/home.jpg); */
	background: #323D47;
}
.site-wrapper-mobile {
    /* background: url(../img/home-mobile.jpg); */
	background: #323D47;
}
.site-wrapper,
.site-wrapper-mobile {
    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 0px;
    /* 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-mobile .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: #FFFFFF;
}
.site-wrapper-mobile a,
#footer,
#footer a,
.site-wrapper-mobile a:hover,
.site-wrapper-mobile a:focus,
#footer a:hover,
#footer a:focus {
    color: #FFFFFF;
}
.site-wrapper-inner {
    display: table-cell;
	vertical-align: middle;
    position: relative;
}
.site-wrapper-inner-mobile {
    /* display: table-cell; */
    vertical-align: middle!important;
    position: relative;
}
.cover-container {
    margin-right: auto;
    margin-left: auto;
}
.inner {
    padding-top: 14%;
	padding-left: 30px;
	padding-right: 30px;
}
@media (max-width: 1199px) {
    .inner {
    	padding-top: 18%;
		padding-left: 30px;
		padding-right: 30px;
	}
}
.background-dark {
    background-color: #171717!important;
}
.background-gray {
    color: #383A44!important;
    background: #eee!important;
    text-shadow: none!important;
}
.menubalk {
    padding-left: 0px;
	padding-right: 0px;
}

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

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

button {
     font-family: "proxima-nova", sans-serif;
	 font-weight: 300;
	 font-style: normal;
	 text-transform: uppercase;
	 letter-spacing: 2px;
}

form {
    padding-top: 10px;
}

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 #d7cbc1;
	background-color: #d7cbc1;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	height: 46px;
    color: #323D47;
    outline: none;
    font-family: "proxima-nova", sans-serif;
	font-weight: 300;
	font-style: normal;
    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;
}

textarea {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #d7cbc1;
	background-color: #d7cbc1;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #323D47;
    outline: none;
    font-family: "proxima-nova", sans-serif;
	font-weight: 300;
	font-style: normal;
    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;
}

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

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

input:placeholder, textarea:placeholder {
  color: #323D47;
}

@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: #FFF;
}

input, textarea, select {
    margin-bottom: 20px;
    font-family: "proxima-nova", sans-serif;
	font-weight: 300;
	font-style: normal;
    font-size: 15px;
}

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

textarea {
    height: 220px;
}

.alert {
	margin-top: 0px;
	font-size: 16px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 16px;
	padding-bottom: 16px;
}

label {
    color: #323D47;
    font-size: 13px;
    margin-bottom: 10px;
    padding-right: 3px;
    margin-top: 6px;
    font-family: "proxima-nova", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.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;
}

.alert-danger {
	background-color: #c73c3a;
	border-color: #c73c3a;
	color: #fff;
	border-radius: 6px;
}

.alert-success {
	background-color: #309631;
	border-color: #309631;
	color: #fff;
	border-radius: 6px;
}
.form-control {
    border: 0;
    border-top: 1px solid #d7cbc1;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    border-color: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.input-lg {
    padding: 10px 0 0 10px;
}
.form-group {
    margin-bottom: 0;
}
.help-block li {
    list-style: none;
    color: #990000;
}
.help-block ul {
    padding: 0;
    margin: 0;
}
.checkbox-text {
	padding-left: 10px;
	padding-top: 8px;
	vertical-align: middle;
	color: #323D47;
	/* font-family: "adobe-text-pro",sans-serif; */
	font-family: "proxima-nova", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 14px;
	line-height: 20px;
}

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

.regular-checkbox + label {
	background-color: #d7cbc1;
	border: 1px solid #d7cbc1;
	/* 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: 3px;
	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 {
	background-color: #d7cbc1;
	border: 1px solid #d7cbc1;
	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: #323D47;
}

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

/* Preloader */
#preloader  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #323D47;
    z-index: 2001;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
/* #status  {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../img/loader.gif) no-repeat center;
    margin: -100px 0 0 -100px;
} */
#status {
    position: absolute;
    width: 82px;
    height: 82px;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    text-indent: -9999em;
    background-color: transparent;
    /* border: 5px solid #eee; */
	border: 3px solid #323D47;
    border-radius: 50%;
}

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

@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;
    right: 0;
    width: 300px;
    height: 100%;
    margin-right: -300px;
    overflow-y: auto;
    background: #282930;
    opacity: 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 300px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav li a {
    padding-left: 25px;
    line-height: 50px;
    text-transform: uppercase;
}
.sidebar-nav li a {
    text-decoration: none;
}
.sidebar-nav li a,
#menu-close {
    color: #fff;
}
#menu-close {
    padding-right: 10px;
}
.sidebar-nav li a:hover {
    text-decoration: none;
    color: #999;
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
    font-size: 22px;
    font-weight: 700;
    padding: 20px 0 10px;
}
.sidebar-nav > .sidebar-brand a {
    color: #999;
    padding-right: 10px;
}
.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
.sidebar-brand .icon {
    vertical-align: sub;
}
#menu-toggle {
    z-index: 1000;
    position: fixed;
    top: 12px;
    right: 30px;
    color: #999;
}
#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;
}

.navbar-fixed-top {
    position: absolute;
}

/* Horizontal Nav */
.navbar-default {
    /* background-color: #fff; */
	background-color: #323D47;
	/* background-color: rgba(255, 255, 255, 1.0); */
    -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;
	/* box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); */
}

.navbar-brand .brand-light {
    display: none;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-weight: 700;
    color: #FFFFFF;
    text-decoration: none;
	padding-top: 4px;
}

@media(max-width:991px) {
    .navbar-default .navbar-header .navbar-brand  {
        padding-top: 11px;
    }
}

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

.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
    text-transform: uppercase;
	font-family: "proxima-nova", sans-serif;
	/* font-family: "proxima-nova", sans-serif; */
    font-size: 15px;
    font-weight:400;
    color: #FFFFFF;
    letter-spacing: 2px;
    text-decoration: none;
	padding-top: 66px;
    opacity: 1;
}

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

.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
    color: #CCCCCC!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:992px) {
    .navbar-default {
        border: 0;
        background-color: transparent;
        padding: 26px 0;
    }

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

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

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

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

    .navbar-default.affix {
        /* background-color: rgba(255, 255, 255, 1.0); */
		background-color: #323D47;
        /* padding: 12px 0; */
		/* border-bottom: 1px solid #333; */
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    }
	
	.navbar-default.affix .brand-light {
        display: inline;
    }

    .navbar-default.affix .brand-dark {
        display: none;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 18px;
        color: #FFFFFF;
		/* padding-top: 12px; */
    }

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

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

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

.navbar-default .navbar-toggle {
    border: 0;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-toggle .icon-bar {
    width: 24px;
    height: 2px;
}
.navbar-default .navbar-toggle .icon-bar {
    /* background-color: #262626; */
	background-color: #FFFFFF;
}

/* 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.2); */
	background: rgba(0, 0, 0, 0.0);
}
.overlay-dark {
    background: rgba(0, 0, 0, 0.4);
}

/* Cover */
.cover {
    /* padding-top: 140px; */
}
.cover .btn-lg {
    padding: 15px 50px;
    font-weight: bold;
}
.btn-language {
    padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 18px;
	padding-right: 18px;
    font-weight: 400;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #888;
	border-radius: 4px;
	opacity: 0.9;
	-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;
}
.btn-language:hover {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #888;
	border-radius: 4px;
	opacity: 0.5;
}
.cover h1 {
    font-size: 32px;
	line-height: 36px;
	font-weight: 500;
	font-style: italic;
	color: #FFFFFF;
	/* text-transform: uppercase; */
    padding-bottom: 6px;
    margin-bottom: 26px;
}
.cover h1 span {
	font-weight: 700;
}
.divider-coverline:after {
    display: block;
    /* background: #be9f56; */
	background: #FFFFFF;
    content: " ";
    opacity: 0.8;
    height: 2px;
    width: 80px;
}
.text-center .divider-coverline:after {
    margin: 20px auto 10px;
}
.cover .sublead {
    font-size: 18px;
	line-height: 28px;
	color: #FFFFFF;
	margin-top: 10px;
    padding-bottom: 40px;
    margin-bottom: 0;
	padding-left: 80px;
	padding-right: 80px;
}
.coverlinks {
    padding-top: 10px;
	padding-bottom: 30px;
	color: #FFFFFF;
}
.action a {
	color: #FFFFFF;
}
.action a:hover {
	color: #FFFFFF;
	opacity: 0.8;
}
.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;
    }
}

@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: 30px 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%;} }

/* Modules */
#administratie {
    background: #EFEEEB;
	padding-top: 100px!important;
	padding-bottom: 70px!important;
}

#advies {
    background: #EFEEEB;
	padding-top: 60px!important;
	padding-bottom: 60px!important;
}

#actie {
    background: #EFEEEB;
	padding-top: 30px!important;
	padding-bottom: 30px!important;
}

#contact {
    background: #EFEEEB;
	padding-top: 30px!important;
	padding-bottom: 0px!important;
}

#quote {
    background: #EFEEEB;
	padding-top: 30px!important;
	padding-bottom: 10px!important;
}

#partnership {
    background: #EFEEEB;
	padding-top: 30px!important;
	padding-bottom: 60px!important;
}

@media (max-width: 767px) {
    #administratie {
    	background: #EFEEEB;
		padding-top: 30px!important;
		padding-bottom: 30px!important;
	}

	#advies {
    	background: #EFEEEB;
		padding-top: 30px!important;
		padding-bottom: 30px!important;
	}

	#actie {
    	background: #EFEEEB;
		padding-top: 30px!important;
		padding-bottom: 30px!important;
	}

	#contact {
    	background: #EFEEEB;
		padding-top: 30px!important;
		padding-bottom: 0px!important;
	}

	#quote {
    	background: #EFEEEB;
		padding-top: 30px!important;
		padding-bottom: 10px!important;
	}

	#partnership {
    	background: #EFEEEB;
		padding-top: 30px!important;
		padding-bottom: 30px!important;
	}
}
/* Action */
section#action,
section#action-transparent {
    padding: 70px 0;
}

#action,
#action-parallax,
#action-parallax-contact {
    background: #323D47;
}
#action,
#action-parallax,
#action-parallax-contact,
#action-transparent,
#action a,
#action-parallax a,
#action-parallax-contact a,
#action-transparent a {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
}
#action-parallax,
#action-parallax-contact,
#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 {
    background-image: url(../img/quote.jpg);
}

#action-parallax-contact {
    background-image: url(../img/contact.jpg);
}

#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;
}

/* Features */

#features {
    background:#fff;
    overflow: hidden;
}
#features .img-features,
#features .img-features2 {
    display: inline;
    height: 500px;
}
#features .icon {
    display: block;
}

/* Portfolio */
#portfolio {
    /* background-color: #F5F5F5; */
	background-color: #F5F5F5;
}

.portfolio-grid {
    background-color: #333;
}

.portfolio-item .portfolio-link {
    display: block;
    position: relative;
}
.portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(158, 140, 86, 0.6);
    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: 20px;
    color: #FFF;
    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;
}

#melk {
    background-color: #c4d2a7!important;
}

#puur {
    background-color: #fbbc85!important;
}

#extrapuur {
    background-color: #a9b0cd!important;
}

.modaltext {
    padding-top:40px;
}

.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;
}

/* Cookies */
#cookies {
    background-color: #F5F5F5;
}

/* Pricing */
#pricing {
    background: #eee;
    color: #1B1F23;
}
.price {
    background-color: #F5F5F5;
    padding: 10px;
    margin-top: 10px;
	margin-bottom: 10px;
    border-right: none;
    font-size: 14px;
	border-radius: 4px;
}
.price:hover {
    background-color: #EFEFEF;
	cursor: default;
}
.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);
}

/* 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);
    }
}

/* Footer */
#footer {
    position: relative;
    z-index: 999;
    overflow: hidden;
    /* background: #1b1f23 url(../img/footer.jpg) no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover; */
	/* background-color: #262626; */
	background-color: #323D47; 
	padding-top: 100px;
	padding-bottom: 30px;
}

.footer .copyright {
    /* border-top: 1px solid #333333; */
    padding-bottom: 0px;
	padding-top: 40px;
    /* margin: 35px 0 0; */
}

.footerright {
    padding-top: 100px;
}

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

.footerlogo {
    padding-bottom: 20px;
}

.footer .copyright p {
	font-size: 14px;
	color: #CCC;
}

.footer .subfooter {
    border-top: 1px solid #ffffff;
    padding-top: 70px;
    margin-top: 70px;
}

.footer .bottom-line:before {
    border-bottom: 2px solid #333333;
}

.footer .widget .recent-posts > li {
    border-color: #333333;
}

.footer.parallax {
    background-color: transparent;
}

.footer * {
    color: #484848;
}

.footer p {
	font-size: 18px;
	line-height: 26px;
	color: #FFFFFF;
}

.footer a {
	color: #CCC;
	transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

.footer a:hover {
	color: #CCC;
	transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

.footerlink {
	color: #CCC !important;
	border-bottom: 1px solid #CCC;
}

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

@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: 420px;
    }
    .masthead {
        position: absolute;
        top: 0;
    }
    .mastfoot {
        /*
        position: absolute;
        bottom: 0;
*/
    }
    .site-wrapper-inner {
        vertical-align: middle;
		/* vertical-align: bottom; */
		/* height: 100%; */
    }
	.site-wrapper-inner-mobile {
        vertical-align: middle;
		/* vertical-align: bottom; */
		/* height: 100%; */
    }
    .masthead,
    .mastfoot,
    .cover-container {
        width: 100%;
    }
    .lead {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (min-width: 992px) {
    .mastfoot,
    .cover-container {
        max-width: 1200px;
    }
    .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 (min-width: 1600px) {
	.menubalk {
        padding-left: 0px;
        padding-right: 0px;
    }
	.lead {
		padding-left: 0px;
		padding-right: 0px;
}
}

@media (max-width: 1200px) {
    section {
        padding: 50px 0;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
	.cover {
    	padding-top: 0px;
	}
	.coverlinks {
    	padding-top: 60px;
	}
	.last {
    	padding-top: 60px;
	}
	.foto {
        padding-top: 30px;
    }
	#administratie {
    	background: #EFEEEB;
		padding-top: 60px!important;
		padding-bottom: 30px!important;
	}

	#advies {
    	background: #EFEEEB;
		padding-top: 30px!important;
		padding-bottom: 30px!important;
	}

	#actie {
    	background: #EFEEEB;
		padding-top: 30px!important;
		padding-bottom: 30px!important;
	}

	#contact {
    	background: #EFEEEB;
		padding-top: 30px!important;
		padding-bottom: 0px!important;
	}

	#quote {
    	background: #EFEEEB;
		padding-top: 30px!important;
		padding-bottom: 10px!important;
	}

	#partnership {
    	background: #EFEEEB;
		padding-top: 30px!important;
		padding-bottom: 40px!important;
	}
	.cover h1 {
    	font-size: 32px;
    	line-height: 36px;
    	font-weight: 500;
    	color: #FFFFFF;
    	/* text-transform: uppercase; */
    	padding-bottom: 6px;
    	margin-bottom: 20px;
	}
	.portfolio-modal .backimage  {
    	position: absolute;
		width: 700px;
    	bottom: 10%;
		right: 10%;
    	cursor: pointer;
    	opacity: 0.4;
    	/* -webkit-transition: all ease .5s;
    	-moz-transition: all ease .5s;
    	transition: all ease .5s;
    	line-height: 96px; */
	}
    #contact {
        text-align: center
    }
	.menubalk {
        padding-left: 0px;
        padding-right: 0px;
    }
	.navbar-brand {
        padding-top: 6px;
		padding-bottom: 10px;
		padding-left: 10px;
    }
	.navbar-right{
        padding-top: 10px;
		padding-right: 0px;
    }
	.navbar-default .nav > li > a,
	.navbar-default .nav > li > a:focus {
		padding-top: 0px;	
	}
	.navbar-default {
        border: 0;
        background-color: #323D47;
        padding-top: 10px;
		padding-bottom: 10px;
    }
	.nav > li > a {
		padding: 10px 5px;
	}
	.navbar-default.affix {
        /* background-color: rgba(255, 255, 255, 1.0); */
        padding-top: 12px;
		padding-bottom: 16px;
		/* border-bottom: 1px solid #3A3A3A; */
    }
	.navbar-default .navbar-toggle .icon-bar {
    	background-color: #FFFFFF;
	}
	.navbar-default.affix .navbar-toggle .icon-bar {
    	background-color: #FFFFFF;
	}
	.portfolio-modal .close-modal {
    	right: 20px;
	}
	.portfolio-modal .modal-content {
    	min-height: 100%;
    	min-width: 100%;
	}

}
@media (max-width: 767px) {
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 26px;
		line-height: 28px;
        margin-bottom: 20px;
    }
	.blue {
		margin-left: 15px;
		margin-right: 15px;
    }
	.cover {
		padding-top: 120px;
    }
	.coverlead {
		padding-right: 0px;
    }
	.covertext {
    	padding-left: 0px;
	}
	.coverlinks {
    	padding-top: 10px;
	}
    .cover h1 {
        font-size: 28px;
		line-height: 32px;
		padding-bottom: 0px;
		margin-bottom: 0px;
    }
	.cover .lead {
        padding-left: 20px;
		padding-right: 20px;
    }
	.cover .sublead {
        padding-left: 20px;
		padding-right: 20px;
    }
	.lead {
        padding-left: 0px;
		padding-right: 0px;
    }
    .inner {
        padding: 15px 15px 0;
    }
    .inner2 {
        padding: 70px 15px 15px;
    }
	.menubalk {
        padding-left: 0px;
        padding-right: 0px;
    }
	.navbar-brand {
        padding-top: 16px;
		padding-bottom: 10px;
    }
    #menu-toggle {
        top: 0;
        right: 5px;
    }
	.portfolio-modal .close-modal {
    	right: 20px;
	}
	.portfolio-modal .modal-content {
    	min-height: 100%;
    	min-width: 100%;
	}
	.navbar-default .nav > li > a,
	.navbar-default .nav > li > a:focus {
		padding-top: 4px;	
	}
	.navbar-default .navbar-brand {
		padding-top: 12px;	
	}
    .toggle {
        margin: 0;
    }
    .featured {
        border: 1px solid #ccc;
        padding: 20px 20px 50px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    span.numscroller {
        line-height: 70px;
    }
}