* {
	box-sizing: border-box;
}

body {
	font-family: 'Roboto', sans-serif;
}

h1 {
	font-family: 'Roboto Slab', serif;
	font-size: 30px;
	line-height: auto;
	color: #272323;
	text-transform: uppercase;
	margin: 0 0 30px 0;
}

h2 {

}

p {
	font-size: 18px;
	line-height: 30px;
	color: #7a7770;
	margin-bottom: 30px;
}

.clear {
	clear: both;
}

.seperator {
	height: 1px;
	width: 100%;
	background-color: #cccccc;
}

.first {
	padding-left:0px !important;
}

.last {
	padding-right:0px !important;
}

.niconne {
	font-family: 'Niconne', cursive !important;
}

.center {
	text-align: center;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.ghost {
	display: inline-block;
	border: 2px solid #8f7860;
	color: #8f7860;
	font-size: 14px;
	text-transform: uppercase;
	padding: 14px 40px;
	transition: all 0.5s ease;
}

.ghost:hover {
	color: #ffffff;
	background: #8f7860;
	text-decoration: none;
}

header {
	position: relative;
	z-index: 100;
}

header.homepage .desktop {
	background: #333333; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.2), transparent);
    background: -o-linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.2), transparent);
    background: -moz-linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.2), transparent);
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.2), transparent);
}
/*header.homepage .mobile {
	background: none;
}*/

