/*-----------------------------------------------------------------------------------

	Theme Name: Viewport
	Theme URI: http://www.themezilla.com/themes/viewport/
	Description: An elegant WordPress theme for content lovers.
	Author: ThemeZilla
	Author URI: http://www.themezilla.com
	Version: 1.1

-----------------------------------------------------------------------------------

	0.	CSS Reset & Clearfix
	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
	2.	Header Styles
	3.	Navigation & Menus
	4.	Main Content Styles
	5.	Post Content Styles
	6.  Feature Styles
	7.	Comments
	8.	Pagination
	9.	Footer Styles
	10.	Page & Page Templates
	11.	Widgets
	12. IE fixes
	13. Mobile

-----------------------------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

/*-----------------------------------------------------------------------------------*/
/*	0.	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

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; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */


/*-----------------------------------------------------------------------------------*/
/*	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/

body {
	font: 13.5px/21px "Open Sans", Arial, sans-serif;
    font-weight: 400;


	background-color: #eeeeee;
	color: #666;
}

.hidden { display: none; }

.alignleft { float: left; }

.alignright { float: right; }

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

a { 
	font-weight: bold;
	color: #0087c0;
	text-decoration: none; 
	border-bottom: 1px dotted #bbb;
	-webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

a:hover { color: #222; border-bottom: 1px dotted #888;}

a img { border: none; }

a > img { vertical-align: bottom; }

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form,
.gallery-row,
.post-thumb,
.author-bio { margin-bottom: 20px; }

.hentry,
.navigation-links,
.hfeed,
.pinglist { margin-bottom: 40px; }

.widget
.children,
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ul,
.comment-body ol ol,
.comment-body ol ul,
.comment-body ul ul,
.widget ul ul { margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', serif;
	color: #202222;
	font-weight: normal;
	padding: 0;
	
}

h1 {
	font-size: 24px;
	line-height: 28px;
}


h2 {
	font-size: 22px;
	line-height: 26px;
	margin: 5px 0 16px 0;
}

h3 {
	font-size: 17px;
	line-height: 28px !important;
	margin: 5px 0 15px 0 !important;
}

h4 {
	font-size: 14px;
	line-height: 18px;
}

h5 {
	font-size: 12px;
	line-height: 18px;
}

h6 {
	font-size: 10px;
	line-height: 16px;
}

.page-title {
	font-size: 14px;
	font-weight: bold;
	padding: 20px;
}

.homeintrol {font-size:21px;line-height:140%;color:#333;}

.archive .page-title {
    background: transparent url(images/splitter.png) 0 100% repeat-x;
    margin: 0 20px;
    padding-left: 0;
}

.entry-title,
.entry-title a {
	font-size: 24px;
	line-height: 28px;
}


.entry-content h1 { margin-top: 5px; margin-bottom: 15px; line-height:120%; font-size:19px;color:#555;font-weight:bold;}

.single-post .entry-content h1 {margin-top: 2px;color:#444;margin-bottom:15px; }
.single-library .entry-content h1 {margin-top: -30px;color:#444;margin-bottom:25px; }
.entry-content h2 { margin-top: 18px;margin-bottom: 9px;  line-height:140%;}
.entry-content h3 { color:#444;margin-top: 17px;margin-bottom: 9px; line-height:150% !important; }
h2.entry-title {margin-bottom: 19px; }

a[href$=".jpg"], a[href$=".jpg"]:hover { border-bottom: none; }

/* Structure --------------------------------------------------------------*/
	
.inner,
#content {
	width:960px;
	margin: 0 auto;
}

#primary {
	float: left;
	width: 635px;
}
.page-library #primary {width: 98%;}

	.page-the-art #primary {width:630px ;}
	 .the-art {margin:23px 0 35px 10px !important;}
	 .the-art hr {margin:0 0 12px 0;border-color:#ccc;}
	 
	 .the-art-categories {line-height:32px;margin-bottom:20px;width:98%;}
	 .the-art-categories a {background:#444;padding:5px 12px;color:#aaa;border:0;text-transform:uppercase;font-size:13px;}
	 
	 .the-art-categories a:hover {background:#111;color:#eee;}
	 .the-art-categories a.selected {background:#0087c0;color:#fff;}
	 
	 .the-art-items {margin-top:13px;width:98%;}
	 .attachment-the-art-thumb {	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	margin-bottom:6px;}
	
	.library {text-align:center;margin-bottom:0px;}
	.library a {border:0;color:#0087c0;font-weight:bold;font-size:14px;}
	.library p {font-size:12.5px;padding:0 11px;line-height:135%;}
	
	.single-library .library {text-align:left;margin-top:22px}
	.single-library .published {display:none;}
.single-library h1 {font-size:24px;}
	.single-library .library p {font-size:16px;padding:0 11px;line-height:140%;;}
	 
	 .singlepcontent {margin-top:50px;}

	 
.page-template-template-home-fullwidth-php #primary { width: 100%; }

#content { 
	margin-top: 00px;
	border-top: 0px solid #242626;
	
}





#sidebar {
background:url(images/sidebarbg.png) bottom right no-repeat;
background-color:#fff;
	float: right;
	width: 275px;
	padding: 4px 30px 25px 30px;
	margin-right:-20px;
	margin-top:-4px;

}
#sidebar p {margin: 0px 20px 15px 21px;}
#sidebar h2 {margin: 0px 10px 13px 21px;font-size:20px;}
.sidet {margin: 5px 20px 17px 21px !important;}

.sideaddedcontent {margin:0px 0 0px 0;padding:0;}
.sideaddedcontent p {margin:0px 0 0 0 !important;padding:0;}

.sidetitletm {margin:35px 0 10px 0 !important;}

.readmoretm {margin:16px 0 38px 0;}

.post,
.type-page {
	width: 600px;
	padding: 20px 20px 5px 12px;
	margin-bottom: 0;
}

body.home .post,
body.page-template-template-home-fullwidth-php .post {
	width: 280px;
	float: left;
}

body.archive .post,
body.page-template-template-home-blog-php .post {
	
	margin-left: 20px;
	margin-right: 20px;
	border-bottom:3px solid #ccc;
	padding: 22px 0 20px;
    overflow: hidden;
    width: 600px;
}

body.archive #content .post:last-child,
body.page-template-template-home-blog-php .post:last-child { background: none; }

body.archive #content .entry-content,
body.page-template-template-home-blog-php.home .entry-content,
body.archive #content .entry-summary,
body.page-template-template-home-blog-php .entry-summary {
	background: none;
	padding-bottom: 0;
}

body.page-template-template-full-width-php #primary { width: 960px !important; }

body.page-template-template-full-width-php .type-page { width: 920px; }

#footer { clear: both; }


/*-----------------------------------------------------------------------------------*/
/*	2.	Header Styles
/*-----------------------------------------------------------------------------------*/

#header { background:url(images/top-header-bg2.png) no-repeat top center; }

#header .inner {
	width: 920px;
	position: relative;

}

#logo {	
	display: inline-block;
	margin: 00px 0 0px -46px;
}
#logo,
#logo a {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	border: 0;
	padding: 0;
}

#logo a:hover { text-decoration: none; }

#tagline {
position: absolute;width:297px;display:inline;left:238px;top:15px;font-size:14px;color:#555;line-height:20px;
}
#usphone {position: absolute;display:inline;right:171px;top:27px;font-size:19px;color:#999;}
#ukphone {position: absolute;display:inline;right:-22px;top:27px;font-size:19px;color:#999;}
/*
#tagline {
position: absolute;width:297px;display:inline;left:238px;top:15px;font-size:14px;color:#555;line-height:20px;
}
#usphone {position: absolute;display:inline;right:171px;top:27px;font-size:19px;color:#999;}
#ukphone {position: absolute;display:inline;right:-22px;top:27px;font-size:19px;color:#999;}
*/
 .number {font-size:19px;color:#717171;}
	.number a {color:#717171;}
	 .number img {float:left;margin:-4px 2px 0 0;}
#twittericon {position:absolute;display:inline;margin-left:9px;top:-1px;right:-30px;}
#twittericon a {border:0;} #twittericon a:hover {opacity:0.4;}

#facebookicon {position:absolute;display:inline;margin-left:9px;top:0px;right:-49px;}
#facebookicon a {border:0;} #facebookicon a:hover {opacity:0.4;}

/*-----------------------------------------------------------------------------------*/
/*	3.	Navigation & Menus
/*-----------------------------------------------------------------------------------*/

#primary-nav {
	font: 14px/22px "Open Sans", Arial, sans-serif;
	font-weight: 400;
    top: 87px;
    float: left;
    position: relative;
    left: -40px;
    width:1000px ;
  
    z-index:30;background:none;
   
    
}

#primary-nav .menu-dropdown { display: none;}

#primary-nav > div { display: block;  }

#primary-nav ul {
	margin: 0;

	padding: 0;padding-left: 0px;
	float:left;
	list-style: none;
}

#primary-nav ul a {	
	display: block;
	position: relative;
	font-weight: normal;
	/*  width:80%; */ 
	border: 0;
}

#primary-nav ul li {
	float: left;
	position: relative;
	z-index: 60;
}


.current-menu-parent a {color:#fff !important;}

#primary-nav ul li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }

#primary-nav ul ul {
	position: absolute;
	margin-top:-24px;
	top: -9999em;
	width: 180px; /* left offset of submenus need to match (see below) */
}

#primary-nav ul ul li { width: 100%; }

#primary-nav ul li .sep {
	position: absolute;
	top: 8px;
	right: -6px;
	color: #0087c0;
	font-size: 18px;
}

