/*
Theme Name: VHS Theme
*/
/**
 * -----------------------------------------------------------------------------
 */
/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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 {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
	background:transparent;
}

body {1
	line-height:1;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:400;
	clear:both;
}

ol,ul {
	list-style:none;
}

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;
}

/* =Fonts
-------------------------------------------------------------- */
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,input[type=submit] {
	font-family:"Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
}

pre {
	font-family:"Courier 10 Pitch",Courier,monospace;
}

code {
	font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
}

body,input,textarea {
	color:#666;
	font-size:12px;
	line-height:18px;
}

hr {
	background-color:#E7E7E7;
	border:0;
	height:1px;
	margin-bottom:18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom:0;
}

ul {
	list-style:square;
	margin:0;
}

ol {
	list-style:decimal;
	margin:0;
}

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;
}

dt {
	font-weight:700;
}

dd {
	margin-bottom:18px;
}

strong {
	font-weight:700;
}

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;
}
blockquote {
    margin: 1.5em 10px 1.5em 0;
    padding: 0.5em 10px 0.5em 0;
    quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
    color: #46977b;
    content: '"';
    font-size: 54px;
    line-height: 0.1em;
    margin-right: 5px;
    vertical-align: -0.4em;
    font-family: inherit;
}
blockquote p{
    display: inline;
}
pre {
	background:#f7f7f7;
	color:#222;
	line-height:18px;
	margin-bottom:18px;
	padding:1.5em;
}

abbr,acronym {
	border-bottom:1px dotted #666;
	cursor:help;
}

sup,sub {
	height:0;
	line-height:1;
	vertical-align:baseline;
	position:relative;
}

sup {
	bottom:1ex;
}

sub {
	top:.5ex;
}

input[type="text"],textarea {
	padding:2px;
	background:#f9f9f9;
	border:1px solid #ccc;
	box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);
}

table {
	border:1px solid #e7e7e7;
	text-align:left;
	margin:0 -1px 24px 0;
	width:100%;
}

tr th,thead th {
	color:#888;
	font-size:12px;
	font-weight:700;
	line-height:18px;
	padding:9px 24px;
}

tr td {
	border-top:1px solid #e7e7e7;
	padding:6px 24px;
}

tr.odd td {
	background:#F2F7FC;
}

.attachment img {
	max-width:900px;
}

.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;
}

.alignleft,img.alignright,img.aligncenter {
	margin-bottom:12px;
}

.wp-caption {
	background:none;
	line-height:18px;
	text-align:center;
	margin-bottom:20px;
	padding:4px;
	margin-left: 0px;
}
.wp-caption.alignleft {
	margin-left: 0px;
	max-width: none !important;
}

.wp-caption img {
	margin:5px 5px 0;
}

.wp-caption p.wp-caption-text {
	margin:5px;
	color:#888;
	font-size:12px;
}

.wp-smiley {
	margin:0;
}
p.backtonews{
	text-align: right !important;
	clear: both;
}
@media only screen and (max-width: 479px) {
.single-people .alignleft, .single-people img.alignleft {
	display: inline;
	float: none;
	margin-right: 24px;
	margin-top: 4px;
}
.single-people .wp-caption img {
	margin: 5px auto 0;
	/* text-align: center; */
	display: block;
}
}
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear:both;
}

#comments .navigation {
	padding:0 0 18px;
}

h3#comments-title,h3#reply-title {
	color:#000;
	font-weight:700;
	font-size:20px;
	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;
	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:700;
}

.comment-author .says {
	font-style:italic;
}

.comment-meta {
	font-size:12px;
	margin:0 0 18px;
}

.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;
}

.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;
}

.nopassword,.nocomments {
	display:none;
}

#comments .pingback {
	margin-bottom:18px;
	padding-bottom:18px;
	border-bottom:1px solid #e7e7e7;
}

.commentlist li.comment+li.pingback {
	margin-top:-6px;
}

