@charset "utf-8";
/*
 * Copyright © 2016 | 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=Montserrat:400,700|Open+Sans:300,400,600,700,800|Work+Sans:300,400,500,600,700,800,900');

/*

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


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


.main-bg {
	background-color:#f37126;
}
.alt-bg {
	background-color:#393a3d;
}
.main-color {
	color:#f37126;
}
alt-color {
	color:#393a3d;
}

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

h1, h2, h3, h4, h5, h6, h7 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}

/*-- Global
---------------------------------------------------------------------------*/
html {
	font-size: 62.5%;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
p {
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-size:14px;
}
a,
a[href^=tel] {
	transition:all ease-in-out 0.3s;
	text-decoration:none;
	color:#f47226;
}
a:hover,
a[href^=tel]:hover {
	color:inherit;
}
a, a:hover, a:focus {
	text-decoration: none;
}
strong,
b {
	color:#f47226;
}

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

::-moz-selection { /* Code for Firefox */
  /*  color: red;
    background: yellow;*/
}
::selection {
    /*color: red;
    background: yellow;*/
}

/*-- Header Section
----------------------------------------------------------------------*/
	
.header-box strong,
.header-box b {
	font-weight:700;
	color:#f47226;
}
.header-box h1,
.header-box h2
.header-box h3 {
	font-size:26px;
	margin-top:0;
	text-transform:uppercase;
}
.text-box p {
	color:#141414;
}
.header-box {
	margin-bottom:15px;
}
.text-box {
	margin-bottom:15px;
}

/*-- 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;
}

#how h3,
#how h4 {
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	font-size:20px;
	color:#fff;
	text-align:center;
}
#how h3 {
	color:#f1592c;
}
.how-box h5 {
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	font-size:17px;
	color:#fff;
}
.how-box strong,
.how-box b {
	color:#cb4d29;
}
.how-box p {
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	font-size:12px;
	color:#fff;
}

.side-btn {
	color:#1d1d1d;
}
.side-btn:hover,
.side-btn:focus,
.side-btn:hover .fa,
.side-btn:focus .fa {
	color:#fd5300;
}

.side-btn .fa {
	color:#c2c2c2;
	transition:all ease-in-out 0.3s;
}
.side-btn h5 {
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	font-size:17px;
	text-transform:uppercase;
	margin-bottom:0;
	letter-spacing:2px;
}
.side-btn p {
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:2px;
}


.see-mini {
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	font-size:17px;
	text-transform:uppercase;
	color:#fff;
	letter-spacing:1px;
}

.blog-post h3 {
	margin-top:0;
}

/*-- Footer Section
----------------------------------------------------------------------*/
	
#footer_text p, #footer_text a {
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	text-align:center;
	margin-bottom:0;
}
#footer_text a:hover {
	color: #97c725;
}

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

.footer-phone a[href^=tel],
.footer-phone a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
	letter-spacing:1px;
}
.footer-phone a[href^=tel] strong,
.footer-phone a strong,
.footer-phone a[href^=tel] b,
.footer-phone a b {
	color:#f1592c;
	transition:all ease-in-out 0.3s;
}
.footer-phone a[href^=tel]:hover,
.footer-phone a:hover,
.footer-phone a[href^=tel]:hover strong,
.footer-phone a strong:hover,
.footer-phone a[href^=tel]:hover b,
.footer-phone a:hover b {
	color:#eee;
}
.footer-social a {
	font-size:2em;
	color:#f47226;
}
.footer-social a:hover,
.footer-social a:focus {
	color:#eee;
}
.map-address {
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
	letter-spacing:1px;
}

/*
 * Copyright © 2016 | Website Design by Webfrog Studios
 *
 */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
html {
	font-size: 62.5%;
}
.header-box h1,
.header-box h2
.header-box h3 {
	font-size:32px;
	margin-top:0;
}
#how h3,
#how h4 {
	font-size:24px;

}
}
/*
 * Copyright © 2016 | Website Design by Webfrog Studios
 *
 */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
html {
	font-size: 62.5%;
}
.side-btn h5 {
	font-size:14px;
	letter-spacing:2px;
}
.side-btn p {
	font-size:13px;
	letter-spacing:2px;
}
}
/*
 * Copyright © 2016 | Website Design by Webfrog Studios
 *
 */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
html {
	font-size: 62.5%;
}
.side-btn h5 {
	font-size:17px;
	letter-spacing:2px;
}
.side-btn p {
	font-size:16px;
	letter-spacing:2px;
}
.header-box h1,
.header-box h2
.header-box h3 {
	font-size:28px;
	margin-top:0;
}

}
/*
 * Copyright © 2016 | Website Design by Webfrog Studios
 *
 */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1600px) {
html {
	font-size: 62.5%;
}
.header-box h1,
.header-box h2
.header-box h3 {
	font-size:32px;
	margin-top:0;
}
}
/*
 * Copyright © 2016 | Website Design by Webfrog Studios
 *
 */
 
body:not(.copyright_2017_webfrogStudios) section {
    display: none;
}