#primary-nav ul li:last-child .sep,
#primary-nav ul li.last .sep,
#primary-nav ul ul .sep { display: none; }

/*  Make sub menus appear -------------------------------------------------*/

#primary-nav ul li:hover ul,
#primary-nav ul li.sfHover ul {
	left: 0;
	top: 65px; /* match top ul list item height */
	z-index: 33;
}

/* Hide all subs subs (4 levels deep) -------------------------------------*/

#primary-nav ul li:hover li ul,
#primary-nav ul li.sfHover li ul,
#primary-nav ul li li:hover li ul,
#primary-nav ul li li.sfHover li ul,
#primary-nav ul li li li:hover li ul,
#primary-nav ul li li li.sfHover li ul { top: -9999em; }

/* Displays all subs subs (4 levels deep) ---------------------------------*/

#primary-nav ul li li:hover ul,
#primary-nav ul li li.sfHover ul,
#primary-nav ul li li li:hover ul,
#primary-nav ul li li li.sfHover ul,
#primary-nav ul li li li li:hover ul,
#primary-nav ul li li li li.sfHover ul {
	left: 180px; /* match .nav ul width */
	top: -1px;
}
	
/* top level skin ---------------------------------------------------------*/

#primary-nav ul a {
	font-size: 15.5px;

	padding: 0 16px 0 16px;
color:#bbb;
	height: 41px;
	line-height: 41px;
	margin-right:1px;
}

#primary-nav ul a:hover,
#primary-nav ul li.sfHover a {
	text-decoration: none;
	color: #333;
	background-color:#f6ae00;
}


#primary-nav ul li.current-cat a,
#primary-nav ul li.current_page_item a,
#primary-nav ul li.current-menu-item a {
	text-decoration: none;
	color: #fff;
	background-color:#0087c0;
}

/* 2nd level skin --------------------------------------------------------*/

#primary-nav ul ul {
	padding: 0;
	background: none;
	padding: 0 0px 6px 0px;
	
}

#primary-nav ul ul li {
	line-height: 22px;
	border-bottom: 1px solid #454646;
	float: none;
	background: none;
}

#primary-nav ul ul li:last-child { border: 0; }

#primary-nav ul ul li a {
text-transform: none;
    color: #fff;
	line-height: 40px;
	height: 40px;
	
	padding: 0 0 0 15px;
}

#primary-nav ul ul li a:hover {color:#fc0 !important;background:#111 !important;}


#primary-nav ul li.sfHover ul a { 
	font-size: 15px;
	background: #222; 
	color: #fff; 
}

#primary-nav ul li.sfHover ul a:hover { color: #787a7b; }

/* 3rd level skin --------------------------------------------------------*/

#primary-nav ul ul ul {
	padding-top: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


/*-----------------------------------------------------------------------------------*/
/*	4.	Main Content Styles
/*-----------------------------------------------------------------------------------*/


.peopleiworkwith {font-size:13.5px;line-height:145%;}

