html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	background-color: #fff;
	background-image: url(images/background1.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

h1, h2, h3 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: normal;
	color: #002468;
	padding: 0;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 150%;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

strong {
}

a {
	color: #959100;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #6d6a00;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	padding-right: 25px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	margin: 0 auto;
	padding: 0;
	position:relative;
}

.container {
	width: 980px;
	margin: 0px auto;
}
.blogmain h3 a
{
	font-size: 16px;
	color: #002468;
	font-weight: normal;
}
.sideblog li
{
	padding-left: 20px;
	color: #959100;
	font-weight: bold;
	
}
.clearfix {
	clear: both;
}

/** HEADER */

#header {
	width: 960px;
	height: 230px;
	margin: 0px auto;
}

/** LOGO */

#logo {
	width: 960px;
	height: 110px;
	margin: 0px auto;
	text-transform: uppercase;
}

#logo h1 a {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 36px;
}

#logo p {
	margin: -28px 0px 0px 5px;
	padding: 0px;
	font-size: 12px;
}

#logo a {
	text-decoration: none;
}

/** MENU */

#menu {
	width: 960px;
	height: 48px;
	margin: 0px auto;
	background: url(images/img03.jpg) no-repeat left top;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 32px;
	margin: 0px 0px 0px 0px;
	padding: 16px 25px 0px 25px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: #000000;
	text-decoration: none;
	color: #FFF;
}

#menu .first a {
	background: #000000 url(images/img04.jpg) no-repeat left top;
	color: #FFFFFF;
}

/** PAGE */

#page {
	width: 960px;
	margin: 0px auto;
	padding: 30px 0px 10px 0px;
}

/** CONTENT */

#content {
	float: left;
	width: 610px;
	min-height: 450px;
	padding-right: 30px;
	background: url(images/img06.jpg) repeat-y right top;
}

.cleaner {
	clear: both;
	width: 610px;
	height: 1px;
	border-bottom-style: inset;
	border-bottom-color: #999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
}


/** SIDEBAR */

#sidebar {
	float: right;
	width: 300px;
}

#sidebar h2 {
	text-transform: uppercase;
	font-size: 18px;
	color: #002468;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#sidebar li ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 20px 0px;
}

#sidebar li li {
	padding: 0px 0px 5px 0px;
	text-transform: capitalize;
	line-height: 130%;
}

#sidebar p {
	margin: 0px 0px 20px 20px;
}

/** POST */

.post {
	margin-bottom: 20px;
}

.post .title {
	margin: 0px;
	padding-bottom: 10px;
	letter-spacing: 0px;
	color: #002468;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 22px;
}

.post .title a {
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 22px;
	color: #002468;
	font-weight: normal;
}

.post .meta {
	display: block;
	margin-top: -15px;
	padding: 5px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .meta a {
}

.post .entry {
	text-align: justify;
	padding: 0px 0px 0px 0px;
}

/** FOOTER */

#footer {
	width: 960px;
	margin: 0px auto;
	background: url(images/img05.jpg) repeat-x left top;
}

#footer p {
	margin: 0px;
	padding: 20px 0px 20px 0px;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
}

#footer a {
	color: #000000;
}














/*mobile stuff */

.smallLogo {
	height:37px;
	width:58px;
}

.backtoTop {
	display:none;
	padding:7px 9px;
	font-size:18px;
	text-align:center;
	background:rgba(50,50,50,0.5);
	color:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	position:fixed;
	bottom:30px;
	right:30px;
	z-index:1000;
}

.backtoTop:hover {
	background:rgba(50,50,50,0.85);
}

.mobile-ctas {
	display:none;
}

.ipadshow {
	display:none;
}

.mobileshow {
	display:none;
}

#mobile-menu {
    display: none;
}

#responsive-nav-button {
	display:none;
}

.mini-menuBtn {
	display:none;
}

.logoBox {
	display:none;
}

.mobileCallUs {
	display:none;
}

.mobileAddress {
	display:none;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
	clear:both;
}

img {
	max-width:100%;
}




