/*
Theme Name: Cobaltstraat
Theme URI: http://cobaltstraat.nl/
Author: Lama Lama
Author URI: http://lamalama.nl/
Version: 1.0
*/

/* ==========================================================================
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   ========================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ==========================================================================
   General styles
   ========================================================================== */
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	color:#666;
	background:#fff;
	-webkit-font-smoothing: antialiased;	
	-webkit-text-size-adjust:none;
	padding-top:145px;
}

::-moz-selection {
	background: #000;
	color: #fff; 
}
::selection {
	background: #000;
	color: #fff;
}

a {
	color:#000;
	text-decoration:none;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
}

b, bold, strong {
	font-weight:bold;
}

i, italic, em {
	font-style: italic;
}

img {
	border:none;
}

h1, h2, h3, h4, h5, h6 {
	margin:0 0 0.3em 0;
	line-height:1.3em;	
	color:#3d59ab;
	font-weight:bold;
	font-family: 'Karla', sans-serif;
}

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

section, header, footer, .section, nav {
	float:left;
	position:relative;
	width:100%;
	z-index:0;
}

.container {
	position:relative;
	width:960px;
	margin:0 auto;
}

/* ==========================================================================
   Header
   ========================================================================== */
header {
	z-index:9999;
	position:fixed;
	float:inherit;
	top:0;
	left:0;
	height:135px;
	background:#fff;
	border-bottom:10px solid #3d59ab;
	font-family: 'Karla', sans-serif;
}

#logo {
	float:left;
	width:auto;
	height:100%;
	padding:0 10px 0 0;
}

#logo img {
	float:left;
	height:100%;
	width:auto;
	padding:0 10px 0 0;
	border-right:0px dashed #bbb;
}

#action {
	position:absolute;
	top:0;
	right:10px;
	background:#557cc9;
	color:#fff;
	padding:15px 35px;
	text-transform: uppercase;
	font-style: italic;
	font-size:20px;
}

#action:hover {
	background:#3d59ab;
}

/* ==========================================================================
   Nav
   ========================================================================== */

nav {
	position:absolute;
	top:0;
	right:10px;
	width:auto;
	margin-top:75px;
	z-index: 99999;
}

.menu-basis-container {
	float:left;
}

nav ul li {
	position:relative;
	float:left;
}

nav ul li.current-menu-item a {
	color:#557cc9;
}

nav ul li.has_children a {
	padding-right: 30px;
	background: url('img/menu_dropdown.png') no-repeat top right;
	transition: 0;
}

nav ul li.has_children a.selected {
	background-color: #3d59ab;
	background-position-y: -60px;
	color: #fff;
}

nav ul li.has_children .sub-menu a.selected  {
	background: none;
}

nav ul li.has_children .sub-menu a:hover  {
	color: #557cc9;
}

nav ul li.has_children .sub-menu a {
	background-image: none;
}

nav ul li a {
	float:left;
	text-transform:uppercase;
	padding:20px 15px;
	font-size:20px;
	color:#666;
}

nav ul li a:hover {
	color:#222;
}

nav .sub-menu {
	position:absolute;
	top:50px;
	left:0;
	width: 260px;
	background: none;
	display: none;
	padding-top: 20px;
}

nav .sub-menu li {
	padding:0;
	float:left;
	width: 260px;
	margin:0;
}

nav .sub-menu li a {
	color: #fff;
	padding: 10px 15px;
}

nav ul li.has_children .sub-menu a:hover {
	color:#222;
}

nav .sub-menu li:nth-of-type(2n) {
}

.submenu-background {
	width: 100%;
	background: #3d59ab;
	height: 0;
	position: fixed;
	left: 0;
	z-index: 9991;
}

.nav-toggle {
	float:right;
	width:24px;
	padding:20px 20px;
	cursor:pointer;
}

.nav-toggle-bar {
	float:left;
	height:4px;
	width:100%;
	background:#557cc9;
	margin:0 0 4px 0;
}

.nav-toggle:hover .nav-toggle-bar {
	background:#3d59ab;
}

/* ==========================================================================
   Slider
   ========================================================================== */
#splash {
	display:none;
	z-index:10000;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(61,89,171,0.9);
	background-image:url(img/cobaltstraat-white.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#slider {
	height:1000px;
	background:#3d59ab;
}

