
body {
	padding: 0px; 
	margin: 0px;
	font-family: 'Roboto', Arial, sans-serif; 
	font-size: 16px;
	color: #020345;
	font-weight: 200;
}

a {
	color: #020345;
	text-decoration: underline;
}

a:hover {
	color: #020345;
	text-decoration: none;
}

h2 a {
	color: inherit;
}

.overlay-dark {
  top: 0;
  position: fixed;
  background-color: #000;
  opacity: .8;
  width: 100%;
  height: 100%;
  z-index: 55555;
  display: none;
}

.img-overlay {
  position: fixed;
  top: 90px;
  max-height: 80%;
  left: 50%;
  transform: translate(-50%, 0) scale(0, 0);
  z-index: 55556;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  transition: all .3s ease;
  max-width: 90%;
}

#projecten .items img {
	cursor: pointer;
}

img {
	border: 0px;
	border-radius: 10px;
}

p {
	line-height: 1.5em;
}

p strong {
	font-weight: 500;
}

hr {
	background: #808080;
	width: 80%;
	margin: 10px auto;
	border: 0;
	height: 1px;
}

input, textarea {
	font-family: 'Roboto', Arial, sans-serif; 
	font-weight: 200;
	font-size: 14px;
	margin-top: 5px;
	padding: 10px 15px;
	width: 90%;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input:focus, textarea:focus {
	border: 1px solid #ccc;
	background: #f7f7f7;
	outline: none;
}

input[type="submit"] {
	width: initial;
	background-color: #020345;
	padding: 10px 20px;
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: bold;
	cursor: pointer;
	text-transform: uppercase;
}

div.wrapper {
	padding-top: 0px;
}

div.sticky {
	top: 0px;
	margin: 0px;
	padding: 10px 0;
	width: 100%;
	background-color: #F9E8D6;
	z-index: 100;
	border-bottom: 5px solid #020345;
}

div.top {
	background-color: #020345;
}

div.top .text {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	color: #fff;
	padding: 15px 0px;
	text-align: right;
	font-size: 14px;
}

div.header {
	margin: 0 auto;
	width: 100%;
	height: 50px;
	max-width: 1000px;
}

div.header .logo {
	padding: 0px;
	width: 340px;
	height: 50px;
	float: left;
}

div.header .logo img {
	max-width: 100%;
	max-height: 50px;
}

div.header .menu {
	float: right;
}

div.header .menu .expand {
	display: none;
	position: absolute;
	top: 15px;
	right: 15px;
	height: 30px;
	width: 30px;
	font-size: 24px;
	cursor: pointer;
}

div.header .menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: table;
}

div.header .menu ul li {
	display: table-cell;
}

div.header .menu ul li a {
	display: inline-block;
	line-height: 50px;
	text-transform: uppercase;
	margin: 0px;
	margin: 0 15px;
	padding: 0;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 1px;
	color: #020345;
}

div.header .menu ul li.active a {
	border-bottom: 2px solid #020345;
}

/* common styling */
div.header .menu ul.headmenu li {position:relative; letter-spacing: 1px;}
div.header .menu ul.headmenu li ul {display: none;}

/* specific to non IE browsers */

