/*
Theme Name: birkenhead
Theme URI: http://ndarts.ca/
Author: ndARTS.CA
Author URI: http://ndarts.ca/
Description: Custom wordpress theme.
Version: 1.0
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on April 5, 2016 */



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

}









html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
.menu-button, #site-header {
    display: none;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
span.wpcf7-list-item {
    margin-left: 0;
}


ol, ul {
	
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
iframe {
	max-width:100%;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0;
	width: 680px;
}
#content {
	width: 640px;
    padding: 0 20px;}
	
#primary {
	float: right;
	overflow: hidden;
	width: 220px; /* width of sidebars */
	margin:0 20px 0 0;}
	
#footer {
	clear: both;
	width: 100%;
    color: #fff;
background:#106E3F;}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 900px; /* width of content area */
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px; /* width of content area */
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
    font-family: 'lucida_granderegular';
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
    font-family: 'lucida_granderegular';
}
input[type=submit] {
    font-family: 'lucida_granderegular';
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	background-color: #F8F8F8;
	font-size: 12px;
	border: 1px solid #C6C6C6;
	color: #666;
	cursor: pointer;
	border-radius:0;	
	margin: 0px 0 0;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

::-webkit-input-placeholder {
	color:#999999;
}
:-moz-placeholder { /* Firefox 18- */ 
	color:#999999;
}
::-moz-placeholder {  /* Firefox 19+ */
	color:#999999;  
}
:-ms-input-placeholder { 
	color:#999999;  
}

/* =Structure
-------------------------------------------------------------- */
.homeboxx{
display:none;}
/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 940px;}
#wrapper {
	background: #fff;
	margin-top: 0px; /* space at top of the site */
	padding: 0 0px;
	box-shadow: 0px 0px 30px 5px #ccc;}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;}
	
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;}
	
#footer-widget-area #fourth {
	margin-right: 0;}
	
#site-info {
    font-size: 14px;
    text-align: center;
    width: 400px;
	float: left;}
	
#site-generator {
	float: right;
	width: 225px;
	/*color:#868686;*/
color:#fff;}

#footer_bottom_section #site-generator a{color:#fff;}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background:url(images/body.jpg) no-repeat fixed;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
  background: #999;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
    font-family: 'lucida_granderegular';
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
    margin: 0 0 18px 24px;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	/*background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 2px;*/
}
a:link,
a:visited {
	color: #868686;
}

a:active,
a:hover {

}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

#footer a {
    /*color: #868686;*/
color:#fff;
}
	
#footer a:hover {
    /*color: #106E3F*/;
text-decoration: underline;}	

/* =Header
-------------------------------------------------------------- */
#site-title img {
    max-width: none;
}
.social_icons {
    float: right;
    width: 200px;
    margin: 10px 0 0 0;
}
.foter-b {
    width: 230px;
    float: right;
}
.facebook a{
    background: url(images/fb.png) no-repeat;
    width: 40px;
    height:34px;
    text-indent: 60px;
    overflow: hidden;
    float: left;
    margin: 0 3px 0 3px;
}

.twitter a{
    background: url(images/tw.png) no-repeat;
    width: 40px;
    height: 34px;
    text-indent: 60px;
    overflow: hidden;
    float: left;
    margin: 0 3px 0 3px;
}

.google a{
    background: url(images/google.png) no-repeat;
    width: 40px;
    height: 34px;
    text-indent: 60px;
    overflow: hidden;
    float: left;
    margin: 0 3px 0 3px;
}

.linkedin a{
    background: url(images/linkdin.png) no-repeat;
    width:40px;
    height: 35px;
    text-indent: 60px;
    overflow: hidden;
    float: left;
    margin: -1px 3px 0 3px;
}

.facebook a:hover,
.twitter a:hover,
.google a:hover,
.linkedin a:hover{
    opacity: 0.7;
}
.home #featured_image3 img {
    width: 100%;

}

.slideshow-wrapper ul {
    margin: 0;
}

.slideshow-wrapper ul li {
    float: left;
    margin: 0 8px 0px 0;
  list-style: none;
}



#featured_image_wrapper {
    display: table;
    margin: 0 auto;
    height: inherit;
}

.home #featured_image3 img {
    display: table-cell;
    /* height: inherit; */
    vertical-align: middle;
      border-radius: 5px;
    border: 7px solid #ccc;
}