.royalSlider {
	width:100% !important;
	height:100% !important;
	overflow:hidden;
}

.rsDefault .rsBullets {
	display:none;
	background:none !important;
	bottom: 10px !important;
}

.rsDefault .rsArrow {
	width:42px !important;
}

.rsDefault .rsArrowIcn {
	width: 42px !important;
	height: 73px !important;
	left: 0 !important;
	margin-top: -37px !important;
	margin-left: 0 !important;
}

.rsArrowLeft .rsArrowIcn {
	background: url('img/left.png') top left no-repeat !important;
	left: 0 !important;
	
}

.rsArrowRight .rsArrowIcn {
	background: url('img/right.png') top right no-repeat !important;
	left: inherit !important;
	right:0 !important;
}


/* ==========================================================================
   Main
   ========================================================================== */
#main-heading {
}

#heading {
	position:relative;
	z-index:10000;
	float:left;
}

#heading-inner {
	position:absolute;
	left:0;
	bottom:0;
	width:540px;
	margin:0 10px;
	padding:38px 80px 20px 80px;
	background:#557cc9;
	font-size:42px;
	height:auto;
	color:#fff;
	overflow:hidden;
}

.home #heading-inner {
	display:none;
}

#heading-inner h1 {
	color:#fff;
	margin:0;
	text-transform: inherit;
	line-height:1em;
	line-height:42px;
	font-size:42px;
}

#main {
	padding:0;
	background:#f5f5f5;
}

#main h2 {
	font-size:28px;
}

.content {
	float:left;
	width:540px;
	margin:0 10px;
	padding:60px 80px 10px 80px;
	font-size:20px;
	line-height:1.5em;
	background:#fff;
	min-height: 755px;
}

.content blockquote {
	color:#557cc9;
	font-style: italic;
	font-size:26px;
	margin:0 40px;
	text-align: center;
}

.content .item {
	float:left;
	margin:0 0 40px 0;
}

.content a {
	color:#3d59ab;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}

.content a:hover {
	background:#3d59ab;
	color:#fff;
}

.content p {
	margin:0 0 1.5em 0;
	line-height:1.5em;
}

#sidebar {
	float:left;
	width:220px;
	margin:0 10px;
	padding:40px 0 0 0;
}

#statistics {
	float:left;
	width:100%;
}

#canvas {
	float:left;
	width:220px;
	height:220px;
}

/* ==========================================================================
   Nieuws
   ========================================================================== */
.news_link {
	float: right;
	margin-top: -25px;
	padding: 0 10px;
}

.post-type-archive-nieuws h2 {
	width: 390px;
	float: left;
}

.news_date {
	font-style: italic;
	font-size: 18px;
	float: right;
	width: 150px;
	height: 36px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.back_news_link {
	padding: 5px 10px;
}

/* ==========================================================================
   Share
   ========================================================================== */

.unit_button {
	display: block;
	position: absolute;
	top: -30px;
	right: 250px;
	padding: 15px 25px;
	background: #3e59ab;
	color: #fff;
	font-size: 20px;
}
.unit_button:hover {
	background-color: #557cc9;
}

#share {
	background: #f5f5f5;
	padding-top: 30px;
	padding-bottom: 50px;
}

.share-logo {
	width: 34px;
	height: 34px;
	float: left;
	margin-left: 10px;
}

.share-logo-fb {
	background: url('img/facebook.jpg') no-repeat;
}

.share-logo-tw {
	background: url('img/twitter.jpg') no-repeat;
}

.share-logo-gp {
	background: url('img/googleplus.jpg') no-repeat;
}

.share-option {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 12px;
}

.share-tw {
	width: 90px;
}

.share-gp {
	width: 56px;
}

.share-fb {
	width: 110px;
}

.share-title {
	font-size: 22px;
	line-height: 22px;
	color: #557cc9;
	margin-left: 15px;
	float: left;
	margin-top: 10px;
}

/* ==========================================================================
   Characteristics
   ========================================================================== */
#characteristics {
	padding:80px 0;
	border-top:5px solid #b4b4b4;
}

#characteristics ul li {
	padding-left: 50px;
	background: url('img/bullet.png') no-repeat 30px 15px;
	font-size: 22px;
	line-height: 35px;
}

