/*
Theme Name: Blasting Geomechanics
Theme URI: http://www.perth-web-design.com.au/
Author: Perth Web Design
Author URI: http://www.perth-web-design.com.au/
Description: Description
Version: 1.0
*/


/* =Reset
-------------------------------------------------------------- */
@font-face {
    font-family: 'sansationbold';
    src: url('sansation_bold-webfont.eot');
    src: url('sansation_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('sansation_bold-webfont.woff') format('woff'),
         url('sansation_bold-webfont.ttf') format('truetype'),
         url('sansation_bold-webfont.svg#sansationbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'sansationregular';
    src: url('sansation_regular-webfont.eot');
    src: url('sansation_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('sansation_regular-webfont.woff') format('woff'),
         url('sansation_regular-webfont.ttf') format('truetype'),
         url('sansation_regular-webfont.svg#sansationregular') 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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fafafa;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
tr td{ vertical-align:top;}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	font-size:1.2em;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


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

body,
button,
input,
select,
textarea {
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 1.7em;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	color:#636363;
	line-height:1em;
	margin-bottom:10px;
}

h1{ font-size: 2.80em; }
h2{ font-size:20px; color:#950000; font-weight:bold; }
h3{ font-size: 1.8em; }
h4{ font-size: 1.6em; }
h5{ font-size: 1.4em; }
h6{ font-size: 1.6em; }

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.2em;
}

/* Text elements */
p {
	margin-bottom: 1.2em;
}
ul, ol {
	margin: 0 0 1.2em 2em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.2em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.2em;
}
address {
	margin: 0 0 1.2em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5em;
	line-height: 1.2;
	margin-bottom: 1.6em;
	padding: 1em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.2em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;

	background: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1em;
	line-height: 1;
	padding: 0px 15px;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	height:36px;
	line-height:35px; 
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
	color: #666;
	border: 1px solid #ccc;
	width:250px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email],
input[type=password] {
	height: 34px;
    line-height: 34px;
    padding: 0 10px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 3px 10px 10px 10px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
	height:120px;
}

/* Links */
a,
a:visited {
	color: #950000;
	text-decoration:none;
}
a:hover,
a:focus,
a:active {
	text-decoration:underline;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.2em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.2em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.wrap{width:980px; margin:0 auto;}
.warpfront{width:980px; margin:0 auto; margin-top:145px; color:#ffffff; font-size:18px; line-height:24px; text-align:center; text-shadow: 0 0 1px #000000;}

/* =Main Layout
----------------------------------------------- */
#page{}
.site-container{ width:980px; padding:0 0px; margin:auto; position:relative;  }
.site-main{ width:980px; padding:0 0px; margin:auto; position:relative; margin-top:55px; min-height:400px; }

.site-header{ width:100%; background:url(images/trans_white_20.png); top:20px; position:absolute; padding:10px 0; display:block; clear:both; margin-bottom:80px; z-index:9999; }
.menuContentBar			{ /*background:url(images/bg_header.png) repeat scroll 0 0 rgba(0, 0, 0, 0);*/background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5); float: left; width: 100%; }
.menuContent				{ position:relative; height:77px; }


.site-title{ font-size:4em; float:left; margin-bottom:0px;  }
.site-title a{ line-height:2em;}
.site-description{ font-size:1em;}

.site-header-image-bg{ height:200px!important; }


.site-footer{  background:#373636; width:100%; float:left; line-height:1em; margin-top:50px;  }
.site-footer .footer-content{
	clear: both;
    float: left;
    margin: auto;
    padding: 50px 0;
    position: relative;
    width: 100%;
}
.site-footer .footer-info {
	background:#373636;
    clear: both;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    width: 980px;
	font-size:12px;
	margin-top:50px;
	border-top:1px solid #4b4a4a
	
}
.site-footer .footer-info .site-info{  text-align:right; float:right; line-height:20px; }
.site-footer .footer-info .site-info p{ margin:0; }
.site-footer .footer-info .site-info #pwdlogo{ background:url(images/pwdlogo.png) right center no-repeat; width:85px; height:12px; display:inline-block; font-size:0; }
.site-footer .footer-info .site-copyright{ width:80%; text-align:left; float:left; }

.entry-header{ margin-top:-140px; height:150px; }
.home .front-content .entry-header{ margin:0; height:auto;}

.home .site-header-image-bg{ height:522px!important; }

#service .leftcol .bronze img{ position: relative; float:left; top: -10px;}

#footer-address{
	 float: left;
    margin-right: 20px;
    width: 520px;
}
#footer-address p{ margin-bottom:0;}
#footer-address .label{ width:80px; display:block; float:left; }
#footer-address .address{ margin-bottom: 1.2em; }
#footer-address .contact{
	float: right;
    margin: 0 0 0 20px;
    width: 240px;
}
#footer-address .image-map{
	float:left; 
}
.site-container span{
	margin-left:-4px;
}


/* =Layout: Content-Sidebar
----------------------------------------------- */
#primary {
	float: left;
	margin: 0 -320px 0 0;
	width: 100%;
}

#secondary { /* Sidebar 1 */
	float: right;
	overflow: hidden;
	width: 320px;
}
#secondary .widget{ margin-left:20px; }
#tertiary { /* Sidebar 2 */
	clear: right;
}