#comments .pingback p {
	color:#888;
	font-size:12px;
	line-height:18px;
	display:block;
	margin:0;
}

#comments .pingback .url {
	font-style:italic;
	font-size:13px;
}

/* Comments form */
input[type=submit] {
	color:#333;
}

#respond {
	margin:24px 0;
	border-top:1px solid #e7e7e7;
	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;
}

#comments-list ul #respond {
	margin:0;
}

#cancel-comment-reply-link {
	font-size:12px;
	line-height:18px;
	font-weight:400;
}

#respond .required {
	color:#FF4B33;
	font-weight:700;
}

#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 {
	width:auto;
	font-size:14px;
}

.clear {
	clear:both;
	font-size:0;
	line-height:0;
	display:block;
}

body {
	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}

/**************************************************************************************/
a {
	color:#000;
	text-decoration:none;
	outline:0 none;
}

a:hover {
	color:#000;
	text-decoration:none;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:22px;
}

h3 {
	font-size:18px;
}

h4 {
	font-size:16px;
}

h5 {
	font-size:14px;
}

h6 {
	font-size:12px;
}

/*----------------------------------------------------------------------------------*/
html {
}

body {
	color:#b1b1b1;
	font-family:'Open Sans','Arial',sans-serif;
	font-size:12px;
}

.flt_Lt {
	float:left;
	display:inline;
}

.flt_Rt {
	float:right;
	display:inline;
}

/* ---------------------------------------------------------------------------------*/
/* ----------------------- layout ----------*/
.wrapper {
	margin:0 auto;
}

.container {
	max-width:960px;
	margin:0 auto;
	width:100%;
}

/*--font-family: 'Lato', sans-serif;--*/
/* ------------------ HEADER HERE -------------------*/
.headerwrapper {
	width:100%;
	height:auto;
	margin:0 auto;
	background:#313030;
}

header {
	width:100%;
	margin:0 auto;
}

.logo {
	width:187px;
	height:auto;
	position:relative;
	float:left;
}

.logo img {
	width:auto;
	height:auto;
	position:absolute;
	z-index:999;
	top:100%;
	left:0;
	margin:32px 0 0;
}

.homeNews {
	font-weight:500!important;
	font-size:14px!important;
}

/* ------------------------- NAVIGATION HERE ---------------*/
.navtopwrap {
	width:100%;
	height:auto;
	z-index:9999999;
	position:relative;
}

/*-- main menu --*/
.topheader {
	width:100%;
	margin:0 auto;
}

.navwrap {
	width:auto;
	float:right;
}
a.socialIcon img {
	margin-top: 5px;
	margin-right: 0px;
	max-width: 20px;
}
.mobilemenu_btn {
	display:none;
}

.navigation {
	width:auto;
	float:right;
}

.navigation ul {
	list-style:none;
	float:left;
	margin:0 10px;
}

.navigation ul li {
	display:inline-block;
	padding:7px 6px;
}

.navigation ul li a {
	color:#fff;
	font-size:13px;
	line-height:18px;
	text-align:center;
	font-family:'Open Sans',sans-serif;
	font-weight:400;
	text-transform:capitalize;
}

.navigation ul li a:hover {
	color:#fff;
	text-decoration:none;
}

.navigation ul li:hover {
	background:#4e9e84;
}

/*-- secondary menu --*/
.bottomheader {
	width:100%;
	margin:0 auto;
	background:#fff;
}

.bottomheader ul {
	list-style:none;
	width:auto;
	float:right;
	margin-right:8px;
}

.bottomheader ul li {
	display:inline-block;
	float:right;
	padding:42px 40px 18px 20px;
}

.bottomheader ul li.first {
	display:inline-block;
	float:right;
	padding:42px 0 18px 20px;
}