.CTA {padding:20px 0px 20px 30px; width:93%; font-size:20px; background:#ddd;line-height:140%;margin:50px 0 35px 0 !important;overflow:hidden;}
.CTA img {margin:-20px 0 -20px 15px !important;float:right !important;}
.CTA cite {font-size:15px; font-style:normal;}

.widget_wp_category_post_list_itg {padding:56px 0px 0px 0px !important;overflow:hidden;margin-bottom:5px;border-bottom:1px solid #ddd;}
.widget_wp_category_post_list_itg .widget-title {color:#555;margin-top:10px !important;}
.thumb_lay img {margin:4px 10px 6px 0;float:left;}
.wp-cpl-read-more {margin-top:2px !important ;clear:both;}


.sideaddedcontent h3 {font-size:21px;padding:6px 0px 7px 0px !important;overflow:hidden;margin-bottom:5px;border-bottom:1px solid #666 !important;color:#555;margin-top:-7px !important;}

.entry-content .casestd h2 {font-size:22px;line-height:27px;text-transform:uppercase;font-weight:bold;color:#555;margin:-6px 0 15px 0;}
.entry-content .casestd cite {display:block;max-width:460px;font-style:normal;font-size:15px;margin-top:-10px;}

.entry-content .casestd h2 span {color:#600;}

.entry-content .casestd {margin-bottom:20px ;}
.entry-content .casestd img {float:left;margin:0 24px 14px 0;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);}
	
.homecontenttitle {font-size:18px;padding:0 0 6px 0;font-weight:bold;border-bottom:1px solid #ccc;margin-bottom:7px !important;}
.largep {font-size: 15.5px;line-height:24px; margin-bottom:8px ;color:#555;}

.baicon {margin:2px 12px -2px 0 !important;}

.entry-content .wp-cpl-sc-post h2 {font-size:18px;font-weight:bold;color:#555;}
.entry-content .wp-cpl-sc-post a {border:0;color:#555;}
.entry-content .wp-cpl-sc-readmore a {background:#f4ac00;padding:4px 12px;color:#fff;border:0;float:right;}
.entry-content .wp-cpl-sc-readmore a:hover {background:#0087c0;padding:4px 12px;color:#ffbb00;}
.entry-content .wp-cpl-sc-thumba img {float:left;margin-right:25px;}

.hrclearnone {clear:none !important;margin:55px 0 12px 0;}

address { font-style: italic; }

.pricestable td {text-align:left;padding:5px 12px;min-width:120px;vertical-align:top;}
.pricestable td:last-child {font-weight:bold;}
.pricestable tr:nth-child(even) {background-color:#eee;}

.openingtimestable {width:100%;}
.openingtimestable td:first-child {font-weight:bold;}
.openingtimestable td {text-align:left;padding:5px 12px;min-width:120px;vertical-align:top;}
.openingtimestable tr:nth-child(even) {background-color:#fff;}
.openingtimestable tr:nth-child(odd) {background-color:#eee;}

.membershipcomparison {width:100%;}
.membershipcomparison td:first-child {font-weight:bold;}
.membershipcomparison tr:first-child {font-weight:bold;}
.membershipcomparison td {text-align:left;padding:5px 12px;vertical-align:top;}
.membershipcomparison tr:nth-child(even) {background-color:#fff;}
.membershipcomparison tr:nth-child(odd) {background-color:#eee;}
.tophline {border-top:2px solid #444;}

abbr[title],
acronym[title],
dfn[title] {
	cursor: help;
	border-bottom: 1px dotted #666;
}

blockquote {
	font-family: 'Open Sans', serif;
	color: #787a7b;
	font-style: italic;
	padding: 0 40px;
	margin: 30px 0;
	font-size: 16px;
	line-height: 24px;
}

strong { font-weight: bold; }

em,
dfn,
cite { font-style: italic; }

dfn { font-weight: bold; }

sup {
	font-size: 11px;
	vertical-align: top;
}

sub {
	font-size: 11px;
	vertical-align: bottom;
}

small { font-size: 11px; }

del { text-decoration: line-through; }

ins { text-decoration: underline; }

code,
pre { line-height: 18px; }

var,
kbd,
samp,
code,
pre {
	font: 11px/19px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	color: #4d4e52;
	background: #f8f8f8;
}

kbd { font-weight: bold; }

samp,
var { font-style: italic; }

pre {
	white-space: pre;
	overflow: auto;
	padding: 10px;
	margin: 40px;
	clear: both;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

code { padding: 3px; }

ul,
ol,
dl { margin-left: 30px; }

table {
	border: 1px solid #ccc;
	border-width: 1px;
	line-height: 18px;
	margin: 0 0 22px 0;
	text-align: left;
	padding: 0 5px;
}

table .even { background: #ddd; }

caption { text-align: left; }

tr { border-bottom: 1px solid #ccc; }

th,
td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}

.abred {color:#0087c0 !important;}


.productfeatureicons {padding:0;margin:0 0 21px 0;border:0px solid #fff;}
.productfeatureicons li {border:0px solid #fff;display:inline-block;margin:9px 7px 9px 0;min-width:140px;list-style-type: none;font-size:15px; font-weight:bold;text-transform:uppercase;color:#0085c3;}
.productfeatureicons li img {margin:-11px 7px 0 0 ;}
.productfeaturesimage {margin-top:-2px !important;}

.productfeaturesul {margin-top:-5px;max-width:532px;}
.productfeaturesul li {margin-bottom:7px;}
.productfeaturesul li strong {font-size:1.2em;color:#0085c3;text-transform:uppercase;}

/* Media Elements --------------------------------------------------------*/

.entry-content { max-width: 100%; }

body.home .entry-content,
body.page-template-template-home-fullwidth-php .entry-content,
.entry-summary {

	padding-bottom: 10px;
}
.entry-summary p {
	margin-bottom:0px;}

.post img {
	max-width: 100%; 
	width: auto;
	height: auto; 
}

img.alignleft {
	float: left;
	margin: 10px 25px 10px 0;
}
img.circleicon {margin: 2px 9px 0px 0;}

img.alignright {
	display: block;
	margin: 10px 0 10px 25px;
}

img.aligncenter {
	display: block;
	clear: both;
	margin: 10px auto;
}

img.alignnone {
    display: block;
    margin: 10px 0;
}

.wp-caption {
background:#fff;
	max-width: 100%;
	text-align: left;
	margin: 10px 15px 15px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
color:#333;
	font-size:12px;line-height:16px;
}

.wp-caption.aligncenter { margin: 20px auto; }

.wp-caption.alignleft { margin-left: 0; }

.wp-caption.alignright { margin-right: 0; }

.wp-caption.alignnone { margin-left: 0; }

.wp-caption img,
.wp-caption img a {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption
.wp-caption-text {
	margin: 0;
	padding: 7px;
}

.wp-smiley {
	max-height: 13px;
	margin: 0 !important;
}

.gallery { margin: auto; }

.gallery-image {
	border: 2px solid #efefef;
	margin-left: 0;
}

.gallery-caption { 
    font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
    margin-left: 0; 
}

.gallery {
	float: left;
	width: 100%;
}

.gallery-item { 
    float: left; 
    margin-left: 0;
    text-align: center;
}

.gallery-item .gallery-caption { 
    margin-bottom: 0 !important;
    padding-right: 12%; 
}

.gallery-item img {
	margin: 0 !important;
	padding:  0 !important;
}

.gallery-item a {
	float: left;
	border: none !important;
	margin:  0 !important;
	padding: 0 !important;
}

iframe { 
    max-width: 100%; 
    margin-bottom: 20px;
}

/* Audio/Video jPlayer Skin ---------------------------------------------*/

.jp-jplayer { 
    background-color: #292a2b;
    width: 560px; 
}

.jp-audio-container,
.jp-video-container { margin-bottom: 20px; }

.jp-interface {
	position: relative;
	width: 100%;
	height: 30px;
	background: url(images/jplayer-bg.png) repeat-x;
	z-index: 100;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

.jp-controls {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.jp-controls li { display: inline; }

.jp-controls a {
    border-bottom: none;
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
	-webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.jp-controls a:hover { background-color: transparent; }

a.jp-play,
a.jp-pause {
	width: 33px;
	height: 30px;
	z-index: 1;
	outline: none;
	top: 0;
	left: 0;
}

a.jp-play { background: url(images/jplayer-black-and-yellow.png) 0 0 no-repeat; }

a.jp-play:hover { background-position: -33px 0; }

a.jp-pause { 
    background: url(images/jplayer-black-and-yellow.png) 0 -30px no-repeat; 
    display: none;
}

a.jp-pause:hover { background-position: -33px -30px; }

.jp-progress-container {
	position: absolute;
	top: 0;
	left: 34px;
	width: 810px;
	height: 6px;
	padding: 12px 10px;
}

.jp-progress { 
    position: absolute; 
	width: 810px;
	height: 7px;
	padding: 1px;
	background: url(images/jplayer-black-and-yellow.png) 0 -192px repeat-x ;
}

.jp-seek-bar {
	width: 0px;
	height: 5px;
	cursor: pointer;
	background: url(images/jplayer-black-and-yellow.png) 0 -163px repeat-x;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.jp-play-bar {
	width: 0px;
	height: 5px;
	background: url(images/jplayer-black-and-yellow.png) 0 -133px repeat-x ;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.jp-volume-bar-container {
	position: absolute;
	top: 0;
	right: 20px;
	width: 40px;
	height: 6px;
	padding: 12px 10px;
}

.jp-volume-bar {
	position: relative;
	overflow: hidden;
	background: url(images/jplayer-black-and-yellow.png) 0 -192px repeat-x;
	width: 40px;
	height: 9px;
	cursor: pointer;
	top: 0;
	left: 18px;
}

.jp-volume-bar-value {
	width: 0px;
	height: 5px;
	margin: 1px;
	background: url(images/jplayer-black-and-yellow.png) 0 -133px repeat-x;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

a.jp-mute,
a.jp-unmute {
	width: 17px;
	height: 13px;
	z-index: 1;
	outline: none;
	top: 9px;
	right: 60px;
}

a.jp-mute { background: url(images/jplayer-black-and-yellow.png) -10px -68px no-repeat; }

a.jp-mute:hover { background-position: -43px -68px; }

a.jp-unmute { background: url(images/jplayer-black-and-yellow.png) -10px -98px no-repeat; }

a.jp-unmute:hover { background-position: -43px -98px; }

.seperator-first,
.seperator-second {
	background:url(images/jplayer-seperator.png) no-repeat left;
	height: 30px;
	width: 2px;
	position: absolute;
	left: 32px;
}

.seperator-second { 
    left: auto; 
    right: 90px;
}

/* Common Form Elements --------------------------------------------------*/

input,
textarea,
.zilla .gform_wrapper input[type="text"], 
.zilla .gform_wrapper input[type="url"], 
.zilla .gform_wrapper input[type="email"], 
.zilla .gform_wrapper input[type="tel"], 
.zilla .gform_wrapper input[type="number"], 
.zilla .gform_wrapper input[type="password"],
.zilla .gform_wrapper textarea {
	color: #333;
	background: #fff;
	border: 1px solid #cdcdcd;
	font: 13px/20px Arial, sans-serif;
	padding: 8px 12px 7px 12px;
	width: 250px;
	-moz-box-shadow: 0px 1px 1px #eee;
	-webkit-box-shadow: 0px 1px 1px #eee;
	box-shadow: 0px 1px 1px #eee;
}

.zilla .gform_wrapper table.gfield_list input { width: 90%; }

.zilla .gform_wrapper .gfield_time_hour input[type="text"],
.zilla .gform_wrapper .gfield_time_minute input[type="text"] { padding: 0 2px; }

textarea,
.zilla .gform_wrapper textarea { width: 90%; }

.zilla .gform_wrapper .top_label input.large, 
.zilla .gform_wrapper .top_label select.large, 
.zilla .gform_wrapper .top_label textarea.textarea { width: 96%; }

input:focus,
textarea:focus,
.zilla .gform_wrapper input[type="text"]:focus, 
.zilla .gform_wrapper input[type="url"]:focus, 
.zilla .gform_wrapper input[type="email"]:focus, 
.zilla .gform_wrapper input[type="tel"]:focus, 
.zilla .gform_wrapper input[type="number"]:focus, 
.zilla .gform_wrapper input[type="password"]:focus,
.zilla .gform_wrapper textarea:focus {
	background: #fff;
	border-color: #b2b2b2;
}

input[type="checkbox"] { width: auto; }

select {
    background: #fff;
    border: 1px solid #efefef;
    width: 250px;
}

button,
#submit,
.gform_next_button,
.gform_previous_button,
.gform_button {
    background: #f1f1f1;
    border: 1px solid #efefef;
	cursor: pointer;
	padding: 2px 10px;
	width: auto;
}

button:hover,
#submit:hover,
.gform_next_button:hover,
.gform_previous_button:hover,
.gform_button:hover { 
    background: #fff;
    border-color: #ddd;
}

/* Gravityforms Elements ------------------------------------------------------*/

.zilla .gform_wrapper {
    border: 1px solid #efefef;
    font-size: 14px;
    line-height: 21px;
    padding: 20px 20px 0;
}

.zilla .gform_wrapper .gform_heading {
    width: 100%;
    margin-bottom: 20px;
}

.zilla .gform_wrapper h3.gform_title {
    width: 100%;
    margin: 0 0 10px 0;
}

.zilla .gform_body {
    border-top: 1px solid #efefef;
    padding-top: 20px;
}

.zilla .gform_wrapper .gform_page_footer {
    margin: 20px 0 0;
    width: 100%;
    border-top: 1px solid #efefef; 
}

.zilla .gform_wrapper .gsection {
    border-bottom: none;
    border-top: 1px solid #efefef;
    padding: 20px 0 10px 0;
    margin: 20px 0;
}

.gform_wrapper .gfield { margin-bottom: 20px; }

.zilla .gform_wrapper .gfield_checkbox li, 
.zilla .gform_wrapper .gfield_radio li { margin-bottom: 3px; }

.zilla .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label, 
.zilla .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
    color: #000;
    font-weight: normal;
}

.zilla .gform_wrapper select {
    color: #333;
    font-size: 13px;
}

.zilla .gform_wrapper .gfield_time_ampm { padding: 0px; }

.zilla img.ui-datepicker-trigger { padding-top: 6px; }

.zilla table.ui-datepicker td a { background-color: #fff; }

.zilla .gform_wrapper .description, 
.zilla .gform_wrapper .gfield_description, 
.zilla .gform_wrapper .gsection_description, 
.zilla .gform_wrapper .instruction,
.zilla .gform_wrapper .description_above .gfield_description {
    color: #a3a3a3;
    font-size: 13px;
    line-height: 20px;
    padding: 0;
    margin: 0;
}

.zilla .gform_wrapper .top_label .gfield_description { margin-bottom: 10px; }

.zilla .gform_wrapper .right_label .gfield_description, 
.zilla .gform_wrapper .left_label .gfield_description, 
.zilla .gform_wrapper .left_label .instruction, 
.zilla .gform_wrapper .right_label .instruction { margin-left: 32%; }

/* Gravity Forms complex forms -------------------------------------------------------*/

.zilla .gform_wrapper .ginput_complex .ginput_full input { width: 96% !important; }

.zilla .gform_wrapper .ginput_complex .ginput_full input[type="file"] { width: 90% !important; }

.zilla .gform_wrapper .field_name_first input, 
.zilla .gform_wrapper .ginput_complex .ginput_left input,
.zilla .gform_wrapper .ginput_complex .ginput_right input, 
.zilla .gform_wrapper .ginput_complex .ginput_right select { width: 90% !important; }

.zilla .gform_wrapper .ginput_complex label, 
.zilla .gform_wrapper .gfield_time_hour label, 
.zilla .gform_wrapper .gfield_time_minute label, 
.zilla .gform_wrapper .gfield_date_month label, 
.zilla .gform_wrapper .gfield_date_day label, 
.zilla .gform_wrapper .gfield_date_year label, 
.zilla .gform_wrapper .instruction {
    color: #777;
    display: block;
    font-size: 11px;
    margin: 0 0 15px;
    padding-left: 6px;
    letter-spacing: normal;
}

/* Gravity Forms Progressbar --------------------------------------------------------*/

.zilla .gform_wrapper .gf_progressbar_wrapper {
    border-bottom: none;
    width: 100%;
}

.zilla .gform_wrapper .gf_progressbar {
    background-color: #f5f5f5;
    background-image: none;
    border: none;
    -webkit-border-radius: 25px;
       -moz-border-radius: 25px;
            border-radius: 25px;
    overflow: visible;
}

.zilla .gform_wrapper .gf_progressbar_percentage { 
    background: #fff url('images/zilla_progressbar.png') repeat-x 0 -1px;
    border: 1px solid transparent;
    -webkit-border-radius: 25px;
       -moz-border-radius: 25px;
            border-radius: 25px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.25);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.25);
	box-shadow: 0 1px 1px rgba(0,0,0,.25);	color: #666;
	height: 18px;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(255,255,255,.5);
}

.zilla .gform_wrapper .percentbar_blue { 
    border-color: #7cafce;
    border-bottom: 1px solid #4889b4;
    color: #386079; 
}

.zilla .gform_wrapper .percentbar_green { 
    background-position: 0 -41px;
    border-color: #95b763;
    border-bottom: 1px solid #738d4c;
    color: #56693a; 
}

.zilla .gform_wrapper .percentbar_red {
    background-position: 0 -21px;
    border-color: #d27c6d;
    border-bottom: 1px solid #a63f37;
    color: #773631;
}

.zilla .gform_wrapper .percentbar_grey { 
    background-position: 0 -61px; 
    border-color: #c5c5c5;
    border-bottom: #b0b0b0;
}

.zilla .gform_wrapper .percentbar_orange {
    background-position: 0 -81px;
    border-color: #d0ae51;
    border-bottom: 1px solid #b28b37;
    color: #7b6128;
}

.gform_wrapper .gf_progressbar_percentage span { padding-right: 5px; }



/*-----------------------------------------------------------------------------------*/
/*	5.	Post Content Styles
/*-----------------------------------------------------------------------------------*/

.entry-title { margin-bottom: 10px; }

.entry-title, 
.entry-title a {
	font-family: 'Open Sans', serif;
	font-size: 26px;
	font-weight: normal;
	line-height: 38px;
	color: #202222;
	text-decoration: none;
	border: 0;
}

.archive #content .entry-title,
.archive #content .entry-title a,
.page-template-template-home-blog-php .entry-title,
.page-template-template-home-blog-php .entry-title a {
    font-size: 20px;
    line-height: 28px;
}

body.home .entry-title,
body.home .entry-title a,
body.page-template-template-home-fullwidth-php .entry-title,
body.page-template-template-home-fullwidth-php .entry-title a {
	font-size: 20px;
	line-height: 29px;
}

#content .entry-title a:hover {
	background: transparent;
	border-bottom: 1px solid #c8c8c8;
}

.entry-meta {
	font-size: 11px;
	line-height: 14px;
	color: #787a7b;
	text-transform: uppercase;
	margin-bottom: 13px;
	margin-top:-6px;
}

.entry-meta a { 
	color: #787a7b;
	font-weight: normal; 
	border: 0;
}

.entry-meta a:hover { 
	color: #202222; 
	border: none;
}

body.single .post .entry-meta,
body.single .post .entry-meta a { font-size: 12px; }

body.single .post .entry-meta { margin-bottom: 30px; }

body.single .post .entry-footer,
body.single .post .entry-footer a { font-size: 11px; }

.entry-content ul { list-style-type: disc; }
.entry-content b {font-weight:bold;}

.entry-content ol { list-style-type: decimal; margin-top:25px;margin-bottom:25px;}
.entry-content ol li {margin-top:5px;}

.post-thumb { position: relative; }

.page-template-template-home-blog-php #primary .post-thumb,
.archive #primary .post-thumb { 
    float: left; 
    margin-right: 20px;
}

.post-thumb a { 
	display: block; 
	border: 0;
}

.post-thumb a img { 
	-webkit-transition: opacity 150ms ease-in-out;
	-moz-transition: opacity 150ms ease-in-out;
	-o-transition: opacity 150ms ease-in-out;
	transition: opacity 150ms ease-in-out;
}

.post-thumb a:hover img { opacity: 0.4; }

.post-thumb .format-icon {
	background: url(images/format-icons.png) no-repeat;
	width: 26px;
	height: 26px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 99;
} 

.post-thumb .format-icon.audio { background-position: -30px 0; }

.post-thumb .format-icon.video { background-position: -60px 0; }

.bypostauthor,
.sticky {}


/*-----------------------------------------------------------------------------------*/
/*  6. Feature Styles
/*-----------------------------------------------------------------------------------*/

#feature-wrapper { 
    height: 437px;
    overflow: hidden;
    width: 100%; 
    margin:0 auto;
    border-bottom:0px solid #323232;
}

.feature {
	width: 100%;
    height: 437px;
	overflow: hidden;
	display: none;
	position: relative;
	text-align:center;
}

#feature-wrapper-page { 
    height: 192px;
    overflow: hidden;
    width: 1001px; 
       margin:0 auto;
       border-bottom:0px solid #323232;
}

.feature-page {
	width: 1001px;
 height:auto;
	overflow: hidden;
	display: block;
	position: relative;
}


#feature-wrapper.zilla-video,
#feature-wrapper.zilla-audio,
#feature-wrapper.zilla-video .feature,
#feature-wrapper.zilla-audio .feature { height: auto; }

.feature img {
	width: 1200px;
	height: auto;
	vertical-align: bottom;
}
.feature-page img {
	width: 1001px;
	height: auto;
	vertical-align: bottom;
}


.feature.dark {
	background: #eee;
	color: #fff;
}

.feature.dark a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	border: 0;
}

.feature.light {
	background: #aeaeae;
	color: #202222;
}

.feature.light a {
	color: #202222;
	text-decoration: none;
	font-weight: normal;
	border: 0;
}

.feature-content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 940px;	
	height: 250px;
text-align:left;
	margin-left: -480px;
	margin-top: -45px;
}

.feature-content h1,
.feature-content h2 {
	display: block;
	font-family: 'Open Sans', serif;
	font-weight: bold !important;
	font-size: 14px;
	text-shadow: 1px 1px 3px rgba(0,0,0,.5);
	line-height: 18px;
	max-width: 280px;
	margin-left: 10px;
}

.feature-content h2 a,
.feature-content h1 span {
  
    padding: 2px 0;
    font-weight: normal;
}

.feature.dark .feature-content h2 a,
.feature.dark .feature-content h1 span {
  
}


.feature.dark .feature-content h1 { color: #fff; }

.feature-content h1 { margin-bottom: 00px; margin-top:110px;margin-left:15px;	}

.feature-content-meta {
display:none;
	background: rgba(0,0,0,0.4);
	padding: 0 10px;
	float: left;
	font-weight: normal;
}

.feature.light .feature-content-meta { background: rgba(255,255,255,0.4); }

.feature-content-meta span {
	text-transform: uppercase;
	font-size: 12px;color:#777;
}
.published {text-transform: uppercase;
	font-size: 12px;color:#777;}

.feature-credit {
	position: absolute;
	bottom: 20px;
	right: 15px;
	background: rgba(0,0,0,0.4);
	font-size: 10px;
	text-transform: uppercase;
	padding: 1px 10px;
	font-weight: normal;
}

.feature .feature-credit a {
	font-weight: bold;
	border: 0;
}
.featuretext {position:absolute;bottom:48px;left:615px;width:340px;
	}
	.featuretext a:link {color:#ffcc00;text-decoration:underline;}
.feature-content	.ftlink:hover {color:#ffdd99 !important;}
	
	.featureheadline {position:absolute;bottom:46px;left:15px;font-weight:bold !important;width:577px;font-size:39px !important;color:#fff;letter-spacing:-0.9px;line-height:40px;}
	
		.featureheadline  span {color:#ffcc00;font-weight:bold !important;}
	
	.FOM {position:absolute;bottom:18px;left:15px;font-weight:bold !important;font-size:15px;background:#252525;padding:5px 12px;width:123px !important;margin-top:-8px;text-shadow:none;}
.FOM:hover {background:#fff;}

.feature.light .feature-credit,
.feature.light .feature-credit a { color: #202222; }

.feature.light .feature-credit { background: rgba(255,255,255,0.4); }

.feature-navigation {position:absolute;bottom:160px;left:5px;
	padding-top: 20px;
	clear: left;
	margin-left: 10px;
}

.feature-navigation a {
	display: inline-block;
	width: 25px;
	height: 25px;
	border: 0;
	margin-right:2px;
	text-indent: -9999px;
	background: url(images/feature-arrows.png) no-repeat 0 0;

}

.feature.dark .feature-navigation a { background-color: #ffb400;  box-shadow:1px 1px 3px rgba(0,0,0,0.5);}
.feature.dark .feature-navigation a:hover { background-color: #ffffff !important; }

.feature.light .feature-navigation a { background-color: #202222; }

.feature.dark .feature-navigation .next { background-position: -31px 0; }

.feature.light .feature-navigation .prev { background-position: 0 -31px; }

.feature.light .feature-navigation .next { background-position: -30px -31px; }

/* Zilla Gallery ----------------------------------------------------------*/

#feature-wrapper.zilla-gallery .feature-navigation {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

#feature-wrapper.zilla-gallery .feature-credit {
	bottom: 21px;
	right: 85px;
}

/* Zilla Video/Audio ------------------------------------------------------*/

#feature-wrapper.zilla-video .inner,
#feature-wrapper.zilla-audio .inner {
	position: relative;
	margin: 20px auto;
}

#feature-wrapper.zilla-video .embed-video { height: 560px; }

#feature-wrapper.zilla-video .embed-video video,
#feature-wrapper.zilla-video .embed-video iframe,  
#feature-wrapper.zilla-video .embed-video object,  
#feature-wrapper.zilla-video .embed-video embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* Footer Feature ---------------------------------------------------------*/

#footer-feature-wrapper {
	width:960px;
	margin: 0 auto;
	padding: 50px 0 50px 0;
	position: relative;
}


#footer-feature-wrapper .caroufredsel_wrapper { 
    background: #202222;
    padding-bottom: 50px;
}

#footer-feature-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer-feature-wrapper li {
    border-left: 1px dotted #4d4e4e;
	display: block;
	float: left;
	width: 200px;
	margin: 20px 0 0;
	padding: 0 20px 0 20px;
	vertical-align: top;
	text-align: center;
}

#footer-feature-wrapper li:first-child { border-left: none; }

#footer-feature-wrapper .entry-title { margin-bottom: 0; }

#footer-feature-wrapper img { 
	width: 100%; 
	height: 140px;
}

#footer-feature-wrapper .entry-title,
#footer-feature-wrapper .entry-title a { 
	font-size: 14px;
	line-height: 22px;
	color: #aeaeae;
}

#footer-feature-wrapper .post-thumb { margin-bottom: 15px; }

#footer-feature-nav {
	position: absolute;
	bottom: 50px;
	left: 0;
	background: #202222;
	height: 26px;
	width: 100%;
	border-top: 1px solid #2d2e2e;
}

#footer-feature-nav a {
	display: inline-block;
	width: 26px;
	height: 26px;
	border: 0;
	text-indent: -9999px;
	background: url(images/feature-arrows.png) no-repeat 0 -31px;
}

#footer-feature-nav .prev { border-right: 1px solid #2d2e2e; }

#footer-feature-nav .next { 
	background-position: -30px -31px; 
	float: right;
	border-left: 1px solid #2d2e2e;
}

#footer-feature-nav .next:hover { background-position: -30px 0; }

#footer-feature-nav .prev:hover { background-position: 0 0; }



/*-----------------------------------------------------------------------------------*/
/*	7.	Comments
/*-----------------------------------------------------------------------------------*/

#comments { display:none;
	clear: both; 
	padding: 20px;
	position: relative;
}

.commentlist {
	padding: 40px 0 20px 0;
	margin: 0;
	list-style-type: none;
	background: url(images/splitter.png) repeat-x;
}

.pings-wrapper { position: relative; }

.pinglist {
	padding: 30px 0 40px 0;
	margin: 0;
	list-style-type: none;
	background: url(images/splitter.png) repeat-x;
}

.pinglist li {
	padding: 10px;
	border-bottom: 1px solid #e9eaea;
}

.pinglist li a {
	display: block;
	border: 0;
	color: #4d4e52;
	font-weight: normal;
}

.pinglist li a:hover { 
	color: #202222; 
	background: none !important; 
}

#respond { position: relative; }

#reply-title,
.comments-title,
.pings-title,
#cancel-comment-reply-link {
	position: absolute;
	top: 0px;
	right: 20px;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	background: #202222;
	padding: 1px 7px;
	font-family: Arial, Sans-serif;
}

.comments-title {
	position: absolute;
	top: 20px;
	right: 40px;
}

#cancel-comment-reply-link {
	position: absolute;
	top: 0px;
	right: 130px;
	width: 85px;
	box-shadow: none;
}

#commentform {
	padding-top: 40px;
	background: url(images/splitter.png) repeat-x;
}

.commentlist #commentform { margin-bottom: 60px; }

#commentform input { 
	float: left; 
	margin-right: 15px;
}

#commentform textarea { width: 95%; }

#commentform p { 
	line-height: 40px;
	margin-bottom: 15px; 
} 

#commentform .comment-form-comment { margin-bottom: 5px; }

#commentform .form-submit input {
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background: #202222;
	padding: 9px 15px;
	margin: 0;
	float: none;
	border: 0;
	box-shadow: none;
}

.children {
	list-style-type: none;
	margin-left: 55px;
}

.avatar {
	padding: 3px;
	background: #e5e5e6;
}

.comment .avatar {
	float: left;
	margin: 0 15px 0 0;
}

.comment-meta {
	margin-bottom: 15px;
	font-size: 11px;
	text-transform: uppercase;
}
.comment-meta a {
	font-weight: normal;
	border: 0;
	background: none !important;
	color: #787a7b;
}

.comment-meta a:hover { color: #202222; }

.comment-body {
	border-bottom: 1px solid #e9eaea;
	margin-bottom: 20px;
}

.commentlist li.depth-1:last-child .comment-body { border: none; }

.comment-author cite { 
	font-weight: bold; 
	font-style: normal;
	color: #202222;
}

.comment-author .says { display: none; }

.nocomments {
	text-align: center;
	padding: 20px;
}

.comment-body ul { list-style-type: disc; }

.comment-body ol { list-style-type: decimal; }


/*-----------------------------------------------------------------------------------*/
/*	8.	Pagination
/*-----------------------------------------------------------------------------------*/

.page-navigation,
.single-page-navigation { 
	background: #fff url(images/2col_back.png) repeat-y;
	border-top: 0px solid #242626;
	min-height: 60px;
	text-transform: uppercase;
	padding-top: 45px;
	line-height: 16px;
}

.page-navigation .nav-next,
.single-page-navigation .nav-next { 
	float: left; 
	width: 43%;
	margin-left: 60px;
}

.page-navigation .nav-previous,
.single-page-navigation .nav-previous { 
	float: right; 
	width: 43%;
	text-align: right;
	margin-right: 60px;
}

.page-navigation a,
.single-page-navigation a {
	color: #787a7b;
	border: 0;
	font-size: 12px;
	position: relative;
} 

.page-navigation a:hover,
.single-page-navigation a:hover { color: #202222; }

.page-navigation a span,
.single-page-navigation a span {
	display: inline-block;
	background: url(images/pag-arrows.png) no-repeat 0 0;
	width: 37px;
	height: 37px;
	text-indent: -9999px;
	position: absolute;
	top: -10px;
	overflow: hidden;
} 

.page-navigation .nav-next a span,
.single-page-navigation .nav-next a span { left: -45px; }

.page-navigation .nav-previous a span,
.single-page-navigation .nav-previous a span { 
	right: -45px;
	background-position: -43px 0;
	text-indent: 9999px;
}

.page-navigation .nav-next a:hover span,
.single-page-navigation .nav-next a:hover span { background-position: 0 -44px; }

.page-navigation .nav-previous a:hover span,
.single-page-navigation .nav-previous a:hover span { background-position: -43px -44px; }

.comment-navigation { 
    margin-bottom: 20px;
    overflow: hidden; 
}

.comment-navigation .nav-next { float: right; }

.comment-navigation .nav-previous { float: left; }

.wp-pagenavi a,
.wp-pagenavi a:link,
.wp-pagenavi a:visited,
.wp-pagenavi a:active {
	padding: 4px 8px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #efefef;
	background: #fff;
}

.wp-pagenavi a:hover { border: 1px solid #ddd; }

.wp-pagenavi span.pages {
	padding: 4px 8px;
	margin: 2px;
	border: 1px solid #efefef;
	background: #fff;
}

.wp-pagenavi span.current {
	padding: 4px 8px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #ddd;
	background: #fafafa;
}

.wp-pagenavi span.extend {
	padding: 4px 8px;
	margin: 2px;
	border: 1px solid #ddd;
	background-color: #FFFFFF;
}


/*-----------------------------------------------------------------------------------*/
/*	9.	Footer Styles
/*-----------------------------------------------------------------------------------*/

#footer {
	background: #0086c0;
	color: #eee;
	padding:0px 0 0 0;
	overflow:hidden;
	border-top:9px solid #333;
}



#footer a {
	color: #ffbd1d !important;
	border: 0;
	font-weight: normal;
}


.footer-one {width:210px;float:left;padding:4px 31px 20px 15px;margin:0 0 10px 0;}
.footer-two {width:250px;float:left;padding:14px 41px 20px 21px;margin:0 0 10px 0;}
.footer-three {width:330px;float:left;padding:4px 5px 20px 21px;margin:0 0 10px 0;}

.footer-two p {margin-top:11px !important;}

.footer-two img {float:left;margin-top:-3px !important;}
.footer-three img {float:left;margin-top:4px !important;}

.footer-one img:hover, .footer-two img:hover {opacity:0.6;	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;}


#footer img {margin-bottom:8px;margin-top:6px;}

.footer-bottom .widget_text, .footer-bottom .juiz_last_tweet_widget {color:#ddd;font-size:13px;padding:0 !important;margin:0 !important;width:100%;}
.juiz_last_tweet_tweetlist {color:#eee;font-size:13px;line-height:160%;}
.juiz_last_tweet_metadata {font-style:normal;font-size:12px;}
.juiz_last_tweet_metadata a {color:#afafaf !important;}

#footer h2 {font-size:20px;color:#ddd;}

.footer-widgets {
	background: #333;
	padding: 30px 0 30px 0;
}

.footer-widgets .inner { background: url(images/3col_back_dark.png) repeat-y; }

.footer-widgets .col {
	width: 320px;
	float: left;
}

.footer-widgets .widget {
	margin: 0 20px 0 20px;
	padding: 40px 0 35px 0;
	background: url(images/splitter-dark.png) top left repeat-x;
}

.footer-widgets .widget:first-child {
	background: none;
	padding: 0 0 35px 0;
}

.footer-widgets .widget:last-child { padding-bottom: 0; }

.footer-widgets .widget-title {
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	position: static;
	background: none;
	padding: 0;
	margin-bottom: 20px;
}

#footer .footer-widgets ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .footer-widgets li a {
	color: #aeaeae;
	font-weight: normal;
	font-family: 'Open Sans', Serif;
}

#footer .footer-widgets li {
	padding: 10px 0;
	border-bottom: 0px solid #2d2e2e;
}

#footer .footer-widgets li:first-child { padding-top: 0; }

#footer .footer-widgets li:last-child {
	border: 0;
	padding-bottom: 0;
}

#footer .footer-widgets .zilla_tweet_widget li a { 
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	color: #787a7b;
	font-family:  Arial, Sans-serif;
}

#footer .footer-widgets .zilla_tweet_widget li span { display: block; }

#footer .footer-widgets .zilla_tweet_widget li span a { 
	font-family: Arial, Sans-serif;
	font-size: 14px;
	text-transform: none;
	color: #fff; 
}

#footer .footer-widgets .zilla_tweet_widget li span a:hover { background: 0 !important; }

#footer .footer-widgets .widget_search input { 
	width: 91%; 
	border: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#footer .footer-widgets .zilla_flickr_widget img { 
	width: 50px;
	height: 50px;
	background: #606060;
	padding: 5px;
	border: 0;
}

#footer .footer-widgets .zilla_flickr_widget .flickr_badge_image { margin: 0 11px 11px 0; }

.footer-bottom {
	font: 14px/20px "Open Sans",Arial, sans-serif;

	padding: 25px 0 10px 0;
	text-transform: none;
	
}



.footer-bottom p { margin: 0 0 0px 0; padding:0 0px;}

#footer .footer-bottom a { font-weight: bold;color:#0087c0; }
#footer .footer-bottom .menu-item a {font-weight: normal;color:#9a9a9a; font-size:16px;}
#footer .footer-bottom .menu-item a:hover {font-weight: normal;color:#eee; font-size:16px;}
#footer .footer-bottom  a:hover { font-weight: bold;color:#000 !important; }

.copyright { float: left; }

.credit { float: right; }


/*-----------------------------------------------------------------------------------*/
/*	10.	Page & Page Templates
/*-----------------------------------------------------------------------------------*/

.archive-lists .children { margin-bottom: 0; }

.archive-lists ul {
	list-style: disc;
	margin: 10px 0 20px 20px;
}

.full-width { width: 940px!important; }

.contactform { margin-left: 0; }

.contactform li { list-style-type: none; }

.contactform li label {
	display: block;
	margin-bottom: 10px;
}

.contactform li input[type="text"] {
	width: 300px;
	margin-bottom: 15px;
}

.contactform li textarea {
	width: 95%;
	height: 200px;
	margin-bottom:15px;
}

.contactform li button { 
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background: #202222;
	padding: 9px 15px;
	margin: 0;
	float: right;
	border: 0;
}

label.error { color: red; }


/*-----------------------------------------------------------------------------------*/
/*	11.	Widgets
/*-----------------------------------------------------------------------------------*/

.widget_nav_menu {margin-top:20px;}
.widget_nav_menu ul {background-color:none;padding:5px 0px;}
.widget_nav_menu ul li a {color:#0087c0;font-weight:bold;font-size:16px;}
.widget_nav_menu  .current-menu-item  a {color:#000;}

.sidebar_menu {margin-bottom:36px;}
.sidebar_menu li ,.widget_nav_menu  li  {margin:0 0px 3px -30px !important ;font-size:16px;color:#fff;border:0 !important;}

.sidebar_menu .sub-menu li {margin:2px 0 -4px -10px !important;}
.sidebar_menu .sub-menu li a {color:#ddd;}
.sidebar_menu .sub-menu li.current-menu-item a {color:#05c2e2;}
.sidebar_menu li a:link , .widget_nav_menu  li a:link {background:#666;color:#ddd;font-weight:normal;text-decoration:none;border:0;padding:5px 9px;display:block;}

.sidebar_menu li a:visited, .widget_nav_menu li a:visited  {color:#fff;background:#555;}
.sidebar_menu li a:hover, .widget_nav_menu ul li a:hover {color:#fff;background:#0087c0;}
.sidebar_menu li.current-menu-item a, .widget_nav_menu li.current-menu-item a {color:#ffcc00;}

#sidebar #menu-servicesfooter  {list-style-type:none;margin:0 0 38px 0 ;padding:0 !important;}
#sidebar #menu-servicesfooter li {margin:2px 0 0 0 !important;}
#sidebar #menu-servicesfooter li a {display:inline-block; width:270px;color:#333;background:#ddd;font-size:17px;padding:5px 13px 6px 13px;border-bottom:2px solid #aaa !important;}

#sidebar #menu-servicesfooter .current_page_item a {color:#fff;background:#0087c0;border-bottom:2px solid #555 !important;}

#sidebar #menu-servicesfooter li a:hover {background:#0087c0;border-bottom:2px solid #555 !important;}

.breadcrumb {font-size:14px;margin:0px 0 20px 0 !important;color:#777;}
.breadcrumb a {color:#333;font-weight:normal;}
.breadcrumb a:hover {color:#05c2e2;}

.wp-cpl-read-more {float:right;margin-right:0px !important;}


.wp-cpl-read-more a {background:#f4ac00;color:#FFF;text-decoration:none;border:0;font-size:14px;padding:4px 10px;}
.wp-cpl-read-more a:hover {color:#ffcc00;background:#0087c0;}

.widget {
	padding: 40px 20px 15px 0px;
	
	position: relative;
}


.widget-title {
	position: absolute;
	top: 0px;
width:272px;
	
	font-size: 21px;
	
	color: #333;
	
	padding: 5px 15px 5px 0;
	border-bottom:1px #777 solid;
	margin-top:-7px !important;
}

.sidebarcite {margin:-11px 0 29px 0;}

.widget ul {
	list-style-type: disc;
	margin-bottom: 0;
}

.widget ol {
	list-style-type: decimal;
	margin-bottom: 0;
}

.widget ul {
	margin: 0 0 10px 0;
	list-style-type: none;
}
.widget li {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding: 5px 0 5px 0;
	overflow:hidden;
}
.widget_nav_menu  li {border-bottom: 0px ;margin:0 -26px -7px 0 !important;}

.footer-two li {padding: 9px 0;}

.footer-one li {border-bottom: 1px solid rgba(255,255,255,0.22);}

.widget li:first-child { padding-top: 0; }
.footer-two ul {margin-top:-2px;}

.widget li:last-child { border: none; padding-bottom: 0; }

.widget li a { border: 0; color:#444;font-weight:normal; }
.widget li a:hover { color:#0087c0; }

/* Search Widget --------------------------------------------------------*/

.widget_search #s { 
	color: #999;
	width: 253px; 
	border: 1px solid #cdcdcd;
}

.widget_search #s:focus {
	color: #333;
	border: 1px solid #B2B2B2;
}

.widget_search form,
.widget_search fieldset { margin: 0; }

/* Calander Widget -------------------------------------------------------*/

.widget_calendar caption { margin-bottom: 5px; }

.widget_calendar table { width: 100% }

/* 125 x 125 Widget ------------------------------------------------------*/

.zilla-ad-widget {
	padding-right: 0!important;
	padding-bottom: 25px!important;
}

.zilla-ad-widget a { 
	display: inline-block;
	background: #f8f8f8;
	padding: 5px;
	border: 0; 
	margin: 0 10px 10px 0;
}

.ads-125 { width: 290px; }

.zilla-ad-widget a:hover { background: #efefef!important; }

.zilla-ad-widget img { margin: 0; }

/* Twitter Widget -------------------------------------------------------*/

#twitter-holder {
	background: url(images/ajax-loader.gif) no-repeat center;
	min-height: 20px;
}

.zilla_tweet_widget ul { margin-bottom: 0; }

.zilla_tweet_widget li a { 
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	color: #aeaeae; 
}

#content .zilla_tweet_widget li a:hover { 
	background: none;
	color: #202222;
}

.zilla_tweet_widget li span { display: block; }

.zilla_tweet_widget li span a { 
	font: 14px/22px  Arial, sans-serif;
	font-weight: bold;
	text-transform: none;
	color: #202222;
	border-bottom: 1px solid #C8C8C8;
}

#content .zilla_tweet_widget li span a:hover { color: #aeaeae; }

/* Flickr Widget --------------------------------------------------------*/

.zilla_flickr_widget { padding-right: 0; }

.zilla_flickr_widget > div {
    margin-right: -20px;
    padding-right: 10px;
}

.flickr_badge_image {
	float: left;
	margin: 0 5px 5px 0;
}

.flickr_badge_image img {
	width: 60px;
	height: 60px;
	background: #fff;
	padding: 3px;
	border: 1px solid #ddd;
}

.flickr_badge_image img:hover { border: 1px solid #ccc; }

/* Video Widget ----------------------------------------------------------*/

.zilla_video_widget .zilla_video { margin-bottom: 15px; }

#sidebar .zilla_video_widget {
	border-top: 3px solid #000;
	background: url(images/video-widget-back.png) repeat;
	margin: 0 20px 35px 20px;
	position: relative;
	padding: 40px 20px 1px 20px;
}

#sidebar .zilla_video_widget .widget-title {
	left: 0;
	top: -3px;
}

#sidebar .zilla_video_widget .zilla_video {
	width: 240px;
	height: 160px;
}

#sidebar .zilla_video_widget .zilla_video video,
#sidebar .zilla_video_widget .zilla_video iframe,  
#sidebar .zilla_video_widget .zilla_video object,  
#sidebar .zilla_video_widget .zilla_video embed {
	width:100% !important;
	height:100% !important;
}

#sidebar .zilla_video_widget .zilla_video_desc {
	text-align: center;
	font-family: 'Open Sans', serif;
	font-size: 14px;
	line-height: 22px;
	color: #cfcfcf;
}

/* Popular Posts ---------------------------------------------------------*/

.zilla-popular-widget {
	border-top: 3px solid #202222;
	background: #f8f8f8;
	position: relative;
	padding: 40px 20px 40px 20px;
	margin: 0 20px 35px 20px;
}

.footer-widgets .zilla-popular-widget {
	border-top: 3px solid #191b1b;
	background: #2d2e2e;
	position: relative;
	padding: 20px 20px 0 20px;
	margin: 0 20px 35px 20px;
}

.zilla-popular-widget .widget-title {
	left: 0;
	top: -3px;
}

.zilla-popular-widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.zilla-popular-widget li {
	width: 240px;
	padding: 0;
	border: 0;
}

.zilla-popular-widget img { 
	width: 100%; 
	height: auto;
}

.zilla-popular-widget .post-thumb,
.zilla-popular-widget .entry-title { margin-bottom: 15px; text-align: center; }

.zilla-popular-widget .entry-title { margin-bottom: 40px; }

.zilla-popular-widget .entry-title,
.zilla-popular-widget .entry-title a {
	font-size: 14px!important;
	line-height: 22px!important;
	font-weight: normal;
}

.zilla-popular-widget-nav {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #202222;
	height: 26px;
	width: 100%;
}

.footer-widgets .zilla-popular-widget-nav { background: #191b1b; }

.zilla-popular-widget-nav a {
	display: inline-block;
	width: 26px;
	height: 26px;
	border: 0;
	text-indent: -9999px;
	background: url(images/feature-arrows.png) no-repeat 0 -31px;
}

.zilla-popular-widget-nav .prev { border-right: 1px solid #4d4e52; }

.zilla-popular-widget-nav .next { 
	background-position: -30px -31px; 
	float: right;
	border-left: 1px solid #4d4e52;
}

.zilla-popular-widget-nav .next:hover { background-position: -30px 0; }

.zilla-popular-widget-nav .prev:hover { background-position: 0 0; }

.footer-widgets .zilla-popular-widget-nav .prev { border-right: 1px solid #2d2e2e!important; }

.footer-widgets .zilla-popular-widget-nav .next { border-left: 1px solid #2d2e2e!important; }

/* ZillaSocial ---------------------------------------------------------*/

.widget_zilla_social_widget { padding-right: 10px; }

.widget_zilla_social_widget .size-32px a {
	border: none;
	float: left;
	margin: 0 4px 4px 0;
	display: block;
	height: 32px;
	width: 32px;
}

.widget_zilla_social_widget .size-16px a {
	float: left;
	margin: 0 6px 5px 0;
	display: block;
	height: 16px;
	width: 16px;
}

.widget_zilla_social_widget .zilla-social a:hover {
	background: none!important;
	opacity: 0.5;
}

.zilla-social { width: 290px; }

.zilla-social:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
} 

.zilla-social { display: inline-block; } /* Hide from IE Mac \*/ 

.zilla-social { display: block; } /* End hide from IE Mac */ 

.none { display: none; } /* End Clearfix */

/*-----------------------------------------------------------------------------------*/
/*	12.	IE Fixes
/*-----------------------------------------------------------------------------------*/

.ie body { overflow-x: hidden; }

body.ie8 .feature-content h1,
body.ie8 .feature-content h2 { margin-left: 0; }

body.ie8 .feature-content h2 a,
body.ie8 .feature-content h1 span { background: transparent url(images/ie-light-bg.png) repeat; }

body.ie8 .feature.dark .feature-content h2 a,
body.ie8 .feature.dark .feature-content h1 span { background: transparent url(images/ie-dark-bg.png) repeat; }

body.ie8 .feature-content-meta { padding: 0; }

body.ie8 .feature-content-meta { background: transparent url(images/ie-dark-bg.png) 0 0 repeat; }

body.ie8 .feature.light .feature-content-meta { background: transparent url(images/ie-light-bg.png) 0 0 repeat; }

.ie8 .feature.light .feature-credit { background: transparent url(images/ie-light-bg.png) 0 0 repeat; }

.ie8 .feature-credit { background: transparent url(images/ie-dark-bg.png) 0 0 repeat; }

.FPprocess_text {display:none;}

.mainpagetitle {font-size: 24px !important;background:none;padding:5px 35px 5px 15px;display:block;margin:-7px 0 9px -15px !important;text-transform:uppercase;
	line-height: 35px;color:#0085c3 !important;}

/*----------------------------------------------------------------------------------*/
/*  13. Little screens
/*----------------------------------------------------------------------------------*/

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-width : 480px) {
.feature-content {margin-top:-130px !important;}

	body { -webkit-text-size-adjust: none; }
		.footer-bottom.inner {}

#usphone, #ukphone, #tagline {display:none !important;} 

	.filla-image {margin-left:-160px;padding-right:0px;}
	.FPprocess_text {display:block;}
	.iphonehide {display:none;}
	#header .inner { width: 250px !important; height:76px !important;}

	#logo img {width:170px !important;margin-left:20px !important;}
	
	

		
		#primary-nav {right:16px !important;top:47px !important;}
	
		#feature-wrapper { overflow: hidden;}
	#feature-wrapper-page { height: auto !important;overflow: hidden;}
	
		#feature-wrapper .feature {max-width: 480px !important;width:100% !important;}
	#feature-wrapper-page .feature {max-width: 480px !important;width:100% !important;height: auto !important;}
	
		#feature-wrapper img {width:100% !important;margin-left:0px;}
		#feature-wrapper-page img {max-width: 480px !important;width:100% !important; margin-left:0px;}
		


	

	#feature-wrapper p {display:block !important;}
	#feature-wrapper p.featureheadline {display:none !important;}
	
	.feature-navigation {position:relative;bottom:-90px !important;left:0px !important;}
	
.FOM {position:relative;bottom:-92px !important;left:200px !important;background:rgba(0,0,0,0.4);font-size:12px !important;}
		
	body.archive #content .post-thumb,
	body.page-template-template-home-blog-php #primary .post-thumb { margin-right: 0; }
	
	body.archive .post, 
    body.page-template-template-home-blog-php .post { width: 280px; }



#primary-nav .menu-dropdown {
	    background: transparent url(images/menu-icon.gif) 0 0 no-repeat;
	    border-bottom: none;
	    cursor: pointer;
	    display: block;
	    margin-top: 30px;
	    position: absolute;
	    height: 29px;
	    margin-right: 10px !important;
	    
	    top: -64px !important;
	    width: 40px;
	     z-index:200;
	    
	}
	
	.CTA {padding:14px 0px 14px 18px; width:93%; font-size:16px; background:#ddd;line-height:134%;margin:50px 0 35px 0 !important;overflow:hidden;}
.CTA img {margin:-14px 0 -14px 15px !important;width:90px;float:right !important;}

.entry-content .alignright {width:40%;}

}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	
	body { -webkit-text-size-adjust: none; }

}

/* Desktops and laptops ----------- */
@media only screen 
and (max-width : 1000px) {

	html, body { overflow-x: hidden; }

#header { background:url(images/top-header-bg2.png) no-repeat top left; }

	.inner,
	#content { width: 641px; }
	
	#header .inner { width: 580px; }
	
		
	#logo img {width:180px;margin-left:35px ;margin-top:4px;}
	.feature-navigation {position:absolute;bottom:-55px;}

	.footer-bottom.inner {}
		
#tagline {
position: absolute;width:700px;display:inline;left:0px;top:96px;font-size:13px;color:#ccc;line-height:20px;
}

	body.page-template-template-full-width-php #primary { width: 641px !important; }
	

		
	body.page-template-template-full-width-php .type-page { width: 601px; }
	

	
	#sidebar { display: none; }
	.page-contact #sidebar {display:block;float:left;margin-bottom:30px;}
	.home #sidebar {display:block;float:left;margin-bottom:30px;}
	
	#footer-feature-wrapper { 
		visibility: hidden; 
		height: 0px;
		padding: 0px;
	}
	
	#primary-nav { 
	    float: none;
	    position: relative;
		margin: 0 0 0 -20px;
		left: -8px;top:50px;
		width: 601px;
		
	}
	
	#usphone {position: absolute;display:inline;right:210px;top:32px;font-size:18px;color:#999;}
#ukphone {position: absolute;display:inline;right:30px;top:32px;font-size:18px;color:#999;}
 .number {font-size:18px;color:#717171;}
	.number a {color:#717171;}
	 .number img {float:left;margin:-4px 2px 0 0;}
		
	#primary-nav .menu-dropdown {
	    background: transparent url(images/menu-icon.gif) 0 0 no-repeat;
	    border-bottom: none;
	    cursor: pointer;
	    display: block;
	    margin-top: 32px;
	    position: absolute;
	    height: 29px;
	    margin-right: -6px;
	    
	    top: -53px;
	    right:-40px;
	    width: 40px;
	     z-index:200;
	    box-shadow:1px 1px 6px rgba(0,0,0,0.3);
	}
	
	#primary-nav > div { 
	    background: #202222;
	    display: none; 
	    margin-left: -200px;
	    margin-right: -200px;
	 
	    padding: 15px 220px 20px 210px;
	    width: 600px;
	    z-index: 999;
	}
	
	#primary-nav > div > ul { 
	    background: #202222;
	    width: 100%;
	}
	
	#primary-nav ul ul { padding-bottom: 0; margin-top:0px;}
	
	#primary-nav > div > ul > li > a { margin-right: -10px; }
	
	#primary-nav ul a,
	#primary-nav ul ul li a {
	    color: #fff;
        line-height: 30px;
        height: 30px;
	}
	
	#primary-nav ul a:hover, 
	#primary-nav ul li.sfHover a, 
	#primary-nav ul li.current-cat a, 
	#primary-nav ul li.current_page_item a, 
	#primary-nav ul li.current-menu-item a { 
	    background: #191919;
	    color: #fff;
    }
	
	#primary-nav ul ul li a {
	    margin-left: 15px;
	    font-size:13px;
	    margin-right: 15px;
	    padding-left: 10px;
	    background:#333;
	}
		
	#primary-nav ul li span.sep { display: none; }
	
	#primary-nav ul ul {
	    background: transparent;
	    display: block !important;
	    position: static;
	    margin-left: 10px;
	    visibility: visible !important;
	    width: 100% !important;
	}
	
	#primary-nav > div > ul > li { float: none; }
	
	#primary-nav > div > ul ul li { border-bottom: none; }

    #feature-wrapper {
        height: auto;
        overflow: hidden;
    }
		
	#feature-wrapper .feature {
		min-width: 660px;
		height: auto;
	}
	
	#feature-wrapper .feature-content {
		width: 600px;
		margin-left: -300px;
		top:65% ;
		height:50%;
	}
	
		#feature-wrapper .feature-content h1, 
	#feature-wrapper .feature-content h2,
	#feature-wrapper .feature-content h2 a {
		font-size: 14px !important;
		font-weight:bold !important;
		line-height: 30px;
		margin-top:49px;
		line-height:18px;
		width:280px;
		margin-left:-174px;
	}
	
	.feature img, .feature-page img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	
}

.featuretext {display:none;}
	
	.featureheadline {position:absolute;bottom:24%;
	;left:-8px;width:570px;font-size:32px !important;color:#fff;letter-spacing:-0.8px;line-height:32px;}
		
	.FOM {position:absolute;bottom:16px;left:-7px;font-size:14px;padding:5px 12px;}



.feature-navigation {position:absolute;bottom:132px;left:-15px;
	padding-top: 20px;
	clear: left;
	margin-left: 10px;
}
.feature-navigation a {
	margin-right:9px;}
	
	#feature-wrapper.zilla-video .embed-video { height: 360px; }
	
	body.single-format-video #feature-wrapper .feature { max-height: none; }
	
	.page-navigation, .single-page-navigation {
		width: 640px;
		
		padding-top: 25px;
	}
	
	.page-navigation .nav-next, .single-page-navigation .nav-next,
	.page-navigation .nav-previous, .single-page-navigation .nav-previous { width: 40%; }
	
	.page-navigation .nav-next a span, .single-page-navigation .nav-next a span,
	.page-navigation .nav-previous a span, .single-page-navigation .nav-previous a span { display: none; }
	
	.page-navigation .nav-next, .single-page-navigation .nav-next { margin-left: 20px; }
	.page-navigation .nav-previous, .single-page-navigation .nav-previous { margin-right: 20px; }
	
	.page-navigation a, .single-page-navigation a {
		display: block;
		background: url(images/pag-arrows.png) no-repeat 0 0;
		width: 37px;
		height: 37px;
		text-indent: -9999px;
		transition: none;
		-moz-transition: none;
		-webkit-transition: none;
	}
	
	.page-navigation .nav-previous a, .single-page-navigation .nav-previous a {
		background: url(images/pag-arrows.png) no-repeat right 0;
		width: 37px;
		height: 37px;
		text-indent: -9999px;
		float: right;
		text-align: left;
	}
	
	.page-navigation .nav-next a:hover,
	.single-page-navigation .nav-next a:hover { background-position: 0 -44px; }
	
	.page-navigation .nav-previous a:hover,
	.single-page-navigation .nav-previous a:hover { background-position: -43px -44px; }
	
	
	.jp-progress-container,
	.jp-progress { width: 490px; }
	
	.footer-widgets .col.last .widget:first-child {
		padding-top: 40px;
		margin-top: 30px;
		background: url(images/splitter-dark.png) top left repeat-x;
	}

}
/* Mini tablets 660 ----------- */
@media only screen 
and (max-width : 660px) {

	.inner,
	#content,
	#primary { width: 321px; }
	
		
		#logo img {width:180px;margin-left:13px;}
	#header .inner { width: 400px; }
	
#tagline {font-size:11px;}
#usphone, #ukphone {display:none !important;} 
	
	body.archive .post, 
    body.page-template-template-home-blog-php .post { width: 280px; }
	
	body.archive #primary .post-thumb, 
    body.page-template-template-home-blog-php #primary .post-thumb { 
        margin-right: 0; 
        width: 280px;
    }
		
	.post, .type-page,
	body.page-template-template-full-width-php .type-page { width: 281px; }
	
	body.page-template-template-full-width-php #primary { width: 321px !important; }
	
	body.page-template-template-home-blog-php #content,

.footer-three {width:300px;}
	
	pre { margin: 20px 0; }
	
	blockquote { 
	    margin: 40px 0; 
	    padding: 0 10px 0 10px;
	}
	
	#primary-nav { 
	    right: -10px;
	    width: 281px; 
	}
	
	#primary-nav .menu-dropdown { right: -20px; }
	
	#primary-nav > div { width: 300px; }
	
	#primary-nav ul ul li a { margin-right: 35px; }
	
	#primary-nav > div > ul > li > a { margin-right: 10px; }
	
	#content { background: #eee; }


	#feature-wrapper {height: auto; overflow: hidden;margin-bottom:-10px;}
	 #feature-wrapper-page {height: auto;overflow: hidden;	}
	
	#feature-wrapper .feature {min-width: 320px;height: auto;}
	#feature-wrapper-page .feature {min-width: 320px;height: auto;
	}
	
	#feature-wrapper .feature-content {
		width: 300px;
		margin-left: -170px;
		margin-top: -30px;
	}

	#feature-wrapper p.featureheadline {top:-5px !important;font-size:24px !important;line-height:25px;}

	

	
	.feature-content-meta,
	.feature-credit { display: none; }
	
	.footer-bottom p {
		float: none;
		padding-left: 0px;
	}
	
	.footer-widgets .col.middle .widget:first-child {
		padding-top: 40px;
		margin-top: 30px;
		background: url(images/splitter-dark.png) top left repeat-x;
	}
	
	.page-navigation, 
	.single-page-navigation { width: 320px; }
	
	.entry-title, .entry-title a {
		font-size: 20px;
		line-height: 29px;
	}
	
	.entry-content .casestd h2 {font-size:19px;line-height:21px;text-transform:uppercase;font-weight:bold;color:#555;margin:-6px 0 15px 0;}
	
	#commentform input,
	.contactform li input[type="text"] { width: 258px; }
	
	#commentform textarea { 
	    margin-top: 20px;
	    width: 258px; 
	}
	
	.contactform li textarea { width: 91%; }
	
	#commentform .form-submit input { 
	    -webkit-appearance: none;
	    width: 100%; 
	}
	
	.jp-progress-container,
	.jp-progress { width: 170px; }
	
	.zilla-one-half, 
	.zilla-one-third, 
	.zilla-two-third, 
	.zilla-three-fourth, 
	.zilla-one-fourth, 
	.zilla-one-fifth, 
	.zilla-two-fifth, 
	.zilla-three-fifth, 
	.zilla-four-fifth, 
	.zilla-one-sixth, 
	.zilla-five-sixth { width: 100% !important; }

}

hr {margin:23px 0;border:0;border-bottom:2px solid #bbb;clear:both;}
.widget {clear:both;}
.linkedin-incontent img {margin:3px 7px 4px 0;}
.loginlinks {margin-top:17px;}
.loginlinks li {margin:4px 0;font-size:1.45em;line-height:150%;}
.entry-content img {max-width:100%;height:auto;}

.footerwlogo {float:left;margin:0 21px 60px 0;opacity:0.6;}
.footerwlogo:hover {opacity:1;}

.home .entry-content h3 {margin:0 0 14px 0;}

.sub1 {margin:-9px 0 22px 20px;}
.sub2 {margin:-9px 0 22px 20px;font-size:0.9em;}



.wpcf7-form {clear:both;}
.wpcf7-text, wpcf7-textarea {margin:5px 0 -10px 0;width:300px;}

.wpcf7-submit {background-color:#000;color:#000;font-size:18px;font-weight:bold;padding:6px 7px;width:150px;shadow:4px;-moz-shadow:4px;-webkit-shadow:4px;float:right;margin-right:34px;}

.wpcf7 input[type="submit"] {font-family:'Open Sans';color:#fff;background-color:#0087c0 !important;border:0;}
.wpcf7 input[type="submit"]:hover {background-color:#333 !important;cursor: pointer;cursor: hand;color:#fff;}

div.wpcf7-mail-sent-ok {
	border: 0px solid #000 !important;background:rgba(0,0,0,0.2);padding:14px 5px !important;
}


.zilla-toggle-inner p {font-size:15.5px;line-height:160%;color:#555;}
.zilla-toggle-title {font-size:17px !important;line-height:140%;color:#444;}

.the-art-items .type-library {
	width: 220px;height:295px;
}
.the-art-items .type-library:hover {
	opacity:0.7;
}
/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */
