

html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

::-webkit-scrollbar {
	display: none;
}

::-moz-selection {
	color: #FFFFFF;
	background: #000;
}

.container {
	padding: 0 30px;
}
.nopadding {
	padding: 0;
}

.custompadding {
	padding-left: 5px;
	padding-right: 5px;
}

.rightpadding {
	padding-left: 0px;
}

.service-description a, .pta-project-details a {
	background-color: #fee404;
	color: #000;
	display: inline-block;
	padding: 0 4px !important;
}
.service-description a:focus, .service-description a:hover, .pta-project-details a:hover, .pta-project-details a:focus {
	background-color: #000;
	color: #fff;
	display: inline-block;
	padding: 0 4px !important;
	text-decoration: none;
}
.service-description a {
	font-size: 14px;
}



.row {
	margin: 0 0 0 0 !important;
}
.honingvoorjou {
	position: absolute;
    	left: -30000px;
    	visibility: hidden;
    	opacity: 0;
}



#loading {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: fixed;
	opacity: 1;
	background-color: #fee404;
	z-index: 99;
	text-align: center;
}

#loading-image {
	display: inline;
	top: 40%;
	position: relative;
	z-index: 100;
}



#frame-top, #frame-bottom, #frame-left, #frame-right {
	background: #EFEFEF;
	position: fixed;
	z-index: 111;
}
#frame-left, #frame-right {
	top: 0; bottom: 0;
	width: 15px;
}
#frame-left { left: 0; }
#frame-right { right: 0; }

#frame-top {
	left: 0; right: 0;
	height: 15px;
}
#frame-bottom {
	left: 0; right: 0;
	height: 15px;
}

#frame-top { top: 0; }
#frame-bottom { bottom: 0; }



.spacer {
	width: 100%;
	height: 75px;
}

.spacer-1 {
	width: 100%;
	height: 50px;
}


header .logo {
	position: absolute;
	top: 45px;
	left: 45px;
	padding: 0px 0px;
	max-width: 250px;
	margin: 0 auto;
	text-align: center;
	font-family: Merriweather;
	font-weight: 700;
	font-size: 24px;
	text-decoration: none;
}

header .logo:hover {
	text-decoration: none;
}

header .logo:focus {
	text-decoration: none;
}

header .logo span {
	color: #fee404;
}

header .logo span:hover, header .logo span:focus {
	color: #fee404;
}



header {
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	width: 100%;
	z-index: 11;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}




#top-nav {
	position: fixed;
	top: 65px;
	right: 40px;
	height: 80px;
	display: none;
}

#top-nav ul {
	height: 100%;
	padding-top: 18px;
}


#top-nav li {
	font-family: Marriweather;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	margin-right: 1em;
	padding: 0.5em;
}

#top-nav a {
	position: relative;
	display: inline-block;
	color: #111111;
	text-decoration: none;
}

#top-nav a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -3px;
	left: 0;
	background-color: #fee404;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

#top-nav a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.no-touch #top-nav a:hover {
	text-decoration: none;
	color: #000;
}

#top-nav .active a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -3px;
	left: 0;
	background-color: #fee404;
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

#top-nav .active a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}



.pta-top-nav  {
	position: fixed;
	top: 40px;
}

.pta-top-nav a {
	position: relative;
	display: inline-block;
	color: #111111 !important;
	font-size: 15px;
	font-family: 'Merriweather';
	font-style: normal;
	font-weight: 400;
	letter-spacing: 00px;
	text-decoration: none;
}


.pta-top-nav a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px !important;
	bottom: -3px;
	left: 0;
	background-color: #666666 !important;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.pta-top-nav a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}


.nav-trigger {
	width: 40px;
	height: 40px;
	z-index: 31;
	position: fixed;
	right: 10px;
	top: 55px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .7s cubic-bezier(.77,0,.175,1);
	-moz-transition: .7s cubic-bezier(.77,0,.175,1);
	-o-transition: .7s cubic-bezier(.77,0,.175,1);
	transition: .7s cubic-bezier(.77,0,.175,1);
	cursor: pointer;
}

