@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 */

/*-- Global
----------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	width: 100%;
}
@-webkit-viewport {
	width: device-width;
}
@-moz-viewport {
	width: device-width;
}
@-ms-viewport {
	width: device-width;
}
@-o-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

body::-webkit-scrollbar-track {
	 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	 /*background-color: lightgray;*/
}
body::-webkit-scrollbar {
	width: 15px;
}
body::-webkit-scrollbar-thumb {
  background-color: darkgray;
  outline: 1px solid slategrey;
}


/*-- Header Section
----------------------------------------------------------------------*/
body:not(.copyright_2017_webfrogStudios) {
    display: none;
}

#page-header {
	padding-top:15px;
	padding-bottom:15px;
	padding-left:15px;
	padding-right:15px;
	background-color:#e7e7e7;
	position:relative;
}
#mobile-links {
	text-align:center;
	padding:0;
}
#mobile-links span {
	padding-left:5px;
	padding-right:5px;
}
#mobile-links .btn-mobile {
	text-align:center;
	background-color:#fff;
	color:#313131;
	border-radius:0;
	font-size:20px;
	width:100%;
}

#social-links a{
	text-align:right;
}
.wraptest{
	position:absolute;
	right:30px;
}


.site-logo{
    position: relative;
    z-index: 5;
	padding:30px 15px;
	
}

/*-- Content Section
----------------------------------------------------------------------*/
#content{
	padding:30px 15px;      
}
#focus{
	padding:30px 15px 30px 15px;
}
#contact{
	padding:50px 0 0 0;
	box-shadow: inset 0 0 0 1000px rgba(31,31,31, .7);
}

#map-header{
	height:auto;
	display:table;
	padding:0 0 0 0;
}
.extra-info{
	padding:;
}

/*-- Footer Section
----------------------------------------------------------------------*/
footer{
	padding:15px;
	background-color:#1e1e1e;
}

body:not(.copyright_2017_webfrogStudios) {
    display: none;
}

/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.site-logo {
    position: absolute;
    z-index: 5;
    top: 75px;
    left: 25px;
		padding:0;
}
#content{
	padding:110px 0 80px 0;
}
#focus{
	padding:100px 0 80px 0;
}
#contact{
	padding:90px 8.3333%;
}
#map-header{
	height:105px;
	display:table;
	padding:0 0 0 0;
}
footer{
	padding:1%;
	background-color:#1e1e1e;
}
}
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
.site-logo {
    position: absolute;
    z-index: 5;
    top: 80px;
    left: 35px;
}
#content{
	padding:110px 0 90px 0;

}
#focus{
	padding:100px 0 100px 0;
}
#contact{
	padding:90px 8.3333%;
}

}
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.site-logo {
    position: absolute;
    z-index: 5;
    top: 80px;
    left: 130px;
}
#content{
	padding:150px 0 100px 0;
}
#focus{
	padding:150px 0 100px 0;
}
#contact{
	padding:150px 8.3333%;
}
}
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1600px) {
}
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
body:not(.copyright_2017_webfrogStudios) section {
    display: none;
}