.bottomheader ul li a {
	color:#46977b;
	font-size:30px;
	line-height:35px;
	text-align:center;
	font-family:'Open Sans',sans-serif;
	font-weight:400;
	text-transform:capitalize;
}

.bottomheader ul li a:hover {
	text-decoration:none;
	color:#55b999;
}

#cbp-spmenu-s1 > h2 {
	display:none;
}

/** responsive panel slide style **/
.toggle-triger {
	background:rgba(0,0,0,0) url(images/toggle-menu.png) no-repeat scroll 0 0;
	cursor:pointer;
	display:block;
	float:right;
	height:27px;
	margin-right:20px;
	margin-top:26px;
	width:33px;
	z-index:999999;
}

.cbp-spmenu {
	background:#acb76c;
	position:fixed;
}

.cbp-spmenu-vertical {
	width:234px;
	height:100%;
	top:0;
	z-index:999999;
}

.cbp-spmenu-vertical a {
	border-bottom:0 solid #258ecd;
	padding:1em;
}

.cbp-spmenu-horizontal {
	width:100%;
	height:150px;
	left:0;
	z-index:1000;
	overflow:hidden;
}

.cbp-spmenu-horizontal h3 {
	height:100%;
	width:20%;
	float:left;
}

.cbp-spmenu-horizontal a {
	float:left;
	width:20%;
	padding:.8em;
	border-left:1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
	left:-234px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left:0;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top:0;
}

/* Push classes applied to the body */
.cbp-spmenu-push {
	width:100%!important;
}

.cbp-spmenu-push {
	overflow-x:hidden;
	position:relative;
	left:0;
}

.cbp-spmenu-push-toright {
	left:234px;
}

.cbp-spmenu-push-toleft {
	left:-234px;
}

/* Transitions */
.cbp-spmenu,.cbp-spmenu-push {
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}

.bg-overlay {
	background-color:#303441;
	height:100%;
	opacity:.8;
	position:fixed;
	width:100%;
	z-index:999;
	display:none;
}

.bg-overlay.active {
	display:block;
}

.sf-menu li {
	white-space:normal;
}

.mobile-menu {
	height:auto;
	padding-bottom:15%;
}

.notification-link {
	background:#353434;
	padding:10px 15px!important;
}

.notification-link {
	list-style-type:none;
	margin:0;
	padding:0;
}

.notification-link li {
	float:left;
	margin:0 12px;
	padding:0;
}

.notification-link li a {
	background:#353434;
	display:block;
	padding:0;
}

.notification-link li a:hover {
	box-shadow:0 0 10px #353434 inset;
}
.gform_wrapper .top_label .gfield_label {
    display: none !important;
}
.gform_wrapper input[type="text"], .gform_wrapper textarea {
    padding: 2px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow:none !important;
    -moz-box-shadow:none !important;
    -webkit-box-shadow:none !important;
    color:inherit;
}

body .gform_wrapper ul li#field_1_1, body .gform_wrapper ul li#field_1_2, body .gform_wrapper ul li#field_1_3,body .gform_wrapper ul li#field_3_1, body .gform_wrapper ul li#field_3_2, body .gform_wrapper ul li#field_3_3,body .gform_wrapper ul li#field_4_1, body .gform_wrapper ul li#field_4_2, body .gform_wrapper ul li#field_4_3 {
    margin-top: 0px !important;
    padding-top: 0;
    width: 32%;
    float: left;
    padding-right: 2% !important;
    clear: none !important;
    margin-bottom: 15px;
}
body .gform_wrapper ul li#field_1_3, body .gform_wrapper ul li#field_3_3, body .gform_wrapper ul li#field_4_3 {
    width: 34%;
    padding-right: 0% !important;
}
input#input_1_2.medium{
	width: 100% !important;
}
body .gform_wrapper input[type=submit] {
    border: none;
    background:#46977b;
    color: #ffffff;
    float: right;
    padding: 10px 15px;
    font-size: 16px !important;
    font-family: inherit !important;
	margin-bottom:20px;
}
.gform_wrapper .gform_footer {
    margin-top:0 !important;
}
.gform_confirmation_wrapper{
	color: #46977b !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
    margin-bottom: 10px !important;
    font-weight: 600 !important;
}

