/*  

/*  

Theme Name: Declan Buggy - Building Services & Carpentry

Theme URI: http://www.declanbuggy.com/

Description: Declan Buggy - Building Services & Carpentry WordPress Theme

Author: Istech Web Design

Author URI: http://www.istech.ie

Version: 3.0.4

*/


/* Default styles */

@import "css/reset.css";



/*-------------------------------------------------------------------------------------------



INDEX:



1. SETUP
-1.1 Defaults
-1.2 Hyperlinks

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers & Columns
-2.2 Navigation
-2.2.1 Drop-down menus
-2.3 Header
-2.4 Featured Slider
-2.5 Recent Posts
-2.6 Older Posts
-2.7 Content
-2.8 Sidebar
-2.9 Footer

3. POSTS
-3.1 Typographic Elements
-3.2 Images
-3.3 Pagination / WP-Pagenavi

4. WIDGETS
-4.1 Generic Widgets
-4.2 Specific Widgets

5. COMMENTS
-5.1 Comments
-5.2 Comments Form
-5.3 Pingbacks / Trackbacks

6. MISC
-6.1 Buttons
-6.2 Info Boxes



/*-------------------------------------------------------------------------------------------*/

/* 1. SETUP */

/*-------------------------------------------------------------------------------------------*/



/* 1.1 Defaults */


body {
	font-size: 12px;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: normal!important;
	line-height: 1.5em;
	color: #757575;
	background: #eeeeee;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #130000;
	font-weight: normal;
}

h1 {
	font-size: 18px;
	margin-bottom: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

p {
	margin: 0 0 20px;
	color: #21201b;
	font-size: 14px;
}

hr {
	background-color: #e6e6e6;
	border: 0;
	height: 1px;
	margin-bottom: 20px;
}

input, textarea {
	padding: 5px;
	border-color: #ccc #efefef #efefef #ccc;
	border-width: 1px;
	border-style: solid;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
}

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

/* 1.2 Hyperlinks */
a:link, a:visited {
	color: #1B376F;
	text-decoration: none;
}

a:hover {
	color: #511e09;
}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}

/*-------------------------------------------------------------------------------------------*/

/* 2. SITE STRUCTURE & APPEARANCE */

/*-------------------------------------------------------------------------------------------*/



/* 2.1 Containers & Columns */
#wrapper_header {
    width: 100%;
    padding-top: 35px;
    background-color: #cec6a1; /* Old browsers */
    background-image: -moz-linear-gradient(top,  #e6deba 0%, #cec6a1 100%);
    background-image: -o-linear-gradient(top,  #e6deba 0%,#cec6a1 100%);
    background-image: -ms-linear-gradient(top,  #e6deba 0%, #cec6a1 100%);
    background-image: linear-gradient(to bottom,  #e6deba 0%,#cec6a1 100%);
    background-size: 100% 75%;
    background-repeat: no-repeat;
    background-image: url("images/home_head_bak.png");
}
.col-full {
	width: 915px;
	margin: 0 auto;
}

/* 2.2 Navigation */
#navigation {
	border-top: 1px solid #bdb695;
	-moz-box-shadow: inset 0px 1px #f6f2e2;
	-webkit-box-shadow: inset 0px 1px #f6f2e2;
	box-shadow: inset 0px 1px #f6f2e2;
}

.nav {
	z-index: 99;
	margin: 0 0 0 13px;
	padding: 0;
	list-style: none;
	line-height: 1;
}

.nav a {
	position: relative;
	display: block;
	z-index: 100;
}

.nav li {
	float: left;
	width: auto;
	padding: 0 0 16px 0;
	margin: 0px;
}

#top_nav_wrap {
}

#top-nav {
	float: left;
	margin: 18px 0 0 -5px;
}

#top-nav a {
	color: #5f5b48;
	text-transform: uppercase;
	font-size: 12px;
	border-right: 1px solid #5f5b48;
	margin-right: 15px!important;
	padding: 0 0px 0 0!important;
}
#top-nav > .back {
    display: none;
}
#top-nav a:hover, #top-nav li.current_page_item a, #top-nav li.current_page_parent a {
	color: #000000;
}

#top-nav li ul {
	border-top: 1px solid #b8ae9c;
	margin: 16px 0 0 -10px;
}
#top-nav li ul ul {
	border: none;
}

#top-nav li ul li {
	background: #FFFFFF;
	border-bottom: 1px solid #EAEBEE;
	padding: 0px;
}
#top-nav ul li:last-child a { 
    border-right:none;
}

#top-nav li ul li:hover {
	background: #eeeeee;
}

#top-nav li ul li a {
	background: none;
	border: none;
	padding: 10px;
	margin: 0px;
}

#top-nav li ul li a.sf-with-ul {
	padding: 10px;
}

#main-nav {
	font: bold 15px Helvetica, Arial, sans-serif;
	border: 1px solid #dee3e7;
	margin-bottom: 40px;
	background: #fff url(images/bg-mainnav.png) repeat-x left bottom;
}

#main-nav li {
	border-right: 1px solid #dee3e7;
}

#main-nav a {
	padding: 5px 20px 2px;
	line-height: 30px;
	color: #555;
	border-bottom: 4px solid #cacaca;
}

#main-nav a:hover, #main-nav li.current_page_item a, #main-nav li.current_page_parent a {
	border-bottom-color: #dc3e29;
	color: #000;
	text-decoration: none;
}

#main-nav a:hover, #main-nav li.current-cat a, #main-nav li.current-cat a {
	border-bottom-color: #dc3e29;
	color: #000;
	text-decoration: none;
}

#main-nav li ul {
	background: #FFF;
	border: 1px solid #dbdbdb;
	border-width: 1px 1px 0;
}

#main-nav li ul li {
	background: #eee;
	border-top: 1px solid #fff;
}

#main-nav li ul li a {
	padding: 0 10px;
	font-size: 12px;
	border-bottom: 1px solid #dbdbdb;
}