header .desktop {
	padding: 0 20px;
	background: #333333;
}
header .desktop .logo {
	float: left;
	padding: 35px 0px 35px 0px;
}
header .desktop ul.parent-nav {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
header .desktop ul.parent-nav li {
	display: inline-block;
	position: relative;
}
header .desktop ul.parent-nav li a {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.1em;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	padding: 36px 33px;
	transition: background 0.5s ease;
}
header .desktop ul.parent-nav li a:hover {
	/*background: rgba(0,0,0,0.1);*/
	text-decoration: none;
}
header .desktop ul.parent-nav li:hover .dropdown {
	display: block;
}
header .desktop ul .dropdown {
	display: none;
	position: absolute;
	top: 92px;
	left: 0px;
	padding: 0;
	background-color: #333;
}
header .desktop ul .dropdown li {
	display: block;
}
header .desktop ul .dropdown li a {
	white-space: nowrap;
	padding: 20px;

}

header .mobile {
	background: #333333;
}

header .mobile .mobile-button {
	float: right;
	border-left: 1px solid #5d5d5d;
	padding: 24px;
	cursor: pointer;
}

header .mobile .mobile-button .bar {
	height: 5px;
	width: 38px;
	margin-bottom: 8px;
	background-color: #ffffff;
}

header .mobile .mobile-button .bar:last-child {
	margin: 0;
}

header .mobile .mpn {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #cccccc;
	display: none;
}

header .mobile .mpn li {
	display: block;
}
header .mobile .mpn li a {
	display: block;
	border-bottom: 1px solid #cccccc;
	padding: 20px;
	color: #ffffff;
	transition: background 0.5s ease;
}
header .mobile .mpn li a:hover {
	background: rgba(0,0,0,0.1);
	text-decoration: none;
}

.page {
	padding: 60px 0 60px 0;
}
.page h1 {
	margin-bottom: 50px;
}


/* ##### HOMEPAGE ##### */

.image-header {
	position: relative;
	top: -80px;
	margin-bottom: -80px;
	height: 507px;
}

.main-slider {
	margin-top: 40px;
	position: relative;
	height: 507px;
	z-index: 0;
}

.main-slider .slide {
	height: 507px;
	width: 100%;
	background-position: center center !important;
	background-size: cover !important;
}

.video-container {
	position: relative;
	top: -80px;
	height: 507px;
	/*background: url(../images/video-placeholder.jpg) top center no-repeat;
	background-size: cover;*/
}

.main-slider .overlay {
	position: absolute;
	top: 35%;
	left: 0;
	right: 0;
	margin: 0;
	text-align: center;
}
.main-slider .overlay p {
	font-family: 'Roboto Slab', serif;
	font-size: 48px;
	line-height: 56px;
	color: #ffffff;
	text-transform: uppercase;
}

.main-slider:after {
	content: url(../images/pierra-clock.png);
	width: 290px;
	position: absolute;
	bottom: -5px;
	left: 0px;
	right: 0px;
	margin: auto;
	display: inline-block;
}

.homepage h1 {
	text-align: center;
}

.homepage .intro {
	margin-top: 80px;
}

.homepage .buckets {
	width: 100%;
}

.homepage .bucket {
	position: relative;
	width: 25%;
	float: left;
}

.homepage .bucket img {
	width: 100%;
	height: auto;
}

.homepage .bucket span {
	position: absolute;
	bottom: 8px;
	left: 0px;
	right: 0px;
	margin: auto;
	font-size:18px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
}

.homepage .home-15-years{
	display:block;
	max-width:100%;
	margin:50px 0;
}

.latestTweets {
	text-align: center;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 35px;
	margin: 80px 0;
	min-height: 230px;
}

.latestTweets p.ltTitle {
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	color: #4c4942;
	line-height: 27px;
	text-transform: uppercase;
}

.tweetSlider .slide {
	text-align: center;
	padding: 0 10%;
	width: 100%;
}

.tweetSlider .cycle-prev{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	cursor: pointer;
	z-index: 105;
}

.tweetSlider .cycle-next{
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	margin: auto;
	cursor: pointer;
	z-index: 105;
}

.latestTweets .follow-us {
	color: #8f7860;
	font-weight: 500;
	text-transform: uppercase;
}

.logo-strip {
	text-align: center;
	padding: 50px 0;
}

.logo-strip img {
	display: inline-block;
	object-fit: cover;
	width: 130px;
	height:60px;

}


/* ##### SERVICES ##### */
.service-row {
	padding-top: 75px;
	padding-bottom: 75px;
	background-size: cover;
}
.service-row h2 {
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 40px;
	color: #ffffff;
}
.service-row p {
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
}
.service-row ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.service-row li {
	padding-left: 11px;
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	position: relative;
}
.service-row li:before {
	content: "-";
	position: absolute;
	left: 0px;
	top: 0px;
}

.service-row.text-left {
	background-position: top left;
}
.service-row.text-right {
	background-position: top right;
}

.tabs {
	margin-bottom: 50px;
}
.tab {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: #8f7860;
	padding: 14px 26px;
	border: 2px solid #8f7860;
	margin-right: 18px;
	transition: all 0.3s ease;
	cursor: pointer;
}
.tab.active,
.tab:hover {
	background-color: #8f7860;
	color: #ffffff;
}

.portfolio img {
	width: 100%;
}
.portfolio select {
	color: #8f7860;
	height: 52px;
	width: 220px;
	padding: 0 20px;
	border: 2px solid #8f7860;
	margin-bottom: 50px;
}
.portfolio .work {
	margin-bottom: 50px;
}
.portfolio .work:hover a.desc {
	color: #ffffff;
	background-color: #8f7860;
}
.portfolio .work .desc {
	color: #8f7860;
	text-transform: uppercase;
	display:block;
	line-height: 20px;
	height: 100px;
	padding: 15px;
	border-bottom: 2px solid #8f7860;
	transition: all 0.3s ease;
}
.portfolio .work .desc:hover {
	text-decoration: none;
}
.portfolio .owl-carousel {
	margin: 10px 0;
}
.portfolio .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.overlay .overlay-wrap, .text-overlay {
    opacity: 0;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.portfolio .overlay .overlay-wrap i {
    position: absolute;
    opacity: 0.8;
    font-size: 24px;
    line-height: 1;
    width: 24px;
    height: 24px;
    text-align: center;
    top: 50%;
    margin-top: -12px;
    left: 50%;
    margin-left: -12px;
    color: #FFF;
}

.header-image {
	height: 500px;
	width: 100%;
	background-position: bottom center;
	background-size: cover;
	position: relative;
    top: -96px;
    margin-bottom: -96px;
}

.about {

}
#google-map {
    position: relative;
    width: 100%;
    height: 500px;
    top: -96px;
    margin-bottom: -96px;
}
.slider-parallax, .slider-parallax .swiper-container {
    visibility: visible;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-backface-visibility: hidden;
}

/* ##### VACANCIES ##### */
.vacancies {
	margin-bottom: 60px;
}
.vacancy {
	border-bottom: 1px solid #ccc;
	padding: 20px 0 10px 0;
}
.vacancy:first-child {
	border-top: 1px solid #ccc;
}
.vacancy h2 {
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.vacancy p {
	font-size: 14px;
	margin-bottom: 10px;
}

.contact label {
	margin-bottom: 5px;
	font-weight: 500;
}
.contact input, .contact textarea, .contact select {
	width: 100%;
	height: 35px;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	padding: 0 10px;
}
.contact textarea {
	height: 105px;
	padding: 10px;
}
.contact input[type=submit] {
    background-color: #8f7860;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 14px 26px;
    border: 2px solid #8f7860;
    margin-right: 18px;
    transition: all 0.3s ease;
    cursor: pointer;
    color: #ffffff;
    height: auto;
    width: auto;
    margin-top: 10px;
}
.contact h4 {
	text-align: center;
	/* padding: ; */
}
.contact h5 {
	text-align: center;
	padding: 15,0;
}

.contact-header{
	position: relative;
	background: #333333;
	padding: 150px 15px;
	width: 100%;
	top: -96px;
	margin-bottom: -96px;
}
.contact-header img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

footer {
	background-color: #333333;
	padding: 30px 10%;
}

footer span {
	color: #ffffff;
	/* margin-right: ; */
}

footer span a {
	color: #cccccc;
}

footer span a:hover {
	color: #ffffff;
}

footer .footer-flex-row .footer-right span:not(:last-child):after,
footer .floatRight span:not(:last-child):after {
	content: "|";
	margin-left: 8px;
	margin-right: 8px;
}

footer .emergency-tel {
	color: #b1a394;
}

footer .footer-flex-row{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
footer .footer-flex-row .footer-left{
	margin-bottom:15px;
}


.brochure-button-wrapper{
	text-align:center;
}
.brochure-button{
	background-color: #8f7860;
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 14px 26px;
	border: 2px solid #8f7860;
	margin-right: 18px;
	transition: all 0.3s ease;
	cursor: pointer;
	color: #ffffff;
	height: auto;
	width: auto;
	margin-top: 50px;
	text-align:center;
}
.brochure-button:hover,
.brochure-button:focus,
.brochure-button:active{
	text-decoration:none;
	color:#8f7860;
	background: #FFFFFF;
}


.social-media .instagram-col{
	margin-bottom: 30px;
}
.social-media .instagram-col .insta-img{
	display:block;
	margin:0 auto 5px auto;
	width:200px;
}
.social-media .instagram-col .insta-text{
	color:#333333;
	text-align: center;
}
.accred-body{
	margin-bottom:80px;
}
.row h1.accred-title{
	text-align: left;
	font-size:25px;
	color:#4c4942;
	padding:60px 0px 50px 0px;
	font-family:'Roboto Slab', serif;
}
.accred-block{
	/* width:100%; */
	height:312px;
	margin-bottom:15px;
}
.accred-block .upper{
	background-color:#eee;
	display:flex;
	justify-content:center;
	align-items:center;
	height:220px;
}
.accred-block .upper img{
	max-width:70%;
	max-height:70%;
}
.accred-block .lower{
	background-color: #fff;
	border-bottom:3px solid #8f7860;
}
.accred-block .lower h4{
	padding: 14px 0px 18px 0px;
	font-size:14px;
	color:#8f7860;
	font-family: 'Roboto', sans-serif;
}


@media (max-width: 1600px) {
	.logo-strip img {
		margin :0px 15px;
	}
}

/* Medium */
@media (max-width: 1200px) {
	header .desktop ul.parent-nav li a {
		padding: 36px 15px;
	}
	.homepage .bucket {
		width: 50%;
	}
}

/* Small */
@media (max-width: 992px) {

	.brochure-button{
		width:100%;
	}

	.contact-header{
		top: -146px;
	}

	header .desktop .logo {
		padding: 15px 10px;
	}
	header .desktop ul.parent-nav li a {
		padding: 33px 15px;
		font-size: 13px;
	}
	.homepage .bucket {
		width: 50%;
	}
	.main-slider {
		height: 300px;
	}

	.main-slider .slide {
		height: 300px;
	}
	.main-slider .overlay {
		top: 15%;
	}
	.main-slider .overlay p {
		font-size: 36px;
		line-height: 1.5em;
	}
	.row h2 {
		font-size: 26px;
		line-height: 1.2em;
	}
}

/* Extra Small */
@media (max-width: 768px) {
	h1 {
		font-size: 24px;
		line-height: 1.5em;
	}
	header .logo {
		padding: 26px 0 0 5px;
	}
	.homepage .video-container {
		top: 0;
	}
	.homepage .bucket {
		width: 100%;
	}
	.logo-strip img {
		margin: 10px 0;
	}
	.image-header .overlay {
	    top: 30%;
	}
	.image-header .overlay p {
	    font-size: 32px;
	    line-height: 40px;
	}
	.image-header {
	    height: 550px;
	}
	.tab {
		display: block;
		text-align: center;
	}
	.header-image {
		display: none;
	}
	.row .service-row  h2 {
		padding: 0px;
		font-size: 30px;
		margin: 0;
	}
}

.page-service{
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	padding: 120px 0;
}

.col-md-6 h1{
	color: #ffffff;
}

.col-md-6 p{
	color: #ffffff;
}

.row h2{
	text-align: center;
	font-size: 50px;
	padding: 100px 0;
	text-transform: uppercase;
}

li {
	color: #ffffff;
}


@media (min-width: 1201px) and (max-width: 1460px) {
	header .desktop ul.parent-nav li a{
		padding: 36px 15px;
	}
}

@media (min-width: 993px) and (max-width: 1018px) {
	header .desktop ul.parent-nav li a {
	    padding: 36px 8px;
	}
}