/* ==========================================================================
   Availability
   ========================================================================== */
#availability {
	padding:80px 0;
	border-top:5px solid #b4b4b4;
}

#availability .container {
	width: 700px;
}

.section-desc {
	float:left;
	width: 700px;
}

h3.section-title {
	font-size:36px;
	color:#557cc9;
}

#overview {
	float: left;
	position: relative;
	width: 700px;
	height: 488px;
	margin-top: 30px;
}

#overview_map, .overview-transparent {
	z-index: 9999;
}

.overview-transparant {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

#overview .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 700px;
	height: 488px;
	background:url('img/map/map-background.png') 0 0 no-repeat;
	background-position-x: 1px;
	background-position-y: 1px;
	z-index: 2;
}

#overview #overlays {
	z-index: 10;
}

#overview img {
	position: absolute;
	top: 0;
	left: 0;
	width: 700px;
	height: 488px;
	opacity: 0.9;
}

.qtip{font-size:18px !important;line-height:20px !important;direction:ltr;box-shadow:none;padding:0}
.qtip-content{position:relative;padding:10px 19px !important;overflow:hidden;text-align:left;word-wrap:break-word}
.qtip-titlebar{position:relative;padding:5px 35px 5px 10px;overflow:hidden;border-width:0 0 1px;font-weight:700}
.qtip-titlebar+.qtip-content{border-top-width:0!important}
.qtip-close{position:absolute;right:-9px;top:-9px;cursor:pointer;outline:medium none;border-width:1px;border-style:solid;border-color:transparent}
.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}
* html .qtip-titlebar .qtip-close{top:16px}.qtip-titlebar .ui-icon,.qtip-icon .ui-icon{display:block;text-indent:-1000em;direction:ltr}
.qtip-icon,.qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}
.qtip-icon .ui-icon{width:18px;height:14px;line-height:14px;text-align:center;text-indent:0;font:bold 10px/13px 'Tahoma', sans-serif;color:inherit;background:transparent none no-repeat -100em -100em}
.qtip-focus{}.qtip-hover{}.qtip-default{border:5px solid #3d59ab !important; background-color:#FFF !important; color:#555; text-align: center !important;}
.qtip-default .qtip-titlebar{background-color:#FFEF93}
.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777}
.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111}

/* ==========================================================================
   Quotation
   ========================================================================== */
#quotation {
	padding:80px 0;
	background:#557cc9;
	border-bottom:5px solid #3d59ab;
}

#quote {
	width:800px;
	margin: 0 90px;
	font-size:42px;
	color:#fff;
	font-style:italic;
	line-height:1.3em;
	text-align: center;
}

#quote_link {
	text-align: center;
	width: 100%;
	position: relative;
	bottom: -80px;
}

#quote_link a {
	display: inline-block;
	color: #fff;
	padding: 20px 50px;
	margin: 0 auto;
	font-size: 20px; 
	background: #3d59ab;
}
#quote_link a:hover {
	background-color: #557cc9;
}

#quote_link_arrow {
	width: 30px;
	height: 22px;
	background: url('img/quote_button_arrow.png') no-repeat center right;
	float: right;
}

/* ==========================================================================
   Beschikbare units
   ========================================================================== */

.post-type-archive-bedrijfsruimtes .item {
	margin: 0 10px;
}
.post-type-archive-bedrijfsruimtes .item:first-of-type {
	margin-left: 0;
}
.post-type-archive-bedrijfsruimtes .item:last-of-type {
	margin-right: 0;
}

.post-type-archive-bedrijfsruimtes .nummer {
	width: 36px;
	text-align: center;
}

.post-type-archive-bedrijfsruimtes .bedrijf {
	width: 120px;
}

.post-type-archive-bedrijfsruimtes .kantoor {
	width: 70px;
}

.post-type-archive-bedrijfsruimtes .beschikbaar {
	width: 100px;
}

.post-type-archive-bedrijfsruimtes .list_title {
	color: #3d59ab;
	margin-bottom: 10px;
	height: 36px;
}

.post-type-archive-bedrijfsruimtes .list_title .beschikbaar {
	width: 190px;
}

.post-type-archive-bedrijfsruimtes .unit {
	height: 36px;
	margin-bottom: 15px;
}

.post-type-archive-bedrijfsruimtes .unit .item {
	height: 36px;
	line-height: 36px;
}

.post-type-archive-bedrijfsruimtes .unit .nummer {
	background: #557cc9;
	color: #fff;
}

.post-type-archive-bedrijfsruimtes .unit .button {
	position: relative;
	right: -420px;
	width: 180px;
	height: 36px;
	top: -35px;
	color: #fff;
	display: inline-block;
	line-height: 36px;
	padding-left: 20px;
	background: #3d59ab url('img/button_arrow.png') no-repeat 175px 13px;
}
.post-type-archive-bedrijfsruimtes .unit .button:hover {
	background-color: #557cc9;
	background-position-x: 180px;
}

.post-type-archive-bedrijfsruimtes h2 {
	margin-top: 50px;
}

.post-type-archive-bedrijfsruimtes .content ul {
	margin-bottom: 50px;
}

.post-type-archive-bedrijfsruimtes .content ul li {
	padding-left: 50px;
	background: url('img/bullet.png') no-repeat 30px 12px;
}

/* ==========================================================================
   Contact
   ========================================================================== */
.content .wpcf7 {
	width: 300px;
	float: left;
}

.contactdetails {
	width: 300px;
	margin-left: 100px;
	float: left;
	margin-top: 30px;
}

/* ==========================================================================
   Sidebar
   ========================================================================== */
.canvas {
	position: relative;
}

.canvas_details {
	position: absolute;
	top: 71px;
	left: 70px;
	width: 120px;
	height: 120px;
	background: #f5f5f5;
}

.canvas_text {
	text-align: center;
	font-size: 22px;
	margin-top: 15px;
}

.canvas_number {
	text-align: center;
	font-size: 60px;
	color: #3d59ab;
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer {
	background:#fff;
	padding:120px 0 60px 0;
	border-top: 5px solid #b4b4b4;
}

#contact {
	float:left;
}

#company {
	float:left;
	width:220px;
	margin:0 10px 40px 10px;
	line-height:1.5em;
	font-size:16px;
}

#company p {
	margin: 0 0 1.5em 0;
}

#company a {
	color:#006d82;
}
#company a:hover {
	color:#000;
}

#company img {
	width:100%;
	margin:0 0 20px 0;
}

#contact-form {
	float:left;
	width:640px;
	margin:0 0 0 80px;
}

.form-column {
	float:left;
	width:305px;
	margin:0 5px 10px 5px;
}

.wpcf7-form-control-wrap {
	float:left;
	width:305px;
	margin:0 0 10px 0;
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-select {
	float:left;
	width:285px;
	margin:0;
	padding:10px 10px;
	background:#f6f6f6;
	border:none;
	border-radius: 0; 
    resize: none;
    font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
 	-webkit-font-smoothing: antialiased;
   -webkit-appearance: none;
}

.wpcf7-text.wpcf7-not-valid, .wpcf7-textarea.wpcf7-not-valid {
	padding:9px 9px;
	border:1px solid #e31836;
}

div.wpcf7-response-output, div.wpcf7-validation-errors {
	float:left !important;
	margin: 10px 0 0 0 !important;
	padding: 10px 10px !important;
	font-size:14px !important;
	line-height:1.2em;
	text-align: center !important;
}

#contact-form .wpcf7-response-output {
	width:598px;
	margin-left:5px !important;
}

span.wpcf7-not-valid-tip-no-ajax {
	display:none !important;
}

div.wpcf7-validation-errors {
	border:1px solid #e31836 !important;
}

div.wpcf7-mail-sent-ok {
	border:1px solid #006d82 !important
}

div.wpcf7 img.ajax-loader {
	margin: 5px 0 0 0 !important;
	text-align: center;
}

::-webkit-input-placeholder {
   color: #777;
   font-style:italic;
}

:-moz-placeholder { /* Firefox 18- */
   color: #777;
   font-style:italic; 
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #777;
   font-style:italic; 
}

:-ms-input-placeholder {  
   color: #777;
   font-style:italic; 
}

#check_interesse {
	font-size: 16px;
}

.wpcf7-select {
	width: 305px;
   color: #777;
	font-style: italic;
	background: #f6f6f6 url('img/select_contact.png') no-repeat 270px 18px;
	cursor: pointer;
	display: none;
}

.wpcf7-submit {
	float:left;
	width:305px;
	margin:0;
	padding:8px 0;
	background:#557cc9;
	border:none;
	border-radius: 0;
	color:#fff;
	text-transform: uppercase;
	font-size:18px;
	text-align: center;
	font-style: italic;
	font-weight:normal;
    font-family: 'Karla', sans-serif;
	cursor:pointer;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
}

.wpcf7-submit:hover {
	background:#3d59ab;
}

.credits {
	float:left;
	margin:0 10px;
	text-align:center;
	line-height:1.3em;
	font-size:16px;
	width:940px;
	color:#ddd;
}

.credits:hover, .credits:hover a {
	color:#666;
}

.credits a {
	color:#ddd;
	-webkit-transition:.2s;
	transition:.2s;
}

.credits a:hover {
	color:#000;
}
   

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media all and (min-width: 1200px) {
	
	.container {
		width:1200px;
	}
	
	#heading-inner {
		width:760px;
	}

	.content {
		width:760px;
	}
	
	.post-type-archive-nieuws h2 {
		width: 600px;
	}
	
	.unit_button {
		right: 270px;
	}
	
	.post-type-archive-bedrijfsruimtes .item {
		margin: 0 40px;
	}
	
	.post-type-archive-bedrijfsruimtes .bedrijf {
		width: 100px;
	}
	
	.post-type-archive-bedrijfsruimtes .kantoor {
		width: 70px;
	}
	
	.post-type-archive-bedrijfsruimtes .beschikbaar {
		width: 100px;
	}
	
	.post-type-archive-bedrijfsruimtes .unit .button {
		right: -85px;
		width: 190px;
		height: 36px;
		top: 0;
	}
	
	#quote {
		width:1020px;
	}
	
	#company {
		margin-left:130px;
	}
		
	.credits {
		width:1180px;
	}
	
}

@media all and (max-width: 959px) and (min-width: 768px) {
	
	.container {
		width:720px;
	}
	
	#splash {
		background-size:660px auto;
	}

	.content {
		width:540px;
		margin:0 10px;
	}
	
	nav ul li:first-child {
		display:none;
	}
	nav ul.sub-menu li:first-child {
		display:block !important;
	}
	
	nav ul li a {
		margin: 0;
		padding: 20px 8px;
	}
	nav ul li:last-of-type a {
		padding-right: 0;
	}
		
	#sidebar {
		width:700px;
		padding:40px 0 0 0;
	}
	
	#overview {
		width:700px;
		height:490px;
		background-size:700px auto;
	}
	
	#quote {
		width:540px;
	}
	
	#contact {
		width:640px;
		margin:0 40px;
	}
	
	#contact-form {
		float:left;
		width:300px;
		margin:0 0 35px 90px;
	}
	
	.unit_button {
		display: none;
	}
	
	#sidebar canvas {
		width: 230px;
		height: 230px;
		float: left;
	}
	
	#sidebar .canvas_details {
		top: 65px;
		left: 55px;
		width: 120px;
		height: 100px;
	}
	
	#sidebar #canvas_2 {
		left: 285px;
	}
	
	#sidebar #canvas_3 {
		left: 515px;
	}
	
	#sidebar .canvas_number {
		font-size: 50px;
	}
	
	.form-column {
		width:300px;
		margin:0;
	}
	
	.content .wpcf7 {
		width: 250px;
	}
	
	.wpcf7-text, .wpcf7-textarea {
		width:230px;
		margin:0;
	}
	
	.wpcf7-submit {
		width:250px;
	}
	
	.contactdetails {
		width: 250px !important;
		margin-left: 40px !important;
	}
	
	#contact-form .wpcf7-response-output {
		width:228px;
		margin-left:0 !important;
	}


	.credits {
		width:700px;
	}

}

@media all and (min-width: 768px) {
	
	.nav-toggle {
		display:none !important;
	}
	
	.menu-basis-container {
		display: block !important;
	}

}

