@charset "utf-8";
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/*-- Google Fonts START
------------------------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

@import url(../fonts/sinkinsans_200xlight_macroman/stylesheet.css);
@import url(../fonts/sinkinsans_300light_macroman/stylesheet.css);
@import url(../fonts/sinkinsans_400regular_macroman/stylesheet.css);
@import url(../fonts/sinkinsans_500medium_macroman/stylesheet.css);

/*

	font-family: 'Open Sans', sans-serif;
	font-weight: 400;

font-family: 'sinkin_sans200_x_light';
font-family: 'sinkin_sans300_light';
font-family: 'sinkin_sans400_regular';
font-family: 'sinkin_sans500_medium';


/*-- Font Faces Section
------------------------------------------------------------------------------------*/



/*-- Headers
------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, h7 {
	font-family: 'sinkin_sans400_regular';
	font-weight: 400;
	color: var(--header-color);
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}

/*-- Global
---------------------------------------------------------------------------*/
html {
	font-size: 62.5%;
}
body {
	font-family: 'sinkin_sans400_regular';
}
p {
	font-family: 'sinkin_sans200_x_light';
	font-size:14px;
	color: var(--text-color);
}
a,
a[href^=tel] {
	text-decoration:none;
	color: var(--main-color);
	transition: all ease 0.25s;
}
a:hover,
a[href^=tel]:hover {
	color:inherit;
}
a, a:hover, a:focus {
	text-decoration: none;
}
.btn {
	font-family: 'sinkin_sans500_medium';
}
strong,
b {
	color: var(--main-color);
}

.text-box ul li,
.text-box ol li {
	margin-left: 30px;
}

::-moz-selection { /* Code for Firefox */
	color: #fff;
	background: var(--main-color);
}
::selection {
	color: #fff;
	background: var(--main-color);
}


/*-- Header Section
----------------------------------------------------------------------*/
	
.header-box a {
	font-family: 'sinkin_sans400_regular';
	font-size: 13px;
	color: #545454;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.header-box a .fa {
	margin-top: 10px;
}
.explore-box .omg-title {
	font-family: 'sinkin_sans400_regular';
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/*-- Content Section
----------------------------------------------------------------------*/

#content-error h1, #content-offline h1 {
	font-family: 'Russo One', sans-serif;
	font-weight: 400;
	font-size: 230px;
	font-size: 23rem;
}
#content-error h2, #content-offline h2 {
	font-family: 'Russo One', sans-serif;
	font-weight: 400;
	font-size: 100px;
	font-size: 10rem;
}
#content-error p, #content-offline p {
	font-family: 'Russo One', sans-serif;
	font-weight: 400;
	font-size: 20px;
	font-size: 2rem;
}

#enquire h2 {
	font-family: 'sinkin_sans200_x_light';
	font-size: 26px;
	letter-spacing: 4px;
	line-height: 1.2;
	margin-top: 0;
}
#enquire h2 strong
#enquire h2 b {
	font-family: 'sinkin_sans400_regular';
}
.enquire-box a {
	margin-top: 30px;
	font-size: 14px;
	font-family: 'sinkin_sans400_regular';
	text-transform: uppercase;
	letter-spacing: 1px;
	
}

/*-- Footer Section
----------------------------------------------------------------------*/
	
#footer_text p {
	color: #000;
	font-size: 12px;
	text-align:center;
	margin-bottom:0;
	text-transform: uppercase;
}


body:not(.copyright_2018_webfrogStudios) section {
    display: none;
}

/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
html {
	font-size: 62.5%;
}
}
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
html {
	font-size: 62.5%;
}
	.explore-box .omg-title {
		font-size: 10px;
	}
}
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
html {
	font-size: 62.5%;
}
	.explore-box .omg-title {
		font-size: 10px;
	}
}
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1600px) {
html {
	font-size: 62.5%;
}
	.explore-box .omg-title {
		font-size: 13px;
	}
}
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
 
body:not(.copyright_2018_webfrogStudios) section {
    display: none;
}