@media (max-width: 768px) {
body .gform_wrapper ul li#field_1_1, body .gform_wrapper ul li#field_1_2, body .gform_wrapper ul li#field_1_3,body .gform_wrapper ul li#field_3_1, body .gform_wrapper ul li#field_3_2, body .gform_wrapper ul li#field_3_3,body .gform_wrapper ul li#field_4_1, body .gform_wrapper ul li#field_4_2, body .gform_wrapper ul li#field_4_3 {
    width: 100% !important;
    padding-right: 0% !important;
}
}

/* Example media queries */
@media screen and (max-width: 55.1875em) {
	.cbp-spmenu-horizontal {
		font-size:75%;
		height:110px;
	}
	
	.cbp-spmenu-top {
		top:-110px;
	}
	
	.cbp-spmenu-bottom {
		bottom:-110px;
	}
}

@media screen and (max-height: 26.375em) {
	.cbp-spmenu-vertical {
		font-size:90%;
		width:234px;
	}
	
	.cbp-spmenu-left,.cbp-spmenu-push-toleft {
		left:-234px;
	}
	
	.cbp-spmenu-right {
		right:-190px;
	}
	
	.cbp-spmenu-push-toright {
		left:190px;
	}
}

/*--slider --*/
.sliderwrapper {
	width:100%;
	margin:0 auto;
}
.contentHeaderImage{
	background-position: center center;
	background-size: cover;
	height: 270px;
}
.page-id-1655 .contentHeaderImage{
	background-position: top center;
}
.headerTextHolder{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding-top: 90px;
}
.headerTextHolderBackground{
	background: rgba(0, 0, 0, 0.6);
	display: inline-block;
	border-left:2px solid #fff;
	padding: 10px 20px;
}
.headerTextHolderBackground h1{
	color: #fff;
	font-weight: 300;
}
.headerTextHolderBackground h2{
	font-weight: 300;
	padding-top: 7px;
	font-size: 18px;
}
.flexslider {
	margin:0;
}

.flexslider ul li {
	position:relative;
}
section.leftmid .signPost a {
    color: #333;
    text-decoration: none;	
}

.productinfo {
	bottom:300px;
	float:none;
	margin-left:-480px;
	left:50%;
	height:auto;
	padding:0;
	position:absolute;
	width:400px;
	z-index:98;
	top:25%;
}

.productinfo h2 {
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:42px;
	line-height:42px;
	color:#55b999;
	margin:0 0 15px;
	font-weight:600;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
}

.productinfo h2 strong {
	font-weight:600;
	display:block;
}

.productinfo p {
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:28px;
	line-height:28px;
	color:#fff;
	text-align:left;
	font-style:normal;
	font-weight:400;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
}

.flex-direction-nav .flex-next {
	right:30px!important;
	z-index:99!important;
}

.flex-direction-nav .flex-next:hover {
	right:30px!important;
}

.flex-direction-nav .flex-prev {
	left:30px!important;
	z-index:99!important;
}

.flex-direction-nav .flex-prev:hover {
	left:30px!important;
}

.flex-control-nav {
	bottom:18px!important;
	left:50%!important;
	margin-left:-480px!important;
	position:absolute;
	text-align:center;
	width:auto!important;
}

.flex-control-paging li a {
	width:20px!important;
	height:21px!important;
	background:#c9c1b8!important;
	border:1px solid #fff;
	border-radius:0!important;
}

.flex-control-paging li a.flex-active {
	background:#55b999!important;
}

/* ------------------------ MIAN CONTENT HERE --------------*/
.maincontent {
	margin:0 auto;
	width:100%;
	background:#fff;
	padding:40px 0 50px;
}