#main-nav li ul li a:hover {
	border-color: #dbdbdb;
	background: #dbdbdb;
}

/* 2.2.1 Drop-down menus */
.nav li ul {
	position: absolute;
	left: -999em;
	width: 180px;
	z-index: 999;
}

.nav li ul li a {
	width: 160px;
}

#top-nav li ul ul {
	margin: -32px 0 0 180px;
}

.nav li:hover,.nav li.hover {
	position: static;
}

.nav li:hover ul ul, .nav li.sfhover ul ul,
.nav li:hover ul ul ul, .nav li.sfhover ul ul ul,
.nav li:hover ul ul ul ul, .nav li.sfhover ul ul ul ul {
	left: -999em;
}

.nav li:hover ul, .nav li.sfhover ul,
.nav li li:hover ul, .nav li li.sfhover ul,
.nav li li li:hover ul, .nav li li li.sfhover ul,
.nav li li li li:hover ul, .nav li li li li.sfhover ul {
	left: auto;
}

.nav .sf-sub-indicator {
	background: url(images/arrow-superfish.png) no-repeat;
	position: absolute;
	display: block;
	right: 0.4em;
	top: 0.9em;
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
}

.nav li ul .sf-sub-indicator {
	background: url(images/arrow-superfish-right.png) no-repeat;
	background-position: center left;
}

#top-nav .sf-sub-indicator {
	top: 4px;
}

#top-nav li ul .sf-sub-indicator {
	top: 0.9em;
}

#main-nav .sf-sub-indicator {
	top: 1.1em;
}

#main-nav li ul .sf-sub-indicator {
	top: 0.9em;
}

#top-nav .nav-item-right {
	float: right;
}

#top-nav .nav-item-right a {
	padding-top: 8px;
}



/* 2.3 Header */

#header {
	height: auto;
	padding-bottom: 21px;
}

#header .nav-toggle {
    display: none;
}

#header .nav-toggle:after {
    background: #898367;
    color: #fff;
}

#sub_header {
	background: #585858;
	padding: 20px 0;
	border-top: 1px solid #b8ae9c;
	-moz-box-shadow: inset 0px 1px #FFF;
	-webkit-box-shadow: inset 0px 1px #FFF;
	box-shadow: inset 0px 1px #FFF;
}

#banner {
	background-color: #474646;
	height: 296px;
	padding: 1px 0;
}

#left_nav {
	background: #908b75;
	width: 318px;
	height: 296px;
	margin: 0 0 0 1px;
	float: left;
	overflow: hidden;
}

ul.left-nav {
	padding-top: 20px;
}

ul.left-nav li a {
	color: #FFFFFF;
	font-size: 12px;
	display: block;
	padding: 6px 28px 6px 20px;
	position: relative;
        /** preload image for hover state **/
        background: url(images/black-arrow.png);
        background-size: 0 0;
}
ul.left-nav li a:hover:after { 
    width: 9px;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 2;
    content: '';
    background: url(images/black-arrow.png) no-repeat left center;
    right: 8px;
    top: 0px;  
}
ul.left-nav li a:hover:before {
    z-index: 1;
    position: absolute;
    width: 27px;
    height: 100%;
    content: '';
    display: block;
    right: 0;
    top: 0;
    border-left: 1px solid #9c5f0f;
    background: #f8981c; /* Old browsers */
    background: -moz-linear-gradient(top, #f8981c 0%, #e88606 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8981c), color-stop(100%,#e88606));
    background: -webkit-linear-gradient(top, #f8981c 0%,#e88606 100%);
    background: -ms-linear-gradient(top, #f8981c 0%,#e88606 100%);
    background: linear-gradient(to bottom, #f8981c 0%,#e88606 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8981c', endColorstr='#e88606',GradientType=0 ); /* IE6-9 */
}

ul.left-nav li {
	border-bottom: 1px solid #6f6b59;
        box-shadow: 0px 1px 0px rgba(255,255,255,.16);
	
}

#slideshow {
	width: 560px;
	float: right;
	margin: 15px 17px 0 0;
	height: 266px;
	overflow: hidden;
}

#headsearch {
	float: right;
	margin-top: 10px;
}

#headsearch input.search_s {
	border: 1px solid #8d8870;
	font-size: 9px;
	color: #FFFFFF;
	width: 180px;
	background: #9d977c;
	padding: 7px 0 7px 13px;
        display: block;
	float: left;
        margin-right: 3px;
        box-shadow: 0px 1px 0px rgba(255, 255, 255, .5);
        font-family: arial;
        transition: all 800ms ease;
        transition-property: background, border;
        height: 28px;
}

#headsearch input.search_but {
	padding: 6px 7px;
        background: #97927c; /* Old browsers */
        background: -moz-linear-gradient(top,  #97927c 0%, #7b7660 100%); /* FF3.6+ */
        background: -webkit-linear-gradient(top,  #97927c 0%,#7b7660 100%); /* Chrome10+,Safari5.1+ */
        background: -ms-linear-gradient(top,  #97927c 0%,#7b7660 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #97927c 0%,#7b7660 100%); /* W3C */
        border: 1px solid #807b66;
        box-shadow: 0px 1px 0px rgba(255, 255, 255, .5);
	cursor: pointer;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
        height: 28px;
	float: left;
}

#headsearch input.search_s:focus {
	border: 1px solid #6D6958;
}

#headsearch input.search_but:hover {
	color: #CCC5AB;
}

a.logo {
	display: block;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #5b5645;
	font-weight: normal;
}

a.logo img {
	/* max-height: 59px;*/
	margin-top:-15px!important;
}

body a.logo span {
    padding: 6px 0;
    display: inline-block;
    line-height: 1.2em;
}

#call {
	float: right;
	padding: 18px 0px;
}

span#number {
	background: url(images/phone.png) no-repeat top left;
	padding-left: 18px;
	padding-bottom: 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #207fb0!important;
	display: inline-block;
	font-size: 22px;
}
span#number a {
    cursor: default;
    color: inherit;
}