#featured_image_content {
    /* width: initial; */
    height: inherit;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#featured_image_bg {
    /*background: url("http://demo83.com/birkenhead/wp-content/uploads/2016/04/image_bg.png") top center repeat;*/
 background: url(images/image_bg.png) top center repeat;

    width: 100%;
    height: inherit;}

#header {
	padding: 0px 0 0 0;
	display: table;
	border-bottom: 1px solid #efefef;
    /*margin-bottom: 19px;*/
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 10px 0 0px 30px;
	width: 248px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding #headerimage {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
}

#branding #logo {
	
}

#headerright {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}

.header_right {
    float: right;
}

.header_left {
    float: left;
}
/* =Slideshow
-------------------------------------------------------------- */
.side_image_bar {
    float: left;
    width: 165px;}

.right_side_cf {
    float: left;
    }
.side-pic {
    margin: 0 0 20px 0;}

#content .entry-content {
    clear: none;}

.f-image img {
    position: absolute;
    z-index: 99999;
    margin: 0 auto;
    width: 500px;
    border-radius: 5px;
    border: solid 5px #ccc;
    left: 0;
    right: 0;
    top: 36%;
}

#slideshow {
    clear: both;
}

.slider_content .slider_title {
    background: #5F5F5F;
    bottom: 32px;
    display: block;
	left: 30px;
    margin: 0;
    overflow: hidden;
    padding: 31px 30px 32px;
    position: absolute;
    width: 255px;
    z-index: 2;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;	
    text-transform: capitalize;
}























/* =Menu
-------------------------------------------------------------- */
.header-phone {
    float: right;
    font-size: 28px;
    color: #106E3F;
    line-height: 30px;
    width: 100%;
    text-align: center;
      margin: -15px 0 10px 0;
    font-weight: bold;
}

.mob-phone {
display:none;}
#access {
	display: block;
	
	margin: 0 auto;
	width: 520px; /* width of the menu div */
	/*z-index:999999;*/ /* ie7 bug fix for drop down menu */
	/*position: relative;*/ /* ie7 bug fix for drop down menu */
}
#access .menu-header {
	font-size: 13px; /* menu font size */
	margin-left: 12px; /* starting position of menu container */
/* width of the menu container div */
	width:500px;
}
#access .menu-header ul,
div.menu ul { /* applied to remove list bullets and set margin 0 for all menu ULs */
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left; /* float setting for menu items */
	position: relative;
}
#access a {
	color: #aaa; /* default menu text color */
	display: block;
	line-height: 38px; /* height of parent menu item */
	padding: 0 10px; /* left/right padding of parent menu item */
	text-decoration: none;
}
#access ul ul { /* this css is applied to all ULs but NOT the first one */
    display: none;
    position: absolute;
    top: 85px;
    left: 0;
    float: left;
    width: 200px;
    z-index: 99999;
    background: #3a3a3a;
    box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
}
#access ul ul li {
	min-width: 200px;
}
#access ul ul ul { /* this is applied to 3rd and all after ULs as well */
	left: 100%;
	top: 0;
}

#access ul li a{border-bottom: 1px solid transparent;
    border-top: 6px solid transparent;
    color: #3a3a3a;
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 12px;
    font-weight: 800;
    display: block;
    letter-spacing: -0.08px;
	padding: 11px 9px 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 98;}
	
#access ul li a:hover{
	background: #f8f8f8;
    border-bottom-color: #106E3F;
    color: #106E3F;}	
	
#access ul .sub-menu li a {
    border: 0;
    border-bottom: 1px solid #252525;
    border-top: 1px solid #4c4c4c;
    color: #fff;
    display: block;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    letter-spacing: 0;
    font-weight: 400;
    padding: 0px 20px !important;
    text-align: left;
    text-transform: none;
    font-size: 11px;
    line-height: 34px;
	transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}
#access ul .sub-menu li a:hover {
    background: #32A150;
    color: #fff;
}