home.maincontent {
	margin:0 auto;
	width:100%;
	background:#fff;
	padding:80px 0 50px;
}

.leftmid {
	width:400px;
	margin:0 10px;
	float:left;
}

.home .leftmid img{
	width:100% !important;
	height:auto !important;
}

.leftmid h3 {
	color:#55b999;
	font-size:28px;
	line-height:25px;
	font-family:'Open Sans',sans-serif;
	margin:0 0 20px;
	text-transform:capitalize;
}

.leftmid p {
	font-family:'Open Sans',sans-serif;
	color:#434244;
	text-align:left;
	font-size:14px;
	line-height:1.5;
	margin:0 0 16px;
}

.leftmid h5 {
	font-family:'Open Sans',sans-serif;
	color:#46977b;
	text-align:left;
	font-size:14px;
	line-height:18px;
	margin:0 0 16px;
}

.midmid {
	width:280px;
	padding:0 10px;
	float:left;
}

.midmid h4 {
	font-size:16px;
	line-height:16px;
	color:#46977b;
	text-align:left;
	text-transform:capitalize;
	font-family:'Open Sans',sans-serif;
	font-weight:600;
	margin:0 0 20px;
}

.midmid ul {
	list-style:none;
}

.midmid ul li {
	display:block;
	margin:0 0 25px;
}

.midmid ul li p {
	font-size:13px;
	line-height:18px;
	color:#333;
	text-align:left;
	text-transform:capitalize;
	font-family:'Open Sans',sans-serif;
	font-weight:500;
	display:inline;
	padding-right:10px;
	display:block;
}

.vc_gitem-post-data-source-post_excerpt {
	min-height:50px;
}

.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
	padding-bottom:0!important;
}

.vc-gitem-zone-height-mode-auto:before {
	padding-top:70%!important;
}

.midmid ul li a {
	color:#46977b;
	font-size:13px;
	line-height:16px;
	font-weight:600;
}

.midmid ul li a:hover {
	text-decoration::none;
	color:#55b999;
}

.rightmid {
	width:220px;
	margin:0 10px;
	float:left;
}

.callcont {
	width:100%;
	height:auto;
	display:block;
	background:url(images/contactbx.png) no-repeat top left #499A80;
	background-size:cover;
	padding:22px 15px;
	margin:0 0 15px;
}

.callcont p {
	color:#fff;
	text-align:left;
	font-family:'Open Sans',sans-serif;
	font-style:normal;
	margin:0 0 15px;
	font-family:'Open Sans',sans-serif;
}

.callcont p	em {
	font-style:normal;
	font-size:18px;
	line-height:18px;
	display:block;
	font-family:'Open Sans',sans-serif;
}

.callcont p a {
	    font-style: normal;
    font-size: 32px;
    line-height: 38px;
    display: block;
    color: #fff;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
}

.callcont p a:hover {
	text-decoration::none;
	color:#fff;
}

.callcont p b {
	font-style:normal;
	font-size:15px;
	line-height:15px;
	display:block;
}

.callcont .orannkor {
	color:#fff;
	text-align:left;
	font-family:'Open Sans',sans-serif;
	font-style:normal;
	margin:0x;
	font-size:18px;
	line-height:18px;
}

.callcont .orannkor	a {
	color:#fff;
	text-decoration:none;
}

.callcont .orannkor	a:hover {
	text-decoration:none;
	color:#fff;
}

.vc_gitem-post-data-source-post_title h4 {
	color:#46977b;
	font-weight:600;
}

.vc_gitem-post-data-source-post_title h4:hover {
	color:#666;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
	border:none!important;
	background-color:transparent!important;
	border-bottom:2px solid #46977b!important;
}

span.vc_tta-title-text {
	color:#46977b!important;
	font-size:22px!important;
}