.nav-trigger span {
	display: block;
	position: absolute;
	height: 2px;
	width: 24px;
	background: #111;
	border-radius: 0px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.nav-trigger span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.nav-trigger span:nth-child(2) {
	width: 18px;
	top: 8px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.nav-trigger span:nth-child(3) {
	top: 16px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.nav-trigger.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -1px;
	left: 4px;
}

.nav-trigger.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

.nav-trigger.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 4px;
}


.nav-logo {
	position: fixed;
	top: 45px;
	left: 30px;
	padding: 5px 10px;
	max-width: 250px;
	letter-spacing: -1px;
	margin: 0 auto;
	text-align: center;
	font-family: Merriweather;
	font-weight: 600;
	font-size: 28px;
	text-transform: uppercase;
	color: #111;
	text-decoration: none;
	z-index: 11;
}

.nav-logo:hover {
	text-decoration: none;
	color: #111;
}

.nav-logo:focus {
	text-decoration: none;
}

.nav-logo span {
	padding: 2px;
	color: #FFF;
	background: #fee404;
}

#nav-menu {
	position: fixed;
	height: 100%;
	right: 0;
	top: 0;
	visibility: hidden;
	/* the secondary navigation is covered by the main element */
	z-index: 1;
	width: 260px;
	background-color: #F1F1F1;
	overflow-y: auto;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform .6s 0s, visibility 0s .6s;
	-moz-transition: -moz-transform .6s 0s, visibility 0s .6s;
	transition: transform .6s 0s, visibility 0s .6s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	/* this creates the subtle slide in animation of the navigation */
	-webkit-transform: translateX(260px);
	-moz-transform: translateX(260px);
	-ms-transform: translateX(260px);
	-o-transform: translateX(260px);
	transform: translateX(260px);
}

#nav-menu .navigation {
	margin-top: 100px;
	margin-bottom: 50px;
}


#nav-menu li {
	padding-bottom: 1em;
}

#nav-menu li {
	display: block;
	line-height: 1.8em;
	font-family: Merriweather;
	font-size: 19px;
	letter-spacing: 0px;
	text-align: left;
	line-height: 2;
	padding-bottom: 1em;
	padding-left: 2em;
	color: #222;
}

#nav-menu a {
	position: relative;
	color: #111;
	text-decoration: none;
}


#nav-menu a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -3px;
	left: 0;
	background-color: #fee404;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

#nav-menu li:hover a::before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}


.no-touch #nav-menu a:hover {
	color: #000;
	text-decoration: none;
}


.main.is-active {
	-webkit-transform: translateX(-260px);
	-moz-transform: translateX(-260px);
	-ms-transform: translateX(-260px);
	-o-transform: translateX(-260px);
	transform: translateX(-260px);
	-webkit-transition: -webkit-transform .6s 0s, visibility 0s 0s;
	-moz-transition: -moz-transform .6s 0s, visibility 0s 0s;
	transition: transform .6s 0s, visibility 0s 0s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

header.is-active {
	/* translate to show the lateral menu */
	-webkit-transform: translateX(-260px);
	-moz-transform: translateX(-260px);
	-ms-transform: translateX(-260px);
	-o-transform: translateX(-260px);
	transform: translateX(-260px);
	-webkit-transition: -webkit-transform .6s 0s, visibility 0s 0s;
	-moz-transition: -moz-transform .6s 0s, visibility 0s 0s;
	transition: transform .6s 0s, visibility 0s 0s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

#nav-menu.is-active {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	-webkit-transition: -webkit-transform .6s 0s, visibility 0s 0s;
	-moz-transition: -moz-transform .6s 0s, visibility 0s 0s;
	transition: transform .6s 0s, visibility 0s 0s;
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	/* smooth the scrolling on touch devices - webkit browsers */
	-webkit-overflow-scrolling: touch;
}

#nav-menu .copyright-text {
	font-family: Open Sans;
	font-size: 12px;
	font-weight: 200;
	letter-spacing: 1px;
	padding: 0px 20px;
}

.nav-social ul {
	padding: 0.5em;
	list-style-type: none;
}

.nav-social li {
	display: inline !important;
	padding-left: 1em !important;
}

.nav-social i, .nav-social a {
	font-size: 21px;
	color: #fee404;
}

.nav-social a:before {
	display: none;
}

@media only screen and (min-width: 768px) {
	#nav-menu .navigation {
		margin-top: 175px;
		margin-bottom: 50px;
	}
	.nav-social ul {
		padding: 0.4em;
	}
}







.main {
	padding-top: 150px;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	z-index: 11;
}