/* 2.7 Content */
.home #main {
	width: 624px;
	margin: 35px 0 80px 0;
}

.col-left {
	float: left;
	width: 590px;
}

#main_full {
	margin: 30px 0;
	width: 915px;
}

div.entry.search {
	margin-bottom: 15px;
}

div.entry h1 {
	font-size: 23px;
	padding-bottom: 12px;
	color: #130000;
	font-weight: normal;
}

#main h2 {
	font-size: 18px;
	padding-bottom: 12px;
	color: #130000;
	font-weight: normal;
}

#main h2 a {
	color: #130000;
}

#main h2 a:hover {
	color: #333333;
}

h1 a:hover, h2 a:hover {
	color: #333333;
	text-decoration: none;
}

 /* Homepage Content */
h1.page_title {
	background: url("images/title_arrow.png") no-repeat scroll 25px 20px #474646;
	color: #FFFFFF;
	float: left;
	font-family: Arial,Arial,Helvetica,sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 6px 0 3px 0;
	padding: 14px 30px 14px 50px;
	text-transform: uppercase;
}

h1.page_title a {
	color: white;
}

#welcome {
	width: 275px;
	float: left;
	color: #21201b;
	font-size: 14px;
	line-height: 1.5em;
	border-right: 1px solid #d6d5d0;
	margin-right: 25px;
	padding-right: 20px;
	min-height: 310px;
}

#about {
	width: 275px;
	float: left;
	color: #21201b;
	font-size: 14px;
	line-height: 1.5em;
	min-height: 310px;
	border-right: 1px solid #d6d5d0;
	padding-right: 20px;
}

#main h2.title {
	color: #868066;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
}

/* 2.8 Sidebar */
.home #sidebar {
	float: left;
	width: 242px;
	background: none;
	margin: 0 0 0 18px;
}

.home #sidebar #sidebar_content {
	margin-left: 0px;
	padding: 35px 0 0 0;
	width: 242px;
}

#sidebar {
	float: right;
	width: 288px;
	background: url(images/sidebar_bak.png) no-repeat;
	margin: -30px -20px 30px 0;
}

#sidebar #sidebar_content {
	margin-left: 29px;
	padding: 30px 0 0 0;
	width: 230px;
}

#sidebar .secondary {
	float: left;
	width: 140px;
	margin-right: 20px;
}

#sidebar .secondary.last {
	margin: 0;
}

#empty {
	height: 100px;
	padding: 30px;
}

/* 2.9 Footer */
#footer {
	padding: 15px 0 10px;
	font-size: 12px;
	border-top: 1px solid #FFF;
        box-shadow: 0px -1px 0px rgba(0, 0,0,.1);
        -webkit-box-shadow: 0px -1px 0px rgba(0, 0,0,.1);
        -moz-box-shadow: 0px -1px 0px rgba(0, 0,0,.1);
        -ms-box-shadow: 0px -1px 0px rgba(0, 0,0,.1);
	clear: both;
}

#footer p {
	margin: 0;
	font-size: 10px;
	color: #5F5B48;
	text-transform: uppercase;
	float: right;
}

#footer #credits img {
	vertical-align: middle;
}

#footer a {
	color: #2f2f2f;
	text-decoration: underline;
}

#footer_social {
	float: left;
	margin: 0 0 0 20px;
}

#footer_social a {
	margin: 0 6px 0 0;
        display: block;
        float: left;
        text-decoration: none;
}

#footer_social a:before {
    vertical-align: middle;
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 1.8em;
    width: auto;
    height: 1.15em;
    text-align: center;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #fff;
    text-shadow: 0 1px 0 #FFF;
}
#footer_social a.facebook:before {
    content: '\f082';
        color: #395597;
}
#footer_social a.linkedin:before {
    content: '\f08c';
        color: #08A9D9;
}
#footer_social a.twitter:before {
    content: '\f081';
        color: #41D4EC;
}
#footer_social a.youtube:before {
    content: '\f166';
        color: #CC222D;
}
#footer_social a.googleplus:before {
content: '\f0d4';
    color: #333334;
}

a.law_icon {
	background: url(images/law_icon.png) no-repeat;
        width: 22px;
	height: 21px;
	display: block;
	float: left;
	margin: 0 15px 0 0;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
}

#footer li a {
	color: #5f5b48;
	display: inline;
	padding: 0px 11px;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
}

#footer ul {
	margin-bottom: 25px;
	float: left;
}

#footer ul li ul {
	display: none;
}

#footer li {
	display: inline;
	float: none;
}

#footer a:hover {
	color: #000000;
}

/*-------------------------------------------------------------------------------------------*/

/* 3. POSTS */

/*-------------------------------------------------------------------------------------------*/
.blogpost {
	padding: 10px 0;
	margin-bottom: 25px;
}

h1.post_title {
	font-size: 18px;
	margin: 0 0 5px 0;
	color: #130000;
	font-weight: normal;
}

h1.post_title a, h2 a {
	color: #130000;
}


.blogpost .entry p {
	margin-bottom: 5px;
}

.blog-posted {
	margin-bottom: 10px;
	padding: 5px 0;
}

a.read_more {
	font-weight: bold;
}

.blogpost .thumb {
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 15px;
}

.blogpost .thumb a {
	display: block;
}

.archive_header {
	display: block;
	float: left;
	width: 100%;
	padding: 0 0 10px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

.post {
	margin: 0;
}

#main {
      margin: 25px 0 30px 0;
}

.home .post {
	padding-right: 20px;
}

.post .title {
	font: normal bold 26px/24px Arial, Helvetica, sans-serif;
	position: relative;
	margin: 0;
}

.page .post .title, .post.none .title {
	margin: 0 0 20px 0;
}

.post .title a:link, .post .title a:visited {
	color: #222;
}