.findcont {
	width:100%;
	background:url(images/finmrbx.png) no-repeat top left #4e4e4e;
	background-size:cover;
	padding:22px 15px;
}

.findcont p {
	color:#fff;
	text-align:right;
	font-family:"Open Sans",sans-serif;
	font-style:normal;
	margin:0x;
	font-size:18px;
	line-height:18px;
}

.findcont p	a {
	color:#fff;
}

.findcont p	a:hover {
	color:#fff;
}

.findcont em {
	font-style:normal;
	display:block;
}

.findcont strong {
	font-style:normal;
	display:block;
	font-weight:400;
}

.findcont b {
	font-style:normal;
	display:block;
	font-weight:400;
}

.callButton .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,.callButton .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
	width:100%;
	text-align:left;
	border:none;
	background:none;
}

.callButton .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
	color:#fff;
	font-size:21px;
	font-weight:200;
	line-height:1.2;
}

.callButton .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,.callButton .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active {
	color:#eee;
}

.callButton {
	display:block!important;
	height:140px;
	background:url(images/callbg01.gif);
}

.callButton.people {
	display:block!important;
	height:140px;
	background:url(images/callbg02.gif);
	background-position:right;
}

.callButton.contact {
	display:block!important;
	height:140px;
	background:url(images/callbg03.gif);
	background-position:center;
}

section.leftmid h2 {
	color:#46977b;
	font-size:18px;
	line-height:1.2;
	padding-bottom:20px;
	font-style:italic;
}

section.leftmid h1 {
	color:#46977b;
	font-size:28px;
	line-height:1.2;
	margin-bottom:20px;
	font-weight:600;
}

section.leftmid h3 {
	color:#46977b;
	font-size:20px;
	line-height:1.2;
	margin-bottom:10px;
	font-weight:600;
}

section.leftmid ul {
	color:#46977b;
	font-size:14px;
	padding-left:0px;
	padding-bottom:20px;
}
section.leftmid .wpb_wrapper ul {
	padding-left:35px;
}
section.leftmid .wpb_wrapper ul.gform_fields {
	padding-left:0px;
}
section.leftmid ul ul.sub-menu{
	padding-left:0px;
}
section.leftmid ul ul ul{
	padding-left:10px;
	padding-bottom:5px;
	display: none;
}
section.leftmid .menu-drink-driving-offenses-container ul ul ul{
	display: block;
}

section.leftmid a {
	color:#46977b;
	text-decoration: underline;
}

section.leftmid ul li {
	padding-bottom:8px;
}

.contentRow {
	padding-right:40px!important;
}

.single-people h3.title {
	display:none;
}

.vc_btn3.vc_btn3-size-md {
	padding:14px 25px 14px 20px!important;
}

.leftmid ul.menu, ul.sub-menu {
	list-style-type:none;
	margin-right:10px;
}
.page-id-14 section.leftmid ul.sub-menu {
	padding-left: 6px;
	display:none;
	padding-bottom: 0;
}

.page-id-109.parent-pageid-14 section.leftmid .page-item-109 ul.sub-menu,.parent-pageid-109 section.leftmid .menu-item-125 ul.sub-menu {
	display:block;
	padding-bottom: 0;
}

.page-id-500 section.leftmid li#menu-item-501 ul.sub-menu {
	padding-left: 6px;
	display:block !important;
	padding-bottom: 0;
}
.page-id-1561 section.leftmid li#menu-item-1704 ul.sub-menu {
	padding-left: 6px;
	display:block !important;
	padding-bottom: 0;
}