.main-intro h1 {
	font-family: Open Sans;
	font-size: 34px;
	font-weight: 600;
	color: #333222;
	letter-spacing: 0px;
	line-height: 1.2;
	margin: 0 0 50px;
}

.main h1 a {
	position: relative;
	text-decoration: none;
	color: #fee404;
}

.main h1 a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: -5px;
	left: 0;
	background-color: #fee404;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.main h1 a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.intro-button {
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 600;
	color: #111;
	text-decoration: none;
	margin-right: 1em;
	padding: 6px 12px;
	border: 2px solid;
	border-color: #fee404;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.btn-fill {
	color: #FFF;
	background: #fee404;
}

.intro-button:hover, .intro-button:focus {
	background: #fee404;
	color: #FFF;
	text-decoration: none;
}

.btn-fill:hover {
	color: #fee404;
	border-color: #fee404;
	background: #FFF;
}



.pt-portfolio {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 100px;
}

.pt-portfolio-intro {
	padding: 1em;
	width: 100%;
	text-align: left;
}

.pt-portfolio-intro h3 {
	font-family: Open Sans;
	font-size: 18px;
	font-weight: 700;
	color: #fee404;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.2;
	margin: 0 0 2em 0;
}

.pt-portfolio-intro h1 {
	font-family: Merriweather;
	font-size: 28px;
	font-weight: 600;
	color: #111;
	letter-spacing: 0px;
	line-height: 1.2;
}

.pt-portfolio-intro h1::after {
	content: "";
	display: block;
	width: 75px;
	height: 2px;
	margin-top: 0.3em;
	left: 0;
	background-color: #fee404;
	-webkit-transition: .5s;
	-moz-transition: 0.5s;
	transition: .5s;
}

.pt-portfolio-intro:hover h1::after {
	width: 150px;
}

.pt-portfolio-section {
	margin-top: 50px;
	padding-bottom: 50px;
	background: #F6F6F6;
}

.pt-title {
	padding-left: 24px;
}

.pt-title span {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 5px 6px;
	color: #FFF;
	text-transform: uppercase;
	background: #fee404;
}

.overlay {
	background: rgba(7, 45, 239, 0.90);
	position:absolute;
	top: 0px;
	left: 0px;
	bottom: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.overlay-items {
	height: 300px;
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
}

.overlay-items h5 {
	font-family: Open Sans;
	display: block;
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	transition-delay: 0.1s;
	opacity: 0;
}

.overlay-items p {
	margin-top: 1em;
	opacity: 0;
	font-size: 12px;
	font-family: Open Sans;
	font-weight: 600;
	letter-spacing: 2px;
	color: #fee404;
	padding: 5px 5px;
	background: #FFF;
	display: inline-block;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.2s;
}

.grid img {
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.grid a:hover img {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.grid a:hover .overlay {
	visibility: visible;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.grid a:hover h5, .grid a:hover p {
	opacity: 1;
	text-decoration: none;
}


.pt-about-cta {
	margin-top: 50px;
	margin-bottom: 100px;
	padding: 1em;
}

.pt-about-cta h1 {
	font-family: Merriweather;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0px;
	line-height: 1.5;
	margin: 0;
}

.pt-about-cta a:before {
	display: none;
}

.cta-button{
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 600;
	color: #000 !important;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 16px;
	margin: 1em 0 0;
	border: 2px solid #000;
	background: #fff;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.cta-button:hover {
	color: #111 !important;
	background: #FFF;
}







.pt-portfolio-item {
	padding: 0;
}

.pt-portfolio-item img {
	max-width: 100%;
	max-height: 100%;
}




label {
	font-family: Open Sans;
	font-size: 15px;
	font-weight: 400;
	color: #111111;
}

.controls input {
	color: #000;
}

.form-control {
	font-family: Open Sans;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0 !important;
	color: #000;
	border: 0px;
	border-radius: 0px;
	margin-top: 10px;
	background: transparent;
	margin-bottom: 20px;
	padding: 6px 0;
	border-bottom: 1px solid #ccc;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
	box-shadow: inset 0 0px 0px rgba(0,0,0,0);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.form-control:focus {
	border-color: #000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.form-control::-webkit-input-placeholder {
	font-family: Open Sans;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 1px;
	color: #ccc;
}

.form-control:-moz-placeholder {
	font-family: Open Sans;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 1px;
	color: #ccc;
}


.form-control::-moz-placeholder {
	font-family: Open Sans;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 1px;
	color: #ccc;
}

.form-control:-ms-input-placeholder {
	font-family: Open Sans;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 1px;
	color: #ccc;
}

.text-muted {
	font-family: Open Sans;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #222;
}

.text-muted strong {
	color: #FF3333;
}

.btn-send {
	font-family: Open Sans;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	border-radius: 0px;
	color: #000 !important;
	background: #fff !important;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.btn-send:hover, .btn-send:focus {
	color: #FFFFFF !important;
	background: #000000 !important;
}



.contact-us {
	width: 100%;
	height: 100%;
	padding-top: 150px;
	padding-bottom: 0px;
	background: #FFFFFF;
}

.contact-bg {
	background: #F2F2F2;
}

.ct-intro {
	width: 100%;
	height: 100%;
	padding: 0;
	background-size: cover;
	background-position: left;
}

.ct-intro h5 {
	font-family: Merriweather;
	font-weight: 700;
	font-size: 1em;
	text-transform: uppercase;
	color: #111111;
	letter-spacing: 1px;
	line-height: 1.2;
	margin: 0 0 20px;
}


.ct-intro h2 {
	font-family: Merriweather;
	font-size: 2em;
	color: #111;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1.2;
}


.aft-line {
	height: 2px;
	width: 50px;
	background: #111111;
	margin-top: 1em;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.ct-intro:hover .aft-line {
	width: 100px;
}

.ct-section-1 {
	width: 100%;
	height: 100%;
}

.ct-section-title {
	padding: 0em;
}

.ct-section-title i {
	font-size: 48px;
	color: #666666;
}


.ct-section-title h2 {
	font-family: Merriweather;
	font-weight: 600;
	font-size: 2em;
	color: #111;
	letter-spacing: -1px;
	line-height: 1.2;
}

.ct-section-content {
	padding: 0em;
}

.ct-section-content span {
	font-size: 14px;
	font-weight: 600;
}

.ct-section-content p {
	font-family: Open Sans;
	font-size: 15px;
	color: #111;
	padding-top: 1em;
	letter-spacing: 1px;
	line-height: 1.8;
}

@media only screen and (min-width: 767px) {

	.ct-intro h2 {
		font-size: 3em;
	}

	.ct-intro h2 span {
		font-size: 1em;
	}

	.ct-section-title {
		padding: 0em;
	}
}



.pt-footer {
	width: 100%;
	margin-bottom: 0px;
}


.gm-bundled-control-on-bottom {
	right: 80px !important;
}
.footer-minimal {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 1);
	padding-top: 50px;
	padding-bottom: 80px;
}

.footer-min-content h2 {
	font-family: Merriweather;
	font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

.footer-min-content h6 {
	font-family: Merriweather;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 0;
	margin-top: 40px;
	margin-bottom: 20px;
}

.footer-min-content p {
	font-family: Merriweather;
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
	line-height: 25px;
}


.footer-min-content ul {
	list-style: none;
	margin-top: 1em;
	margin-bottom: 2em;
}

.footer-min-content li {
	display: inline;
}

.footer-min-content a {
	display: inline;
	font-family: Merriweather;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 300;
	padding: 5px 10px 5px 0;
	color: #FFF;
	text-decoration: none;
}

.footer-min-content a:hover {
	color: #000;
}


/* ----- Footer light Bg -----*/

.light-bg {
	background: #FFF;
}

.light-bg h2 {
	font-family: Merriweather;
	font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
	color: #111;
	letter-spacing: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

.light-bg h6 {
	font-family: Merriweather;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #111;
	letter-spacing: 0;
	margin-top: 40px;
	margin-bottom: 20px;
}

.light-bg p {
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 400;
	color: #111;
	line-height: 25px;
}


.light-bg ul {
	list-style: none;
	margin-top: 1em;
	margin-bottom: 2em;
}

.light-bg li {
	display: inline;
}

.light-bg a {
	display: inline;
	font-family: Open Sans;
	font-size: 12px;
	font-weight: 400;
	padding: 5px 10px 5px 0;
	color: #999;
	text-decoration: none;
}

.light-bg a:hover {
	color: #000;
}


@media only screen and (min-width: 1000px) {

	.pta-top-nav a {
		font-size: 19px;
	}

}
@media only screen and (min-width: 768px) {

	#left, #right {
		top: 0; bottom: 0;
		width: 20px;
	}
	#top {
		left: 0; right: 0;
		height: 20px;
	}

	#bottom {
		left: 0; right: 0;
		height: 20px;
	}

	#frame-left, #frame-right {
		top: 0; bottom: 0;
		width: 30px;
	}
	#frame-top {
		left: 0; right: 0;
		height: 30px;
	}

	#frame-bottom {
		left: 0; right: 0;
		height: 30px;
	}

	#top-nav {
		position: fixed;
		display: block;
	}

	.nav-trigger {
		right: 30px;
		top: 55px;
	}

	header {
		position: absolute;
	}

	header .logo {
		position: fixed;
		top: 75px;
		left: 70px;
		font-size: 21px;
	}
	.main-intro {
		padding: 1em;
	}

	.main-intro h1 {
		font-size: 3em;
	}

	.intro-button {
		font-size: 20px;
		padding: 8px 20px;
	}

	.pt-portfolio-intro h1 {
		font-size: 48px;
	}

	.pt-portfolio-intro h1::after {
		width: 100px;
	}


	.pt-about-cta h1 {
		font-size: 32px;
		line-height: 1.8;
	}


	.cta-button:hover {
		color: #fff !important;
		background: #000;
		text-decoration: none;
	}

	.pt-about-intro h4 {
		font-size: 18px;
	}

	.pt-about-intro h1 {
		font-size: 42px;
	}

	.pt-about-intro p {
		font-size: 18px;
		line-height: 1.5;
	}

	.pt-about-image img {
		height: 240px ;
		width: 240px;
	}

	.pt-about-details h2 {
		font-size: 18px;
	}

	.pt-about-details h3 {
		font-size: 20px;
	}

	.pt-about-details p {
		font-size: 14px;
		padding: 0.5em;
	}

	.pt-about-pitch {
		margin-top: 100px;
		padding: 1em;
	}

	.pt-about-pitch h1 {
		font-size: 42px;
		margin: 0;
	}

	.btn-pitch {
		margin: 1em 0 0 1em;
	}

	.pt-contact {
		padding-bottom: 100px;
	}

	.pt-contact h1 {
		font-size: 48px;
	}

	.pt-contact h2 {
		font-size: 28px;
	}

	#map_canvas {
		margin-top: 0em;
	}

	label {
		font-size: 14px;
	}

	.pt-portfolio-single h3 {
		font-size: 18px;
	}

	.pt-portfolio-single h1 {
		font-size: 48px;
	}

	.pt-portfolio-details {
		padding: 2em;
	}

	.pt-portfolio-details h2 {
		font-size: 18px;
		line-height: 2;
	}

	.pt-portfolio-details p {
		font-size: 15px;
	}

	.pt-portfolio-details h6 {
		font-size: 14px;
		line-height: 2;
	}

	.pt-portfolio-details h6 span {
		font-size: 15px;
		line-height: 1.8;
	}

	.pt-portfolio-details a {
		font-size: 14px;
	}

	.pt-portfolio-item {
		padding: 0em;
	}

	.footer-rights p {
		font-size: 14px;
	}
}

@media only screen and (min-width: 760px) and (max-width: 800px) {

	.container {
		padding-right:45px;
		padding-left:45px;
	}
}



@media only screen and (max-width: 320px) {
	.intro-button {
		display: block;
		padding: 8px 24px;
		max-width: 200px;
		text-align: center;
		margin: 0 auto 10px;
	}
}





.pta-main {
	background: #FFF;
}

.pta-intro {
	padding: 0 0;
}

.pta-intro h1, .contact-us h1 {
	font-family: 'Merriweather', 'Open Sans', sans-serif;
	font-size: 34px;
	font-weight: 400;
	font-style: normal;
	color: #000;
	text-align: left;
	letter-spacing: 0px;
	line-height: 1.4;
	margin: 0 0 50px;
}

@media only screen and (min-width: 767px) {

	.pta-intro {
		padding: 0em;
	}

	.pta-intro h1, .contact-us h1 {
		font-size: 48px;
		line-height: 1.4;
	}
}




.pta-portfolio nav {
	padding-bottom: 30px;
	text-align: left;
}

.pta-portfolio .categories ul li {
	display: inline;
	list-style: none;
}

.pta-portfolio .categories ul li a {
	display: inline-block;
	font-family: Merriweather;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	padding: 0 8px !important;
	text-decoration: none;
	color: #999;
	margin-left: 10px;
}

.pta-portfolio .categories ul li a.active {
	background-color: #fee404;
	color: #000;
	display: inline-block;
	padding: 0 8px !important;
	text-decoration: none;
}

.pta-portfolio_filter {
	padding-left: 10px;
}

@media (max-width: 991px) {
	.pta-portfolio span {
		margin-bottom: 0;
		text-align: center;
		width: 100%;
	}
	.pta-portfolio .categories ul li {
		text-align: center;
	}
	.pta-portfolio .categories ul li a {
		margin-left: 20px;
	}
}

@media only screen and (max-width: 420px) {

	.portfolio-3-intro {
		padding: 1em;
	}

	.portfolio-3-intro h1 {
		font-size: 2em;
	}

	.pta-portfolio .categories ul li {
		display: block;
		text-align: center;
	}
	.pta-portfolio .categories ul li a {
		display: block;
		line-height: 1;
		padding: 5px 25px;
		margin-left: 0px;
		margin-bottom: 20px;
	}
}

.pta-portfolio_item {
	overflow: hidden;
	margin-bottom: 10px;
	display: block;
}


.pta-portfolio-overlay {
	background: rgba(254, 228, 4, 0.95);
	transform: scale(0.5);
	position:absolute;
	top: 10px;
	left: 15px;
	height: calc(100% - 20px);
	width: calc(100% - 30px);
	opacity: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;

}

.pta-overlay-items {
	height: 300px;
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
}

.pta-overlay-items h5 {
	font-family: Open Sans;
	display: block;
	color: #000000;
	font-size: 16px;
	text-decoration: none;
	-webkit-transition: all .5s ease-in-out .3s;
	transition: all .5s ease-in-out .3s;
	opacity: 0;
}

.pta-overlay-items p {
	margin-top: 1em;
	opacity: 0;
	font-size: 12px;
	font-family: Open Sans;
	letter-spacing: 2px;
	color: #FFF;
	padding: 5px 5px;
	background: #000;
	display: inline-block;
	transition: 0.5s;
	transition-delay: 0.2s;
}

.pta-portfolio_item:focus, .pta-portfolio_item:hover {
	text-decoration: none;
}

.pta-portfolio_item:hover .pta-portfolio-overlay {
	transform: scale(1);
	opacity: 1;
}

.pta-portfolio_item:hover h5, .pta-portfolio_item:hover p {
	opacity: 1
}

.pta-colored p {
	background: #000000 !important;
}





.pta-item-2-intro h1 {
	font-family: Merriweather;
	font-size: 34px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 1.4;
}
.pta-item-2-intro h2 {
	font-family: Merriweather;
	font-size: 18px;
	color: #777;
	margin: 10px 0 40px 0;
}

.pta-item-2-intro p {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 300;
	color: #000000;
	padding-top: 1em;
	letter-spacing: 0px;
	line-height: 1.2;
}
.pta-item-2-intro p a {
	color: #000000 !important;
	text-decoration: none !important;
}
.pta-item-2-intro p a:hover {
	color: #000000 !important;
	text-decoration: underline !important;
}

.pta-item-2-intro ul {
	list-style: circle;
	margin: 20px;
}
.pta-item-2-intro ul li {
	font-family: Open Sans;
	font-size: 15px;
	font-weight: 300;
	color: #000000;	
	line-height: 24px;
}

.pta-item-content p {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 300;
	color: #000000;
	padding-top: 1em;
	letter-spacing: 0px;
	line-height: 1.3;
}

.pta-project-details {
	padding-top: 1em;
}

.pta-project-details h5 {
	font-family: Merriweather;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.2;
}

.pta-project-details span {
	font-family: Merriweather;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	padding-right: 0.5em;
}

.pta-project-details a {
	text-decoration: none;
	color: #000000;
}

.pta-item-content h2 {
	font-family: Merriweather;
	font-size: 24px;
	font-weight: 700;
	color: #333;
	padding-top: 2em;
	letter-spacing: -1px;
	line-height: 1.2;
}