div.header .menu ul li:hover ul {z-index: 9999; display:block; position:absolute; top:50px; left:0; background:#F9E8D6; padding: 10px 0; border-radius: 0px 0px 5px 5px; }
div.header .menu ul li ul li {float: left; text-align: left;}
div.header .menu ul li:hover ul li a {display:block; background:none; font-weight: normal; border: 0px; line-height: 20px; padding: 5px 15px; width: 160px; margin: 0;}
div.header .menu ul li ul li a:hover {text-decoration:underline;}

.homeSlider {
    width: 100%;
    height: 450px;
    position: relative;
    margin-bottom: 30px;
}

.homeSlider .slide {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 2000ms;
	overflow: hidden;
}

.homeSlider .slide:before {
	content: "";
	background-color: rgba(255, 255, 255, 0.5);
	transform: skewX(-25deg);
	width: 40%;
	height: 100%;
	top: 0;	
	right: 30%;
	position: absolute;
}

.homeSlider .slide.active {
    opacity: 100;
}

.homeSlider .controls {
    position: absolute;
    bottom: 30px !important;
    margin-left: 5%;
	display: none;
}

.homeSlider .controls .pagination div {
    margin-right: 3px;
    height: 24px;
    width: 24px;
    border-radius: 100em;
    background: rgba(255, 255, 255, 0.4);
    float: left;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.homeSlider .controls .pagination div:hover, .homeSlider .controls .pagination div.active {
    background: #FFF;
    cursor: pointer;
}

.homeSlider div.layer {
    float: left;
    position: relative;
    width: 40%;
	max-width: 500px;
	margin: 0;
	margin-left: calc( 50% - 250px );
    top: 50%;
    transform: translateY(-50%);
	text-align: center;
	padding: 20px 40px;
}

.homeSlider div.layer p.title {
	text-transform: uppercase;
	font-weight: 500;
	color: #020345;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	font-size: 40px;
	display:block;
	line-height: 50px;
}

.homeSlider div.layer p.subtitle {
	color: #020345;
	font-weight: 500;
	line-height: 24px;
	font-size: 20px;
	margin: 0;
	padding: 0;
}

div.verkoop {
	background-color: #E9E9E9;
	padding: 30px 0;
}

div.devider {
	background-image: url('../images/devider.jpg');
	background-position: center center;
	background-size: cover;
	margin: 15px 0;
}

div.devider h3 {
	text-align: center;
	color: #fff;
	font-size: 32px;
	font-weight: 500;
	margin: 10px 0;
}

div.devider h4 {
	text-align: center;
	color: #EEC90D;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 2px;
	margin: 10px 0;
}

div.devider p {
	text-align: center;
}

div.devider .pagecontent {
	text-align: center;
	padding: 60px 20%;
    width: 60%;
	background-color: rgba(32, 56, 112, 0.7);
}

div.content {
	margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}

div.content h1 {
	font-family: Kurale;
	font-weight: 600;
	color: #020345;
	font-size: 24px;
	padding-top: 0px;
}

div.content h2 {
	font-family: Kurale;
	font-weight: 600;
	color: #020345;
	font-size: 20px;
	margin-top: 30px;
}



div.content h2.alt {
	display: block;
	clear: both;
	margin: 0;
	padding: 10px;
	text-align: center;
	background-color: #020345;
	color: #fff;
	border-radius: 10px;
}

div.content h3 {
	font-family: Kurale;
	font-weight: 600;
	color: #020345;
	font-size: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
}

div.content h4 {
	font-family: Roboto;
	font-weight: 500;
	color: #020345;
	font-size: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0;
}


#pagecontent {
	text-align: left;
}

#pageright {
	float: right;
	width: 25%;
	text-align: left;
}

div.content .pagecontent {
	text-align: center;
	margin: 0 auto;
	width: 1000px;
}

div.content .pagecontent.moduleless h3 {
	font-size: 20px;
	color: #e6005b;
	font-weight: 300;
}

div.content .pagecontent p, div.content .pagecontent li {
	line-height: 1.75em;
}

div.content p a.readmore {
	color: #fff;
	background-color: #51b143;
	text-decoration: none;
	padding: 10px 20px;
	line-height: 40px;
	text-transform: uppercase;
	clear: both;
	font-size: 14px;
}

div.content .pagecontent p a.readmore:hover {
	text-decoration: underline;
}

div.content .pagecontent .block {
	clear: both;
	width: 100%;
}

div.content .pagecontent .block .column {
	width: 50%;
	text-align: left;
	float: left;
}

div.content .pagecontent .block .column.toppadding {
	padding-top: 30px;
}