#access ul ul :hover > a { /* hover css for parent and drop down menu items */
	background: #333;
	color: #fff;
}
#access ul li:hover > ul { /* hover css for displaying sub menu items */
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a { /* current page menu item css */
	
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

#footer-menu div {
	/*float and width of menu here*/
}
#footer-menu ul {
	list-style: none;
	margin: 0;
}
#footer-menu li{
    float: left;
    position: relative;
}
#footer-menu ul ul{
	display:none; /* hide submenu items */
}
#footer-menu ul a {
	/*border-left: 1px solid #484848;*/
    font-size: 10px;
    display: block;
    padding: 0 15px;
    text-transform: uppercase;
	text-decoration: none;
  border-left: 1px solid #fff;
}
#footer-menu ul li:first-child a{
	border:none;
	padding: 0 12px 0 0;;}
#footer-menu li:hover > a { /* hover css for parent and drop down menu items */
	    /*color: #106E3F;*/
  text-decoration: underline;
}
#footer-menu {
    float: left;
    width: 100%;
	/*border-bottom: 1px solid #4b4b4b;*/
    padding: 0 0 15px 0;
	margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.footer_address {
    float: left;
	background:url(images/icon-address.png) no-repeat;
	margin: 0 0 10px 0px;
    padding: 0 0 0 24px;
	    font-size: 14px;
}
.footer-phone {
    float: left;
	background: url(images/icon-phone.png) no-repeat;
	margin: 0 0px 0px 23px;
    padding: 0 0 0 24px;
	font-size: 14px;
	font: 14px/1.7 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

.footer_email {
    clear: both;
	padding: 0 0 0 24px;
	background:url(images/email.png) 0 no-repeat;
	    margin: 0 0 0 24px;
}
.footer_email a {
    text-decoration: none;
	font-size:14px;
}
.header_bottom .textwidget {
	color: #474747;
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: 300;
    line-height: 35px;
    font-size: 28px;
    text-align: center;
    width: 820px;
    margin: 0 auto 15px;
}	
#totop-scroller {
    right: 0;
    width: 45px;
    height: 45px;
    background: url(images/arrow-up-large.png) no-repeat center center;
    text-decoration: none;
    opacity: 0.6;
    transition: opacity 0.2s linear;
    cursor: pointer;
    position: fixed;
    z-index: 999999999;
    background-color: rgb(221, 221, 221);
    background-color: rgba(221, 221, 221, .7);
    margin: 0px 20px 0 0px;
    bottom: 4%;
}
#totop-scroller:hover{
	background-color: #32A150;
	opacity: 1;}
/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
    padding: 11px 0 50px;
}
.home #main {
   padding: 35px 0 50px;
}
#content {
	margin-bottom: 36px;
	color: #909090;
	font-size: 16px;
	line-height: 24px;
}
/*#content,
#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}*/
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 20px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:inherit;
}

#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 5px 0 30px 0;
  overflow: hidden;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}

.single_featured_image {
	float: left;
	width: 150px;
}

.blog_content {
	float: right;
	width: 470px;
}
/*.page-template-contact-us-template h1.entry-title {
    display: none;
}*/
.page-template-contact-us-template .hentry
{
	margin: 0 0 48px 0;	
}

.home #content .entry-title {
    margin: 0;
}

#content .entry-title,
.home #content .entry-content h1,
#content .entry-content h2
{
	color: #474747;
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 16px;
	font-size:32px;
}
#content .entry-content h2
{
	font-size:28px;
	line-height:34px;
}
.entry-title a:link,
.entry-title a:visited {
	color: inherit;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #106E3F;
}
.entry-meta {
	color: #888;
	font-size: 12px;	
    margin-bottom: 10px;
}
#content a.blog_read_more:hover{
	text-decoration:none;}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
    padding: 0;
    font-size: 14px;
    line-height: 23px;
	font-family: 'lucida_granderegular';
}
.home .entry-content,
.home .entry-summary {
    padding: 0 25px 0 0;
}
#content a.blog_read_more {
	display: table;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
/*.entry-content input {
	margin: 0 0 24px 0;
}*/
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;}
.sidebar_button{
	}

.phone_button {
    background: #106E3F;
    color: #fff;
    text-align: center;
    font-size: 22px;
    padding: 40px 0;
    line-height: 30px;
    margin-top: 20px;
  -webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    -ms-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
    box-shadow: 0px 11px 7px -10px #303030;
}
.sidebar_phone_title {
    font-size: 24px;
}
.sidebar_btn_bg{
	background: #106E3F;
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: 400;
    padding: 7px 20px;
    -webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    -ms-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
    box-shadow: 0px 11px 7px -10px #303030;
    margin: 0 0 20px 0;
	    font-size: 13px;
    text-align: center;
    line-height: 18px;}
	
.sidebar_btn_bg:hover{background: #3a3a3a;}

#primary .textwidget .sidebar_button a{
	color:#fff;}
.sidebar_button a:hover{
	text-decoration:none !important;
	}
.sidebar_button:hover{background: #3a3a3a;}		

.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#responsive_header {
    display: none;
}

#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #106E3F;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}
.nda_carousel .flex-viewport ul.slides {
    width: 100% !important;
}
.nda_carousel .flex-viewport ul li {
   
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	/*color: #000;*/
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.a_u_t_h_o_r__n_d_a_r_t_s_c_a {	
	text-decoration:none;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
    background: #106E3F;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: 400;
    height: auto;
    overflow: visible;
    padding: 7px 20px;
    transition: background-color .2s ease;
    width: auto;
    box-shadow: 0px 11px 7px -10px #303030;
    font-size: 13px;
    text-transform: uppercase;
	margin: 5px 0 0 0;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

#content .home_h1 .textwidget h1 {
    font-size: 24px;
    line-height: 26px;
    
    /* color: red; */
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	margin-left: 0;
}
.widget-area .widget-container ul {
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 18px;
}
#primary .blog_sidebar .widget-container ul {
	padding:0;
}

/* Footer widget areas */
#footer-widget-area {
}

.blog_sidebar {
    width: 220px;
    float: right;
}
/* =Footer
-------------------------------------------------------------- */
#colophon {
	overflow: hidden;
	padding: 0 0;
}
.footer_upper_section {
    /*background: #3a3a3a;*/
    
    margin-top: 80px;
    padding: 38px 20px 18px;
    position: relative;
	margin:0;
  
}
.footer_upper_section:before{
	background: #fff;
    content: '';
    left: 50%;
    display: block;
    height: 15px;
    margin: 0 0 0 -7.5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -8px;
    width: 15px;}
.footer_bottom_section {
    /*background: #303030;*/
    line-height: 17px;
    padding: 12px 20px;
	width:900px;
	float:left;
      background: #106E3F;
}



#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	position: relative;
}
#site-generator a {
	/*background: url(images/wordpress.png) center left no-repeat;*/
	display: inline-block;
	line-height: 16px;
	/*padding-left: 20px;*/
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}

/* =ndARTS.CA additional css
-------------------------------------------------------------- */
#primary .widget-title {
    color: #474747;
}
#primary .textwidget {
    color: #909090;
    font-size: 14px;
    line-height: 24px;
}
.clear {
	clear:both;
}
.i {
	font-style:italic;
}
.center {
	text-align:center;
}
.space {
	height:12px;
}
.shortcode_box {
    width:100%;
    float:left;
}
.shortcode_box > br {
	float:inherit;
}
.shortcode_left_col {
    width: 155px;
    float: left;
    padding: 0 5% 0 0;
    word-wrap: break-word;
    font-size: 14px;
    line-height: 23px;
}

#content .lightbox_box h3 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    display: table;
    background: #106E3F;
    color: #fff;
    padding: 0 18px;
    line-height: 42px;
    border-radius: 2px;
    margin: 5px auto 0;
    -webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    -ms-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
    box-shadow: 0px 11px 7px -10px #303030;
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

#content .lightbox_box a {
    text-decoration: none;
}

#content .lightbox_box a:hover {
    text-decoration: underline;
}

#primary .lightbox_box {
    margin: 0 0 25px;
}

#primary .lightbox_box h3 {
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    display: table;
    background: #106E3F;
    color: #fff;
    padding: 0 18px;
    line-height: 25px;
    border-radius: 2px;
    margin: 5px auto 0;
    -webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    -ms-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
    box-shadow: 0px 11px 7px -10px #303030;
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}


#content .entry-content .shortcode_left_col h1,
#content .entry-content .shortcode_left_col h3,
#content .entry-content .shortcode_right_col h3 {
    color: #474747;
	font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 15px;
    font-size: 17px;
}