@media only screen and (min-width: 767px) {

	.pta-item-2-intro h1 {
		font-size: 48px;
		letter-spacing: 0px;
		line-height: 1.4;
	}

	.pta-item-2-intro p {
		font-family: Open Sans;
		font-size: 18px;
		font-weight: 300;
		color: #000000;
		letter-spacing: 0px;
		line-height: 1.3;
	}

	.pta-item-content p {
		font-family: Open Sans;
		font-size: 16px;
		font-weight: 300;
		color: #000000;
		padding-top: 1em;
		letter-spacing: 0px;
		line-height: 1.5;
	}

	.pta-item-content h2 {
		font-size: 34px;
		padding-top: 1em;
	}

	.pta-project-details h5 {
		font-family: Merriweather;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 1.4;
	}
}




.services {
	width: 100%;
	background: #FFF;
	padding-top: 0px;
}

.service-intro {
	padding-top: 50px;
	padding-bottom: 50px;
	background: linear-gradient( to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)), url(https://www.visionr.be/img/services-bg.png) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}

.service-intro h1 {
	font-family: Merriweather;
	font-size: 42px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 1.2;
	padding: 40px;
}

.service-intro i {
	font-size: 34px;
	color: #FFFFFF;
}


.service-block {
	position: relative;
	margin-bottom: 4em;
}

.service-block:after {
	content: "";
	display: block;
	height: 1.4px;
	width: 25%;
	background: #222222;
	margin-top: 1em;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.service-icon {
	font-size: 42px;
	font-weight: bolder;
	color: #111111;
	float: left;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.service-description {
	padding-top: 0.8em;
}

.service-description h2 {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	text-align: left;
	padding-left: 4em;
	padding-bottom: 2em;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.service-description p, .ct-intro p {
	font-family: Open Sans;
	font-size: 15px;
	color: #000000;
	text-align: left;
	padding-left: 0em;
	line-height: 1.5;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.service-block:hover::after {
	width: 50%;
}





.cta-section {
	width: 100%;
	height: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #fee404;
}

.cta-content {
	padding: 0;
}

.cta-content h4 {
	font-family: Merriweather;
	font-size: 18px;
	color: #fee404;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

.cta-content h2, .cta-content h3.h2like {
	font-family: Merriweather;
	font-size: 24px;
	color: #000;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 1.2;
	margin-bottom: 25px;
}

.cta-content p {
	font-family: Merriweather;
	font-size: 16px;
	color: #FFF;
	font-weight: 300;
	padding-top: 1em;
}


.cta-contact-button {
	display: inline-block;
	background: #fee404;
	padding: 10px 16px;
	margin: 1em 0 1em 0;
	text-decoration: none !important;
	font-family: Open Sans;
	text-transform: uppercase;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	border: 2px solid #000;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.cta-contact-button:hover, .cta-contact-button:focus {
	text-decoration: none;
	color: #000;
	border-color: #fff;
	background: #fff;
}


.about-button {
	display: inline-block;
	background: #fee404;
	padding: 10px 12px;
	margin: 3em 0;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Merriweather;
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	transition: 0.5s;
}

.about-button:hover, .about-button:focus {
	text-decoration: none;
	color: #FFF;
}




@media only screen and (min-width: 767px ) {

	.about-intro h1 {
		font-size: 58px;
	}

	.work-section h1 {
		font-size: 48px;
		letter-spacing: -1px;
	}

	.work-section h4 {
		font-size: 18px;
	}
	.counter-up {
		margin-bottom: 2em;
	}

	.cta-content h2, .cta-content h3.h2like {
		font-size: 32px;
	}
	.counter-text {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 801px) {
	.work-item {
		padding: 1.5em;
		padding-top: 2em;
		padding-bottom: 2em;
		margin-bottom: 0;
	}
}









.alert {
	font-family: Open Sans;
	font-size: 14px;
}
#richcontent {
	color: #999;
	font-size: 14px;
	line-height: 20px;
	padding: 40px 0 40px 0;
	font-family: Open Sans;
	font-weight: 200;
}
#richcontent a {
	color: #999 !important;
	font-size: 14px;
	line-height: 20px;
	font-family: Open Sans;
	font-weight: 200;
}



.owl-theme .owl-controls .owl-page span {
	width: 8px !important;
	height: 8px !important;
}
.owl-theme .owl-controls {
	margin-top: 20px !important;
}