div.content .pagecontent .block .column img {
	width: 90%;
	margin: 10% 0;
	margin-left: 10%;
}

div.content .pagecontent .block .column.toppadding img {
	width: 100%;
	margin: 20px 0;
}

div.content .pagecontent .block .column h3 {
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 25px;
}

div.content .pagecontent .block .column ul {
	line-height: 1.5em;
    color: #5C5C5C;
}

div.content .col {
	padding-bottom: 0px;
}

div.content .col-multi {
	margin: 0 auto;
}

div.content .col-multi .items {
	text-align: center;
}

div.content .col-multi .items .item {
	display: inline-block;
	width: 25%;
	max-width: 400px;
	margin: 10px;
	vertical-align: top;
}

div.content .col-multi .items .item img {
	margin-top: 1em;
	max-width: 100%;
	height: auto !important;
}

div.content .col-multi .items .item td img {
	margin-top: 0;
}

div.content .col-multi .items .item:hover {
}

div.content .col-multi .items .item .image {
	text-align: center;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}

div.content .col-multi .items .item .image img {
	width: 100%;
}

div.content .col-multi .items .item .intro {
	padding: 10px 20px;
	text-align: left;
}

div.content .col-multi .items .item .intro h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	letter-spacing: 1px;
	font-size: 18px;
}

div.content .col-multi .items .item .intro p {
	margin: 0px;
	margin-top: 10px;
}

div.content .col-multi .items .item .intro p span {
	font-size: 13px;
	padding: 3px 10px;
	color: #aaa;
}

div.content .col-multi .items .item .description {
	text-align: left;
	line-height: 1.5em;
}

div.content .col-multi .items .item .description p {
	margin-top: 0;
}

div.content .col-multi .items .item .more {
	display: none;
}

div.content .col-multi .items .item .description {
	padding-top: 20px;
}

div.content .col-multi .items .item .description p.readmore {
	text-align: right;
}

div.content .col-multi.elements .items {
	text-align: left;
}

div.content .col-multi.elements .items .item {
	width: 45%;
	margin: 10px 0;
	max-width: none;
}

div.content .col-multi.elements .items .item:nth-of-type(even) {
	margin-left: 5%;
}

div.content .col-multi.elements .items .item:nth-of-type(odd) {
	margin-right: 5%;
}

div.content.reviews  {
	max-width: none;
	background-color: #EEF6D4;
	padding: 30px 0;
}

div.content .col-multi.cols-1 .items .item {
	width: 100%;
	margin: 0 !important;
	max-width: none;
}

div.content .col-multi.cols-3 .items .item {
	width: 30%;
	margin: 0 !important;
	max-width: none;
}

div.content .col-multi.cols-4 .items .item {
	width: 23%;
	padding: 0 1%;
	margin: 0 !important;
	max-width: none;
}

div.content .col-multi.cols-3 .items .item:first-child {
	margin-right: 5% !important;
}

div.content .col-multi.cols-3 .items .item:last-child {
	margin-left: 5% !important;
}

div.verkoop .content.full-width {
	max-width: none;
}