.page-template-contact-us-template #content .entry-content p{
    margin: 0 0 8px 0;
}
.shortcode_left_col h5 {
	font-size:14px;
}
.shortcode_left_col h5 a {
    color: #3a3a3a;
		cursor:pointer;
    text-decoration: none;
    transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}
.shortcode_left_col h5 a:hover
{
    color: #106E3F;	
}
.page-template-contact-us-template #content .shortcode_left_col p {
    margin: 0 0 0 0;
}
.page-template-contact-us-template #content .shortcode_left_col p:nth-child(3) {
    margin: 0 0 22px 0;
}
.page-template-contact-us-template #content .entry-content 
{
	overflow:hidden;	
}
.shortcode_right_col {
    width: 450px;
    float: right;
    margin: -10px 0 0 0;
}
.shortcode_right_col .wpcf7-form p {
    font-size: 11px;
    cursor: pointer;
    display: block;
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    margin: 0 0 5px;
}
.entry-content .shortcode_right_col select {
    margin: 0px 0 0px 0;
    width: 150px;
    height: 28px;
}
.shortcode_right_col .req,
.shortcode_right_col .wpcf7-list-item-label
{
	font-size:14px;	
}
input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    position: relative;
    top: 5px;
}
.carousel_title {
    color: #3a3a3a;
    font: 700 14px/1.5 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    margin: 0;
}
.slider_text {
    color: #959393;
    display: block;
    font-size: 11px;
    line-height: 12px;
	width:190px;}
	
.slider_content:hover {
    cursor: pointer;}

.nda_carousel .slider_content {
    background: #f8f8f8;
    border-top: 4px solid #dfdfdf;
    color: #3a3a3a;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 20px;
    height: 40px;
    overflow: hidden;
    padding: 20px;
    text-align: left;
    text-decoration: none;
    -webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    -ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    width: 100%;}	

.nda_carousel .slider_content:hover {
	border-top-color: #aeaeae;
	background: #f0f0f0;}	
	
.nda_carousel li.flex-active-slide .slider_content {
    float: left;
    background: url(images/green_border.jpg) no-repeat #f0f0f0;}

.nda_carousel li.flex-active-slide .carousel_title{color:#106E3F;}

.slider_content span {
    color: #fff;
    font-weight: 700;
    height: 38px;
    width: 38px;
    border-radius: 20px;
    border: 2px solid #106E3F;
    background: #ddd;
    float: left;
	text-align: center;
    line-height: 36px;
    margin: 0 10px 0 0;
}
	
/* contact form 7 start
-------------------------------------------------------------- */
.wpcf7-text,
.wpcf7 textarea, 
.wpcf7-quiz,
.wpcf7-select{
    background-color: #106E3F;
    border: 1px solid #e8e8e8;
    box-shadow: none;
    color: #fff;
    font: 12px/1.5 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    padding: 3px 10px;
    border-radius: 0;
    width: 300px;
}
img.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha-211 {
    display: block;
	margin: 0 0 5px 0;
}
input.wpcf7-form-control.wpcf7-captchar {
    background-color: #f8f8f8;
    border: 1px solid #e8e8e8;
    box-shadow: none;
    color: #8f8f8f;
    font: 12px/1.5 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    padding: 3px 10px;
    border-radius: 0;
    width: 150px;
    height: 28px;
    margin: 0 0 5px 0;
}
.wpcf7 textarea
{
    height: 120px;
    padding: 10px;
}
.wpcf7-text:hover,
.wpcf7 textarea:hover, 
.wpcf7-quiz:hover,
.wpcf7-select:hover
{
    border-color: #dedede;
}
#primary .widget-title {
    font-size: 20px;
    margin-bottom: 5px;
	font-weight: normal
}
#primary .textwidget a {
    color: #474747;
}
#primary ul {
    margin: 0;
}
#primary ul li{
	list-style:none;
}