.post-meta {
	margin: 5px 0 25px 0;
	font-size: 11px;
	text-transform: uppercase;
}

.post-meta span {
	color: #424242;
}

.post-meta .comments a {
	text-transform: uppercase;
}

.post-meta, .post-meta .post-author a, .post-more {
	color: #868686;
}

.post-more {
	clear: both;
	text-transform: uppercase;
	border: 1px solid #e6e6e6;
	border-width: 4px 0 1px;
	padding: 10px 0;
	font: 11px/16px Arial, Helvetica, sans-serif;
}

.post-more a, .post-meta a {
	text-decoration: none;
}

.post-more a:hover, .post-meta a:hover {
	text-decoration: underline;
}

.post p.tags {
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	clear: both;
	padding: 0 0 0 20px;
	background: url(images/ico-tag.png) no-repeat left center;
	margin: 20px 0;
}

/* 3.1 Typographic Elements */
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	margin: 0 0 25px 0;
}

.entry p {
	margin: 0 0 20px 0;
}

.entry blockquote {
	background: url(images/blockquote.png) no-repeat 0 12px;
	padding: 0px 20px 10px 50px;
	color: #444;
}

.entry blockquote p {
	font-style: italic;
}

.entry ul {
	margin: 0 0 15px 0;
	padding: 0 0 0 30px;
}

.entry ul ul {
	margin: 0;
	padding: 0 0 0 15px;
}

.entry ul li {
	list-style-type: circle;
}

.entry ul ul li {
	list-style-type: disc;
}

.entry ol {
	margin: 0 0 15px 0;
	padding: 0 0 0 30px;
}

.entry ol ol {
	margin: 0;
	padding: 0 0 0 15px;
}

.entry  ol li {
	list-style-type: upper-latin;
}

.entry  ol li ol li {
	list-style-type: lower-latin;
}



/* 3.2 Images */
.entry img, img.thumbnail, .thumb img {
	padding: 5px;
	background: #FFF;
        box-shadow: 2px 2px 2px #CCC;
}

img.wp-smiley {
	padding: 0;
	border: none;
	background: transparent;
}

.alignleft {
	float: left;
	height: auto;
	margin: 5px 15px 20px 0;
}

.alignright {
	float: right;
	height: auto;
	margin: 5px 0 20px 15px;
}

.aligncenter {
	text-align: center;
	margin-bottom: 20px;
}

img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.entry .wp-caption {
	padding: 1px;
	text-align: center;
	background: #F8F8F8;
	border: solid 1px #e6e6e6;
}

.entry .wp-caption img {
	margin: 0;
	padding: 4px 0;
	background: none;
	border: 0;
}

.entry .wp-caption-text {
	margin: 0;
	padding: 0;
	font: 11px/22px Arial, Helvetica, sans-serif;
	text-align: center;
}

/* 3.3 Pagination / WP-Pagenavi */
.nav-entries, .wp-pagenavi, .post-entries {
	font-size: 11px;
	padding: 7px 15px;
	border-top: 1px solid #aebccb;
}

.post-entries {
	margin: 30px 0 0 0;
}

.nav-entries a, .post-entries a {
	display: block;
	font: italic 12px/16px arial, serif;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.nav-entries a:hover, post-entries a:hover {
	text-decoration: underline;
}

.wp-pagenavi {
	margin: 0 !important;
}

.wp-pagenavi a:link,
.wp-pagenavi a:visited {
	font-weight: bold!important;
	display: inline !important;
	text-decoration: none !important;
	background: none !important;
	color: #666 !important;
	padding: 3px 7px !important;
	border: none!important;
}

.wp-pagenavi .current, 
.wp-pagenavi .on, .wp-pagenavi a:hover {
	padding: 3px 7px !important;
	background: #6ca0a8 !important;
	border: none !important;
	color: #fff!important;
}

.wp-pagenavi span.extend, .wp-pagenavi span.pages {
	padding: 0 15px 0 0!important;
	font-style: italic!important;
	font-weight: bold!important;
	background: none !important;
	border: none !important;
	color: #6ca0a8 !important;
}

/*-------------------------------------------------------------------------------------------*/

/* 4. WIDGETS */

/*-------------------------------------------------------------------------------------------*/

/* 4.2 Generic Widgets */
.widget {
	margin: 0 0 20px 0;
	font-size: 12px;
}

.widget h3 {
	font-size: 14px;
	color: #868066;
	font-weight: bold;
	margin-bottom: 15px;
	position: relative;
        text-transform: uppercase;

}

.widget input[type=text], .widget input.input-text, .widget textarea, .widget input.txt, .widget input[type=tel], .widget input[type=email] {
    width: 100%;
}


.home .widget h3 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
}
/*.widget h3 span  { position: absolute; left: 10px; top: 34px; display: block; width: 8px; height: 4px; } */
.widget p {
	font: 12px/20px Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	font-family: georgia;
	font-style: italic;
}

.widget ul {
	clear: both;
	padding: 0;
        list-style-type: square;
list-style-position: inside;
}

.widget ul li {
	margin-bottom: 7px;
	font-size: 13px;
	color: #666666;
	line-height: 16px;
}

.widget ul li a {
	text-decoration: none;
	font-size: 12px;
	color: #3f3f3f;
	display: inline-block;
}

.widget ul li a:hover {
	color: #666666;
}

.widget ul ul {
	padding: 0 0 0 15px;
	border-top: none;
        margin-top: 15px;
}

.widget ul ul li {
	padding-left: 0;
}

.widget ul ul li:last-child{
    border-bottom: none;
}

/* 4.2 Specific Widgets */

/* CONTACT FORM WIDGET */
.widget_sig_contact {
	margin-bottom: 30px;
}
.widget_sig_contact p {
    margin: 0px;
}

.widget_sig_contact .screenReader {
	left: -9999px;
	position: absolute;
	top: -9999px;
}

.widget_sig_contact form {
	position: relative;
}

.widget_sig_contact input {
	color: #757575;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cecccc;
	background: #fff;
	margin-bottom: 10px;
}

.widget_sig_contact input.captcha {
	margin-bottom: 0px;
}

.widget_sig_contact form img.captchaImage {
	margin-top: 10px;
        margin-bottom: 4px;
}

.widget_sig_contact span.error {
	left: 225px;
	position: absolute;
	top: 175px;
}

.widget_sig_contact input, .widget_sig_contact textarea {
	padding: 6px 0 6px 10px;
}

.widget_sig_contact input:focus, .widget textarea:focus {
	border: 1px solid #97a4b1;
}

.widget_sig_contact button.submit {
	color: #FFFFFF;
	font-size: 11px;
	margin: 7px 0 0 0;
        font-style: normal;
        display: inline-block;
        padding: 6px 15px;
	border: 1px solid #6A6653;
	cursor: pointer;
	text-transform: uppercase;
        position: relative;
        background: rgb(146,141,119); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(146,141,119,1) 0%, rgba(126,121,99,1) 100%); /* FF3.6+ */
        background: -webkit-linear-gradient(top,  rgba(146,141,119,1) 0%,rgba(126,121,99,1) 100%); /* Chrome10+,Safari5.1+ */
        background: linear-gradient(to bottom,  rgba(146,141,119,1) 0%,rgba(126,121,99,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#928d77', endColorstr='#7e7963',GradientType=0 ); /* IE6-9 */

}
.widget_sig_contact button.submit:after {
    content: "";
    background: url("images/send_arrow.png") no-repeat scroll 93% 60% transparent;
    width: 9px;
    height: 10px;
    display: inline-block;
    margin-left: 10px;
}


.widget_sig_contact .submit:hover {
	color: #dedbce;
}
.widget_sig_contact .error {
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
}

.widget_sig_contact .inputError{
	border: 1px solid #FF0000;
}

.widget_sig_contact textarea {
	color: #999999;
	font-size: 12px;
	border: 1px solid #aebccb;
	height: 70px;
	padding: 10px 0 10px 10px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
}

.widget_sig_contact .disclaimer_text {
	background: #EAEAEA;
	color: #000000;
	display: none;
	padding: 10px;
	font-size: 11px;
        font-family: Arial, Helvetica, sans-serif;
            font-style: normal;
}

.widget_sig_contact .disclaimer_confirm {
	margin-top: -2px;
            font-family: Arial, Helvetica, sans-serif;
            font-style: normal;
}

.widget_sig_contact .disclaimer_confirm a {
	text-decoration: underline;
}

.widget_sig_contact .disclaimer_confirm.inputError {
	font-weight: bold;
	color: #000000;
        border: none;
}

.widget_sig_contact input#read {
	border: none;
	width: auto;
	height: auto;
	margin: 8px 5px 0 0;
	background: transparent;
}

/* TEXT WIDGET */
.widget_text .textwidget {
	padding: 7px 10px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

/* SEARCH WIDGET */
strong.search-excerpt {
	background: none repeat scroll 0 0 yellow;
}

.widget_sig_search h3 {
	margin: 0 0 15px 0;
}

.widget_sig_search form {
	padding: 0 10px 10px;
	border-bottom: 1px solid #dfdfdf;
}

.widget input.s {
	float: left;
	width: 65%;
	padding: 8px 0 8px 7px;
	margin-right: 5px;
	border-color: #ccc #efefef #efefef #ccc;
	border-width: 1px;
	border-style: solid;
	background-color: #ededed;
}

.widget input.s:focus {
	background-color: #fff;
}

.widget .screen-reader-text {
	display: none;
}


/* TAG CLOUD */
.widget_tag_cloud div {
	padding: 5px 10px 10px;
	border-bottom: 1px solid #dfdfdf;
}

.widget_tag_cloud div a {
	color: #6ca0a8;
}

.widget_tag_cloud div a:hover {
	color: #3f3f3f;
	text-decoration: none;
}

/* CALENDAR */
#wp-calendar {
	width: 95%;
	margin-bottom: 15px;
	clear: both;
	padding: 0;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th,#wp-calendar td {
	text-align: center;
	background: #E7E7E7;
	color: #9E9E9E;
	padding: 5px;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td,table#wp-calendar th {
	padding: 3px 0;
}

/*-------------------------------------------------------------------------------------------*/

/* 5. COMMENTS */

/*-------------------------------------------------------------------------------------------*/

/* 5.1 Comments */
#comments {
	position: relative;
	margin: 0;
	padding: 10px 0 0 0;
}

#comments h3 {
	margin-bottom: 20px;
}

#comments .comment.thread-even .comment-container {
	background: #f7f7f7;
}

#comments .comment {
	margin-bottom: 15px;
	list-style-type: none;
	font-size: 13px;
}

#comments .comment .comment-container {
	position: relative;
	padding: 20px;
	border: 1px solid #e6e6e6;
}

#comments .comment-head {
	margin: 0 0 13px 0;
}

#comments  .avatar {
	float: left;
	margin: 0 15px 10px 0;
}

#comments  .avatar img {
	margin: 0;
	vertical-align: middle;
	padding: 3px;
	background: #fff;
}

#comments .comment-head .name {
	margin: 0;
	font-weight: bold;
	font-size: 18px;
}

#comments .comment-head .comment-meta {
	float: right;
	font-style: italic;
}

#comments .comment-head .date, #comments .comment-head .edit, #comments .comment-head .perma {
	font-size: 11px;
}

#comments .comment-entry p {
	margin: 0 0 10px 0;
}

#comments .reply {
	padding-top: 10px;
}

#comments .reply a {
}

#comments .reply a:hover {
}

.nocomments {
	font-size: 14px;
	font-weight: bold;
	color: #dc3e29;
	font-style: italic;
}

.unapproved {
}

#comments ul.children li {
	padding: 0 0 0 25px;
	margin-top: 15px;
}

#comments .cancel-comment-reply {
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}

.comment #respond {
	margin: 20px 0 0;
}

.comment #respond h3 {
	margin: 0;
}

.comment.thread-even #commentform input.txt, .comment.thread-even #commentform textarea {
	background: #e6e6e6;
}

#comments .navigation {
}

#comments .navigation a {
	display: block;
	margin: 15px 0 0 0;
	text-decoration: none;
}

#comments .navigation a:hover {
}

#comments h3#pings {
	margin-top: 25px;
}

#comments .pingbacks li.pingback {
	margin: 10px 0;
}

#comments .pingbacks li.pingback .reply {
	display: none;
}

/* 5.2 Comments Form */
#respond {
	margin: 40px 0 0;
}

#respond h3 {
	margin-bottom: 20px;
}

#respond .left {
	float: left;
	width: 200px;
	margin-right: 15px;
}

#respond .right {
	float: left;
	width: 380px;
}

#respond label {
	font-size: 11px;
	color: #777;
}

#commentform {
	margin: 15px 0 0 0;
}

#commentform label {
	display: none;
}

#commentform input.txt, #commentform textarea {
	border-width: 1px;
	border-style: solid;
}

#commentform input.txt {
	background: #f4f4f4;
	width: 95% !important;
	margin: 0 5px 10px 0;
	padding: 5px 7px;
}

#commentform textarea {
	background: #f4f4f4;
	width: 95% !important;
	padding: 5px 7px;
}

#commentform input.txt:focus, #commentform textarea:focus {
	background: #fff;
}

#commentform #submit {
	color: #FFFFFF;
	cursor: pointer;
	height: 30px;
	margin-top: 20px;
	text-align: left;
	background: #7D7862;
	border: 1px solid #686456;
}

/* 5.3 Pingbacks / Trackbacks */
h3#pings {
	margin: 25px 0 10px 0;
	font-size: 12px;
}

.pinglist li {
	margin: 0 0 0 20px;
	padding: 10px 0;
	list-style-type: decimal;
	font-size: 11px;
	border-bottom: 1px solid #e6e6e6;
}

.pinglist li .author {
	font-weight: bold;
	font-size: 11px;
}

.pinglist li .date {
	font-size: 11px;
}

.pinglist li .pingcontent {
	display: block;
	margin: 5px 0;
}

/*-------------------------------------------------------------------------------------------*/

/* 6. MISC */

/*-------------------------------------------------------------------------------------------*/


/* 6.1 Buttons */
.button, .button:visited, .reply a {
	font-weight: bold;
	background: url(images/alert-overlay.png);
	display: inline-block;
	padding: 5px 10px 6px;
	color: #424242 !important;
	text-decoration: none;
	border: none;
	position: relative;
	cursor: pointer;
}

.button, .button:visited, .reply a {
	background-color: #fff;
}

.button:hover, .reply a:hover {
	color: #000  !important;
	text-decoration: none;
}

.button:active, .reply a:active {
	top: 1px;
}

.small.button, .small.button:visited, .reply a {
	font-size: 10px;
	padding: 0 10px 0;
	text-transform: uppercase;
}

.button, .button:visited, .sigium.button, .sigium.button:visited {
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
}

.large.button, .large.button:visited {
	font-size: 14px;
	padding: 8px 14px 9px;
}

/* 6.2 Info Boxes */
p.alert, p.download, p.info, p.note, p.tick {
	margin: 10px 0 20px 0;
	padding: 9px 10px 9px 50px;
}

p.alert {
	border-top: 1px solid #f0baa2;
	border-bottom: 1px solid #f0baa2;
	background: #ffd9c8 url(images/ico-alert.png) no-repeat 20px 13px;
}

p.download {
	border-top: 1px solid #d4ebaf;
	border-bottom: 1px solid #d4ebaf;
	background: #edfcd5 url(images/ico-download.png) no-repeat 20px 13px;
}

p.tick {
	border-top: 1px solid #d4ebaf;
	border-bottom: 1px solid #d4ebaf;
	background: #edfcd5 url(images/ico-tick.png) no-repeat 20px 13px;
}

p.info {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #eee url(images/ico-info.png) no-repeat 20px 13px;
}

p.note {
	border-top: 1px solid #efe3ae;
	border-bottom: 1px solid #efe3ae;
	background: #fef6d2 url(images/ico-note.png) no-repeat 20px 13px;
}

/*-------------------------------------------------------------------------------------------*/

/* 6. Responsive */

/*-------------------------------------------------------------------------------------------*/