@media all and (max-width: 767px) {
	
	body {
		padding-top:70px !important;
	}
	
	#main .container {
		overflow: hidden;
	}
	
	header {
		position: fixed;
		z-index:99999;
		top:0;
		left:0;
		height:60px !important;
	}
	
	header .container {
		width:100%;
	}
	
	#action {
		display:none;
	}
	
	nav {
		top:70px !important;
		left:0;
		margin:0 !important;
		width:100%;
		z-index:9999;
	}
	
	#logo {
		height:60px !important;
		padding:0 10px;
	}
	
	#logo img {
		height:60px !important;		
	}
	
	.menu-basis-container {
		display:none;
		float:left;
		width:100%;
		height:auto;
	}
	
	.menu-basis-container ul {
		float:left;
		width:100%;
		margin:0 auto;
		text-align:center;
	}
	
	.menu-basis-container ul li, .menu-basis-container ul li.has_children {
		float:left;
		width:100%;
		margin:0;
		text-align:center;
	}
	
	.menu-basis-container ul li a, .menu-basis-container ul li.has_children a {
		float:left;
		width:100%;
		margin:0;
		padding:10px 0;
		background:rgba(61,89,171,0.9);
		color:#fff;
	}
	
	.menu-basis-container ul li.current-menu-item a {
		background:rgba(61,89,171,0.7);
		color:#fff;
	}
	
	.menu-basis-container ul li a:hover {
		background:rgba(61,89,171,0.8);
		color:#fff;
		border:none;
	}
	
	.menu-basis-container ul.sub-menu {
		float:left;
		position:inherit;
		top:inherit;
		left:inherit;
		width:100%;
		padding:0;
	}
	
	.menu-basis-container ul.sub-menu li {
		padding: 0;
	}
	
	.menu-basis-container ul.sub-menu li a {
		background:rgba(61,89,171,0.7);
		padding:5px 0;
		width:100%;
	}
	
	.nav-toggle {
		display:block;
	}
	
	#slider, .royalSlider, #splash, #map {
		height:325px !important;
	}
	
	.content {
		padding:40px 20px 0 20px;
		font-size:16px;
		min-height: 100px;
	}
	
	.content blockquote {
		font-size:20px;
		margin:0 10px;
	}
	
	.post-type-archive-nieuws .news_date {
		width: 100%;
		font-size: 14px;
		text-align: right;
		margin-top: -5px;
		height: auto;
	}
	
	.post-type-archive-bedrijfsruimtes .item {
		margin: 0 5px;
	}
	
	.post-type-archive-bedrijfsruimtes .bedrijf {
		width: 100px;
	}
	
	.post-type-archive-bedrijfsruimtes .kantoor {
		width: 60px;
	}
	
	.post-type-archive-bedrijfsruimtes .unit .item {
		height: 25px;
		line-height: 25px;
	}
	
	.post-type-archive-bedrijfsruimtes .nummer {
		width: 25px !important;
	}
	
	.post-type-archive-bedrijfsruimtes .unit .button {
		right: -300px;
		width: 120px;
		top: -31px;
		padding: 0 10px;
	}
	
	#overview {
		display:none;
	}
	
	.unit_button {
		display: none;
	}

}

@media all and (max-width: 767px) and (min-width: 480px) {
	
	.container {
		width:480px;
	}
	
	#splash {
		background-size:420px auto;
	}
	
	#heading-inner {
		padding:18px 20px 10px 20px;
		width:420px;
	}
	
	#heading-inner h1 {
		font-size:28px;
	}
	
	.content {
		width:420px;
		margin:0 10px;
	}
	
	h1 {
		font-size:24px;
	}
	
	#sidebar {
		width:460px;
		padding:40px 0;
	}
	
	#sidebar canvas {
		width: 153px;
		height: 153px;
		float: left;
	}
	
	#sidebar .canvas_details {
		top: 43px;
		left: 35px;
		width: 80px;
		height: 65px;
	}
	
	#sidebar #canvas_2 {
		left: 190px;
	}
	
	#sidebar #canvas_3 {
		left: 342px;
	}
	
	#sidebar .canvas_text {
		font-size: 18px;
		margin-top: 7px;
	}
	
	#sidebar .canvas_number {
		font-size: 35px;
		margin-top: 5px;
	}
	
	#quote {
		width:460px;
		margin:0 10px;
		font-size:26px;
	}

	footer {
		padding:80px 0;
	}
	
	#contact {
		width:300px;
		margin:0 80px;
		padding:0 0 40px 0;
	}
	
	#company {
		width:300px;
		margin:0 10px 40px 10px;
	}
	
	.content .wpcf7 {
		width: 420px;
	}
	
	.content .wpcf7-text, .content .wpcf7-textarea {
		width: 400px;
		margin:0;
	}
	
	.content .wpcf7-select {
		width: 420px;
		background-position-x: 390px;
	}
	
	.content .wpcf7-submit {
		width:420px;
	}
	
	#availability {
		display: none;
	}
	
	#characteristics h3 {
		font-size: 28px;
	}
	
	#characteristics ul li {
		font-size: 20px;
	}
	
	#contact-form {
		width:300px;
		margin:0;
	}
	
	footer .form-column {
		width:300px;
		margin:0;
	}
	
	footer .wpcf7-text, footer .wpcf7-textarea {
		width:280px;
		margin:0;
	}
	
	footer.wpcf7-submit {
		width:300px;
	}
	
	#contact-form .wpcf7-response-output {
		width:283px;
		margin-left:0 !important;
	}
	
	.credits {
		width:300px;
		margin:0 90px;
		font-size:16px;
	}
	
}