#primary ul li a:hover{
	text-decoration:underline;
	
}
.wpcf7-quiz {
	  margin: 0 0 5px;
}
.wpcf7-form .wpcf7-text{
	height:28px;
}
.wpcf7-form .wpcf7-submit{
	
}
.wpcf7-form p{
	margin:0 0 10px 0;
	padding:0;
	font-size:12px;
}
a.google_plus_link {
    font-size: 22px;
}
.wpcf7-form ::-webkit-input-placeholder{
	color: #BBBBBB;
}
.main_boxx .date-latest {
    font-size: 14px;
    color: #808080;
    line-height: 26px;
    margin: 0 0 10px 0;
}
ul.thumbnail_before_text {
    list-style: none;
    margin: 0;
}
#content ul.thumbnail_before_text li h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 5px 0;
		color:#474747;  
}
#content ul.thumbnail_before_text li h4 a:hover,
#content a.blog_read_more:hover {
    text-decoration: underline;
color: #106E3F;
}
#content a.blog_read_more {
	display: table;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin: 20px 0 0;
}
ul.thumbnail_before_text li {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 40px;
    padding: 0 0 40px;
}
ul.thumbnail_before_text li:last-child {
    border-bottom: none;
    padding: 0;
}
.home #content .home_h1 h3,
.home #content ul .main_boxx h4
{
    font-size: 30px;
    color: #474747;
    margin-bottom: 20px;
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
.home #content ul .main_boxx h4
{
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 700;
}
ul.thumbnail_before_text li.thumbnail_present .main_boxx {
    display: inline-block;
    width: 470px;
    margin: 0 0 0 20px;
}
ul.thumbnail_before_text li .image img {
    float: left;
    margin: 0 0 20px;
    width:150px;
}
.main_boxx a.text {
    display: block;
    margin: 15px 0 0;
}

a.home-more-news:hover,
.main_boxx a.text:hover {
    text-decoration: none;
}
.bottom_image_bar {
    width: 100%;
  display:none;
}
.side-pic-bottom {
    display: inline-block;
    width: 150px;
    padding: 41px;
}
.side-pic-bottom:last-child {
    padding-right: 0;
}

/* contact form 7 end
-------------------------------------------------------------- */

img{
	max-width:100%;
}


/* =Mobile devices
-------------------------------------------------------------- */

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}


/* =Print Style
-------------------------------------------------------------- */


@media only screen and (max-width:767px){
	
/* = Auto resize vieo player
-------------------------------------------------------------- */	
	.player_video {
		position: relative;
		padding-bottom: 49%; /* Increade or decrease padding in % as per your video width */
		padding-top: 30px;
		height: 0;
		overflow: hidden;
		margin: 0 0 20px;
	}


	.player_video iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
 .side-pic-bottom {
    display: block;
    width: 150px;
    padding: 25px;
    margin: 0 auto;
} 
  .side-pic-bottom:last-child {
    padding: 25px;
}
  
 .slideshow-wrapper ul li {
    float: none;
    margin: 0 auto;
    list-style: none;
    text-align: center;
} 
  
.foter-b {
    width: 230px;
    float: none; 
    margin: 0 auto;
    padding-bottom: 52px;
    
}
   ul.thumbnail_before_text li.thumbnail_present .main_boxx {
    width: 100%;
    margin: 0;
}
  
#access .menu-header, div.menu, #branding, #wrapper {
    width: 90%;
    min-width: 320px;
	position:relative;
}
.menu-button, #site-header {
    display: block;
}
 #colophon,
 #main
 {
	width:100%;
 }
.blog_sidebar {
    width: 220px;
    float: none;
    margin: 0 auto;
}
 #header {
    padding: 10px 0 0 0;
    display: block;
}
.header_right {
    display: none;
}	
#site-title {
    float: none;
    margin: 0 auto;
}	
.header_bottom .textwidget {
    width: 100%;
}	
.header_left {
    float: none; 
}
.slider_content {
    display: none;
}
.slider-container-bottom {
    display: none;
}	
#container {
    float: none;
    width: 90%;
    padding: 0 5%;	
    border-bottom: 1px solid #efefef;
    margin: 0 0 40px 0;
}
#content {
    width: 100%;
    padding: 0;
}
.home .entry-content, .home .entry-summary {
	padding: 0px 20px 0 0;
}	
#primary {
    float: none;
    width: 100%;
    margin: 0;
}
.hentry {
    margin: 5px 0 30px 0;
}
.home #main {
    padding: 35px 0 60px;
}
.footer_upper_section {
    padding: 38px 20px 30px;
}
#footer-menu ul li:last-child a {
    border: none;
    padding: 6px 0 0 0;
}
#footer-menu ul a,
#footer-menu ul li:first-child a {
    padding: 6px 0px;
    border-left: none;
    /*border-bottom: 1px solid #484848;*/
    border-bottom: 1px solid #fff;
}
#footer-menu li {
    float: none;
}	
.footer_address {
    padding: 0 0 8px 24px;
    /*border-bottom: 1px dotted #4b4b4b;*/
    border-bottom: 1px dotted #fff;
}
.footer-phone {
    margin: 0 0px 10px 0;
    padding: 0 0 8px 24px;
	/*border-bottom: 1px dotted #4b4b4b;*/
    border-bottom: 1px dotted #fff;
    width: 93%;
}
.footer_email {
    padding: 0 0 8px 24px;
	margin:0px;
}
.footer_bottom_section {
    width: 100%;
    padding: 12px 0 15px;
	float:none;
}
#site-info {
    margin: 0 auto 2px;
    width: 90%;
    float: none;
    font-size: 12px;
}
#site-generator {
    float: none;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 11px;
}