.page-id-833 section.leftmid li#menu-item-847 ul.sub-menu, .parent-pageid-833 section.leftmid li#menu-item-847 ul.sub-menu {

	display: block;
}
.page-id-859 section.leftmid li#menu-item-874 ul.sub-menu, .parent-pageid-859 section.leftmid li#menu-item-874 ul.sub-menu {

	display: block;
}
.page-id-875 section.leftmid li#menu-item-912 ul.sub-menu, .parent-pageid-875 section.leftmid li#menu-item-912 ul.sub-menu {

	display: block;
}
.page-id-876 section.leftmid li#menu-item-905 ul.sub-menu, .parent-pageid-876 section.leftmid li#menu-item-905 ul.sub-menu {

	display: block;
}
.page-id-884 section.leftmid li#menu-item-899 ul.sub-menu, .parent-pageid-884 section.leftmid li#menu-item-899 ul.sub-menu {

	display: block;
}
.page-id-116 section.leftmid li#menu-item-118 ul.sub-menu {

	display: block;
}
.leftmid ul.menu li li.first a, .leftmid ul.menu li li a {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 400;
}
.leftmid ul.menu li li a {

}
.leftmid ul.menu li li a:hover {
    
    color: #46977b !important;
}
.leftmid ul.menu li li {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: 0;
}
.leftmid ul.menu li li li{
    margin-bottom: 0 !important;
    border-bottom: none;
}
.leftmid ul.menu li {
	border-bottom:1px dashed #e1e1e1;
	padding:12px 0 7px 2px;
}

.leftmid ul.menu li.first {
	border-bottom:none;
	padding:7px 0 7px 2px;
	margin-bottom:15px;
}

.leftmid ul.menu li a {
	color:#46977b;
	font-size:15px;
	text-transform:capitalize;
	text-decoration: none;	
}

.leftmid ul.menu li.current_page_item a {
	color: #000 !important;
	text-transform:capitalize;
}
.leftmid ul.menu li.current_page_item li a {
	color: #46977b !important;
	text-transform:capitalize;
}

.leftmid ul.menu li.current-page-parent a {
	color: #46977b !important;
	text-transform:capitalize;
}
.leftmid ul.menu li.current-page-parent ul li a {

	text-transform:capitalize;
}
.leftmid ul.menu li.current-page-parent ul li.current_page_item a {
	color: #000 !important;
	text-transform:capitalize;
}
.leftmid ul.menu li.current-page-parent ul li.current_page_item ul li a {
	color: #46977b !important;
	text-transform:capitalize;
}
.leftmid ul.menu ul li ul li.current_page_item a {
	color: #46977b !important;
	text-transform:capitalize;
}

.leftmid ul.menu li.first a {
	color:#46977b;
	font-size:22px;
	text-transform:capitalize;
	font-weight:600;
}

.leftmid ul.menu li a:hover {
	color:#666;
}

/* ------------------ FOOTER HERE --------------------------*/
.footerwrapper {
	width:100%;
	height:auto;
	margin:0 auto;
	background:#686868;
}

footer {
	width:100%;
	margin:0 auto;
	padding:28px 0;
	min-height:132px;
}

.left_footer {
	float:left;
}

.left_footer ul {
	list-style:none;
	margin:0;
}

.left_footer ul	li {
	display:inline-block;
	background:url(images/foterdevider.jpg) no-repeat center right;
	padding:0 5px;
}

.left_footer ul	li.last {
	background:none;
}

.left_footer ul	li a {
	color:#fff;
	text-align:left;
	font-family:'Open Sans',sans-serif;
	font-style:normal;
	font-size:13px;
	line-height:18px;
}

.left_footer ul	li a:hover {
	color:#fff;
	text-decoration:none;
}

.rights {
	float:right;
color:#fff;
}

.rights	a {
	color:#fff;
	text-align:left;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style:normal;
	font-size:13px;
	line-height:18px;
}

.rights	a:hover {
	color:#fff;
	text-decoration:none;
}

.mlogo {
	display:none;
}

.navigation ul .current-menu-item a {
	color:#fff;
	font-family:"Open Sans",sans-serif;
	font-size:13px;
	font-weight:400;
	line-height:18px;
	text-align:center;
	text-transform:capitalize;
}

.leftmid.default {
	width:100%;
}