div.verkoop .content .col-multi .items .item {
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

div.verkoop .content .col-multi .items .item:hover {
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

div.verkoop .content .col-multi .items .item .intro h4 {
	color: #020345;
	margin: 0;
	margin-top: 10px;
	font-weight: 500;
	text-transform: uppercase;
}

div.verkoop .content .col-multi .items .item .intro p {
	color: #808080;
	font-size: 14px;
	text-transform: uppercase;
}

div.verkoop .content .col-multi .items .item .description {
	display: none;
}

div.content .footer .col-multi .items {
	text-align: left;
}

div.content .footer .col-multi .items .item {
	margin: 10px 0;
	color: #fff;
	font-size: 12px;
}

div.content .footer .col-multi .items .item a {
	color: #fff;
}


div.content.footer {
	background-color: #eee;
	max-width: none;
}

div.content .footer h3 {
	font-size: 12px;
	text-transform: uppercase;
    font-weight: 500;
	margin-top: 15px;
	margin-bottom: 20px;
	color: #fff;
	font-family: 'Roboto', Arial, sans-serif;
	
}

div.content .footer ul {
	list-style: none;
	padding: 0;
	clear: both;
}

div.content .footer ul li {
	padding-bottom: 10px;
}

div.content .footer ul.socials li {
	float: left;
	padding-right: 10px;
}

div.content .footer ul.socials li a {
	font-size: 48px;
}

div.lightbox_portfolio {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 1000;
	overflow-y: scroll;
	background: rgba(0,0,0,.7);
}

div.lightbox_portfolio .container {
	margin: 75px auto;
	width: 700px;
	z-index: 1020;
}

div.lightbox_portfolio .close {
	width: 32px;
	height: 32px;
	padding: 8px;
	background-color: #020345;
	position: relative;
	top: 0;
	left: 100%;
	margin-left: 25px;
	cursor: pointer;
}

div.lightbox_portfolio .close:hover {
	background-color: #152647;
}

div.lightbox_portfolio .frame {
	background-color: #fff;
	min-height: 200px;
}

div.lightbox_portfolio .frame .image {
	margin-top: -48px;
	max-height: 350px;
	overflow: hidden;
	background-color: #eee;
	text-align: center;
}

div.lightbox_portfolio .frame .image img {
	max-width: 100%;
}

div.lightbox_portfolio .frame .description {
	display: block;
	padding: 40px;
	padding-top: 20px;
}

div.lightbox_portfolio .frame .description p {
	line-height: 1.6em;
}

div.lightbox_portfolio .frame .link {
	display: block;
	background-color: #020345;
	padding: 10px 40px;
}

.slider .image img {
	width: 100%;
}

.slider.video {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.slider.video .video {
	 width: 68%;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.slider.video .side {
	flex: 1;
	width: calc( 32% - 60px );
	background: linear-gradient(45deg, rgba(243, 234, 95, 1) 0%, rgba(43, 208, 253, 1) 100%);
	padding: 30px;
	padding-top: 50px;
}

.slider.video .side img {
	width: 200px;
	margin: 10px;
}

.slider.video .side p {
	color: #fff;
	font-size: 20px;
}

.slider.video .side a {
	margin-top: 20px;
}

div.content.diensten {
	margin-bottom: 30px;
}

#tarieven div.content h3 {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 24px;
	display: inline-block;
	margin-bottom: 0px;
	font-weight: 400;
	position: relative;
}

#tarieven div.content h3::before {
  /* Highlight color */
  background-color: #F9E8D6;

  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: 60%;
  left: -2px;
  bottom: 0;
  z-index: -1;
  transform: rotate(-2deg);
}

.diensten .item a {
	display: block;
	text-align: center;
	padding: 10px 0;
	font-weight: 400;
	color: #020345;
}

a.button {
	border: 1px solid #020345;
	color: #020345;
	padding: 10px 0px;
	text-transform: uppercase;
	font-size: 13px;
	text-decoration: none;
	width: 100%;
	margin-top: 20px;
	display: block;
	text-align: center;
}

a.button-alt {
	width: initial;
    background-color: #020345;
    padding: 10px 20px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
	text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
	border-radius: 5px;
	display: inline-block;
	
}

#devider div.content .col-multi.cols-3 .items .item h2 {
	color: inherit;
    font-size: 32px;
	font-weight: 500;
	text-transform: none;
    letter-spacing: 0px;
	font-size: 26px;
	margin-top: 15px;
	word-break: break-word;
}

#mica-keur div.content .col-multi.elements .items .item:nth-of-type(odd) {
    padding: 15px 30px;
	width: calc( 45% - 60px );
	background-color: #020345;
	color: #fff;
}

#mica-keur div.content .col-multi.elements .items .item:nth-of-type(odd) h3 {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 40px;
	margin: 30px 0;
}

/*===== responsive =====*/

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

	
	.homeSlider div.layer p.title {
		font-size: 30px;
	}
	
	.homeSlider div.layer p.subtitle {
		font-size: 16px;
	}
}

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

	
	div.content .pagecontent {
		margin: 0 30px;
		width: calc( 100% - 60px );
	}
}

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

	div.header .menu {
		margin: 0px;
	}

	div.sticky {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	div.sticky .header .logo {
		width: 100%;
		text-align: center;
	}

	div.sticky .header .menu {
		display: block;
		width: 100%;
	}

	div.sticky .header .menu ul {
		width: 100%;
	}

	div.sticky .header .menu ul li {
		text-align: center;
	}

	div.sticky .header .menu ul li a {
		padding: 0px;
		line-height: 40px;
	}

	div.content .slider {
		height: 400px;
	}

	div.content .slider img {
		min-height: 400px;
	}

	div.content .slider .slider_overlay p {
		width: 90%;
		padding: 0 5%;
		font-size: 18px;
	}

	div.content .slider .slider_overlay p.heading {
		margin-top: 160px;
		font-size: 40px;
	}
	
	div.content .col {
		width: 90%; !important;
	}
	
	div.content .col.contact {
		width: 100%; !important;
	}
	
	div.content .col.footer {
		width: 100%; !important;
	}
	
	div.content .col-duo {
		height: 300px;
	}
	
	div.content .col-duo .first, div.content .col-duo .second {
		height: 300px;
	}

	div.content .col-duo .first img {
		max-height: 300px;
	}

	div.content .col-duo .second .quote p {
		font-size: 0.85em;
	}
	
	div.content .col-multi .items .item {
		max-width: 500px;
		width: 40%;
		padding: 0 5%;
	}
	
	div.content .portfolio .items {
		height: 300px;
	}

	div.content .portfolio .items .multi-slider {
		min-width: 2950px;
		margin-left: 30px;
	}
	
	div.content .portfolio .items .item {
		width: 300px;
	}
	
	div.content .portfolio .items .item .image {
		height: 150px;
	}

	div.content .col-multi.contact .items .item {
		width: 90%;
	}
	
	div.lightbox_portfolio .container {
		width: 70%;
		margin-top: 100px;
	}
	
	div.lightbox_portfolio .frame .image {
		max-height: 260px;
	}
	
	div.lightbox_portfolio .close {
		margin-left: 0px;
	}
	
	div.content .blog .artikel h2 {
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
	}

	div.content .blog .artikel, div.content .blog .right {
		float: none;
		width: 100%;
		margin-left: 0px;
	}

	div.content .blog .right div.author {
		float: none;
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
	
	.homeSlider .slide:before {
		display: none;
	}
	
	.homeSlider div.layer {
		background-color: rgba(255, 255, 255, 0.7);
		margin: 0;
		width: calc( 100% - 80px );
		max-width: none;
		text-align: center;
	}
	
	#devider div.content .col-multi.cols-3 .items .item h2 {
		font-size: 20px;
	}

	div.content .col-multi.cols-4 .items .item {
		width: 48%;
		padding: 0 1%;
		margin: 0 !important;
		max-width: none;
	}
}

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


	div.content .col-multi.elements .items .item {
		width: auto;
		margin: 0 !important;
		margin-top: 10px !important;
		max-width: none;
		padding:0px;
	}

	div.content .col-multi.cols-4 .items .item {
		width: 48%;
		padding: 0 1%;
		margin: 0 !important;
		max-width: none;
	}

	#devider div.content .col-multi.elements .items .item {
		width: calc( 100% - 60px );
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	
	#devider {
		margin-top: 30px;
		padding: 10px 0;
	}

	#mica-keur div.content .col-multi.elements .items .item:nth-of-type(odd) {
		width: calc( 100% - 60px );
	}
}


@media all and ( max-width: 600px ) {
	
	div.top {
		display: none;
	}
	
	div.header .logo img {
		max-width: 250px;
		margin-top: 0px;
	}
	
	div.content .welkom img {
		width: 90%;
	}
	
	div.content .col-multi .items .item {
		width: 90%;
	}
	
	div.sticky div.header .menu .expand {
		display: block;
	}
	
	div.sticky .header .menu ul.headmenu {
		width: 100%;
		left: -100%;
		transition: all 0.5s ease-out;
		-webkit-transition: all 0.5s ease-out;
		position: absolute;
		top: 65px;
		width: 100%;
		background-color: #ECECEC;
		z-index: 9;
	}

	div.sticky .header .menu ul.headmenu li {
		text-align: left;
		padding: 0;
		width: 100%;
		display: block;
		border-bottom: 1px solid #F8F8F8;
	}

	div.sticky .header .menu ul.headmenu li a {
		padding: 0px;
		margin: 0;
		line-height: 30px;
		padding: 0 5%;
		width: 90%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	div.sticky .header .menu ul.headmenu li ul {
		display: block;
	}
	
	div.sticky .header .menu ul.headmenu li ul li {
		background-color: #F8F8F8;
		float: none;
	}
	
	div.sticky .header .menu ul.headmenu li ul li a {
		padding-left: 10%;
		width: 85%;
	}
	
	div.header .menu ul li:hover ul {
		position:initial; 
		padding: 0; 
		border-radius: 0px; 
	}
	
	div.header .menu ul li:hover ul li a {
		display: inline-block;
		color: #020345;
		padding-left: 10%; 
		margin: 20px 15px;
	}

	div.content .slider {
		height: 300px;
	}

	div.content .slider img {
		min-height: 300px;
	}

	div.content .slider .slider_overlay p.heading {
		margin-top: 90px;
		font-size: 30px;
	}
	
	div.content .portfolio .items {
		height: 240px;
	}

	div.content .portfolio .items .multi-slider {
		min-width: 2050px;
		margin-left: 30px;
	}
	
	div.content .portfolio .items .item {
		width: 200px;
	}
	
	div.content .portfolio .items .item .image {
		height: 100px;
	}
	
	div.content .blog .artikel img.floatright {
		display: none;
	}
	
	div.lightbox_portfolio .container {
		width: 96%;
		margin: 2%;
	}
	
	div.lightbox_portfolio .close {
		margin-left: -50px;
		transform: scale(0.75);
		-webkit-transform: scale(0.75);
		-o-transform: scale(0.75);
		-ms-transform: scale(0.75);
		-moz-transform: scale(0.75);
	}
	
	div.lightbox_portfolio .frame .description, div.lightbox_portfolio .frame .tags, div.lightbox_portfolio .frame .link {
		padding: 20px;
	}
	
	.homeSlider {
		height: 375px;
	}
	
	.homeSlider div.layer p.title {
		font-size: 24px;
		line-height: 36px;
	}
	
	.homeSlider div.layer p.subtitle {
		font-size: 16px;
	}
}

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

	body {
		font-size: 14px;
	}
	
	
	div.header .menu ul li a {
		letter-spacing: 0px;
	}
	
	div.content .contact .items .item p {
		font-size: 13px;
	}
	
	div.content .portfolio .items {
		height: 240px;
	}
	
	div.content .portfolio .items .item {
		width: 200px;
	}
	
	div.content .portfolio .items .item .image {
		height: 100px;
	}

	div.content .slider .slider_overlay p {
		font-size: 14px;
	}

	div.content .slider .slider_overlay p.heading {
		font-size: 24px;
	}
	
	.homeSlider div.layer p.title {
		font-size: 18px;
		line-height: 32px;
	}
	
	.homeSlider div.layer p.subtitle {
		font-size: 14px;
	}
}

#shr-admin-badge {
	display: none;
}