@media (max-width: 768px){
    .col-full {
        width: auto;
        margin: 0 12px;
    }
    #outer-wrapper {
        width: 100%;
        overflow: hidden;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    #sub_header {
        padding: 0;
    }
    #header {
        padding-bottom: 18px;
    }
    a.logo {
        float: none;
        margin-right: 50px;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
    #call {
        float: none;
        padding: 10px 0px 10px 0;
        margin-left: 5px;
    }
    span#number {
        font-size: 18px;
        line-height: 30px
    }
    #wrapper_header {
        padding-top: 15px;
        background-position-y: -1px; /* meta scale bug */
    }
    #header .nav-toggle { 
        display: block;
        position: absolute;
        right: 12px;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
    #header .nav-toggle span {
        display: none;
    }
    #header .nav-toggle:after {
        font-family: 'FontAwesome';
        display: inline-block;
        font-size: 100%;
        font-weight: normal;
        line-height: 1.5em;
        text-align: right;
        content: "\f0c9";
        height: 2em;
        width: 2em;
        text-align: center;
        line-height: 2;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        font-size: 1.387em;
      }
    #headsearch, #top-nav, .nav li {
        float: none;
    }
    #top-nav, #top-nav .nav {
        margin: 0;
    }
    #top-nav .nav li ul {
        position: relative;
        visibility: visible !important;
        display: block !important;
        border:none;
        top: auto;
        left: auto;
        margin: 0 0 0 16px;
        width: auto;
    }
    #top-nav a {
        border: none !important;
        margin: 0;
        text-transform: none;
        font-size: 14px;
    }
    #top-nav .nav li.menu-item-has-children {
        padding-bottom: 0;
    }
    .nav .sf-sub-indicator {
        display: none;
    }
    .nav li {
        padding-bottom: 0;
    }
    #top-nav li ul li, #top-nav li ul li:hover {
        background: none !important;
        border-bottom: none; 
    }
    #top-nav li a, #top-nav li ul li a, #top-nav li ul li a.sf-with-ul {
        width: auto;
        padding: 0 0 19px 0;
    }
    #headsearch {
        position: relative;
        margin: 10px 0;
    }
    #headsearch input.search_but {
        position: absolute;
        top: 0;
        right: 0;
        box-shadow: none;
    }
    #headsearch input.search_s{
        width: 100%;
        float:none;
        padding-right: 35px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;    
        box-sizing: border-box;
    }
    #slideshow {
        float: none;
        width: auto;
        height: auto;
        margin: 0;
    }
    #slideshow img {
        width: 100%;
    }
    #banner {
        background: none !important;
        padding: 0;
        height: auto;
        margin-top: 15px;
    }
    #left_nav {
        width: auto;
        height: auto;
        float: none;
        margin: 15px 0;
    }
    ul.left-nav {
        padding-top: 0px;
    }
    ul.left-nav li:last-child {
        border-bottom: none;
        box-shadow: none;
    }
    ul.left-nav li a {
        padding: 9px 20px 8px 20px;
    }
    ul.left-nav li a:hover {
        background: none;
    }
    .col-left {
        float: none;
        width: auto;
        margin: 0;
    }
    #sidebar {
        width: auto;
        float: none;
        background: none;
        margin: 0;
    }
    #sidebar #sidebar_content {
        margin: 0;
        width: auto;
        padding: 0;
    }
    .widget ul li a {
        font-size: 15px;
    }
    h1.page_title {
        background-color: transparent !important;
    }
    #main {
        margin-top: 20px;
    }
    #footer {
        background: #F7F7F7;
        margin-top: 10px;
    }
    #footer ul {
        float: none;
        margin-bottom: 12px;
    }
    #footer li {
        display: block;
        padding: 5px;
        border-radius: 2px;
    }
    #footer li a {
        border: none;
        display: block;
        font-size: 15px;
        text-transform: none;
        padding: 0;
        margin: 2px 0;
    }

    #footer p {
        float: none;
    }
    #footer a.law_icon {
        display: none;
    }
    #footer_social {
        float: none;
        padding: 10px 0;
        margin: 0;
    }
    #footer_social a {
        display: inline-block;
        float: none;
    }
    .blogpost .entry, .blogpost .entry.full {
        width: auto;
        
    }
    .home #main {
        width: auto;
        margin: 22px 0 0 0;
    }
    .home #sidebar #sidebar_content {
        padding: 0;
        width: auto;
    }
    #welcome, #about, .home #sidebar {
        float: none;
        width: auto;
        padding: 0;
        border: none;
        min-height: 0;
        margin: 0 0 10px 0;
    }
    #footer_social a:before {
        font-size: 28px;
        margin-right: 5px;
    }
    input[type=text], input.input-text, textarea, input.txt, input[type=tel], input[type=email] {
        width: 100%;
    }
    .widget_sig_contact .disclaimer {
        font-size: 15px;
    }
     
    /**
    * New mobile menu
    */
    
    .home #header, #header, .home #inner-header-wrap, #top_nav_wrap {
        position: static;
    }
    .nav-open #wrapper {
        position: relative;
        left: 80%;
        
    }
    .csstransforms3d.csstransitions #wrapper{
        position: static;
        left: 0 !important;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform 500ms ease;
        -moz-transition: -moz-transform 500ms ease;
        -o-transition: -o-transform 500ms ease;
        transition: transform 500ms ease;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .csstransforms3d.csstransitions.nav-open #wrapper {
        -webkit-transform: translate3d(80%, 0, 0) scale3d(1, 1, 1);
        -moz-transform: translate3d(80%, 0, 0) scale3d(1, 1, 1);
        -ms-transform: translate3d(80%, 0, 0) scale3d(1, 1, 1);
        -o-transform: translate3d(80%, 0, 0) scale3d(1, 1, 1);
        transform: translate3d(80%, 0, 0) scale3d(1, 1, 1);
    }
    #top-nav {
        position: absolute;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        left: -80%;
        width: 80%;
        height: 100%;
        padding: 0;
        top: 0;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        overflow-x: hidden;
        background: #333333;
        -webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
        -moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
        box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    }
    .csstransforms3d.csstransitions #top-nav {
        left: 0 !important;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .csstransforms3d.csstransitions #top-nav > ul {
        display: block;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: 0.7;
        -webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
        -webkit-transition-delay: ease, 0s;
        -webkit-transition-delay: ease, 0s;
        -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
        -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
        transition: opacity 300ms 100ms ease, transform 500ms ease;
        -webkit-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
        -moz-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
        -ms-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
        -o-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
        transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
        -webkit-transform-origin: 60% 0%;
        -moz-transform-origin: 60% 0%;
        -ms-transform-origin: 60% 0%;
        -o-transform-origin: 60% 0%;
        transform-origin: 60% 0%;
    }
    .csstransforms3d.csstransitions.nav-open #top-nav > ul {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    #top-nav > ul {
        position: relative;
    }
    #top-nav .nav li ul {
        margin: 0;
    }
    #top-nav .nav li a {
        color: #FFF;
        padding: 15px 40px 15px 20px !important;
        outline: none;
    }
    #top-nav .nav li a:active {
        background: #494949;
    }
    #top-nav .nav li {
        border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
    }
    #top-nav .nav li:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
    }
    #top-nav .nav li ul {
        position: absolute; 
        top: -130%;
        width: 100%;
    }
    .csstransforms3d.csstransitions #top-nav li ul{
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    #top-nav li.open > ul {
       left: 100%;
       top: 0%;
    }
    .csstransforms3d.csstransitions #top-nav li.open > ul {
       left: 0;
    }
    #top-nav.depth-1 > ul{
        left: -100%;
    }
    #top-nav.depth-2 > ul{
        left: -200%;
    }
    #top-nav.depth-3 > ul{
        left: -300%;
    }
    #top-nav.depth-4 > ul{
        left: -400%;
    }
    .csstransforms3d.csstransitions #top-nav.depth-1 > ul{
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .csstransforms3d.csstransitions #top-nav.depth-2 > ul{
        left: 0;
        -webkit-transform: translate3d(-200%, 0, 0);
        -moz-transform: translate3d(-200%, 0, 0);
        -ms-transform: translate3d(-200%, 0, 0);
        -o-transform: translate3d(-200%, 0, 0);
        transform: translate3d(-200%, 0, 0);
    }
    .csstransforms3d.csstransitions #top-nav.depth-3 > ul{
        left: 0;
        -webkit-transform: translate3d(-300%, 0, 0);
        -moz-transform: translate3d(-300%, 0, 0);
        -ms-transform: translate3d(-300%, 0, 0);
        -o-transform: translate3d(-300%, 0, 0);
        transform: translate3d(-300%, 0, 0);
    }
    .csstransforms3d.csstransitions #top-nav.depth-4 > ul{
        left: 0;
        -webkit-transform: translate3d(-400%, 0, 0);
        -moz-transform: translate3d(-400%, 0, 0);
        -ms-transform: translate3d(-400%, 0, 0);
        -o-transform: translate3d(-400%, 0, 0);
        transform: translate3d(-400%, 0, 0);
    }
    #top-nav > .back {
        display: block;
        height: 40px;
        text-align: right;
        position: relative;
        color: #FFF;
        font-size: 28px;
        padding-right: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 20px;
        margin-bottom: 20px;
    }
    #top-nav > .back:before {
        font-family: 'FontAwesome';
        display: inline-block;
        font-weight: normal;
        content: "\f104";
        line-height: 20px;
        color: #FFF;
        font-size: 25px;
        text-indent: 0;
        position: absolute;
        left: 20px;
        vertical-align: middle;
        top: 20px;
    }
     #top-nav .back, #top-nav .back:before, #top-nav.back:after {
        opacity: 0;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        -webkit-transition: opacity 200ms ease;
        -moz-transition: opacity 200ms ease;
        -ms-transition: opacity 200ms ease;
        transition: opacity 200ms ease;
    }
    .nav-ready #top-nav .back, #top-nav[class*="depth"] > .back:after, #top-nav[class*="depth"] > .back:before {
        opacity: 1;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    }
    #top-nav > .back:after {
        content: attr(data-content);
        color: #FFF;
        text-indent: 0;
        display: inline-block;
        font-size: 14px;
        position: absolute;
        width: 50%;
        left: 50%;
        top: 20px;
        margin-left: -25%;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    #top-nav li.menu-item-has-children > a, #top-nav li.page_item_has_children > a {
        position: relative;
    }
    #top-nav li.menu-item-has-children > a:after, #top-nav li.page_item_has_children > a:after  {
        font-family: 'FontAwesome';
        content: '\f0da';
        color: #979797;
        position: absolute;
        font-size: 24px;
        right: 0;
        margin-right: 20px;
        top: 50%;
        bottom: 50%;
        line-height: 0;
    }

}

