@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);
@font-face {
    font-family: 'sinkin_sans';
    src: url('../fonts/SinkinSans-500Medium-webfont.eot');
    src: url('../fonts/SinkinSans-500Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SinkinSans-500Medium-webfont.woff2') format('woff2'),
         url('../fonts/SinkinSans-500Medium-webfont.woff') format('woff'),
         url('../fonts/SinkinSans-500Medium-webfont.ttf') format('truetype'),
         url('../fonts/SinkinSans-500Medium-webfont.svg#sinkin_sans500_medium') format('svg');
    font-weight: 500;
    font-style: normal; 

}

@font-face {
    font-family: 'sinkin_sans';
    src: url('../fonts/SinkinSans-400Regular-webfont.eot');
    src: url('../fonts/SinkinSans-400Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SinkinSans-400Regular-webfont.woff2') format('woff2'),
         url('../fonts/SinkinSans-400Regular-webfont.woff') format('woff'),
         url('../fonts/SinkinSans-400Regular-webfont.ttf') format('truetype'),
         url('../fonts/SinkinSans-400Regular-webfont.svg#sinkin_sans400_regular') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'sinkin_sans';
    src: url('../fonts/SinkinSans-700Bold-webfont.eot');
    src: url('../fonts/SinkinSans-700Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SinkinSans-700Bold-webfont.woff2') format('woff2'),
         url('../fonts/SinkinSans-700Bold-webfont.woff') format('woff'),
         url('../fonts/SinkinSans-700Bold-webfont.ttf') format('truetype'),
         url('../fonts/SinkinSans-700Bold-webfont.svg#sinkin_sans700_bold') format('svg');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'sinkin_sans';
    src: url('../fonts/SinkinSans-300Light-webfont.eot');
    src: url('../fonts/SinkinSans-300Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SinkinSans-300Light-webfont.woff2') format('woff2'),
         url('../fonts/SinkinSans-300Light-webfont.woff') format('woff'),
         url('../fonts/SinkinSans-300Light-webfont.ttf') format('truetype'),
         url('../fonts/SinkinSans-300Light-webfont.svg#sinkin_sans300_light') format('svg');
    font-weight: 300;
    font-style: normal;

}


/*

	font-family: 'sinkin_sans', sans-serif;
	font-weight: 400;


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



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

h1, h2, h3, h4, h5, h6, h7 {
	font-family: 'sinkin_sans';
	font-weight: 400;
}
h1 {
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 5px; 
	
}
h2 {
	font-weight: 300;
	font-size: 15px;
	letter-spacing: 3px;
	margin-top: 10px;
}
h3 {
}
h4 {
	
	text-transform: uppercase;
}
h5 {
}
h6 {
}

/*-- Global
---------------------------------------------------------------------------*/
html {
	font-size: 62.5%;
}
body {
	font-family: 'sinkin_sans', sans-serif;
}
p {
	font-family: 'sinkin_sans', sans-serif;
	font-weight: 400;
	font-size:14px;
}
a,
a[href^=tel] {
	text-decoration:none;
	color: #00ccff;
}
a:hover,
a[href^=tel]:hover {
	color:inherit;
}
a, a:hover, a:focus {
	text-decoration: none;
}
.btn {
	font-family: 'sinkin_sans', sans-serif;
	font-weight: 600;
}
strong,
b {
	color: #00ccff;
}

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

::-moz-selection { /* Code for Firefox */
	color: #fff;
	background: #00ccff;
}
::selection {
	color: #fff;
	background: #00ccff;
}


/*-- Header Section
----------------------------------------------------------------------*/
	



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

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

/*-- Footer Section
----------------------------------------------------------------------*/
	
#footer_text p,
#footer_text a {
	color: #fff;
	font-size: 12px;
	text-align:center;
	margin-bottom:0;
	padding: 0;
    text-transform: none;
	margin-top: 15px;
}



body:not(.copyright_2017_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%;
}
	
	h1 {
	font-weight: 700;
	font-size: 40px;
	letter-spacing: 5px;
	
}
h2 {
	font-weight: 300;
	font-size: 30px;
	letter-spacing: 3px;
	margin-top: 10px;
}
}
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
html {
	font-size: 62.5%;
}
}
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
html {
	font-size: 62.5%;
}
}
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1600px) {
html {
	font-size: 62.5%;
}
}
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
 
body:not(.copyright_2017_webfrogStudios) section {
    display: none;
}