@media screen and (max-width: 980px) {
	* {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	body {
		background:none;
		margin:0;
	}
	
	.mini-menuBtn.stickytop {
		position:fixed;
		top:-48px;
		-webkit-transition: all 500ms ease-out;
		-moz-transition: all 500ms ease-out;
		-ms-transition: all 500ms ease-out;
		-o-transition: all 500ms ease-out;
		transition: all 500ms ease-out;
	}
	
	.mini-menuBtn.stickytop.slidestickytop {
		top:0;
		-webkit-transition: all 500ms ease-in-out;
		-moz-transition: all 500ms ease-in-out;
		-ms-transition: all 500ms ease-in-out;
		-o-transition: all 500ms ease-in-out;
		transition: all 500ms ease-in-out;
	}
	
	.ipadhide {
		display:none;
	}

	.ipadshow {
		display:block;
	}
	
	.top-banner {
		padding:0;
		width:100%;
	}
	
	.top-banner img {
		width:100%;
		vertical-align:top;
	}
	
	#wrapper {
		width:100%;
		overflow:hidden;
		margin:0;
		padding:0;
	}
	
	h1 {
		line-height:normal;
	}
	
	h1 a {
		color:#FE0000;
	}
	
	#main h1 {
		font-size:28px;
	}
	
	#header-photo {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width:100%;
		position:relative;
		margin:0 0 10px 0;
		background-size:100%;
	}
	
	#header #site_title {
		width:100%;
		height:auto;
		padding:0;
		padding-top:12.2%;
		float:none;
		background:url(images/mobile-site-header.jpg) top center no-repeat;
		background-size:contain;
	}
	
	#header #contact_details {
		top:33%;
		right:11%;
		width:auto;
		line-height:17px;
		text-align:left;
		height:auto;
	}
	
	#header #contact_details a {
		font-size:18px;
	}
	
	#shadow_boxes {
		width:100%;
		float:none;
		margin-bottom:20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.phoneNumber {
		font-size:32px;
	}
	
	#logo {
		background-image:url(images/img01-ipad.jpg);
		width:100%;
	}
	
	/* Menu */
	#responsive-nav-button {
		display:block;
	}
	
	#mobile-menu {
		display: block;
		position: absolute;
		overflow: hidden;
		width: 100%;
		height: 100%;
		right: -100%;
		top: 0;
		background: rgba(0,0,0,0.95);
		background-size:190px auto;
		font-family: 'Roboto', sans-serif;
		font-weight: 200;
		font-size: 16px;
		z-index: 1001;
		pointer-events: none;
		
		-webkit-transform-origin: 0 0;
				transform-origin: 0 0;
		-webkit-transition: -webkit-transform .35s ease-in-out;
				transition: transform .35s ease-in-out;
		-webkit-transform: translateX(0);
				transform: translateX(0);
	}
	
	#wrapper.active #mobile-menu {
		pointer-events: auto;
		
		-webkit-transform: translate(-100%, 0);
				transform: translate(-100%, 0);
	}

	#mobile-menu ul li {
		border: 0 none;
		border-bottom: none;
		margin-bottom:2px;
	}

	#mobile-menu ul li a { color: #ccc; text-transform:capitalize; text-align:center; }


	/*#mobile-menu ul li a:before {
		content: "\f054";
		color: #001F62;
		left: 0px;
		margin-right:10px;
		font-family: 'FontAwesome';
	}*/

	#mobile-menu ul li a:hover:before { color: #fff; left:5px; }

	#mobile-menu > ul { background:none; background-size:cover; margin:0; position:relative;
	list-style:none; padding:0px 20px 0px 20px; height:320px; top:50%; margin-top:-160px;}

	#mobile-menu ul ul li a { padding-left: 40px; }

	#mobile-menu ul li a {
		display: block;
		padding: 15px 20px;
		display: block;
		background: rgba(255,255,255,0.85);

		-webkit-transition: background-color .35s ease;
				transition: background-color .35s ease;
	}

	#mobile-menu > ul > li > a { background-color: rgba(255,255,255,0); }

	#mobile-menu ul li:hover > a {
		color: #fff;
		background-color: none;
	}

	#mobile-menu ul ul ul li {
		position: relative;
		border-left: none;
		border-bottom: none;
		padding-left: 30px;
	}

	#menu-hide {
		width: 40px;
		height: 40px;
		background: rgba(255,255,255,0);	
		text-align: center;
		font-weight: normal;
		font-style: normal;
		font-size: 21px;
		font-family: 'FontAwesome';
		line-height: 40px;
		vertical-align: middle;
		right: 17px;
		top: 30px;
		display: block;
		position: absolute;
		z-index: 105;

		-webkit-border-radius: 6px;
				border-radius: 6px;
	}

	#menu-hide:after {
		content: "\f00d";
		color: #ccc;
	}
	
	#menu-hide:hover:after {
		color:#fff;
	}
	
	.menu {
		display:none;
	}
	
	.responsive-nav-button {
		border-radius: 6px;
		display: none;
		float:right;
		font-family: 'FontAwesome';
		font-size: 21px;
		font-style: normal;
		font-weight: normal;
		height: auto;
		text-align: right;
		vertical-align: middle;
		width: auto;
		color:#fff;
		margin-right:20px;
		cursor:pointer;
	}
	
	.responsive-nav-button:before {
		content: "\f0c9";
		vertical-align: middle;
	}
	
	.responsive-nav-button:after {
		font-family: Arial, Helvetica, sans-serif;
		content:'MENU';
		margin-left:5px;
		font-weight:300;
		font-size:15px;
		vertical-align: middle;
	}
	
	.responsive-nav-button:hover {
		color:#D7D3D2;
	}
	
	.mini-menuBtn {
		width:100%;
		background:#000;
		height:auto;
		padding:10px 0;
		display:block;
		position:relative;
		top:0px;
		right:0;
	}
	
	#menu {
		display:none;

	}
	
	#gallery, #slideshow {
		width:100%;
		height:auto;
	}
	
	#slideshow {
		padding-top:48%;
	}
	
	#gallery img {
		width:100%;
	}
	
	.calltoact {
		padding-left:0;
		padding-right:0;
		padding-top:10px;
		width:100%;
	}
	
	.calltoact a {
		display:block;
		width:32%;
		float:left;
		margin-right:2%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.calltoact a:last-child {
		margin-right:0;
	}
	
	.calltoact a img {
		padding:0;
		width:100%;
	}
	
	.fullHeight {
		position:absolute;
		height:100%;
	}
	
	.bio_container {
		width:100%;
	}
	
	#top_boxes {
		width:100%;
	}
	
	#header-photo h1#logo-text a {
		left:auto;
		right:25px;
	}
	
	#header {
		width:100%;
		height:auto;
		margin:0 0 15px 0;
	}
	
	.phoneNumber {
		float:left;
		text-align:left;
		margin:0 0 0 20px;
		font-size:19px;
		color:#fff;
	}
	.phoneNumber span {
		color:#A5A303;
	}
	
	.phoneNumber a {
		color:#fff;
	}
	
	.phoneNumber:before {
		font-family:'FontAwesome';
		content:'\f095';
		color:#A5A303;
		margin-right:10px;
	}
	
	.bannerScroll {
		padding-top:34%;
		position:relative;
	}
	
	.bannerScroll, .slide {
		height:auto;
	}
	
	.slide {
		position:absolute;
		top:0;
		width:100%;
	}
	
	.banner img {
		width:100%;
	}
	
	.cleaner {
		margin:0 1%;
		width:98%;
	}
	
	#content-wrap {
		width:100%;
		margin:0;
	}
	
	#page, #page-bgtop {
		width:100%;
		padding:0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.post {
		padding:0px;
	}
	
	#content {
		width:70%;
		padding:0 15px;
		background:none;
		border-right:2px solid #ccc;
	}
	
	#contentfull {
		padding:0 15px;
		width:100%;
	}
	
	#sidebar {
		width:30%;
		padding:0 15px;
	}
	
	#sidebar img {
		width:100%;
	}
	
	ul#facebook {
		background:#f3f3f3;
		padding:10px;
		margin:0;
	}
	
	ul#facebook li {
		border: 1px solid #dbdbdb;
		font-size: 11px;
		background:#fff;
		margin-bottom: 15px;
		min-height: 55px;
		padding:15px ;
		position: relative;
	}
	
	ul#facebook li:last-child {
		margin-bottom:0;
	}
	
	ul#facebook li img {
		padding:5px;
		border:1px solid #dbdbdb;
		margin-bottom:15px;
		margin-right:15px;
		border-radius:4px;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	ul#facebook li .smallLogo {
		left:0px;
		top:0px;
		position:relative;
		float:left;
		margin-right:15px;
		width:auto;
		border:0 none;
		border-radius:0;
		margin-bottom:0;
		padding:0;
	}
	
	.userName {
		font-size:14px;
		padding-bottom:5px;
	}
	
	.FBdate {
		font-size:12px;
		color:#999;
	}
	
	.userName, .FBdate {
		display:block;
		line-height:normal;
		vertical-align:top;
	}
	
	.FBtitleBlock {
		margin-bottom:15px;
		padding-bottom:15px;
		border-bottom:1px solid #f3f3f3;
	}
	
	#content-wrap #dropdown-wrapper {
		width:100%;
		padding-right:2.33334%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#footer-wrap {
		margin:0;
		width:100%;
		padding: 5px 15px 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#footer {
		width:100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#footer ul { 
		margin:0;
		padding:0;
		height:auto;
		text-align:center;
	}
	
	#footer ul li {
		display:inline;
		float:none;
	}
	
	#footer ul li {
		display:inline-block;
	}
	
	#sub_footer {
		background:#201E1F;
	}
	
	input, textarea {
		-webkit-appearance: none;
		-webkit-border-radius:0; 
		border-radius:0;
	}
	
}

@media screen and (max-width: 768px) {
	body {
		background:none;
	}
	
	#header {
		padding:0;
		background:none;
		margin:0 0 15px 0;
	}
	
	#header-photo {
		height:auto;
		background:#fff;
	}
	
	#header-photo h1#logo-text {
		padding:0;
	}
	
	#header-photo h1#logo-text a {
		position:relative;
		top:0;
		height:auto;
		width:100%;
		display:block;
		right:auto;
		padding:0;
		text-align:center;
	}
	
	#header-photo h1#logo-text a:before {
		content:'Call Us:';
		margin-right:5px;
		color:#5A5B5F;
	}
	
	#header #site_title {
		width:100%;
		height:auto;
		padding:0;
		padding-top:26%;
		float:none;
		background: #141416;
		background-size:contain;
	}
	
	#header #contact_details {
		position:relative;
		right:0;
		left:0;
		width:100%;
		padding:15px 0;
		margin:0;
		float:none;
		text-align:center;
		height:auto;
		background:#141416;
	}
	
	#header #contact_details:before,
	#header #contact_details:after,
	#header #site_title:before,
	#header #site_title:after {
		content: " ";
		display: table;
	}
	
	#header #contact_details:after,
	#header #site_title:after {
		clear:both;
	}
	
	#header #contact_details h2 {
		display:inline;
		padding:0 6px;
	}
	
	#header #contact_details h2:first-child:before {
		content:'Call Us:';
		padding:0 6px;
		color: #ff9933;
		font-family: Verdana,Geneva,sans-serif;
		font-weight: bold;
		font-size:18px;
	}
	
	#header #contact_details h2:last-child:before {
		content:'or';
		padding:0 12px 0 0;
		color: #ff9933;
		font-family: Verdana,Geneva,sans-serif;
		font-weight: bold;
		font-size:18px;
	}
	
	#shadow_boxes div {
		float:left;
		width:46%;
		margin:0 0 15px 0;
		padding:0 2%;
	}
	
	#shadow_boxes div.cleaner, #shadow_boxes div:last-child {
		width:100%;
		padding:0;
		margin:0 0 15px 0;
		float:none;
	}
	
	#shadow_boxes div:nth-child(4n) {
		width:96%;
	}
	
	#content {
		width:100%;
		border:0 none;
	}
		
	#sidebar {
		width:100%;
	}
	
	#content #content_left {
		width:100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding:0 15px;
	}
	
	#content #content_right {
		width:100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding:0 15px;
	}
	
	#content-wrap #dropdown-wrapper .drop-down {
		width:48%;
		margin-left:2%;
	}
	
	#accordion {
		width:100%;
		height:auto;
		margin:0;
		padding:10px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#footer ul { 
		margin:0;
		padding:10px 0;
		height:auto;
		text-align:left;
	}
	
	#footer ul li {
		display:block;
		float:left;
		width:100%;
	}
	
	#footer ul li a {
		display:block;
		height:auto;
		padding:0 0 0 15px;
		margin-bottom:4px;
	}
	
	.sub-left, .sub-right {
		width:100%;
		padding:0 15px;
		text-align:left;
		float:left;
	}
	
}


@media screen and (max-width: 480px) {
	
	.ipadshow {
		display:none;
	}
	
	.mobilehide {
		display:none;
	}
	
	.mobileshow {
		display:block;
	}
	
	.backtoTop {
		bottom:20px;
		right:10px;
	}
	
	.mobilePhone {
		display:block;
		padding:10px 0;
		text-align:center;
		font-size:16px;
		font-weight:bold;
		background:#eee;
		color:#888;
		margin-bottom:10px;
	}
	
	.mobilePhone span, .mobilePhone i {
		color:#333;
	}
	
	.mobilePhone a {
		color:#888;
	}
	
	img.alignleft {
		padding:0 0 15px 0;
	}
	
	#logo {
		width:100%;
		height:auto;
		background:none;
		text-align:center;
	}
	
	#logo a {
		text-align:center;
	}
	
	#logo a img.mobileshow {
		display:block;
		margin:0 auto;
	}
	
	.logoBox {
		display:block;
		position:relative;
		background:#454545;
		text-align:center;
		height:70px;
	}
	
	.logoBox img {
		position:absolute;
		top:0px;
		left:50%;
		margin-left:-95px;
		width:190px;
	}
	
	.mobileCallUs {
		display:block;
		background:#454545;
		padding:10px;
		text-align:center;
	}
	
	.mobileCallUs h2 {
		color:#fff;
		font-size:18px;
		font-weight:700;
		text-transform:uppercase;
	}
	
	.mobileCallUs h2 a {
		color:#fff;
	}
	
	.mobileCallUs span {
		color:#009FD9;
	}
	
	.mobileCallUs i {
		margin-right:12px;
	}
	
	.phoneNumber {
		width:100%;
		text-align:center;
		margin-bottom:8px;
	}
	
	.responsive-nav-button {
		width:100%;
		text-align:center;
		margin:0;
	}
	
	#shadow_boxes div {
		float:left;
		width:96%;
		margin:0 0 15px 0;
		padding:0 2%;
	}
	
	.calltoact {
		display:none;
	}
	
	.mobile-ctas {
		display:block;
		width:100%;
		position:fixed;
		bottom:0;
		z-index:999;
	}
	
	.mobile-ctas ul {
		list-style:none;
		margin:0;
		padding:0;
	}
	
	.mobile-ctas ul li {
		width:33.3334%;
		float:left;
	}
	
	.mobile-ctas ul li a {
		text-align:center;
		color:#fff;
		font-weight:700;
		display:block;
		width:100%;
		padding:20px 6px 15px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-transform:uppercase;
		letter-spacing:-0.3px;
		font-size:12px;
		line-height:normal;
	}
	
	.mobile-ctas ul li a i {
		font-size:42px;
		padding-bottom:8px;
	}
	
	.mobile-ctas ul li.first a { background:#FFDD1F; border-top:1px solid #f2a500; color:#f2a500; }
	.mobile-ctas ul li.second a { background:#454545; border-top:1px solid #212121; color:#212121; }
	.mobile-ctas ul li.third a { background:#009FD9; border-top:1px solid #007EC8; color:#007EC8; }
	
	.popupBtn {
		display:none;
	}
	
	.post img {
		width:100%;
	}
	
	#contFrm {
		display:none;
	}
	
	#facebook li img {
		margin-right:0;
		width:100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#facebook li img.smallLogo {
		width:auto;
		border:0 none;
		border-radius:0;
		margin-bottom:0;
		padding:0;
	}
	
	#content-wrap #dropdown-wrapper .drop-down {
		width:98%;
		margin-left:2%;
	}
	
	input, textarea {
		border:1px solid #ccc;
		width:100%;
		padding:9px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-shadow:inset 0 0 5px 0 rgba(0,0,0,0.1);
		box-shadow:inset 0 0 5px 0 rgba(0,0,0,0.1);
	}
	
	#theComment {
		-webkit-box-shadow:none;
		box-shadow:none;
		background:#009FD9;
		color:#fff;
		font-weight:700;
		border:0 none;
	}
	
	#theComment:before {
		font-family:'FontAwesome';
		content:'\f1d8';
		color:#fff;
		margin-right:10px;
	}
	
	#footer {
		margin-bottom:0px;
	}
	
}