@media(min-width: 769px) and (max-width: 925px){
    .col-full {
        width: auto;
        margin: 0 20px;
    }
    .col-left { 
        width: 62%;
    }
    #sidebar {
        width: 25%;
        margin: -30px 0 0 0;
        background: none;
        padding: 0 3.5%;
        position: relative;
    }
    #sidebar:after, #sidebar:before {
        content: '';
        display: block;
        position: absolute;
        width: 50%;
        background: url(images/sidebar_bak.png) no-repeat top left;
        height: 193px;
        left: 0;
        top: 0;
    }
    #sidebar:after {
        background-position: top right;
        right: 0;
        left: auto;
        top: 0;
    }
    .home #sidebar {
        width: 33%;
        padding: 0;
        margin: 0;
        float: right;
    }
    .home #sidebar:after, .home #sidebar:before {
        display: none;
    }
    .home #sidebar #sidebar_content {
        width: auto;
    }
    #sidebar #sidebar_content {
        width: auto;
        margin-left: 0;
        z-index: 99;
        position: relative;
    }
    #headsearch input.search_s {
        width: 140px;
    }
    .home #banner #slideshow {
        width: 66%;
    }
    #left_nav {
        width: 30%;
        height: 100%;
    }
    #welcome, #about{
        width: auto;
        padding-right: 4%;
        float: none;
        border: 0;
        margin-right: 0;
        min-height: 0px;
    }
    #welcome {
        padding-bottom: 10px;
    }
    .home #main {
        width: 62%;
        margin-right: 2%;
        border-right: 1px solid #DBDBDB;
        padding-right: 1%;
    }
    #banner {
        position: relative;
        overflow: hidden;
    }
    #slides li.flex-active-slide {
        visibility: visible;
    }
    #slides li {
        display: list-item !important;
        height: 260px;
        line-height: 260px;
        text-align: center;
        padding: 0 4%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        visibility: hidden;
    }
    #slides li img {
        height: auto;
        vertical-align: middle;
        max-width: 100%;
    }
    #slideshow ul {
        list-style: outside;
    }
    
    #footer .inner {
        width: auto;
        padding: 0 10px;
    }
    #footer_social a:before {
        font-size: 28px;
        margin-right: 8px;
        line-height: 22px;
    }
    input[type=text], input.input-text, textarea, input.txt, input[type=tel], input[type=email] {
        width: 100%;
    }  
}
