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

.thanks { text-align: center; font-size: 38px; padding-top: 15px; padding-bottom: 15px; color: #039be5; display: none; }

input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea, textarea {
    border: 1px solid #C3C3C3;
    background-color: white !important;
    border-radius: 4px;
    margin: auto;
    padding-left: 0.8rem;	
}

.HomeLeft {
	float: left;
	width: 40%;
}

.HomeRight {
	float: left;
	width: 55%;
	margin-left: 15px;
}

.home-header-2 {
	font-size: 25px;
	margin-top:0;	
}

nav ul a {
	font-size: 13px;
}

.container {
	width: 1080px;	
}

ul#nav-mobile { 
	width: 100%;
}

li.right.social-fb.light-blue.darken-4 {
    height: 64px;
	width: 56px;	
    text-align: center;
}

li.right.social-instagram.light-blue.darken-5 {
    height: 64px;
	width: 56px;	
    text-align: center;
}

li.right.social-instagram.light-blue.darken-5 i {
    font-size: 28px;
}

li.right.social-fb.light-blue.darken-4 i {
    font-size: 28px;
}

li.right.social-twt.blue {
    height: 64px;
	border-radius: 0px 5px 5px 0px;
}

li.right.social-twt.blue i {
    font-size: 28px;
}

a.tooltipped.center-img {
    display: block;
    margin: 0 auto;
    width: 240px;
	cursor:pointer;
}

.logo {
	background: url(../images/logo.jpg);
	background-repeat: no-repeat;
	height: 135px;
	width: 300px;
	margin: 32px auto;
	display:block;
}

.shadow-border {
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
}

.primary-colour {
	background: #34495e;
	border-radius: 5px 5px 5px 5px;	
}

footer.page-footer {
    text-align: center;
    background-color: #34495E;
    color: white;
    font-size: 0.8em;
}

.pipe {
    padding: 0 7px;
    line-height: 1.2em;
    vertical-align: top;
}

.social-sharing {
    position: absolute;
    margin-top: 16px;
    padding-right: 22px;
	right: 0;
}

.social-sharing a {
	margin-left:16px;	
}

footer.page-footer a {
    color: white;
}

footer.page-footer p {
    margin-bottom: 0;
	padding-bottom: 16px;
}

.matis-header {
	margin: 16px 0;	
}

.matis-header h1 {
    font-size: 25px;
    margin: 0;
    line-height: 1.3em;
	font-weight: normal;
}

.btn:hover, .btn-large:hover {
	background: #2C3E50;
}

.btn-margin {
	margin: 32px 0;
}

.text-row {
	border-left: 3px solid #e7e9ec;
	padding-left: 16px;	
	position:relative;
}

.tile p.center-matis-text {
	text-align: center;
	padding-left:0;
}

.gallery-col-1{
	margin-right: 15px;	
}

.material-placeholder{
	margin-bottom: 15px;	
}

.tile.career-tile p {
	padding-left: 0;	
	text-align: left;
}

.tile.career-tile {
	margin-top: 25px;	
}

.tile.career-tile span {
	font-weight: bold;
	font-style:italic;	
}

div#booknow {
	top: 2%!important;	
}

.modal {
	max-height: 98%;	
}

.tile.testimonials {
	margin-top: 35px;	
}

.tile.testimonials img {
	float: left;
	margin-right:15px;
	width:40px;	
}


.col.s12.m8.gallery img {
	float: left;	
}

.tile.testimonials {
	text-align: left;	
}

a.full-width {
	width: 100%;	
}

.text-row p:first-child {
	margin-top: 0;	
}

.text-row p:last-child {
	margin-bottom: 0;	
}

.tile {
    position: relative;
    padding: 14px;
    margin-bottom: 20px;
    text-align: center;
    background-color: #eff0f2;
    border-radius: 6px;
}

.tile h3 {
	margin: 0 0 8px 0;
    font-size: 20px;	
}

.tile i {
	float: left;
    font-size: 25px;
	padding-top: 5px;
	color: #2C3E50;	
}

.tile p {
	padding-left: 33px;	
	text-align:justify;
}

.tile p.first {
	margin-top: 0;	
}

b {
	color: #2C3E50;	
}

.main-image {
    background: url(../images/face.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 350px;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

div#booknow {
	width: 35%;	
}

div#booknow .modal-footer {
	background: #ECF0F1;	
}

.men-offer {
	background: #ECF0F1;
	border-radius: 5px 5px 5px 5px;
	padding:15px;
	margin-bottom: 15px;
}

.men-offer h3 {
	font-size: 20px;
	margin-top: 0;
}

.men-offer-sub {
	border-top: 1px solid #BDC3C7;	
}

.men-offer-sub span.price {
	float: left;
	margin-top: 5px;
	font-weight:bold;	
}

.men-offer-sub span.time {
	float: right;
	margin-top: 5px;
	font-weight:bold;	
}

.col.s12.m12.booking-col {
	padding-right: 0;	
}

.row.contact-row {
	position: relative;	
}

.card.small.contact-card {
	position: absolute;
	right: 45px;
	top: 35px;
	width:300px;
	padding-top:15px;	
}

.card.small.contact-card {
	height: auto;	
}

.card.small.contact-card h3 {
	font-size: 20px;	
}

.contact-container {
	padding: 0 20px;	
}

.contact-container i {
	margin-right: 15px;
	width:10px;	
	font-size: 20px;
}

.contact-container i.email {
	font-size: 16px;
}

.contact-container p {
	text-align: left;	
}

.contact-container p span {
	margin-left: 28px;	
}

.contact-container p:first-child {
	padding: 0;
	margin: 0;
}

.contact-card img {
	width: 100%;
	padding:25px;	
}

.ask-tile {
	margin: 15px 0;	
}

h2.faq {
	font-size: 29px;	
}

.ask-tile span {
	display:block;
	text-align: left;	
}

.ask-tile input {
	width: 95%;	
}

.ask-tile textarea {
	height: 80px;	
}

img.careers-img {
	margin: 25px;	
}

@media (max-width: 992px) {
	
	div#booknow {
		width: 90%;
		}
	
	.card.small.contact-card {
		 position:inherit;
		 right: 0;
		 top: 0;
		 width: 100%;
	}
	
	i.fa.fa-bars {
		margin-left: 15px;
	}
	
	a.button-collapse {
		width: 56px;	
	}
	
	a.tooltipped.center-img {
		width: 620px;	
	}
	
	img.careers-img {
		display: none;	
	}
	
	.matis-header h1 {
		font-size: 20px;	
	}
	
	.desktop-only{
		display: none;	
	}
	
	.contact-container {
		padding: 10px 20px;	
	}
	
	.logo {
		width: 100%;
    	background-size: contain;	
	}
	
	img {
		width: 100%;
	}
	
	.container {
		width: 95%;	
	}
}