@media all and (max-width: 479px) {

	.container {
		width:320px;
	}
	
	#splash {
		background-size:260px auto;
	}
	
	#heading-inner {
		padding:18px 20px 5px 20px;
		width:260px;
	}
	
	#heading-inner h1 {
		font-size:20px;
	}
	
	.content {
		width:260px;
		padding:20px 20px;
		margin:0 10px;
	}
	
	.content .item {
		width: 260px;
	}
	
	h1 {
		font-size:24px;
	}
	
	h2 {
		font-size:20px !important;
	}
	
	.post-type-archive-bedrijfsruimtes .item {
		margin: 0 10px;
	}
	
	.post-type-archive-bedrijfsruimtes .nummer {
		margin-left: 20px !important;
	}
	
	.post-type-archive-bedrijfsruimtes .bedrijf {
		width: 90px;
	}
	
	.post-type-archive-bedrijfsruimtes .kantoor {
		width: 60px;
	}
	
	.post-type-archive-bedrijfsruimtes .beschikbaar {
		display: none;
	}
	
	.post-type-archive-bedrijfsruimtes .unit .button {
		position: relative;
		right: auto;
		top: auto;
		float: right;
		width: 200px;
		margin-right: 20px;
		margin-top: 5px;
		margin-bottom: 40px;
		line-height: 30px;
		height: 30px;
		background-image: none;
		text-align: center;
	}
	
	#sidebar {
		width:100%;
	}
	
	#sidebar canvas {
		position: relative;
		width: 200px;
		height: 200px;
		left: 50%;
		margin-left: -100px;
	}
	
	#sidebar .canvas_details {
		top: 55px;
		left: 50%;
		width: 100px;
		height: 75px;
		margin-left: -50px;
	}
	
	#sidebar .canvas_text {
		font-size: 25px;
		margin-top: 10px;
	}
	
	#sidebar .canvas_number {
		font-size: 45px;
		margin-top: 5px;
	}
	
	#quote {
		width:300px;
		margin:0 10px;
		font-size:26px;
	}
	
	#availability {
		display: none;
	}
	
	#characteristics h3 {
		font-size: 25px;
	}
	
	#characteristics ul li {
		font-size: 18px;
		line-height: 28px;
	}
	
	
	.content .wpcf7 {
		width: 260px;
	}
	
	.content .wpcf7-text, .content .wpcf7-textarea {
		width: 240px;
		margin:0;
	}
	
	.content .wpcf7-select {
		width: 260px;
		background-position-x: 230px;
	}
	
	.content .wpcf7-submit {
		width:260px;
	}
	
	.contactdetails {
		margin-left: 10px;
	}
	
	footer {
		padding:80px 0;
	}
	
	#contact {
		margin:0 40px;
	}
	
	#contact-form {
		width:220px;
		margin:0 10px 40px 10px;
	}
	
	.form-column {
		width:220px;
		margin:0;
	}
	
	.wpcf7-text, .wpcf7-textarea {
		width:200px;
		margin:0;
	}
	
	.wpcf7-submit {
		width:220px;
	}
	
	#contact-form .wpcf7-response-output {
		width:198px;
		margin-left:0 !important;
	}
	
	.credits {
		width:260px;
		margin:0;
		margin-left: 30px;
		font-size:16px;
	}
	
}