/* =Menu
----------------------------------------------- */


#menu-primary-container{ text-align:center; }

.main-navigation {
	display: block;
	margin:0 0;
	line-height:1;
	text-align:center;
}
.main-navigation .menu{  margin:auto; position:relative; }
.main-navigation ul {
    display: inline-block !important;
    text-align: left;
	list-style:none;
	margin:0;
	position:relative;
	float:right;
}
.main-navigation li {
	float: left;
	position: relative;
	margin: 0;
	
    
}
.main-navigation a {
	display: block;
	text-decoration: none;
	padding:0 12px; 
	display:block; 
	height:74px; 
	line-height:76px; 
	border-top:3px solid transparent; 
	color:#9b0000; 
	font-size:14px;
	 transition: all 120ms ease-in-out 0s;
	-moz-transition: all 120ms ease-in-out 0s;
 	-webkit-transition: all 120ms ease-in-out 0s;
	-o-transition: all 120ms ease-in-out 0s;
	 margin-left:11px;
	 font-weight:normal;
	 
}
.main-navigation ul ul {
	display: none;
	float: left;
	position: absolute;
	top: 100%;
	left:  0; 
	z-index: 99999;
	visibility:hidden;
	width:200px;
	border: 1px solid #EDEDED;
	
}
.main-navigation ul ul ul {
	left: 100%;
	top: -1px;
}
.main-navigation ul ul a { width: 180px; padding:0 10px; background:#fff; text-transform:none;  }
.main-navigation ul ul li {}
.main-navigation li:hover > a { background:#970000; color:#ffcc00 !important; 	}
.main-navigation ul ul :hover > a {}
.main-navigation ul ul a:hover {}
.main-navigation ul li:hover > ul { display: block; visibility:visible;}
.main-navigation ul li:hover > ul ul{ display: none; visibility:hidden;}
.main-navigation ul li:hover > ul li:hover ul{ display: block; visibility:visible }
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a { border-top:3px solid #ffcc00; color:#000; }
.main-navigation li.current-menu-item a:hover{color:#ffcc00;}

/* Small menu */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}

#footer-menu{ padding:0; margin:0; list-style:none; width:100%; }
#footer-menu li{ float:left; }
#footer-menu li a{ display:block; float:left; padding:3px 10px; }
#footer-menu li:first-child a{ padding-left:0; }
#footer-menu li:hover > a {}
#footer-menu li.current_page_item a,
#footer-menu li.current-menu-item a { }

.socials{ list-style:none; }
.socials li{ float:left; }
.socials li a{
	display: block;
    font-size: 0;
    height: 55px;
    margin-right: 10px;
    opacity: 0.8;
    width: 55px;
}
.socials li a:hover{ opacity:1; }
.socials li.facebook a{ background:url(images/footer-facebook.png) left top no-repeat;}
.socials li.twitter a{ background:url(images/footer-twitter.png) left top no-repeat;}





/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.2em;
	padding: 0 0 1.2em;
	border-bottom:#eee solid 1px;
}
.hentry .entry-header{}
.hentry .entry-header .entry-title{ margin-bottom:0px; }
.hentry .entry-header .entry-title a{  }
.single .hentry,
.page	.hentry{ border-bottom:none;  }
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.2em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.2em;
}

.page-header{ margin-bottom:20px; }

.attachment .entry-meta{ clear:none; float:left; }
#image-navigation{ text-align:right; }

.clear{ clear:both; }
/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	display:block;
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
	
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.2em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text { text-align: center; }
.wp-caption .wp-caption-text { margin: 0.8075em 0; }
.site-content .gallery { margin-bottom: 1.2em; }
.gallery-caption {}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd { margin: 0; }
.site-content .gallery-columns-4 .gallery-item {}
.site-content .gallery-columns-4 .gallery-item img {}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


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

.site-content .site-navigation {
	margin: 0 0 1.2em;
	overflow:visible;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a { word-wrap: break-word; }
.bypostauthor {}

#comments{ margin:0 0 1.2em; }
#comments h2{
	background: none repeat scroll 0 0 #F6F6F6;
    margin-bottom: 20px;
    padding: 10px;
}

.commentlist{ padding:0; margin:0; list-style:none;}
.commentlist li.comment{ padding: 0; min-height:70px; }
.commentlist li.comment .comment-content {
    padding-bottom: 0px;
    padding-left: 54px;
}
.commentlist li.comment .comment-author{}
.commentlist li.comment .comment-author img{ float:left; margin-right:10px;}
.commentlist li.comment .comment-meta{
	float: right;
    font-size: 11px;
    font-style: oblique;
    margin-top: -30px;
}
.commentlist li.comment .reply{
	background: none repeat scroll 0 0 #CCCCCC;
    color: #FFFFFF;
    font-size: small;
    margin-top: 0;
    padding: 5px;
    position: absolute;
    top: 60px;
}
.commentlist li.comment .reply a{
	color: #FFFFFF;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 10px;
}
.commentlist li.comment .footer{}

.commentlist li.comment .children{
	list-style: none outside none;
    margin: 5px 0 5px 54px;
}
.commentlist li.comment article.comment{ background:#f6f6f6; padding:10px; margin-bottom:5px; position:relative; }
.commentlist li.comment article.comment .comment-content p{ margin:0; }

#respond{}
#respond #reply-title{ padding: 20px 0; }

#commentform{
	background: none repeat scroll 0 0 #F6F6F6;
    margin-bottom: 30px;
    padding: 30px;
 }
#commentform p{ margin-bottom:10px;}
#commentform .comment-notes{}
#commentform label{ width:100%; display:block;}
#commentform .comment-form-author{}
#commentform .comment-form-email{}
#commentform .comment-form-url{}
#commentform .comment-form-comment{}
#commentform .form-allowed-tags{}
#commentform textarea{
	height: 100px;
    line-height: 16px;
    overflow: auto;
    padding: 11px 7px 7px;
    vertical-align: top;
    width: 90%
}
#commentform .form-submit{}