#content .lightbox_box h3 {
    font-size: 15px;
}


iframe {
    width: 96%;
    margin: 0 auto;
    display: block;
}

.shortcode_left_col {
    width: 100%;
    float: none;
    padding: 0;
}
.shortcode_right_col {
    width: 100%;
    float: none;
    margin: 0px 0 0 0;}

.wpcf7-text, .wpcf7 textarea, .wpcf7-quiz, .wpcf7-select {
    width: 92%;
	padding: 3px 3%;
	-webkit-appearance:none;}

.one-column #content {
    margin: 0 auto;
    width: 100%;}


.mob-phone {
    text-align: center;
    width: 90%;
    color: #106E3F;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 15px;
    margin: 0 auto;
    display: block;}

.home #featured_image3 img {
    width: 96%;
    margin: 0 auto;}


#primary .widget_text:last-child {
   margin:0 5%;}

.sidebar_phone_num {
    color: #fff;}

.side_image_bar {
    float: none;
    width: 165px;
    margin: 0 auto;
}
  
.right_side_cf {
    float: none;
    margin: 0 auto;
    text-align: center;
    display: dis;}
  
}

@media only screen and (min-width:768px) and (max-width:1024px)
{
  
.side-pic-bottom {
    display: inline-block;
    width: 126px;
    padding: 20px;
}  
  
#access .menu-header, div.menu, #branding, #wrapper {
    width: 98%;
}
.one-column #content {
    margin: 0 auto;
    width: 95%;
}

.page-template-onecolumn-page #container{
    margin: 0 auto;
    width: 100%
}

 #colophon,
 #main
 {
	width:100%;
 }
#access ul li a {
    padding: 11px 5px 18px;
	font-weight:normal;
}	
#header {
	width:100%;
}	
#access {
    width: 445px;
}	
#site-title a img {
    max-width: 90%;
}	
#site-title {
    margin: 8px 0 0px 25px;
}	
.nda_carousel .flex-viewport ul li {
    width: 50% !important;
}	
	
#container {
    width: 66%;
}	
.home #content {
    width: 100%;
}	
#content {
    width: 90%;
}
.footer_bottom_section {
    width: 100%;
}	
#site-info {
    width: 50%;
}	
#site-generator {
    margin:0 30px 0 0;
}	
.header_bottom .textwidget {
    width: 100%;
}	
.social_icons {
    float: right;
    width: 200px;
    margin: 10px 30px 0 0;
}  
#access ul ul {
    top: 74px;
}	
.footer_address {
    padding: 0 0 8px 24px;
}
.footer-phone {
    margin: 0 0px 10px 0;
    padding: 0 0 8px 24px;
    width: 93%;
}	
.footer_email {
    padding: 0 0 8px 24px;
	margin:0px;
}	
.shortcode_left_col {
    width: 24%;
    padding: 0 4% 0 0;
}	
.shortcode_right_col {
    width: 72%;
}	
	
.nda_carousel .flex-viewport ul.slides {
    width: 100% !important;
    -webkit-transform: initial !important;
}		
.nda_carousel li.flex-active-slide .slider_content {
    background: #f0f0f0;
    border-top-color: #32A150;
}	
	
	
	
	
	
	
	
}
/*@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.nd_arts {
		font-weight:normal;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}*/