.nocomments{ display:none; }

/* =Widgets
----------------------------------------------- */

.widget-title{
	border-bottom: 1px solid #EDEDED;
	color: #636363;
	font-size: 18px;
	line-height: 2em;
	margin-bottom: 10px;
 }
.widget {
	margin: 0 0 1.2em;
}
.widget ul{ padding:0; margin:0; list-style:none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
#searchform .field{ width:196px; }
#searchsubmit {}

.header-widgets{ display:block; float:right; margin-top:20px; }
.header-widgets .widget{ text-align:right;}
.header-widgets .widget p{ margin-bottom:0;}
.header-widgets .widget .widget-title{ border:none; font-size:16px; line-height:1em; margin-bottom:0; font-weight:bold;  }
.header-widgets .widget .phone-number{ font-size:38px;  line-height:1em; font-weight:bold; background:url(images/phone.png) left center no-repeat; padding-left:45px;  }
.header-widgets .widget .email{ font-size:16px; font-weight:bold; line-height:1em;}
.header-widgets .widget .address{ font-size:16px; font-weight:bold; line-height:1em; }


/* = Custom Post type
------------------------------------------------*/
#slidercontainer{width:100%; margin:auto;}
#sliderarea{ width:100%; height:570px; display:block; padding:0px;}
#sliderarea .bx-wrapper .bx-pager{ bottom: 10px; font-size: 0; margin: 0 auto; padding:0px; right: 10px; width: auto; z-index: 55; }
#sliderarea .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; height:570px; }
#custom-slideshows > .slide{ width:100% !important; height:570px; }
#sliderarea h2{margin-bottom:28px; display:block; clear:both; font-size:70px; font-weight:bold; text-transform:uppercase; letter-spacing:-2px; color:#fff; }
#sliderarea  h1{ font-size:22px; border-bottom:1px solid #fff; padding-bottom:10px; text-transform:uppercase; letter-spacing:-1px; display:inline-block; color:#fff; margin-bottom:5px; }


#cta-container{ }
#custom-cta{ width:980px; padding:0; margin: 0 0 50px; list-style:none; float:left; }
#custom-cta .cta{ width:306px;  position:relative; margin-left:30px; float:left;  }
#custom-cta .cta.col-0{ margin-left:0;}
#custom-cta  ul li{margin:0px 0px 0px 35px}
#custom-cta  ul{margin:0px;}
#custom-cta img{margin-bottom:15px;}

/* = Custom Plugins
------------------------------------------------*/

/* Plugin WP Pagenavi */
.wp-pagenavi{}
.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #BFBFBF;
    margin: 2px;
    padding: 0 8px!important;
    text-decoration: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #333;
}
.wp-pagenavi .pages{ border:none; }
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{ border:none;}


/* Gravity Forms Section */

/*.gform_wrapper ul { margin: 0px !important; }
.gform_wrapper ul li { margin: 10px 0px !important; padding: 0px !important; list-style-image: none !important; list-style: none !important; }
.gfield_label { font-weight: lighter !important; }
.gfield_required { color: #ff0000 !important; font-weight: lighter !important; }
.ginput_container input { }*/


.ginput_container input:focus,
.ginput_container textarea:focus { }
.gform_wrapper .gform_footer { clear: both; margin: 0!important; padding: 0!important; }
.gform_button { }
.gform_button:focus,
.gform_button:hover {  }
.gform_validation_container {  }

/*-- Gravity Error Section ----------------*/

.gform_wrapper .top_label .gfield_description.validation_message,
.gform_wrapper .gfield_description.validation_message { padding: 0 !important; }
.validation_error { color: #790000 !important; font-size: 12px !important; font-weight: lighter !important; margin: 0 !important; }
.gfield_error { background: none !important; border: 0px !important; color: #70a7c5 !important; padding: 0px !important; }
.gfield_error .gfield_label { color: #2b424b !important; font-weight: lighter !important; }
.validation_message { color: #790000 !important; padding: 2px 0px 0px 0px !important; }
.gfield_error input,
.gfield_error textarea {  border: 1px #ff0000 solid !important; }
.gfield_error input:focus,
.gfield_error textarea:focus { color: #fff !important; }


/**************** *****************************/
 
#field_7_36 select { width:250px;}

#field_7_1{ width:200px;}

#field_7_1 select { width:150px;}

#field_7_1 .gfield_description { clear: both;
    float: right;
    left: 170px;
    position: relative;
    right: 0;
    top: -25px;}

/*#field_7_39 label, #field_7_37 label{ display:none;}

#field_7_39 input, #field_7_37 input {  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    clear: both;
    float: right;
    margin-left: 185px;
    margin-top: -55px;
    position: absolute;
    width: 200px;}*/

#field_7_38 label, #field_7_40 label{ float:left;}

.gformleft{ float:left}

.gformleft label{float:left; }

.gformleft input{background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    /*float: left;*/
    margin-left: 15px;
    margin-top: -2px; position:absolute; 
  }
  
.gformright{ float:left;}

.gformright label{ display:none !important; }

.gformright input{ 
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    clear: both;
    float: right;
    margin-left: 185px;
    margin-top: -55px;
    position: absolute;
    width: 200px;
	
 }
	
	


/*#field_7_38 input, #field_7_40 input{ background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    float: left;
    margin-left: 10px;
    margin-top: -2px;}*/

#field_7_27{ display:none;}


/* Fix ie 7   */

.ie7 .site-footer .footer-content{
   

}
.ie7 .site-footer .footer-info {
  
}
.breadcrumbs {
    position: relative;
    top: 70px;
    width: 980px;
    float: left;
}

#crumbs {
    width: auto;
    float: right;
    font-size: 10px;
    color: #333333;
}

#crumbs a {
    font-size: 10px;
    color: #333333;
}

#crumbs a:hover {
    font-size: 10px;
    color: #b41f2d;
}
#crumbs span.current{ color:##950000; }
#frontcontent{width:100%; height:570px; float:left; background:url(images/bg_hero_home.jpg);  text-align:center; height:570px;}
#front-page{text-align:center; font-size:16px; color:#888;}
#front-page h1{ 
padding:0 0 40px 0; 
font-size:36px; 
line-height:36px; 
color:#950000;  
background:url(images/border_heading.png) bottom center no-repeat; 
font-weight:bold; 
letter-spacing:-1px; 
}

.btn, #colophon a, 
#colophon input[type="submit"],
#s_event input[type="submit"], 
#service_frm input[type="submit"], 
#contact input[type="submit"], 
#service .leftcol ul li a, 
.btn a{	 transition: all 120ms ease-in-out 0s;
	-moz-transition: all 120ms ease-in-out 0s;
 	-webkit-transition: all 120ms ease-in-out 0s;
	-o-transition: all 120ms ease-in-out 0s;
	}
	
.btn,
.btn:visited, .btn a	{ 
background:#940000;
 box-sizing:border-box;
  padding:9px 22px;
   color:#ffcc00;
    font-weight:bold; 
	font-size:12px; 
	text-transform:uppercase;  
	margin-top:25px; 
	float:left; 
	}
.btn a{margin:0px; padding:0px;}
.btn:hover, 
#colophon input[type="submit"]:hover, 
#s_event input[type="submit"]:hover, 
#service_frm input[type="submit"]:hover, 
#contact input[type="submit"]:hover,
.btn a:hover{ 
background:#333 !important; 
color:#fff !important; 
text-decoration:none !important; 
}

.newsContentBar{ background:url(images/bg_newsbar.png) repeat; float: left;
    min-height: 180px;
    position: relative;
    width: 100%;}
.newsContent{ padding:40px 0 40px 0; }
.grid{margin-bottom:40px;}
.oneHalf{width:48.33%;}
.newsContent h2{ color:#950000; font-size:13px;  text-transform:uppercase; margin-bottom:10px; display:inline-block; font-weight:normal; }
.newsItem 			{ margin:0; }
.newsItem h3			{ font-size:16px; font-weight:bold; margin-bottom:5px !important; }

.oneThird,		
.oneHalf,
.twoThird			{ float:left; margin-right:3.33%  }	
.oneHalf.last, .oneThird.last, .twoThird.last{margin-right:0px;}

.newsEventsHomeBtn,
.newsEventsHomeBtn:visited		{ font-size:11px; padding:3px 10px; border:2px solid #e1e1e1; color:#999; float:right; font-weight:bold; position:relative; top:-5px; }
.newsEventsHomeBtn:hover		{ color:#940000; border-color:#940000; }

.fCol1{width:130px; margin-right:200px; float:left;}
.fCol2{width:230px; margin-right:20px; float:left;}
.fCol3{ float:right; width:260px; padding-left:20px; }
#colophon{line-height:1.7em; color:#9d9d9d;}
#colophon h3{font-size:20px; color:#ffffff; font-weight:bold; margin-bottom:20px;}
#colophon ul		{ margin:0; padding:0; list-style-type:none; display:block; overflow:hidden; }
#colophon ul li		{ margin:0; padding:0; list-style-type:none; }
#colophon a{ color:#9d9d9d;}
#colophon a:hover 	 { color:#FFF; text-decoration:none;  }

#colophon .gform_wrapper .gform_heading{margin:0px; margin-bottom:10px;}
#colophon input[type="text"]{height:auto; line-height:inherit; padding:10px;  border:0; background:#303030; color:#6c6c6c; box-sizing:border-box; width:100%; height:auto;}
#colophon .fCol2 ul li{ margin-bottom:1px;}
#colophon input[type="submit"]{ background:#303030; color:#fff; padding:0px 17px; font-size:11px; height:auto; text-decoration:none; margin-top:10px; border:0px; box-shadow:0px 0px 0px; text-shadow:0px 0px 0px; }
#colophon .gform_wrapper{margin:0px;}
#colophon .gform_wrapper h3.gform_title{margin-top:0px;}

.site-copyright ul{float:left; list-style:none;}
.site-copyright ul li {float:left;}
.site-copyright .space{float:left; padding:0px 3px;}
.site-copyright .alignleft{margin-right:3px;}

a.interweb,
a.interweb:visited	 			{ filter:alpha(opacity=75); opacity:0.75; background:url(images/interweb.png); width:93px; height:26px; position:absolute;  right:0; text-indent:-99999px; overflow:hidden;  }
a.interweb:hover				{ filter:alpha(opacity=100); opacity:1; }

.headerBar 			 	{ background:/*#601212 */url(images/bg_hero_home.jpg) bottom center no-repeat; height:250px; }
h1.entry-title{font-size:20px; font-weight:bold; color:#fff; font-size:46px; letter-spacing:0px;}
p.moreInfo	{ margin-top:30px; border-top:1px solid #e1e1e1; font-size:15px; font-weight:200; padding-top:20px; }

#service .leftcol{width:222px; float:left;}
#service .leftcol ul li				{ display:block; width:100%; clear:both; float:left; }
#service .leftcol ul li a,
#service .leftcol ul li a:visited	{ padding:10px 18px 10px 18px; display:block; border-left:5px solid transparent; display:block; color:#646464; border-bottom:1px solid #f0f0f0; }
#service .leftcol ul li a:hover		{ background:#970000; color:#ffcc00; border-color:#ffcc00; }
#service .leftcol ul li.current a	{ padding:10px 18px 10px 18px; border-left:5px solid #9b0000; display:block; background:#ffcc00; color:#9b0000; }

#service .rightcol{width:726px; float:right; min-height:400px;}
#service .block{width:100%; padding-bottom:25px; border-bottom:1px dotted #000; margin-top:20px;}
#service .thumb{float:left; width:250px; margin-right:25px; margin-bottom:20px;}
#service .thumb img{width:250px; height:auto;}
#service .blocktext{width:451px; float:left;}
#service .pdf{margin:25px 0px; padding-left:40px;}
#service .pdf a{color:#019bd4; font-weight:bold;}
#service .pdf a:visited , #service .pdf a:hover{ color:#950000 !important;}

#service_frm .gform_title, #contact .gform_title{ font-size:20px; color:#950000; font-weight:bold; margin-top:20px;}
#service_frm .gform_wrapper ul.gform_fields{background:#f3f3f3; padding:30px; float:left; padding-bottom:80px;}
#service_frm  .gform_wrapper .top_label .gfield_label{display:block !important; color:#999; font-weight:600; margin-bottom:10px;}
#service_frm .gform_wrapper ul li.gfield{float:left; clear:inherit; margin-right:2.33%;}
#field_2_3{ margin-right:0px !important;}
#service_frm input[type="text"]{height:auto; line-height:inherit; padding:7px; width:190px;}
#service_frm textarea{width:633px; height:80px; padding:7px;}
#service_frm .gform_wrapper .gfield_required{display:none;}
#service_frm .gform_wrapper .gform_footer{background:#f3f3f3; padding:30px;}
#service_frm{float:left; position:relative; padding-bottom:50px;}
#service_frm input[type="submit"]	{ background:#940000; box-sizing:border-box; padding:9px 22px; color:#ffcc00; font-weight:bold; font-size:12px; text-transform:uppercase;  margin-top:25px; float:left; height:auto; text-shadow:0px 0px 0px; box-shadow:0px 0px 0px; line-height:inherit; position:absolute; border:0px; bottom:80px; left:30px;  }

#products .block{background:#f3f3f3; padding:25px; margin-bottom:20px; width:928px; overflow:hidden;}
#products .thumb{ margin-right:30px; max-width:180px; float:left;}
#products .blocktext{ width:718px; float:right;}
#products .price{ font-size:20px; font-weight:300; margin-top:40px;}

#s_event  .gform_wrapper .top_label .gfield_label, #contact  .gform_wrapper .top_label .gfield_label{display:block !important; color:#666; font-weight:normal; margin-bottom:10px; float:left; width:126px; padding:0px 8px 8px 8px;}
#s_event input[type="text"], #contact input[type="text"]{height:auto; line-height:inherit; padding:7px; width:190px;}
#s_event .gform_wrapper .top_label select.medium{width:auto;}
#s_event textarea{width:256px; height:116px;}
#s_event input[type="submit"] , #contact input[type="submit"]{ background:#940000; box-sizing:border-box; padding:9px 22px; color:#ffcc00; font-weight:bold; font-size:12px; text-transform:uppercase;  margin-top:25px; float:left; height:auto; text-shadow:0px 0px 0px; box-shadow:0px 0px 0px; line-height:inherit; position:absolute; border:0px; bottom:-20px; left:142px;  }

#list-events .block, #news .block{border-bottom:1px solid #e1e1e1; padding-bottom:40px; margin-bottom:20px;} 
#news ul{list-style:none;}

#list-events .block{
	background: none repeat scroll 0 0 #F3F3F3;
    margin-bottom: 20px;
    padding: 25px;
}

#contact{ border:1px solid #f1f1f1; float:left; width:100%;}
#contact .contactCol1{width:50%; float:left; background:#fbfbfb; border-right:1px solid #f1f1f1;}
#contact .contactCol1Pad{padding:40px 40px; position:relative;}
#contact .contactCol2{ width:45%; float:left;}
#contact textarea{width:200px; height:116px;}
#contact input[type="submit"]{ left:182px; bottom:-10px;}


#shopp ul.products li .price {
    font-size: 20px;
    font-weight: 300;
}
#shopp form ul li input, #shopp form ul li select {
    height: 34px;
    margin: 0 0 5px;
    padding: 5px;
}



span.cIcons					{ float:left; margin-left:-25px; display:inline-block; width:18px; height:18px; background:url(images/icons_contact_set1.png) no-repeat; }

div.address span.cIcons		{ background-position:0px 0px; }
div.phone   span.cIcons		{ background-position:-18px 0px; }
div.fax     span.cIcons		{ background-position:-36px 0px; }
div.email   span.cIcons		{ background-position:-54px 0px; }
div.poBox	span.cIcons		{ background-position:0px 0px; }
div.mobile  span.cIcons		{ background-position:-18px 0px; }

.col-left { width: 46%; padding: 2%; float: left; border-right: 1px solid #950000; }
.col-right { width: 45%; padding: 2%; float: right; }

#loginform input[type=text] { padding: 5px 2px; }
#loginform input[type=password] { padding: 5px 2px; }
#gform_wrapper_5 { margin: 0; }
#gform_wrapper_5 .top_label .gfield_label { font-weight: normal; margin-top: 0; }
#gform_wrapper_5 .top_label li.gfield.gf_left_half { margin: 0; }
#gform_wrapper_5 .top_label li.gfield.gf_right_half { margin: 0; }
#gform_wrapper_5 .gform_footer { padding-top: 10px !important; }



#list-events .block { background: #f3f3f3; padding: 25px; margin-bottom: 20px; }
#list-events .block .title { font-size: 14px; font-weight: bold; margin-bottom: 15px; }
#list-events .block dt { float: left; width: 100px; }
#list-events .block dd { margin: 0 0 0 100px; }
#list-events .block .btn { float: none; display: block; width: 120px; }

.single-post_event .leftcol { width: 47%; float: left; }
.single-post_event .rightcol { width: 47%; float: right; padding: 15px; background: #efefef; } 

.single-post_event .leftcol .title { font-size: 14px; font-weight: bold; margin-bottom: 15px; }
.single-post_event .leftcol dt { float: left; width: 100px; }
.single-post_event .leftcol dd { margin: 0 0 0 100px; }
.single-post_event .leftcol .btn { float: none; display: block; width: 100px; }

.single-post_onlinecourse .leftcol { width: 47%; float: left; }
.single-post_onlinecourse .rightcol { width: 47%; float: right; padding: 15px; background: #efefef; } 

.single-post_onlinecourse .leftcol .title { font-size: 14px; font-weight: bold; margin-bottom: 15px; }
.single-post_onlinecourse .leftcol dt { float: left; width: 100px; }
.single-post_onlinecourse .leftcol dd { margin: 0 0 0 100px; }
.single-post_onlinecourse .leftcol .btn { float: none; display: block; width: 100px; }

#gform_wrapper_6 { max-width: 100%; }
#gform_wrapper_6 input[type=text] { width: 100% !important; padding: 0 !important; }
#gform_wrapper_6 textarea { width: 100% !important; padding: 0 !important; margin-bottom: 15px; }
#gform_wrapper_6 .gfield_html ul { margin: 10px 0 !important; }
#gform_wrapper_6 .gfield_html ul li { margin-left: 20px !important; }
#gform_wrapper_6 select{width: 100% !important; padding: 0 !important;}

.bbp-topic-title .bbp-topic-meta { text-align: left; }
.bbp-topic-freshness .bbp-topic-meta { text-align: center; }
span.bbp-topic-started-by a, span.bbp-topic-freshness-author a { display: inline-block; margin-right: 5px; }
.bbp-forum-description a, .bbp-topic-description a { display: inline-block; }

.bbp-template-notice.info { display: none !important; }
.bbp-template-notice.info { display: none !important; }



